.clearfix {
  *zoom: 1;
}
.clearfix:after,
.clearfix:before {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.tdn_block_newsletter_subscribe .tdn-image-wrap {
  line-height: 0;
}
.tdn_block_newsletter_subscribe .tdn-icon-wrap {
  position: relative;
  display: block;
}
.tdn_block_newsletter_subscribe .tdn-icon {
  vertical-align: middle;
}
.tdn_block_newsletter_subscribe .tdn-email-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tdn_block_newsletter_subscribe .tdn-input-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tdn_block_newsletter_subscribe .tdn-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100px;
}
.tdn_block_newsletter_subscribe button,
.tdn_block_newsletter_subscribe input[type="email"] {
  min-height: 42px;
  height: auto;
  font-size: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tdn_block_newsletter_subscribe input[type="email"] {
  padding-left: 12px;
  padding-right: 12px;
}
.tdn_block_newsletter_subscribe button {
  -webkit-appearance: none;
  outline: none;
  width: 100%;
  padding: 3px 18px;
  background-color: #4db2ec;
  color: #fff;
  border: 0;
}
.tdn_block_newsletter_subscribe button:hover {
  background-color: #222;
}
.tdn_block_newsletter_subscribe button i {
  position: relative;
  vertical-align: middle;
}
.tdn_block_newsletter_subscribe .tdn-checkbox-wrap {
  margin-top: 10px;
}
.tdn_block_newsletter_subscribe .tdn-checkbox {
  margin-bottom: 2px;
}
.tdn_block_newsletter_subscribe .tdn-checkbox:last-child {
  margin-bottom: 0;
}
.tdn_block_newsletter_subscribe .av-checkbox {
  display: none;
}
.tdn_block_newsletter_subscribe .av-checkbox + label {
  display: inline-block;
  margin-bottom: 0;
  cursor: pointer;
}
.tdn_block_newsletter_subscribe .av-checkbox + label .tdn-check {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #eee;
  cursor: pointer;
  vertical-align: middle;
  top: -1px;
}
.tdn_block_newsletter_subscribe .av-checkbox + label .tdn-check:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  background-color: #4db2ec;
  opacity: 0;
  -ms-filter: "alpha(opacity=" 0 ")";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.tdn_block_newsletter_subscribe .av-checkbox + label .tdn-check-title {
  margin-left: 8px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  font-size: 11px;
  color: #666;
}
.tdn_block_newsletter_subscribe .av-checkbox:checked + label .tdn-check:after {
  opacity: 1;
  -ms-filter: "alpha(opacity=" 100 ")";
  filter: alpha(opacity=100);
}
.tdn_block_newsletter_subscribe.tdm_block.tdn-content-horiz-center {
  text-align: center;
}
.tdn_block_newsletter_subscribe.tdm_block.tdn-content-horiz-right {
  text-align: right;
}
.tdn-newsletter-image {
  display: inline-block;
}
.tdn-title {
  margin-top: 0;
  margin-bottom: 13px;
  font-weight: 600;
}
.tdn-descr {
  font-size: 13px;
  line-height: 19px;
  color: #666;
}
.tdn-disclaimer {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
  color: #969696;
}
.tdn-social-wrap {
  margin-top: 13px;
}
.tdn-social-item {
  position: relative;
  display: inline-block;
  margin: 5px 10px 5px 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
}
.tdn-social-item:last-child {
  margin-right: 0 !important;
}
.tdn-social-item i {
  font-size: 14px;
  color: #4db2ec;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.tdn-social-item:hover i {
  color: #000;
}
.tdn-input-bar-display-column input[type="email"] {
  border-right: 0;
}
.tdn-input-bar-display-row .tdn-email-bar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.tdn-input-bar-display-row .tdn-input-wrap {
  margin-bottom: 13px;
}
.tdn-style-bordered .tdn-info-wrap,
.tdn-style-dark .tdn-info-wrap {
  padding: 30px 20px 38px;
}
.tdn-style-dark .tdn-title {
  color: #fff;
}
.tdn-style-dark .tdn-descr {
  color: #9e9e9e;
}
.tdn-style-dark .tdn-disclaimer {
  color: #777;
}
.tdn-style-dark input[type="email"] {
  background-color: #333;
  border-color: #4a4a4a;
  color: #fff;
}
.tdn-style-dark input[type="email"]::-webkit-input-placeholder {
  color: #adadad;
}
.tdn-style-dark input[type="email"]:-ms-input-placeholder {
  color: #adadad;
}
.tdn-style-dark input[type="email"]::-ms-input-placeholder {
  color: #adadad;
}
.tdn-style-dark input[type="email"]::placeholder {
  color: #adadad;
}
.tdn-style-dark input[type="email"]:-ms-input-placeholder {
  color: #adadad;
}
.tdn-style-dark .av-checkbox + label .tdn-check {
  background-color: #2a2a2a;
  border-color: #414141;
}
.tdn-style-dark .av-checkbox + label .tdn-check-title {
  color: #9e9e9e;
}
.tdn-style-dark .td-block-missing-settings {
  color: #fff;
}
.tds-newsletter2 .tdn-image-wrap {
  margin-bottom: 23px;
}
.tds_newsletter7_block {
  padding: 10px;
}
.tds_newsletter7_block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-clip: padding-box;
  -webkit-clip-path: polygon(
    0% 0%,
    0% 100%,
    6px 100%,
    5px 5px,
    calc(100% - 5px) 5px,
    calc(100% - 5px) calc(100% - 5px),
    5px calc(100% - 5px),
    5px 100%,
    100% 100%,
    100% 0%
  );
  clip-path: polygon(
    0% 0%,
    0% 100%,
    5px 100%,
    5px 5px,
    calc(100% - 5px) 5px,
    calc(100% - 5px) calc(100% - 5px),
    5px calc(100% - 5px),
    5px 100%,
    100% 100%,
    100% 0%
  );
  z-index: -2;
}
.ie11 .tds_newsletter7_block:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100%-12px);
  height: calc(100%-12px);
  background-color: #fff;
  z-index: -1;
}
@font-face {
  font-family: multipurpose;
  src: url(images/icons/multipurpose.eot?2);
  src: url(images/icons/multipurpose.eot?2#iefix) format("embedded-opentype"),
    url(images/icons/multipurpose.woff?2) format("woff"),
    url(images/icons/multipurpose.ttf?2) format("truetype"),
    url(images/icons/multipurpose.svg?2#wpion) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" tdn-icon-"]:before,
[class*=" tdn-icons"]:before,
[class^="tdn-icon-"]:before,
[class^="tdn-icons"]:before {
  font-family: multipurpose !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class*="tdn-icon-"] {
  line-height: 1;
  text-align: center;
  display: inline-block;
}
[class*="tdn-icons"] {
  line-height: 1;
  text-align: center;
  display: inline-block;
  cursor: default;
}
body .tdc-font-typcn {
  display: inline-block;
}
body .tdc-font-typcn:before {
  vertical-align: top;
}
body .tdc-font-oi {
  display: inline-block;
}
body .tdc-font-oi:before {
  vertical-align: middle;
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}
@media (max-width: 767px) {
    .td-header-desktop-wrap {
    display: none;
    }
}
@media (min-width: 767px) {
    .td-header-mobile-wrap {
    display: none;
    }
}

.td-header-wrap .black-menu .sf-menu > .current-menu-item > a,
.td-header-wrap .black-menu .sf-menu > .current-menu-ancestor > a,
.td-header-wrap .black-menu .sf-menu > .current-category-ancestor > a,
.td-header-wrap .black-menu .sf-menu > li > a:hover,
.td-header-wrap .black-menu .sf-menu > .sfHover > a,
.td-header-style-12 .td-header-menu-wrap-full,
.sf-menu > .current-menu-item > a:after,
.sf-menu > .current-menu-ancestor > a:after,
.sf-menu > .current-category-ancestor > a:after,
.sf-menu > li:hover > a:after,
.sf-menu > .sfHover > a:after,
.td-header-style-12 .td-affix,
.header-search-wrap .td-drop-down-search:after,
.header-search-wrap .td-drop-down-search .btn:hover,
input[type="submit"]:hover,
.td-read-more a,
.td-post-category:hover,
.td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-post-category,
.td-grid-style-5.td-hover-1 .td-big-grid-post:hover .td-post-category,
.td_top_authors .td-active .td-author-post-count,
.td_top_authors .td-active .td-author-comments-count,
.td_top_authors .td_mod_wrap:hover .td-author-post-count,
.td_top_authors .td_mod_wrap:hover .td-author-comments-count,
.td-404-sub-sub-title a:hover,
.td-search-form-widget .wpb_button:hover,
.td-rating-bar-wrap div,
.td_category_template_3 .td-current-sub-category,
.dropcap,
.td_wrapper_video_playlist .td_video_controls_playlist_wrapper,
.wpb_default,
.wpb_default:hover,
.td-left-smart-list:hover,
.td-right-smart-list:hover,
.woocommerce-checkout .woocommerce input.button:hover,
.woocommerce-page .woocommerce a.button:hover,
.woocommerce-account div.woocommerce .button:hover,
#bbpress-forums button:hover,
.bbp_widget_login .button:hover,
.td-footer-wrapper .td-post-category,
.td-footer-wrapper .widget_product_search input[type="submit"]:hover,
.woocommerce .product a.button:hover,
.woocommerce .product #respond input#submit:hover,
.woocommerce .checkout input#place_order:hover,
.woocommerce .woocommerce.widget .button:hover,
.single-product .product .summary .cart .button:hover,
.woocommerce-cart .woocommerce table.cart .button:hover,
.woocommerce-cart .woocommerce .shipping-calculator-form .button:hover,
.td-next-prev-wrap a:hover,
.td-load-more-wrap a:hover,
.td-post-small-box a:hover,
.page-nav .current,
.page-nav:first-child > div,
.td_category_template_8
.td-category-header
.td-category
a.td-current-sub-category,
.td_category_template_4 .td-category-siblings .td-category a:hover,
#bbpress-forums .bbp-pagination .current,
#bbpress-forums
#bbp-single-user-details
#bbp-user-navigation
li.current
a,
.td-theme-slider:hover .slide-meta-cat a,
a.vc_btn-black:hover,
.td-trending-now-wrapper:hover .td-trending-now-title,
.td-scroll-up,
.td-smart-list-button:hover,
.td-weather-information:before,
.td-weather-week:before,
.td_block_exchange .td-exchange-header:before,
.td_block_big_grid_9.td-grid-style-1 .td-post-category,
.td_block_big_grid_9.td-grid-style-5 .td-post-category,
.td-grid-style-6.td-hover-1 .td-module-thumb:after,
.td-pulldown-syle-2 .td-subcat-dropdown ul:after,
.td_block_template_9 .td-block-title:after,
.td_block_template_15 .td-block-title:before,
div.wpforms-container
.wpforms-form
div.wpforms-submit-container
button[type="submit"] {
background-color: #cb9558;
}

.td_block_template_4 .td-related-title .td-cur-simple-item:before {
border-color: #cb9558 transparent transparent transparent !important;
}

.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover {
background-color: #cb9558 !important;
}

.td_block_template_4 .td-related-title .td-cur-simple-item,
.td_block_template_3 .td-related-title .td-cur-simple-item,
.td_block_template_9 .td-related-title:after {
background-color: #cb9558;
}

.woocommerce .product .onsale,
.woocommerce.widget .ui-slider .ui-slider-handle {
background: none #cb9558;
}

.woocommerce.widget.widget_layered_nav_filters ul li a {
background: none repeat scroll 0 0 #cb9558 !important;
}

a,
cite a:hover,
.td_mega_menu_sub_cats .cur-sub-cat,
.td-mega-span h3 a:hover,
.td_mod_mega_menu:hover .entry-title a,
.header-search-wrap .result-msg a:hover,
.td-header-top-menu
.td-drop-down-search
.td_module_wrap:hover
.entry-title
a,
.td-header-top-menu .td-icon-search:hover,
.td-header-wrap .result-msg a:hover,
.top-header-menu li a:hover,
.top-header-menu .current-menu-item > a,
.top-header-menu .current-menu-ancestor > a,
.top-header-menu .current-category-ancestor > a,
.td-social-icon-wrap > a:hover,
.td-header-sp-top-widget .td-social-icon-wrap a:hover,
.td-page-content blockquote p,
.td-post-content blockquote p,
.mce-content-body blockquote p,
.comment-content blockquote p,
.wpb_text_column blockquote p,
.td_block_text_with_title blockquote p,
.td_module_wrap:hover .entry-title a,
.td-subcat-filter .td-subcat-list a:hover,
.td-subcat-filter .td-subcat-dropdown a:hover,
.td_quote_on_blocks,
.dropcap2,
.dropcap3,
.td_top_authors .td-active .td-authors-name a,
.td_top_authors .td_mod_wrap:hover .td-authors-name a,
.td-post-next-prev-content a:hover,
.author-box-wrap .td-author-social a:hover,
.td-author-name a:hover,
.td-author-url a:hover,
.td_mod_related_posts:hover h3 > a,
.td-post-template-11 .td-related-title .td-related-left:hover,
.td-post-template-11 .td-related-title .td-related-right:hover,
.td-post-template-11 .td-related-title .td-cur-simple-item,
.td-post-template-11 .td_block_related_posts .td-next-prev-wrap a:hover,
.comment-reply-link:hover,
.logged-in-as a:hover,
#cancel-comment-reply-link:hover,
.td-search-query,
.td-category-header .td-pulldown-category-filter-link:hover,
.td-category-siblings .td-subcat-dropdown a:hover,
.td-category-siblings .td-subcat-dropdown a.td-current-sub-category,
.widget a:hover,
.td_wp_recentcomments a:hover,
.archive .widget_archive .current,
.archive .widget_archive .current a,
.widget_calendar tfoot a:hover,
.woocommerce a.added_to_cart:hover,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
#bbpress-forums li.bbp-header .bbp-reply-content span a:hover,
#bbpress-forums .bbp-forum-freshness a:hover,
#bbpress-forums .bbp-topic-freshness a:hover,
#bbpress-forums .bbp-forums-list li a:hover,
#bbpress-forums .bbp-forum-title:hover,
#bbpress-forums .bbp-topic-permalink:hover,
#bbpress-forums .bbp-topic-started-by a:hover,
#bbpress-forums .bbp-topic-started-in a:hover,
#bbpress-forums
.bbp-body
.super-sticky
li.bbp-topic-title
.bbp-topic-permalink,
#bbpress-forums .bbp-body .sticky li.bbp-topic-title .bbp-topic-permalink,
.widget_display_replies .bbp-author-name,
.widget_display_topics .bbp-author-name,
.footer-text-wrap .footer-email-wrap a,
.td-subfooter-menu li a:hover,
.footer-social-wrap a:hover,
a.vc_btn-black:hover,
.td-smart-list-dropdown-wrap .td-smart-list-button:hover,
.td_module_17 .td-read-more a:hover,
.td_module_18 .td-read-more a:hover,
.td_module_19 .td-post-author-name a:hover,
.td-instagram-user a,
.td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more span,
.td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more i,
.td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more span,
.td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more i,
.td-block-title-wrap
.td-wrapper-pulldown-filter
.td-pulldown-filter-display-option:hover,
.td-block-title-wrap
.td-wrapper-pulldown-filter
.td-pulldown-filter-display-option:hover
i,
.td-block-title-wrap
.td-wrapper-pulldown-filter
.td-pulldown-filter-link:hover,
.td-block-title-wrap
.td-wrapper-pulldown-filter
.td-pulldown-filter-item
.td-cur-simple-item,
.td_block_template_2 .td-related-title .td-cur-simple-item,
.td_block_template_5 .td-related-title .td-cur-simple-item,
.td_block_template_6 .td-related-title .td-cur-simple-item,
.td_block_template_7 .td-related-title .td-cur-simple-item,
.td_block_template_8 .td-related-title .td-cur-simple-item,
.td_block_template_9 .td-related-title .td-cur-simple-item,
.td_block_template_10 .td-related-title .td-cur-simple-item,
.td_block_template_11 .td-related-title .td-cur-simple-item,
.td_block_template_12 .td-related-title .td-cur-simple-item,
.td_block_template_13 .td-related-title .td-cur-simple-item,
.td_block_template_14 .td-related-title .td-cur-simple-item,
.td_block_template_15 .td-related-title .td-cur-simple-item,
.td_block_template_16 .td-related-title .td-cur-simple-item,
.td_block_template_17 .td-related-title .td-cur-simple-item,
.td-theme-wrap .sf-menu ul .td-menu-item > a:hover,
.td-theme-wrap .sf-menu ul .sfHover > a,
.td-theme-wrap .sf-menu ul .current-menu-ancestor > a,
.td-theme-wrap .sf-menu ul .current-category-ancestor > a,
.td-theme-wrap .sf-menu ul .current-menu-item > a,
.td_outlined_btn {
color: #cb9558;
}

a.vc_btn-black.vc_btn_square_outlined:hover,
a.vc_btn-black.vc_btn_outlined:hover,
.td-mega-menu-page .wpb_content_element ul li a:hover,
.td-theme-wrap .td-aj-search-results .td_module_wrap:hover .entry-title a,
.td-theme-wrap .header-search-wrap .result-msg a:hover {
color: #cb9558 !important;
}

.td-next-prev-wrap a:hover,
.td-load-more-wrap a:hover,
.td-post-small-box a:hover,
.page-nav .current,
.page-nav:first-child > div,
.td_category_template_8
.td-category-header
.td-category
a.td-current-sub-category,
.td_category_template_4 .td-category-siblings .td-category a:hover,
#bbpress-forums .bbp-pagination .current,
.post .td_quote_box,
.page .td_quote_box,
a.vc_btn-black:hover,
.td_block_template_5 .td-block-title > *,
.td_outlined_btn {
border-color: #cb9558;
}

.td_wrapper_video_playlist .td_video_currently_playing:after {
border-color: #cb9558 !important;
}

.header-search-wrap .td-drop-down-search:before {
border-color: transparent transparent #cb9558 transparent;
}

.block-title > span,
.block-title > a,
.block-title > label,
.widgettitle,
.widgettitle:after,
.td-trending-now-title,
.td-trending-now-wrapper:hover .td-trending-now-title,
.wpb_tabs li.ui-tabs-active a,
.wpb_tabs li:hover a,
.vc_tta-container
.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic
.vc_tta-tabs-container
.vc_tta-tab.vc_active
> a,
.vc_tta-container
.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic
.vc_tta-tabs-container
.vc_tta-tab:hover
> a,
.td_block_template_1 .td-related-title .td-cur-simple-item,
.woocommerce .product .products h2:not(.woocommerce-loop-product__title),
.td-subcat-filter .td-subcat-dropdown:hover .td-subcat-more,
.td_3D_btn,
.td_shadow_btn,
.td_default_btn,
.td_round_btn,
.td_outlined_btn:hover {
background-color: #cb9558;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
background-color: #cb9558 !important;
}

.block-title,
.td_block_template_1 .td-related-title,
.wpb_tabs .wpb_tabs_nav,
.vc_tta-container
.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic
.vc_tta-tabs-container,
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
border-color: #cb9558;
}
.td_block_wrap .td-subcat-item a.td-cur-simple-item {
color: #cb9558;
}

.td-grid-style-4 .entry-title {
background-color: rgba(203, 149, 88, 0.7);
}

.block-title > span,
.block-title > span > a,
.block-title > a,
.block-title > label,
.widgettitle,
.widgettitle:after,
.td-trending-now-title,
.td-trending-now-wrapper:hover .td-trending-now-title,
.wpb_tabs li.ui-tabs-active a,
.wpb_tabs li:hover a,
.vc_tta-container
.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic
.vc_tta-tabs-container
.vc_tta-tab.vc_active
> a,
.vc_tta-container
.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic
.vc_tta-tabs-container
.vc_tta-tab:hover
> a,
.td_block_template_1 .td-related-title .td-cur-simple-item,
.woocommerce .product .products h2:not(.woocommerce-loop-product__title),
.td-subcat-filter .td-subcat-dropdown:hover .td-subcat-more,
.td-weather-information:before,
.td-weather-week:before,
.td_block_exchange .td-exchange-header:before,
.td-theme-wrap .td_block_template_3 .td-block-title > *,
.td-theme-wrap .td_block_template_4 .td-block-title > *,
.td-theme-wrap .td_block_template_7 .td-block-title > *,
.td-theme-wrap .td_block_template_9 .td-block-title:after,
.td-theme-wrap .td_block_template_10 .td-block-title::before,
.td-theme-wrap .td_block_template_11 .td-block-title::before,
.td-theme-wrap .td_block_template_11 .td-block-title::after,
.td-theme-wrap .td_block_template_14 .td-block-title,
.td-theme-wrap .td_block_template_15 .td-block-title:before,
.td-theme-wrap .td_block_template_17 .td-block-title:before {
background-color: #cb9558;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
background-color: #cb9558 !important;
}

.block-title,
.td_block_template_1 .td-related-title,
.wpb_tabs .wpb_tabs_nav,
.vc_tta-container
.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic
.vc_tta-tabs-container,
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.td-theme-wrap .td_block_template_5 .td-block-title > *,
.td-theme-wrap .td_block_template_17 .td-block-title,
.td-theme-wrap .td_block_template_17 .td-block-title::before {
border-color: #cb9558;
}

.td-theme-wrap .td_block_template_4 .td-block-title > *:before,
.td-theme-wrap .td_block_template_17 .td-block-title::after {
border-color: #cb9558 transparent transparent transparent;
}

.td-theme-wrap
.td_block_template_4
.td-related-title
.td-cur-simple-item:before {
border-color: #cb9558 transparent transparent transparent !important;
}

.td-menu-background:before,
.td-search-background:before {
background: rgba(10, 0, 0, 0.7);
background: -moz-linear-gradient(
  top,
  rgba(10, 0, 0, 0.7) 0%,
  rgba(203, 149, 88, 0.8) 100%
);
background: -webkit-gradient(
  left top,
  left bottom,
  color-stop(0%, rgba(10, 0, 0, 0.7)),
  color-stop(100%, rgba(203, 149, 88, 0.8))
);
background: -webkit-linear-gradient(
  top,
  rgba(10, 0, 0, 0.7) 0%,
  rgba(203, 149, 88, 0.8) 100%
);
background: -o-linear-gradient(
  top,
  rgba(10, 0, 0, 0.7) 0%,
  @mobileu_gradient_two_mob 100%
);
background: -ms-linear-gradient(
  top,
  rgba(10, 0, 0, 0.7) 0%,
  rgba(203, 149, 88, 0.8) 100%
);
background: linear-gradient(
  to bottom,
  rgba(10, 0, 0, 0.7) 0%,
  rgba(203, 149, 88, 0.8) 100%
);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(10,0,0,0.7)', endColorstr='rgba(203,149,88,0.8)', GradientType=0 );
}

.td-mobile-content .current-menu-item > a,
.td-mobile-content .current-menu-ancestor > a,
.td-mobile-content .current-category-ancestor > a,
#td-mobile-nav .td-menu-login-section a:hover,
#td-mobile-nav .td-register-section a:hover,
#td-mobile-nav .td-menu-socials-wrap a:hover i,
.td-search-close a:hover i {
color: #eaa133;
}

.td_module_wrap .td-module-title {
font-family: "Playfair Display";
}

.td_module_2 .td-module-title {
font-weight: bold;
}

.td_module_4 .td-module-title {
font-weight: bold;
}

.td_module_14 .td-module-title {
font-weight: bold;
}

.td_block_trending_now .entry-title,
.td-theme-slider .td-module-title,
.td-big-grid-post .entry-title {
font-family: "Playfair Display";
}

.td_module_mx2 .td-module-title {
font-family: Roboto;
}

.td_module_mx8 .td-module-title {
font-family: Roboto;
}

.td-theme-slider.iosSlider-col-1 .td-module-title {
font-family: Roboto;
}

.td-big-grid-post.td-big-thumb .td-big-grid-meta,
.td-big-thumb .td-big-grid-meta .entry-title {
font-weight: bold;
}

.post .td-post-header .entry-title {
font-family: "Playfair Display";
}

.td-post-template-default .td-post-header .entry-title {
font-weight: bold;
}

.td-post-template-1 .td-post-header .entry-title {
font-weight: bold;
}

.td-post-template-2 .td-post-header .entry-title {
font-weight: bold;
}

.td-post-template-3 .td-post-header .entry-title {
font-weight: bold;
}

.td-post-template-4 .td-post-header .entry-title {
font-weight: bold;
}

.td-post-template-5 .td-post-header .entry-title {
font-weight: bold;
}

.td-post-template-6 .td-post-header .entry-title {
font-weight: bold;
}

.td-post-template-7 .td-post-header .entry-title {
font-weight: bold;
}

.td-post-template-8 .td-post-header .entry-title {
font-weight: bold;
}

.td-post-template-9 .td-post-header .entry-title {
font-weight: bold;
}

.td-post-template-10 .td-post-header .entry-title {
font-weight: bold;
}

.td-post-template-11 .td-post-header .entry-title {
font-weight: bold;
}

.post blockquote p,
.page blockquote p,
.td-post-text-content blockquote p {
font-family: "Playfair Display";
}

.post .td_quote_box p,
.page .td_quote_box p {
font-family: "Playfair Display";
}

.post .td_pull_quote p,
.page .td_pull_quote p {
font-family: "Playfair Display";
}

.td-post-content h1 {
font-family: "Playfair Display";
}

.td-post-content h2 {
font-family: "Playfair Display";
}

.td-page-title,
.woocommerce-page .page-title,
.td-category-title-holder .td-page-title {
font-family: "Playfair Display";
font-weight: bold;
}

.td-page-content h1,
.wpb_text_column h1 {
font-family: "Playfair Display";
}

.td-page-content h2,
.wpb_text_column h2 {
font-family: "Playfair Display";
}

#td-outer-wrap span.dropcap {
font-family: "Playfair Display";
}
.td-header-wrap .black-menu .sf-menu > .current-menu-item > a,
.td-header-wrap .black-menu .sf-menu > .current-menu-ancestor > a,
.td-header-wrap .black-menu .sf-menu > .current-category-ancestor > a,
.td-header-wrap .black-menu .sf-menu > li > a:hover,
.td-header-wrap .black-menu .sf-menu > .sfHover > a,
.td-header-style-12 .td-header-menu-wrap-full,
.sf-menu > .current-menu-item > a:after,
.sf-menu > .current-menu-ancestor > a:after,
.sf-menu > .current-category-ancestor > a:after,
.sf-menu > li:hover > a:after,
.sf-menu > .sfHover > a:after,
.td-header-style-12 .td-affix,
.header-search-wrap .td-drop-down-search:after,
.header-search-wrap .td-drop-down-search .btn:hover,
input[type="submit"]:hover,
.td-read-more a,
.td-post-category:hover,
.td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-post-category,
.td-grid-style-5.td-hover-1 .td-big-grid-post:hover .td-post-category,
.td_top_authors .td-active .td-author-post-count,
.td_top_authors .td-active .td-author-comments-count,
.td_top_authors .td_mod_wrap:hover .td-author-post-count,
.td_top_authors .td_mod_wrap:hover .td-author-comments-count,
.td-404-sub-sub-title a:hover,
.td-search-form-widget .wpb_button:hover,
.td-rating-bar-wrap div,
.td_category_template_3 .td-current-sub-category,
.dropcap,
.td_wrapper_video_playlist .td_video_controls_playlist_wrapper,
.wpb_default,
.wpb_default:hover,
.td-left-smart-list:hover,
.td-right-smart-list:hover,
.woocommerce-checkout .woocommerce input.button:hover,
.woocommerce-page .woocommerce a.button:hover,
.woocommerce-account div.woocommerce .button:hover,
#bbpress-forums button:hover,
.bbp_widget_login .button:hover,
.td-footer-wrapper .td-post-category,
.td-footer-wrapper .widget_product_search input[type="submit"]:hover,
.woocommerce .product a.button:hover,
.woocommerce .product #respond input#submit:hover,
.woocommerce .checkout input#place_order:hover,
.woocommerce .woocommerce.widget .button:hover,
.single-product .product .summary .cart .button:hover,
.woocommerce-cart .woocommerce table.cart .button:hover,
.woocommerce-cart .woocommerce .shipping-calculator-form .button:hover,
.td-next-prev-wrap a:hover,
.td-load-more-wrap a:hover,
.td-post-small-box a:hover,
.page-nav .current,
.page-nav:first-child > div,
.td_category_template_8
.td-category-header
.td-category
a.td-current-sub-category,
.td_category_template_4 .td-category-siblings .td-category a:hover,
#bbpress-forums .bbp-pagination .current,
#bbpress-forums
#bbp-single-user-details
#bbp-user-navigation
li.current
a,
.td-theme-slider:hover .slide-meta-cat a,
a.vc_btn-black:hover,
.td-trending-now-wrapper:hover .td-trending-now-title,
.td-scroll-up,
.td-smart-list-button:hover,
.td-weather-information:before,
.td-weather-week:before,
.td_block_exchange .td-exchange-header:before,
.td_block_big_grid_9.td-grid-style-1 .td-post-category,
.td_block_big_grid_9.td-grid-style-5 .td-post-category,
.td-grid-style-6.td-hover-1 .td-module-thumb:after,
.td-pulldown-syle-2 .td-subcat-dropdown ul:after,
.td_block_template_9 .td-block-title:after,
.td_block_template_15 .td-block-title:before,
div.wpforms-container
.wpforms-form
div.wpforms-submit-container
button[type="submit"] {
background-color: #cb9558;
}

.td_block_template_4 .td-related-title .td-cur-simple-item:before {
border-color: #cb9558 transparent transparent transparent !important;
}

.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover {
background-color: #cb9558 !important;
}

.td_block_template_4 .td-related-title .td-cur-simple-item,
.td_block_template_3 .td-related-title .td-cur-simple-item,
.td_block_template_9 .td-related-title:after {
background-color: #cb9558;
}

.woocommerce .product .onsale,
.woocommerce.widget .ui-slider .ui-slider-handle {
background: none #cb9558;
}

.woocommerce.widget.widget_layered_nav_filters ul li a {
background: none repeat scroll 0 0 #cb9558 !important;
}

a,
cite a:hover,
.td_mega_menu_sub_cats .cur-sub-cat,
.td-mega-span h3 a:hover,
.td_mod_mega_menu:hover .entry-title a,
.header-search-wrap .result-msg a:hover,
.td-header-top-menu
.td-drop-down-search
.td_module_wrap:hover
.entry-title
a,
.td-header-top-menu .td-icon-search:hover,
.td-header-wrap .result-msg a:hover,
.top-header-menu li a:hover,
.top-header-menu .current-menu-item > a,
.top-header-menu .current-menu-ancestor > a,
.top-header-menu .current-category-ancestor > a,
.td-social-icon-wrap > a:hover,
.td-header-sp-top-widget .td-social-icon-wrap a:hover,
.td-page-content blockquote p,
.td-post-content blockquote p,
.mce-content-body blockquote p,
.comment-content blockquote p,
.wpb_text_column blockquote p,
.td_block_text_with_title blockquote p,
.td_module_wrap:hover .entry-title a,
.td-subcat-filter .td-subcat-list a:hover,
.td-subcat-filter .td-subcat-dropdown a:hover,
.td_quote_on_blocks,
.dropcap2,
.dropcap3,
.td_top_authors .td-active .td-authors-name a,
.td_top_authors .td_mod_wrap:hover .td-authors-name a,
.td-post-next-prev-content a:hover,
.author-box-wrap .td-author-social a:hover,
.td-author-name a:hover,
.td-author-url a:hover,
.td_mod_related_posts:hover h3 > a,
.td-post-template-11 .td-related-title .td-related-left:hover,
.td-post-template-11 .td-related-title .td-related-right:hover,
.td-post-template-11 .td-related-title .td-cur-simple-item,
.td-post-template-11 .td_block_related_posts .td-next-prev-wrap a:hover,
.comment-reply-link:hover,
.logged-in-as a:hover,
#cancel-comment-reply-link:hover,
.td-search-query,
.td-category-header .td-pulldown-category-filter-link:hover,
.td-category-siblings .td-subcat-dropdown a:hover,
.td-category-siblings .td-subcat-dropdown a.td-current-sub-category,
.widget a:hover,
.td_wp_recentcomments a:hover,
.archive .widget_archive .current,
.archive .widget_archive .current a,
.widget_calendar tfoot a:hover,
.woocommerce a.added_to_cart:hover,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
#bbpress-forums li.bbp-header .bbp-reply-content span a:hover,
#bbpress-forums .bbp-forum-freshness a:hover,
#bbpress-forums .bbp-topic-freshness a:hover,
#bbpress-forums .bbp-forums-list li a:hover,
#bbpress-forums .bbp-forum-title:hover,
#bbpress-forums .bbp-topic-permalink:hover,
#bbpress-forums .bbp-topic-started-by a:hover,
#bbpress-forums .bbp-topic-started-in a:hover,
#bbpress-forums
.bbp-body
.super-sticky
li.bbp-topic-title
.bbp-topic-permalink,
#bbpress-forums .bbp-body .sticky li.bbp-topic-title .bbp-topic-permalink,
.widget_display_replies .bbp-author-name,
.widget_display_topics .bbp-author-name,
.footer-text-wrap .footer-email-wrap a,
.td-subfooter-menu li a:hover,
.footer-social-wrap a:hover,
a.vc_btn-black:hover,
.td-smart-list-dropdown-wrap .td-smart-list-button:hover,
.td_module_17 .td-read-more a:hover,
.td_module_18 .td-read-more a:hover,
.td_module_19 .td-post-author-name a:hover,
.td-instagram-user a,
.td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more span,
.td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more i,
.td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more span,
.td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more i,
.td-block-title-wrap
.td-wrapper-pulldown-filter
.td-pulldown-filter-display-option:hover,
.td-block-title-wrap
.td-wrapper-pulldown-filter
.td-pulldown-filter-display-option:hover
i,
.td-block-title-wrap
.td-wrapper-pulldown-filter
.td-pulldown-filter-link:hover,
.td-block-title-wrap
.td-wrapper-pulldown-filter
.td-pulldown-filter-item
.td-cur-simple-item,
.td_block_template_2 .td-related-title .td-cur-simple-item,
.td_block_template_5 .td-related-title .td-cur-simple-item,
.td_block_template_6 .td-related-title .td-cur-simple-item,
.td_block_template_7 .td-related-title .td-cur-simple-item,
.td_block_template_8 .td-related-title .td-cur-simple-item,
.td_block_template_9 .td-related-title .td-cur-simple-item,
.td_block_template_10 .td-related-title .td-cur-simple-item,
.td_block_template_11 .td-related-title .td-cur-simple-item,
.td_block_template_12 .td-related-title .td-cur-simple-item,
.td_block_template_13 .td-related-title .td-cur-simple-item,
.td_block_template_14 .td-related-title .td-cur-simple-item,
.td_block_template_15 .td-related-title .td-cur-simple-item,
.td_block_template_16 .td-related-title .td-cur-simple-item,
.td_block_template_17 .td-related-title .td-cur-simple-item,
.td-theme-wrap .sf-menu ul .td-menu-item > a:hover,
.td-theme-wrap .sf-menu ul .sfHover > a,
.td-theme-wrap .sf-menu ul .current-menu-ancestor > a,
.td-theme-wrap .sf-menu ul .current-category-ancestor > a,
.td-theme-wrap .sf-menu ul .current-menu-item > a,
.td_outlined_btn {
color: #cb9558;
}

a.vc_btn-black.vc_btn_square_outlined:hover,
a.vc_btn-black.vc_btn_outlined:hover,
.td-mega-menu-page .wpb_content_element ul li a:hover,
.td-theme-wrap .td-aj-search-results .td_module_wrap:hover .entry-title a,
.td-theme-wrap .header-search-wrap .result-msg a:hover {
color: #cb9558 !important;
}

.td-next-prev-wrap a:hover,
.td-load-more-wrap a:hover,
.td-post-small-box a:hover,
.page-nav .current,
.page-nav:first-child > div,
.td_category_template_8
.td-category-header
.td-category
a.td-current-sub-category,
.td_category_template_4 .td-category-siblings .td-category a:hover,
#bbpress-forums .bbp-pagination .current,
.post .td_quote_box,
.page .td_quote_box,
a.vc_btn-black:hover,
.td_block_template_5 .td-block-title > *,
.td_outlined_btn {
border-color: #cb9558;
}

.td_wrapper_video_playlist .td_video_currently_playing:after {
border-color: #cb9558 !important;
}

.header-search-wrap .td-drop-down-search:before {
border-color: transparent transparent #cb9558 transparent;
}

.block-title > span,
.block-title > a,
.block-title > label,
.widgettitle,
.widgettitle:after,
.td-trending-now-title,
.td-trending-now-wrapper:hover .td-trending-now-title,
.wpb_tabs li.ui-tabs-active a,
.wpb_tabs li:hover a,
.vc_tta-container
.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic
.vc_tta-tabs-container
.vc_tta-tab.vc_active
> a,
.vc_tta-container
.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic
.vc_tta-tabs-container
.vc_tta-tab:hover
> a,
.td_block_template_1 .td-related-title .td-cur-simple-item,
.woocommerce .product .products h2:not(.woocommerce-loop-product__title),
.td-subcat-filter .td-subcat-dropdown:hover .td-subcat-more,
.td_3D_btn,
.td_shadow_btn,
.td_default_btn,
.td_round_btn,
.td_outlined_btn:hover {
background-color: #cb9558;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
background-color: #cb9558 !important;
}

.block-title,
.td_block_template_1 .td-related-title,
.wpb_tabs .wpb_tabs_nav,
.vc_tta-container
.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic
.vc_tta-tabs-container,
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
border-color: #cb9558;
}
.td_block_wrap .td-subcat-item a.td-cur-simple-item {
color: #cb9558;
}

.td-grid-style-4 .entry-title {
background-color: rgba(203, 149, 88, 0.7);
}

.block-title > span,
.block-title > span > a,
.block-title > a,
.block-title > label,
.widgettitle,
.widgettitle:after,
.td-trending-now-title,
.td-trending-now-wrapper:hover .td-trending-now-title,
.wpb_tabs li.ui-tabs-active a,
.wpb_tabs li:hover a,
.vc_tta-container
.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic
.vc_tta-tabs-container
.vc_tta-tab.vc_active
> a,
.vc_tta-container
.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic
.vc_tta-tabs-container
.vc_tta-tab:hover
> a,
.td_block_template_1 .td-related-title .td-cur-simple-item,
.woocommerce .product .products h2:not(.woocommerce-loop-product__title),
.td-subcat-filter .td-subcat-dropdown:hover .td-subcat-more,
.td-weather-information:before,
.td-weather-week:before,
.td_block_exchange .td-exchange-header:before,
.td-theme-wrap .td_block_template_3 .td-block-title > *,
.td-theme-wrap .td_block_template_4 .td-block-title > *,
.td-theme-wrap .td_block_template_7 .td-block-title > *,
.td-theme-wrap .td_block_template_9 .td-block-title:after,
.td-theme-wrap .td_block_template_10 .td-block-title::before,
.td-theme-wrap .td_block_template_11 .td-block-title::before,
.td-theme-wrap .td_block_template_11 .td-block-title::after,
.td-theme-wrap .td_block_template_14 .td-block-title,
.td-theme-wrap .td_block_template_15 .td-block-title:before,
.td-theme-wrap .td_block_template_17 .td-block-title:before {
background-color: #cb9558;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
background-color: #cb9558 !important;
}

.block-title,
.td_block_template_1 .td-related-title,
.wpb_tabs .wpb_tabs_nav,
.vc_tta-container
.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic
.vc_tta-tabs-container,
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.td-theme-wrap .td_block_template_5 .td-block-title > *,
.td-theme-wrap .td_block_template_17 .td-block-title,
.td-theme-wrap .td_block_template_17 .td-block-title::before {
border-color: #cb9558;
}

.td-theme-wrap .td_block_template_4 .td-block-title > *:before,
.td-theme-wrap .td_block_template_17 .td-block-title::after {
border-color: #cb9558 transparent transparent transparent;
}

.td-theme-wrap
.td_block_template_4
.td-related-title
.td-cur-simple-item:before {
border-color: #cb9558 transparent transparent transparent !important;
}

.td-menu-background:before,
.td-search-background:before {
background: rgba(10, 0, 0, 0.7);
background: -moz-linear-gradient(
  top,
  rgba(10, 0, 0, 0.7) 0%,
  rgba(203, 149, 88, 0.8) 100%
);
background: -webkit-gradient(
  left top,
  left bottom,
  color-stop(0%, rgba(10, 0, 0, 0.7)),
  color-stop(100%, rgba(203, 149, 88, 0.8))
);
background: -webkit-linear-gradient(
  top,
  rgba(10, 0, 0, 0.7) 0%,
  rgba(203, 149, 88, 0.8) 100%
);
background: -o-linear-gradient(
  top,
  rgba(10, 0, 0, 0.7) 0%,
  @mobileu_gradient_two_mob 100%
);
background: -ms-linear-gradient(
  top,
  rgba(10, 0, 0, 0.7) 0%,
  rgba(203, 149, 88, 0.8) 100%
);
background: linear-gradient(
  to bottom,
  rgba(10, 0, 0, 0.7) 0%,
  rgba(203, 149, 88, 0.8) 100%
);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(10,0,0,0.7)', endColorstr='rgba(203,149,88,0.8)', GradientType=0 );
}

.td-mobile-content .current-menu-item > a,
.td-mobile-content .current-menu-ancestor > a,
.td-mobile-content .current-category-ancestor > a,
#td-mobile-nav .td-menu-login-section a:hover,
#td-mobile-nav .td-register-section a:hover,
#td-mobile-nav .td-menu-socials-wrap a:hover i,
.td-search-close a:hover i {
color: #eaa133;
}

.td_module_wrap .td-module-title {
font-family: "Playfair Display";
}

.td_module_2 .td-module-title {
font-weight: bold;
}

.td_module_4 .td-module-title {
font-weight: bold;
}

.td_module_14 .td-module-title {
font-weight: bold;
}

.td_block_trending_now .entry-title,
.td-theme-slider .td-module-title,
.td-big-grid-post .entry-title {
font-family: "Playfair Display";
}

.td_module_mx2 .td-module-title {
font-family: Roboto;
}

.td_module_mx8 .td-module-title {
font-family: Roboto;
}

.td-theme-slider.iosSlider-col-1 .td-module-title {
font-family: Roboto;
}

.td-big-grid-post.td-big-thumb .td-big-grid-meta,
.td-big-thumb .td-big-grid-meta .entry-title {
font-weight: bold;
}

.post .td-post-header .entry-title {
font-family: "Playfair Display";
}

.td-post-template-default .td-post-header .entry-title {
font-weight: bold;
}

.td-post-template-1 .td-post-header .entry-title {
font-weight: bold;
}

.td-post-template-2 .td-post-header .entry-title {
font-weight: bold;
}

.td-post-template-3 .td-post-header .entry-title {
font-weight: bold;
}

.td-post-template-4 .td-post-header .entry-title {
font-weight: bold;
}

.td-post-template-5 .td-post-header .entry-title {
font-weight: bold;
}

.td-post-template-6 .td-post-header .entry-title {
font-weight: bold;
}

.td-post-template-7 .td-post-header .entry-title {
font-weight: bold;
}

.td-post-template-8 .td-post-header .entry-title {
font-weight: bold;
}

.td-post-template-9 .td-post-header .entry-title {
font-weight: bold;
}

.td-post-template-10 .td-post-header .entry-title {
font-weight: bold;
}

.td-post-template-11 .td-post-header .entry-title {
font-weight: bold;
}

.post blockquote p,
.page blockquote p,
.td-post-text-content blockquote p {
font-family: "Playfair Display";
}

.post .td_quote_box p,
.page .td_quote_box p {
font-family: "Playfair Display";
}

.post .td_pull_quote p,
.page .td_pull_quote p {
font-family: "Playfair Display";
}

.td-post-content h1 {
font-family: "Playfair Display";
}

.td-post-content h2 {
font-family: "Playfair Display";
}

.td-page-title,
.woocommerce-page .page-title,
.td-category-title-holder .td-page-title {
font-family: "Playfair Display";
font-weight: bold;
}

.td-page-content h1,
.wpb_text_column h1 {
font-family: "Playfair Display";
}

.td-page-content h2,
.wpb_text_column h2 {
font-family: "Playfair Display";
}

#td-outer-wrap span.dropcap {
font-family: "Playfair Display";
}

.tdm_block_column_content:hover .tdm-col-content-title-url .tdm-title,
.tds-button2 .tdm-btn-text,
.tds-button2 i,
.tds-button5:hover .tdm-btn-text,
.tds-button5:hover i,
.tds-button6 .tdm-btn-text,
.tds-button6 i,
.tdm_block_list .tdm-list-item i,
.tdm_block_pricing .tdm-pricing-feature i,
.tdm-social-item i {
color: #cb9558;
}
.tds-button1,
.tds-button6:after,
.tds-title2 .tdm-title-line:after,
.tds-title3 .tdm-title-line:after,
.tdm_block_pricing.tdm-pricing-featured:before,
.tdm_block_pricing.tds_pricing2_block.tdm-pricing-featured
.tdm-pricing-header,
.tds-progress-bar1 .tdm-progress-bar:after,
.tds-progress-bar2 .tdm-progress-bar:after,
.tds-social3 .tdm-social-item {
background-color: #cb9558;
}
.tds-button2:before,
.tds-button6:before,
.tds-progress-bar3 .tdm-progress-bar:after {
border-color: #cb9558;
}
.tdm-btn-style1 {
background-color: #cb9558;
}
.tdm-btn-style2:before {
border-color: #cb9558;
}
.tdm-btn-style2 {
color: #cb9558;
}
.tdm-btn-style3 {
-webkit-box-shadow: 0 2px 16px #cb9558;
-moz-box-shadow: 0 2px 16px #cb9558;
box-shadow: 0 2px 16px #cb9558;
}
.tdm-btn-style3:hover {
-webkit-box-shadow: 0 4px 26px #cb9558;
-moz-box-shadow: 0 4px 26px #cb9558;
box-shadow: 0 4px 26px #cb9558;
}

.td-theme-wrap .tdi_14_04c .td-pulldown-filter-link:hover,
.td-theme-wrap .tdi_14_04c .td-subcat-item a:hover,
.td-theme-wrap
.tdi_14_04c
.td-subcat-item
.td-cur-simple-item {
color: #cb9558;
}

.td-theme-wrap .tdi_14_04c .block-title > *,
.td-theme-wrap
.tdi_14_04c
.td-subcat-dropdown:hover
.td-subcat-more {
background-color: #cb9558;
}
.td-theme-wrap
.td-footer-wrapper
.tdi_14_04c
.block-title
> * {
padding: 6px 7px 5px;
line-height: 1;
}

.td-theme-wrap .tdi_14_04c .block-title {
border-color: #cb9558;
}

.td-theme-wrap
.tdi_14_04c
.td_module_wrap:hover
.entry-title
a,
.td-theme-wrap .tdi_14_04c .td_quote_on_blocks,
.td-theme-wrap
.tdi_14_04c
.td-opacity-cat
.td-post-category:hover,
.td-theme-wrap
.tdi_14_04c
.td-opacity-read
.td-read-more
a:hover,
.td-theme-wrap
.tdi_14_04c
.td-opacity-author
.td-post-author-name
a:hover,
.td-theme-wrap .tdi_14_04c .td-instagram-user a {
color: #cb9558;
}

.td-theme-wrap .tdi_14_04c .td-next-prev-wrap a:hover,
.td-theme-wrap .tdi_14_04c .td-load-more-wrap a:hover {
background-color: #cb9558;
border-color: #cb9558;
}

.td-theme-wrap .tdi_14_04c .td-read-more a,
.td-theme-wrap .tdi_14_04c .td-weather-information:before,
.td-theme-wrap .tdi_14_04c .td-weather-week:before,
.td-theme-wrap .tdi_14_04c .td-exchange-header:before,
.td-theme-wrap
.td-footer-wrapper
.tdi_14_04c
.td-post-category,
.td-theme-wrap .tdi_14_04c .td-post-category:hover {
background-color: #cb9558;
}