@import url('https://fonts.googleapis.com/css?family=Great+Vibes');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');
a {
	    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.footer-wrapper {
    background: #333;
    text-align: center;
    padding: 100px 0;
        font: normal 13px 'Open Sans Condensed', sans-serif;
    text-transform: none;
    color:#fff;
}
.name-title{
    font-family: 'Great Vibes';
    font-weight: normal;
    color: #c5ab6b;
    font-size: 40px;
    line-height: 45px;
}
.name-title span {
   font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 100;
    color: #303030;
    font-size: 24px;
    line-height: 26px;
}
.second-title {
  font-family: 'Open Sans Condensed', sans-serif;
    font-weight: normal;
    color: #303030;
    margin-bottom: 20px;
    font-size: 23px;
    line-height: 31px;
    padding: 6px 0 6px 0;
}
.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style) {
    background: #303030 !important;
    border-radius: 50px;
    padding: 15px 46px;
}
#page .dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style).default-btn-bg-hover-color:hover {
    background: #c5ab6b !important;
}
.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style):hover {
   background: #c5ab6b !important;
}
button.button, a.button, .dt-form button, #page .widget .dt-form .dt-btn, .widget .dt-form .dt-btn, input[type="button"], input[type="reset"], .wpcf7-submit, .nsu-submit, .dt-wc-btn, input#place_order, .woocommerce-Reviews .submit, input.button, .cart-btn-below-img .woo-buttons a, input[name="save_address"], .wc-layout-list .woo-buttons a, .post-password-form input[type="submit"], .mc4wp-form input[type="submit"], div.mc4wp-form button[type="submit"], .tml-submit-wrap input[type="submit"], .wpcf7-form input[type="submit"], input[type="submit"]:not([name="update_cart"]) {
    background: #303030 !important;
    border-radius: 50px!important;
    padding: 15px 46px!important;
     -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.fancy-header h1, .fancy-header .fancy-subtitle {
    font-weight: 300 !important;
}
h1, h2, h3, h4, h5{font-family: 'Open Sans Condensed', sans-serif !important;}
h3, .h3-size, .entry-title.h3-size, h2.entry-title, .dt-accordion-h3-size .wpb_accordion_header > a {
    color: #333333;
    font: normal 24px / 34px 'Open Sans Condensed', sans-serif !important;
    text-transform: none;
}
.fancy-header h1, .fancy-header .fancy-subtitle {
    font-family: 'Open Sans Condensed', sans-serif !important;
}
.fancy-title span{text-shadow: 1px 1px 2px black; font-size:45px !important; }

p a {
    color: #c68c5e;
    text-decoration: none;
    border-bottom: 2px solid #c68c5e;
}
.l-to-r-line > li > a i.underline {
    background: #333 !important;
}
.align-center{text-align:center !important;}
.text-white{color:#ffffff !important;}

.masthead:not(.sub-downwards) .main-nav .sub-nav li:not(.act):not(.dt-mega-parent):not(.no-link):not(.wpml-ls-item):hover > a,
.masthead:not(.sub-downwards) .mini-nav .sub-nav li:not(.act):not(.dt-mega-parent):not(.no-link):not(.wpml-ls-item):hover > a,
#bottom-bar .sub-nav li:not(.act):not(.dt-mega-parent):not(.no-link):not(.wpml-ls-item):hover > a,
.masthead:not(.sub-downwards) .main-nav .sub-nav li.dt-mega-parent:not(.act):not(.no-link):not(.wpml-ls-item) > a:hover,
.masthead:not(.sub-downwards) .mini-nav .sub-nav li.dt-mega-parent:not(.act):not(.no-link):not(.wpml-ls-item) > a:hover,
.sub-downwards .sub-nav li:not(.act):not(.wpml-ls-item) > a:hover {
  color: #333 !important;
   background: #efefef !important;
}
.main-nav > li > a .menu-text {
font-family: 'Open Sans Condensed', sans-serif !important;
    font-size:20px !important;
    
}

.masthead:not(.sub-downwards) .main-nav .sub-nav li:not(.act):not(.dt-mega-parent):not(.no-link):not(.wpml-ls-item):hover > a .menu-text,
.masthead:not(.sub-downwards) .main-nav .sub-nav > li:not(.act):not(.dt-mega-parent):not(.no-link):not(.wpml-ls-item):hover > a .subtitle-text,
.masthead:not(.sub-downwards) .main-nav .sub-nav li.dt-mega-parent:not(.act):not(.no-link):not(.wpml-ls-item) > a:hover .menu-text,
.masthead:not(.sub-downwards) .main-nav .sub-nav > li.dt-mega-parent:not(.act):not(.no-link):not(.wpml-ls-item) > a:hover .subtitle-text {
  color: #333;
  background: -webkit-gradient(linear,left top,right top,color-stop(32%,#333),color-stop(100%,#333)) !important;
  background: -webkit-linear-gradient(left,#333 32%,#333 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
}