@charset "UTF-8";
/*
Theme Name: Primo
Theme URI: http://demo.boxdroid-studio.com/primo
Description: Creative Portfolio and blog Wordpress theme.
Author: Boxdroid Studio
Author URI: http://boxdroid-studio.com/
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, post-formats, translation-ready
Text Domain:primo
*/
/*
=========================================================================
    [Table of contents]

    1 - Fonts
    2 - Reset
    3 - General
    4 - Helpers
      4 - 1 Separators
      4 - 2 Share links
    5 - Loader
    6 - Hero
      6 - 1 Vegas background
    7 - Navigation
    8 - Buttons
    9 - Size
    10 - Spacing
    11 - Colors
    12 - Sliders
    13 - Portfolio
      13 - 1 Dropdown
    14 - Footer
=========================================================================
*/
/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
}

hr {
  background-color: #ffffff;
  height: 1px;
  margin-bottom: 1.6em;
}

dl {
  margin-bottom: 1.6em;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1.6em;
}

table,
th,
td {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.6em;
  table-layout: fixed;
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 0.4em 1em;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

figure {
  margin: 0;
}

del {
  opacity: 0.8;
}

address {
  font-style: italic;
}

ul,
ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  background: #444;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
.button {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

h1 {
  font-size: 38px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}

a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
}

a:hover, a:active, a:focus {
  color: #f9a521;
  text-decoration: none;
}

::-moz-selection {
  background: #f9a521;
  color: #FFF;
}

::selection {
  background: #f9a521;
  color: #FFF;
}

.container-fluid {
  /*padding: 0;*/
}
.entry-content .row{
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.entry-content .container{
  width: auto !important;
  padding: 0 !important;
}
#main-content {
  padding: 120px 0;
}
.page-template-coming-soon #main-content{ padding: 0; }
#main-wrapper {
  position: relative;
  width: 100%;
}

#main-wrapper .half-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 45%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
/* WordPress core  */
.alignnone {
  margin: 5px 15px 15px 0;
  display: block;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 15px 15px;
}

.alignleft {
  float: left;
  margin: 5px 15px 15px 0;
}

.aligncenter {
  display: block;
  margin: 10px auto 10px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 15px 15px;
}

a img.alignnone {
  margin: 5px 15px 15px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 15px 15px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #3f4547;
  overflow: hidden;
  max-width: 100%;
  padding: 9px 9px 11px;
  text-align: center;
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  color: #fff;
}

.wp-caption.alignnone {
  margin: 5px 15px 15px 0;
}

.wp-caption.alignleft {
  margin: 5px 15px 15px 0;
}

.wp-caption.alignright {
  margin: 5px 0 15px 15px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 13px;
  margin: 5px 0 0 0 !important;
}

.wp-caption p.wp-caption-text a {
  color: #fff;
  text-decoration: underline;
}

p.post-pagination {
  margin-top: 30px;
}

p.post-pagination a {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 15px;
  text-decoration: none;
}

.edit-post {
  clear: both;
  display: block;
}

.gallery {
  margin: 0 -2px;
  margin-bottom: 12px;
}

.gallery-item {
  float: left;
  margin: 0 0px 0px;
  padding: 2px;
  overflow: hidden;
  position: relative;
  text-align: center;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gallery-item a {
  font-size: 0;
}

.gallery-item img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.11%;
}
.bypostauthor{}
.gallery-caption {
  color: #fff;
  margin: 0;
  position: absolute;
  text-align: center;
  left: 2px;
  right: 2px;
  bottom: 2px;
  padding: 15px 0;
  background: rgba(25, 35, 45, 0.7);
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #535a5e;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/* -> Progress bar */
.progress {
  height: 10px;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.progress-container {
  margin-bottom: 0 !important;
}
.progress .progress-bar {
  background-color: #f9a521;
}

/* -> Table pricing */
.plan {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  border: 3px solid rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
}

.plan.premium {
  background-color: rgba(249, 165, 33, 0.2);
  border-color: rgba(249, 165, 33, 0.8);
}

.plan .plan-name {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 30px 0;
}

.plan .plan-price {
  font-size: 40px;
  font-weight: 700;
  margin: 60px 0;
}

.plan .plan-price sup.currency {
  font-size: 20px;
}

.plan .plan-options {
  color: rgba(255, 255, 255, 0.8);
  margin: 40px 0;
}
.plan .plan-options ul{
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.plan .plan-options li {
  margin-bottom: 10px;
  list-style: none !important;
}

.plan .plan-button .button {
  margin: 30px;
  display: block;
}
body .fw-accordion {
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.3);
}
body .fw-accordion .fw-accordion-title {
  font-weight: normal;
  color: rgba(255,255,255,0.5);
  background: rgba(0,0,0,0.2);
  border-top: 1px solid rgba(0,0,0,0.2);
}
body .fw-accordion .fw-accordion-title.ui-state-active {
  background: rgba(0,0,0,0.4);
  color: #fff
}
body .fw-accordion .fw-accordion-content > p {
    padding: 20px 30px 20px 30px;
}
body .fw-accordion .fw-accordion-content{
  margin: 0 !important;
}
/*Call to action*/
body .fw-call-to-action {
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.3);
  border-radius: 0;
  padding: 30px 30px 15px;
}

body .fw-call-to-action .fw-action-content h2 {
  font-weight: normal;
}
body .fw-action-content p{
  margin: 0 !important;
  padding-bottom: 20px;
}
/* Icon */
body .fw-icon br{display: none;}
body .fw-icon{
  font-size: inherit;
}
body .fw-icon .fa{
  font-size: 20px;
  margin-right: 10px;
}
/* Icon Box */
body .fw-iconbox{
  background: rgba(0,0,0,0.3);
  border: 1px solid rgba(0,0,0,0.3);
}
body .fw-iconbox .fw-iconbox-title h3 {
  font-weight: normal;
}
/* Icon box style 1 */
body .fw-iconbox-1 {
  text-align: center;
}
body .fw-iconbox-1 .fw-iconbox-image {
  font-size: 40px;
  line-height: 40px;
  color: #f9a521;
}
body .fw-iconbox-1 .fw-iconbox-image img {
  border-radius: 5px;
}
body .fw-iconbox-1 .fw-iconbox-title h3 {
  margin-top: 30px;
}
.body fw-iconbox-1.bg-on .fw-iconbox-image {
  background-color: #f9a521;
}
/* Icon box style 2 */
body .fw-iconbox-2 {
  text-align: left;
  padding: 30px 30px 15px;
}
body .fw-iconbox-2 .fw-iconbox-image {
  width: 40px;
  font-size: 40px;
  line-height: 40px;
  color: #f9a521;
  margin-right: 30px;
}
body .fw-iconbox-2 .fw-iconbox-aside {
  margin-left: 60px;
}
body .fw-iconbox-2.bg-on .fw-iconbox-image {
  background-color: #f9a521;
}
/*team*/
body .fw-team .fw-team-image{
  border-radius: 50%;
    overflow: hidden;
    width: 300px;
    height: 300px;
    margin: 0 auto;
}
body .fw-team .fw-team-image img{
      height: 100%;
    width: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
}
/* Icon box style 3 */
body .fw-iconbox-3 .fw-iconbox-image {
  color: #f9a521;
}
body .fw-iconbox-3.bg-on .fw-iconbox-image {
  background-color: #f9a521;
}
/*Tabs*/
body .fw-tabs-container .fw-tabs ul{
  margin :0 !important;;
  padding: 0 !important;
}
body .fw-tabs-container .fw-tabs ul li {
  background: none repeat scroll 0 0 rgba(0,0,0,0.2);
  border: 1px solid rgba(0,0,0,0.3);
  border-bottom: 0;
}
body .fw-tabs-container .fw-tabs ul li:first-child {
  border-left: 1px solid rgba(0,0,0,0.3);
}
body .fw-tabs-container .fw-tabs ul li a {
  color: #fff;
}
body .fw-tabs-container .fw-tabs ul li a:focus {
  outline: medium none;
}
body .fw-tabs-container .fw-tabs ul li.ui-state-active {
  background: none repeat scroll 0 0 #f9a521;
}
body .fw-tabs-container .fw-tabs ul li.ui-state-active a {
  color: #fff;
}
body .fw-tabs-container .fw-tab-content {
  border: 1px solid rgba(0,0,0,0.3);
  background: rgba(0,0,0,0.1);
}

/* Helpers */
.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.text-normal {
  text-transform: none !important;
}

.font-alt {
  font-family: 'Montserrat', sans-serif;
}

.fixed {
  position: fixed;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear {
  width: 100%;
  height: 0;
  clear: both;
  display: block;
}

blockquote {
  position: relative;
  padding: 30px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.2);
}

blockquote::after {
  content: "\f10e";
  font-family: "FontAwesome";
  font-size: 40px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: rgba(255, 255, 255, 0.6);
}

blockquote p {
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
  font-size: 15px;
  line-height: 30px;
  margin: 0 0 10px 0 !important;
}

blockquote h5 {
  font-size: 15px;
}
blockquote h5 a {
    color: #fff;
    position: relative;
    z-index: 1;
}

blockquote h5 a:hover { 
    color: #f9a521;

}
blockquote h5 span{
    display: block;
    margin-top: 6px;
    font-size: 13px;
    color: rgba(255,255,255,0.6)
}
blockquote.style-2 {
  padding-left: 80px;
}

blockquote.style-2 h5 {
  text-align: right;
}

blockquote.style-2:after {
  top: 25px;
  bottom: 0;
  left: 25px;
  right: 0;
}

blockquote.style-3 {
  padding-top: 60px;
  text-align: center;
}

blockquote.style-3:after {
  font-size: 30px;
  top: 20px;
  bottom: 0;
  left: 0;
  right: 0;
}

/* -> Separators */
.separator-1 {
  width: 116px;
  height: 6px;
  background-color: #f9a521;
  border: 0;
  margin: 30px 0;
}

/*-> Share links - Tags (List)  */
#share-links, #tags {
  font-size: 14px;
  padding-left: 0 !important;
}

#share-links li, #tags li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 20px;
}

#share-links li a, #tags li a {
  color: #ffffff;
}

#share-links li a:hover, #share-links li a:active, #share-links li a:focus, #tags li a:hover, #tags li a:active, #tags li a:focus {
  color: #f9a521;
}

#tags li {
  margin-right: 0;
}

#tags li a, #tags li {
  color: rgba(255, 255, 255, 0.6) !important;
}
#tags li.text-uppercase{
  color: #fff !important;
}
#tags li a:hover, #tags li a:active, #tags li a:focus {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* -> Map */
#map {
  width: 100%;
  height: 400px;
  margin-bottom: -120px;
  margin-top: 120px;
}

#map > div {
  background-color: #222222 !important;
}

#map .gm-style {
  opacity: 0.9;
}

/* Lists */
.style-1, .style-2, .style-3 {
  padding-left: 30px;
}

.style-1 li {
  list-style: disc !important;
  margin-bottom: 10px;
}

.style-2 li {
  list-style: decimal-leading-zero !important;
  margin-bottom: 10px;
}

.style-3 li {
  position: relative;
  list-style: none;
  margin-bottom: 10px;
}

.style-3 .icon {
  position: absolute;
  left: -25px;
}

/* -> alerts */
.alert-success, .alert-info, .alert-warning, .alert-danger {
  position: relative;
  color: #ffffff;
  border: 0;
  padding: 2% 2% 2% 8%;
}

.alert-success .icon, .alert-info .icon, .alert-warning .icon, .alert-danger .icon {
  position: absolute;
  left: 4%;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    line-height: 30px;
}

.alert-success {
  background-color: #1bab4e;
}

.alert-info {
  background-color: #21aaf9;
}

.alert-warning {
  background-color: #f9a521;
}

.alert-danger {
  background-color: #c73333;
}

/* Loader */
#page-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #222222;
  z-index: 100001;
  transition: opacity 0.8s ease 0.8s, height 0.1s ease 1.6s;
  overflow: hidden;
}

.loaded #page-loader {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  height: 0;
}

#page-loader .page-loader-inner {
  transition: opacity 0.6s ease 0.3s;
}

.loaded #page-loader .page-loader-inner {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#page-loader .loader-figure,
#page-loader .loader-label {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#page-loader .loader-figure {
  height: 0;
  width: 0;
  box-sizing: border-box;
  border: 0 solid #f9a521;
  border-radius: 50%;
  -webkit-animation: figure 1.2s ease infinite;
  -moz-animation: figure 1.2s ease infinite;
  animation: figure 1.2s ease infinite;
}

@-moz-keyframes figure {
  0% {
    height: 0;
    width: 0;
  }
  30% {
    height: 40px;
    width: 40px;
    border-width: 21px;
    opacity: 1;
  }
  100% {
    height: 40px;
    width: 40px;
    border-width: 0;
    opacity: 0;
  }
}

@-webkit-keyframes figure {
  0% {
    height: 0;
    width: 0;
  }
  30% {
    height: 40px;
    width: 40px;
    border-width: 21px;
    opacity: 1;
  }
  100% {
    height: 40px;
    width: 40px;
    border-width: 0;
    opacity: 0;
  }
}

@keyframes figure {
  0% {
    height: 0;
    width: 0;
  }
  30% {
    height: 40px;
    width: 40px;
    border-width: 21px;
    opacity: 1;
  }
  100% {
    height: 40px;
    width: 40px;
    border-width: 0;
    opacity: 0;
  }
}

#page-loader .loader-label {
  margin: 50px 0 0 0;
  font-size: 12px;
  line-height: 18px;
}

/* Hero */
.hero-block {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 70vh;
  z-index: 10;
}

.hero-block.fullscreen {
  height: 100vh;
}

.hero-block .hero-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.hero-block .hero-title {
  font-size: 45px;
  text-transform: uppercase;
  line-height: 55px;
  color: #ffffff;
  margin-bottom: 40px;
}

.hero-block .hero-title span {
  display: block;
  width: 100%;
}

/* -> Vegas background */
.slideshow, .static-img {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: -1;
}

.overlay .vegas-overlay {
  background-color: #222222;
  opacity: 0.8 !important;
}

.overlay-2 .vegas-overlay {
  background-color: #222222;
  opacity: 0.6 !important;
}
.slideshow .vegas-overlay {
    background-color:rgba(0,0,0,0.5);
 }

.vegas-slide-inner {
  background-position: 50% 0 !important;
}

/* Navigation */
#main-header {
  padding: 20px 0;
  position: relative;
  z-index: 2;
}
.nav-alert {
    display: inline-block;
    padding: 16px 0;
}
#main-header.inverse{
  font-size: 15px;
  background: transparent;
  border: 0;
}
#main-header .navbar-brand{
  color:#fff;
}
#main-header.inverse .navbar-default .navbar-nav > li > a{
  color: #ffffff;
}

#main-header .navbar-default {
  font-size: 15px;
  font-weight: 700;
  background: transparent;
  border: 0;
}

#main-header .navbar-default.navbar {
  margin-bottom: 0;
}

#main-header .navbar-default .navbar-nav > li > a {
  color: #222222;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

#main-header .navbar-default .navbar-nav > li > a:hover {
  color: #f9a521 !important;
}

#main-header .navbar-default .navbar-nav > li.active a {
  color: #f9a521;
  background-color: transparent;
}

#main-header .navbar-default .navbar-nav.social {
  margin-top: 6px;
}

#main-header .navbar-default .navbar-nav.social li a {
  padding: 10px 8px;
}

/* -> Submenu */
#main-navigation ul.navbar-nav > li > ul {
  position: relative;
}
#main-navigation ul.navbar-nav a{
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
#main-navigation ul.navbar-nav a:before{
    font: normal normal normal 14px/1 FontAwesome;
}
#main-navigation ul.navbar-nav > li > ul, 
#main-navigation ul.navbar-nav > li .mega-menu {
  position: absolute;
  background-color: #222222;
  min-width: 250px;
  padding: 30px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.3) skew(10deg);
  transform-origin: top;
    -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
#main-navigation ul.navbar-nav > li > ul{transform-origin: top left;}
#main-navigation ul.navbar-nav > li > ul > li > a, 
#main-navigation ul.navbar-nav > li .mega-menu .mega-menu-col ul a {
  padding: 12px 0;
  font-size: 12px;
  text-decoration: none;
  text-align: left;
  display: block;
  color: #ffffff !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#main-navigation ul.navbar-nav > li > ul > li > a:hover, #main-navigation ul.navbar-nav > li .mega-menu .mega-menu-col ul a:hover {
  color: #f9a521 !important;
}

#main-navigation ul.navbar-nav > li:hover > ul
,#main-navigation ul.navbar-nav > li:hover > .mega-menu  {
  visibility: visible;
  opacity: 1;
  transform: scale(1) skew(0deg);
   pointer-events: auto;
}
/*Mega Menu*/
#main-navigation ul.navbar-nav .menu-item-has-icon a:before{
    margin-right: 8px;
}
#main-navigation ul.navbar-nav > li.menu-item-has-mega-menu{
    position: static;
}
#main-navigation ul.navbar-nav > li .mega-menu{
    width: 100%;
    left: 0;
}
#main-navigation ul.navbar-nav > li .mega-menu > .mega-menu-row{
    width: 100%;
    display: table;
    table-layout: fixed;
}
#main-navigation ul.navbar-nav > li .mega-menu .mega-menu-col{
    display: table-cell;
    text-align: left;
    padding: 0 16px;
}
#main-navigation ul.navbar-nav > li .mega-menu .mega-menu-col > a{
    padding: 12px 0;
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
}
#main-navigation ul.navbar-nav > li .mega-menu .mega-menu-col > div{
    font-size: 13px;
    color: #aaa;
    display: inline-block;
    margin-left: 15px;
}
#main-navigation ul.navbar-nav > li .mega-menu .mega-menu-col ul a{
    padding: 10px 0;
}

/* Buttons */
.button, .wpcf7-submit,.post-password-form input[type="submit"] {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 3px;
  border-radius: 5px;
  margin: 11px 22px 11px 0;
  border: 2px solid #ffffff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.button.button-md {
  font-size: 14px;
  letter-spacing: 2px;
  padding: 10px 20px !important;
}
.post-password-form input[type="submit"],
body .fw-btn-1, 
body .wpcf7-submit, 
.button.button-yellow, 
.button.button-green, 
.button.button-red, 
.button.button-blue, 
.button.button-brown, 
.button.button-purple, 
.button.button-pink, 
.button.button-orange
{
  color: #ffffff;
  padding: 16px 35px;
  border-color: transparent;
}
.button.button-yellow, .wpcf7-submit,body .fw-btn-1,.post-password-form input[type="submit"] {background-color: #f9a521;}
.button.button-green {background-color: #1bab4e;}
.button.button-red {background-color: #e74c3c;}
.button.button-blue {background-color: #2980b9;}
.button.button-brown {background-color: #795548;}
.button.button-purple {background-color: #8e44ad;}
.button.button-pink {background-color: #E91E63;}
.button.button-orange {background-color: #d35400;}

.button.button-orange:hover, 
.button.button-orange:focus, 
.button.button-orange:active, 
.button.button-orange.button-hover {
  color: #d35400;
  background-color: transparent;
  border-color: #d35400;
}
.button.button-pink:hover, 
.button.button-pink:focus, 
.button.button-pink:active, 
.button.button-pink.button-hover {
  color: #E91E63;
  background-color: transparent;
  border-color: #E91E63;
}.button.button-purple:hover, 
.button.button-purple:focus, 
.button.button-purple:active, 
.button.button-purple.button-hover {
  color: #8e44ad;
  background-color: transparent;
  border-color: #8e44ad;
}
.button.button-brown:hover, 
.button.button-brown:focus, 
.button.button-brown:active, 
.button.button-brown.button-hover {
  color: #795548;
  background-color: transparent;
  border-color: #795548;
}
.button.button-blue:hover, 
.button.button-blue:focus, 
.button.button-blue:active, 
.button.button-blue.button-hover {
  color: #2980b9;
  background-color: transparent;
  border-color: #2980b9;
}
.button.button-red:hover, 
.button.button-red:focus, 
.button.button-red:active, 
.button.button-red.button-hover {
  color: #e74c3c;
  background-color: transparent;
  border-color: #e74c3c;
}

.button.button-yellow:hover, 
.button.button-yellow:focus, 
.button.button-yellow:active, 
.button.button-yellow.button-hover,
.wpcf7-submit:hover, 
.wpcf7-submit:focus, 
.wpcf7-submit:active,
body .fw-btn-1:hover, 
body .fw-btn-1:focus, 
body .fw-btn-1:active,.post-password-form input[type="submit"]:hover {
  color: #f9a521;
  background-color: transparent;
  border-color: #f9a521;
}
.button.button-green:hover, 
.button.button-green:focus, 
.button.button-green:active, 
.button.button-green.button-hover {
  color: #1bab4e;
  background-color: transparent;
  border-color: #1bab4e;
}

/* Form */
.widget_search .searchform {
  position: relative;
  display: block;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
  width: 100%;
  font-size: 13px;
  margin: 0;
}

.field, textarea, .wpcf7-text, .wpcf7-email,.post-password-form input[type="password"] {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 35px !important;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.4);
  border: 0;
  border-bottom: 2px solid #f9a521;
  opacity: 1;
}

.field, .wpcf7-text, .wpcf7-email,.post-password-form input[type="password"] {
  height: 45px;
}
textarea{
    resize: vertical;
   padding: 13px 25px;
}
::-webkit-input-placeholder {color: rgba(255, 255, 255, 0.8);}
::-moz-placeholder {color: rgba(255, 255, 255, 0.8);}
:-ms-input-placeholder {color: rgba(255, 255, 255, 0.8);}
:-moz-placeholder {color: rgba(255, 255, 255, 0.8);}
/*wpcf7*/
.wpcf7-form label{
  display: block;
}
.wpcf7-form textarea, .wpcf7-text, .wpcf7-email {
      text-transform: none !important;
}
.wpcf7-form .wpcf7-submit {
      text-transform: uppercase !important;
}
.wpcf7-form textarea {
  height: 200px;
}
/* Size */
/* -> Titles - Texts*/
.prm-title {
  font-size: 30px;
  line-height: 36px;
}

.prm-big-title {
  font-size: 90px !important;
  margin-bottom: 10px !important;
  font-weight: 700;
}

.prm-medium-title {
  font-size: 30px;
}

.text {
  line-height: 30px;
}

/* Spacing */
.p-0 {
  padding: 0 !important;
}

/* -> Padding Top */
.pt-0 {
  padding-top: 0;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

/* -> Padding Bottom */
.pb-0 {
  padding-bottom: 0;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

/* -> Padding Left */
.pl-0 {
  padding-left: 0;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pl-110 {
  padding-left: 110px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

/* -> Padding Right */
.pr-0 {
  padding-right: 0;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pr-110 {
  padding-right: 110px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

.m-0 {
  margin: 0 !important;
}

/* -> margin Top */
.mt-0 {
  margin-top: 0;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

/* -> margin Bottom */
.mb-0 {
  margin-bottom: 0;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

/* -> margin Left */
.ml-0 {
  margin-left: 0;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.ml-110 {
  margin-left: 110px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

/* -> margin Right */
.mr-0 {
  margin-right: 0;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

/* Colors */
.color-primary {
  color: #f9a521;
}

.color-dark {
  color: #222222;
}

.color-white-trans {
  color: rgba(255, 255, 255, 0.6);
}

.bg-primary {
  color: #f9a521;
}

.bg-dark {
  color: #222222;
}

.bg-white-trans {
  color: rgba(255, 255, 255, 0.6);
}

/* Sliders */
#portfolio-slider .item img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.nav-vertical .owl-controls {
  position: absolute;
  top: 42%;
  right: 20px;
}

.nav-vertical .owl-controls .owl-page {
  display: block !important;
}

.nav-vertical.inverse .owl-controls .owl-page span {
  background: #ffffff !important;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 15px;
  height: 15px;
  margin: 14px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #222222;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1;
}

/* Countdown */
#countdown {
  position: relative;
  display: block;
}

#countdown > div {
  position: relative;
  float: left;
  width: 25%;
  font-size: 45px;
  line-height: .8em;
  letter-spacing: 2px;
  text-align: center;
}

#countdown > div + div::before {
  content: ":";
  position: absolute;
  left: 0;
}

#countdown > div > span {
  display: block;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.6);
}

/* Portfolio */
#portfolio-wrapper {
  width: 100% !important;

}
.pf-row{
  margin: -10px;
}

#portfolio-wrapper.fullwidth .portfolio-item {
  padding: 0;
}

#portfolio-wrapper.cols-2 .portfolio-item {
  width: 50%;
}

#portfolio-wrapper .portfolio-item {
  width: 33.33334%;
  padding: 10px;
}

#portfolio-wrapper .portfolio-item img {
  width: 100%;
}

#portfolio-wrapper .portfolio-item .portfolio-column {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

#portfolio-wrapper .portfolio-item .portfolio-column:hover .portfolio-content {
  opacity: 1;
  cursor: pointer;
}

#portfolio-wrapper .portfolio-item .portfolio-column:hover .portfolio-content h3, #portfolio-wrapper .portfolio-item .portfolio-column:hover .portfolio-content h6 {
  margin-top: 0;
  opacity: 1;
}

#portfolio-wrapper .portfolio-item .portfolio-column:hover .portfolio-overlay {
  opacity: 0.9;
}

#portfolio-wrapper .portfolio-item .portfolio-column .portfolio-content {
  position: absolute;
  z-index: 201;
  text-align: left;
  bottom: 30px;
  width: 100%;
  opacity: 0;
}

#portfolio-wrapper .portfolio-item .portfolio-column .portfolio-content h3 {
  position: relative;
  width: 100%;
  padding: 0 0 0 30px;
  margin: 30px 0 0 0;
  font-size: 18px;
  font-weight: 400;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

#portfolio-wrapper .portfolio-item .portfolio-column .portfolio-content h3 a {
  color: #ffffff;
}

#portfolio-wrapper .portfolio-item .portfolio-column .portfolio-content h6 {
  position: relative;
  width: 100%;
  margin: -30px 0 0 0;
  padding: 10px 30px;
  font-size: 16px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

#portfolio-wrapper .portfolio-item .portfolio-column .portfolio-content h6 a {
  text-transform: none;
  color: rgba(255, 255, 255, 0.6);
}

#portfolio-wrapper .portfolio-item .portfolio-column .portfolio-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f9a521;
  top: 0;
  z-index: 80;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

#portfolio-content .portfolio-img {
  padding: 0px 0 20px;
}

#portfolio-content .portfolio-img img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

#portfolio-content .portfolio-attributes {
  font-size: 14px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.6);
}

#portfolio-content .portfolio-attributes .attribute {
  display: inline-flex;
}

#portfolio-content .portfolio-attributes .attribute i {
  margin-right: 10px;
}

#portfolio-content .portfolio-attributes .attribute a {
  color: rgba(255, 255, 255, 0.6);
  text-transform: none;
}

#portfolio-content .portfolio-attributes .attribute a:hover, #portfolio-content .portfolio-attributes .attribute a:active, #portfolio-content .portfolio-attributes .attribute a:focus {
  color: rgba(255, 255, 255, 0.8);
}

#portfolio-content .portfolio-attributes .attribute + .attribute {
  margin-left: 25px;
}

#portfolio-content .portfolio-description {
  line-height: 30px;
  margin-bottom: 30px;
}

#portfolio-content .portfolio-description p {
  margin-bottom: 10px;
}

/* -> Dropdown */
.wrapper-dropdown {
  position: relative;
  width: 200px;
  padding: 10px;
  float: right;
  background: transparent;
  border-bottom: 2px solid #f9a521;
  color: #fff;
  outline: none;
  cursor: pointer;
  text-align: right;
  font-weight: bold;
  z-index: 100;
}

.wrapper-dropdown:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 16px;
  top: 50%;
  border-width: 6px 6px 0 6px;
  margin-top: -3px;
  border-style: solid;
  border-color: #f9a521 transparent;
}

.wrapper-dropdown.active:after {
  border-color: #f9a521 transparent;
  border-width: 6px 6px 0 6px;
  margin-top: -3px;
}

.wrapper-dropdown.active .dropdown {
  opacity: 1;
  pointer-events: auto;
}

.wrapper-dropdown .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  list-style: none;
  font-weight: normal;
  opacity: 0;
  pointer-events: none;
}

.wrapper-dropdown .dropdown li:hover a {
  background: #3a3a3a;
}

.wrapper-dropdown .dropdown li a {
  display: block;
  text-decoration: none;
  color: #f9a521;
  padding: 10px 20px;
  text-transform: none;
}

.no-opacity .wrapper-dropdown .dropdown,
.no-pointerevents .wrapper-dropdown .dropdown {
  display: none;
  opacity: 1;
  pointer-events: auto;
}

.no-opacity .wrapper-dropdown.active .dropdown,
.no-pointerevents .wrapper-dropdown.active .dropdown {
  display: block;
}

/* -> Blog */
#blog-grid.cols-2, #blog-grid.cols-3{
  position: relative;
  left: -10px;
  right: -10px;
}
#blog-grid.cols-2 .post-item {
  width: 50%;
  padding: 0 10px;
}
#blog-grid.cols-3 .post-item {
  width: 33.333333%;
  padding: 0 10px;
}

#blog-grid.single .post-info {
  margin-top: 20px;
}

#blog-grid.single .post-title {
  margin: 30px 0 !important;
  font-size: 25px !important;
}

/* Post content html */
.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content blockquote,
.entry-content pre,
.entry-content div,
.entry-content code {
  margin: 0 0 1.4em;
}
.entry-content p:last-child,
.entry-content ul:last-child,
.entry-content ol:last-child,
.entry-content blockquote:last-child,
.entry-content pre:last-child,
.entry-content div:last-child,
.entry-content code:last-child {
  margin: 0;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  line-height: 1.4em;
  margin: 10px 0;
}
.entry-content li{
  margin: 0 !important;
}
.entry-content ul,
.entry-content ol {
  margin-left: 20px;
  padding: 0;
  overflow: hidden;
  line-height: 2em;
}

.entry-content ul,
.entry-content ul li {
  list-style: inside disc;
}

.entry-content ol,
.entry-content ol li {
  list-style: inside decimal;
}

.entry-content ul ul,
.entry-content ol ol {
  margin-bottom: 0;
}
.entry-content ul ul, 
.entry-content ol ol, 
.entry-content ul ol, 
.entry-content ol ul {
    padding-left: 30px;
}

.entry-content img {
  max-width: 100%;
}

.entry-content img,
.entry-content img[height],
.entry-content img[class*="align"],
.entry-content img[class*="wp-image-"],
.entry-content img[class*="attachment-"] {
  height: auto;
}

.entry-content img.size-full,
.entry-content img.size-large,
.entry-content img.wp-post-image {
  height: auto;
  max-width: 100%;
}

.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video,
.entry-content audio {
  max-width: 100%;
}


/* Protected Post */
.entry-content .post-password-form {
    text-align: left;
    position: relative;
}

.entry-content .post-password-form label{
    display: block;
}
.entry-content .post-password-form input[type="password"]{
    margin-top: 20px;
}
.entry-content .post-password-form input[type="submit"]{
    padding: 10px 35px;
}
#blog-grid .post-item {
  width: 100%;
}
#blog-grid .post-item.sticky{
    position: relative;
    overflow: hidden;
}
#blog-grid .post-item.sticky:before { 
    content: "\f08d"; 
    background: #222; 
    width: 40px; 
    height: 40px; 
    position: absolute; 
    z-index:2;
    left: 25px; top: 15px; 
    border-radius: 50%;
    text-align: center;
    line-height: 40px; 
    color: #fff; 
    font-family: FontAwesome; 
    font-weight: normal; 
    font-size: 18px; 
    text-rendering: auto;
     -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; 
 }
#blog-grid .post-item.sticky .post-header{
    padding-left: 60px;
}
#blog-grid .post-item.sticky:before{
    top:10px; 
    left:0;
    background: #f9a521;
}
#blog-grid .post-item.sticky.has-post-thumbnail .post-header{
    padding-left: 0;
}
#blog-grid .post-item.sticky.has-post-thumbnail:before{
    top:15px; 
    left:25px;
    background: #222;
}
#blog-grid .post-item .post-title {
  font-size: 18px;
  margin: 25px 0 16px 0;
}

#blog-grid .post-item .post-title a {
  color: #ffffff;
}

#blog-grid .post-item .post-info {
  font-size: 13px;
  overflow: hidden;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.6);
}

#blog-grid .post-item .post-info .attribute {
  display: inline-flex;
}

#blog-grid .post-item .post-info .attribute i {
  margin-right: 2px;
}

#blog-grid .post-item .post-info .attribute + .attribute {
  margin-left: 3px;
}

#blog-grid .post-item .post-info .attribute + .attribute::before {
  content: "|";
  float: left;
  margin-right: 5px;
}

#blog-grid .post-item .post-content {
  line-height: 25px;
  margin-bottom: 60px;
}

.pagination {
  margin: 0 0 20px 0;
  padding-top: 30px;
  position: relative;
  width: 100%;
  text-align: center;
}

.pagination a.prev_button, .pagination a.next_button {
  position: absolute;
  color: #f9a521;
  font-size: 18px;
}

.pagination a.prev_button:hover, .pagination a.prev_button:active, .pagination a.prev_button:focus, .pagination a.next_button:hover, .pagination a.next_button:active, .pagination a.next_button:focus {
  color: #ffffff;
}

.pagination a.prev_button {
  left: 0;
}

.pagination a.next_button {
  right: 0;
}
/**/
.post-info .attribute{
    line-height: 35px;
    display:inline-block !important;
    vertical-align: middle;
    margin: 0 5px 0 0 !important;
}
.post-info .attribute:last-child{
    margin-right:0
}
.post-info .attribute img{
  width: 35px;
  border-radius: 50%;
}
.post-info .attribute img, .post-info .attribute i{
    margin-right: 5px !important;
}
.post-info a{
    color: rgba(255, 255, 255, 0.6);
}
.post-info a:hover{
    color: #fff;
}

.post-item .post-title a{
  color: #fff;
}
.post-item .post-title a:hover{
  color: #f9a521 !important;
}
#blog-wrapper #tags, #blog-wrapper #share-links{
        margin: 15px 0;
}
#blog-wrapper #tags{
    margin: 35px 0 15px 0 !important;
}
#blog-wrapper #tags .text-uppercase{
    margin-right: 20px;
}
.logged-in-as, .comment-notes, .form-allowed-tags{
    margin-bottom: 15px;
}
.logged-in-as, .logged-in-as a, .comment-notes a, .comment-notes, .form-allowed-tags, .form-allowed-tags a{
    color: rgba(255, 255, 255, 0.6);
    text-transform: none;;
}
.logged-in-as a:hover, .comment-notes a:hover{
     color: #fff;
}
.form-submit #submit{
    line-height: 25px;
}
#comments-wrapper .comments .comment-list .comment .comment-box .comment-text .comment-text-holder p.comment-awaiting-moderation {
    color: rgba(255,255,255,0.5);
    margin-bottom: 12px !important;
    display: block;
}
#blog-grid .post-item .post-info a{
    text-transform: none;
}
.readmore-btn:hover{
    color: #fff !important
}

.post-item .post-media{
    position: relative;
    text-align: center;
}
.post-item .post-media .overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background: #f9a521;
    transition: all .4s ease-out;
}
.post-item .post-media:hover .overlay{
    opacity: .9;
    visibility: visible;
}
.post-item .post-media .overlay:after{
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    background-image: url(assets/images/primo-sprite.png);
    background-repeat: no-repeat;
    background-size: 40px 292px;
    transition: all .4s ease-out;
    transform: scale(0);
}
.post-item .post-media:hover .overlay:after{
    transform: scale(1);
}
.post-item.format-image .post-media .overlay:after{
    background-position: 0 -252px;
}
.post-item.format-video .post-media .overlay:after{
    background-position: 0 -210px;
}
.post-item.format-audio .post-media .overlay:after{
    background-position: 0 -84px;
}
.post-item.format-gallery .post-media .overlay:after{
    background-position: 0 -42px;
}
.post-item.format-quote .post-media .overlay:after{
    background-position: 0 -126px;
}
.post-item.format-link .post-media .overlay:after{
    background-position: 0 -168px;
}
.post-item.format-gallery .post-media .gallery-excerpt {
    position: absolute;
    background: rgba(0,0,0,0.5);
    bottom: 20px;
    left:20px;
    padding: 15px  20px;
    text-align:center;
}
.post-item.format-gallery .post-media.grid-gallery:hover .overlay{
    opacity: 0;
    visibility: hidden;
}

.post-item.format-gallery .post-media.grid-gallery .gallery-img:hover .overlay{
    opacity: .9;
    visibility: visible;
}

.post-item.format-gallery .post-media.grid-gallery:hover .overlay:after{
    transform: scale(0);
}
.post-item.format-gallery .post-media.grid-gallery .gallery-img:hover .overlay:after{
    transform: scale(1);
}

.styled.post-item.format-link .post-inner, 
.styled.post-item.format-quote .post-inner{
    text-align:center;
    background: rgba(0,0,0,0.4);
    margin-bottom: 60px;
}
.styled.post-item.format-quote .post-inner .post-info, .styled.post-item.format-link .post-inner .post-info{ margin-bottom: 0; padding-bottom: 18px;}
.styled.post-item.format-link .post-media , 
.styled.post-item.format-quote .post-media {
    background-color: #f9a521;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px;
    text-align: center;
    position: relative;
    color: #fff;
    font-size: 18px;
}
.styled.post-item.format-link .post-media a, 
.styled.post-item.format-quote .post-media a{
    color: #fff;
}
.styled.post-item.format-link .post-media .link-inner, 
.styled.post-item.format-quote .post-media .quote-inner{
    position: relative;
}
.styled.post-item.format-link .post-media .link-overlay, 
.styled.post-item.format-quote .post-media .quote-overlay{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: #f9a521;
    opacity: .8;
}
.styled.post-item.format-link .post-media .link-icon{
    background: url(assets/images/primo-sprite.png) no-repeat 0 -168px;
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto 20px;
}
body.left-sidebar #main-sidebar{
    float: left;
}
body.right-sidebar #main-sidebar{
    float: right;
}
#pf-loadmore.lb-disabled, #pf-loadmore.lb-loading {
    pointer-events: none;
    opacity: .8;
}
#pf-loadmore.lb-loading:after {
  content: '.';
  animation: dots 1s steps(5, end) infinite;
}

@keyframes dots {
  0%, 20% {
    color: rgba(0,0,0,0);
    text-shadow:
      .25em 0 0 rgba(0,0,0,0),
      .5em 0 0 rgba(0,0,0,0);}
  40% {
    color: white;
    text-shadow:
      .25em 0 0 rgba(0,0,0,0),
      .5em 0 0 rgba(0,0,0,0);}
  60% {
    text-shadow:
      .25em 0 0 white,
      .5em 0 0 rgba(0,0,0,0);}
  80%, 100% {
    text-shadow:
      .25em 0 0 white,
      .5em 0 0 white;}
  }
/* sidebar*/
.sidebar .sidebar-inner .widget-area aside {
  margin-bottom: 40px;
}

.sidebar .sidebar-inner .widget-area .widget-title {
  font-size: 16px;
  margin-bottom: 30px;
}.sidebar .sidebar-inner .widget-area .widget-title a{color: #fff;}
/* Lists widgets*/
.widget_categories  ul ,
.widget_archive ul,
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul{
  list-style: none;
  color: rgba(255, 255, 255, 0.3);
}
.widget_categories  ul .children,
.widget_archive ul .children,
.widget_nav_menu ul .children,
.widget_pages ul .children{
  margin-left: 20px;
}

.widget_categories  ul li ,
.widget_archive ul li,
.widget_nav_menu ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li{
  margin: 10px 0;
}

.widget_categories  ul li a ,
.widget_archive ul li a,
.widget_nav_menu ul li a,
.widget_meta ul li a,
.widget_pages ul li a,
.widget_recent_comments ul li a,
.widget_recent_entries ul li a,
.widget_rss ul li a {
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.widget_categories  ul li a:hover,
.widget_archive ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_meta ul li a:hover,
.widget_pages ul li a:hover,
.widget_recent_comments ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_rss ul li a:hover{
  color: #fff;
}
.widget_recent_comments .comment-author-link a{
  text-transform: none;
  color: rgba(255, 255, 255, 0.3);
}
.widget_recent_entries .post-date{
  display: block;
  margin-top: 7px;
}
.widget_rss li{
    line-height: 1.5;
}
.widget_rss .rssSummary{
    margin: 15px 0
}
.widget_archive select, .widget_categories select{
    display: block;
    width: 100%;
    background: transparent;
    padding: 10px;
    color: rgba(255, 255, 255, 0.6);
}

.widget_archive select option,
.widget_categories select option{
    color: #333
}
.widget_archive  .screen-reader-text,
.widget_categories  .screen-reader-text{
    display:none;
}
.widget_calendar table,
.widget_calendar table th,
.widget_calendar table tr,
.widget_calendar table td{
    border-color: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
}
.widget_calendar table a{
    color: #fff;
}
.widget_calendar table td, .widget_calendar table th{
   padding: 15px;
}
.widget_calendar table th{
    background: rgba(0,0,0,0.2);
    color: #fff;
}

.widget_calendar caption{
    color: #fff;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 15px;
    border-bottom: 0;
}
.sidebar .sidebar-inner .widget-area .posts-widget li.recent-post {
  position: relative;
  padding: 0 6px 0 0;
  list-style: none;
  margin-bottom: 15px;
  display: table;
}

.sidebar .sidebar-inner .widget-area .posts-widget li.recent-post .recent-post-media {
  position: relative;
  display: inline-block;
  float: left;
  width: 62px;
  height: 62px;
  margin: 0 12px 0 0;
  background: #f9a521;
}

.sidebar .sidebar-inner .widget-area .posts-widget li.recent-post .recent-post-media img {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.sidebar .sidebar-inner .widget-area .posts-widget li.recent-post .recent-post-media:hover img {
  opacity: .2;
}

.sidebar .sidebar-inner .widget-area .posts-widget li.recent-post .recent-post-content {
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
}
.sidebar .sidebar-inner .widget-area .posts-widget .post-meta{
  font-size: 13px;
  text-transform: none;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.6);
}
.sidebar .sidebar-inner .widget-area .posts-widget .post-meta a{
  color: rgba(255, 255, 255, 0.6);
}
.sidebar .sidebar-inner .widget-area .posts-widget .post-meta a:hover{
  color: #fff;
}
.sidebar .sidebar-inner .widget-area .posts-widget li.recent-post .recent-post-content .recent-post-title {
  font-size: 14px;
  text-transform: none;
}
.sidebar .sidebar-inner .widget-area .posts-widget li.recent-post .recent-post-content .recent-post-title a{
  color :#fff;
  text-transform: none;
}
.sidebar .sidebar-inner .widget-area .posts-widget li.recent-post .recent-post-content .recent-post-title a:hover{
  color :#f9a521;
}
/* Tags */
.widget_tag_cloud a {
  display: inline-block;
  font-size: 11px  !important;
  font-weight: 700;
  letter-spacing: 0;
  padding: 10px 18px;
  margin: 5px 5px 5px 0;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.6);
  border: 2px solid rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.widget_tag_cloud a:hover {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
}
/* Comments Widgets */
.comments-widget li{
    position: relative;
    padding: 0 6px 0 0;
    list-style: none;
    margin-bottom: 15px;
    display: table;
}
.comments-widget .author-avatar{
    position: relative;
    display: inline-block;
    width: 62px;
    height: 62px;
    margin: 0 12px 0 0;
}
.comments-widget .author-comment{
        overflow: hidden;
    display: table-cell;
    vertical-align: middle;
}
.comments-widget .author-comment a{
    font-size: 13px;
    text-transform: none;
    margin-bottom: 7px;
    color: rgba(255, 255, 255, 0.6);
}
.comments-widget .author-comment a strong{
    color: #fff;
    margin-bottom: 7px;
    display: block;
}
.comments-widget .author-comment a:hover{
    color: #fff
}
/*flickr*/
.flickr-widget .flickr-container {
    margin: -5px
}
.flickr-widget .flickr_badge_image{
    width: 25%;
    float: left;
    padding:5px;
    position: relative;
}
.flickr-widget .flickr_badge_image img{
    width: 100%;
    transition: opacity .3s ease-out;
}
.flickr-widget .flickr_badge_image:before{
    content: '';
    position: absolute;
    left: 5px; top: 5px;
    right: 5px; bottom: 5px;
    z-index:-1;
    background: #f9a521
}
.flickr-widget .flickr_badge_image img:hover{
    opacity: .2;
}
/*social icons*/
.social-widget .socialicons ul li{
    display: inline-block;
    vertical-align:middle;
    margin-right: 8px;
}
.social-widget .socialicons ul li:last-child{
    margin-right: 0;
}
.social-widget .socialicons ul li a{
    width: 40px;
    height: 40px;
    color: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 0px;
    text-align:center;
    line-height: 40px;
    padding: 0;
    font-size: 17px;
}
.social-widget .socialicons ul li a:hover{
    color: #fff;
    border-color: #fff
}
/*-> Comments */
#comments-wrapper .comment-list {
  list-style: none;
  position: relative;
  z-index: 150;
  padding: 0 !important;
}

#comments-wrapper li {
  margin-bottom: 40px;
}
#comments-wrapper li:last-child{
  margin-bottom: 0;
}
#comments-wrapper .comment-list .children {
  padding-left: 80px !important;
  margin: 40px 0 0 0 !important;
}

#comments-wrapper .comment-list .comment-box {
 overflow: hidden;
}

#comments-wrapper .comment-list .comment-box .comment-img {
  float: left;
  width: 64px;
  height: 64px;
  margin-right: 21px;
}

#comments-wrapper .comment-list .comment-text {
  overflow: hidden;
}

#comments-wrapper .comment-list .comment-info {
  margin-bottom: 10px;
  position: relative;
}

#comments-wrapper .comment-list .comment-info .comment-name {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  text-transform: none;
  font-size: 16px;
  color: #ffffff;
}
#comments-wrapper .comment-list .comment-info .comment-name cite{
  font-style: normal;
}
#comments-wrapper .comment-list .comment-info .comment-name a
{
  color: #fff;
}
#comments-wrapper .comment-list .comment-info .comment-name a:hover,
#comments-wrapper .comment-list .comment-info .comment-name a:active,
#comments-wrapper .comment-list .comment-info .comment-name a:focus
{
  color: #f9a521;
}

#comments-wrapper .comment-list .comment-info .comment-date {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 13px;
  color: rgba(255, 255, 255, 0.6);
}
#comments-wrapper .comment-list .comment-info .comment-date a, #cancel-comment-reply-link{
  color: rgba(255, 255, 255, 0.6);
}
#comments-wrapper .comment-list .comment-info .comment-date a:hover, #cancel-comment-reply-link:hover{
  color: #fff;
}

#comments-wrapper .comment-list .comment-info .comment-reply {
  position: absolute;
  right: 0;
}
#comments-wrapper .comment-list .comment-info .comment-reply a{ color: #f9a521; }
#comments-wrapper .comment-list .comment-info .comment-reply a:hover{ color: #fff; }
#comments-wrapper .comment-list .comment-text-holder{
  line-height: 1.7em;
}
#comments-wrapper .comment-list .comment-text-holder p:last-child {
  margin: 0 !important;
}

/* Footer */
#main-footer.footer {
  width: 100%;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

#main-footer.footer.fixed {
  position: fixed;
  bottom: 0;
}

#main-footer.footer .footer-text .footer-copyright, #main-footer.footer .footer-text .footer-contact, #main-footer.footer .footer-text .footer-phone {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #ffffff;
  text-transform: none;
}

#main-footer.footer .footer-text .footer-contact {
  text-align: center;
}

#main-footer.footer .footer-text .footer-phone {
  text-align: right;
}
/*
+ 10 -  Retina
---------------------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .styled.post-item.format-link .post-media .link-icon,
  .post-item .post-media .overlay:after {
    background-image: url("assets/images/primo-sprite@2x.png");
    background-size: 40px 292px;
  }
}