/* https://noahhand.com/wp-content/themes/luxwine-child/style.css?ver=6.8.2 */
/* Import rule from: https://noahhand.com/wp-content/themes/luxwine-child/../luxwine/style.css */
/*
Theme Name: Luxwine
Theme URI: http://okthemes.com/luxwine
Author: Cristian Gogoneata
Author URI: http://www.okthemes.com
Description: Vineyard, Winery  & Wine WooCommerce shop
Tags: two-columns, left-sidebar, right-sidebar, custom-menu, featured-images, full-width-template, microformats, sticky-post, theme-options
Text Domain: luxwine
Version: 3.6
=======
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: 'Lora';
  color: #999999;
  background: #232323;
  font-size: 16px;

  overflow-x: hidden;
  height: 100% !important;

  /* Set our transitions up. */
  /*-webkit-transition: all 0.8s;
  -moz-transition   : all 0.8s;
  transition        : all 0.8s;*/
}

html, body {
  min-height: 100%;
}


/*------------------------------------------------------------------
[ 2. General elements / typography, links, buttons, headings, form elements, images ]
*/

a {
  color: #998067;
  -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: #998067;
  text-decoration: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  line-height: normal;
  font-family: "Cinzel";
  letter-spacing: 0;
  clear: both;
  color: #fff;
}

h1, .h1 {
    font-size: 34px;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 41px;
  }
}
h2, .h2 {
    font-size: 34px;
}
h3, .h3 {
    font-size: 28px;
}
h4, .h4 {
    font-size: 20px;
}
h5, .h5 {
    font-size: 16px;
}

.heading p.h_subtitle {
  margin-bottom: 0;
  color: #998067;

  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.heading h2.h_title {
  margin-top: 0;
}

ul {
    list-style-type: square;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 20px;
}

abbr[title] {
    border-bottom: 1px dotted;
}

/* Elements */
.element-inline {
  display: inline-block;
}

.before-hor-line {
  content: '';
  width: 60px;
  height: 1px;
  background: #998067;
  position: absolute;
  left: -90px;
  top: calc(50% - 1px);
}

.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;
}

body .gg-force-background-left {
  background-position: left center !important;
}
body .gg-force-background-top {
  background-position: top center !important;
}
body .gg-force-background-right {
  background-position: right center !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;
}

body .max-width-50 {
  max-width: 50%;
}

body .max-width-25 {
  max-width: 25%;
}

body .max-width-img-50 img {
  max-width: 50%;
}

body .max-width-img-25 img {
  max-width: 25%;
}

@media (max-width: 768px) {
  .col {
      -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
  }

  .flex-first {
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1;
  }

  .flex-last {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
  }

  .flex-unordered {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
      -ms-flex-order: 0;
      order: 0;
  }
}

/**/

.sticky {
  background: #000;
  padding: 30px;
  border: 0;
  float: left;
  width: 100%;
}

img,
.wp-post-image,
.logo-wrapper img.brand {
  max-height: auto;
  height: auto;
  max-width: 100%;
}

.gm-style img {
  max-width: none;
}

.gm-style .wrap_controls {
  max-height: inherit !important;
}

.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: #998067;
  background: #000;
}

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;
}

caption {
  color: #999999;
}

footer.site-footer caption {
  color: #fff;
}

mark, .mark {
  background-color: #998067;
  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: 30px auto;
}
img.alignright,
.alignright {
  float: right;
  margin: 30px;
  display: inline;
}
img.alignleft,
.alignleft {
  float: left;
  margin: 30px;
  display: inline;
}
img.aligncenter,
.aligncenter {
  display: block;
  text-align: center;
  margin: 30px 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 {
  font-style: italic;
  padding: 15px 0;
}

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 {
    border-top: 10px solid #998067;
}


/*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,
.button,
.btn {
  padding: 18px 45px;
  border-radius: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Cinzel";
  font-weight: bold;
  line-height: normal;

  -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;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: none;
}

.btn:active,
.btn.active {
    box-shadow: none;
}

/* Default button */
.btn-default {
    border-width: 1px;
    color: #fff;
    background: transparent;
    border-color: #998067;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus,
.btn-default:hover, 
.btn-default:focus, 
.btn-default.focus, 
.btn-default:active, 
.btn-default.active, 
.open > .dropdown-toggle.btn-default {
    background: #998067; 
    border-color: #998067;
    color: #fff;
}

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 > .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 > .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: #998067;
    border-color: #998067;
}

/*Secondary button*/
.btn-secondary {
    color: #fff;
    background-color: #998067;
    border-color: #998067;
}

.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-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: normal;
}

footer.site-footer label,
footer.site-footer .label {
    color: #fff;
}

select {
    max-width: 100%;

    background: transparent;
    border: 1px solid #998067;
    box-shadow: 0;

    height: 52px;
    padding: 13px 30px;
}

footer.site-footer select{
  border-color: #414141;
}

select option {
  color: #000;
}

legend {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Cinzel";
  padding: 0 0 25px 0;
  margin: 25px 0 0 0;
  border: 0;
  float: left;
}

.form-group {
  margin-bottom: 20px;
}

input[type="text"],
.form-control {
  box-shadow: none;
  height: 52px;
  padding: 13px 30px;
  font-size: 12px;
  line-height: normal;

  font-family: "Cinzel";
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;

  background: #000;
  border: 1px solid #000;
  color: #999;
}

textarea.form-control {
  padding: 30px;
}

footer.site-footer .form-control {
  border-color: #414141;
}

input[type="text"]:focus,
.form-control:focus {
  border-color: #000;
}

.form-control::-moz-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}
::-webkit-input-placeholder {
  color: #999;
}

::-ms-input-placeholder {
    color: #999 !important;
}

.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 > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-radius: 0;
}

.input-group-addon {
  border: 1px solid #000;
  background: #000;
  
  border-radius: 0;
  color: #998067;
}

.input-group-addon:first-child {
  border-right-width: 1px;
  border-right-color: #232323;
  border-right-style: solid;
}

input[type="radio"],
input[type="checkbox"] {
  float: left;
  height: auto;
  width: auto;
  margin: 5px 10px 0 0;
}


.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  background: #000;
  height: 52px;
  border: 1px solid #000;
  border-left-color: #232323;
  color: #998067;
  font-weight: bold;
}

footer.site-footer .input-group-btn:last-child > .btn,
footer.site-footer .input-group-btn:last-child > .btn-group {
  border-color: #414141;
}

.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;
}

/*Success form */
.has-success .form-control,
.has-success .form-control:focus {
  border-color: #998067;
}

.has-success .form-control-feedback {
  color: #000;
}

/*Error form */
.has-error .form-control,
.has-error .form-control:focus {
  border-color: #cc3d3d;
}

.has-error .form-control-feedback {
  color: #cc3d3d;
}

/* Mandatory Icons */

.has-feedback label.sr-only~.form-control-feedback {
    top: 18px;
}

.has-feedback label ~ .form-control-feedback {
  top: 22px;
  right: 15px;
}

i.form-control-feedback {
  font-size: 11px;
  color: #998067;
}

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;
}

/* Zoom effect */
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* Table */
table,
.table,
.table .table {
  background: #000;
}

form.table {
  background: inherit;
}

.table > thead > tr > th {
  border-bottom-width: 1px;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  vertical-align: middle;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-color: #232323;
  padding: 15px;

}

footer.site-footer .table > thead > tr > th,
footer.site-footer .table > tbody > tr > th,
footer.site-footer .table > tfoot > tr > th,
footer.site-footer .table > thead > tr > td,
footer.site-footer .table > tbody > tr > td,
footer.site-footer .table > tfoot > tr > td {
  border-color: #232323;
}

/* Blockquote */
blockquote {
  border:0;
  padding: 15px 0 15px 15px;
  background: transparent;
  margin: 0;

  font-weight: normal;
  font-size: 28px;
  line-height: normal;
  font-family: "Cinzel";

  position: relative;

  color: #fff;
}

@media (min-width: 768px) {
  blockquote {
    padding-left: 80px;
  }
}

@media (min-width: 992px) {
  blockquote {
    font-size: 36px;
  }  
}

blockquote:before {
    color: rgba(255,255,255,0.1);
    content: "\201C";

    line-height: 0;
    position: absolute;
    font-size: 400px;
    right: -30px;
    bottom: -120px;
}

@media (min-width: 768px) {
    blockquote:before {
        font-size: 600px;
        right: -50px;
        bottom: -200px;
    }
}

blockquote cite {
  display: block;
  margin-top: 90px;

  font-family: "Lora";
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;

  color: #998067;

  position: relative;

  padding-left: 90px;
  font-style: normal;
}

blockquote cite:before {
  content: '';
  width: 60px;
  height: 1px;
  background: #998067;
  position: absolute;
  left: 0px;
  top: calc(50% - 1px);
}

/*Tabs*/
.nav-pills > li > a {
  border-radius: 0;
}

/*Navs*/
.nav>li>a:hover,
.nav>li>a:focus {
  background: transparent;
}

/*------------------------------------------------------------------
[ 3. Header / header, logo, breadcrumbs, header slider ]
*/

header.site-header {
  background: #000;
}

body.gg-page-has-header-image header.site-header {
  overflow: hidden; /*temp*/
}

.logo-wrapper {
  text-align: center;
}

header.site-header .menu-item-wrapper {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 1s, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1);
}

body.pace-done header.site-header .menu-item-wrapper,
body.pace-not-active header.site-header .menu-item-wrapper {
  opacity: 1;
  transform: translateY(0);
}

body.overflow-hidden header.site-header .menu-item-wrapper {
  z-index: 99;
  position: relative;
}

/* Site title */
.site-title {
  text-transform: uppercase;
  font-size: 24px;
  color: #fff;
  letter-spacing: 2px;

  margin: 0;
  padding: 50px 0;
  line-height: normal;
}

.site-title a {
  color: #fff;
}

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: 13px;
  display: inline-block;
  font-weight: normal;
  margin-left: 15px;
  text-transform: none;
}

/* Image logo */
header.site-header .logo-wrapper .brand {
  margin: 39px 0;

  width: auto;

  -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;
}

body.menu-style-regular header.site-header .logo-wrapper .brand {
    margin: 32px 0;
}

/* Page meta*/
header.site-header .page-meta {
  position: relative;
  background: #000;
  border-top: 1px solid rgba(255,255,255,0.1);
}

body.gg-page-has-header-image header.site-header .page-meta {
  border:0;
  background-color: #191919;
  background-size: cover;
}

header.site-header .page-meta .page-meta-wrapper {
  padding: 70px 0;
  position: relative;
  text-align: center;

  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1);
}

header.site-header .page-meta .page-meta-wrapper .header-page-btn-wrapper {
  margin-top: 45px;
}

body.pace-done header.site-header .page-meta .page-meta-wrapper,
body.pace-not-active header.site-header .page-meta .page-meta-wrapper {
  opacity: 1;
  transform: translateY(0);
}

body.gg-page-has-header-image header.site-header .page-meta .page-meta-wrapper {
  padding: 45px 30px;
  width: 100%;
}

@media (min-width: 992px) {
  body.gg-page-has-header-image header.site-header .page-meta .page-meta-wrapper {
    padding: 90px 30px;
  }
}

@media (min-width: 992px) {
  body.gg-page-has-header-image header.site-header .page-meta .page-meta-wrapper {
    padding: 130px 30px;
  }
}


header.site-header .page-meta .page-meta-wrapper h1 {
  font-size: 41px;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: normal;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

header.site-header .page-meta .page-meta-wrapper hr.has-topline {
    background: #998067;
    height: 45px;
    width: 1px;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
  header.site-header .page-meta .page-meta-wrapper hr.has-topline {
    height: 60px;
    margin-bottom: 45px;
  }
}

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 .header-page-description {
  margin: 30px auto 0 auto;
  width: 90%;
  text-align: center;
}

@media (min-width: 768px) {
  header.site-header .header-page-description {
    width: 50%;
  }
}

header.site-header .header-page-description p {
  margin-bottom: 0;
}

.page-header-image {
  text-align: center;
  background: #000;
}

.page-header-image img {
  max-width: 100%;
}


header.site-header .page-meta .page-meta-wrapper .header-page-link {
  position: absolute;
  right: 0;
  top: 40px;

  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;

  font-family: "Cinzel";
}

body.gg-page-has-header-image header.site-header .page-meta .page-meta-wrapper .header-page-link {
  right: 50px;
}

header.site-header .page-meta .page-meta-wrapper .header-page-link:before {
    content: '';
    width: 60px;
    height: 1px;
    background: #998067;
    position: absolute;
    left: -90px;
    top: calc(50% - 1px);
}

/*Breadcrumbs*/ 
.nav_crumb,
.nav_crumb .current {
  color: rgba(255,255,255,0.3);
}

body.gg-page-header-style2 .nav_crumb,
body.gg-page-header-style2 .nav_crumb .current {
  color: rgba(0,0,0,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 ]
*/

.overlay-menu-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;

  align-items: center;

  /* Set our transitions up. */
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}

/*Transparent menu*/
body.gg-slider-is-beneath_header .overlay-menu-container {
  z-index: 9999;
  position: relative;
}

.menu-item-wrapper {
  -webkit-flex: 0 1 80px;
  flex: 0 1 80px;
}

@media (min-width: 768px) {
  .menu-item-wrapper {
    -webkit-flex: 0 1 200px;
    flex: 0 1 200px;
  }
}

@media (min-width: 992px) {
  .menu-item-wrapper {
    -webkit-flex: 0 1 350px;
    flex: 0 1 350px;
  }
}

.menu-item-wrapper.menu-btn {
  text-align: left;
  padding-left: 30px;
}

.menu-item-wrapper.second-nav {
  text-align: right;
}

@media (min-width: 992px) {
    .menu-item-wrapper.second-nav {
      padding-right: 30px;
    }
}

.menu-item-wrapper:nth-child(2) {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

.overflow-hidden {
  overflow: hidden;
}

/* MENU BTN*/
.menu-btn {
    width: 49px;
    height: 49px;
    float:right;
    cursor: pointer;
    position:relative;
    z-index: 9999
}

.menu-btn .bars {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 30px;
    top: 0px;
    right: auto;
    bottom: 0;
    margin: auto;
}
.menu-btn .bars .bar {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #998067;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.menu-btn .bars .bar.b1 {
    top: 2px
}
.menu-btn .bars .bar.b2 {
    top: 11px;
}
.menu-btn .bars .bar.b3 {
    top: 20px;
    width: 50%;
}

.menu-btn:hover .bars .bar.b3 {
    width: 100%;
}

.menu-btn.active .bars .bar.b1.rotated { 
    -ms-transform: translateY(9px) rotate(-135deg); 
    transform: translateY(9px) rotate(-135deg);
    background:#fff;

    left: 0;
}
.menu-btn.active .bars .bar.b2 {
  opacity: 0;
}

.menu-btn.active .bars .bar.b3.rotated {
    -ms-transform: translateY(-9px) rotate(-225deg);
    transform: translateY(-9px) rotate(-225deg);
    background:#fff;
    width: 100%;
}

/* NAVIGATION */
.navigation-overlay {
  width:100%;
  height:100%;
  background:#000;
  position:fixed;
  left:0;
  top:0;
  z-index:9;

  display: flex;
  padding: 50px;
}

.navigation-overlay {
  opacity:0; 
  visibility:hidden;
}
.navigation-overlay{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navigation-overlay.active{
  opacity:1;
  visibility:visible;
}

.navigation-overlay .nav-media-wrapper {
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  z-index:1;
  overflow:hidden;
}
.navigation-overlay .nav-media-wrapper  video{
  width:100%;
  min-height:100%;
  float:left;
  opacity:0.4;
}
.navigation-overlay ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;

  -webkit-justify-content: center;
  justify-content:center;

  width: 100%;
  z-index: 2;
  position: relative;

  overflow: hidden;
}

@media (min-width: 768px) {
  .navigation-overlay ul {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  body.menu-position-vertical .navigation-overlay ul {
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
  }
}

.navigation-overlay ul li {
  /* Set our transitions up. */
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}

.navigation-overlay ul li ul.dropdown-menu {
  
  display: none;

  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;

  left: 0;
  background: transparent;

  padding: 0;
  min-width: auto;

  /* Set our transitions up. */
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}

@media (min-width: 768px) {
  .navigation-overlay ul li ul.dropdown-menu {
    display: -webkit-flex;
    display: flex;
    opacity: 1;
  }

  body.menu-position-vertical .navigation-overlay ul li ul.dropdown-menu {
    display: none;
    opacity: 0;
  }
}

.navigation-overlay ul li.dropdown ul.dropdown-menu {
  z-index: 1;
  min-height: 100%;
  height: 100%;
  top:0;
}

@media (max-width: 768px) {
  .navigation-overlay ul li.dropdown.open ul.dropdown-menu {
    display: block;
    opacity: 1;
  }
}

@media (min-width: 768px) {
  body.menu-position-vertical .navigation-overlay ul li.dropdown.open ul.dropdown-menu {
    display: block;
    opacity: 1;
  }
}

.navigation-overlay ul li ul.dropdown-menu ul.dropdown-menu {
  border-top: 1px solid #998067;
  border-bottom: 1px solid #998067;
}

.navigation-overlay ul li ul.dropdown-menu  a {
  font-size:16px;
  color: rgba(255,255,255,0.7);
  position:relative;
  padding: 5px;
  background: transparent;

  font-family: "Lora";
  text-transform: none;
}

.navigation-overlay ul li ul.dropdown-menu  a:hover,
.navigation-overlay ul li ul.dropdown-menu  a:focus {
  background: transparent;
}

.navigation-overlay ul li ul.dropdown-menu>.active>a,
.navigation-overlay ul li ul.dropdown-menu>.active>a:hover,
.navigation-overlay ul li ul.dropdown-menu>.active>a:focus {
  color: #fff;
}

.navigation-overlay ul li { 
  margin: 0;
  opacity:0;
  transform: translateY(55px);

  -webkit-flex: none;
  flex: none;

  align-self: center;
  text-align: center;
}

@media (min-width: 768px) {
  .navigation-overlay ul li {
    -webkit-flex: auto;
    flex: auto;
  }

  body.menu-position-vertical .navigation-overlay ul li {
    -webkit-flex: none;
    flex: none;
  }
}

.navigation-overlay ul li {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition:all 0.3s ease;
}

.navigation-overlay ul li a {
  font-size:18px;
  font-family: "Cinzel";

  color:#fff;
  position:relative;
  padding: 10px;

  text-transform: uppercase;
}

.navigation-overlay ul li a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #998067;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
}

.navigation-overlay ul li ul.dropdown-menu>.active>a:before,
.navigation-overlay ul li.active > a:before,
.navigation-overlay ul li a:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.navigation-overlay ul li.activeli{
  opacity:1;
  transform: translateY(0);
}

/*Animation*/
.navigation-overlay ul li:first-child { transition-delay: 0.05s;}
.navigation-overlay ul li:nth-child(2){ transition-delay: 0.10s;}
.navigation-overlay ul li:nth-child(3){ transition-delay: 0.15s;}
.navigation-overlay ul li:nth-child(4){ transition-delay: 0.20s;}
.navigation-overlay ul li:nth-child(5){ transition-delay: 0.25s;}
.navigation-overlay ul li:nth-child(6){ transition-delay: 0.30s;}
.navigation-overlay ul li:nth-child(7){ transition-delay: 0.35s;}
.navigation-overlay ul li:nth-child(8){ transition-delay: 0.40s;}
.navigation-overlay ul li:nth-child(9){ transition-delay: 0.45s;}
.navigation-overlay ul li:nth-child(10){ transition-delay: 0.50s;}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: transparent;
    border-color: transparent;
}

/*Secondary menu*/
ul.second-nav-menu {
    list-style: none;
    padding: 0;
    margin: 0;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;

    float: none;
}

@media (min-width: 768px) {
   ul.second-nav-menu {
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    } 
}

ul.second-nav-menu li {
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 768px) {
   ul.second-nav-menu li {
        padding-left: 10px;
        padding-right: 10px;
    } 
}

/* Header minicart */
ul.second-nav-menu li.gg-woo-mini-cart .icon-cart-holder {
  position: relative;
  display: block;
}

ul.second-nav-menu li.gg-woo-mini-cart .icon-cart-holder,
ul.second-nav-menu li.gg-woo-mini-cart .svg-icon-cart {
  width: 25px;
  height: 25px;
}

@media (min-width: 768px) {
   ul.second-nav-menu li.gg-woo-mini-cart .icon-cart-holder,
    ul.second-nav-menu li.gg-woo-mini-cart .svg-icon-cart {
        width: 30px;
        height: 30px;
    } 
}

ul.second-nav-menu li.gg-woo-mini-cart .svg-icon-cart path,
ul.second-nav-menu li.gg-woo-mini-cart .svg-icon-cart polygon,
ul.second-nav-menu li.gg-woo-mini-cart .svg-icon-cart rect {
  fill: #998067;
}

ul.second-nav-menu li.gg-woo-mini-cart .svg-icon-cart circle {
  stroke: #998067;
  stroke-width: 1;
}

ul.second-nav-menu li.gg-woo-mini-cart .icon-cart-count {
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
  text-align: center;

  font-size: 11px;
  font-weight: bold;
}


/* Header search */
ul.second-nav-menu li.gg-header-search .svg-icon-search {
  width: 30px;
  height: 30px;
  display: block;
}

ul.second-nav-menu li.gg-header-search .svg-icon-search path,
ul.second-nav-menu li.gg-header-search .svg-icon-search polygon,
ul.second-nav-menu li.gg-header-search .svg-icon-search rect {
  fill: #998067;
}

ul.second-nav-menu li.gg-header-search .svg-icon-search circle {
  stroke: #998067;
  stroke-width: 1;
}

/* Header my account */
ul.second-nav-menu li.gg-woo-my-account .svg-icon-my-account {
  width: 30px;
  height: 30px;
  display: block;
}

ul.second-nav-menu li.gg-woo-my-account .svg-icon-my-account path {
  fill: #998067;
}

/* Language switcher */
ul.second-nav-menu li.gg-language-switcher {
  text-transform: uppercase;
}

/*Reset the bootstrap navbar styles*/
body.menu-style-overlay .navbar-nav > li > a {
  line-height: inherit;
  padding: 0;
}


/*Default navigation*/
.navbar-default {
  background-color: #121212;
  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; 
}

.navbar-center {
  width: 100%;
  top: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .navbar-flex {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .navbar-middle {
    float: none;
    vertical-align: top;
  }

  .container-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }


  .navbar-header {
    position: relative;
    z-index: 2;
  }
  .navbar .navbar-collapse {
    text-align: center;
    position: relative; /*Needed to keep the mega menu in place*/
    /*z-index: 1;*/
  }
}

body.menu-style-regular .navbar-nav > li > a {
  padding: 35px 30px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Cinzel";
  color: #fff;

  position: relative;
  overflow: hidden;
  font-weight: normal;
  line-height: 1.916;

  -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.menu-style-regular .second-nav-menu > li > a {
  padding: 35px 0px;
  display: block;
}

body.menu-style-regular .navbar-nav > li:last-child > a {
  padding-right: 0;
}

@media (max-width: 991px) {
    body.menu-style-regular .navbar-nav > li:last-child > a {
        padding-left: 0;
    }
}


/* Dropdown */
.navbar-nav > li > .dropdown-menu {
  display: block;
  
  top: 110%;
  opacity: 0;
  z-index: -1;

  -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;

}

.navbar-nav > li.open > .dropdown-menu {
  top: 100%;
  opacity: 1;
  z-index: 1000;
}

/* Change the animation order when sticky and beneath slider */
body.gg-slider-is-beneath_header .navbar-nav > li > .dropdown-menu,
body.gg-has-stiky-menu .navbar-fixed-top .navbar-nav > li > .dropdown-menu {
  top: 100%;
  bottom: auto;
  visibility: hidden;
  display: none;
}

body.gg-slider-is-beneath_header .navbar-nav > li.open > .dropdown-menu,
body.gg-has-stiky-menu .navbar-fixed-top .navbar-nav > li.open > .dropdown-menu {
  top: 100%;
  bottom: auto;

  visibility: visible;
  display: block;
}

body.gg-slider-is-beneath_header .navbar-nav > li.open.is-megamenu > .dropdown-menu,
body.gg-has-stiky-menu .navbar-fixed-top .navbar-nav > li.open.is-megamenu > .dropdown-menu {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
}

/*Stiky nav*/ 
body.gg-has-stiky-menu .navbar-fixed-top {
  left: 0;
  right: 0;
  top: -122px;
}

body.gg-has-stiky-menu .navbar-fixed-top .second-nav-menu {
  margin-right: 0;
}

/*Shrink the paddings between menu items*/
body.gg-has-stiky-menu .navbar-fixed-top.gg-shrink .navbar-nav > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
}

/*Transparent menu*/
body.gg-slider-is-beneath_header .navbar-default:not(.navbar-fixed-top) {
  background: transparent;
  border: 0;
  z-index: 2;
  /*padding: 0 60px;*/
}

.navbar-default .navbar-nav > .open > a:after,
.navbar-default .navbar-nav > .open > a:hover:after,
.navbar-default .navbar-nav > .open > a:focus:after,
.navbar-default .navbar-nav > li > a:hover:after,
.navbar-default .navbar-nav > li > a:focus:after,
.navbar-default .navbar-nav > .active > a:after,
.navbar-default .navbar-nav > .active > a:hover:after,
.navbar-default .navbar-nav > .active > a:focus:after {
  width: 100%;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: transparent;
  color: #998067;
}

.navbar-nav > li > .dropdown-menu {
  left: auto;
  right: auto;
}

.dropdown-menu,
.dropdown-menu > li > .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-menu > li > a {
  color: #999;
  padding-left: 0;
  padding-right: 0;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  background: transparent;
  color: #998067;
}

/*------------------------------------------------------------------
[ 5. Content ]
*/

#content {
  position: relative;
  padding: 100px 0;
}

.wpb-is-on:not(.archive) #content {
  padding: 0 0 0 0;
}
.wpb-is-on #content aside.sidebar-nav {
  padding-top: 100px;
}
.post-type-archive.wpb-is-on #content {
  padding: 100px 0;
}

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 {
  padding: 0;
  background-color: #000;
}

.footer-has-default-back footer.site-footer {
  padding: 0;
  background-image: url(/wp-content/themes/luxwine-child/../luxwine/images/copyright-back.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
}

footer.site-footer .gg-widget h4.widget-title:after {
  background-color: #fff;
}

footer.site-footer .gg-widget {
  border-bottom: 0;
  margin-bottom: 50px;
  text-align: center;

  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  footer.site-footer .gg-widget {
    padding-right: 0px;
    padding-left: 0px;
  }
}

footer.site-footer .footer-widgets > .row > .col-md-4:last-child .gg-widget {
  margin-bottom: 0;
}

footer.site-footer .footer-widgets {
  margin-top: 30px;
}

@media (min-width: 768px) {
  footer.site-footer .footer-widgets {
    margin-top: 120px;
  }
}

footer.site-footer .gg-widget p:last-child {
  margin-bottom: 0;
}

footer.site-footer .gg-widget.widget_nav_menu a {
  color: #999;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;

  font-family: "Cinzel";
  position: relative;
}

footer.site-footer .gg-widget.widget_nav_menu li {
  margin: 0;
  padding: 0;
}

footer.site-footer .gg-widget.widget_nav_menu a:hover,
footer.site-footer .gg-widget.widget_nav_menu a:focus {
  color: #998067;
}

/* Footer instagram */
.instagram-wrapper {
    padding: 30px 30px 0 30px;
}

.vc_widget_instagram .gg-instagram-feed .instagram-wrapper {
    padding: 0;
}

.instagram-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;

  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;

  align-items: center;
}


@media (min-width: 992px) {
  .instagram-wrapper ul {
    align-items: flex-start;
  }
}

.instagram-wrapper ul li {
  -webkit-flex: 1 1 40px;
  flex: 1 1 40px;
  overflow: hidden;
  float: left;

  display: none;
}

@media (min-width: 768px) {
  .instagram-wrapper ul li {
    display: block;
  }
}

@media (min-width: 992px) {
  .instagram-wrapper ul li {
    -webkit-flex: 1 0 80px;
    flex: 1 0 80px;
  }
}

.instagram-wrapper ul li img,
.instagram-wrapper #sbi_images .sbi_item .sbi_photo {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);

  opacity: .3;

  -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;
}

.instagram-wrapper ul li img:hover,
.instagram-wrapper #sbi_images .sbi_item .sbi_photo:hover {
  opacity: 1;
  filter: none;
}

.instagram-wrapper .instagram-info {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Cinzel";
  text-align: center;
  padding: 15px;

  flex-basis: 300px;
  align-self: center;
}

@media (max-width: 768px) {
  .instagram-wrapper .instagram-info {
    display: block;
    flex-basis: 100%;
  }
}

.instagram-wrapper i {
  color: #998067;
  font-size: 30px;
  display: block;
}

.instagram-wrapper #sbi_images i {
  margin-bottom: 15px;
} 

.instagram-wrapper .instagram-info.smashballon {
  display: none;
}

.instagram-wrapper #sbi_images .instagram-info.smashballon {
  display: block;
}

/*New Insta style*/

.instagram-wrapper  #sb_instagram.sbi_col_4 #sbi_images .sbi_item,
.instagram-wrapper  #sb_instagram.sbi_col_6 #sbi_images .sbi_item,
.instagram-wrapper  #sb_instagram.sbi_col_8 #sbi_images .sbi_item,
.instagram-wrapper  #sb_instagram.sbi_col_12 #sbi_images .sbi_item {
  width: 100%;
}

.instagram-wrapper .sbi_col_4 #sbi_images {
  display: grid;
  grid-template-columns: repeat(2, 1fr) 250px repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.instagram-wrapper .sbi_col_6 #sbi_images {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 250px repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.instagram-wrapper .sbi_col_8 #sbi_images {
  display: grid;
  grid-template-columns: repeat(4, 1fr) 250px repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.instagram-wrapper .sbi_col_12 #sbi_images {
  display: grid;
  grid-template-columns: repeat(6, 1fr) 250px repeat(6, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
@media (max-width: 768px) {
  .instagram-wrapper .sbi_col_4 #sbi_images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .instagram-wrapper .sbi_col_6 #sbi_images {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .instagram-wrapper .sbi_col_8 #sbi_images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .instagram-wrapper .sbi_col_12 #sbi_images {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .instagram-wrapper .sbi_col_8 #sbi_images .instagram-info.smashballon {
    grid-area: 1 / 1 / 2 / 5; 
  }
  .instagram-wrapper .sbi_col_4 #sbi_images .instagram-info.smashballon {
    grid-area: 1 / 1 / 2 / 3;
  }
  .instagram-wrapper .sbi_col_6 #sbi_images .instagram-info.smashballon {
    grid-area: 1 / 1 / 2 / 4;
  }
  .instagram-wrapper .sbi_col_12 #sbi_images .instagram-info.smashballon {
    grid-area: 1 / 1 / 2 / 7;
  }

}
@media (max-width: 480px) {
  .instagram-wrapper #sbi_images .sbi_item .sbi_photo {
    height: 100px !important;
  }
  .instagram-wrapper .sbi_col_12 #sbi_images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .instagram-wrapper .sbi_col_12 #sbi_images .instagram-info.smashballon {
    grid-area: 1 / 1 / 2 / 5;
  }
}

/*Footer extras*/
footer.site-footer .footer-extras-container {
  padding: 45px 0;
}

@media (min-width: 768px) {
  body.overflow-hidden footer.site-footer .footer-extras-container {
    padding: 45px 0;

    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
  }
}

footer.site-footer .footer-extras {
  padding: 0;

  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;

  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;

  width: 100%;
  font-size: 12px;

  letter-spacing: 2px;
  text-transform: uppercase;

  font-family: "Cinzel";
}
@media (min-width: 768px) {
    footer.site-footer .footer-extras {
        -webkit-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }
}


footer.site-footer .footer-extras .footer-copyright,
footer.site-footer .footer-extras .footer-message,
footer.site-footer .footer-extras .footer-social {
  display: block;
  float: left;
  width: 100%;
}

@media (min-width: 768px) {
  footer.site-footer .footer-extras .footer-copyright,
  footer.site-footer .footer-extras .footer-message,
  footer.site-footer .footer-extras .footer-social {
    -webkit-flex: 1;
    flex: 1;

    /* flexbox */ 
    -webkit-flex:1;
    -webkit-box-flex:1;
    -moz-flex:1;
    -moz-box-flex:1;
    -ms-flex:1;
    flex:1;

    flex-basis: 0;

    align-self: center;
  }
}

footer.site-footer .footer-extras .footer-copyright {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  footer.site-footer .footer-extras .footer-copyright {
    text-align: left;
    margin-bottom: 0;
  }
}


/*Footer message*/
footer.site-footer .footer-extras .footer-message {
  text-align: center;
  position: relative;
}

@media (min-width: 768px) {
  footer.site-footer .footer-extras .footer-message {
    text-align: right;
  }
}

/*Footer social*/

footer.site-footer .footer-extras .footer-social {
  text-align: center;
}

footer.site-footer .footer-extras .footer-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

footer.site-footer .footer-extras .footer-social ul li {
  float: none;
  display: inline-block;
}
@media (min-width: 768px) {
  footer.site-footer .footer-extras .footer-social ul li {
  }
}

footer.site-footer .footer-extras .footer-social ul li a {
  float: left;
  padding-right: 25px;
  color: #999;
  font-size: 21px;
}

@media (min-width: 768px) {
    footer.site-footer .footer-extras .footer-social ul li a {
        font-size: 16px;
    }
}

footer.site-footer .footer-extras .footer-social ul li:last-child a {
  padding-right: 0;
}

footer.site-footer .footer-extras .footer-social ul li a:hover,
footer.site-footer .footer-extras .footer-social ul li a:focus {
  color: #998067;
}

/*Footer newsletter*/

footer.site-footer .gg-widget .mc4wp-form .input-group input {
  border-width:0;
  border-bottom-width:1px;
  padding-left: 0;
  background: transparent;
}

footer.site-footer .gg-widget .mc4wp-form .input-group .input-group-btn:last-child > .btn {
  border-width:0;
  border-bottom-width:1px;
  padding-right: 0;
  background: transparent;
}

footer.site-footer .gg-widget .mc4wp-form .input-group .input-group-btn:last-child:before {
  background: #998067; 
}

footer.site-footer .footer-logo {
  margin-top: 90px;
}

/*------------------------------------------------------------------
[ 7. Sidebar / widgets ]
*/

aside.sidebar-nav {
  background: #000;
  padding: 30px;
}

.gg-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gg-widget {
  margin: 0 0 40px 0;
  padding-bottom: 40px;
  overflow: hidden;
}

.gg-widget .btn,
.gg-widget button,
.gg-widget .button {
  padding: 12px 25px;
  color: #fff;
  background-color: #000;
  border: 1px solid #b0976d;
}

.gg-widget #searchform .btn {
  padding: 12px;
}
.gg-widget #searchform .input-group-addon,
.gg-widget #searchform input,
.gg-widget #searchform .input-group-btn {
  float: left;
  width: 100%;

  border: 1px solid rgba(255,255,255,0.1);
  text-align: center;
}

.gg-widget #searchform .input-group-btn {
  border: 0;
}
.gg-widget #searchform .input-group-btn .btn {
  background: rgba(255,255,255,0.1);
  border: 0;
}

.gg-widget #searchform .input-group-addon {
  background: #232323;
  border-color: #232323;
  color: inherit;
  display: none;
}

.gg-widget input[type="search"] {
  background: #232323;
  border-color: #232323;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}

.gg-widget:last-child {
  margin-bottom: 0;
}

.gg-widget ul li {
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
}

.gg-widget ul li a {
  color: inherit;
}
.gg-widget ul li a:hover {
  color: #998067;
}

.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: 10px;
  padding-bottom: 0;
}
.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 30px 0;
  color: #998067;
  font-style: normal;
}

.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;
  border: 0;
  display: inline-block;
}

.gg-widget.widget_tag_cloud li a {
    text-transform: uppercase;
    font-family: "Lora";
    font-size: 11px;
    letter-spacing: 2px;
    padding: 5px 10px;
    border: 0;
    background: #232323;
    color: #998067;
}


/* WP Widget - Flickr */
.gg-widget.flickr-widget .flickr_badge_image {
  display: inline-block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 10px;
}

.gg-widget.flickr-widget i {
  margin-right: 5px;
}

.gg-widget.flickr-widget .flickr_stream_wrap a {
  color: #000;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  font-size: 11px;
}

footer.site-footer .gg-widget.flickr-widget .flickr_stream_wrap a {
  color: #fff;
}

/* WP Widget - Contact */

.gg-widget.contact .contact-separator,
.vc_widget_contact_us .contact-separator {
  margin-bottom: 15px;
}

.gg-widget.contact address,
.vc_widget_contact_us .widget.contact address {
  margin-bottom: 0;
}

.gg-widget.contact p,
.vc_widget_contact_us .widget.contact p {
  margin: 0;
}

.gg-widget.contact .gg-address-holder,
.vc_widget_contact_us .widget.contact .gg-address-holder {
  padding-left:0; 
}

.gg-widget.contact .gg-phone-holder,
.vc_widget_contact_us .widget.contact .gg-phone-holder {
  padding-right:0; 
}

.gg-widget.contact .extra_details,
.vc_widget_contact_us .widget.contact .extra_details {
  margin-top: 20px;
}

/* WP Widget - Working hours */

.gg-widget.working-hours ul,
.vc_widget_working_hours .widget.working-hours ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vc_widget_working_hours .widget.working-hours ul li {
  padding: 0;
  margin: 0 0 10px 0;
}
.gg-widget.working-hours ul li:before,
.vc_widget_working_hours .widget.working-hours ul li:before {
  font-family: 'FontAwesome';
  margin-right: 10px;

  color: #998067;
}

.gg-widget.working-hours ul li:before,
.vc_widget_working_hours .widget.working-hours ul li:before {
  content: "\f017";
}

.gg-widget.working-hours ul li.other-details:before,
.vc_widget_working_hours .widget.working-hours ul li.other-details:before {
  content: "";
  display: none;
}

.gg-widget.working-hours ul li.other-details,
.vc_widget_working_hours .widget.working-hours ul li.other-details {
  margin-bottom: 0;
  padding-bottom: 0;
}

.vc_widget_working_hours .widget.working-hours ul li.other-details {
  border: 0;
}

.gg-widget.working-hours span,
.vc_widget_working_hours .widget.working-hours span {
  display: block;
  margin-left: 21px;
}

footer.site-footer .gg-widget.working-hours span {
  color: #fff;
}

.vc_widget_working_hours .widget.working-hours span {
  float: right;
}

/* WP Widget - Social Icons */
.gg-widget.social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gg-widget.social-icons ul li {
  float: left;
}

.gg-widget.social-icons ul li a {
  float: left;
  padding-right: 25px;
  font-size: 21px;

  color: #999;
}

.gg-widget.social-icons ul li a:hover,
.gg-widget.social-icons ul li a:focus {
  color: #998067;
}


/* 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;
  font-style: italic;
}

/* 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: "Cinzel";
}

.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: 2px;
  font-weight: bold;
  color: #998067;

  font-family: "Lora";
  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);
}


.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 > thead > tr > th,
.gg-widget.widget_calendar table > tbody > tr > th,
.gg-widget.widget_calendar table > tfoot > tr > th,
.gg-widget.widget_calendar table > thead > tr > td,
.gg-widget.widget_calendar table > tbody > tr > td,
.gg-widget.widget_calendar table > tfoot > tr > td {
  padding: 0;
}


/* 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: #fff;
}

.gg-widget.widget_rss .rss-date {
  display: block;
  font-style: italic;
}

.gg-widget.widget_rss .rssSummary {
  margin-top: 15px;
}


/*------------------------------------------------------------------
[ 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: 70px;
}

ul.el-grid li:last-child article.post,
ul.el-grid li:last-child article.page {
  margin-bottom: 0;
}



ul.el-grid[data-columns="1"] li article.post.has-post-thumbnail header.entry-header {
  margin: 0 0 30px 0;
}

@media (min-width: 992px) {
  ul.el-grid[data-columns="1"] li article.post.has-post-thumbnail header.entry-header {
    margin: 0 0 45px 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 15px 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: 24px;
}

ul.el-grid[data-columns="2"] li article.post.has-post-thumbnail .post-thumbnail-wrapper,
ul.el-grid[data-columns="3"] li article.post.has-post-thumbnail .post-thumbnail-wrapper {
  margin: 0 0 20px 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: 36px;
}

@media (min-width: 992px) {
  article.page h2.entry-title,
  article.post h2.entry-title,
  article.post h1.entry-title {
    font-size: 48px;
  }
}

article.page h2.entry-title a,
article.post h2.entry-title a {
  color: #fff;
}

article.page .entry-summary .more-link {
  margin-top: 30px;
}

.el-grid article.post .meta,
.el-grid article.post .meta a,
.el-grid article.page .meta,
.el-grid article.page .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: 24px;
}

body .el-grid li.isotope-item {
  padding-left: 15px;
  padding-right: 15px;
}

ul.el-grid[data-columns="1"] li {
  margin-bottom: 100px;
}

ul.el-grid[data-columns="1"] li article.post {
  margin: 0;
}
ul.el-grid[data-columns="1"] li:last-child {
  margin: 0;
}

ul.el-grid[data-columns="1"] li .post-thumbnail-wrapper,
ul.el-grid[data-columns="1"] li .post-content-wrapper {
  float: left;
  width: 100%;
}

@media (min-width: 992px) {
  ul.el-grid[data-columns="1"] li article.has-post-thumbnail .post-thumbnail-wrapper,
  ul.el-grid[data-columns="1"] li article.has-post-thumbnail .post-content-wrapper {
    width: 50%;
  }
}

ul.el-grid[data-columns="1"] li .post-content-wrapper {
  padding-left: 0px;
  padding-top: 30px;
}

@media (min-width: 992px) {
  ul.el-grid[data-columns="1"] li article.has-post-thumbnail .post-content-wrapper {
    padding-top: 0;
    padding-left: 60px;
  }
}

body .el-grid li.isotope-item .more-link {
  margin-top: 30px;
  display: block;
}

@media (min-width: 992px) {
  body .el-grid li.isotope-item .more-link {
    margin-top: 45px;
  }
}

/* Blog - Single page */
.single article.post header.entry-header {
  margin-bottom: 40px;
}

.single article.post .post-thumbnail {
  margin-bottom: 15px;
}

.single article.post .post-meta {
  margin-bottom: 80px;
  font-style: italic;
  color: #999;
  font-size: 14px;
}

.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 article.page {
  padding-bottom: 50px;
  border-bottom: 1px solid #232323;
  margin-bottom: 60px;
}

body.search article.post,
body.search article.page {
  margin-bottom: 20px;
}

body.search article.page h2.entry-title {
  font-size: 18px;
  margin-bottom: 15px;
}

body.search .postsearch ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

body.search .postsearch > h2,
body.search .productsearch > h2 {
  text-align: center;
  margin: 70px 0;
}

/* Comments */
#comments {
  margin-top: 55px;
  float: left;
  width: 100%; 
}

#comments .comments-wrapper {
  background: #000;
  padding: 30px;
}

#comments .comment-form .form-group input {
  width: 100%;
}

#comments h2.comments-title {
  font-size: 30px;
  margin: 0;
  padding: 0;
}

#comments ul.media-list {
  margin-top: 55px;
}

body.page #comments ul.media-list {
  margin-left: 0;
}

#comments .comment {
  border-top: 1px solid #232323;
  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;
  display: inline-block;
}

#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: #666666;
  display: inline-block;
}

#comments .comment .media-body p.meta {
  margin-bottom: 15px;
  display: block;
}

#comments .comment .avatar-holder {
  padding-right: 20px;
}

#comments .comment .avatar-holder img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 5px solid #232323;
}

#comments .comment .reply {
  position: absolute;
  right: 0;
  top: 2px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

#respond {
  border-top: 1px solid #232323;
  margin-top: 45px;
}

#respond h3#reply-title {
  margin: 50px 0 40px 0;
  line-height: normal;
  position: relative;
  display: inline-block;
}

/* Blog - Single page - Post social & Pagination */
.post-social ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.post-social ul > li {
  display: inline-block;
  border: 0;
}

.post-social ul > li.share-title {
  border: 0;
  padding-right: 20px;
}

.post-social ul > li:nth-child(2) {
  border: 0;
}

.post-social ul > li,
.post-social ul > li > a {
  text-transform: uppercase;
  color: #998067;
}

.post-social ul > li > a {
  padding: 0 20px;
  font-size: 16px;
  display: block;
}

/*Post Pagination*/
.pagination-wrapper {
}

.pagination-wrapper .btn-group {
  text-align: center;
  width: 50%;
}

.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: 2px;
  text-transform: uppercase;
  color: #fff;
  float: left;
  width: 100%;
  margin-top: 30px;
  background: #000;
}


/* Pagination */
.page-links {
  margin: 30px 0;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.pagination {
  width: 100%;
  position: relative;
  text-align: left;
  margin-bottom: 0;
}

.pagination ul.pagination {
  margin: 0;
}

.gg_posts_grid .pagination ul.pagination {
  margin: 0 15px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination > li > a,
.pagination > li > span {
  border-radius: 50%;
}

.pagination > li > a,
.pagination > li > span,
.page-links span:not(.page-links-title) {
  padding: 10px 15px;
  border: 1px solid transparent;
  background: #000;
  margin-right: 5px;
  margin-left: 0;
  float: none;
  border-radius:50%;
}

.pagination > li.current > a,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.page-links span:not(.page-links-title):hover {
  color: #fff;
  border-color: #998067;
  border-radius:50%;
  background: #998067;
}

.pagination > li > a.next,
.pagination > li > a.prev {
  padding: 6px 10px;
  position: absolute;
  top: 0;
  right: 0;
  color: #b0976d;

  border: 0;
  border-radius: 0;
  margin: 0;

  background: transparent;
}

.pagination > li > a.prev {
  right: 30px;
}

.pagination > li > a.prev:hover,
.pagination > li > a.next:hover {
  border: 0;
  border-radius: 0;
}

/*Load more pagination*/

.pagination-load-more {
  text-align: center;
}

.pagination-load-more .btn {
  padding-left: 30px;
  padding-right: 30px;
}

.load-more-anim {
  text-align: center;
}

.load-more-anim #infscr-loading {
  text-align: center;
  z-index: 100;
  background: white;
  background: hsla( 0, 0%, 100%, 0.9 );
  padding: 30px;

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

  position: fixed;
  top: 10%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -10%);
  -webkit-transform: translate(-50%, -10%);
  -moz-transform: translate(-50%, -10%);

}

/* 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 {
  text-transform: uppercase;
  font-family: "Lora";
  font-size: 11px;
  letter-spacing: 2px;
  padding: 5px 10px;
  border: 0;
  background: #000;
}

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;
  background: transparent;
}

.vc_inline-link {
  float: right;
}

/*------------------------------------------------------------------
[ 9. Contact page ]
*/

header.site-header .page-meta .page-meta-wrapper .header-page-btn-wrapper a.btn {
  min-width: 250px;
}

.gg-contact-template #contact-map {
  height: 500px;
  position: relative;
}

.gg-contact-template #contact-map .overlay {
  position: absolute;
  z-index: 999;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#232323+0,000000+100&1+0,0+100 */
background: -moz-linear-gradient(top,  rgba(35,35,35,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(35,35,35,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(35,35,35,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

  height: 100px;
  width: 100%;
}

.contact-form-wrapper #contact-form {
  float: left;
  width: 100%;

  margin-bottom: 100px;
}


.gg-contact-template .contact-form-wrapper {
  opacity: 0;

  margin: 0;
  float: left;
  width: 100%;

  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;

  /*max-height: 0;*/
  overflow: hidden;

  /* Set our transitions up. */
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}

.gg-contact-template .contact-form-wrapper.open {
  opacity: 1;
  z-index: 1;
}

.gg-contact-template .contact-form-wrapper.close {
  opacity: 0;

   /* Set our transitions up. */
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}

.gg-contact-template  .contact-form-meta {
  margin-bottom: 30px;
  margin-top: 100px;
  position: relative;
}

/*style the box*/  
.gm-style .gm-style-iw {
  background-color: #000   !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 120px !important;
  padding: 30px;
  display: block !important;
  color: #fff;
}    

/*style the p tag*/
.gm-style .gm-style-iw #google-popup p{
  padding: 10px;
}


/*style the arrow*/
.gm-style > div > div > div > div > div > div > div > div {
  background-color: #000   !important;
  padding: 0;
  margin: 0;
  padding: 0;
  top: 0;
  color: #fff;
  font-size: 16px;
}

/*style the link*/
.gm-style div div div div div div div div a {
  color: #f1f1f1;
  font-weight: bold;
}


/*Btn anim*/

.contact-form-close {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: block;
    z-index: 3;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -10.5px;
    width: 30px;
    height: 41px;
    cursor: pointer;
    vertical-align: middle;
}

.contact-form-close .bar {
    position: relative;
    background: rgba(48,55,63,0);
    top: 20px;
    display: inline-block;
}

.contact-form-close .bar, 
.contact-form-close .bar:after,
.contact-form-close .bar:before {
    transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    width: 30px;
    height: 2px;
}
.contact-form-close .bar:after,
.contact-form-close .bar:before {
    content: "";
    position: absolute;
    left: 1px;
    top: 0;
    background: #998067;
}
.contact-form-close .bar:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.contact-form-close .bar:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.contact-form-close:hover .bar {
    background: #998067;
}
.contact-form-close:hover .bar:before {
    left: -5px;
    top: -7px;
    width: 20px;
}
.contact-form-close:hover .bar:after {
    left: -5px;
    top: 7px;
    width: 21px;
}

/*-----------------*/
/***** Goliath effect *****/
/*-----------------*/

figure.effect-goliath {
  background: #e5e5e5;
}

figure.effect-goliath img,
figure.effect-goliath h2,
figure figcaption > 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 > 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 > i {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}


/*------------------------------------------------------------------
[ 11. 404 page ]
*/

.error404 h1 {
  font-size: 100px;
  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]
*/

/* VC - General */
.wpb_row:not(.vc_inner),
.vc_row.wpb_row:not(.vc_inner) {
  padding: 100px 0;
  margin-bottom: 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;
}

/* VC - Title/subtitle */

.title-subtitle-box {
  margin-bottom: 45px;
}

.title-subtitle-box hr.has-underline {
  background: #e5e5e5;
  height: 1px;
  margin-bottom: 55px;
}

.title-subtitle-box hr.has-topline,
.title-subtitle-box hr.has-bottomline {
  background: #998067;
  width: 1px;

  height: 45px;
  margin-bottom: 30px;
}


@media (min-width: 992px) {
  .title-subtitle-box hr.has-topline,
  .title-subtitle-box hr.has-bottomline {
    height: 60px;
    margin-bottom: 45px;
  }
  .title-subtitle-box hr.has-bottomline {
    margin-bottom: 30px;
  }
}

.title-subtitle-box hr.has-bottomline {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .title-subtitle-box hr.has-bottomline {
    margin-top: 45px;
  }
}

.title-subtitle-box p {
  margin: 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;

  position: relative;
  display: inline-block;
}

.title-subtitle-box .toptitle {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "Cinzel";
    color: #998067;

    display: block;
}

.title-subtitle-box h1 + .subtitle,
.title-subtitle-box h2 + .subtitle,
.title-subtitle-box h3 + .subtitle,
.title-subtitle-box h4 + .subtitle,
.title-subtitle-box h5 + .subtitle,
.title-subtitle-box h6 + .subtitle {
  margin-top: 30px;
}

.title-subtitle-box.line_over_text h1:after,
.title-subtitle-box.line_over_text h2:after,
.title-subtitle-box.line_over_text h3:after,
.title-subtitle-box.line_over_text h4:after,
.title-subtitle-box.line_over_text h5:after,
.title-subtitle-box.line_over_text h6:after {
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    width: 105%;
    height: 1px;
    background-color: rgba(0,0,0,0.8);
    content: "";
}


/* VC - Team */
.gg-team-member {
  background: #000;
}

.gg-team-member figcaption {
  background: #000;
  padding: 45px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
    .gg-team-member figcaption {
        padding: 60px;
    }
}

.gg-team-member figcaption:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #998067;
  content: '';
  -webkit-transform: translate3d(0,4px,0);
  transform: translate3d(0,4px,0);

  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

.gg-team-member figure:hover figcaption::before {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.gg-team-member figcaption .position {
  color: #998067;
  margin-bottom: 40px;
  font-style: italic;
}

.gg-team-member figcaption .description p:last-child {
  margin-bottom: 0;
}

.gg-team-member figure .sadie-effect {
  position: relative;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;

  overflow: hidden;
}

.gg-team-member figure .sadie-effect::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 75%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 75%);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0,50%,0);
  transform: translate3d(0,50%,0);

  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.gg-team-member figure:hover .sadie-effect::before {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/* VC - Timeline */
#cd-timeline {
  position: relative;
  padding: 100px 0 0 0;
}

#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 1px;
  background: #998067;  
  z-index: -1;
}

@media (min-width: 768px) {
  #cd-timeline::before {
    width: 4px;
    z-index: inherit;
  }
}

#cd-timeline::before {
  left: 50%;
  margin-left: -2px;
}

.cd-timeline-block {
  position: relative;
  margin: 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-img {

  position: absolute;
  top: 28%;

  width: 60px;
  height: 4px;
  left: 50%;

  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;

  background: #998067;
}


.cd-timeline-block:nth-child(even) .cd-timeline-img {
  margin-left: -60px;
}

.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #000;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-content .cd-date {
  display: inline-block;
}

.cd-timeline-content .cd-date {
  float: left;
  padding: 0;
  margin: 0;
  font-size: 60px;
  line-height: 60px;
}

@media (min-width: 768px) {
  .cd-timeline-content .cd-date {
    font-size: 100px;
    line-height: 100px;
  }
}

@media (min-width: 992px) {
  .cd-timeline-content .cd-date {
    font-size: 160px;
    line-height: 160px;
  }
}

.cd-timeline-content .cd-title {
  margin: 0 0 30px 0;
  color: #998067;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Cinzel";
}

.cd-timeline-content p {
  margin: 0;
}

.cd-timeline-content {
  margin-left: 0;
  width: calc(50% - 2px);
}

.cd-timeline-content .cd-timeline-content-wrapper {
  padding: 30px;
}

@media (min-width: 992px) {
  .cd-timeline-content .cd-timeline-content-wrapper {
    padding: 60px;
  }
}

.cd-timeline-content .cd-date {
  position: absolute;
  width: 100%;
  left: 130%;
  top: 13%;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content {
  float: right;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
  left: auto;
  right: 130%;
  text-align: right;
}

/* VC - Counter*/
.counter-holder .counter-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;    
}

.counter-holder .counter,
.counter-holder p {
  -webkit-flex: 1 auto;
  flex: 1 auto;
}


.counter-holder .counter {
  font-size: 36px;
  color: #fff;
  font-family: "Cinzel";

  border-bottom: 1px solid #998067;
  flex-grow: 0;

  position: relative;
  overflow: hidden;

  -webkit-transition: all 0.35s;
  transition: all 0.35s;

  min-width: 100%;
}

@media (min-width: 992px) {
  .counter-holder .counter {
    min-width: 80px;
  }
}

.counter-holder:hover .counter {
  flex-grow: 1;
}


.counter-holder p {
  margin-bottom: 0;
  font-family: "Cinzel";
  text-transform: uppercase;
  color: #998067;
  padding-left: 0px;

  align-self: flex-end;
  position: relative;
  bottom: -15px;
}

@media (min-width: 992px) {
  .counter-holder p {
    padding-left: 30px;
  }
}

.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-tabs.vc_tta-style-theme:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tabs-container,
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-theme .vc_tta-tabs-container {
  margin-bottom: 35px;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-theme .vc_tta-tab>a {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Cinzel";

    padding-left: 34px;
    padding-right: 34px;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-theme .vc_tta-tab.vc_active>a,
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-theme .vc_tta-tab>a:hover  {
  color: #998067;
}

/* 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: 2px;
  font-family: "Lora";
  font-size: 12px;
}

.wpb-js-composer .vc_btn3.vc_btn3-size-md {
  padding: 16px 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: 36px;
  position: relative;
  display: inline-block;
  color: #fff;
  margin-bottom: 40px;
}

.wpb-js-composer .vc_general.vc_cta3 h4 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 40px;
}

.wpb-js-composer .vc_general.vc_cta3.vc_cta3-style-custom {
  border-color: transparent;
}

/* 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 - Single image */
.wpb-js-composer .wpb_single_image figcaption {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #998067; 
    position: relative;
    padding-top: 15px;
    text-align: left;
    font-family: "Cinzel";
}

.wpb-js-composer .wpb_single_image figcaption:before {
    content: '';
    width: 60px;
    height: 1px;
    margin-right: 30px;
    background: #998067;
    display: inline-block;
    margin-bottom: 3px;
}

/* VC - Featured icon */

.featured-icon-box {
  float: left;
  width: 100%;
  margin-bottom: 30px;

  padding: 60px;
  background: #000;
}

.featured-icon-box.align-center {
  text-align: center;
}

.featured-icon-box.right_bottom {
  border-right: 4px solid #998067;
  border-bottom: 4px solid #998067;
}

.featured-icon-box.left_bottom {
  border-left: 4px solid #998067;
  border-bottom: 4px solid #998067;
}

.featured-icon-box.right_top {
  border-right: 4px solid #998067;
  border-top: 4px solid #998067;
}

.featured-icon-box.left_top {
  border-left: 4px solid #998067;
  border-top: 4px solid #998067;
}

.featured-icon-box h3 {
  float: left;
  width: 100%;
  clear: none;
  margin: 0 0 15px 0;
  font-size: 18px;
}

.featured-icon-box h3,
.featured-icon-box h3 a {
  color: #fff;
}

.featured-icon-box .featured-icon-desc {
  margin: 0;
  float: left;
  width: 100%;
}

.featured-icon-box .vc_icon_element.vc_icon_element-outer {
  text-align: left;
}

.featured-icon-box .vc_icon_element .vc_icon_element-icon {
  color: #998067;
}

/* VC - Featured image */

.featured-image-box {
  margin-bottom: 30px;
  position: relative;
}

.featured-image-box img {
  margin-bottom: 50px;
}

.featured-image-box h4 {
  margin-bottom: 40px;
  margin-top: 0;
}

.featured-image-box .more-link {
  margin: 0;
}

.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.sadie {
  position: relative;
  overflow: hidden;
  background: #000;
  cursor: pointer;
}

.featured-image-box figure.sadie:before {
  content: '';
  position: absolute;
  left: 5%;
  top: 5%;

  border: 1px solid rgba(255,255,255,0.1);
  width: 90%;
  height: 90%;
}

.featured-image-box figure.sadie img {
  position: relative;
  display: inline-block;
  /*min-height: 100%;*/
  max-width: 100%;
  opacity: 0.5;

  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;

  margin-bottom: 0;
}

.featured-image-box.inverse_hover_style figure.sadie img {
  opacity: 0;
}

.featured-image-box.inverse_hover_style:hover figure.sadie img {
  opacity: 0.5;
}


.featured-image-box figure.sadie figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 75%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 75%);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0,50%,0);
  transform: translate3d(0,50%,0);
}

.featured-image-box figure.sadie figcaption {
  padding: 30px;
  color: #fff;
  
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.featured-image-box figure.sadie figcaption > 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.sadie h4 {
  color: #fff;
  margin: 0;
  padding: 0 30px;

  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;

  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);

  text-transform: uppercase;
}

.featured-image-box:before {
  content: '';
  background: #998067;
  height: 0px;
  width: 1px;
  display: block;

  position: absolute;
  left: calc(50% - 1px);
  top: 30px;
  opacity: 0;
  z-index: 99;

  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.featured-image-box:hover:before {
  top: -30px;
  height: 60px;
  opacity: 1;
}

.featured-image-box figure.sadie figcaption::before,
.featured-image-box figure.sadie p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.featured-image-box figure.sadie p {
  color: rgba(255,255,255,0.5);

  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 30px;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0,10px,0);
  transform: translate3d(0,10px,0);
}


.featured-image-box:hover figure.sadie h4 {
  -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
  transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

.featured-image-box:hover figure.sadie figcaption::before ,
.featured-image-box:hover figure.sadie p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/* VC - List */
/* List shortcode */

.gg_list p {
  margin: 0;
}

.gg_list ul {
  margin: 0 0 55px 0;
  padding: 0;
  list-style: none;
}
.gg_list ul li {
  padding: 3px 0;
}

.gg_list ul li:before {
  font-size: 12px;
  position: relative;
  top: -2px;

  font-family: 'FontAwesome';
  content: "\f00d";
  color: #998067;

  margin-right: 30px;
}
.gg_list.list_border_bottom ul li {
  border-bottom: 1px solid #232323;
  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: #998067;
  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 - Grid filter */

.gg_posts_grid .grid-title {
  font-size: 41px;
  text-align: center;
  margin: 0 0 55px 0;
}

.gg_filter {
  list-style: none;
  margin: 0 0 55px 0;
  padding: 30px;
  text-align: center;
  float: none;
}

.gg_filter li {
  display: inline-block;
  float: none;
}

.gg_filter li a {
  cursor: pointer;
  padding: 0;
  margin: 0 15px;

  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Cinzel";
  color: inherit;
}

.gg_filter li:last-child a {
  margin-right: 0;
}

.gg_filter li.active a,
.gg_filter li.active:hover a,
.gg_filter li.active > a:focus,
.gg_filter li:hover a,
.gg_filter li a:hover {
  color: #998067;
}

/* VC - Mailchimp */

.vc_widget_mailchimp .form-control,
.vc_widget_mailchimp .input-group-btn:last-child > .btn,
.vc_widget_mailchimp .input-group-btn:last-child > .btn-group {
  height: 82px;
}

/* VC - Blog posts */

article.post.gg-vc-posts-grid-default,
article.post.gg-vc-posts-grid-default-no-img {
    margin-bottom: 30px;
    
}

article.post.gg-vc-posts-grid-default .entry-header {
    background: #000;
    padding: 30px;
}

article.post.gg-vc-posts-grid-default h2.entry-title,
article.post.gg-vc-posts-grid-default-no-img h2.entry-title {
  font-size: 16px;
  text-transform: uppercase;
  line-height: normal;
  margin: 0;
}

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: #998067;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Cinzel";
  letter-spacing: 2px;
}

article.post.gg-vc-posts-grid-default-overlay time {
  font-size: 12px;
}

article.post.gg-vc-posts-grid-default-no-img {
  padding: 30px;
  background: #000;
}

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(0,0,0,0.5);

  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(0,0,0,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;
}

/* WPML */

.navbar-default .navbar-nav > li.menu-item-language > a {
  padding-left: 5px;
  padding-right: 5px;  
}

/*Footer links*/

.menu-item-language img,
.gg-wpml-menu img {
  margin-bottom: 4px;
  margin-right: 5px;
}

.navbar-default .navbar-nav > li.gg-wpml-menu > a {
  padding-left: 30px;
  padding-right: 0;
}

.gg-wpml-menu .dropdown-menu > li > a[data-toggle="dropdown"]:after,
.gg-wpml-menu .dropdown-menu > li > .dropdown-menu > li > a[data-toggle="dropdown"]:after {
  display: none;
}

.gg-wpml-menu .dropdown-menu > li > a span,
.gg-wpml-menu .dropdown-menu > li > .dropdown-menu > li > a span {
  display: inline-block;
}

body #lang_sel_footer {
  background: #000;
  border: 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  color: #fff;
}

body #lang_sel_footer a,
body #lang_sel_footer a:hover,
body #lang_sel_footer a.lang_sel_sel,
body #lang_sel_footer a.lang_sel_sel:hover,
body #lang_sel_footer a.lang_sel_sel:visited,
body #lang_sel_footer ul a,
body #lang_sel_footer ul a:visited,
body #lang_sel_footer ul a:hover {
  background: transparent;
  color: #fff;

  text-transform: uppercase;
  font-family: "Lora";
  letter-spacing: 2px;
  font-size: 10px;
}

#lang_sel_footer ul {
  margin: 0;
  padding: 30px 0 45px 0;
  list-style: none;
  text-align: center;
}

#lang_sel_footer ul li {
  display: inline-block;
  padding: 0 15px; 
}

.navbar-nav > li.gg-language-switcher > a,
.navbar-nav > li.gg-currency-switcher > a {
  position: relative;
}

.navbar-nav > li.gg-language-switcher > .dropdown-menu,
.navbar-nav > li.gg-currency-switcher > .dropdown-menu {
  max-width: 100px;
  min-width: auto;
  padding:10px 0;
}

.navbar-nav > li.gg-language-switcher img {
  width: 20px;
  max-width: inherit;
}

.navbar-nav > li.gg-language-switcher ul li a {
  padding-left: 20px;
  padding-right: 20px;
}


.navbar-nav ul.wcml_currency_switcher.curr_list_vertical {
  border: 0;
}

.navbar-nav ul.wcml_currency_switcher.curr_list_vertical li {
  font-size: 12px;
  padding: 10px 20px;
  color: #fff;
  white-space: normal;
  font-family: "Lora";

  background: transparent;
  border: 0;
}

.navbar-nav ul.wcml_currency_switcher.curr_list_vertical img {
  display: none;
}

.navbar-nav ul.wcml_currency_switcher.curr_list_vertical li:hover {
  color: #998067;
}

.parallax-window {
    min-height: 700px;
    background: transparent;
}

body .vc_col-has-fill>.vc_column-inner,
body .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
body .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
body .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
body .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
body .vc_row-has-fill>.vc_column_container>.vc_column-inner,
body .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
body .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.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: #998067;
}

.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-bottom: 50px;
}

.gg-infobox h4 {
  margin: 0 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  color: #998067;
}

.gg-infobox hr.has-topline {
  background: #998067;
  height: 45px;
  width: 1px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .gg-infobox hr.has-topline {
    height: 60px;
    margin-bottom: 45px;
  }
}

.gg-infobox .description p:last-child {
  margin-bottom: 0;
}


/* VC - Special link */
@media (max-width: 768px) {
  .gg-special-link-wrapper {
    margin-bottom: 35px;
  }
}

.gg-special-link-wrapper {
  line-height: normal;
}

.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;
}

.more-link,
.gg-special-link {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #998067; 
    position: relative;
    padding-top: 15px;
}

.more-link:after,
.more-link:before,
.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: 60px;
  height: 1px;
  margin-left: 30px;
  background: #998067;

  display: inline-block;
  margin-bottom: 3px;
}

.gg-special-link.has-right-hor-line:hover:after {
  margin-left: 60px;
}

.more-link:before,
.gg-special-link.has-left-hor-line:before {
  content: '';
  width: 60px;
  height: 1px;
  margin-right: 30px;
  background: #998067;

  display: inline-block;
  margin-bottom: 3px;
}

.more-link:hover:before,
.gg-special-link.has-left-hor-line:hover:before {
  margin-right: 60px;
}

.gg-special-link.has-both-hor-line:after,
.gg-special-link.has-both-hor-line:before {
  content: '';
  width: 60px;
  height: 1px;
  margin-right: 30px;
  background: #998067;

  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: 60px;
}
.gg-special-link.has-both-hor-line:hover:before {
  margin-right: 60px;
}

/*VC - Horizontal item*/
.gg-horizontal-list {
  margin-bottom: 45px;
  float: left;
  width: 100%;
}

.gg-horizontal-list h4 {
  margin: 15px 0 45px 0;
}


.gg-horizontal-list dl {
  width: 100%;
  overflow: hidden;
  margin:0;
}

.gg-horizontal-list dt, 
.gg-horizontal-list dd {
  line-height: 30px;
  position: relative;
}

.gg-horizontal-list dd {
  padding-left: 0px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .gg-horizontal-list dd {
    padding-left: 60px;
    margin-bottom: 0;
  }
}

.gg-horizontal-list dt {
  padding-right: 60px;
  float: left;
  min-width: 100%;
  margin-right: 60px;

  font-style: italic;
  font-weight: normal;
  color: #998067;
}

@media (min-width: 768px) {
  .gg-horizontal-list dt {
    min-width: 200px;
  }
}

.gg-horizontal-list dt:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  background: #998067;
  right: -15px;
  top: 15px;
}

/* Age Verify plugin styles */

body #av-overlay h1 {
  margin-bottom: 30px;
}

body #av-overlay-wrap {
  background-color: rgba(0,0,0,0.6);
}

body #av-overlay {
    background-color: #fff;

    border: 15px solid #000;

    box-shadow: none;
}

body #av-overlay #av_verify_y {
  width: auto;
}

body #av_verify_form label[for="av_verify_remember"] {
  display: inline;
  line-height: 50px;
}

body #av_verify_form label[for="av_verify_remember"] input {
  float: none;
  display: inline;
}

body #av_verify_form .submit {
  margin-top: 40px;
}

body #av_verify_form .submit input[type="submit"] {
  float: left;
  margin-right: 30px;
}

body #av_verify_form select {
  background: #fff;
}

/* Events Calendar */

body h2.tribe-events-page-title {
  font-size: 30px;
  float: left;
  width: 100%;
  margin: 0 0 55px 0;
}

body .tribe-events-list h2.tribe-events-list-event-title {
  font-size: 48px;
  line-height: normal;
  max-width: 80%;
  margin: 0 0 55px 0;
  float: left;
  display: block;
}

body .tribe-events-list h2.tribe-events-list-event-title a {
  color: #000;
}

body .tribe-events-list h2.tribe-events-list-event-title a:hover {
  color: #998067;
}

body .tribe-events-list .tribe-events-event-image,
body .tribe-events-loop .tribe-events-content {
  width: 100%;
  margin: 0;
}

body .tribe-events-loop .tribe-events-event-meta {
  margin: 0 -15px 15px -15px;
  font-weight: normal;
  font-size: 16px;
  line-height: normal;


  float: left;
  width: 100%;
}

body .tribe-events-list .time-details,
body .tribe-events-list .tribe-events-venue-details {
  line-height: normal;
}

body .tribe-event-schedule-details {
  margin: 0;
  color: #998067;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
}

body .tribe-events-event-meta address.tribe-events-address {
  font-style: normal;
  line-height: normal;
  display: block;
  margin:15px 0;
}

body .tribe-events-list .tribe-events-event-cost {
  float: none;
  margin:0 0 15px 0;
}

body .tribe-events-list .tribe-events-event-cost span {
    background: none;
    border: 0;
    display: inline-block;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    padding: 0;
    text-align: left;
    text-overflow: ellipsis;

    margin: 0px;

    color: #998067;
}

body .tribe-events-schedule h2 {
  font-size: 48px;
  margin: 0 0 80px 0;
  line-height: 56px;
  font-weight: normal;
}

body .tribe-events-list .type-tribe_events {
  padding: 55px 0;
}

#tribe-events .tribe-events-content p,
.tribe-events-after-html p,
.tribe-events-before-html p {
    line-height: 1.916;
    margin: 0 0 15px;
}

body.single-tribe_events #content {
  padding: 120px 0;
}

body.single-tribe_events .tribe-events-schedule .tribe-events-cost {
  display: block;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #998067;
}

body.single-tribe_events .tribe-events-schedule {
  margin: 0; 
}

body.single-tribe_events .tribe-events-cal-links {
  margin-top: 80px;
}

body.single-tribe_events .tribe-events-event-meta {
  margin-top: 80px;
  font-size: 16px;

  background: transparent;
  border: 0;
}

body.single-tribe_events .tribe-events-venue-map {
  float: left;
  width: 100%;
}

body .tribe-events-meta-group .tribe-events-single-section-title {
  font-weight: normal;
  font-size: 24px;
  margin:30px 0;
}

body.single-tribe_events .tribe-events-event-meta dl {
  width: 100%;
  overflow: hidden;
  margin: 0;
}

body.single-tribe_events .tribe-events-event-meta dt {
  padding-right: 40px;
  text-transform: uppercase;
  float: left;
  min-width: 100px;
  margin-right: 60px;
}

body.single-tribe_events .tribe-events-event-meta dt:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background: #998067;
    right: -15px;
    top: 15px;
}


body.single-tribe_events #tribe-events-content .tribe-events-event-meta dt,
body.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
    line-height: 30px;
    position: relative;
    margin-bottom: 0;

    font-size: 14px;
    font-weight: normal;
}

body.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
  font-size: 12px;
  font-weight: bold;
}

body.single-tribe_events .tribe-events-event-meta .tribe-events-meta-group {
  width: 30%;
  padding: 0 5%;
}

body.single-tribe_events .tribe-events-event-meta .tribe-events-meta-group.tribe-events-meta-group-organizer,
body.single-tribe_events .tribe-events-event-meta .tribe-events-meta-group.tribe-events-meta-group-details {
  padding-left: 0;
  padding-right: 0;
}

body.single-tribe_events .tribe-events-event-meta .tribe-events-meta-group.tribe-events-meta-group-venue {
  width: 40%;
}

body #tribe-bar-form .tribe-bar-submit input[type=submit],
body #tribe-events .tribe-events-button,
body .tribe-events-button {
  background-color: #000;
  border: 1px solid #000;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Lora";
  font-weight: bold;
  line-height: normal;

  -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;

  border-radius: 0;
  padding: 18px 45px;
}

body a.tribe-events-gcal,
body a.tribe-events-ical {
  margin:0 30px 0 0;
}

body #tribe-events .tribe-events-button:hover,
body .tribe-events-button.tribe-active:hover,
body .tribe-events-button.tribe-inactive,
body .tribe-events-button:hover {
    color: #fff;
    background-color: #998067;
    border-color: #998067;
}

body .tribe-events-event-meta .tribe-events-meta-group address.tribe-events-address {
  margin-top: 0;
  margin-bottom: 15px;

  line-height: 30px;
}

body .tribe-events-event-meta .tribe-events-meta-group address.tribe-events-address .tribe-events-gmap {
  display: block;
}

body.single-tribe_events #tribe-events-content .tribe-events-event-meta dd.tribe-venue,
body.single-tribe_events #tribe-events-content .tribe-events-event-meta dd.tribe-organizer {
  margin-bottom: 15px;
}

body #tribe-events-bar {
  margin-bottom: 90px;
}

body .tribe-bar-submit,
body .tribe-bar-search-filter,
body .tribe-bar-date-filter {
  padding: 30px 30px 30px 0;
}

body .tribe-bar-date-filter {
  padding-left: 30px;
  width: 33.3%;
}

body .tribe-bar-submit {
  padding-right: 0;
}

body #tribe-bar-form label {
  font-size: 12px;
  font-weight: bold;
  line-height: inherit;
  margin: 0 0 15px;
}

body #tribe-bar-form input {
  font-size: 12px;
}

body .tribe-bar-disabled #tribe-bar-form .tribe-bar-filters input[type=text],
body #tribe-bar-form input[type=text]:focus,
body #tribe-bar-form input[type=text] {
  outline: none;
  box-shadow: none;
  height: 52px;
  padding: 13px 30px;
  font-size: 12px;
  line-height: normal;
  font-family: "Lora";
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  background: #fff;
  border: 1px solid #e9e9e9;
  color: #000;
}

body input[name*=tribe-bar-]::-moz-placeholder {
  color:#ccc;
  font-style:normal;
  font-weight:400;
  line-height:inherit;
}
body input[name*=tribe-bar-]::-webkit-input-placeholder {
  color:#ccc;
  font-style:normal;
  font-weight:400;
  line-height:inherit;
}

body .tribe-event-placeholder{
  color:#ccc;
  font-weight:400;
  font-style:normal;
  line-height:inherit;
}

body #tribe-bar-form {
  background: #f2f2f2;
}

body .tribe-bar-submit {
  margin: 35px 0 0 0;
  width: auto;
}

body #tribe-bar-views.tribe-bar-views-open .tribe-bar-views-option,
body #tribe-bar-views .tribe-bar-views-option.tribe-bar-active,
body #tribe-bar-views .tribe-bar-views-option:first-child,
body #tribe-bar-views li.tribe-bar-views-option {
  display: inline-block;
}

body #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
  background: transparent;
  color: #000;
  padding: 15px 30px 0 0;
}

body #tribe-bar-views .tribe-bar-views-option.tribe-bar-active a,
body #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option:hover,
body #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:hover,
body #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a:hover {
  color: #998067;
  background: transparent;
}

body #tribe-bar-form #tribe-bar-views {
  position: relative;
  left: 0;
  width: 33.33333333%;
}

body #tribe-bar-form .tribe-bar-filters {
  width: 66.66666667%;
}

body .tribe-bar-views-inner {
  background: transparent;
  padding: 30px 0px 30px 15px;
}

body #tribe-bar-form .tribe-bar-views-inner label {
  padding: 0;
}

body #tribe-bar-views .tribe-bar-views-list {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}

body .tribe-events-day .tribe-events-day-time-slot .type-tribe_events {
  margin-left: 0;
}

body .tribe-events-list h2.tribe-events-page-title {
    margin-bottom: 15px;
    float: left;
    width: 100%;
    margin: 0 0 55px 0;
}

body .tribe-events-day .tribe-events-day-time-slot h5 {
    margin-top: 55px;
    padding: 30px;
    text-align: center;
    background: #f2f2f2;

    color: #998067;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
}

body #tribe-events-content .tribe-events-calendar td,
body #tribe-events-content table.tribe-events-calendar {
      border: 1px solid #e5e5e5;
}

body .tribe-events-calendar th {
  background: #e5e5e5;
  color: #000;
  letter-spacing: 2px;
}

body .tribe-events-calendar>thead>tr>th, 
body .tribe-events-calendar>tbody>tr>th, 
body .tribe-events-calendar>tfoot>tr>th, 
body .tribe-events-calendar>thead>tr>td, 
body .tribe-events-calendar>tbody>tr>td, 
body .tribe-events-calendar>tfoot>tr>td {
  padding: 15px;
}

body .events-archive.events-gridview #tribe-events-content table .type-tribe_events,
body .tribe-events-calendar td div[id*=tribe-events-daynum-] {
  line-height: inherit;
  padding: 15px;
}

body .events-archive.events-gridview #tribe-events-content table .type-tribe_events {
  border-color: #e5e5e5;
}

body .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
body .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
  background: #000;
}

#tribe-events-content table.tribe-events-calendar {
  margin-top: 55px;
  margin-bottom: 55px;
}

body .recurring-info-tooltip,
body .tribe-events-calendar .tribe-events-tooltip,
body .tribe-events-week .tribe-events-tooltip {
  color: #000;
  background: #fff;
  line-height: inherit;

  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
}

body .events-archive.events-gridview #tribe-events-content table .type-tribe_events {
  padding: 15px;
  border-color: #e5e5e5;
}

#tribe-events-content .tribe-events-tooltip h4 {
  background: #000;
  letter-spacing: 0;
  font-size: 16px;
  padding: 15px;
}

.tribe-events-tooltip .tribe-events-event-body {
  font-size: 12px;
  padding: 15px;
}

.tribe-events-tooltip .tribe-events-event-body .tribe-event-duration {
  margin-bottom: 10px;
}

.tribe-events-tooltip .tribe-events-event-thumb {
  padding: 6px 15px 15px 0;
}

#tribe-events-footer {
    margin-bottom: 55px;
}

#tribe-events-content .tribe-events-ical.tribe-events-button {
  margin-right: 0;
}

body .tribe-bar-disabled {
  float: left;
  width: 100%;
}

body .tribe-bar-disabled #tribe-bar-form #tribe-bar-views {
  width: auto;
  left: 0;
}

body .tribe-bar-disabled #tribe-bar-form .tribe-bar-filters {
  width: auto;
}

body .tribe-bar-disabled .tribe-bar-views-inner,
body .tribe-bar-disabled .tribe-bar-filters .tribe-bar-date-filter {
  padding: 30px;
}

body .tribe-bar-disabled #tribe-bar-form .tribe-bar-filters input[type=text] {
  width: auto;
}


body.single-tribe_events #tribe-events-content,
body.single-tribe_events #tribe-events-footer {
  margin-bottom: 0;
}

.single-product div.product form.cart .quantity input.minus,
.single-product div.product form.cart .quantity input.plus {
    width: 45px;
}


@media (min-width: 768px) {
  .single-product div.product form.cart .quantity input {
      width: 170px;
  }
}

.gg_images_slider {
  float: left;
  width: 100%;
}

body.wpb-js-composer .vc_tta-color-black.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title>a {
  color: #999;
}

body.wpb-js-composer .vc_tta-color-black.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title>a {
  color: #fff;
}

body.wpb-js-composer .vc_tta-color-black.vc_tta-style-outline .vc_tta-controls-icon::after,
body.wpb-js-composer .vc_tta-color-black.vc_tta-style-outline .vc_tta-controls-icon::before {
  border-color: #999;
}

body.wpb-js-composer .vc_tta-color-black.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
body.wpb-js-composer .vc_tta-color-black.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
  border-color: #fff;
}

/*Back to top*/
@media (min-width: 768px) {
  #back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
  }

  #back-to-top.show {
      opacity: 1;
  }

  #back-to-top .bar {
      position: relative;
      background: rgba(48,55,63,0);
      display: inline-block;
  }

  #back-to-top .bar, 
  #back-to-top .bar:after,
  #back-to-top .bar:before {
      transition: all .3s ease-in-out 0s;
      -o-transition: all .3s ease-in-out 0s;
      -moz-transition: all .3s ease-in-out 0s;
      -webkit-transition: all .3s ease-in-out 0s;
      width: 2px;
      height: 30px;
  }
  #back-to-top .bar:after,
  #back-to-top .bar:before {
      content: "";
      position: absolute;
      left: 1px;
      top: 0;
      background: #998067;
  }
  #back-to-top .bar:after {
      -webkit-transform: rotate(-40deg);
      transform: rotate(-40deg);
  }
  #back-to-top .bar:before {
      -webkit-transform: rotate(40deg);
      transform: rotate(40deg);
  }

  #back-to-top .bar {
      background: #998067;
  }
  #back-to-top .bar:before {
      left: -7px;
      right: auto;
      top: -2px;
      height: 20px;
  }
  #back-to-top .bar:after {
      right: -7px;
      left: auto;
      top: -2px;
      height: 21px;
  }
}

/*Swiper style*/

body .swiper-pagination-bullet {
    width: 10px;
    height: 10px;

    border: 2px solid #fff;
    background: transparent;
}

body .swiper-pagination-bullet-active {
    background: #fff;
}

body .swiper-button-prev,
body .swiper-container-rtl .swiper-button-next,
body .swiper-button-next,
body .swiper-container-rtl .swiper-button-prev {
    opacity: .2;
    /* Set our transitions up. */
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}

body .swiper-button-prev:hover,
body .swiper-container-rtl .swiper-button-next:hover,
body .swiper-button-next:hover,
body .swiper-container-rtl .swiper-button-prev:hover {
    opacity: 1;
}

body .swiper-button-prev,
body .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

body .swiper-button-next,
body .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/*Fix for dropdown menu not sticky*/
@media (max-width: 991px) {
   body.gg-slider-is-beneath_header .navbar-collapse.collapse,
   body.gg-slider-is-beneath_header .navbar-collapse.collapsing {
        position: relative;
        padding: 0;
        margin: 0;
        top: 0;
        left: 0;
        margin-left: -15px;
        width: calc(100% + 30px);
    }
}


/* Dropdown fix */
.dropdown-backdrop {
    display: none;
}

/* Light mode fixes */
/* Contact form 7 fix */
body.theme-style-light form.wpcf7-form {
    padding: 30px;
}
body.theme-style-light .gm-style div div div div div div div div {
    background: #f1f1f1 !important;
    color: #000;
}

.gm-style div div div div div div div div h3 {
    margin: 5px;
}
.gm-style div div div div div div div div p {
    margin-bottom: 5px;
}
/*Mobile menu fix*/
@media (max-width: 991px) {
  body.gg-has-regular-menu .navbar-default .navbar-toggle .icon-bar {
      background: #000;
  }
  body.gg-has-regular-menu.theme-style-dark .navbar-default .navbar-toggle .icon-bar {
    background: #fff;
  }
  body.gg-has-regular-menu .navbar-default .navbar-nav .open .dropdown-menu>li>a {
      color: #000;
  }
  body.gg-has-regular-menu .navbar-default .navbar-toggle:hover .icon-bar,
  body.gg-has-regular-menu .navbar-default .navbar-toggle:focus .icon-bar,
  body.gg-slider-is-beneath_header.gg-has-regular-menu .navbar-collapse {
      background: #fff;
  }
  body.gg-has-regular-menu.theme-style-dark .navbar-default .navbar-nav .open .dropdown-menu>li>a {
      color: #fff;
  }
  body.gg-slider-is-beneath_header.theme-style-dark .navbar-collapse {
    background: #000;
  }
}

body.gg-has-stiky-menu.gg-has-overlay-menu .navbar-fixed-top {
  position: fixed;
  background: #000;
}
body.gg-has-stiky-menu.gg-has-overlay-menu.overflow-hidden .navbar-fixed-top {
  background: transparent;
}

/* Fix for Instagram on mobile devices */

.instagram-wrapper #sbi_images {
  display: grid;
grid-template-columns: repeat(9, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
}

@media (max-width: 768px) {
  .instagram-wrapper #sbi_images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .instagram-wrapper .instagram-info.smashballon {
    grid-area: 1 / 1 / 2 / 5; 
  }
}

/* V.2.6 */

/*Fullscreen search form*/
#fullscreen-searchform {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #232323;
  
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition   : all 0.5s ease-in-out;
  -o-transition     : all 0.5s ease-in-out;
  -ms-transition    : all 0.5s ease-in-out;
  transition        : all 0.5s ease-in-out;
  
  -webkit-transform : translate(0px, -100%) scale(0, 0);
  -moz-transform    : translate(0px, -100%) scale(0, 0);
  -o-transform      : translate(0px, -100%) scale(0, 0);
  -ms-transform     : translate(0px, -100%) scale(0, 0);
  transform         : translate(0px, -100%) scale(0, 0);
  
  opacity: 0;
  z-index: 9999;
}

#fullscreen-searchform.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform   : translate(0px, 0px) scale(1, 1);
  -o-transform     : translate(0px, 0px) scale(1, 1);
  -ms-transform    : translate(0px, 0px) scale(1, 1);
  transform        : translate(0px, 0px) scale(1, 1); 
  opacity          : 1;
}

#fullscreen-searchform input[type="search"] {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 80%;
  
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding: 30px;
  outline: none;
  height: auto;
}
#fullscreen-searchform .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 91px;
  margin-left: -73px;
}

#fullscreen-searchform .close {
  position: fixed;
  top: 60px;
  right: 60px;
  background: #000;
  color: #fff;
  border-color: transparent;
  opacity: 1;
  padding: 3px 15px;
  font-size: 18px;
  text-shadow: none;
}

#fullscreen-searchform .close:hover {
  background: #998067;
}

/* V.2.7 */
body.gg-has-stiky-menu.theme-style-light.gg-has-overlay-menu .navbar-fixed-top {
  background: #fff;
}

/* V.2.8 */
/* Regular menu - multiple level fix */
body.menu-style-regular .dropdown-menu li {
  position: relative;
}

body.menu-style-regular .navbar-nav > li.open > .dropdown-menu li.open > .dropdown-menu {
  top: 100%;
  bottom: auto;
  visibility: visible;
  display: block;
  opacity: 1;
  top: 0;
  left:100%;
}


body.menu-style-regular .dropdown-menu,
body.menu-style-regular .dropdown-menu > li > .dropdown-menu {
padding: 0;
}

body.menu-style-regular .dropdown-menu > li:first-child > a {
  padding-top: 30px;
}
body.menu-style-regular .dropdown-menu > li:last-child > a {
  padding-bottom: 30px;
}

body.menu-style-regular .dropdown-menu > li > a {
padding: 3px 30px;
}

/*Ajax load more*/

.load-more-wrapper {
  position: relative;
}

.js-load-more {
  display: flex;
  justify-content: center;
  align-items: center;
}

.js-load-more svg {
  display: none;
  width: 40px;
  height: 40px;
  position: absolute;
  justify-content: center;
}

.js-load-more.is-loading svg {
  display: block;
}

.js-load-more.is-loading span {
  opacity: 0;
}@font-face{font-display:swap;font-family:'RivieraNightsTrial-Light';src:url(/wp-content/fonts/RivieraNightsTrial-Light.woff) format('woff');font-weight:400;font-style:normal}