<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Farmhouse
Theme URI: http://okthemes.com/farmhouse
Author: Cristian Gogoneata
Author URI: http://www.okthemes.com
Description: Agrotourism, Farming, Agriculture and Shop WordPress theme
Tags: one-column, two-columns, right-sidebar, left-sidebar,full-width-template,rtl-language-support,sticky-post,theme-options, custom-menu, featured-images, threaded-comments, translation-ready, footer-widgets
Text Domain: farmhouse
Version: 2.4
=======
License: GPL
License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/*------------------------------------------------------------------

[Table of contents]

1. Body / body, html
2. General elements / typography, links, buttons, headings, form elements, images
3. Header / header, logo, breadcrumbs, header slider
4. Navigation / main menu, megamenu
5. Content / #content
6. Footer, footer extras, footer social
7. Sidebar / widgets
8. Blog / article, post formats, comments, pagination
9. Contact page
10. Gallery page / gallery single
11. 404 page
12. Visual Composer 

-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[ 1. Body / body, html ]
*/

html {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: 'Lato';
  color: #000;
  font-size: 14px;

  overflow-x: hidden;
}

@media (min-width: 768px) {
  body {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}

html, body {
  min-height: 100%;
}

/* Loader */
body.gg-has-site-preloader #loader {
  position: fixed;
  height: 100%;
  background-color: #000;

  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  top: 0px;
  overflow-x: hidden;
  z-index: 98;
}

body.gg-has-site-preloader #loader.closed {
  display: none;
}

body.gg-has-site-preloader .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px; /*Half of spinner loader or half of logo loader(if active)*/
  margin-top: -50px;
  opacity: 1;
  -webkit-animation-duration: 3s !important;
  -ms-animation-duration: 3s !important;
  animation-duration: 3s !important;
  text-align: center;
  line-height: 10px;
}

body.gg-has-site-preloader .spinner-loader {
  width: 60px;
}


/*Animations*/
@-webkit-keyframes content-slide-in {
  0% {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
    opacity: 0;
    filter: alpha(opacity=0);
    /* For IE8 and earlier */ }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    filter: alpha(opacity=100);
    /* For IE8 and earlier */ } }
@keyframes content-slide-in {
  0% {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
    opacity: 0;
    filter: alpha(opacity=0);
    /* For IE8 and earlier */ }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    filter: alpha(opacity=100);
    /* For IE8 and earlier */ } }


@-webkit-keyframes hero-opacity {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    /* For IE8 and earlier */ }
  100% {
    opacity: 0.65;
    filter: alpha(opacity=65);
    /* For IE8 and earlier */ } }

@keyframes hero-opacity {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    /* For IE8 and earlier */ }
  100% {
    opacity: 0.65;
    filter: alpha(opacity=65);
    /* For IE8 and earlier */ } }

@-webkit-keyframes ken-burns {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); } }

@keyframes ken-burns {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); } }

@-moz-keyframes dropHeader {
    0% {
        -moz-transform: translateY(-80px);
    }
    100% {
        -moz-transform: translateY(0);
    }
}
@-webkit-keyframes dropHeader {
    0% {
        -webkit-transform: translateY(-80px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}
@keyframes dropHeader {
    0% {
        transform: translateY(-80px);
    }
    100% {
        transform: translateY(0);
    }
}


/* Responsive columns */

@media (max-width: 480px) {
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    width: 100%;
  }

  body .vc_col-xs-1, body .vc_col-sm-1, .vc_col-md-1, .vc_col-lg-1, .vc_col-xs-2, body .vc_col-sm-2, body .vc_col-md-2, body .vc_col-lg-2, body .vc_col-xs-3, body .vc_col-sm-3, body .vc_col-md-3, body .vc_col-lg-3, body .vc_col-xs-4, body .vc_col-sm-4, body .vc_col-md-4, body .vc_col-lg-4, body .vc_col-xs-5, body .vc_col-sm-5, body .vc_col-md-5, body .vc_col-lg-5, body .vc_col-xs-6, body .vc_col-sm-6, body .vc_col-md-6, body .vc_col-lg-6, body .vc_col-xs-7, body .vc_col-sm-7, body .vc_col-md-7, body .vc_col-lg-7, body .vc_col-xs-8, body .vc_col-sm-8, body .vc_col-md-8, body .vc_col-lg-8, body .vc_col-xs-9, body .vc_col-sm-9, body .vc_col-md-9, body .vc_col-lg-9, body .vc_col-xs-10, body .vc_col-sm-10, body .vc_col-md-10, body .vc_col-lg-10, body .vc_col-xs-11, body .vc_col-sm-11, body .vc_col-md-11, body .vc_col-lg-11, body .vc_col-xs-12, body .vc_col-sm-12, body .vc_col-md-12, body .vc_col-lg-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}            

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */

/*weather Icons*/
@font-face {
  font-family: 'weathericons';
  src: url('assets/weather-icons/weathericons-regular-webfont.eot');
  src: url('assets/weather-icons/weathericons-regular-webfont.eot?#iefix') format('embedded-opentype'), url('assets/weather-icons/weathericons-regular-webfont.woff2') format('woff2'), url('assets/weather-icons/weathericons-regular-webfont.woff') format('woff'), url('assets/weather-icons/weathericons-regular-webfont.ttf') format('truetype'), url('assets/weather-icons/weathericons-regular-webfont.svg#weather_iconsregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Arrows font */
@font-face {
  font-family: 'arrows-font';
  src:  url('assets/arrows-font/fonts/arrows-font.eot?t8tv5f');
  src:  url('assets/arrows-font/fonts/arrows-font.eot?t8tv5f#iefix') format('embedded-opentype'),
    url('assets/arrows-font/fonts/arrows-font.ttf?t8tv5f') format('truetype'),
    url('assets/arrows-font/fonts/arrows-font.woff?t8tv5f') format('woff'),
    url('assets/arrows-font/fonts/arrows-font.svg?t8tv5f#arrows-font') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'arrows-font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left-single:before {
  content: "\e902";
}
.icon-arrow-right-single:before {
  content: "\e903";
}
.icon-arrow-left:before {
  content: "\e900";
}
.icon-arrow-right:before {
  content: "\e901";
}


/*------------------------------------------------------------------
[ 2. General elements / typography, links, buttons, headings, form elements, images ]
*/

a {
  color: #d59b39;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

a:hover,
a:focus {
  color: #d59b39;
  text-decoration: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  line-height: normal;
  font-family: "Open Sans";
  letter-spacing: 3px;
  clear: both;
  font-weight: 600;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  letter-spacing: normal;
}

h1 { font-size:24px; }
h2 { font-size:18px; }
h3 { font-size:16px; }
h4 { font-size:14px; }
h5 { font-size:12px; }
h6 { font-size:11px; }

@media (min-width: 768px) {
  h1 { font-size:36px; }
  h2 { font-size:30px; }
  h3 { font-size:24px; }
  h4 { font-size:18px; }
  h5 { font-size:16px; }
  h6 { font-size:14px; }
}
@media (min-width: 1200px) {
  h1 { font-size:48px; }
  h2 { font-size:40px; }
  h3 { font-size:32px; }
  h4 { font-size:24px; }
  h5 { font-size:18px; }
  h6 { font-size:16px; }
}

.heading p.h_subtitle {
  margin-bottom: 0;
  color: #d59b39;

  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

@media (min-width: 768px) {
  .heading p.h_subtitle {
    font-size: 16px;
  }
}


.heading h2.h_title {
  margin-top: 0;
}

.widget-subtitle {
  font-size: 14px;
  color: #d59b39;
  font-family: "Open Sans";
  font-weight: 600;
}

@media (min-width: 1200px) {
  .widget-subtitle {
    font-size: 16px;
  }
}

.read-more-link {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  color: #000;
}

.read-more-link:after {
  content: '';
  width: 45px;
  height: 2px;
  margin-left: 30px;
  background: #d59b39;
  display: inline-block;
  margin-bottom: 3px;

  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.read-more-link:hover:after {
  margin-left: 45px;
}

ul {
    list-style-type: square;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 20px;
}

abbr[title] {
    border-bottom: 1px dotted;
}

abbr.required,
.required {
    border-bottom: 0!important;
    color: #d59b39;
}

/* Elements */
.element-inline {
  display: inline-block;
}

.no-border {
  border: 0 !important;
}

.no-rounded-corners {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.white-text {
  color: #fff !important;
}

.visible-xs-inline {
  display: none;
}

.center-text {
  text-align: center !important;
}

.has-bottomline,
.has-topline {
  width: 2px;
  height: 25px;
  background: #d59b39;
  margin: 0;
  border: 0;
}

@media (min-width: 768px) {
  .has-bottomline,
  .has-topline {
    height: 45px;
  }
}
@media (min-width: 1200px) {
  .has-bottomline,
  .has-topline {
    height: 60px;
  }
}

body .gg-force-background-left {
  background-position: left top !important;
}
body .gg-force-background-bottom {
  background-position: left bottom !important;
  background-size: cover;
}
body .gg-force-background-bottom-no-cover {
  background-position: left bottom !important;
}

body .gg-display-inline {
  display: inline-block !important;
}

.flip {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sticky {
  background: #101215;
  padding: 30px;
  border: 0;
  color: rgba(255,255,255,0.5);
}

@media (min-width: 768px) {
  .sticky {
    padding: 60px;
  }
}

article.page.sticky h2.entry-title a,
article.post.sticky h2.entry-title a {
  color: #fff;
}


img,
.wp-post-image,
.logo-wrapper img.brand {
  max-width: 100%;
  height: auto;
}

.wp-post-image.rounded,
figure.rounded {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
.wp-post-image.circle,
figure.circle {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin : 0;
}
input[type=number] {
  -moz-appearance : textfield;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;

  color: #999;
}

pre {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  line-height: 1.2;
  max-width: 100%;
  overflow: auto;
  padding: 30px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;

  border-radius: 0;
}

footer.site-footer caption {
  color: #fff;
}

mark, .mark {
  background-color: #d59b39;
  padding: 2px 5px;
  color: #fff;
}


/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
  max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
  width: 100% !important;
}

.screen-reader-text {
  display: none;
}

/* Image align */
img.alignnone,
.alignnone {
  display: block;
  position: relative;
  margin: 15px auto;
}
img.alignright,
.alignright {
  float: right;
  margin: 15px;
  display: inline;
}
img.alignleft,
.alignleft {
  float: left;
  margin: 15px;
  display: inline;
}
img.aligncenter,
.aligncenter {
  display: block;
  text-align: center;
  margin: 15px auto;
}

@media (min-width: 768px) {
  img.alignright,
  .alignright,
  img.alignleft,
  .alignleft {
    margin: 35px;
  }

  img.aligncenter,
  .aligncenter,
  img.alignnone,
  .alignnone {
    margin: 35px auto;
  }
}
@media (min-width: 1200px) {
  img.alignright,
  .alignright,
  img.alignleft,
  .alignleft {
    margin: 55px;
  }

  img.aligncenter,
  .aligncenter,
  img.alignnone,
  .alignnone {
    margin: 55px auto;
  }
}

/*Image width*/

.gg-widget img,
article.post .entry-content img {
  max-width: 100%;
  height: auto;
}

/* Captions  */
.wp-caption {
  max-width: 100%;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption,
caption {
  padding: 15px 0;

  font-family: 'Nothing You Could Do', cursive;
  font-size: 18px;
  color: #aaa;
}

img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
  list-style-position: inside;
}

.bypostauthor {}


/*WP Gallery*/
.entry-content .gallery .gallery-item img {
  border: 0 !important;
}

/* Buttons  */

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  border: 0;
}

.button,
.btn {
  height: 50px;
  padding: 12px 30px;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;

  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

@media (min-width: 768px) {
  .button,
  .btn {
    padding: 21px 30px;
    height: 70px;
  }
}
@media (min-width: 1200px) {
  .button,
  .btn {
    padding: 21px 60px;
  }
}

.gg-contact-template .contact-form-wrapper .btn {
  padding-left: 40px;
  padding-right: 40px;

  width: 100%;
}

@media (min-width: 768px) {
  .gg-contact-template .contact-form-wrapper .btn {
    padding-left: 120px;
    padding-right: 120px;
    width: auto;
  }
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none;
}

.btn:active,
.btn.active {
  box-shadow: none;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: 1;
}

.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
  background-color: #d59b39;
  border-color: #d59b39;
}

/* Default button */
.btn-default {
  border-width: 1px;
  color: #000;
  border-color: #e5e5e5;
}

.btn-default:hover, 
.btn-default:focus, 
.btn-default.focus, 
.btn-default:active, 
.btn-default.active, 
.open &gt; .dropdown-toggle.btn-default {
    background: transparent; 
    border-color: #000;
}

footer.site-footer .btn-default:hover, 
footer.site-footer .btn-default:focus, 
footer.site-footer .btn-default.focus, 
footer.site-footer .btn-default:active, 
footer.site-footer .btn-default.active, 
footer.site-footer .open &gt; .dropdown-toggle.btn-default {
    border-color: #414141;
}

/* Default button alt */
.btn-default-alt {
  border-bottom-width: 3px;
  border-color: #e5e5e5;
  background: #fff;
  color: #222;
}

.btn-default-alt:hover, 
.btn-default-alt:focus, 
.btn-default-alt.focus, 
.btn-default-alt:active, 
.btn-default-alt.active, 
.open &gt; .dropdown-toggle.btn-default-alt {
    background-color: #fff;
    border-color: #000;
    color: #000;
}

/*Primary button*/
.button,
.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.button:hover,
.btn-primary:hover,
.button:focus,
.btn-primary:focus {
    color: #fff;
    background-color: #d59b39;
    border-color: #d59b39;
}

/*Secondary button*/
.btn-secondary {
    color: #fff;
    background-color: #d59b39;
    border-color: #d59b39;
}

.btn-secondary:hover,
.btn-secondary:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

footer.site-footer .btn-primary {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

/* Forms */
label,
.label {
  font-weight: bold;
  color: #ccc;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 0;
}

@media (min-width: 768px) {
  label,
  .label {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  label,
  .label {
    font-size: 14px;
  }
}

footer.site-footer label,
footer.site-footer .label {
  color: #fff;
}

select {
  max-width: 100%;

  height: 70px;
  padding: 15px 30px;
  font-size: 14px;
  line-height: normal;

  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;

  background: #fff;
  border: 1px solid #ccc;
  color: #000;
}

footer.site-footer select{
  border-color: #414141;
}

select option {
  color: #000;
}

legend {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  border-bottom: 1px solid #ededed;
  padding: 0 0 25px 0;
  margin: 0 0 25px 0;
}

.form-group {
  margin-bottom: 30px;
}

input:not([type=submit]):not([type=file]),
.form-control {
  box-shadow: none;
  height: 50px;
  padding: 15px;
  font-size: 11px;
  line-height: normal;

  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;

  background: #fff;
  border: 1px solid #ccc;
  color: #000;
}

@media (min-width: 768px) {
  input:not([type=submit]):not([type=file]),
  .form-control {
    height: 70px;
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  input:not([type=submit]):not([type=file]),
  .form-control {
    padding: 15px 30px;
    font-size: 14px;
  }
}

textarea.form-control {
  padding: 30px;
}

footer.site-footer input[type="text"],
footer.site-footer .form-control {
  border-color: #fff;
  background: #fff;
}

input:not([type=submit]):not([type=file]):focus,
textarea:focus,
.form-control:focus {
  border-color: #d59b39;
}
.form-control::-moz-placeholder {
  color: #ccc;
}
.form-control::-webkit-input-placeholder {
  color: #ccc;
}

.has-success .form-control:focus,
.has-error .form-control:focus,
.has-feedback .form-control:focus,
.form-control:focus,
.has-success .form-control,
.has-error .form-control {
  box-shadow: none;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child &gt; .btn,
.input-group-btn:first-child &gt; .btn-group &gt; .btn,
.input-group-btn:first-child &gt; .dropdown-toggle,
.input-group-btn:last-child &gt; .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child &gt; .btn-group:not(:last-child) &gt; .btn {
  border-radius: 0;
}

.input-group-addon {
  border: 1px solid #ccc;
  border-right: 0;
  border-radius: 0;
  color: #000;
}

input[type="radio"],
input[type="checkbox"] {
  float: left;
  height: auto !important;
  width: auto;
  margin: 5px 10px 0 0;
}


.input-group-btn:last-child &gt; .btn,
.input-group-btn:last-child &gt; .btn-group {
  background: transparent;
  height: 50px;
  border: 1px solid #ccc;
  border-left-color: #fff;
  color: #d59b39;
  font-weight: bold;
}

@media (min-width: 768px) {
  .input-group-btn:last-child &gt; .btn,
  .input-group-btn:last-child &gt; .btn-group {
    height: 70px;
  }
}

footer.site-footer .input-group-btn:last-child &gt; .btn,
footer.site-footer .input-group-btn:last-child &gt; .btn-group {
  border-color: #d59b39;
  background: #d59b39;
  color: #fff;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-right: 0;
}

.input-group-btn:last-child:before {
  content: '';
  height: 50%;
  width: 1px;
  background: #ccc;
  display: block;
  position: absolute;
  top: 25%
}

/*Success form */
.has-success .form-control,
.has-success .form-control:focus {
  border-color: #ccc;
}

.has-success .form-control-feedback {
  color: #000;
}

/*Error form */
.has-error .form-control,
.has-error .form-control:focus {
  border-color: #d59b39 !important;
}

.has-error .form-control-feedback {
  color: #d59b39;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #d59b39;
}

/* Mandatory Icons */

.has-feedback label.sr-only~.form-control-feedback {
    top: 18px;
}

.has-feedback label ~ .form-control-feedback {
  top: 20px;
  right: 15px;
}

@media (min-width: 768px) {
  .has-feedback label ~ .form-control-feedback {
    top: 30px;
    right: 20px;
  }
}

i.form-control-feedback {
  font-size: 11px;
  color: #ccc;
}

i.form-control-feedback.fa-asterisk {
  font-size: 8px;
}

/*Modals*/

/* text-based popup styling */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 30px;
  width: auto;
  max-width: 600px;
  margin: 60px auto;
}

/* Table */
table,
.table {
  background: #fff;
  border: 1px solid #f1f1f1;
}
form.table {
  background: transparent;
  border: none;
}
.table &gt; thead &gt; tr &gt; th,
table &gt; thead &gt; tr &gt; th {
  border-bottom-width: 1px;
}

.table &gt; thead &gt; tr &gt; th.clear,
table &gt; thead &gt; tr &gt; th.clear {
  background: none;
}

.table&gt;thead&gt;tr&gt;th,
.table&gt;tfoot&gt;tr&gt;th,
table&gt;thead&gt;tr&gt;th,
table&gt;tfoot&gt;tr&gt;th {
  background: #f1f1f1;
  color: #d59b39;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  font-family: "Open Sans";
}

.table&gt;tbody&gt;tr&gt;th em,
.table&gt;thead&gt;tr&gt;th em,
.table&gt;tfoot&gt;tr&gt;th em,
.table&gt;tbody&gt;tr&gt;td em,
.table&gt;thead&gt;tr&gt;td em,
.table&gt;tfoot&gt;tr&gt;td em,
table&gt;tbody&gt;tr&gt;th em,
table&gt;thead&gt;tr&gt;th em,
table&gt;tfoot&gt;tr&gt;th em,
table&gt;tbody&gt;tr&gt;td em,
table&gt;thead&gt;tr&gt;td em,
table&gt;tfoot&gt;tr&gt;td em {
  font-family: "Nothing You Could Do";
  color: #ccc;
  display: block;
}

.table&gt;tbody&gt;tr&gt;th,
table&gt;tbody&gt;tr&gt;th {
  background: #f1f1f1;
  color: #000;
  font-weight: normal;
}

.table &gt; thead &gt; tr &gt; th,
.table &gt; tbody &gt; tr &gt; th,
.table &gt; tfoot &gt; tr &gt; th,
.table &gt; thead &gt; tr &gt; td,
.table &gt; tbody &gt; tr &gt; td,
.table &gt; tfoot &gt; tr &gt; td,
table &gt; thead &gt; tr &gt; th,
table &gt; tbody &gt; tr &gt; th,
table &gt; tfoot &gt; tr &gt; th,
table &gt; thead &gt; tr &gt; td,
table &gt; tbody &gt; tr &gt; td,
table &gt; tfoot &gt; tr &gt; td {
  border-color: #ededed;
  padding: 20px;
  vertical-align: middle;
  border-top: 1px solid #ededed;
}

footer.site-footer .table &gt; thead &gt; tr &gt; th,
footer.site-footer .table &gt; tbody &gt; tr &gt; th,
footer.site-footer .table &gt; tfoot &gt; tr &gt; th,
footer.site-footer .table &gt; thead &gt; tr &gt; td,
footer.site-footer .table &gt; tbody &gt; tr &gt; td,
footer.site-footer .table &gt; tfoot &gt; tr &gt; td {
  border-color: #414141;
}

/* Blockquote */
blockquote {
  border: 0;
  padding: 30px 0;
  background: transparent;
  margin: 0;
  font-weight: 300;
  font-size: 18px;
  line-height: normal;
  font-family: "Open Sans";
  position: relative;
  font-style: italic;
}

blockquote p {
  display: inline;
}

blockquote:before,
blockquote:after {
  font-size:24px;
  font-style: italic;
  line-height: 0;
}

@media (min-width: 768px) {
  blockquote:before,
  blockquote:after {
    font-size: 30px;
  }
}

@media (min-width: 1200px) {
  blockquote:before,
  blockquote:after {
    font-size: 36px;
  }
}

blockquote:before {
    content: open-quote;
}

blockquote:after {
    content: close-quote;
}

blockquote + cite,
blockquote + p &gt; cite {
  font-family: 'Nothing You Could Do', cursive;
  font-size: 18px;
  color: #d59b39;
  margin-top: 15px;
}

@media (min-width: 768px) {
  blockquote,
  blockquote + cite {
    font-size: 21px;
  }
}

@media (min-width: 1200px) {
  blockquote,
  blockquote + cite {
    font-size: 30px;
  }
}

/*Tabs*/
.nav-pills &gt; li &gt; a {
  border-radius: 0;
}

/*Navs*/
.nav&gt;li&gt;a:hover,
.nav&gt;li&gt;a:focus {
  background: transparent;
}

/*------------------------------------------------------------------
[ 3. Header / header, logo, breadcrumbs, header slider ]
*/

header.site-header {
  /*position: relative;*/
  /*z-index: 1000;*/
}

/* Site title */
.site-title {
  text-transform: uppercase;
  font-size: 18px;
  color: #000;
  letter-spacing: 3px;
  font-weight: 900;
  font-family: "Open Sans";

  margin: 0;
  padding: 20px;
  line-height: normal;
}

@media (min-width: 768px) {
  .site-title {
    font-size: 24px;
    letter-spacing: 5px;
  }
}
@media (min-width: 1200px) {
  .site-title {
    font-size: 30px;
    letter-spacing: 7px;
  }
}

.site-title a {
  color: #000;
}

header.site-header .site-title {
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}


/* Tagline */
.site-title small {
  font-size: 16px;
  display: inline-block;
  color: #ccc;
  font-weight: normal;
  line-height: 1;
  margin-left: 15px;
  font-family: 'Nothing You Could Do', cursive;
  text-transform: none;
  letter-spacing: 0;
}

/* Image logo */
header.site-header .logo-wrapper .brand {
  padding: 0;

  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

/* Page meta */

header.site-header .page-meta-wrapper-fixed {
  height: 100%;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (min-width: 1025px) {
  header.site-header .page-meta-wrapper-fixed {
    position: fixed;
  }
}

header.site-header .page-meta {
  position: relative;
  background: #000;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  height: 100%;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  flex-direction: column;
  justify-content: center;
}

header.site-header .page-meta {
  padding-top: 85px;
}

body.admin-bar header.site-header .page-meta {
  padding-top: 117px; /*Height of the menu*/
}

header.site-header .page-meta span.sep-line {
  width: 1px;
  height: 25px;
  background: #d59b39;
  display: inline-block;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  header.site-header .page-meta span.sep-line {
    margin-bottom: 35px;
    height: 45px;
  }
}
@media (min-width: 1200px) {
  header.site-header .page-meta span.sep-line {
    margin-bottom: 55px;
    height: 60px;
  }
}

header.site-header .page-meta p.page-header-subtitle {
  margin: 0;
  color: #d59b39;
  font-size: 14px;
  position: relative;
  font-family: 'Nothing You Could Do', cursive;
}

@media (min-width: 768px) {
 header.site-header .page-meta p.page-header-subtitle {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
 header.site-header .page-meta p.page-header-subtitle {
    font-size: 21px;
  }
}

header.site-header .page-meta .page-meta-wrapper {
  padding: 30px 0;
  text-align: center;
}
@media (min-width: 768px) {
 header.site-header .page-meta .page-meta-wrapper {
    padding: 65px 0;
  }
}
@media (min-width: 1200px) {
 header.site-header .page-meta .page-meta-wrapper {
    padding: 130px 0;
  }
}

body.gg-page-has-header-image header.site-header .page-meta .page-meta-wrapper {
  border: 0;
}

body.single-product header.site-header .page-meta .page-meta-wrapper {
  padding: 0;
}

header.site-header .page-meta h1 {
  margin: 0;
  padding: 0;
  position: relative;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  letter-spacing: 4px;
  font-weight: normal;

  word-wrap: break-word;
}

@media (min-width: 768px) {
 header.site-header .page-meta h1 {
    font-size: 60px;
    letter-spacing: 7px;
  }
}
@media (min-width: 1200px) {
 header.site-header .page-meta h1 {
    font-size: 80px;
    letter-spacing: 10px;
  }
}

header.site-header .page-meta &gt; div.container {
  position: relative;
}

header.site-header .header-page-description {
  margin: 15px auto 0 auto;
  font-size: 14px;
  width: 90%;
  color: #d59b39;
}

@media (min-width: 768px) {
 header.site-header .header-page-description {
    margin: 30px auto 0 auto;
    font-size: 16px;
    width: 70%;
  }
}
@media (min-width: 1200px) {
 header.site-header .header-page-description {
    margin: 60px auto 0 auto;
    font-size: 18px;
    width: 50%;
  }
}

header.site-header .page-meta span.sep-line + .header-page-description {
  margin-top: 0;
}

header.site-header .header-page-description p {
  margin-bottom: 0;
}

body.single-post header.site-header .header-page-description p,
body.single-post header.site-header .header-page-description span {
  display: inline;
}

@media (min-width: 768px) {
 body.single-post header.site-header .header-page-description {
    width: 90%;
  }
}

.page-header-image {
  text-align: center;
  background: #000;
}

.page-header-image img {
  max-width: 100%;
}


/*TO be modified*/
body.gg-has-site-preloader header.site-header .page-meta .page-meta-wrapper {
  opacity: 0;
  filter: alpha(opacity=0);
}

body.gg-has-site-preloader.loader-off header.site-header .page-meta .page-meta-wrapper {
  -webkit-animation: content-slide-in 1.3s 0s ease-in-out both;
          animation: content-slide-in 1.3s 0s ease-in-out both;
}

/*Breadcrumbs*/

.nav_crumb {
  color: rgba(255,255,255,0.3);
  margin-top: 2px;
}

.nav_crumb .current {
  color: rgba(255,255,255,0.3);
}

.nav_crumb .delimiter {
  margin: 0 8px;
}

/* Header slider */
.subheader-slider .slick-slider {
  margin-bottom: 0;
}

/*Header slider navigations (arrows)*/ 
.subheader-slider .tparrows {
  background: transparent;
  border: 2px solid rgba(0,0,0,0.1);

  border-radius: 50%;
  -webkit-border-radius: 50%;

  color: #000;

  width: 57px;
  height: 57px;

  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s; 
}

.subheader-slider .tparrows:hover {
  border-color: rgba(0,0,0,1);
}

.subheader-slider .tparrows:before {
  color: #000;
  line-height: 57px;
  font-size: 18px;
}


/*------------------------------------------------------------------
[ 4. Navigation / main menu, mega menu ]
*/

.navbar-default {
  background-color: #fff;
  border: 0;
  border-radius: 0;
  margin-bottom: 0;

  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;

  z-index: 99; /*To hide the parallax header (the header is behind all the content)*/

  position: absolute;
  width: 100%;
  top: 0;
}

.navbar-default {
  /*position:relative;*/
    -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 2px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}


@media (max-width: 768px) {
  .navbar-default {
    min-height: 30px;
  }
}

body.admin-bar .navbar-default {
  top: 32px;
}
@media (max-width: 768px) {
  body.admin-bar .navbar-default {
    top: 46px;
  }
}

.navbar-default &gt; .container-fluid {
  padding: 0;
}

.navbar-nav &gt; li &gt; a {
  padding: 20px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  position: relative;
  overflow: hidden;
  font-weight: 600;
  line-height: normal;
  text-align: center;

  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;

  -webkit-font-smoothing: antialiased;
  -webkit-transform: translate3d(0,0,0) !important;
  transform: translate3d(0,0,0) !important;
}

body.gg-menu-style_2 .navbar-nav &gt; li &gt; a {
  padding: 15px;
}

@media (min-width: 768px) {
  .navbar-nav &gt; li &gt; a {
    font-size: 12px;
    padding: 15px;
  }
  body.gg-menu-style_2 .navbar-nav &gt; li &gt; a {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .navbar-nav &gt; li &gt; a {
    font-size: 14px;
    padding: 20px;
  }

  body.gg-menu-style_2 .navbar-nav &gt; li &gt; a {
    padding: 30px;
  }

}

.navbar-nav &gt; li.brand-in-menu &gt; a.brand {
    padding: 0;
    margin-right: 20px;

    text-align: left;
}

.navbar-default .navbar-nav &gt; li &gt; a {
  color: #000;
}

.navbar-default .navbar-nav &gt; li.highlight &gt; a {
  color: #000;
  background: #d59b39;
}
.navbar-default .navbar-nav &gt; li.highlight-black &gt; a {
  color: #d59b39;
  background: #000;
}

.navbar-default .navbar-nav &gt; li.highlight.open &gt; a,
.navbar-default .navbar-nav &gt; li.highlight.open &gt; a:hover,
.navbar-default .navbar-nav &gt; li.highlight.open &gt; a:focus {
  background-color: #000;
  color: #d59b39;
}
.navbar-default .navbar-nav &gt; li.highlight-black.open &gt; a,
.navbar-default .navbar-nav &gt; li.highlight-black.open &gt; a:hover,
.navbar-default .navbar-nav &gt; li.highlight-black.open &gt; a:focus {
  background-color: #d59b39;
  color: #000;
}

/* Dropdown */
.navbar-nav &gt; li &gt; .dropdown-menu {
  display: none;
  
  top: 100%;
  opacity: 1;

  -webkit-transition: all ease-in-out 0.1s;
  -moz-transition: all ease-in-out 0.1s;
  -ms-transition: all ease-in-out 0.1s;
  -o-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
}

.navbar-nav &gt; li.open &gt; .dropdown-menu {
  display: block;
}


/*Stiky nav*/ 
body.gg-has-stiky-menu .navbar-fixed-top {
  left: 0;
  right: 0;

  position: fixed;
}

.navbar-default .navbar-nav &gt; .open &gt; a:after,
.navbar-default .navbar-nav &gt; .open &gt; a:hover:after,
.navbar-default .navbar-nav &gt; .open &gt; a:focus:after,
.navbar-default .navbar-nav &gt; li &gt; a:hover:after,
.navbar-default .navbar-nav &gt; li &gt; a:focus:after,
.navbar-default .navbar-nav &gt; .active &gt; a:after,
.navbar-default .navbar-nav &gt; .active &gt; a:hover:after,
.navbar-default .navbar-nav &gt; .active &gt; a:focus:after {
  width: 100%;
}

.navbar-default .navbar-nav &gt; .open &gt; a,
.navbar-default .navbar-nav &gt; .open &gt; a:hover,
.navbar-default .navbar-nav &gt; .open &gt; a:focus,
.navbar-default .navbar-nav &gt; li &gt; a:hover,
.navbar-default .navbar-nav &gt; li &gt; a:focus,
.navbar-default .navbar-nav &gt; .active &gt; a,
.navbar-default .navbar-nav &gt; .active &gt; a:hover,
.navbar-default .navbar-nav &gt; .active &gt; a:focus {
  background: transparent;
  color: #d59b39;
}

.navbar-nav &gt; li &gt; .dropdown-menu {
  left: -20px;
  right: auto;
}

.dropdown-menu,
.dropdown-menu &gt; li &gt; .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  border: 0;
  background: #121212;
  padding: 30px;
  margin: 0;

  min-width: 250px;

  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;

  display: block;
  opacity: 0;
  z-index: -1;
  left: 110%;
}

.dropdown-submenu {
  position: relative;
}

.dropdown ul.edge {
    right:0;
    left: auto;
}

.dropdown-menu &gt; li.dropdown-submenu &gt; .dropdown-menu {
  top: -30px;
}

.dropdown-menu &gt; li.dropdown-submenu.open &gt; .dropdown-menu {
  top: -30px;
  left: 100%;
  border-top-left-radius: 0;

  opacity: 1;
  z-index: 1000;
}

.dropdown-menu &gt; li &gt; a,
.dropdown-menu &gt; li &gt; .dropdown-menu &gt; li &gt; a {
  font-size: 12px;
  padding: 5px 10px;
  color: #fff;

  white-space: normal;

  text-transform: uppercase;
  letter-spacing: 3px;  
}

.dropdown-menu &gt; li &gt; a.hidelabel,
.dropdown-menu &gt; li &gt; .dropdown-menu &gt; li &gt; a.hidelabel {
  display: none;
}

.dropdown-menu &gt; li &gt; a span,
.dropdown-menu &gt; li &gt; .dropdown-menu &gt; li &gt; a span {
  text-transform: none;
  letter-spacing: 0;
  display: block;
  font-weight: normal;
  color: rgba(255,255,255,0.5);
}


.dropdown-menu &gt; li &gt; a[data-toggle="dropdown"]:after,
.dropdown-menu &gt; li &gt; .dropdown-menu &gt; li &gt; a[data-toggle="dropdown"]:after {
  content: "\f105";
  font-family: 'FontAwesome';
  margin-right: 15px;
  position: absolute;
  right: 0;
}

body.gg-menu-dropdown-horizontal .dropdown-menu &gt; li &gt; a[data-toggle="dropdown"]:after,
body.gg-menu-dropdown-horizontal .dropdown-menu &gt; li &gt; .dropdown-menu &gt; li &gt; a[data-toggle="dropdown"]:after {
  right: 0;
  left: 0;
  top: -15px;
  margin-right: 0;

  text-align: center;

  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}

.dropdown-menu &gt; li &gt; a:hover,
.dropdown-menu &gt; li &gt; a:focus,
.dropdown-menu &gt; .active &gt; a,
.dropdown-menu &gt; .active &gt; a:hover,
.dropdown-menu &gt; .active &gt; a:focus,
.dropdown-menu &gt; li &gt; .dropdown-menu &gt; li &gt; a:hover,
.dropdown-menu &gt; li &gt; .dropdown-menu &gt; li &gt; a:focus,
.dropdown-menu &gt; li &gt; .dropdown-menu &gt; .active &gt; a,
.dropdown-menu &gt; li &gt; .dropdown-menu &gt; .active &gt; a:hover,
.dropdown-menu &gt; li &gt; .dropdown-menu &gt; .active &gt; a:focus {
  background: transparent;
  color: #d59b39;
}

.navbar-default .navbar-nav .open &gt; .dropdown-menu &gt; .dropdown-submenu.open &gt; a,
.navbar-default .navbar-nav .open &gt; .dropdown-menu &gt; .dropdown-submenu.open &gt; a:hover,
.navbar-default .navbar-nav .open &gt; .dropdown-menu &gt; .dropdown-submenu.open &gt; a:focus {
  background-color: transparent;
  color: #d59b39;
}

.navbar-default .navbar-nav &gt; .open &gt; a,
.navbar-default .navbar-nav &gt; .open &gt; a:hover,
.navbar-default .navbar-nav &gt; .open &gt; a:focus {
  background-color: transparent;
  color: #d59b39;
}

.navbar-default .navbar-nav &gt; li.open &gt; a[data-toggle="dropdown"]:after,
.navbar-default .navbar-nav &gt; li.open &gt; a[data-toggle="dropdown"]:hover:after,
.navbar-default .navbar-nav &gt; li.open &gt; a[data-toggle="dropdown"]:focus:after {
  content: '';
  display: none;
}

/* Dropdown header */
.dropdown-header {
  font-family: 'Nothing You Could Do',cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #d59b39;
  padding: 10px;
}

body.gg-menu-dropdown-horizontal .dropdown-header {
  padding: 0;
}

.dropdown-header span {
  display: block;
  text-transform: none;
  letter-spacing: 0;
  font-weight: normal;
  color: rgba(255,255,255,0.5);
  font-size: 12px;
  font-family: 'Lato';
}

/* Dropdown divider */
.dropdown-menu .divider {
  background: rgba(255,255,255,0.2);
  margin: 15px 10px;
}

/* ================================
  Media Queries
  ================================ */
@media (min-width: 768px) {
    .navbar-flex {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;

        height: 100%;
        width: 100%;

    }

    .navbar-flex li {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
    }

    .navbar-flex li &gt; .dropdown-menu &gt; li {
      display: block;
    }

    .navbar-flex li.brand-in-menu {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .navbar-default .navbar-nav &gt; li.brand-in-menu &gt; a {
      -webkit-box-flex: 0 1 auto;
      -moz-box-flex: 0 1 auto;
      -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
    }

    .navbar-default .navbar-nav &gt; li &gt; a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;

        -webkit-box-flex: 0 1 auto;
        -moz-box-flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;

        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        /*-ms-flex: 1;
        flex: 1;*/
        /* Fix for IE11 */ 

        justify-content: center;
        -webkit-justify-content: center; 

        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;

        flex-direction: column;
        text-align: center;
    }
    
    .navbar-flex li.brand-in-menu &gt; a &gt; img {
        max-width: 100%;
        height: auto;
    }
}


/*Horizontal Dropdown*/
/*body.gg-menu-dropdown-horizontal .navbar-nav &gt; li &gt; .dropdown-menu &gt; li.dropdown-submenu,*/
body.gg-menu-dropdown-horizontal .navbar-nav &gt; li.dropdown {
  position: static;
}


body.gg-menu-dropdown-horizontal .navbar-nav &gt; li.dropdown &gt; .dropdown-menu {
  left:0;
  right:0;
}
body.gg-menu-dropdown-horizontal .navbar-nav &gt; li &gt; .dropdown-menu &gt; li.dropdown-submenu &gt; .dropdown-menu {
  top: 100%;
  left: -30px;
}

/*body.gg-menu-dropdown-horizontal .navbar-nav &gt; li.open &gt; .dropdown-menu &gt; li.dropdown-submenu.open &gt; .dropdown-menu,*/
body.gg-menu-dropdown-horizontal .navbar-nav &gt; li.dropdown.open &gt; .dropdown-menu {
  width: 100%;
  justify-content: space-around;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* Menu Style 2 */
body.gg-menu-style_2 .navbar-flex li.brand-in-menu {
  display: none;
}

body.gg-menu-style_2 .navbar-flex {
  justify-content: center;
  background: #f1f1f1;
}


body.gg-menu-style_2 .logo-wrapper {
  display: block !important;
  padding: 20px;
} 

body.gg-menu-style_2 .navbar-header {
  width: 100%;
  text-align: center;
}

/* Menu Style 3 */

body.gg-menu-style_3 .navbar-flex li.brand-in-menu {
  padding: 5px 0;
  display: block;
}

body.gg-menu-style_3 .navbar-nav &gt; li.brand-in-menu &gt; a.brand {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

/* Responsive navigation */
@media (max-width: 992px) {

  /* Menu */
  .navbar-nav {
    margin: 0;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }

  .navbar-default .navbar-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;

    justify-content: space-between;
    margin:0;
  }

  .navbar-default .navbar-header .navbar-toggle,
  .navbar-default .navbar-header .logo-wrapper {
    -webkit-flex: 1 auto;
    flex: 1 auto;
  }

  .navbar-default .navbar-header .logo-wrapper {
    padding-right: 5%;
  }

  .navbar-default .navbar-header .navbar-toggle {
    border-radius: 0;
    border:0;
    background: #d59b39;
    color:#fff;

    margin-bottom:0;
    margin-top:0;

    -webkit-flex: 0;
    flex: 0;

    padding: 10px 60px;

  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background: #d59b39;
    border-color: #d59b39;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background: #000;
  }

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border: transparent;
    -webkit-overflow-scrolling:touch;
  }

  .navbar-default .navbar-collapse {
    background: #000;
  }

  .navbar-flex li {
    display: block;
    text-align: center;
  }

  .navbar-nav &gt; li &gt; a {
    padding: 15px 20px;
    font-size: 14px;
  }

  .navbar-nav &gt; li &gt; .dropdown-menu &gt; li .dropdown-menu a,
  .navbar-default .navbar-collapse .navbar-nav &gt; li &gt; a {
     color: #fff;
  }

  .navbar-nav &gt; li &gt; .dropdown-menu &gt; li .dropdown-menu a {
    font-weight: normal;
    font-size: 12px;
  }

  .navbar-nav .open .dropdown-menu,
  .navbar-nav &gt; li.open &gt; .dropdown-menu {
    display: block;
    opacity: 1;
    /*float: left;*/
    width: 100%;
    background: rgba(255,255,255,0.1);
  }

  body.gg-menu-dropdown-horizontal .navbar-nav &gt; li.dropdown.open &gt; .dropdown-menu {
    display: block;
  }

  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    padding-left: 10px;
    padding-right: 10px;
    color: #fff; 
  }

  .navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a,
  .navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a:focus {
    background-color: transparent;
    color: #d59b39;  
  }

  .dropdown-menu &gt; li &gt; a {
    text-align: center;
  }

  body.gg-menu-style_3 .navbar-flex li.brand-in-menu {
    display: none;
  }

  body.gg-menu-style_2 .navbar-header {
    text-align: left;
  }

  body.gg-menu-style_2 .navbar-flex {
    background: transparent;
  }

}


/*------------------------------------------------------------------
[ 5. Content ]
*/

#content {
  z-index: 51; /*To hide the parallax header (the header is behind all the content)*/
  position: relative;
  padding: 35px 0;
  background: #fff;
}
.post-type-archive.wpb-is-on #content {
  padding: 35px 0;
}
@media (min-width: 768px) {
  #content,
  .post-type-archive.wpb-is-on #content {
    padding: 75px 0;
  }
}
@media (min-width: 1200px) {
  #content,
  .post-type-archive.wpb-is-on #content {
    padding: 150px 0;
  }
}

.wpb-is-on:not(.archive):not(.search) #content {
  padding: 0 0 0 0;
}
.wpb-is-on #content aside.sidebar-nav {
  padding-top: 150px;
}


body.gg-page-header-style2.wpb-is-on #content,
body.home.wpb-is-on #content {
  padding: 0;
}

/*------------------------------------------------------------------
[ 6. Footer, footer extras, footer social ]
*/

/* Footer general */

footer.site-footer {
  background: #000000;
  color: #fff;
  padding: 0;

  font-size: 14px;

  z-index: 51; /*To hide the parallax header (the header is behind all the content)*/
  position: relative;
}

footer.site-footer .footer-widgets-holder {
  margin-top: 75px;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

@media (min-width: 768px) {
  footer.site-footer .footer-widgets-holder {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  footer.site-footer .footer-widgets-holder {
    margin-top: 150px;
    margin-bottom: 80px;
  }
}

footer.site-footer .gg-widget h4.widget-title {
  color: #fff;
  font-size: 21px;
  letter-spacing: 4px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  footer.site-footer .gg-widget h4.widget-title {
    font-size: 24px;
    letter-spacing: 5px;
  }
}

footer.site-footer .gg-widget {
  border-bottom: 0;
}

@media (max-width: 768px) {
  footer.site-footer .gg-widget {
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
  }
}

/*Footer extras*/
footer.site-footer .footer-extras {
  padding: 15px 0;
  width: 100%;
  float: left;
  color: rgba(255,255,255,0.5);
  background: #101215; 
}

@media (min-width: 768px) {
  footer.site-footer .footer-extras {
    padding: 35px 0;
  }
}
@media (min-width: 1200px) {
  footer.site-footer .footer-extras {
    padding: 70px 0;
  }
}

footer.site-footer .footer-extras .footer-extras-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
}

@media (min-width: 992px) {
  footer.site-footer .footer-extras .footer-extras-wrapper {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

footer.site-footer .footer-extras .footer-extras-wrapper .footer-extras-module {
  -webkit-box-flex: 1;      
  -moz-box-flex: 1;        
  -webkit-flex: 1;          
  -ms-flex: 1;              
  flex: 1; 

  align-self: center;
}

@media (max-width: 992px) {
  footer.site-footer .footer-extras .footer-extras-wrapper .footer-extras-module {
    padding: 15px;
  }
}

/*Footer copyright*/
footer.site-footer .footer-extras .footer-copyright {
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  letter-spacing: 3px;
}

/*Footer menu*/
footer.site-footer .footer-extras .gg-footer-menu .navbar-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
footer.site-footer .footer-extras .gg-footer-menu .navbar-nav &gt; li &gt; a {
  padding: 0 20px;
  color: rgba(255,255,255,0.5);
}

footer.site-footer .footer-extras .gg-footer-menu .navbar-nav &gt; li &gt; a:hover {
  color: #d59b39;
}

footer.site-footer .footer-extras .gg-footer-menu .navbar-nav &gt; li:first-child &gt; a {
  padding-left: 0;
}
footer.site-footer .footer-extras .gg-footer-menu .navbar-nav &gt; li:last-child &gt; a {
  padding-right: 0;
}

@media (max-width: 992px) {
  footer.site-footer .footer-extras .gg-footer-menu .navbar-nav &gt; li &gt; a {
    padding:5px 10px;
  }
  footer.site-footer .footer-extras .gg-footer-menu .navbar-nav &gt; li:first-child &gt; a {
    padding-left: 10px;
  }
  footer.site-footer .footer-extras .gg-footer-menu .navbar-nav &gt; li:last-child &gt; a {
    padding-right: 10px;
  }
}

/*Footer logo*/
footer.site-footer .footer-extras .footer-extras-module:nth-child(2):not(:last-child) {
  text-align: center;
}

/* Footer message*/
footer.site-footer .footer-message {
  text-align: center;
  margin-top: 90px;
}

footer.site-footer .footer-message h2 {
  font-size: 48px;
  color: #fff;
}

/*------------------------------------------------------------------
[ 7. Sidebar / widgets ]
*/

.gg-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gg-widget {
  margin: 0 0 70px 0;
  overflow: hidden;
}


.gg-widget .btn,
.gg-widget .button {
  padding: 12px 25px;
}

.gg-widget #searchform .btn {
  padding: 12px;
}

.gg-widget ul li {
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
}

.gg-widget ul li ul.children,
.gg-widget ul li ul.sub-menu {
  padding: 5px 0 0 0;
  margin: 5px 0 0 0;
}

.gg-widget ul li ul.children li,
.gg-widget ul li ul.sub-menu li {
  padding-left: 20px;
}
.gg-widget ul li ul.children li:last-child,
.gg-widget ul li ul.sub-menu li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.gg-widget ul li:last-child {
  border:0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.gg-widget h4.widget-title {
  margin: 0 0 20px 0;
  font-size: 18px;
  letter-spacing: 3px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .gg-widget h4.widget-title {
    margin: 0 0 40px 0;
    font-size: 24px;
    letter-spacing: 5px;
  }
}

.gg-widget h4.widget-title + .widget-subtitle {
  margin: 0 0 20px 0;
  display: block;
  line-height: 1.5;
}

@media (min-width: 1200px) {
  .gg-widget h4.widget-title + .widget-subtitle {
    margin: 0 0 40px 0;
  }
}

.gg-widget ul li.current-cat {
  font-weight: bold;
}

.gg-widget h4.widget-title + ul {
  margin-top: -10px;
}

/* WP Widget - Tags */

.gg-widget.widget_tag_cloud li:before {
  display: none;
}

.gg-widget.widget_tag_cloud li {
  padding: 0;
  margin: 0 0 5px 0;
  border: 0;
  display: inline-block;
}

/* WP Widget - Social Icons */
.gg-widget.social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gg-widget.social-icons ul li {
  display: inline-block;
}

.gg-widget.social-icons ul li a {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;

}

.gg-widget.social-icons ul li a i {
  color: #000;
  font-size: 24px;
  margin-right: 20px;
}

footer.site-footer .gg-widget.social-icons ul li a i {
  color: #2b3038;
}

footer.site-footer .gg-widget.social-icons ul li a:hover i {
  color: #d59b39;
}


/* WP Widget - Recent entries */

.wpb_content_element .widget.widget_recent_entries ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wpb_content_element .widget.widget_recent_entries ul li {
  margin-bottom: 15px;
}

.gg-widget.widget_recent_entries .post-date,
.wpb_content_element .widget.widget_recent_entries .post-date {
  display: block;
}
.wpb_content_element .widget.widget_recent_entries ul li a,
.gg-widget.widget_recent_entries ul li a {
  color: #000;
}

/* WP Widget - Instagram */

.gg-widget.gg-instagram-feed h4.widget-title {
  margin-bottom: 5px;
}

.gg-widget.gg-instagram-feed .media-left {
  margin-bottom: 30px;
}

.gg-widget.gg-instagram-feed .media-left,
.gg-widget.gg-instagram-feed .media-body {
  display: block;
  width: 100%;
}

.gg-widget.gg-instagram-feed ul.instagram-pics {
  display: block;
}

.vc_widget.vc_widget_instagram ul {
  padding: 0;
}

.gg-widget.gg-instagram-feed ul li,
.vc_widget.vc_widget_instagram ul li {
  width: 33.3%;
  height: auto;
  overflow: hidden;
  float: left;
  margin-left: 0;
  margin-bottom: 0px;
}

.vc_widget.vc_widget_instagram .media-left {
  padding: 90px 30px;
  vertical-align: middle;
  background: #121212;
  text-align: center;
  width:30%;
}

.gg-widget.gg-instagram-feed .followers,
.vc_widget.vc_widget_instagram .followers {
  font-weight: bold;
  font-size: 72px;
  line-height: 72px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  margin-bottom: 10px;

  font-family: "Open Sans";
}

.gg-widget.gg-instagram-feed .followers {
  font-size: 48px;
  line-height: 48px;
}

.gg-widget.gg-instagram-feed .followers span,
.vc_widget.vc_widget_instagram .followers span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  color: #d59b39;

  display: block;
}

.gg-widget.gg-instagram-feed .followers span {
  font-size: 12px;
}

footer.site-footer .gg-widget.gg-instagram-feed .followers span {
  color: #414141;
}

.vc_widget.vc_widget_instagram a.btn.btn-secondary:hover,
.vc_widget.vc_widget_instagram a.btn.btn-secondary:focus {
  background: rgba(255,255,255,0.1);
}


footer.site-footer .vc_widget.vc_widget_instagram h2.widgettitle {
  margin-bottom: 5px;
  color: #fff;
}

.gg-widget.gg-instagram-feed a.btn {
  background: transparent;
  padding: 12px 25px;
  border-color: #414141;
}

/* WP Widget - Calendar */
.gg-widget.widget_calendar table {
  margin-bottom: 0;
}

.gg-widget.widget_calendar table {
  margin-bottom: 0;
}

.gg-widget.widget_calendar table &gt; thead &gt; tr &gt; th,
.gg-widget.widget_calendar table &gt; tbody &gt; tr &gt; th,
.gg-widget.widget_calendar table &gt; tfoot &gt; tr &gt; th,
.gg-widget.widget_calendar table &gt; thead &gt; tr &gt; td,
.gg-widget.widget_calendar table &gt; tbody &gt; tr &gt; td,
.gg-widget.widget_calendar table &gt; tfoot &gt; tr &gt; td {
  padding: 5px;
  text-align: center;
}

/* WP Widget - Archives, Categories - dropdown */

.gg-widget.widget_archive select,
.gg-widget.widget_categories select {
  width: 100%;
}

/* WP Widget - RSS - alt link color */

.gg-widget.widget_rss a {
  color: #000;
}


/*------------------------------------------------------------------
[ 8. Blog / article, comments, pagination, article footer ]
*/

/* Page - Blog/Article */
.el-grid {
  padding: 0;
  margin: 0;
  list-style: none;
}

.el-grid.row {
  margin-right: -15px;
  margin-left: -15px;
}

article.post {
  margin-bottom: 35px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 35px;
}


@media (min-width: 768px) {
  article.post {
    margin-bottom: 55px;
    padding-bottom: 55px;
  }
}
@media (min-width: 1200px) {
  article.post {
    margin-bottom: 70px;
    padding-bottom: 70px;
  }
}

body.single article.post {
  border: 0;
  padding-bottom: 0;
}

article.post header.entry-header {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  article.post header.entry-header {
    margin-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  article.post header.entry-header {
    margin-bottom: 55px;
  }
}

ul.el-grid li:last-child article.post,
ul.el-grid li:last-child article.page {
  margin-bottom: 0;
}

ul.el-grid[data-columns="2"] li article.post.has-post-thumbnail header.entry-header,
ul.el-grid[data-columns="3"] li article.post.has-post-thumbnail header.entry-header {
  margin: 0 0 35px 0;
}

article.post.has-post-thumbnail header.entry-header,
article.post a.post-thumbnail img.wp-post-image {
  margin: 0 0 35px 0;
}
@media (min-width: 768px) {
  article.post.has-post-thumbnail header.entry-header,
  article.post a.post-thumbnail img.wp-post-image {
    margin: 0 0 55px 0;
  }
}
@media (min-width: 1200px) {
  article.post.has-post-thumbnail header.entry-header,
  article.post a.post-thumbnail img.wp-post-image {
    margin: 0 0 70px 0;
  }
}

article.page header.entry-header .author,
article.post header.entry-header .author {
  margin: 0;
}

article.page h2.entry-title,
article.post h2.entry-title,
article.post h1.entry-title {
  margin: 0;
  font-size: 24px;

  text-transform: uppercase;
  letter-spacing: 3px;
}

@media (min-width: 768px) {
  article.page h2.entry-title,
  article.post h2.entry-title,
  article.post h1.entry-title {
    font-size: 36px;
    letter-spacing: 5px;
  }
}
@media (min-width: 1200px) {
  article.page h2.entry-title,
  article.post h2.entry-title,
  article.post h1.entry-title {
    font-size: 48px;
    letter-spacing: 10px;
  }
}

article.page h2.entry-title a,
article.post h2.entry-title a {
  color: #000;
}

article.page .entry-summary .more-link {
  margin-top: 30px;
  display: block;
}

.el-grid article.post .meta,
.el-grid article.post .meta a,
.el-grid article.page .meta,
.el-grid article.page .meta a,
.el-grid article.gallery_cpt .meta,
.el-grid article.gallery_cpt .meta a {
  font-size: 11px;
  color: #828282;
  margin: 0
}
.el-grid li.isotope-item {
  margin-bottom: 30px;
}
.el-grid[data-gap="nogap"] li.isotope-item {
  padding: 0;
  margin: 0;
}

ul.el-grid[data-columns="2"] li article.post h2.entry-title,
ul.el-grid[data-columns="3"] li article.post h2.entry-title {
  font-size: 36px;
}

body .el-grid li.isotope-item {
  padding-left: 15px;
  padding-right: 15px;
}

.single article.post header.entry-header {
  margin-bottom: 40px;
}

.single article.post .post-thumbnail {
  margin-bottom: 15px;
}

.single article.post .post-meta {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .single article.post .post-meta {
    margin: 0 0 35px 0;
  }
}

@media (min-width: 1200px) {
  .single article.post .post-meta {
      margin: 0 0 55px 0;
  }
}


.single article.post .post-meta .author {
  display: inline-block;
  margin:0;
}

/* Video container fix*/
.embed-container { 
  position: relative; 
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Search page */
body.search #content {
  background: #f1f1f1;
}

body.search .search-item-wrapper {
  background: #fff;
  padding: 30px;
  overflow: hidden;
}

body.search article.page h2.entry-title {
  letter-spacing: 6px;
  font-size: 30px;
  margin: 25px 0;
}

/* Blog - Single page */

/* Comments */
#comments {
  margin: 0;
  float: left;
  width: 100%;
}

#comments ul {
  list-style: none;
}

#comments ul.children {
  padding-left: 15px;
}

@media (min-width: 768px) {
  #comments ul.children {
    padding-left: 25px;
  }
}

@media (min-width: 1200px) {
  #comments ul.children {
    padding-left: 35px;
  }
}



#comments .comment-form .form-group input {
  width: 100%;
}

#comments h2.comments-title {
  margin: 35px 0 0 0;
  padding: 0;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  #comments h2.comments-title {
    margin: 75px 0 0 0;
  }
}
@media (min-width: 1200px) {
  #comments h2.comments-title {
    margin: 150px 0 0 0;
  }
}

#comments ul.media-list {
  margin-top: 55px;
}

body.page #comments ul.media-list {
  margin-left: 0;
}

#comments .comment {
  border-top: 1px solid #ededed;
  padding-top: 25px;
  margin-top: 25px;
}

#comments .comment .media-body {
  position: relative;
}

#comments .comment .media-body p:last-child {
  margin-bottom: 0;
}

#comments .comment h4.media-heading {
  margin: 2px 30px 0 0;
  font-style: normal;
  line-height: normal;
  color: #000;
  display: inline-block;

  text-transform: uppercase;
}

#comments .comment h4.media-heading a {
  color: #000;
}

#comments .comment h4.media-heading span.label {
  color: #e71111;
  font-size: 11px;
}

#comments .comment h4.media-heading cite.fn {
  font-style: normal;
}

#comments .comment .media-body p.meta,
#comments .comment .media-body p.meta a {
  margin: 0;
  color: #aaa;
  display: inline-block;
}

#comments .comment .media-body p.meta {
  margin-bottom: 15px;
  display: block;
}

#comments .comment .avatar-holder {
  padding-right: 10px;
}
@media (min-width: 768px) {
  #comments .comment .avatar-holder {
    padding-right: 20px;
  }
}

#comments .comment .avatar-holder img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;

  width: 25px;
}


@media (min-width: 768px) {
  #comments .comment .avatar-holder img {
    width: 50px;
  }
}

@media (min-width: 1200px) {
  #comments .comment .avatar-holder img {
    width: 70px;
  }
}

#comments .comment .reply {
  position: absolute;
  right: 0;
  top: 2px;

  font-family: 'Nothing You Could Do', cursive;
  font-size: 14px;
}

@media (min-width: 768px) {
  #comments .comment .reply {
    font-size: 18px;
  }
}

#respond h3#reply-title {
  margin: 25px 0 15px 0;
  line-height: normal;
  position: relative;
  display: inline-block;

  text-transform: uppercase;
}

@media (min-width: 768px) {
  #respond h3#reply-title {
    margin: 50px 0 40px 0;
  }
}

/* Blog - Single page - Post social &amp; Pagination */
.post-social ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.post-social ul &gt; li {
  display: inline-block;
  border: 0;
}

.post-social ul &gt; li.share-title {
  border: 0;
  padding-right: 20px;
}

.post-social ul &gt; li:nth-child(2) {
  border: 0;
}

.post-social ul &gt; li,
.post-social ul &gt; li &gt; a {
  text-transform: uppercase;
  color: #d59b39;
}

.post-social ul &gt; li &gt; a {
  padding: 0 10px;
  font-size: 16px;
  display: block;
}

@media (min-width: 768px) {
  .post-social ul &gt; li &gt; a {
    padding: 0 20px;
  }
}

/*Post Pagination*/
.pagination-wrapper {
  border: 1px solid #e5e5e5;
}

.pagination-wrapper .btn-group {
  text-align: center;
  width: 100%;
  display: block;
  padding: 15px;
}

@media (min-width: 768px) {
  .pagination-wrapper .btn-group {
    text-align: center;
    width: 50%;
    display: table-cell;
  }

  .pagination-wrapper .btn-group:first-child {
    text-align: left;
    padding: 30px;
    width: 25%;
  }

  .pagination-wrapper .btn-group:last-child {
    text-align: right;
    padding: 0 30px;
    width: 25%;
  }
}

.pagination-wrapper {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  float: left;
  width: 100%;
  margin-top: 30px;
}

.pagination-wrapper a {
  color: #000;
}

/* Pagination */
.page-links {
  margin: 30px 0;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
}

.page-links .page-links-title {
  float: left;
  margin-right: 15px;
}

.pagination {
  width: 100%;
  position: relative;
  text-align: left;
  margin-bottom: 0;
}

.pagination ul.pagination {
  margin: 0;
}

.pagination &gt; li:first-child &gt; a,
.pagination &gt; li:first-child &gt; span,
.pagination &gt; li:last-child &gt; a,
.pagination &gt; li:last-child &gt; span,
.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
  border-radius: 0;
}

.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span,
.page-links span:not(.page-links-title) {
  padding: 10px 20px;
  border: 1px solid #f1f1f1;
  margin-right: 10px;
  margin-left: 0;
  color: #000;
  float: left;
  border-radius:0;
}

.pagination &gt; li.current &gt; a,
.pagination &gt; li &gt; a:hover,
.pagination &gt; li &gt; span:hover,
.pagination &gt; li &gt; a:focus,
.pagination &gt; li &gt; span:focus,
.page-links span:not(.page-links-title):hover {
  color: #000;
  border-color: #d59b39;
  background: transparent;
}

.entry-content .page-links span{
  float: none;
}

.pagination &gt; li &gt; a.next,
.pagination &gt; li &gt; a.prev {
  padding: 15px 20px;
  border: 1px solid #f1f1f1;

  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  border-radius: 0;
  margin: 0;
  line-height: normal;
}

.pagination &gt; li &gt; a.prev {
  right: 70px;
}

.pagination &gt; li &gt; a.prev:hover,
.pagination &gt; li &gt; a.next:hover {
  border-color: #d59b39;
  border-radius: 0;
}

/* Article pagination*/

.nav-links a {
  padding: 12px;
  background-color: #000;
  border-color: #000;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.916;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
}

.nav-links .nav-previous {
  float: left;
  width: 49%;
}

.nav-links .nav-next {
  float: right;
  width: 49%;
}

/* Article footer */
footer.entry-meta {
  padding: 0;
  margin: 40px 0 0 0;
  width: 100%;
  float: left;
}

footer.entry-meta a {
  font-family: 'Nothing You Could Do', cursive;
  font-size: 18px;
}

article.page footer.entry-meta {
  border: 0;
  padding: 0;
  margin: 0;
}

footer.entry-meta span.posted-on,
footer.entry-meta span.byline {
  margin-right: 30px;
}

footer.entry-meta span.edit-link,
footer.entry-meta span.tags-links {
  float: left;
  width: 100%;
  text-align: center;
}

footer.entry-meta span.tags-links a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

footer.entry-meta span.edit-link {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: left;
}

footer.entry-meta span.edit-link a {
  border: 0;
  padding: 0;
}

.vc_inline-link {
  float: right;
}

/*------------------------------------------------------------------
[ 9. Contact page ]
*/

.gg-contact-template .contact-form-wrapper #contact-form {
  margin-top: 35px;
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  .gg-contact-template .contact-form-wrapper #contact-form {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .gg-contact-template .contact-form-wrapper #contact-form {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}

.gg-contact-template #contact-map {
  height: 200px;
  z-index: 51;
  background: #000;
}

@media (min-width: 768px) {
  .gg-contact-template #contact-map {
    height: 350px;
  }
}
@media (min-width: 1200px) {
  .gg-contact-template #contact-map {
    height: 500px;
  }
}

.gg-form-response {
  text-align: center;
  color: #d59b39;
  font-size: 16px;
  font-family: "Open Sans";
  font-weight: 600;
  margin-bottom: 35px;
}

.gg-ajax-loader,
.gg-ajax-loader:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}
.gg-ajax-loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 3px solid #f1f1f1;
  border-right: 3px solid #f1f1f1;
  border-bottom: 3px solid #f1f1f1;
  border-left: 3px solid #d59b39;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.gg-form-title-box {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 35px;
}

@media (min-width: 768px) {
  .gg-form-title-box {
    width: 70%;
    padding-top: 70px;
  }
}

@media (min-width: 1200px) {
  .gg-form-title-box {
    width: 50%;
    padding-top: 140px;
  }
}

.gg-form-title-box h3 {
    font-style: normal;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 10px;
    margin: 0;

    font-size: 24px;
}

@media (min-width: 768px) {
  .gg-form-title-box h3 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .gg-form-title-box h3 {
    font-size: 48px;
  }
}

.gg-form-title-box .subtitle {
    margin: 35px 0 0 0;
    color: #d59b39;
    font-size: 14px;
    font-family: "Open Sans";
    font-weight: 600;
}

@media (min-width: 768px) {
  .gg-form-title-box .subtitle {
    margin: 70px 0 0 0;
  }
}
@media (min-width: 1200px) {
  .gg-form-title-box .subtitle {
    margin: 140px 0 0 0;
    font-size: 16px;
  }
}

.gg-form-title-box .subtitle p {
  margin-bottom: 0;
}

.gg-form-title-box h3 + .subtitle {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .gg-form-title-box h3 + .subtitle {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .gg-form-title-box h3 + .subtitle {
    margin-top: 55px;
  }
}

/*-----------------*/
/***** Goliath effect *****/
/*-----------------*/

figure.effect-goliath {
  background: #e5e5e5;
}

figure.effect-goliath img,
figure.effect-goliath h2,
figure figcaption &gt; i {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-goliath img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;

  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-goliath h2,
figure.effect-goliath p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
}

figure.effect-goliath p {
  text-transform: none;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,50px,0);
  transform: translate3d(0,50px,0);
}


figure figcaption &gt; i {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-50px,0);
  transform: translate3d(0,-50px,0);
}

figure.effect-goliath:hover img {
  -webkit-transform: translate3d(0,-55px,0);
  transform: translate3d(0,-55px,0);
}

figure.effect-goliath:hover h2 {
  -webkit-transform: translate3d(0,-55px,0);
  transform: translate3d(0,-55px,0);
}

figure.effect-goliath:hover p,
figure.effect-goliath:hover figcaption &gt; i {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}


/*------------------------------------------------------------------
[ 11. 404 page ]
*/

.error404 h1 {
  font-size: 100px;
  font-weight: bold;
  text-transform: uppercase;
  white-space: pre;
}

.error404 .not_found_wrapper {
  text-align: center;
}

.error404 .not_found_wrapper p {
  margin-bottom: 0;
}

.error404 .not_found_wrapper a.btn {
  margin: 40px 0 50px 0;
}


/*------------------------------------------------------------------
[ 12. Visual Composer]
*/

@media (max-width: 768px) {
  body .vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
    margin-right: 0;
  }
}

/* VC - General */
.wpb_row:not(.vc_inner),
.vc_row.wpb_row:not(.vc_inner) {
  padding: 35px 0;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .wpb_row:not(.vc_inner),
  .vc_row.wpb_row:not(.vc_inner) {
    padding: 75px 0;
  }
}
@media (min-width: 1200px) {
  .wpb_row:not(.vc_inner),
  .vc_row.wpb_row:not(.vc_inner) {
    padding: 150px 0;
  }
}

.wpb_content_element .wpb_heading,
.vc_widget .widgettitle,
.wpb_heading.wpb_flickr_heading,
.wpb_heading.wpb_contactform_heading,
.wpb_content_element .widgettitle,
.contact-form-mini-header {
    margin: 0 0 30px 0;
    position: relative;
    display: inline-block;
}

.wpb-js-composer .wpb_flickr_widget p.flickr_stream_wrap {
  font-size: 11px;
  text-transform: uppercase;
}

.wpb-js-composer .vc_message_box {
  padding: 1.5em 1.5em 1.5em 5em;
}

.wpb-js-composer .vc_message_box-icon {
  width: 5em;
}

body .wpb_button,
body .wpb_content_element,
body ul.wpb_thumbnails-fluid&gt;li {
  margin-bottom: 55px;
}

/* VC - Blockquote */

.gg-vc-quote blockquote {
  padding: 0;
}

.gg-vc-quote.gg-vc-quote-align-left {
  text-align: left;
}
.gg-vc-quote.gg-vc-quote-align-right {
  text-align: right;
}
.gg-vc-quote.gg-vc-quote-align-center {
  text-align: center;
}

.gg-vc-quote blockquote + cite {
  margin-top: 15px;
  display: block;
}

.gg-vc-quote hr.has-bottomline,
.gg-vc-quote hr.has-topline {
  margin-bottom: 15px;
  display: inline-block;
}

.gg-vc-quote hr.has-bottomline {
  margin-bottom: 0;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .gg-vc-quote hr.has-bottomline {
    margin-top: 25px;
  }
  .gg-vc-quote hr.has-topline {
    margin-bottom: 25px;
  }
}

@media (min-width: 1200px) {
  .gg-vc-quote hr.has-bottomline {
    margin-top: 55px;
  }
  .gg-vc-quote hr.has-topline {
    margin-bottom: 55px;
  }
  .gg-vc-quote blockquote + cite {
    margin-top: 30px;
  }
}

body .wpb_single_image .vc_figure-caption {
  font-family: 'Nothing You Could Do', cursive;
  font-size: 18px; 
  color: #ccc;

  margin-top: 15px;
}


/* VC - Special link */
@media (max-width: 768px) {
  .gg-special-link-wrapper {
    margin-bottom: 35px;
  }
}


.gg-special-link-wrapper.special-link-align-left {
  text-align: left;
}
.gg-special-link-wrapper.special-link-align-right {
  text-align: right;
}
.gg-special-link-wrapper.special-link-align-center {
  text-align: center;
}


.gg-special-link {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;

  font-size: 14px;
  position: relative;
  color: #000;
}

.gg-special-link:after,
.gg-special-link:before {
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.gg-special-link.has-right-hor-line:after {
  content: '';
  width: 45px;
  height: 2px;
  margin-left: 30px;
  background: #d59b39;

  display: inline-block;
  margin-bottom: 3px;
}

.gg-special-link.has-right-hor-line:hover:after {
  margin-left: 45px;
}

.gg-special-link.has-left-hor-line:before {
  content: '';
  width: 45px;
  height: 2px;
  margin-right: 30px;
  background: #d59b39;

  display: inline-block;
  margin-bottom: 3px;
}

.gg-special-link.has-left-hor-line:hover:before {
  margin-right: 45px;
}

.gg-special-link.has-both-hor-line:after,
.gg-special-link.has-both-hor-line:before {
  content: '';
  width: 45px;
  height: 2px;
  margin-right: 30px;
  background: #d59b39;

  display: inline-block;
  margin-bottom: 3px;
}

.gg-special-link.has-both-hor-line:after {
  margin-right: 0px;
  margin-left: 30px;
}

.gg-special-link.has-both-hor-line:hover:after {
  margin-left: 45px;
}
.gg-special-link.has-both-hor-line:hover:before {
  margin-right: 45px;
}

/* VC - Title/subtitle */

.title-subtitle-box {
  margin: 0;
}

.title-subtitle-box hr.has-bottomline,
.title-subtitle-box hr.has-topline {
  margin-bottom: 15px;
  display: inline-block;
}

@media (min-width: 768px) {
  .title-subtitle-box hr.has-bottomline,
  .title-subtitle-box hr.has-topline {
    margin-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  .title-subtitle-box hr.has-bottomline,
  .title-subtitle-box hr.has-topline {
    margin-bottom: 55px;
  }
}

.title-subtitle-box hr.has-bottomline {
  margin-bottom: 0;
}

.title-subtitle-box .subtitle {
  margin: 0 0 25px 0;
  color: #d59b39;
  font-size: 14px;
  font-family: "Open Sans";
  font-weight: 600;
}

@media (min-width: 768px) {
  .title-subtitle-box .subtitle {
    font-size: 14px;
    margin: 0 0 35px 0;
  }
}

@media (min-width: 1200px) {
  .title-subtitle-box .subtitle {
    font-size: 16px;
    margin: 0 0 55px 0;
  }
}

.title-subtitle-box.remove-subtitle-margin .subtitle {
  margin-bottom: 0;
}

.title-subtitle-box .subtitle p:last-child {
  margin-bottom: 0;
}

.title-subtitle-box h1,
.title-subtitle-box h2,
.title-subtitle-box h3,
.title-subtitle-box h4,
.title-subtitle-box h5,
.title-subtitle-box h6 {
  padding: 0;
  margin: 0 0 25px 0;

  position: relative;

  word-wrap: break-word;
}

@media (min-width: 768px) {
  .title-subtitle-box h1,
  .title-subtitle-box h2,
  .title-subtitle-box h3,
  .title-subtitle-box h4,
  .title-subtitle-box h5,
  .title-subtitle-box h6 {
    margin: 0 0 35px 0;
    word-wrap: inherit;
  }
}

@media (min-width: 1200px) {
  .title-subtitle-box h1,
  .title-subtitle-box h2,
  .title-subtitle-box h3,
  .title-subtitle-box h4,
  .title-subtitle-box h5,
  .title-subtitle-box h6 {
    margin: 0 0 55px 0;
  }
}

.title-subtitle-box.remove-title-margin h1,
.title-subtitle-box.remove-title-margin h2,
.title-subtitle-box.remove-title-margin h3,
.title-subtitle-box.remove-title-margin h4,
.title-subtitle-box.remove-title-margin h5,
.title-subtitle-box.remove-title-margin h6 {
  margin: 0;
}

.title-subtitle-box .toptitle {
  margin: 0;
  color: #d59b39;
  font-size: 18px;
  position: relative;
  font-family: 'Nothing You Could Do', cursive;
  display: inherit;
}

/* VC - Double background wrapper */



@media (max-width: 768px) {
  body .double-wrapper-background {
    margin: 0 !important;
  }
}

.double-wrapper-background .inner-wrapper-background {
  background: #fff;
  padding: 15px;
}

.double-wrapper-background .inner-wrapper-background .content-wrapper {
  padding: 15px;
  border: 1px solid #f1f1f1;

  position: relative;
}

@media (min-width: 768px) {
  .double-wrapper-background .inner-wrapper-background,
  .double-wrapper-background .inner-wrapper-background .content-wrapper {
    padding: 25px;
  }
}
@media (min-width: 1200px) {
  .double-wrapper-background .inner-wrapper-background,
  .double-wrapper-background .inner-wrapper-background .content-wrapper {
    padding: 55px;
  }
}

.double-wrapper-background .inner-wrapper-background .content-wrapper .content-wrapper-top-label,
.double-wrapper-background .inner-wrapper-background .content-wrapper .content-wrapper-bottom-label {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;

  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;

  text-align: center;
}

.double-wrapper-background .inner-wrapper-background .content-wrapper .content-wrapper-bottom-label {
  top: auto;
  bottom: 0;
}

.double-wrapper-background .inner-wrapper-background .content-wrapper .content-wrapper-bottom-label span,
.double-wrapper-background .inner-wrapper-background .content-wrapper .content-wrapper-top-label span {
  position: relative;
  top: -15px;
  left:0;
  right:0;
  margin-left:auto;
  margin-right:auto;

  padding: 15px 30px;
  background: #fff;
}

.double-wrapper-background .inner-wrapper-background .content-wrapper .content-wrapper-bottom-label span {
  top: auto;
  bottom: -15px;

  color: #d59b39;
  font-size: 18px;
  position: relative;
  font-family: 'Nothing You Could Do', cursive;
  text-transform: none;
  letter-spacing: 0;
}


/* VC - Timeline */


#cd-timeline {
  position: relative;
  padding: 0;
}

.cd-timeline-block {
  position: relative;
  margin: 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}

.cd-timeline-date {
  position: relative;
  text-align: center;
  font-size: 0;
}


.cd-timeline-date h4 {
  margin: 150px 0 150px 0;
  font-size: 200px;
  line-height: 80px;
  font-weight: 400;
  letter-spacing: 0px;

  color: #ccc;

  font-family: 'Nothing You Could Do', cursive;

  -ms-transform: rotate(-15deg); /* IE 9 */
  -webkit-transform: rotate(-15deg); /* Chrome, Safari, Opera */
  transform: rotate(-15deg);

  display: inline-block;
}

.cd-timeline-image {
  width: 50%;
  position: relative;

  float: left;

  transform:          rotate(5deg);
  -ms-transform:      rotate(5deg);
  -moz-transform:     rotate(5deg);
  -webkit-transform:  rotate(5deg);
  -o-transform:       rotate(5deg);

  box-shadow: 0 10px 7px -7px rgba(0,0,0,0.12), 0 0 4px rgba(0,0,0,0.1);

  padding: 2%;
  background: #fff;
}

.cd-timeline-content {
  width: 50%;
  position: relative;
  
  float: right;

  transform:          rotate(-5deg);
  -ms-transform:      rotate(-5deg);
  -moz-transform:     rotate(-5deg);
  -webkit-transform:  rotate(-5deg);
  -o-transform:       rotate(-5deg);

  box-shadow: 0 10px 7px -7px rgba(0,0,0,0.12), 0 0 4px rgba(0,0,0,0.1);
}

.cd-timeline-content .cd-timeline-content-wrapper {
  padding: 60px;
  background: #fff;
}

.cd-timeline-content .cd-title {
  margin: 0 0 30px 0;
  color: #000;
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: 8px;
  font-weight: 600;
  font-family: "Open Sans";
  line-height: normal;
}

@media (min-width: 768px) {
  .cd-timeline-content .cd-title {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .cd-timeline-content .cd-title {
    font-size: 40px;
  }
}

.cd-timeline-content p {
  margin: 0;
  color: #d59b39;
  font-size: 16px;
  font-family: "Open Sans";
  font-weight: 600;
}


.cd-timeline-block:nth-child(even) .cd-timeline-image {
  float: right;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content {
  float: left;
}


/* VC - Counter*/
.counter-holder .counter {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 3px;
  color: #000;
  font-family: "Open Sans";
}

@media (min-width: 768px) {
  .counter-holder .counter {
    font-size: 40px;
    letter-spacing: 5px;
  }
}
@media (min-width: 1200px) {
  .counter-holder .counter {
    font-size: 80px;
    letter-spacing: 10px;
  }
}

.counter-holder p {
  margin-bottom: 0;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #d59b39;

  word-wrap: break-word;
}

.counter-holder .vc_icon_element {
  margin-bottom: 0px;
}

.counter-holder.is_box {
  display: inline-block;
  width: 100%;
  background: #e5e5e5;
}

.counter-holder .vc_icon_element {
  color: #000;
}

/* VC - Toggle */

.vc_toggle {
  border: 1px solid #e5e5e5;
}

.vc_toggle .vc_toggle_title {
  background: #e5e5e5;
  color: #000;
  padding: 15px 30px;
}

.vc_toggle .vc_toggle_title h4 {
  color: #000;
  font-size: 13px;
  margin-bottom: 0;
  margin-left: 5px;
  text-transform: uppercase;
}

.vc_toggle .vc_toggle_content {
  padding: 30px;
  margin: 0;
}

.vc_toggle .vc_toggle_content p:last-child {
  margin-bottom: 0;
}

.wpb-js-composer .vc_toggle_default .vc_toggle_title,
.wpb-js-composer .vc_toggle_default .vc_toggle_content {
  padding-left: 30px;
}

.wpb-js-composer .vc_toggle_default .vc_toggle_icon:before {
  border:0;
}
.wpb-js-composer .vc_toggle_default .vc_toggle_icon:before, 
.wpb-js-composer .vc_toggle_default .vc_toggle_icon:after,
.wpb-js-composer .vc_toggle_default .vc_toggle_icon {
  background: #000;
  border:0;
}

.wpb-js-composer .vc_toggle.vc_toggle_default .vc_toggle_icon {
  margin-left: 10px;
}

/* VC - Tabs/Tour */

.wpb-js-composer .vc_tta.vc_general .vc_tta-tab &gt; a {
  padding: 20px 30px;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-tab &gt; a {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    font-family: "Open Sans";
}

.wpb-js-composer .vc_tta.vc_tta-style-outline .vc_tta-panel-body,
.wpb-js-composer .vc_tta.vc_tta-style-outline .vc_tta-panel-heading,
.wpb-js-composer .vc_tta.vc_tta-style-outline .vc_tta-tab&gt;a {
  border-width: 1px;
}

.wpb-js-composer .vc_tta.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
  border-width: 1px;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
  padding: 5%;
}

/*Grey*/

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab&gt;a {
  color: #ccc;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab.vc_active &gt; a {
  color: #000;
}

/* VC - Progress bar */

.wpb-js-composer  .vc_progress_bar .vc_single_bar {
  background: #e5e5e5;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 15px;
}

.wpb-js-composer .vc_progress_bar .vc_single_bar .vc_label {
  padding: 15px 30px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
} 

.wpb-js-composer .vc_progress_bar .vc_single_bar .vc_bar {
  border-radius: 0;
  background: #000;
}

/* VC - Buttons */

.wpb-js-composer .vc_general.vc_btn3 {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Open Sans";
  font-size: 11px;
  font-weight: 600;

  line-height: inherit;
}

@media (min-width: 768px) {
  .wpb-js-composer .vc_general.vc_btn3 {
    font-size: 12px;
  }
}

@media (min-width: 1200px) {
  .wpb-js-composer .vc_general.vc_btn3 {
    font-size: 14px;
  }
}

.wpb-js-composer .vc_btn3.vc_btn3-size-md {
  padding: 16px 60px;
}

.wpb-js-composer .vc_btn3.vc_btn3-size-lg {
  padding: 12px 25px;
}

@media (min-width: 768px) {
  .wpb-js-composer .vc_btn3.vc_btn3-size-lg {
    padding: 16px 35px;
  }
}

@media (min-width: 1200px) {
  .wpb-js-composer .vc_btn3.vc_btn3-size-lg {
    padding: 21px 60px;
  }
}

.wpb-js-composer .vc_btn3.vc_btn3-color-black, 
.wpb-js-composer .vc_btn3.vc_btn3-color-black.vc_btn3-style-flat {
  background-color: #000;
}

.wpb-js-composer .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:hover,
.wpb-js-composer .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:focus {
  background-color: #000;
  border-color: #000;
}

/* VC - CTA */

.wpb-js-composer .vc_general.vc_cta3 {
  padding: 90px;
}

.wpb-js-composer .vc_general.vc_cta3 h2 {
  font-size: 48px;
  position: relative;
  display: inline-block;
  margin: 0 0 35px 0;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 10px;
}

.wpb-js-composer .vc_general.vc_cta3 h4 {
  font-size: 16px;
  font-family: "Open Sans";
  font-weight: 600;
  margin: 0;
  letter-spacing: 0;

  color: #d59b39;
}

.wpb-js-composer .vc_general.vc_cta3.vc_cta3-style-3d .vc_cta3-content-header h4,
.wpb-js-composer .vc_general.vc_cta3.vc_cta3-style-classic:not(.vc_cta3-color-classic) .vc_cta3-content-header h4,
.wpb-js-composer .vc_general.vc_cta3.vc_cta3-style-flat .vc_cta3-content-header h4,
.wpb-js-composer .vc_general.vc_cta3.vc_cta3-style-outline:not(.vc_cta3-color-classic) .vc_cta3-content-header h4 {
  color: #d59b39;
}

.wpb-js-composer .vc_general.vc_cta3.vc_cta3-style-custom {
  border-color: transparent;
}

.wpb-js-composer .vc_general.vc_cta3 .vc_cta3-content-header + p {
  margin-top: 35px;

  color: #fff;
}

/* VC - Icon */

.wpb-js-composer .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-black.vc_icon_element-background {
  background-color: #000;
}


/* VC - Featured icon */

.featured-icon-box {
  float: left;
  width: 100%;
  margin-bottom: 45px;
}

.wpb_column &gt; .wpb_wrapper &gt; .featured-icon-box:last-child {
  margin-bottom: 45px;
}

.featured-icon-box.gg-center-align {
  text-align: center;
}

.featured-icon-box.gg-center-align h3,
.featured-icon-box.gg-center-align .vc_icon_element {
  float: none;
  display: block;
}

.featured-icon-box.gg-center-align .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.featured-icon-box.gg-center-align h3 {
  margin: 30px 0 5px;
  font-weight: bold;
}

.featured-icon-box h3 {
  float: left;
  clear: none;

  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  font-family: "Open Sans";

  margin-left: 15px;
}


.featured-icon-box h3 a {
  color: #000;
}

.featured-icon-box.text-white .vc_icon_element .vc_icon_element-icon,
.featured-icon-box.text-white h3,
.featured-icon-box.text-white h3 a {
  color: #fff;
}

.featured-icon-box .featured-icon-desc {
  margin: 0 0 19px 0;
  float: left;
  width: 100%;
}


.featured-icon-box .vc_icon_element {
  float: left;
  margin: 0;
}

.featured-icon-box .vc_icon_element .vc_icon_element-icon {
  color: #000;
}

.featured-icon-box:not(.style_2) .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
  border: 0;
  width: 3em;
}

.featured-icon-box:not(.style_2) .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
  transform: none;
  top: auto;
  bottom: 0;
  left: 0;
  line-height: 0.8 !important;
}

/* VC - Featured image */

.featured-image-box {
  margin: 0 0 30px 0;
}

.featured-image-box img {
  margin: 0px;
  height: auto;

  align-self: flex-start;
}

/*Box style - normal*/
.featured-image-box.box-style-normal .featured-image-box-meta {
  background: #fff;
  padding:15%;
}

/*Box style - side*/
.featured-image-box.box-style-side figure {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;

  width: 100%;
}

@media (min-width: 1200px) {
  .featured-image-box.box-style-side figure {
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
}

.featured-image-box.box-style-side figure figcaption,
.featured-image-box.box-style-side figure .featured-image-holder {
  position: relative;
  justify-content: center;

  width: 100%;
}

@media (min-width: 1200px) {
  .featured-image-box.box-style-side figure figcaption,
  .featured-image-box.box-style-side figure .featured-image-holder {
    width: 50%;
  }
}

.featured-image-box.box-style-side figure figcaption {
    background: #fff;
    
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.featured-image-box.box-style-side figure figcaption .featured-image-box-meta {
    align-self: center;
    padding: 8%;
}

.featured-image-box.box-style-side figure figcaption p {
    margin-bottom: 0;
}

.featured-image-box.box-style-side figure figcaption p + a {
  margin-top: 35px;
  display: block;
}

.featured-image-box .toptitle {
  margin: 0;
  color: #d59b39;
  font-size: 16px;
  position: relative;
  font-family: 'Nothing You Could Do', cursive;
  display: inherit;
}

.featured-image-box h4 {
  font-size: 14px;
  font-weight: 600; 
  text-transform: uppercase;
  letter-spacing: 2px;
  margin:0 0 35px 0;
}

@media (min-width: 768px) {
  .featured-image-box h4 {
    font-size: 16px;
    letter-spacing: 3px;
  }
}

@media (min-width: 1200px) {
  .featured-image-box h4 {
    font-size: 21px;
    letter-spacing: 5px;
  }
}

.featured-image-box a.read-more-link {
    color: #000;
}

.featured-image-box a.read-more-link:after {
  margin-left: 0;
}
.featured-image-box a.read-more-link:hover:after {
  margin-left: 15px;
}

.featured-image-box.text-align-left {
  text-align: left;
}
.featured-image-box.text-align-center {
  text-align: center;
}
.featured-image-box.text-align-right {
  text-align: right;
}

.featured-image-box figure.overlay,
.featured-image-box figure.button_overlay {
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  -khtml-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  -ms-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1)
  cursor: pointer;
}

.featured-image-box figure.overlay:before,
.featured-image-box figure.button_overlay:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 50%;
    content: " ";
    opacity: 1;
    z-index: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -khtml-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -moz-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -ms-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    background-color: transparent 0%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent 0%), to(rgba(0, 0, 0, 0.9) 50%));
    background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 50%);
    background-image: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 50%);
    background-image: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 50%);
    background-image: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 50%);
    background-image: linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 50%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='transparent 0%', endColorStr='rgba(0,0,0,0.9) 50%')
}

.featured-image-box figure.overlay:after,
.featured-image-box figure.buttton_overlay:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -khtml-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -moz-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -ms-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1)
}

.featured-image-box figure.overlay img,
.featured-image-box figure.button_overlay img {
  width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-transition: all 0.4s ease-in;
  -khtml-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in
}

.featured-image-box figure.overlay figcaption,
.featured-image-box figure.button_overlay figcaption {
  
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;

  z-index: 1;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 70%;
  left: 0;
  padding: 15%;
  color: #fff;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  -khtml-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  -ms-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1)
}

@media (min-width: 768px) {
  .featured-image-box figure.overlay figcaption,
  .featured-image-box figure.button_overlay figcaption {
    top: 65%;
    padding: 12%;
  }
}

@media (min-width: 1200px) {
  .featured-image-box figure.overlay figcaption,
  .featured-image-box figure.button_overlay figcaption {
    top: 70%;
    padding: 15%;
  }
}

.featured-image-box figure.overlay figcaption.has-top-title {
  top: 60%;
}

.featured-image-box figure.overlay figcaption p {
    color: #fff;
    line-height: 1.6;
    opacity: 0;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -khtml-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.featured-image-box figure.overlay figcaption p span {
    display: block
}

.featured-image-box figure.overlay:hover:before,
.featured-image-box figure.overlay:focus:before,
.featured-image-box figure.overlay:active:before {
    opacity: 0
}

.featured-image-box figure.overlay:hover:after,
.featured-image-box figure.overlay:focus:after,
.featured-image-box figure.overlay:active:after {
    opacity: 1
}

.featured-image-box figure.overlay:hover figcaption,
.featured-image-box figure.overlay:focus figcaption,
.featured-image-box figure.overlay:active figcaption {
    top: 0;
    background: transparent
}

.featured-image-box figure.overlay:hover figcaption p,
.featured-image-box figure.overlay:focus figcaption p,
.featured-image-box figure.overlay:active figcaption p {
    opacity: 1
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.featured-image-box figure.overlay figcaption &gt; a {

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.featured-image-box figure.overlay h4 {
  color: #fff;
}

.featured-image-box figure.overlay p {
  color: #9c9c9c;
}

/* Button overlay */
.featured-image-box figure.button_overlay a.read-more-link .hidden {
  display: inline-block !important; 
}

.featured-image-box figure.button_overlay figcaption {
  top: 0;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  justify-content: center;
}

.featured-image-box figure.button_overlay figcaption .featured-image-box-meta {
  align-self: center;
}

.featured-image-box figure.button_overlay a.read-more-link {
  background: transparent;
  border: 1px solid #d59b39;
  color: #fff;
  padding: 12% 18%;

  display: block;
}

.featured-image-box figure.button_overlay a.read-more-link:after {
  display: none;
}

.featured-image-box figure.button_overlay:before {
    top: 0;
    
    background-color: transparent 0%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent 0%), to(rgba(0, 0, 0, 0.6) 50%));
    background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 50%);
    background-image: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 50%);
    background-image: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 50%);
    background-image: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 50%);
    background-image: linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 50%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='transparent 0%', endColorStr='rgba(0,0,0,0.6) 50%')
}

/* VC - List */
/* List shortcode */

@media (max-width: 768px) {
  .gg_list {
    margin-bottom: 35px;
  }
}

.gg_list p {
  margin: 0;
}

.gg_list h5 {
  margin: 0 0 15px 0;
  color: #d59b39;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .gg_list h5 {
    margin: 0 0 25px 0;
  }
}
@media (min-width: 1200px) {
  .gg_list h5 {
    margin: 0 0 50px 0;
  }
}

.gg_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gg_list ul li {
  padding: 3px 0;
}

.gg_list ul li:before {
  font-size: 10px;
  position: relative;
  top: -2px;

  font-family: 'FontAwesome';
  content: "\f00d";
  color: #d59b39;

  margin-right: 10px;
}

@media (min-width: 768px) {
  .gg_list ul li:before {
    margin-right: 15px;
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .gg_list ul li:before {
    margin-right: 30px;
  }
}

.gg_list.list_border_bottom ul li {
  border-bottom: 1px solid #ededed;
  padding: 12px 0;
}

.gg_list ul li:first-child,
.gg_list.list_border_bottom ul li:first-child {
  padding-top:0;
}

.gg_list.list_border_bottom ul li:last-child {
  border-bottom: 0;
}

/*Icons*/

.gg_list.list_style_line ul li {
  padding-left: 60px;
}

.gg_list.list_style_line ul li:before {
  content: "";
  height: 1px;
  width: 30px;
  background: #d59b39;
  display: block;
  top: 16px;
  left: -60px;
}

.gg_list.list_style_remove ul li:before {
  content: "\f00d";
}

.gg_list.list_style_check ul li:before {
  content: "\f00c";
}

.gg_list.list_style_circle ul li:before {
  content: "\f192";
}

.gg_list.list_style_angle ul li:before {
  content: "\f105";
}

.gg_list.list_style_double-angle ul li:before {
  content: "\f101";
}

.gg_list.list_style_caret ul li:before {
  content: "\f0da";
}

.gg_list.list_style_heart ul li:before {
  content: "\f004";
}

.gg_list.list_style_hospital ul li:before {
  content: "\f0f8";
}

.gg_list.list_style_doctor ul li:before {
  content: "\f0f0";
}

.gg_list ul li span.service-price {
  float: right;
}

/* VC - Pie chart */
.vc_pie_chart .wpb_pie_chart_heading {
  color: #222;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.vc_pie_chart .vc_pie_chart_value {
  font-weight: bold;
  color: #222;
}

.wpb-js-composer .vc_pie_chart .vc_pie_chart_back {
  border-color: #ebedf0 !important;
}

/* VC - Twitter */

.vc_widget.vc_widget_twitter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vc_widget.vc_widget_twitter ul li {
  border-bottom: 1px solid #ededed;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}

/* VC - Grid filter */

.gg_posts_grid .grid-title {
  font-size: 41px;
  text-align: center;
  margin: 0 0 55px 0;
}

/* VC - Mailchimp */

.vc_widget_mailchimp .form-control,
.vc_widget_mailchimp .input-group-btn:last-child &gt; .btn,
.vc_widget_mailchimp .input-group-btn:last-child &gt; .btn-group {
  height: 82px;
}
/* VC - Blog posts */

article.post.gg-vc-posts-grid-default h2.entry-title,
article.post.gg-vc-posts-grid-default-no-img h2.entry-title {
  font-size: 30px;
}

article.post.gg-vc-posts-grid-default-overlay h2.entry-title {
  font-size: 18px;
}

article.post.gg-vc-posts-grid-default time,
article.post.gg-vc-posts-grid-default-no-img time,
article.post.gg-vc-posts-grid-default-overlay time {
  margin: 0;
  color: #d59b39;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
}

article.post.gg-vc-posts-grid-default-overlay time {
  font-size: 12px;
}

article.post.gg-vc-posts-grid-default-no-img {
  padding: 30px;
  border:1px solid #e5e5e5;
}

article.post.gg-vc-posts-grid-default-no-img header.entry-header{
  margin-bottom: 15px;
}

article.post.gg-vc-posts-grid-default-no-img .entry-summary p:last-child {
  margin-bottom: 0;
}

article.post.gg-vc-posts-grid-default-overlay {
  position: relative;
  margin: 0;
  text-align: center;
  display: inline-block;
  width: 100%;
}

article.post.gg-vc-posts-grid-default-overlay a.post-thumbnail img.wp-post-image {
  margin: 0;
}

article.post.gg-vc-posts-grid-default-overlay header.entry-header {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  margin: 30px;
  background: rgba(255,255,255,0.9);

  text-align: center;

  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;

  -webkit-transition: background ease-in-out 0.2s;
  -moz-transition: background ease-in-out 0.2s;
  -ms-transition: background ease-in-out 0.2s;
  -o-transition: background ease-in-out 0.2s;
  transition: background ease-in-out 0.2s;
}

article.post.gg-vc-posts-grid-default-overlay:hover header.entry-header {
  background: rgba(255,255,255,1);

}

article.post.gg-vc-posts-grid-default-overlay header.entry-header .entry-header-wrapper {
  position: absolute;
  padding: 0 60px;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* VC - Contact miniform */

.contact-form-mini textarea {
  height: 150px;
}

/*VC - Nav menu*/

.widget_nav_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* VC - Separator */
.vc_separator.vc_separator_align_center h4 {
  text-transform: uppercase;
}

.parallax-window {
    min-height: 700px;
    background: transparent;
}

body .vc_col-has-fill&gt;.vc_column-inner,
body .vc_row-has-fill+.vc_row-full-width+.vc_row&gt;.vc_column_container&gt;.vc_column-inner,
body .vc_row-has-fill+.vc_row&gt;.vc_column_container&gt;.vc_column-inner,
body .vc_row-has-fill+.vc_vc_row&gt;.vc_row&gt;.vc_vc_column&gt;.vc_column_container&gt;.vc_column-inner,
body .vc_row-has-fill+.vc_vc_row_inner&gt;.vc_row&gt;.vc_vc_column_inner&gt;.vc_column_container&gt;.vc_column-inner,
body .vc_row-has-fill&gt;.vc_column_container&gt;.vc_column-inner,
body .vc_row-has-fill&gt;.vc_row&gt;.vc_vc_column&gt;.vc_column_container&gt;.vc_column-inner,
body .vc_row-has-fill&gt;.vc_vc_column_inner&gt;.vc_column_container&gt;.vc_column-inner {
  padding-top: 0;
}

.wpb-js-composer .flexslider {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  margin: 0; 

  text-align: center;
}

.wpb-js-composer .wpb_gallery .wpb_flexslider .flex-control-nav {
  width: auto;
  background: #000;

  top: auto;
  bottom: 0;
  padding: 15px 60px;

  margin-left: -120px;

  display: inline-block;
}

.wpb-js-composer .flex-control-paging li a {
  background: #494949;

  box-shadow: none;
  width: 15px;
  height: 15px;
  line-height: 15px;
  box-shadow: none;
}

.wpb-js-composer .flex-control-paging li a:hover,
.wpb-js-composer .flex-control-paging li a.flex-active {
  background: #d59b39;
}

.wpb-js-composer .flex-direction-nav a {
  background: rgba(0,0,0,0.8);
  color: #fff;

  width: 100px;
  height: 100px;
  font-size: 0;

  text-align: center;
  line-height: 100px;
}

.wpb-js-composer .flexslider:hover .flex-prev {
  left: 0;
}

.wpb-js-composer .flexslider:hover .flex-next {
  right: 0;
}

.wpb-js-composer .wpb_gallery .wpb_flexslider .flex-direction-nav a:before {
  line-height: inherit;
}

/*VC - Infobox*/
.gg-infobox {
  margin: 0px;
  background: #f1f1f1;
  padding: 45px;
  position: relative;
}

.gg-infobox p.subtitle {
  margin: 10px 0 15px 0;
  color: #d59b39;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-weight: 600;
  font-family: "Open Sans";
  line-height: normal;
  word-break: break-word;
}

@media (min-width: 768px) {
  .gg-infobox p.subtitle {
    margin: 10px 0 25px 0;
  }
}
@media (min-width: 1200px) {
  .gg-infobox p.subtitle {
    margin: 10px 0 50px 0;
    word-break: inherit;
  }
}

.gg-infobox .description {
  font-size: 16px;
  font-family: "Open Sans";
  font-weight: 600;

  margin-bottom: 10px;
  word-break: break-word;
}

.gg-infobox .description p:last-child {
  margin-bottom: 0;
}

.gg-infobox .has-topline {
  display: inline-block;

  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .gg-infobox .has-topline {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .gg-infobox .has-topline {
    margin-bottom: 50px;
  }
}

/*VC - Horizontal item*/
.gg-horizontal-list {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .gg-horizontal-list {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .gg-horizontal-list {
    margin-bottom: 55px;
  }
}

.gg-horizontal-list table {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.gg-horizontal-list table tr &gt; td {
  border: 0;
  padding: 0;
  border: 0;
}

.gg-horizontal-list td.inner-title {
  color: #d59b39;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  font-family: "Open Sans";

  position: relative;
  padding-right: 30px;

  width:1%;
  white-space:nowrap;
}

@media (min-width: 1200px) {
  .gg-horizontal-list td.inner-title {
    padding-right: 60px;
  }
}

.gg-horizontal-list td.inner-desc {
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .gg-horizontal-list td.inner-desc {
    padding-left: 30px;
  }
}

.gg-horizontal-list td.inner-title:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 1px;
  background: #d59b39;
  right: 0;
  top: 50%;
}

@media (min-width: 1200px) {
  .gg-horizontal-list td.inner-title:after {
    width: 30px;
  }
}

.gg-horizontal-list p.subtitle {
  margin: 0 0 15px 0;
  color: #d59b39;
  font-size: 18px;
  position: relative;
  font-family: 'Nothing You Could Do', cursive;
}

@media (min-width: 768px) {
  .gg-horizontal-list p.subtitle {
    margin: 0 0 25px 0;
  }
}
@media (min-width: 1200px) {
  .gg-horizontal-list p.subtitle {
    margin: 0 0 50px 0;
  }
}

/* Awesome weather */

body .awesome-weather-wrap {
  background: transparent;
  text-shadow: none;
}

body .awesome-weather-wrap.temp1,
body .awesome-weather-wrap.temp2,
body .awesome-weather-wrap.temp3,
body .awesome-weather-wrap.temp4,
body .awesome-weather-wrap.temp5,
body .awesome-weather-wrap.temp6,
body .awesome-weather-wrap.temp7 {
  background: transparent;
}

body .awesome-weather-header,
body .awe_tall .awesome-weather-current-temp, 
body .awe_tall .awesome-weather-todays-stats, 
body .awe_without_stats .awesome-weather-current-temp {
  text-align: left;
}

@media (max-width: 768px) {
  body .awesome-weather-header,
  body .awe_tall .awesome-weather-current-temp, 
  body .awe_tall .awesome-weather-todays-stats, 
  body .awe_without_stats .awesome-weather-current-temp {
    text-align: center;
  }
}

body .footer-widgets .awesome-weather-header,
body .footer-widgets .awe_tall .awesome-weather-todays-stats {
  color: #2b3038;
}

body .footer-widgets .awesome-weather-header {
  letter-spacing: 3px;
  font-weight: bold;
}

body .footer-widgets .awe_tall .awesome-weather-todays-stats {
  padding-top: 15px;
}

body .awesome-weather-wrap .awesome-weather-current-temp:before {
  position: relative;
  font-family: "weathericons";

  font-size: 48px;
  line-height: normal;

  margin-bottom: 15px;
  margin-right: 30px;
}

body .awesome-weather-wrap.awe-desc-clear-sky .awesome-weather-current-temp:before {
  content: "\f00d"; 
}

body .awesome-weather-wrap.awe-desc-few-clouds .awesome-weather-current-temp:before {
  content: "\f002"; 
}

body .awesome-weather-wrap.awe-desc-scattered-clouds .awesome-weather-current-temp:before {
  content: "\f041"; 
}

body .awesome-weather-wrap.awe-desc-broken-clouds .awesome-weather-current-temp:before {
  content: "\f013"; 
}

body .awesome-weather-wrap.awe-desc-shower-rain .awesome-weather-current-temp:before {
  content: "\f01a"; 
}

body .awesome-weather-wrap.awe-desc-moderate-rain .awesome-weather-current-temp:before,
body .awesome-weather-wrap.awe-desc-light-rain .awesome-weather-current-temp:before,
body .awesome-weather-wrap.awe-desc-rain .awesome-weather-current-temp:before {
  content: "\f019"; 
}

body .awesome-weather-wrap.awe-desc-thunderstorm .awesome-weather-current-temp:before {
  content: "\f01e"; 
}

body .awesome-weather-wrap.awe-desc-moderate-snow .awesome-weather-current-temp:before,
body .awesome-weather-wrap.awe-desc-light-snow .awesome-weather-current-temp:before,
body .awesome-weather-wrap.awe-desc-snow .awesome-weather-current-temp:before {
  content: "\f076"; 
}

body .awesome-weather-wrap.awe-desc-mist .awesome-weather-current-temp:before {
  content: "\f014"; 
}

body .awesome-weather-attribution {
  display: none;
}

body .awesome-weather-forecast-day-temp {
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
}

body .awesome-weather-forecast-day-abbr {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: bold;
}

body .footer-widgets .awesome-weather-forecast-day-abbr {
  color: #2b3038;
}

body .footer-widgets .awesome-weather-forecast {
  border-top: 1px solid #2b3038;
}

body .awesome-weather-todays-stats {
  text-transform: capitalize;
  color: #2b3038;
  font-weight: bold;
}

/* Footer Instagram */

footer.site-footer .footer-instagram {
  background: #000;
  float: left;
  width: 100%;
  text-align: center;
}

footer.site-footer .footer-instagram h4 {
  margin: 15px 15px;
  text-align: center;
  color: #2b3038;
  text-transform: none;
  letter-spacing: 0;
  font-family: 'Nothing You Could Do', cursive;
}

@media (min-width: 768px) {
  footer.site-footer .footer-instagram h4 {
    margin: 35px 10px;
  }
}
@media (min-width: 1200px) {
  footer.site-footer .footer-instagram h4 {
    margin: 70px 15px;
  }
}

footer.site-footer .footer-instagram h4 a {
  color: rgba(255,255,255,0.3);
}

footer.site-footer .footer-instagram h4:before {
  content: '\f16d';
  color: rgba(255,255,255,0.3);
  font-family: 'FontAwesome';
  margin-right: 15px;
}

footer.site-footer .footer-instagram ul {
  margin: 0;
  padding: 0;
  list-style: none;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

footer.site-footer .footer-instagram ul li {
  -webkit-box-flex: 1;      
  -moz-box-flex: 1;        
  -webkit-flex: 1;          
  -ms-flex: 1;              
  flex: 1;

  align-self: center;
  flex-basis: 0;
}


/* VC - Image Carousel */

body .vc_images_carousel .vc_carousel-control {
  text-shadow: none;
  opacity: 1;
  height: 60px;
}

body .vc_images_carousel .vc_carousel-control:focus,
body .vc_images_carousel .vc_carousel-control:hover {
  opacity: 1;
}


body .vc_images_carousel .vc_carousel-control .icon-next,
body .vc_images_carousel .vc_carousel-control .icon-prev {
  font-size: 12px;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  background: #fff;
  line-height: 60px;
}

body .vc_images_carousel .vc_carousel-control:hover .icon-next,
body .vc_images_carousel .vc_carousel-control:hover .icon-prev {
  background: #fff;
}

body .vc_images_carousel .vc_carousel-control .icon-next:before,
body .vc_images_carousel .vc_carousel-control .icon-prev:before {
  top: 0;
  color: #cccccc;
}

body .vc_images_carousel .vc_carousel-control:hover .icon-next:before,
body .vc_images_carousel .vc_carousel-control:hover .icon-prev:before {
  color: #d59b39;
}

body .vc_images_carousel .vc_carousel-control .icon-next:before {
  content: "\e903";
}
body .vc_images_carousel .vc_carousel-control .icon-prev:before {
  content: "\e902";
}

/* Page header animation */
.fullscreen-hero.hero-loaded .hero-background img {
  -webkit-animation: hero-opacity 0.5s 0s ease-in-out both, ken-burns 19s both;
          animation: hero-opacity 0.5s 0s ease-in-out both, ken-burns 19s both;
}

.fullscreen-hero .hero-background video.playing {
  -webkit-animation: hero-opacity 0.5s 0s ease-in-out both;
          animation: hero-opacity 0.5s 0s ease-in-out both;
}

.grayscale,
.grayscale iframe {
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}

body .wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper iframe {
  -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}

/* Offers */
/* Accommodation */
#offers-form,
#accommodation-form {
  margin-top: 35px;
  margin-bottom: 75px;

  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  
  #offers-form,
  #accommodation-form {
    margin-top: 70px;
    margin-bottom: 75px;
    width: 80%;
  }
}
@media (min-width: 1200px) {
  #offers-form,
  #accommodation-form {
    margin-top: 140px;
    margin-bottom: 150px;
    width: 70%;
  }
}

#accommodation-form #picker-container {
  position: relative;
}

@media (max-width: 768px) {
  #accommodation-form button[type="submit"],
  #offers-form button[type="submit"]{
    width: 100%;
  }
}


/*Module details for offer and accommodation*/

.gg-module-details {
  text-align: center;
  border: 1px solid #f1f1f1;
  background: #fff;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 55px;
}

@media (max-width: 768px) {
  .gg-module-details {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 35px;
  }
}

.gg-module-details .toptitle {
  color: #cccccc;
  text-align: left;
  font-family: 'Nothing You Could Do',cursive;
  font-weight: 400;
  font-style: normal;

  margin-bottom: 25px;
  display: inline-block;

  font-size: 18px;
}

@media (max-width: 768px) {
  .gg-module-details .toptitle {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.gg-module-details .entry-header h2 {
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 6px;

  font-size: 30px;

  margin: 0 0 25px 0;
}

@media (max-width: 768px) {
  .gg-module-details .entry-header h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.gg-module-details .entry-header h2 a {
  color: #000;
}

.gg-module-details .entry-summary {
  margin: 0 0 65px 0;
  color: #d59b39;
  font-size: 16px;
  font-family: "Open Sans";
  font-weight: 600;

  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 768px) {
  .gg-module-details .entry-summary {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 0 35px 0;
  }
}

.gg-module-details .entry-summary p {
  margin-bottom: 0;
}

/*Module meta for offer and accommodation*/

.gg-module-meta {
  margin: 0;
  background: #f1f1f1;
  padding: 30px;
  text-align: center;

  position: relative;
}

@media (max-width: 768px) {
  .gg-module-meta {
    padding: 15px;
  }
}

.gg-module-meta .price {
  color: #d59b39;
  font-size: 16px;
  font-family: "Open Sans";
  font-weight: 600;
}
@media (max-width: 768px) {
  .gg-module-meta .price {
    font-size: 14px;
  }
}

.gg-module-meta .price .before-price,
.gg-module-meta .price .after-price {
  color: #ccc;
  text-align: left;
  font-family: 'Nothing You Could Do',cursive;
  font-weight: 400;
  font-style: normal;
}

/*Module alternate style for offer and accommodation*/

.gg-module-details.alternate-style {
  border: 1px solid #000;
  background: #000;
}

.gg-module-details.alternate-style .entry-header h2 a {
  color: #fff;
}

.gg-module-meta.alternate-style {
  background: #d59b39;
}

.gg-module-meta.alternate-style .price {
  color: #fff;

  font-size: 24px;
}

@media (max-width: 768px) {
  .gg-module-meta.alternate-style .price {
    font-size: 18px;
  }
}

.gg-module-meta.alternate-style .price .before-price,
.gg-module-meta.alternate-style .price .after-price {
  color: #fff;

  font-size: 16px;
}

@media (max-width: 768px) {
  .gg-module-meta.alternate-style .price .before-price,
  .gg-module-meta.alternate-style .price .after-price {
    font-size: 16px;
  }
}


/*Date picker*/
/*!
 * Datepicker for Bootstrap v1.7.0-dev (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker {
  padding: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown.dropdown-menu {
  opacity: 1;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  width: 100%;

}
.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  background: transparent;
  width: 100%;
  border: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;

  color: #fff;

  border: none;
  background: transparent;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #d59b39;
  color: #fff;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: rgba(255,255,255,0.5);
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: rgba(255,255,255,0.5);
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #d59b39;
  border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #d59b39;
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fff;
  color: #000;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #000;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #d59b39;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #d59b39;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: rgba(255,255,255,0.5);
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: rgba(255,255,255,0.5);
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #d59b39;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}
.input-daterange input {
  text-align: center;
}

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #d59b39;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

/*WPML*/

/*Header*/
.menu-item-language ul.submenu-languages {
  display: none;

  min-width: auto; 
}

.menu-item-language ul.submenu-languages span {
  display: inline;
}

.menu-item-language ul.submenu-languages img {
  margin-right: 15px;
}

/*Header built it*/
.gg-language-switcher #langswitch {
  min-width: 60px;
}
.gg-language-switcher #langswitch img {
  max-width: inherit;
}

/*Footer*/
#lang_sel_footer {
  float: left;
  width: 100%;
  background: #000;
  padding: 35px 0;
  font-size: 14px;
}

#lang_sel_footer ul {
  list-style: none;
  padding: 0;
  margin: 0;

  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content:center;
}


#lang_sel_footer ul li {
  -webkit-flex: none;
  flex: none;
}

#lang_sel_footer ul li a {
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  font-weight: 600;
  letter-spacing: 3px;
  padding: 0 15px;
}

/*Webkit devices fix*/

html,
body{
    -webkit-overflow-scrolling : touch !important;
    /*overflow-y: auto !important;*/
    height: 100% !important;
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  border-radius: 0;
}

/* Timeline btn */
.timeline-btn {
    margin-top: 45px;
}

/*Others*/
body.gg-slider-is-beneath_header .navbar-fixed-top:not(.navbar-is-scrolling) {
    background: transparent;
    box-shadow: none;
}

.gg-instagram-feed h2 {
    margin: 0 0 30px 0;
    color: #000;
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 8px;
    font-weight: 600;
    font-family: "Open Sans";
    line-height: normal;
}

.gg-instagram-feed h2 a {
    color: #000;
}

@media (min-width: 768px) {
    .gg-instagram-feed h2 {
        font-size: 30px;
    }
}

@media (min-width: 1200px) {
    .gg-instagram-feed h2 {
        font-size: 40px;
    }
}

@media (max-width: 992px) {
    
    body .vc_custom_1476986830556,
    body .vc_custom_1548090901685{
        padding-left: 0!important;
        padding-right: 0!important;
    }
    
    .cd-timeline-image,
    .cd-timeline-content {
        width: 100%;
        transform: none;
    }
    .cd-timeline-date h4 {
        font-size: 100px;
        margin-top: 100px;
        margin-bottom: 100px;
    }
}

/*New wheather widget*/

.footer-widgets .splw-lite-wrapper {
  font-family: inherit;
  font-size: inherit;
  padding-top: 0;
}

.footer-widgets .splw-lite-wrapper .splw-lite-header {
  margin-bottom: 20px;
}

.footer-widgets .splw-lite-wrapper .splw-lite-header-title {
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;  
}

.footer-widgets .splw-weather-title {
  display: none !important;
}

.footer-widgets .splw-main-wrapper {
  margin: 0 !important;
}

.footer-widgets .splw-weather-title,
.footer-widgets .splw-lite-wrapper,
.footer-widgets .splw-lite-wrapper .splw-lite-header,
.footer-widgets .splw-lite-wrapper .splw-lite-current-temp {
  text-align: left;
}

.footer-widgets .splw-lite-wrapper .splw-cur-temp {
  justify-content: flex-start;
}

.footer-widgets .splw-lite-wrapper .splw-lite-current-temp img {
  background: #fff;
  margin-right: 15px;
}

.footer-widgets .splw-lite-wrapper .splw-cur-temp {
  color: #fff;
}

.footer-widgets .splw-lite-wrapper .splw-lite-current-text .splw-other-opt {
  font-size: 14px;
  font-weight: bold;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 5px;

  border: 1px solid #383e48;
  padding: 10px;
}

.footer-widgets .splw-lite-wrapper .splw-lite-current-text {
  margin-top: 25px;
}

.footer-widgets .splw-lite-wrapper .splw-lite-current-text .splw-lite-desc {
  font-weight: bold;
  color: #fff;
}

/* woocommerce update */
.woocommerce .shop_table.cart td.product-thumbnail img {
  max-width: 120px;
}</pre></body></html>