/*
Theme Name: Dezert EasyCart & WooCommerce Shopping Theme
Theme URI: http://okthemes.com/dezert
Author: Cristian Gogoneata
Author URI: http://www.okthemes.com
Description: WP EasyCart & WooCommerce Shopping Theme
Tags: black, white, light, dark, two-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-menu, featured-images, full-width-template, microformats, sticky-post, theme-options, translation-ready
Text Domain: okthemes
Version: 1.4
=======
License: GPL
License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/*------------------------------------------------------------------
[Table of contents]

1. Body / body, html, loader
2. General elements / typography, links, buttons, headings, form elements, images
3. Header / header, logo
4. Navigation / main menu, side menu, fullscreen search
5. Content / #content
6. Footer, footer extras, footer social
7. Sidebar / widgets
8. Blog / article, post formats, comments, pagination
9. Contact page
10. 404 page
11. Visual Composer 
-------------------------------------------------------------------*/


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

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

body {
  font-family: 'Droid Sans', sans-serif;
}

html, body {
  height: 100%;
}

body {
  padding-top: 74px;
}


/* Site loader */
body:not(.pace-not-active):not(.pace-done) {
  background: #ffffff; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #e6e6e6 60%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 60%, color-stop(0%,#ffffff), color-stop(60%,#e6e6e6)); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#e6e6e6 60%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover,  #ffffff 0%,#e6e6e6 60%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover,  #ffffff 0%,#e6e6e6 60%); /* IE10+ */
  background: radial-gradient(ellipse at center,  #ffffff 0%,#e6e6e6 60%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

body > :not(.pace),
body:before,
body:after {
  -webkit-transition:opacity .4s ease-in-out;
  -moz-transition:opacity .4s ease-in-out;
  -o-transition:opacity .4s ease-in-out;
  -ms-transition:opacity .4s ease-in-out;
  transition:opacity .4s ease-in-out;
}

body:not(.pace-done):not(.pace-not-active) > :not(.pace),
body:not(.pace-done):not(.pace-not-active):before,
body:not(.pace-done):not(.pace-not-active):after {
  opacity:0
}


.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-transition: -webkit-opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}

.pace.pace-active  {
  opacity: 1;
  -webkit-transition: -webkit-opacity 0.5s;
  transition: opacity 0.5s;
}


/* This is a compiled file, you should be editing the file in the templates directory */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 100px;
  background: #000;
  overflow: hidden;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  max-width: 200px;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #b48608;
}

.pace.pace-inactive {
  display: none;
}

body.pace-running:before {
  content: "Dezert";
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Droid Serif", serif;
  font-weight: bold;
  position: fixed;
  left: 50%;
  top: calc(50% + 20px);

  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  opacity: 1 !important;
}

body.pace-running:after {
  content: "\f00d\f00d\f00d";
  font-family: 'FontAwesome';
  letter-spacing: 3px;
  font-size: 8px;
  position: fixed;
  color: #b48608;
  left: 50%;
  top: calc(50% - 18px);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  opacity: 1 !important;
}


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

h1, h2, h3, h4, h5, h6 {
  font-family: 'Droid Serif', Serif;
  font-style:  normal;
}

a {
  color: #b48608;
  -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 {
  text-decoration: none;
  outline: none;
}

.element-inline {
  display: inline-block;
}

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

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

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

.sticky {
  background: #f7f7f7;
  padding: 30px;
}

hr {
  border-color: #e6e6e6;
}

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

.gm-style img {
  max-width: none;
}

.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%;
}

pre {
  border-radius: 0;
  background: #f7f7f7;
  border:0;
  color: #000;
}

abbr[title], abbr[data-original-title] {
  border-bottom: 0;
}

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

/* Clear IOS styles on inputs */
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  border-radius: 0;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: caret;
  -moz-appearance: caret; /* mobile firefox too! */
}

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

body.woocommerce-page article .entry-content,
body.woocommerce article .entry-content {
    overflow: visible;
}

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

/* Image align */
img.alignnone,
.alignnone {
  display: block;
  position: relative;
}
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: auto;
}

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

.gallery .gallery-item img {
  border: 1px solid #e6e6e6 !important;
  padding: 5px;
}

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

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
  font-size: 13px;
  font-family: "Droid Serif", serif;
}

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 {}

caption {
  color: inherit;
  font-size: 12px;
}

/* Buttons  */
.more-link,
.link-404 {
  display: inline-block;
  color: #b48608;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 15px 0;
}

.btn {
  padding: 8px 12px;
  border-radius: 0;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;

  -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-primary {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #b48608;
  border-color: #b48608;
  color: #fff;
}

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

.input-group-btn > .btn {
  padding: 12px;
  height: 48px;
}

/* Forms */
label {
  font-weight: normal;
  color: #999;
}

.label {
  font-weight: normal;
  color: #999;
  border-radius: 0;
}

select {
  max-width: 100%;
  padding: 12px;
  height: 48px;
  background: #f6f6f6;
  border: 0;
  box-shadow: 0;
}

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

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

.form-control {
  box-shadow: none;
  /*height: 48px;*/
  height: 48px;
  padding: 12px;
  background-color: #f7f7f7;
  border-color: #f7f7f7; 
}

.has-success .form-control:focus,
.has-error .form-control:focus,
.has-feedback .form-control:focus,
.form-control:focus {
  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[type="radio"],
input[type="checkbox"] {
  float: none;
  display: inline-block;
  height: auto;
  width: auto;
  margin: 4px 4px 0 0;
}

/* Table */
td {
  font-weight: normal;
}
th {
  font-weight: bold;
}

.table > thead > tr > th {
  border-bottom-width: 1px;
  font-weight: bold;
}

.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: #e6e6e6;
}

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

header.site-header {
  position: relative;
  z-index: 2;
}

header.site-header,
header.site-header nav {
  transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
}

body.logged-in .navbar-fixed-top {
  top: 32px;
}

body.gg-page-has-header-image,
body.gg-page-has-header-slider {
  padding: 0;
}

body.gg-page-has-header-image .navbar-fixed-top,
body.gg-page-has-header-slider .navbar-fixed-top {
  padding-top:30px;
  padding-bottom:30px;

  -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.gg-page-has-header-image .gg-sticky .navbar-fixed-top,
body.gg-page-has-header-slider .gg-sticky .navbar-fixed-top {
  padding-top:0;
  padding-bottom:0;
}

.gg-page-has-header-image header.site-header,
header.site-header.gg-sticky {
  padding: 0;
}

header.site-header nav {
  background-color: rgba(255, 255, 255, 0);
}

header.site-header.gg-sticky nav {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.95);
}

.gg-page-has-header-image header.site-header nav {
  position: fixed;
}

.logo-wrapper {
  position: relative;
}

#site-title {
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  line-height: 28px;

  margin: 0;
  padding: 23px 0;

  font-family: 'Droid Serif', serif;
  letter-spacing: 5px;
  text-transform: uppercase;

  color: #000;
}

header.site-header.gg-sticky nav .navbar-default #site-title, 
header.site-header.gg-sticky nav .navbar-default #site-title a.brand {
  font-size: 21px;
  letter-spacing: 2px;
  color: #000;
}

header.site-header nav .navbar-default #site-title a {
  color: #000;
}

#site-title small {
  font-size: 11px;
  display: block;
  color: #b48608;
  font-weight: normal;
  line-height: 1;
}

header.site-header .page-title {
  background: #f9f9f9;
  padding: 60px 0;
  background: rgba(255,255,255,0.3);
  box-shadow:  0 -1px 1px -1px rgba(0,0,0,0.2);
  -moz-box-shadow:  0 -1px 1px -1px rgba(0,0,0,0.2);
  -webkit-box-shadow:  0 -1px 1px -1px rgba(0,0,0,0.2);
  -o-box-shadow:  0 -1px 1px -1px rgba(0,0,0,0.2);
  border-bottom: 1px solid rgba(0,0,0,0.1);
} 

.gg-page-has-header-image header.site-header .page-title {
  padding: 150px 0 150px 0;
  background: transparent none repeat scroll 0 0;
  border: 0;
  box-shadow: none;
}

.gg-page-has-header-image .page-header-image.parallax-container .page-title {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

header.site-header .page-title h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: bold;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  line-height: normal;
  letter-spacing: 2px;
  color: #000;
  text-transform: uppercase;
}

header.site-header .header-page-description,
header.site-header p.meta,
header.site-header p.meta a {
  font-style: italic;
  font-family: 'Droid Serif', serif;
  font-size: 18px;
  color: #b48608;
}

header.site-header .header-page-description:before,
header.site-header p.meta:before {
  content: "\f00d";
  font-family: 'FontAwesome';
  position: relative;
  top: auto;
  left: auto;
  font-size: 8px;
  opacity: 1;
  display: block;
  font-style: normal;
}

header.site-header .header-page-description.text-left:before,
header.site-header .header-page-description.text-right:before {
  content: "";
}

header.site-header .header-page-description.text-center {
  padding-bottom: 0px;
}

header.site-header .page-header-image {
  left: 0;
  position: relative;
  text-align: center;
  z-index: -1;
  width: 100%;
  height: 100%;

  background-size: cover;
  background-position: center top;
}

header.site-header .page-header-image.parallax-container {
  height: 600px;
  overflow: hidden;
  background-position: 0px 0px;
  background-attachment: fixed;
}

body.gg-page-has-header-slider.under_header header.site-header {
  padding-top: 0;
}

body.gg-page-has-header-slider.under_header header.site-header nav {
  position: absolute;
  width: 100%;
  top: 30px;
}

header.site-header .subheader-slider.bellow_header {
  padding: 60px 0;
}

.gg-page-has-header-image header.site-header .page-title h1.text-left {
  margin-top: 130px;
}



/*------------------------------------------------------------------
[ 4. Navigation / main menu, side menu, fullscreen search ]
*/

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background: transparent;
  color: #b48608;
  border-radius:0;
  border: 0; 
}

header nav {
  position: relative;

  transition: all 0.25s ease 0s;
  -webkit-transition-: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;

  width: 100%;
  z-index: 2000;
}

.navbar {
  min-height: 74px;
}

.navbar-header {
  min-height: 74px;
  text-align: center;
  background: transparent;
}

.navbar .navbar-nav {
  padding-left: 30px;
  padding-right: 30px;
  float: right;
  text-align: center;
}

.navbar .navbar-nav > li {
  float: none;
  display: inline-block;
}


.navbar-default {
  background-color: rgba(255,255,255,.99);
  border:0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); 
  display: table;
  width: 100%;
  margin: 0;
}

.gg-sticky .navbar-default {
  border: 0;
}

body.gg-page-has-header-image .navbar-default,
body.gg-page-has-header-slider .navbar-default {
  background: transparent;
  border: 0;
}

body.gg-page-has-header-image .gg-sticky .navbar-default,
body.gg-page-has-header-slider .gg-sticky .navbar-default {
  background: rgba(255,255,255,0.99);
  border: 0;
}

.navbar.navbar-default:before,
.navbar.navbar-default:after {
  content: none !important;
}

.navbar-collapse {
  float: none;
  width: 100%;
}

.navbar-nav > li > a {
  padding:24px 18px;
  text-transform: uppercase;

  font-size: 13px;
  letter-spacing: 2px;

  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

footer.site-footer .navbar-nav > li > a {
  padding: 0 15px;
}

footer.site-footer .nav > li > a:hover, 
footer.site-footer .nav > li > a:focus {
  background: transparent;
  color: #b48608;
}

.navbar-nav > li > .dropdown-menu {
  margin-top: -1px;
}

.dropdown-menu,
.dropdown-menu > li > .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  border: 0;
  background: rgba(255,255,255,.99);
  padding: 14px 0;
  margin: 0;
}

.dropdown-header {
    color: #ccc;
    font-size: 11px;
    padding: 12px 30px;
    white-space: nowrap;
    text-transform: uppercase;

    -webkit-box-shadow: inset 0px 0px 1px 0px #e6e6e6;
    -moz-box-shadow: inset 0px 0px 1px 0px #e6e6e6;
    box-shadow: inset 0px 0px 1px 0px #e6e6e6;
}

.dropdown-menu > li > a,
.dropdown-menu > li > .dropdown-menu > li > a {
  padding: 6px 30px;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dropdown-menu > li > a[data-toggle="dropdown"],
.dropdown-menu > li > .dropdown-menu > li > a[data-toggle="dropdown"] {
  padding-right: 25px;
}

.dropdown-menu > li > a[data-toggle="dropdown"]:after,
.dropdown-menu > li > .dropdown-menu > li > a[data-toggle="dropdown"]:after {
  content: '\f105';
  font-family: 'FontAwesome';
  margin-right: 15px;
  position: absolute;
  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,
.dropdown-menu > li > .dropdown-menu > li > a:hover,
.dropdown-menu > li > .dropdown-menu > li > a:focus,
.dropdown-menu > li > .dropdown-menu > .active > a,
.dropdown-menu > li > .dropdown-menu > .active > a:hover,
.dropdown-menu > li > .dropdown-menu > .active > a:focus,
.navbar-default .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a,
.navbar-default .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a:hover,
.navbar-default .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a:focus {
  background: transparent;
  color: #b48608;
}

.dropdown-menu .divider {
  margin: 0;
  background: #e6e6e6;
}

footer.site-footer .navbar-nav {
  margin-right: -15px;
  float: right;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #000;
}

.navbar-default .navbar-nav > li > a[data-toggle="dropdown"] {
  transition: all 0.25s ease 0s;
  -webkit-transition-: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
}

.navbar-default .navbar-nav > li > a[data-toggle="dropdown"]:after {
  content: "\f107";
  font-family: 'FontAwesome';
  position: absolute;
  top: -10px;
  left: calc(50% - 5px);
  opacity: 0;
  transition: all 0.25s ease 0s;
  -webkit-transition-: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
}

.navbar-default .navbar-nav > li > a[data-toggle="dropdown"]:hover:after,
.navbar-default .navbar-nav > li.open > a[data-toggle="dropdown"]:after {
  content: "\f107";
  font-family: 'FontAwesome';
  position: absolute;
  top: 0px;
  opacity: 1;
  left: calc(50% - 5px);
}

.navbar-nav > li > a:before {
  content: "\f00d";
  font-family: 'FontAwesome';
  position: absolute;
  right: -5px;
  font-size: 8px;
  opacity: .25;
  color: #000;
}

footer.site-footer .navbar-nav > li > a:before {
  color: rgba(255,255,255,.3);
}


.navbar-default .navbar-nav > li:last-child > a:before,
footer.site-footer .navbar-nav > li:last-child  > a:before {
  content: '';
}

.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-color: transparent;
  color: #b48608;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #b48608;
}

/* Side menu */
.side-menu {
  float: right;
}

.side-menu > div {
  padding: 24px 20px;
  line-height: 22px;
  float: left;
  position: relative;
}

.side-menu > div:after {
  content: "\f00d";
  font-family: 'FontAwesome';
  position: absolute;
  right: -5px;
  top: 27px;
  font-size: 8px;
  opacity: .25;
}
  

.side-menu > div:last-child:after {
  content: none;
}

.gg-side-search a,
.gg-side-account a {
  color: #000;
}

/*Rev slider nav*/
.tp-bullets.simplebullets.round .bullet {
  background: none;
}

.tp-bullets.simplebullets.round .bullet:before {
  content: "\f00d";
  font-family: 'FontAwesome';
  font-size: 18px;
  color: #fff;
  position: relative;
  margin: 0 5px;
}

.tp-bullets.simplebullets.round .bullet.selected:before,
.tp-bullets.simplebullets.round .bullet:hover:before {
  color: #b48608;
  background: none;
}


/* Fullscreen search form */

#fullscreen-searchform {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    
    -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%;
    width: 50%;
    left: 50%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);

    font-size: 24px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: -51px 0 0 -25%;
    
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    height: auto;
}

#fullscreen-searchform input[type="search"]::-moz-placeholder { 
   color: #b48608;  
}
#fullscreen-searchform input[type="search"]::-webkit-input-placeholder { 
   color: #b48608;  
}


#fullscreen-searchform .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 60px;
    margin-left: -73px;

    text-transform: uppercase;
    padding: 12px 48px;
}
#fullscreen-searchform .close {
  position: fixed;
  top: 60px;
  right: 60px;
  color: #b48608;
  background-color: #000;
  border-color: #000;
  opacity: 1;
  padding: 6px 16px;
  font-size: 27px;
  text-shadow: none;
  line-height: normal;
}


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

body.home.blog #content {
  padding-top: 90px;
}

#content {
  padding: 60px 0;
  overflow: hidden; /* For carousel */

  z-index: 1;
  position: relative;
}

.wpb-is-on #content {
  padding: 0;
}

.wpb-is-on .gg-sidebar-move-up {
  margin-top: 0;
}

.wpb-is-on .gg-sidebar-move-up aside .gg-widget:first-child {
  padding-top: 30px ;
}


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

footer.site-footer {
  background: #000;
  color: rgba(255,255,255,0.5);
}

footer.site-footer .footer-social {
  border-top:1px solid #e6e6e6;
}

footer.site-footer .form-control {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding-left: 0;
  padding-right: 0;
  color: #fff;
}

footer.site-footer .form-control::-moz-placeholder { 
   color: #b48608;  
}
footer.site-footer .form-control::-webkit-input-placeholder { 
   color: #b48608;  
}

footer.site-footer .btn-primary {
  background-color: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.1);
  color: #fff;
}

footer.site-footer .mc4wp-form form {
  position: relative;
}

footer.site-footer .mc4wp-form .btn-primary {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
}

footer.site-footer .footer-widgets {
  padding-bottom: 90px;
}

footer.site-footer .footer-widgets a {
  color: #b48608;
}

footer.site-footer .footer-widgets a:hover {
  color: #fff;
  text-decoration: underline;
  background: none;
}


footer.site-footer .footer-widgets .gg-widget h4.widget-title {
  margin: 90px 0 45px 0;
  padding: 0 0 15px 0;
  border-bottom: 4px solid rgba(255,255,255,.1);
  font-style: normal;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Droid Sans", sans-serif;
  text-align: center;
}

footer.site-footer .footer-extras {
  padding: 40px 0;
  font-size: 13px;
  background: rgba(255,255,255,.03);
}

footer.site-footer .footer-extras .gg-copyright-wrapper {
}
footer.site-footer .footer-extras .gg-copyright-wrapper p {
  margin: 0;
}


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

.gg-sidebar-move-up {
  margin-top: -60px;
}

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

.gg-widget .twitter-text a.pull-left {
  margin-right: 5px;
}

footer.site-footer .footer-widgets .gg-widget ul li {
  margin-bottom: 15px;
}

aside .gg-widget {
  margin: 0;
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 30px 0 30px 30px;
  color: #666;
}

aside .gg-widget:first-child {
  padding-top: 72px;
}

aside .gg-widget a {
  color: #666;
}

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

aside .gg-widget ul li {
  border-bottom: 1px solid #e6e6e6;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
}

aside .gg-widget ul li ul.children,
aside .gg-widget ul li ul.sub-menu {
  border-top: 1px solid #e6e6e6;
  padding: 5px 0 0 0;
  margin: 5px 0 0 0;
}

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

aside .gg-widget ul li:last-child {
  border:0;
}

aside .gg-widget h4.widget-title {
  border-bottom: 4px solid #e6e6e6;
  font-style: normal;
  padding:0 0 15px 0;
  margin: 0 0 15px 0;
  line-height: normal;

  font-family: "Droid Sans",sans-serif !important;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* Widget - Contact */

.gg-widget address,
.vc_widget_contact_us .widget.contact address {
  line-height: 28px;
  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;
}

.gg-widget.contact .social-icons-widget {
  float: left;
  width: 100%;
  border-top: 4px solid rgba(255, 255, 255, 0.1);
  margin-top: 40px;
  text-align: center;
  padding-top: 40px;
}

footer.site-footer .footer-widgets .gg-widget.contact .social-icons-widget li {
  margin-bottom: 0;
  line-height: normal;
}

footer.site-footer .footer-widgets .gg-widget.contact .social-icons-widget li a:hover {
  text-decoration: none;
}

.social-icons-widget ul li a {
  color: #000;
}

.social-icons-widget ul li a:hover {
  color: #b48608;
}

.social-icons-widget ul li a.social-twitter:before {
  content: "\e286";
}

.social-icons-widget ul li a.social-facebook:before {
  content: "\e227";
}

.social-icons-widget ul li a.social-dribble:before {
  content: "\e221";
}

.social-icons-widget ul li a.social-google:before {
  content: "\e239";
}

.social-icons-widget ul li a.social-flickr:before {
  content: "\e229";
}

.social-icons-widget ul li a.social-rss:before {
  content:"\e271";
}

.social-icons-widget ul li a.social-linkedin:before {
  content:"\e252";
}

.social-icons-widget ul li a.social-youtube:before {
  content:"\e299";
}

.social-icons-widget ul li a.social-skype:before {
  content:"\e274";
}

.social-icons-widget ul li a.social-forrst:before {
  content:"\e231";
}

.social-icons-widget ul li a.social-tumblr:before {
  content:"\e285";
}

.social-icons-widget ul li a.social-vimeo:before {
  content:"\e289";
}

.social-icons-widget ul li a.social-pinterest:before {
  content:"\e264";
}

.social-icons-widget ul li a.social-deviantart:before {
  content:"\e218";
}

.social-icons-widget ul li a.social-foursquare:before {
  content:"\e232";
}

.social-icons-widget ul li a.social-github:before {
  content:"\e236";
}

/* Widget - Working hours */

.gg-widget.working_hours li {
  border: 0;
}

.gg-widget.working_hours li span {
  float: right;
  font-weight: bold;
  color: #b48608;
}

.gg-widget.working_hours li.other-details {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 4px solid #e6e6e6;
}

footer.site-footer .footer-widgets .gg-widget.working_hours li span {
  font-weight: normal;
}

footer.site-footer .footer-widgets .gg-widget.working_hours ul li {
  margin-bottom: 0;
}

footer.site-footer .footer-widgets .gg-widget.working_hours ul li.other-details {
  border-color: rgba(255, 255, 255, 0.1);
  margin-top: 40px;
  padding-top: 40px;
  text-align: center;
}

/* 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 ul li,
.wpb_content_element .widget.widget_recent_entries ul li {
  padding-left: 20px;
  position: relative;
}

.gg-widget.widget_recent_entries ul li:before,
.wpb_content_element .widget.widget_recent_entries ul li:before {
  content: '\61';
  font-family: 'FontAwesome';
  font-size: 13px;
  position: absolute;
  left: 0;
}

.gg-widget.widget_recent_entries .post-date,
.wpb_content_element .widget.widget_recent_entries .post-date {
  display: block;
}

/* Widget - Twitter widget */

.gg-widget.twitter-widget ul li {
  position: relative;
}

.gg-widget.twitter-widget ul li .twitter-text:before {
  content: "\f099";
  font-family: 'FontAwesome';
  font-size: 13px;
  position: relative;
  left: 0;
  margin-right: 10px;
}

.gg-widget.twitter-widget .post-date {
  display: block;
}

/* Widget - Calendar */
.gg-widget.widget_calendar {

}

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

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

.el-grid.products.owl-carousel .owl-item .isotope-item {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  display: block !important;
}

.el-grid article.post h2.entry-title {
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 5px;
}

.el-grid[data-layout-mode="masonry"] article.post h2.entry-title,
.el-grid[data-layout-mode="fitRows"] article.post h2.entry-title,
.el-grid[data-layout-mode="masonry"] article.page h2.entry-title,
.el-grid[data-layout-mode="fitRows"] article.page h2.entry-title {
  text-transform: none;
  font-weight: bold;
  line-height: normal;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 18px;
  font-style: normal;
  color: #000;
}

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

.el-grid article.post .meta,
.el-grid article.post .meta a,
.el-grid article.page .meta,
.el-grid article.page .meta a {
  font-style: italic;
  font-family: 'Droid Serif', serif;
  margin: 0;
  font-size: 13px;
  color: #b48608;
}


.el-grid[data-layout-mode="masonry"] article.post .meta,
.el-grid[data-layout-mode="fitRows"] article.post .meta,
.el-grid[data-layout-mode="masonry"] article.page .meta,
.el-grid[data-layout-mode="fitRows"] article.page .meta {
  margin-bottom: 25px;
}

.el-grid[data-layout-mode="masonry"] li.isotope-item,
.el-grid[data-layout-mode="fitRows"] li.isotope-item {
  margin-bottom: 30px;
  text-align: left;
}

.el-grid[data-layout-mode="masonry"] li.isotope-item .entry-header,
.el-grid[data-layout-mode="fitRows"] li.isotope-item .entry-header {
  border-bottom: 1px solid #e6e6e6;
}

.el-grid[data-layout-mode="masonry"] li.isotope-item .entry-excerpt,
.el-grid[data-layout-mode="fitRows"] li.isotope-item .entry-excerpt {
  border-bottom: 1px solid #e6e6e6;
  padding: 25px 0 11px 0;
}
/* Hide excerpt when on VC */
.el-grid.gg-vc-element[data-layout-mode="masonry"] li.isotope-item .entry-excerpt,
.el-grid.gg-vc-element[data-layout-mode="fitRows"] li.isotope-item .entry-excerpt {
  display: none;
}

.el-grid[data-gap="nogap"] li.isotope-item {
  padding: 0;
  margin: 0;
}

.el-grid[data-layout-mode="list"] article.post .meta a:before,
.el-grid[data-layout-mode="list"] article.page .meta a:before {
  display: none;
}

.el-grid .gg-post-list-item {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e6e6e6;
}

.el-grid .gg-post-list-item .entry-header {
  padding: 0 25%;
}

.el-grid .gg-post-list-item:last-child {
  border:0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.el-grid .gg-post-list-item .entry-content {
  text-align: left;
  padding-top: 50px;
}

.el-grid .gg-post-list-item .entry-excerpt {
  padding-top: 15px;
  padding-left: 25%;
  padding-right: 25%;
}

.el-grid .gg-post-list-item .post-thumbnail {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  display: block;
}
.el-grid[data-layout-mode="masonry"] .post-thumbnail,
.el-grid[data-layout-mode="fitRows"] .post-thumbnail {
  margin-bottom: 25px;
  display: block;
}

.pagination-load-more {
  text-align: center;
  margin-top: 45px;
}

.pagination-span {
  display: inline-block;
}

.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%);

}

/* Blog - Single page */

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

body.single .col-md-9 p.meta {
  margin-top: 5px;
}

/* Comments */

#comments {
  margin-top: 60px;
}

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

#comments h2.comments-title {
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #000;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

#comments .comment {
  border-top: 1px solid #e6e6e6;
  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: 3px 0 0 0;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 15px;
  color: #000;
}

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

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

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

#comments .comment .media-body p.meta,
#comments .comment .media-body p.meta a {
  margin: 0;
  font-style: italic;
  font-family: "Droid Serif", serif;
  color: #b48608;
  font-size: 13px;
}

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

#comments .comment .avatar-holder {
  padding-right: 20px;
}

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

#comments .comment .reply {
  position: absolute;
  right: 0;
  top: 5px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  color: #000;
}
#comments .comment .reply a {
  color: #000;
}

#respond {
  margin-top: 60px;
}

#respond h3#reply-title {
  margin-bottom: 0;

  color: #000;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase;
}

#respond .comment-notes {
  color: #b48608;
  font-family: "Droid Serif",serif;
  font-style: italic;
}

/* Blog - Single page - Post social */
.post-social .nav {
  margin-top: 60px;
  background: transparent;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 0;
}

.post-social .nav > li.share-title {
  color: #b48608;
}


.post-social .nav > li,
.post-social .nav > li > a {
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 13px;
  letter-spacing: 2px;
}

/* Pagination */

.pagination {
    border-radius: 0;
    margin: 60px 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    text-align: center;
    border-top: 1px solid #e6e6e6;
}

.pagination li {
  display: inline-block;
}

.pagination > li > a,
.pagination > li > span {
    background-color: transparent;
    border:0;
    color: #919191;
    padding: 30px 30px 0 30px;
    margin-top: -1px;
    border-top: 1px solid transparent;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > li span.current {
  background: transparent;
  color: #000;
  border-top: 1px solid #000;
}

.pagination > li > a:after,
.pagination > li > span:after {
  content: '';
  height: 20px;
  width: 1px;
  background: #e0e0e0;
  position: absolute;
  right: 0;
}

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

.pagination > li.pull-left > a,
.pagination > li.pull-left > span,
.pagination > li.pull-right > a,
.pagination > li.pull-right > span{
  color: #000;
}

.pagination > li.pull-left > a:after,
.pagination > li.pull-left > span:after,
.pagination > li.pull-right > a:after,
.pagination > li.pull-right > span:after{
  display: none;
}

.pagination > li.gg-prev-nav a,
.pagination > li.gg-next-nav a {
  padding: 23px 0 0 0;
}

/* Article pagination*/

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

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

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

/* Article footer */
footer.entry-meta {
  padding: 24px 0;
  margin: 18px 0 30px 0;
  border-top: 1px solid #e6e6e6;
  float: left;
  width: 100%;
}

body.single article.post footer.entry-meta {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 60px;
}

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

footer.entry-meta span.posted-on,
footer.entry-meta span.byline,
footer.entry-meta span.cat-links,
footer.entry-meta span.tags-links,
footer.entry-meta span.edit-link {
  margin-right: 30px;
}

.vc_inline-link {
  float: right;
}

.post-edit-link {
  float: left;
  margin-bottom: 15px;
  margin-right: 30px;
}

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

.gg-contact-template .contact-details h3.entry-header {
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}
.gg-contact-template .contact-details p.lead {
  color: #b48608;
  font-family: "Droid Serif",serif;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 35px;
}

.gg-contact-template .contact-details address {
  margin: 0 0 11px 0;
}

.gg-contact-template #contact-form textarea {
  height: 150px;
}

.gg-contact-template #contact-form .btn {
  padding-left: 30px;
  padding-right: 30px;
}

.gg-contact-template #contact-map {
  height: 600px;
}

.gg-contact-template footer.entry-meta {
  display: none;
}

.gg-contact-template .contact-details-address,
.gg-contact-template .contact-details-call {
  margin: 0 15%;
}

.gg-contact-template .contact-details-address h4,
.gg-contact-template .contact-details-call h4 {
  border-bottom: 4px solid #e6e6e6;
  font-style: normal;
  padding:0 0 15px 0;
  margin: 0 0 15px 0;
  line-height: normal;

  font-family: "Droid Sans",sans-serif;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.gg-contact-template .contact-details-address h4 i,
.gg-contact-template .contact-details-call h4 i {
  float: right;
}

.gg-contact-template .contact-details-address {
  margin-bottom: 30px;
}

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

.error404 h1 {
  font-size: 72px;
  font-weight: bold;
  text-transform: uppercase;
  white-space: pre;
  position: relative;
  z-index: 1;
  color: #000;
}

.error404 .not_found_wrapper {
  float: left;
  width: 100%;
  text-align: center;
}

.error404 .not_found_meta {
  float: left;
  width: 100%;
}

.error404 .info-404 {
  margin-bottom: 30px;
}

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

/* VC - General */

.vc_widget:not(.vc_widget_mailchimp) .widgettitle,
.wpb_heading.wpb_flickr_heading,
.wpb_heading.wpb_contactform_heading,
.wpb_content_element .widgettitle {
  border-bottom: 1px solid #e6e6e6;
  margin: 0 0 28px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 15px;
}

.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: 30px;
}

.title-subtitle-box hr.has-underline {
  background: #e6e6e6;
  height: 1px;
  margin-bottom: 30px;
}

.title-subtitle-box h1 span.gg-last-char {
  color: #fff;
}

.title-subtitle-box h1,
.title-subtitle-box h2,
.title-subtitle-box h3,
.title-subtitle-box h4,
.title-subtitle-box h5,
.title-subtitle-box h6 {
  font-style: normal;
  margin-bottom: 0;
  color: #000;
  line-height: normal;
  letter-spacing: 2px;
}

.title-subtitle-box p.gg-text-content {
  color: #000;
}

.title-subtitle-box p:not(.gg-text-content) {
  color: #b48608;
  font-family: "Droid Serif",serif;
  font-style: italic;
  font-size: 18px;
  margin-top: 7px;
}

.title-subtitle-box p:not(.gg-text-content):before {
  content: "\f00d";
  font-family: 'FontAwesome';
  position: relative;
  top: auto;
  left: auto;
  font-size: 8px;
  opacity: 1;
  display: block;
  font-style: normal;
}

.title-subtitle-box.gg-text-align-left p:not(.gg-text-content):before,
.title-subtitle-box.gg-text-align-right p:not(.gg-text-content):before {
  content: "";
  display: none;
}

.title-subtitle-box.gg-text-align-left p:not(.gg-text-content),
.title-subtitle-box.gg-text-align-right p:not(.gg-text-content) {
  margin-top: 0;
}

/*If in parallax hide before content*/
.vc_parallax .title-subtitle-box p:not(.gg-text-content):before {
  content: '';
}

/* VC - Timeline */

#timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

#timeline.horizontal {
  display: table;
  width: 100%;
}

#timeline li {
  position: relative
}
  
#timeline.vertical li {
  margin: 40px 0;
}

#timeline.horizontal li {
  display: table-cell;
  /* for firefox */
}
    
#timeline p {
  margin: 0 0 15px;
}

#timeline .date {
  color: #b48608;
  display: block;
  font-family: "Droid Serif", serif;
  font-size: 15px;
  font-style: italic;
}

#timeline.vertical .date {
  margin-top: -10px;
  top: 50%;
  left: -158px;
}

#timeline.horizontal .date {
  text-align: center;
  margin-top: 15px;
}

#timeline .line {
  width: 100%;
  height: 2px;
  background: #e8e8e8;
  display: block;
  position: relative;
}

#timeline .circle {
  width: 20px;
  height: 20px;
  background: #e8e8e8;
  border: 3px solid #fff;
  border-radius: 50%;
  display: block;
  position: absolute;
}

#timeline.horizontal .circle {
  margin: 0 auto;
  top: -10px;
  left: 0;
  right: 0;
}


#timeline.vertical .circle {
  margin-top: -10px;
  top: 50%;
  left: -44px;
}

#timeline label {
  cursor: pointer;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  z-index: 100;
}

#timeline.vertical label {
  transition: transform 0.2s linear;
}

#timeline.horizontal label {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;

  margin-bottom: 25px;
}

#timeline .radio {
  display: none;
}

#timeline .radio:checked + .line .circle {
  background-color: #000;
}

/* VC - Counter*/
.counter-holder {
  margin-bottom: 30px;
}
.counter-holder .counter {
  font-size: 50px;
  color: #000;
  font-family: "Droid Serif", serif;
}
.counter-holder p {
  margin-bottom: 0;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.counter-holder em {
  font-size: 15px;
  font-family: "Droid Serif", serif;
}
.counter-holder em:before {
  content: "\f00d";
  font-family: 'FontAwesome';
  position: relative;
  top: auto;
  left: auto;
  font-size: 8px;
  opacity: 1;
  display: block;
  font-style: normal;
}
.counter-holder .vc_icon_element {
  margin-bottom: 0px;
}

.counter-holder.is_box {
  display: inline-block;
  width: 100%;
  background: #f7f7f7;
  padding: 30px;
}

/* VC - Toggle */

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

.vc_toggle .vc_toggle_title {
  background: #f7f7f7;
  color: #000;
  padding: 10px 30px;
}

.vc_toggle .vc_toggle_title h4 {
  font-size: 13px;
  font-family: "Droid Sans", sans-serif;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
}

.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 .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.wpb-js-composer .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
  background: transparent;
  border:1px solid #ebebeb;
  padding: 30px;
}

.wpb-js-composer .wpb_content_element .wpb_tabs_nav li {
  background: #f7f7f7;
  border: 1px solid #ebebeb;
  float: left;
  margin-bottom: -1px;
  margin-right: 1px;
  padding: 8px 30px;

  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
}


.wpb-js-composer .wpb_content_element .wpb_tabs_nav li.ui-tabs-active,
.wpb-js-composer .wpb_content_element .wpb_tabs_nav li:hover {
  background: #fff;
  border-bottom: 1px solid #fff;
  color: #000;
}

.wpb-js-composer .wpb_content_element .wpb_tabs_nav li.ui-tabs-active a,
.wpb-js-composer .wpb_content_element .wpb_tabs_nav li:hover a {
  color: #000;
}

.wpb-js-composer .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a,
.wpb-js-composer .wpb_content_element .wpb_accordion_header a {
  padding: 0;
  color: #000;
}

.wpb-js-composer .wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
  padding: 30px;
  border: 1px solid #ebebeb;
}

.wpb-js-composer .wpb_tour .wpb_tabs_nav {
  margin-right: -1px !important;
}

/* VC - Progress bar */

.wpb-js-composer  .vc_progress_bar .vc_single_bar {
  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: 13px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
} 

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

/* VC - Buttons */

.wpb-js-composer .vc_general.vc_btn3 {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.wpb-js-composer .vc_btn3.vc_btn3-size-md {
  font-size: 13px;
}


/*Btn theme style*/

.wpb-js-composer .vc_general.vc_btn3.vc_btn3-color-dezert-primary-color,
.wpb-js-composer .vc_general.vc_btn3.vc_btn3-color-dezert-secondary-color:hover,
.wpb-js-composer .vc_btn3.vc_btn3-color-black,
.wpb-js-composer .vc_btn3.vc_btn3-color-black.vc_btn3-style-flat {
  background: #000;
  color: #fff;
}

.wpb-js-composer .vc_general.vc_btn3.vc_btn3-color-dezert-secondary-color,
.wpb-js-composer .vc_general.vc_btn3.vc_btn3-color-dezert-primary-color:hover,
.wpb-js-composer .vc_btn3.vc_btn3-color-black:hover,
.wpb-js-composer .vc_btn3.vc_btn3-color-black.vc_btn3-style-flat:hover,
.wpb-js-composer .vc_btn3.vc_btn3-color-black:focus,
.wpb-js-composer .vc_btn3.vc_btn3-color-black.vc_btn3-style-flat:focus {
  background: #b48608;
  color: #fff;
}


.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: #b48608;
    border-color: #b48608;
    color: #ffffff;
}

.wpb-js-composer .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline,
.wpb-js-composer .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-dezert-primary-color {
  color: #000;
  border-color: #000;
  background: transparent;
}

.wpb-js-composer .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-dezert-secondary-color {
  color: #000;
  border-color: #b48608;
  background: transparent;
}

/* VC - Call to action */

/*Primary color*/
.wpb-js-composer .vc_general.vc_cta3.vc_cta3-color-dezert-primary-color {
  background: #000;
  color: #fff;
}

.wpb-js-composer .vc_general.vc_cta3.vc_cta3-color-dezert-primary-color .vc_cta3-content-header h2 {
  font-weight: bold;
}

.wpb-js-composer .vc_general.vc_cta3.vc_cta3-color-dezert-primary-color .vc_cta3-content-header h4 {
  font-style: italic;
  color: #b48608 !important;
  margin-top: -20px;
}

.wpb-js-composer .vc_general.vc_cta3.vc_cta3-color-dezert-primary-color .vc_cta3-content p {
  color: rgba(255, 255, 255, 0.5);
}

/*Outline*/
.wpb-js-composer .vc_general.vc_cta3.vc_cta3-style-outline.vc_cta3-color-dezert-primary-color {
  background: transparent;
  color: #000;
  border-color: #000; 
}

.wpb-js-composer .vc_general.vc_cta3.vc_cta3-style-outline.vc_cta3-color-dezert-primary-color .vc_cta3-content p {
  color: rgba(0, 0, 0, 0.5);
}

/*Secondary color*/

.wpb-js-composer .vc_general.vc_cta3.vc_cta3-color-dezert-secondary-color {
  background: #b48608;
  color: #fff;
}

.wpb-js-composer .vc_general.vc_cta3.vc_cta3-color-dezert-secondary-color .vc_cta3-content-header h2 {
  font-weight: bold;
}

.wpb-js-composer .vc_general.vc_cta3.vc_cta3-color-dezert-secondary-color .vc_cta3-content-header h4 {
  font-style: italic;
  color: rgba(255, 255, 255, 0.5) !important;
  margin-top: -20px;
}

.wpb-js-composer .vc_general.vc_cta3.vc_cta3-style-outline.vc_cta3-color-dezert-secondary-color .vc_cta3-content-header h4 {
  color: #000 !important;
}

.wpb-js-composer .vc_general.vc_cta3.vc_cta3-color-dezert-secondary-color .vc_cta3-content p {
  color: #fff;
}

/*Outline*/
.wpb-js-composer .vc_general.vc_cta3.vc_cta3-style-outline.vc_cta3-color-dezert-secondary-color {
  background: transparent;
  color: #000;
  border-color: #b48608; 
}

.wpb-js-composer .vc_general.vc_cta3.vc_cta3-style-outline.vc_cta3-color-dezert-secondary-color .vc_cta3-content p {
  color: rgba(0, 0, 0, 0.5);
}

/* VC - Featured icon */

.featured-icon-box {
  float: left;
  width: 100%;
}

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

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

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

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

.featured-icon-box h3 {
  float: left;
  font-family: "Droid Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  letter-spacing: 2px;
  line-height: normal;
  margin: 37px 0 19px;
  text-transform: uppercase;
  color: #b48608;
}

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

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

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

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

.featured-icon-box  .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-right {
  float: right;
}

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


.featured-icon-box .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
  border: 0;
}

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

.featured-icon-box .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left .vc_icon_element-inner.vc_icon_element-size-xl {
  margin-right: 35px;
}
.featured-icon-box .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-right .vc_icon_element-inner.vc_icon_element-size-xl {
  margin-left: 35px;
}

.featured-icon-read-more {
  border: 1px solid #b48608;
  font-size: 13px;
  letter-spacing: 2px;
  padding: 6px 12px;
  text-transform: uppercase;
}

/*VC - Pie*/
.wpb_heading.wpb_pie_chart_heading {
  color: #000;
  font-family: "Droid Sans",sans-serif;
  font-size: 13px;
  font-style: normal;
  letter-spacing: 2px;
  line-height: normal;
  text-transform: uppercase;
}

.vc_pie_chart .vc_pie_chart_value {
  font-family: "Droid Serif",serif;
}

/* VC - Team */
.team-box h4 {
  font-style: normal;
  color: #000;
  margin-bottom: 0;
  font-weight: bold;
}

.team-box .job-type {
  font-family: "Droid Serif", serif;
  color: #b48608;
}

/* VC - Testimonials */

.testimonial-box blockquote,
blockquote {
  margin: 0;
  background: #f7f7f7;
  border-left: 5px solid #b48608;
  font-family: "Droid Serif",serif;
  font-size: 18px;
  font-style: italic;
}

blockquote {
  margin-bottom: 28px;
}

.testimonial-box img {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.testimonial-box .media {
  margin-top: 0;
  position: relative;
  padding-top: 30px;
  padding-left: 15px;
}

.testimonial-box .media i {
  position: absolute;
  left: 35px;
  top: -20px;
  font-size: 50px;
  color: #f7f7f7;
}

.testimonial-box .media > img.pull-left {
  padding: 0;
  margin-right: 15px;
}

.testimonial-box h4 {
  color: #000;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 0;
}

.testimonial-box em {
  font-family: "Droid Serif", serif;
  color: #b48608;
}

/* VC - Featured image */

.featured-image-box h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.featured-image-box h4,
.featured-image-box h4 a {
  color: #000;
}

.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 img {
  position: relative;
  display: inline-block;
  /*min-height: 100%;*/
  max-width: 100%;
  opacity: 0.3;

  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.featured-image-box figure.sadie figcaption {
  padding: 15px 30px;
  color: #fff;
  
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;

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

  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
}

/* 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;
}

.featured-image-box p {
  color: #b48608;
  font-style: italic;
  font-family: "Droid Serif", serif;
}

.featured-image-box figure.sadie:hover img {
  opacity: 0.1;
}

.featured-image-box figure.sadie:hover figcaption {
  -webkit-transform: translate3d(0,-50%,0) translate3d(0,-15px,0);
  transform: translate3d(0,-50%,0) translate3d(0,-15px,0);
}

/* VC - Twitter */

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

.vc_widget.vc_widget_twitter ul:before {
  content: '\f099';
  font-family: 'FontAwesome';
  
  color: #000;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  padding: 15px;

  font-size: 18px;

}

.vc_widget.vc_widget_twitter ul li {
  font-size: 18px;
  text-align: center;
  margin-top: 25px;
}

.vc_widget.vc_widget_twitter ul li .post-date {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  margin-top: 15px;
}

.vc_widget.vc_widget_twitter ul li .twitter-text a.pull-left {
  margin-right: 5px;
  float: none !important;
}

/* VC - Products grid */
.gg_filter {
  list-style: none;
  margin: 30px 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

.gg_filter_extended_container {
  width: 500%;
  margin-left: -200%;
}

.rem_filter_border_top .gg_filter {
  border-top: 0; 
}

.gg_filter li {
  display: inline-block;
}

.gg_filter li a {
  display: inline-block;
  cursor: pointer;
  padding: 15px 30px;

  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;

  background: none;
}

.gg_filter li a:before {
  content: "\f00d";
  font-family: 'FontAwesome';
  position: absolute;
  right: -5px;
  font-size: 8px;
  opacity: .25;
  color: #000;
  top: 20px;
}

.gg_filter li:last-child a:before {
  content: '';
}

.gg_filter li.active a,
.gg_filter li:hover a,
.gg_filter li a:hover {
  color: #b48608;
  background: none;
}

/* VC - Blockquote */

.gg-vc-quote {
  padding: 30px 15px;
  position: relative;
  margin: 0 0 30px 0;
  float: left;
  font-size: 18px;
  color: #000;
  text-align: center;
  border: 0;
  font-family: "Droid Serif", serif;
  font-style: italic;

  -webkit-font-smoothing: antialiased;
}

.gg-vc-quote br {
  display: none;
}

.gg-vc-quote:before,
.gg-vc-quote:after { 
  content: "“";
  font-size: 300%;
  position: absolute;
  line-height: 0;
  color: #b48608;
}

.gg-vc-quote:before { 
  top: 30px;
  left: 15px;
}

.gg-vc-quote:after { 
  content: "”";
  bottom: 15px;
  right: 15px;
}

/* VC Post Grid / Masonry */

.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_date {
  margin-bottom: 5px;
}

.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_date > div {
  font-family: "Droid Serif", serif !important;
  font-size: 15px !important;
  color: #b48608 !important;
  font-style: italic !important; 
}

.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title > div {
  font-family: "Droid Serif", serif !important;
  font-size: 24px !important;
  color: #fff !important;
  font-style: normal !important;
  font-weight: bold !important;
}

/* VC - Info box*/

.gg-vc-infobox {
  text-align: center;
  padding: 15px;
  margin: 30px 0;
}

.gg-vc-infobox h5 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: normal;
  padding: 15px;
  margin: 0;
  font-weight: bold;
  letter-spacing: 3px;
}

.gg-vc-infobox.dezert-primary-color {
  background: #000;
  color: #b48608;
}

.gg-vc-infobox.dezert-secondary-color {
  background: #b48608;
  color: #000;
}

.gg-vc-infobox.dezert-tertiary-color {
  background: #e6e6e6;
  color: #000;
}

.gg-vc-infobox.dezert-primary-color h5 a:hover,
.gg-vc-infobox.dezert-secondary-color h5 a:hover,
.gg-vc-infobox.dezert-secondary-color h5 a,
.gg-vc-infobox.dezert-secondary-color h5 {
  color: #fff;
}

.gg-vc-infobox.dezert-tertiary-color h5 a {
  color: #000;
}

.gg-vc-infobox.dezert-primary-color h5,
.gg-vc-infobox.dezert-secondary-color h5 {
  border:1px solid rgba(255,255,255,0.3); 
}

.gg-vc-infobox.dezert-tertiary-color h5 {
  border:1px solid rgba(0,0,0,0.1); 
}