li > a { line-height: 48px !important; } } .td-visual-hidden { border: 0; width: 1px; height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; } /* ------------------------------------------------------------------------------- logo on sticky menu */ .td-logo-in-header .td-sticky-disable.td-mobile-logo, .td-logo-in-header .td-sticky-disable.td-header-logo { display: none; } .td-logo-in-header .td-sticky-disable.td-mobile-logo { /* responsive portrait phone */ } @media (max-width: 767px) { .td-logo-in-header .td-sticky-disable.td-mobile-logo { display: block; } } .td-logo-in-header .td-sticky-header.td-mobile-logo { display: none; /* responsive portrait phone */ } @media (max-width: 767px) { .td-logo-in-header .td-sticky-header.td-mobile-logo { display: inherit; } } .td-logo-in-header .td-sticky-header.td-header-logo { display: block; /* responsive portrait phone */ } @media (max-width: 767px) { .td-logo-in-header .td-sticky-header.td-header-logo { display: none; } } .td-logo-in-header .td-sticky-mobile.td-mobile-logo { display: block; } .td-logo-in-header .td-sticky-mobile.td-header-logo { display: none; } .td-logo-in-menu .td-sticky-disable.td-mobile-logo { display: none; /* responsive portrait phone */ } @media (max-width: 767px) { .td-logo-in-menu .td-sticky-disable.td-mobile-logo { display: block; } } .td-logo-in-menu .td-sticky-disable.td-header-logo { display: block; /* responsive portrait phone */ } @media (max-width: 767px) { .td-logo-in-menu .td-sticky-disable.td-header-logo { display: none; } } .td-affix .td-logo-in-menu .td-sticky-disable.td-header-logo { display: none; } .td-logo-in-menu .td-sticky-header.td-mobile-logo { display: none; /* responsive portrait phone */ } @media (max-width: 767px) { .td-logo-in-menu .td-sticky-header.td-mobile-logo { display: block; } } .td-logo-in-menu .td-sticky-header.td-header-logo { display: block; /* responsive portrait phone */ } @media (max-width: 767px) { .td-logo-in-menu .td-sticky-header.td-header-logo { display: none; } } .td-logo-in-menu .td-sticky-mobile.td-mobile-logo { display: none; /* responsive portrait phone */ } @media (max-width: 767px) { .td-logo-in-menu .td-sticky-mobile.td-mobile-logo { display: block; } } .td-logo-in-menu .td-sticky-mobile.td-header-logo { /* responsive portrait phone */ } @media (max-width: 767px) { .td-logo-in-menu .td-sticky-mobile.td-header-logo { display: none; } } .td-affix .td-logo-in-menu .td-sticky-mobile.td-header-logo { display: none; } .td-affix .td-logo-in-menu .td-sticky-mobile.td-mobile-logo { display: block; } .td-affix .td-logo-in-menu .td-main-logo { display: none; /* responsive portrait phone */ } @media (max-width: 767px) { .td-affix .td-logo-in-menu .td-main-logo { display: block; } } .td-affix .td-logo-in-menu.td-logo-sticky .td-main-logo { display: block; } /* ---------------------------------------------------------------------------- header menu affix */ .td-header-menu-wrap.td-affix { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); margin-right: auto; margin-left: auto; width: 100%; z-index: 9999; position: fixed !important; background-color: #ffffff; background-color: rgba(255, 255, 255, 0.95); top: 0; } .admin-bar .td-header-menu-wrap.td-affix { top: 32px; /* responsive portrait phone */ } @media (max-width: 767px) { .admin-bar .td-header-menu-wrap.td-affix { top: 46px; } } @media (max-width: 602px) { .admin-bar .td-header-menu-wrap.td-affix { top: 0; } } .td-boxed-layout #td-outer-wrap { z-index: 1; } .td-boxed-layout .td-header-menu-wrap.td-affix { width: 1164px; margin-right: auto; margin-left: auto; } @media (max-width: 1140px) { .td-boxed-layout .td-header-menu-wrap.td-affix { width: 100%; } } /* ---------------------------------------------------------------------------- WPML plugin */ .td-wpml { /* responsive portrait phone */ } .td-wpml .wpml-ls-menu-item .wpml-ls-flag { vertical-align: middle; top: -1px; position: relative; margin-right: 5px; } .td-wpml .sub-menu .wpml-ls-menu-item .wpml-ls-flag { top: -2px; } .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children { /* responsive portrait phone */ } @media (max-width: 767px) { .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children { position: relative; display: inline-block; width: 100%; margin-top: 16px; } .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children > a { pointer-events: none; } } .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu { position: absolute; display: block; bottom: 100%; background-color: rgba(25, 25, 25, 0.95); padding: 12px 20px; margin: 0 -20px 10px; visibility: hidden; opacity: 0; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; transform: translate3d(0, -10px, 0); -webkit-transform: translate3d(0, -10px, 0); /* responsive portrait phone */ } @media (max-width: 767px) { .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu { right: 0; left: 0; margin: 10px 0; } } .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu:before { content: ''; position: absolute; top: 100%; width: 0; height: 0; left: 0; right: 0; margin: auto; border-style: solid; border-width: 6px 6px 0 6px; border-color: rgba(25, 25, 25, 0.95) transparent transparent transparent; } .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu:after { content: ''; position: absolute; top: 100%; width: 100%; height: 30px; background-color: transparent; right: 0; } .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu li { display: block; padding: 3px 0; white-space: nowrap; /* responsive portrait phone */ } @media (max-width: 767px) { .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu li { padding: 6px 0; } } .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children:hover .sub-menu { visibility: visible; opacity: 1; transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); } .td-wpml .td-subfooter-menu .menu-item-first a { /* responsive portrait phone */ } @media (max-width: 767px) { .td-wpml .td-subfooter-menu .menu-item-first a { margin-left: 16px; } } .td-wpml .td-subfooter-menu .wpml-ls-first-item.menu-item-first { /* responsive portrait phone */ } @media (max-width: 767px) { .td-wpml .td-subfooter-menu .wpml-ls-first-item.menu-item-first { margin-top: 0; margin-bottom: 16px; } } @media (max-width: 767px) { .td-wpml .td-header-top-menu-full, .td-wpml .td-header-sp-top-menu { display: block !important; } .td-wpml .td-header-sp-top-menu { width: 100%; } .td-wpml .td-header-top-menu { background-color: #3c3c3c !important; padding-left: 17px; padding-right: 17px; box-shadow: inset 0px -3px 3px -1px rgba(0, 0, 0, 0.2); } .td-wpml .td_ul_logout, .td-wpml .td_ul_login, .td-wpml .td-header-sp-top-widget, .td-wpml .td-weather-top-widget { display: none !important; } .td-wpml .menu-top-container { margin-right: 0; float: right; } .td-wpml .menu-top-container .top-header-menu > li { display: none; } .td-wpml .menu-top-container .top-header-menu > li a { margin-right: 0; } .td-wpml .menu-top-container .top-header-menu .wpml-ls-item { display: inline-block; margin-top: 0; } .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children { position: static; display: inline-block; width: 100%; } .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children > a { pointer-events: none; } .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children .sub-menu { position: absolute; display: block; background-color: rgba(25, 25, 25, 0.95); padding: 7px 10px; visibility: hidden; opacity: 0; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; transform: translate3d(0, 10px, 0); -webkit-transform: translate3d(0, 10px, 0); right: 0; left: auto; margin: 0; } .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children .sub-menu:before { content: ''; position: absolute; bottom: 100%; width: 0; height: 0; left: 0; right: 0; margin: auto; border-style: solid; border-width: 0 6px 6px 6px; border-color: transparent transparent rgba(25, 25, 25, 0.95); } .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children .sub-menu:after { content: ''; position: absolute; bottom: 100%; width: 100%; height: 30px; background-color: transparent; right: 0; } .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children .sub-menu li { display: block; padding: 3px 0; white-space: nowrap; } .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children .sub-menu a { margin: 0 10px; } .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children:hover .sub-menu { visibility: visible; opacity: 1; transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); } } /* ---------------------------------------------------------------------------- WPML plugin */ .td-wpml { /* responsive portrait phone */ } .td-wpml .wpml-ls-menu-item .wpml-ls-flag { vertical-align: middle; top: -1px; position: relative; margin-right: 5px; } .td-wpml .sub-menu .wpml-ls-menu-item .wpml-ls-flag { top: -2px; } .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children { /* responsive portrait phone */ } @media (max-width: 767px) { .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children { position: relative; display: inline-block; width: 100%; margin-top: 16px; } .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children > a { pointer-events: none; } } .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu { position: absolute; display: block; bottom: 100%; background-color: rgba(25, 25, 25, 0.95); padding: 12px 20px; margin: 0 -20px 10px; visibility: hidden; opacity: 0; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; transform: translate3d(0, -10px, 0); -webkit-transform: translate3d(0, -10px, 0); /* responsive portrait phone */ } @media (max-width: 767px) { .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu { right: 0; left: 0; margin: 10px 0; } } .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu:before { content: ''; position: absolute; top: 100%; width: 0; height: 0; left: 0; right: 0; margin: auto; border-style: solid; border-width: 6px 6px 0 6px; border-color: rgba(25, 25, 25, 0.95) transparent transparent transparent; } .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu:after { content: ''; position: absolute; top: 100%; width: 100%; height: 30px; background-color: transparent; right: 0; } .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu li { display: block; padding: 3px 0; white-space: nowrap; /* responsive portrait phone */ } @media (max-width: 767px) { .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu li { padding: 6px 0; } } .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children:hover .sub-menu { visibility: visible; opacity: 1; transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); } .td-wpml .td-subfooter-menu .menu-item-first a { /* responsive portrait phone */ } @media (max-width: 767px) { .td-wpml .td-subfooter-menu .menu-item-first a { margin-left: 16px; } } .td-wpml .td-subfooter-menu .wpml-ls-first-item.menu-item-first { /* responsive portrait phone */ } @media (max-width: 767px) { .td-wpml .td-subfooter-menu .wpml-ls-first-item.menu-item-first { margin-top: 0; margin-bottom: 16px; } } @media (max-width: 767px) { .td-wpml .td-header-top-menu-full, .td-wpml .td-header-sp-top-menu { display: block !important; } .td-wpml .td-header-sp-top-menu { width: 100%; } .td-wpml .td-header-top-menu { background-color: #3c3c3c !important; padding-left: 17px; padding-right: 17px; box-shadow: inset 0px -3px 3px -1px rgba(0, 0, 0, 0.2); } .td-wpml .td_ul_logout, .td-wpml .td_ul_login, .td-wpml .td-header-sp-top-widget, .td-wpml .td-weather-top-widget { display: none !important; } .td-wpml .menu-top-container { margin-right: 0; float: right; } .td-wpml .menu-top-container .top-header-menu > li { display: none; } .td-wpml .menu-top-container .top-header-menu > li a { margin-right: 0; } .td-wpml .menu-top-container .top-header-menu .wpml-ls-item { display: inline-block; margin-top: 0; } .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children { position: static; display: inline-block; width: 100%; } .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children > a { pointer-events: none; } .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children .sub-menu { position: absolute; display: block; background-color: rgba(25, 25, 25, 0.95); padding: 7px 10px; visibility: hidden; opacity: 0; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; transform: translate3d(0, 10px, 0); -webkit-transform: translate3d(0, 10px, 0); right: 0; left: auto; margin: 0; } .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children .sub-menu:before { content: ''; position: absolute; bottom: 100%; width: 0; height: 0; left: 0; right: 0; margin: auto; border-style: solid; border-width: 0 6px 6px 6px; border-color: transparent transparent rgba(25, 25, 25, 0.95); } .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children .sub-menu:after { content: ''; position: absolute; bottom: 100%; width: 100%; height: 30px; background-color: transparent; right: 0; } .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children .sub-menu li { display: block; padding: 3px 0; white-space: nowrap; } .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children .sub-menu a { margin: 0 10px; } .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children:hover .sub-menu { visibility: visible; opacity: 1; transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); } } /* ---------------------------------------------------------------------------- Search */ .td-header-wrap .td_module_mx2 .entry-title a:after { position: absolute; left: 0; width: 100%; top: 0; bottom: 0; content: ''; z-index: 1; } .td-header-wrap .result-msg { text-align: center; padding: 4px 0 6px 0; font-family: 'Roboto', sans-serif; font-size: 12px; color: #222; font-style: italic; } .td-header-wrap .result-msg a { color: #222; display: block; } .td-header-wrap .result-msg a:hover { color: var(--td_theme_color, #4db2ec); } .td-header-wrap .td-aj-search-results { background-color: rgba(144, 144, 144, 0.02); border-top: 1px solid #ededed; border-bottom: 1px solid #ededed; padding: 10px 0; } .td-header-wrap .td-aj-search-results .item-details { margin: 10px 20px 10px 115px; } .td-header-wrap .td-aj-search-results .td-module-thumb { top: 10px; margin-left: 20px; } .td-header-wrap .td_module_mx2 { padding-bottom: 0; } .td-header-wrap .no-result { background-color: #fdfdfd; border-top: 1px solid #ededed; border-bottom: 1px solid #ededed; } .td-header-wrap .td-aj-cur-element { background-color: rgba(128, 128, 128, 0.1); } /* ------------------------------------------------------------------- Headers style ---------------------------------------------------------------------- */ /* General */ .td-header-top-menu-full { position: relative; z-index: 9999; /* responsive portrait phone */ } @media (max-width: 767px) { .td-header-top-menu-full { display: none; } } @media (min-width: 768px) { .td-affix .header-search-wrap .td-icon-search { line-height: 48px !important; } .td-affix #td-header-menu { display: block; } } /* fix logo alignment for logo in menus */ @media (min-width: 768px) { .td-header-style-5 .td-affix .td-main-menu-logo img, .td-header-style-6 .td-affix .td-main-menu-logo img, .td-header-style-12 .td-affix .td-main-menu-logo img { top: 0; } } @-moz-document url-prefix() { @media (min-width: 768px) { .td-header-style-5 .td-main-menu-logo a img, .td-header-style-6 .td-main-menu-logo a img, .td-header-style-12 .td-main-menu-logo a img { top: -1px; } } } .td-logo-mobile-loaded { /* responsive portrait phone */ } @media (max-width: 767px) { .td-logo-mobile-loaded { display: none; } } /* ------------------------------------------------------------------- Style 1 ---------------------------------------------------------------------- */ .td-header-style-1 .td-header-top-menu-full { background-color: #222222; } .td-header-style-1 .td-header-sp-logo { width: 284px; position: relative; height: 90px; margin: 28px 28px 9px 28px; /* responsive landscape tablet */ /* responsive portrait tablet */ /* responsive portrait phone */ } @media (min-width: 1019px) and (max-width: 1140px) { .td-header-style-1 .td-header-sp-logo { width: 224px; margin-left: 0; } } @media (min-width: 768px) and (max-width: 1018px) { .td-header-style-1 .td-header-sp-logo { width: 214px; margin: 14px 28px 0 28px; max-height: 60px; } } @media (max-width: 767px) { .td-header-style-1 .td-header-sp-logo { display: none; } } .td-header-style-1 .td-header-sp-logo img { width: auto; max-height: 90px; /* responsive portrait tablet */ } @media (min-width: 768px) and (max-width: 1018px) { .td-header-style-1 .td-header-sp-logo img { max-height: 60px; } } .td-header-style-1 .td-header-sp-recs { margin: 28px 0 9px 0; /* responsive portrait tablet */ /* responsive portrait phone */ /* responsive portrait tablet */ /* fix for block template 17 */ } @media (min-width: 768px) and (max-width: 1018px) { .td-header-style-1 .td-header-sp-recs { margin: 14px 0 0 0; } } @media (max-width: 767px) { .td-header-style-1 .td-header-sp-recs { margin: 0; } } @media (min-width: 768px) { .td-header-style-1 .td-header-sp-recs .td-a-rec-id-header > div, .td-header-style-1 .td-header-sp-recs .td-g-rec-id-header > .adsbygoogle { margin: auto; } } .td-header-style-1 .td-header-sp-recs .td_block_template_17 { transform: none; -webkit-transform: none; } .td-header-style-1.td-header-background-image { /* desktop */ /* responsive portrait tablet */ } @media (min-width: 1018px) { .td-header-style-1.td-header-background-image .td-header-sp-recs, .td-header-style-1.td-header-background-image .td-header-sp-logo { margin-bottom: 28px; } } @media (min-width: 768px) and (max-width: 1018px) { .td-header-style-1.td-header-background-image .td-header-sp-recs, .td-header-style-1.td-header-background-image .td-header-sp-logo { margin-bottom: 14px; } } .td-header-style-1 .header-search-wrap .td-icon-search { color: #000; /* responsive portrait phone */ } @media (max-width: 767px) { .td-header-style-1 .header-search-wrap .td-icon-search { color: #fff; } } .td-header-style-1 .td-header-rec-wrap .td-adspot-title { margin-bottom: 0; top: -21px; /* responsive portrait tablet */ } @media (min-width: 768px) and (max-width: 1018px) { .td-header-style-1 .td-header-rec-wrap .td-adspot-title { top: -17px; } } @media (max-width: 767px) { .td-header-style-1 .td-header-rec-wrap .td-adspot-title { top: 0; margin-bottom: -10px; } } /* ------------------------------------------------------------------- Style 2 ---------------------------------------------------------------------- */ .td-header-style-2 .td-header-top-menu-full { background-color: #222222; } .td-header-style-2 .td-header-sp-logo { width: 284px; position: relative; height: 90px; margin: 24px 28px 0 28px; /* responsive landscape tablet */ /* responsive portrait tablet */ /* responsive portrait phone */ } @media (min-width: 1019px) and (max-width: 1140px) { .td-header-style-2 .td-header-sp-logo { width: 224px; margin: 24px 14px 0 14px; } } @media (min-width: 768px) and (max-width: 1018px) { .td-header-style-2 .td-header-sp-logo { width: 214px; height: 60px; margin-top: 14px; } } @media (max-width: 767px) { .td-header-style-2 .td-header-sp-logo { display: none; } } .td-header-style-2 .td-header-sp-logo img { width: auto; max-height: 90px; /* responsive portrait tablet */ } @media (min-width: 768px) and (max-width: 1018px) { .td-header-style-2 .td-header-sp-logo img { max-height: 60px; } } .td-header-style-2 .td-header-sp-recs { margin: 24px 0 0 0; /* responsive portrait tablet */ /* responsive portrait phone */ /* responsive portrait tablet */ /* fix for block template 17 */ } @media (min-width: 768px) and (max-width: 1018px) { .td-header-style-2 .td-header-sp-recs { margin-top: 14px; } } @media (max-width: 767px) { .td-header-style-2 .td-header-sp-recs { margin: 0; } } @media (min-width: 768px) { .td-header-style-2 .td-header-sp-recs .td-a-rec-id-header > div, .td-header-style-2 .td-header-sp-recs .td-g-rec-id-header > .adsbygoogle { margin: auto; } } .td-header-style-2 .td-header-sp-recs .td_block_template_17 { transform: none; -webkit-transform: none; } .td-header-style-2.td-header-background-image { /* desktop */ /* responsive portrait tablet */ } @media (min-width: 1018px) { .td-header-style-2.td-header-background-image .td-header-sp-recs, .td-header-style-2.td-header-background-image .td-header-sp-logo { margin-bottom: 24px; } } @media (min-width: 768px) and (max-width: 1018px) { .td-header-style-2.td-header-background-image .td-header-sp-recs, .td-header-style-2.td-header-background-image .td-header-sp-logo { margin-bottom: 14px; } } .td-header-style-2 .header-search-wrap .td-icon-search { color: #000; /* responsive portrait phone */ } @media (max-width: 767px) { .td-header-style-2 .header-search-wrap .td-icon-search { color: #fff; } } .td-header-style-2 .td-header-menu-wrap-full { position: relative; } .td-header-style-2 .td-header-rec-wrap .td-adspot-title { margin-bottom: 0; top: -21px; /* responsive portrait tablet */ } @media (min-width: 768px) and (max-width: 1018px) { .td-header-style-2 .td-header-rec-wrap .td-adspot-title { top: -17px; } } @media (max-width: 767px) { .td-header-style-2 .td-header-rec-wrap .td-adspot-title { top: 0; margin-bottom: -10px; } } .single_template_6 .td-header-style-2 .td-header-sp-recs, .single_template_7 .td-header-style-2 .td-header-sp-recs, .homepage-post.single_template_7 .td-header-style-2 .td-header-sp-recs, .single_template_8 .td-header-style-2 .td-header-sp-recs, .single_template_10 .td-header-style-2 .td-header-sp-recs, .single_template_11 .td-header-style-2 .td-header-sp-recs, .td_category_template_2 .td-header-style-2 .td-header-sp-recs, .td_category_template_5 .td-header-style-2 .td-header-sp-recs, .td_category_template_6 .td-header-style-2 .td-header-sp-recs, .td_category_template_8 .td-header-style-2 .td-header-sp-recs { /* responsive min landscape tablet */ /* responsive portrait tablet */ } @media (min-width: 1019px) { .single_template_6 .td-header-style-2 .td-header-sp-recs, .single_template_7 .td-header-style-2 .td-header-sp-recs, .homepage-post.single_template_7 .td-header-style-2 .td-header-sp-recs, .single_template_8 .td-header-style-2 .td-header-sp-recs, .single_template_10 .td-header-style-2 .td-header-sp-recs, .single_template_11 .td-header-style-2 .td-header-sp-recs, .td_category_template_2 .td-header-style-2 .td-header-sp-recs, .td_category_template_5 .td-header-style-2 .td-header-sp-recs, .td_category_template_6 .td-header-style-2 .td-header-sp-recs, .td_category_template_8 .td-header-style-2 .td-header-sp-recs { margin-bottom: 24px; } } @media (min-width: 768px) and (max-width: 1018px) { .single_template_6 .td-header-style-2 .td-header-sp-recs, .single_template_7 .td-header-style-2 .td-header-sp-recs, .homepage-post.single_template_7 .td-header-style-2 .td-header-sp-recs, .single_template_8 .td-header-style-2 .td-header-sp-recs, .single_template_10 .td-header-style-2 .td-header-sp-recs, .single_template_11 .td-header-style-2 .td-header-sp-recs, .td_category_template_2 .td-header-style-2 .td-header-sp-recs, .td_category_template_5 .td-header-style-2 .td-header-sp-recs, .td_category_template_6 .td-header-style-2 .td-header-sp-recs, .td_category_template_8 .td-header-style-2 .td-header-sp-recs { margin-bottom: 14px; } } .td_category_template_7 .td-header-style-2 .td-header-sp-recs { /* responsive min landscape tablet */ } @media (min-width: 1019px) { .td_category_template_7 .td-header-style-2 .td-header-sp-recs { margin-bottom: 6px; } } /* ------------------------------------------------------------------- Styles 3 & 4 & 5 & 6 & 12 ---------------------------------------------------------------------- */ .td-header-style-3 .td-header-menu-social .td-social-icon-wrap a, .td-header-style-4 .td-header-menu-social .td-social-icon-wrap a, .td-header-style-5 .td-header-menu-social .td-social-icon-wrap a, .td-header-style-6 .td-header-menu-social .td-social-icon-wrap a, .td-header-style-12 .td-header-menu-social .td-social-icon-wrap a { color: #fff; } .td-header-style-3 .td-header-menu-social + .td-search-wrapper #td-header-search-button:before, .td-header-style-4 .td-header-menu-social + .td-search-wrapper #td-header-search-button:before, .td-header-style-5 .td-header-menu-social + .td-search-wrapper #td-header-search-button:before, .td-header-style-6 .td-header-menu-social + .td-search-wrapper #td-header-search-button:before, .td-header-style-12 .td-header-menu-social + .td-search-wrapper #td-header-search-button:before { background-color: #fff; } /* ------------------------------------------------------------------- Style 3 ---------------------------------------------------------------------- */ .td-header-style-3 .td-header-menu-wrap-full { background-color: transparent !important; } .td-header-style-3 .td-header-top-menu-full { background-color: #111; } .td-header-style-3 .td-header-sp-logo { width: 284px; position: relative; height: 90px; margin: 28px; /* responsive landscape tablet */ /* responsive portrait tablet */ /* responsive portrait phone */ } @media (min-width: 1019px) and (max-width: 1140px) { .td-header-style-3 .td-header-sp-logo { width: 224px; margin-left: 0; } } @media (min-width: 768px) and (max-width: 1018px) { .td-header-style-3 .td-header-sp-logo { width: 214px; height: 60px; margin: 14px 28px 0 28px; } } @media (max-width: 767px) { .td-header-style-3 .td-header-sp-logo { display: none; } } .td-header-style-3 .td-header-sp-logo img { width: auto; max-height: 90px; /* responsive portrait tablet */ } @media (min-width: 768px) and (max-width: 1018px) { .td-header-style-3 .td-header-sp-logo img { max-height: 60px; } } .td-header-style-3 .td-header-sp-recs { margin: 28px 0; /* responsive portrait tablet */ /* responsive portrait phone */ /* responsive portrait tablet */ /* fix for block template 17 */ } @media (min-width: 768px) and (max-width: 1018px) { .td-header-style-3 .td-header-sp-recs { margin: 14px 0; } } @media (max-width: 767px) { .td-header-style-3 .td-header-sp-recs { margin: 0; } } @media (min-width: 768px) { .td-header-style-3 .td-header-sp-recs .td-a-rec-id-header > div, .td-header-style-3 .td-header-sp-recs .td-g-rec-id-header > .adsbygoogle { margin: auto; } } .td-header-style-3 .td-header-sp-recs .td_block_template_17 { transform: none; -webkit-transform: none; } .td-header-style-3 .header-search-wrap .td-icon-search { color: #fff; } .td-header-style-3 .td-header-main-menu { background-color: #151515; /* responsive portrait phone */ } @media (max-width: 767px) { .td-header-style-3 .td-header-main-menu { padding-left: 2px; } } .td-header-style-3 .sf-menu > li > a { color: #fff; } .td-header-style-3 .sf-menu > li > a:after { display: none; } .td-header-style-3 .black-menu { /* hover and current menu */ } .td-header-style-3 .black-menu .sf-menu > .current-menu-item > a, .td-header-style-3 .black-menu .sf-menu > .current-menu-ancestor > a, .td-header-style-3 .black-menu .sf-menu > .current-category-ancestor > a, .td-header-style-3 .black-menu .sf-menu > li > a:hover, .td-header-style-3 .black-menu .sf-menu > .sfHover > a { background-color: var(--td_theme_color, #4db2ec); } .td-header-style-3 .td-affix { background-color: transparent !important; } .td-header-style-3 .td-affix .td-header-main-menu { background-color: #151515; } .td-header-style-3 .td-header-rec-wrap .td-adspot-title { margin-bottom: 0; top: -21px; /* responsive portrait tablet */ } @media (min-width: 768px) and (max-width: 1018px) { .td-header-style-3 .td-header-rec-wrap .td-adspot-title { top: -17px; } } @media (max-width: 767px) { .td-header-style-3 .td-header-rec-wrap .td-adspot-title { top: 0; margin-bottom: -10px; } } .td-boxed-layout .td-header-style-3 .td-header-menu-wrap { background-color: #151515 !important; } .td-full-layout .td-header-style-3 { /* desktop only */ } .td-full-layout .td-header-style-3 .td-header-main-menu { padding-left: 21px; /* responsive portrait phone */ } @media (max-width: 767px) { .td-full-layout .td-header-style-3 .td-header-main-menu { padding-left: 0; } } @media (min-width: 1140px) { .td-full-layout .td-header-style-3 .td-header-menu-no-search .td-header-main-menu { padding-right: 21px; } } .td-full-layout .td-header-style-3 .td-no-subcats .td-mega-span:first-child { margin-left: 17px; /* responsive landscape tablet */ } @media (max-width: 1140px) { .td-full-layout .td-header-style-3 .td-no-subcats .td-mega-span:first-child { margin-left: 18px; } } .td-full-layout .td-header-style-3 .td-mega-menu ul { width: 1068px !important; box-shadow: none; border-top: none; /* responsive landscape tablet */ /* responsive portrait tablet */ } @media (min-width: 1019px) and (max-width: 1140px) { .td-full-layout .td-header-style-3 .td-mega-menu ul { width: 980px !important; } } @media (min-width: 768px) and (max-width: 1018px) { .td-full-layout .td-header-style-3 .td-mega-menu ul { width: 740px !important; } } .td-full-layout .td-header-style-3 .td-mega-menu .td_block_mega_menu .td-next-prev-wrap { margin: 0 0 18px 18px; } .td-full-layout .td-header-style-3 .td_mega_menu_sub_cats { width: 208px; padding-top: 18px; /* responsive landscape tablet */ /* responsive portrait tablet */ } @media (min-width: 1019px) and (max-width: 1140px) { .td-full-layout .td-header-style-3 .td_mega_menu_sub_cats { width: 192px; } } @media (min-width: 768px) and (max-width: 1018px) { .td-full-layout .td-header-style-3 .td_mega_menu_sub_cats { width: 144px; } } .td-full-layout .td-header-style-3 .td_mega_menu_sub_cats a { padding: 5px 18px; } @media (min-width: 768px) and (max-width: 1018px) { .td-full-layout .td-header-style-3 .td_mega_menu_sub_cats a { padding: 3px 18px; } } .td-full-layout .td-header-style-3 .block-mega-child-cats { max-height: 216px; } @media (min-width: 768px) and (max-width: 1018px) { .td-full-layout .td-header-style-3 .block-mega-child-cats { max-height: 192px; } } .td-full-layout .td-header-style-3 .td-mega-row { padding: 18px 0 12px 0; } .td-full-layout .td-header-style-3 .td-mega-span { width: 192px; min-height: 199px; margin-left: 18px; /* responsive landscape tablet */ /* responsive portrait tablet */ } @media (min-width: 1019px) and (max-width: 1140px) { .td-full-layout .td-header-style-3 .td-mega-span { width: 174px; min-height: 187px; } } @media (min-width: 768px) and (max-width: 1018px) { .td-full-layout .td-header-style-3 .td-mega-span { width: 126px; min-height: 174px; } } .td-full-layout .td-header-style-3 .td-mega-span .entry-thumb { min-height: 132px; /* responsive landscape tablet */ /* responsive portrait tablet */ } @media (min-width: 1019px) and (max-width: 1140px) { .td-full-layout .td-header-style-3 .td-mega-span .entry-thumb { min-height: 120px; } } @media (min-width: 768px) and (max-width: 1018px) { .td-full-layout .td-header-style-3 .td-mega-span .entry-thumb { min-height: 87px; } } /* ------------------------------------------------------------------- Style 4 & 5 & 6 & 7 & 12 & mp 1 ---------------------------------------------------------------------- */ .td-header-style-4 #td-header-menu, .td-header-style-5 #td-header-menu, .td-header-style-6 #td-header-menu, .td-header-style-7 #td-header-menu, .td-header-style-12 #td-header-menu { display: block; } /* ------------------------------------------------------------------- Style 4 ---------------------------------------------------------------------- */ .td-header-style-4 { /* desktop only */ } .td-header-style-4 .td-header-top-menu-full { background-color: #111; } .td-header-style-4 .td-main-menu-logo { margin: 0; display: block; /* responsive portrait phone */ } @media (max-width: 767px) { .td-header-style-4 .td-main-menu-logo { float: left; display: inline; width: 0; } } .td-header-style-4 .td-main-menu-logo img { margin: 0 21px 0 0; /* responsive landscape tablet */ /* responsive portrait tablet */ /* responsive portrait phone */ } @media (min-width: 1019px) and (max-width: 1140px) { .td-header-style-4 .td-main-menu-logo img { margin: 0 14px; } } @media (min-width: 768px) and (max-width: 1018px) { .td-header-style-4 .td-main-menu-logo img { margin: 0 10px; } } @media (max-width: 767px) { .td-header-style-4 .td-main-menu-logo img { margin: auto; } } @media (min-width: 768px) { .td-header-style-4 .td-main-menu-logo img { top: -1px; } .td-header-style-4 .td-affix .td-main-menu-logo img { top: 0; } } .td-header-style-4 .td-header-sp-recs { width: 100%; /* responsive min portrait tablet */ /* responsive min landscape tablet */ } @media (min-width: 768px) { .td-header-style-4 .td-header-sp-recs { margin: 14px auto; } } @media (min-width: 1019px) { .td-header-style-4 .td-header-sp-recs { margin: 24px auto; } } .td-header-style-4 .td-header-sp-recs img { position: relative; } .td-header-style-4 .td-header-sp-recs .adsbygoogle { position: relative; display: block !important; } .td-header-style-4 .td-header-rec-wrap { min-height: 0; /* responsive portrait phone */ } @media (max-width: 767px) { .td-header-style-4 .td-header-rec-wrap { width: 100% !important; padding: 0 10px; } } .td-header-style-4 .header-search-wrap .td-icon-search { color: #fff; } .td-header-style-4 .td-header-menu-wrap-full { background-color: transparent !important; } .td-header-style-4 .td-header-main-menu { background-color: #151515; } @media (min-width: 1140px) { .td-header-style-4 .td-header-menu-no-search .td-header-main-menu { padding-right: 21px; } } .td-header-style-4 .black-menu { /* hover and current menu */ } .td-header-style-4 .black-menu .sf-menu > .current-menu-item > a, .td-header-style-4 .black-menu .sf-menu > .current-menu-ancestor > a, .td-header-style-4 .black-menu .sf-menu > .current-category-ancestor > a, .td-header-style-4 .black-menu .sf-menu > li > a:hover, .td-header-style-4 .black-menu .sf-menu > .sfHover > a { background-color: var(--td_theme_color, #4db2ec); } .td-header-style-4 .sf-menu > li > a { color: #fff; /* responsive landscape tablet */ } @media (min-width: 1019px) and (max-width: 1140px) { .td-header-style-4 .sf-menu > li > a { padding: 0 12px; } } .td-header-style-4 .sf-menu > li > a:after { display: none; } .td-header-style-4 .sf-menu a.sf-with-ul { /* responsive landscape tablet */ } @media (min-width: 1019px) and (max-width: 1140px) { .td-header-style-4 .sf-menu a.sf-with-ul { padding-right: 26px; } } .td-header-style-4 .td-affix { background-color: transparent !important; } .td-header-style-4 .td-affix .td-header-main-menu { background-color: #151515; } .td-boxed-layout .td-header-style-4 .td-header-menu-wrap { background-color: #151515 !important; } .td-full-layout .td-header-style-4 .td-main-menu-logo { margin: 0; display: block; } .td-full-layout .td-header-style-4 .td-main-menu-logo img { margin: 0 21px; /* responsive landscape tablet */ /* responsive portrait tablet */ /* responsive portrait phone */ } @media (min-width: 1019px) and (max-width: 1140px) { .td-full-layout .td-header-style-4 .td-main-menu-logo img { margin: 0 14px; } } @media (min-width: 768px) and (max-width: 1018px) { .td-full-layout .td-header-style-4 .td-main-menu-logo img { margin: 0 10px; } } @media (max-width: 767px) { .td-full-layout .td-header-style-4 .td-main-menu-logo img { margin: auto; } } .td-full-layout .td-header-style-4 .td-no-subcats .td-mega-span:first-child { margin-left: 17px; /* responsive landscape tablet */ } @media (max-width: 1140px) { .td-full-layout .td-header-style-4 .td-no-subcats .td-mega-span:first-child { margin-left: 18px; } } .td-full-layout .td-header-style-4 .td-mega-menu ul { width: 1068px !important; box-shadow: none; border-top: none; /* responsive landscape tablet */ /* responsive portrait tablet */ } @media (min-width: 1019px) and (max-width: 1140px) { .td-full-layout .td-header-style-4 .td-mega-menu ul { width: 980px !important; } } @media (min-width: 768px) and (max-width: 1018px) { .td-full-layout .td-header-style-4 .td-mega-menu ul { width: 740px !important; } } .td-full-layout .td-header-style-4 .td-mega-menu .td-next-prev-wrap { margin: 0 0 18px 18px; } .td-full-layout .td-header-style-4 .td_mega_menu_sub_cats { width: 208px; padding-top: 18px; /* responsive landscape tablet */ /* responsive portrait tablet */ } @media (min-width: 1019px) and (max-width: 1140px) { .td-full-layout .td-header-style-4 .td_mega_menu_sub_cats { width: 192px; } } @media (min-width: 768px) and (max-width: 1018px) { .td-full-layout .td-header-style-4 .td_mega_menu_sub_cats { width: 144px; } } .td-full-layout .td-header-style-4 .td_mega_menu_sub_cats a { padding: 5px 18px; } @media (min-width: 768px) and (max-width: 1018px) { .td-full-layout .td-header-style-4 .td_mega_menu_sub_cats a { padding: 3px 18px; } } .td-full-layout .td-header-style-4 .block-mega-child-cats { max-height: 216px; } @media (min-width: 768px) and (max-width: 1018px) { .td-full-layout .td-header-style-4 .block-mega-child-cats { max-height: 192px; } } .td-full-layout .td-header-style-4 .td-mega-row { padding: 18px 0 12px 0; } .td-full-layout .td-header-style-4 .td-mega-span { width: 192px; min-height: 199px; margin-left: 18px; /* responsive landscape tablet */ /* responsive portrait tablet */ } @media (min-width: 1019px) and (max-width: 1140px) { .td-full-layout .td-header-style-4 .td-mega-span { width: 174px; min-height: 187px; } } @media (min-width: 768px) and (max-width: 1018px) { .td-full-layout .td-header-style-4 .td-mega-span { width: 126px; min-height: 174px; } } .td-full-layout .td-header-style-4 .td-mega-span .entry-thumb { min-height: 132px; /* responsive landscape tablet */ /* responsive portrait tablet */ } @media (min-width: 1019px) and (max-width: 1140px) { .td-full-layout .td-header-style-4 .td-mega-span .entry-thumb { min-height: 120px; } } @media (min-width: 768px) and (max-width: 1018px) { .td-full-layout .td-header-style-4 .td-mega-span .entry-thumb { min-height: 87px; } } /* ------------------------------------------------------------------- Style 5 & 6 & 7 & 8 & 9 & 10 & 11 & 12 ---------------------------------------------------------------------- */ .td-header-style-5 .td-header-sp-recs, .td-header-style-6 .td-header-sp-recs, .td-header-style-7 .td-header-sp-recs, .td-header-style-8 .td-header-sp-recs, .td-header-style-9 .td-header-sp-recs, .td-header-style-10 .td-header-sp-recs, .td-header-style-11 .td-header-sp-recs, .td-header-style-12 .td-header-sp-recs { width: 100%; /* responsive min landscape tablet */ /* responsive portrait tablet */ } @media (min-width: 1019px) { .td-header-style-5 .td-header-sp-recs, .td-header-style-6 .td-header-sp-recs, .td-header-style-7 .td-header-sp-recs, .td-header-style-8 .td-header-sp-recs, .td-header-style-9 .td-header-sp-recs, .td-header-style-10 .td-header-sp-recs, .td-header-style-11 .td-header-sp-recs, .td-header-style-12 .td-header-sp-recs { margin: 24px auto 0 auto !important; } } @media (min-width: 768px) and (max-width: 1018px) { .td-header-style-5 .td-header-sp-recs, .td-header-style-6 .td-header-sp-recs, .td-header-style-7 .td-header-sp-recs, .td-header-style-8 .td-header-sp-recs, .td-header-style-9 .td-header-sp-recs, .td-header-style-10 .td-header-sp-recs, .td-header-style-11 .td-header-sp-recs, .td-header-style-12 .td-header-sp-recs { margin: 14px auto 0 auto !important; } } .td-header-style-5.td-header-background-image .td-header-sp-recs, .td-header-style-6.td-header-background-image .td-header-sp-recs, .td-header-style-7.td-header-background-image .td-header-sp-recs, .td-header-style-8.td-header-background-image .td-header-sp-recs, .td-header-style-9.td-header-background-image .td-header-sp-recs, .td-header-style-10.td-header-background-image .td-header-sp-recs, .td-header-style-11.td-header-background-image .td-header-sp-recs, .td-header-style-12.td-header-background-image .td-header-sp-recs { /* responsive min landscape tablet */ /* responsive portrait tablet */ } @media (min-width: 1019px) { .td-header-style-5.td-header-background-image .td-header-sp-recs, .td-header-style-6.td-header-background-image .td-header-sp-recs, .td-header-style-7.td-header-background-image .td-header-sp-recs, .td-header-style-8.td-header-background-image .td-header-sp-recs, .td-header-style-9.td-header-background-image .td-header-sp-recs, .td-header-style-10.td-header-background-image .td-header-sp-recs, .td-header-style-11.td-header-background-image .td-header-sp-recs, .td-header-style-12.td-header-background-image .td-header-sp-recs { margin-bottom: 24px !important; } } @media (min-width: 768px) and (max-width: 1018px) { .td-header-style-5.td-header-background-image .td-header-sp-recs, .td-header-style-6.td-header-background-image .td-header-sp-recs, .td-header-style-7.td-header-background-image .td-header-sp-recs, .td-header-style-8.td-header-background-image .td-header-sp-recs, .td-header-style-9.td-header-background-image .td-header-sp-recs, .td-header-style-10.td-header-background-image .td-header-sp-recs, .td-header-style-11.td-header-background-image .td-header-sp-recs, .td-header-style-12.td-header-background-image .td-header-sp-recs { margin-bottom: 14px !important; } } @media (min-width: 768px) { .td-header-style-5 .td-header-rec-wrap .td-adspot-title, .td-header-style-6 .td-header-rec-wrap .td-adspot-title, .td-header-style-7 .td-header-rec-wrap .td-adspot-title, .td-header-style-8 .td-header-rec-wrap .td-adspot-title, .td-header-style-9 .td-header-rec-wrap .td-adspot-title, .td-header-style-10 .td-header-rec-wrap .td-adspot-title, .td-header-style-11 .td-header-rec-wrap .td-adspot-title, .td-header-style-12 .td-header-rec-wrap .td-adspot-title { margin-bottom: 0; top: 0; } } /* ------------------------------------------------------------------- Style 5 ---------------------------------------------------------------------- */ .td-header-style-5 { /* responsive portrait phone */ } .td-header-style-5 .td-header-top-menu-full { background-color: #f9f9f9; } .td-header-style-5 .td-header-top-menu-full .td-header-top-menu { color: #000; } .td-header-style-5 .td-header-top-menu-full a { color: #000; } .td-header-style-5 .top-header-menu .sub-menu { background-color: #f9f9f9; } .td-header-style-5 .top-header-menu .td-social-icon-wrap .td-icon-font { color: #000; } .td-header-style-5 .td-main-menu-logo { display: block; margin-right: 0; height: 60px; /* responsive portrait phone */ } @media (max-width: 767px) { .td-header-style-5 .td-main-menu-logo { float: left; margin: 0; display: inline; width: 0; height: 0; } } .td-header-style-5 .td-main-menu-logo a { line-height: 60px; } .td-header-style-5 .td-main-menu-logo img { max-height: 60px; margin-right: 20px; /* responsive portrait tablet */ /* responsive portrait phone */ } @media (min-width: 768px) and (max-width: 1018px) { .td-header-style-5 .td-main-menu-logo img { margin-right: 10px; } } @media (max-width: 767px) { .td-header-style-5 .td-main-menu-logo img { max-height: 48px; margin: auto; } } .td-header-style-5 .td-header-rec-wrap { min-height: 0; } .td-header-style-5 .td-a-rec-id-header img, .td-header-style-5 .td-g-rec-id-header img { position: relative; } .td-header-style-5 .td-a-rec-id-header .adsbygoogle, .td-header-style-5 .td-g-rec-id-header .adsbygoogle { position: relative; display: block !important; } .td-header-style-5 .td-header-menu-social { line-height: 60px; } .td-header-style-5 .header-search-wrap #td-header-search-button .td-icon-search { line-height: 60px; color: #fff; } .td-header-style-5 .td-header-menu-wrap-full { background-color: #151515; } .td-header-style-5 .black-menu { /* hover and current menu */ } .td-header-style-5 .black-menu .sf-menu > .current-menu-item > a, .td-header-style-5 .black-menu .sf-menu > .current-menu-ancestor > a, .td-header-style-5 .black-menu .sf-menu > .current-category-ancestor > a, .td-header-style-5 .black-menu .sf-menu > li > a:hover, .td-header-style-5 .black-menu .sf-menu > .sfHover > a { background-color: var(--td_theme_color, #4db2ec); } .td-header-style-5 .sf-menu > li > a { color: #fff; line-height: 60px; /* responsive landscape tablet */ } @media (min-width: 1019px) and (max-width: 1140px) { .td-header-style-5 .sf-menu > li > a { padding: 0 12px; } } .td-header-style-5 .sf-menu > li > a:after { display: none; } .td-header-style-5 .sf-menu a.sf-with-ul { /* responsive landscape tablet */ } @media (min-width: 1019px) and (max-width: 1140px) { .td-header-style-5 .sf-menu a.sf-with-ul { padding-right: 26px; } } .td-header-style-5 .td-mega-menu ul { border-top: none; } @media (max-width: 767px) { .td-header-style-5 .td-header-menu-wrap-full { height: 54px !important; } .td-header-style-5 .td-header-main-menu { height: 54px; } } .td-header-style-5 .td-affix { background-color: #161616; background-color: rgba(22, 22, 22, 0.9); } .single_template_6 .td-header-style-5 .td-a-rec-id-header > div, .single_template_7 .td-header-style-5 .td-a-rec-id-header > div, .homepage-post.single_template_7 .td-header-style-5 .td-a-rec-id-header > div, .single_template_8 .td-header-style-5 .td-a-rec-id-header > div, .single_template_10 .td-header-style-5 .td-a-rec-id-header > div, .single_template_11 .td-header-style-5 .td-a-rec-id-header > div, .td_category_template_2 .td-header-style-5 .td-a-rec-id-header > div, .td_category_template_5 .td-header-style-5 .td-a-rec-id-header > div, .td_category_template_6 .td-header-style-5 .td-a-rec-id-header > div, .td_category_template_8 .td-header-style-5 .td-a-rec-id-header > div, .single_template_6 .td-header-style-5 .td-g-rec-id-header > div, .single_template_7 .td-header-style-5 .td-g-rec-id-header > div, .homepage-post.single_template_7 .td-header-style-5 .td-g-rec-id-header > div, .single_template_8 .td-header-style-5 .td-g-rec-id-header > div, .single_template_10 .td-header-style-5 .td-g-rec-id-header > div, .single_template_11 .td-header-style-5 .td-g-rec-id-header > div, .td_category_template_2 .td-header-style-5 .td-g-rec-id-header > div, .td_category_template_5 .td-header-style-5 .td-g-rec-id-header > div, .td_category_template_6 .td-header-style-5 .td-g-rec-id-header > div, .td_category_template_8 .td-header-style-5 .td-g-rec-id-header > div, .single_template_6 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle, .single_template_7 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle, .homepage-post.single_template_7 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle, .single_template_8 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle, .single_template_10 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle, .single_template_11 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle, .td_category_template_2 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle, .td_category_template_5 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle, .td_category_template_6 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle, .td_category_template_8 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle, .single_template_6 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle, .single_template_7 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle, .homepage-post.single_template_7 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle, .single_template_8 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle, .single_template_10 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle, .single_template_11 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle, .td_category_template_2 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle, .td_category_template_5 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle, .td_category_template_6 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle, .td_category_template_8 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle { /* responsive min landscape tablet */ /* responsive portrait tablet */ } @media (min-width: 1019px) { .single_template_6 .td-header-style-5 .td-a-rec-id-header > div, .single_template_7 .td-header-style-5 .td-a-rec-id-header > div, .homepage-post.single_template_7 .td-header-style-5 .td-a-rec-id-header > div, .single_template_8 .td-header-style-5 .td-a-rec-id-header > div, .single_template_10 .td-header-style-5 .td-a-rec-id-header > div, .single_template_11 .td-header-style-5 .td-a-rec-id-header > div, .td_category_template_2 .td-header-style-5 .td-a-rec-id-header > div, .td_category_template_5 .td-header-style-5 .td-a-rec-id-header > div, .td_category_template_6 .td-header-style-5 .td-a-rec-id-header > div, .td_category_template_8 .td-header-style-5 .td-a-rec-id-header > div, .single_template_6 .td-header-style-5 .td-g-rec-id-header > div, .single_template_7 .td-header-style-5 .td-g-rec-id-header > div, .homepage-post.single_template_7 .td-header-style-5 .td-g-rec-id-header > div, .single_template_8 .td-header-style-5 .td-g-rec-id-header > div, .single_template_10 .td-header-style-5 .td-g-rec-id-header > div, .single_template_11 .td-header-style-5 .td-g-rec-id-header > div, .td_category_template_2 .td-header-style-5 .td-g-rec-id-header > div, .td_category_template_5 .td-header-style-5 .td-g-rec-id-header > div, .td_category_template_6 .td-header-style-5 .td-g-rec-id-header > div, .td_category_template_8 .td-header-style-5 .td-g-rec-id-header > div, .single_template_6 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle, .single_template_7 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle, .homepage-post.single_template_7 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle, .single_template_8 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle, .single_template_10 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle, .single_template_11 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle, .td_category_template_2 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle, .td_category_template_5 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle, .td_category_template_6 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle, .td_category_template_8 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle, .single_template_6 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle, .single_template_7 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle, .homepage-post.single_template_7 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle, .single_template_8 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle, .single_template_10 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle, .single_template_11 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle, .td_category_template_2 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle, .td_category_template_5 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle, .td_category_template_6 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle, .td_category_template_8 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle { margin-bottom: 24px !important; } } @media (min-width: 768px) and (max-width: 1018px) { .single_template_6 .td-header-style-5 .td-a-rec-id-header > div, .single_template_7 .td-header-style-5 .td-a-rec-id-header > div, .homepage-post.single_template_7 .td-header-style-5 .td-a-rec-id-header > div, .single_template_8 .td-header-style-5 .td-a-rec-id-header > div, .single_template_10 .td-header-style-5 .td-a-rec-id-header > div, .single_template_11 .td-header-style-5 .td-a-rec-id-header > div, .td_category_template_2 .td-header-style-5 .td-a-rec-id-header > div, .td_category_template_5 .td-header-style-5 .td-a-rec-id-header > div, .td_category_template_6 .td-header-style-5 .td-a-rec-id-header > div, .td_category_template_8 .td-header-style-5 .td-a-rec-id-header > div, .single_template_6 .td-header-style-5 .td-g-rec-id-header > div, .single_template_7 .td-header-style-5 .td-g-rec-id-header > div, .homepage-post.single_template_7 .td-header-style-5 .td-g-rec-id-header > div, .single_template_8 .td-header-style-5 .td-g-rec-id-header > div, .single_template_10 .td-header-style-5 .td-g-rec-id-header > div, .single_template_11 .td-header-style-5 .td-g-rec-id-header > div, .td_category_template_2 .td-header-style-5 .td-g-rec-id-header > div, .td_category_template_5 .td-header-style-5 .td-g-rec-id-header > div, .td_category_template_6 .td-header-style-5 .td-g-rec-id-header > div, .td_category_template_8 .td-header-style-5 .td-g-rec-id-header > div, .single_template_6 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle, .single_template_7 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle, .homepage-post.single_template_7 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle, .single_template_8 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle, .single_template_10 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle, .single_template_11 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle, .td_category_template_2 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle, .td_category_template_5 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle, .td_category_template_6 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle, .td_category_template_8 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle, .single_template_6 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle, .single_template_7 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle, .homepage-post.single_template_7 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle, .single_template_8 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle, .single_template_10 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle, .single_template_11 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle, .td_category_template_2 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle, .td_category_template_5 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle, .td_category_template_6 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle, .td_category_template_8 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle { margin-bottom: 14px !important; } } /* ------------------------------------------------------------------- Style 6 ---------------------------------------------------------------------- */ .td-header-style-6 { /* responsive portrait phone */ } .td-header-style-6 .td-header-top-menu-full { background-color: #f9f9f9; } .td-header-style-6 .td-header-top-menu-full .td-header-top-menu { color: #000; } .td-header-style-6 .td-header-top-menu-full a { color: #000; } .td-header-style-6 .top-header-menu .sub-menu { background-color: #f9f9f9; } .td-header-style-6 .top-header-menu .td-social-icon-wrap .td-icon-font { color: #000; } .td-header-style-6 .td-main-menu-logo { display: block; margin-right: 42px; height: 80px; /* responsive landscape tablet */ /* responsive portrait tablet */ /* responsive portrait phone */ } @media (min-width: 1019px) and (max-width: 1140px) { .td-header-style-6 .td-main-menu-logo { margin-right: 20px; } } @media (min-width: 768px) and (max-width: 1018px) { .td-header-style-6 .td-main-menu-logo { margin-right: 10px; } } @media (max-width: 767px) { .td-header-style-6 .td-main-menu-logo { float: left; margin: 0; display: inline; width: 0; height: 0; } } .td-header-style-6 .td-main-menu-logo a { line-height: 80px; } .td-header-style-6 .td-main-menu-logo img { max-height: 80px; /* responsive portrait tablet */ } @media (max-width: 767px) { .td-header-style-6 .td-main-menu-logo img { max-height: 48px; } } .td-header-style-6 .td-header-rec-wrap { min-height: 0; } .td-header-style-6 .td-a-rec-id-header img, .td-header-style-6 .td-g-rec-id-header img { position: relative; } .td-header-style-6 .td-a-rec-id-header .adsbygoogle, .td-header-style-6 .td-g-rec-id-header .adsbygoogle { position: relative; display: block !important; } .td-header-style-6 .td-header-menu-social { margin-left: 3px; margin-right: 44px; line-height: 80px; } .td-header-style-6 .header-search-wrap #td-header-search-button .td-icon-search { line-height: 80px; color: #fff; } .td-header-style-6 .td-header-menu-wrap-full { background-color: #151515; } .td-header-style-6 .black-menu { /* hover and current menu */ } .td-header-style-6 .black-menu .sf-menu > .current-menu-item > a, .td-header-style-6 .black-menu .sf-menu > .current-menu-ancestor > a, .td-header-style-6 .black-menu .sf-menu > .current-category-ancestor > a, .td-header-style-6 .black-menu .sf-menu > li > a:hover, .td-header-style-6 .black-menu .sf-menu > .sfHover > a { background-color: var(--td_theme_color, #4db2ec); } .td-header-style-6 .sf-menu { float: right; } .td-header-style-6 .sf-menu > li > a { color: #fff; line-height: 80px; /* responsive landscape tablet */ } @media (min-width: 1019px) and (max-width: 1140px) { .td-header-style-6 .sf-menu > li > a { padding: 0 12px; } } .td-header-style-6 .sf-menu > li > a:after { display: none; } .td-header-style-6 .sf-menu a.sf-with-ul { /* responsive landscape tablet */ } @media (min-width: 1019px) and (max-width: 1140px) { .td-header-style-6 .sf-menu a.sf-with-ul { padding-right: 26px; } } .td-header-style-6 .td-mega-menu ul { border-top: none; } @media (max-width: 767px) { .td-header-style-6 .td-header-main-menu { height: 54px; } } .td-header-style-6 .td-affix { background-color: #161616; background-color: rgba(22, 22, 22, 0.9); } .single_template_6 .td-header-style-6 .td-a-rec-id-header > div, .single_template_7 .td-header-style-6 .td-a-rec-id-header > div, .homepage-post.single_template_7 .td-header-style-6 .td-a-rec-id-header > div, .single_template_8 .td-header-style-6 .td-a-rec-id-header > div, .single_template_10 .td-header-style-6 .td-a-rec-id-header > div, .single_template_11 .td-header-style-6 .td-a-rec-id-header > div, .td_category_template_2 .td-header-style-6 .td-a-rec-id-header > div, .td_category_template_5 .td-header-style-6 .td-a-rec-id-header > div, .td_category_template_6 .td-header-style-6 .td-a-rec-id-header > div, .td_category_template_8 .td-header-style-6 .td-a-rec-id-header > div, .single_template_6 .td-header-style-6 .td-g-rec-id-header > div, .single_template_7 .td-header-style-6 .td-g-rec-id-header > div, .homepage-post.single_template_7 .td-header-style-6 .td-g-rec-id-header > div, .single_template_8 .td-header-style-6 .td-g-rec-id-header > div, .single_template_10 .td-header-style-6 .td-g-rec-id-header > div, .single_template_11 .td-header-style-6 .td-g-rec-id-header > div, .td_category_template_2 .td-header-style-6 .td-g-rec-id-header > div, .td_category_template_5 .td-header-style-6 .td-g-rec-id-header > div, .td_category_template_6 .td-header-style-6 .td-g-rec-id-header > div, .td_category_template_8 .td-header-style-6 .td-g-rec-id-header > div, .single_template_6 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle, .single_template_7 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle, .homepage-post.single_template_7 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle, .single_template_8 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle, .single_template_10 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle, .single_template_11 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle, .td_category_template_2 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle, .td_category_template_5 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle, .td_category_template_6 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle, .td_category_template_8 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle, .single_template_6 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle, .single_template_7 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle, .homepage-post.single_template_7 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle, .single_template_8 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle, .single_template_10 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle, .single_template_11 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle, .td_category_template_2 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle, .td_category_template_5 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle, .td_category_template_6 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle, .td_category_template_8 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle { /* responsive min landscape tablet */ /* responsive portrait tablet */ } @media (min-width: 1019px) { .single_template_6 .td-header-style-6 .td-a-rec-id-header > div, .single_template_7 .td-header-style-6 .td-a-rec-id-header > div, .homepage-post.single_template_7 .td-header-style-6 .td-a-rec-id-header > div, .single_template_8 .td-header-style-6 .td-a-rec-id-header > div, .single_template_10 .td-header-style-6 .td-a-rec-id-header > div, .single_template_11 .td-header-style-6 .td-a-rec-id-header > div, .td_category_template_2 .td-header-style-6 .td-a-rec-id-header > div, .td_category_template_5 .td-header-style-6 .td-a-rec-id-header > div, .td_category_template_6 .td-header-style-6 .td-a-rec-id-header > div, .td_category_template_8 .td-header-style-6 .td-a-rec-id-header > div, .single_template_6 .td-header-style-6 .td-g-rec-id-header > div, .single_template_7 .td-header-style-6 .td-g-rec-id-header > div, .homepage-post.single_template_7 .td-header-style-6 .td-g-rec-id-header > div, .single_template_8 .td-header-style-6 .td-g-rec-id-header > div, .single_template_10 .td-header-style-6 .td-g-rec-id-header > div, .single_template_11 .td-header-style-6 .td-g-rec-id-header > div, .td_category_template_2 .td-header-style-6 .td-g-rec-id-header > div, .td_category_template_5 .td-header-style-6 .td-g-rec-id-header > div, .td_category_template_6 .td-header-style-6 .td-g-rec-id-header > div, .td_category_template_8 .td-header-style-6 .td-g-rec-id-header > div, .single_template_6 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle, .single_template_7 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle, .homepage-post.single_template_7 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle, .single_template_8 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle, .single_template_10 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle, .single_template_11 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle, .td_category_template_2 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle, .td_category_template_5 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle, .td_category_template_6 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle, .td_category_template_8 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle, .single_template_6 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle, .single_template_7 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle, .homepage-post.single_template_7 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle, .single_template_8 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle, .single_template_10 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle, .single_template_11 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle, .td_category_template_2 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle, .td_category_template_5 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle, .td_category_template_6 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle, .td_category_template_8 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle { margin-bottom: 24px !important; } } @media (min-width: 768px) and (max-width: 1018px) { .single_template_6 .td-header-style-6 .td-a-rec-id-header > div, .single_template_7 .td-header-style-6 .td-a-rec-id-header > div, .homepage-post.single_template_7 .td-header-style-6 .td-a-rec-id-header > div, .single_template_8 .td-header-style-6 .td-a-rec-id-header > div, .single_template_10 .td-header-style-6 .td-a-rec-id-header > div, .single_template_11 .td-header-style-6 .td-a-rec-id-header > div, .td_category_template_2 .td-header-style-6 .td-a-rec-id-header > div, .td_category_template_5 .td-header-style-6 .td-a-rec-id-header > div, .td_category_template_6 .td-header-style-6 .td-a-rec-id-header > div, .td_category_template_8 .td-header-style-6 .td-a-rec-id-header > div, .single_template_6 .td-header-style-6 .td-g-rec-id-header > div, .single_template_7 .td-header-style-6 .td-g-rec-id-header > div, .homepage-post.single_template_7 .td-header-style-6 .td-g-rec-id-header > div, .single_template_8 .td-header-style-6 .td-g-rec-id-header > div, .single_template_10 .td-header-style-6 .td-g-rec-id-header > div, .single_template_11 .td-header-style-6 .td-g-rec-id-header > div, .td_category_template_2 .td-header-style-6 .td-g-rec-id-header > div, .td_category_template_5 .td-header-style-6 .td-g-rec-id-header > div, .td_category_template_6 .td-header-style-6 .td-g-rec-id-header > div, .td_category_template_8 .td-header-style-6 .td-g-rec-id-header > div, .single_template_6 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle, .single_template_7 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle, .homepage-post.single_template_7 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle, .single_template_8 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle, .single_template_10 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle, .single_template_11 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle, .td_category_template_2 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle, .td_category_template_5 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle, .td_category_template_6 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle, .td_category_template_8 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle, .single_template_6 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle, .single_template_7 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle, .homepage-post.single_template_7 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle, .single_template_8 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle, .single_template_10 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle, .single_template_11 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle, .td_category_template_2 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle, .td_category_template_5 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle, .td_category_template_6 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle, .td_category_template_8 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle { margin-bottom: 14px !important; } } /* ------------------------------------------------------------------- Style 7 ---------------------------------------------------------------------- */ .td-header-style-7 { /* responsive portrait phone */ } .td-header-style-7 .td-header-top-menu-full { background-color: #fff; } .td-header-style-7 .td-header-top-menu-full a { color: #000; } .td-header-style-7 .td-header-top-menu { color: #000; border-bottom: 1px solid #e0e0e0; /* responsive portrait phone */ } @media (max-width: 767px) { .td-header-style-7 .td-header-top-menu { padding: 5px 0; } } .td-header-style-7 .td-header-top-menu .td-social-icon-wrap .td-icon-font { color: #000; } .td-header-style-7 .top-header-menu .sub-menu { background-color: #fff; } .td-header-style-7 .td-header-sp-logo { margin-right: 42px; float: left; height: 106px; padding: 0; /* responsive landscape tablet */ /* responsive portrait tablet */ /* responsive portrait phone */ } @media (min-width: 1019px) and (max-width: 1140px) { .td-header-style-7 .td-header-sp-logo { margin-right: 20px; } } @media (min-width: 768px) and (max-width: 1018px) { .td-header-style-7 .td-header-sp-logo { margin-right: 10px; height: 54px; } } @media (max-width: 767px) { .td-header-style-7 .td-header-sp-logo { display: none; } } .td-header-style-7 .td-header-sp-logo a { line-height: 106px; /* responsive portrait tablet */ } @media (min-width: 768px) and (max-width: 1018px) { .td-header-style-7 .td-header-sp-logo a { line-height: 54px; } } .td-header-style-7 .td-header-sp-logo img { width: auto; max-height: 106px; position: relative; padding: 6px 0; line-height: 106px; vertical-align: middle; /* responsive portrait tablet */ } @media (min-width: 768px) and (max-width: 1018px) { .td-header-style-7 .td-header-sp-logo img { max-width: 140px; max-height: 54px; line-height: 54px; padding: 3px 0; } } @media (min-width: 768px) { .td-header-style-7 .td-header-sp-logo img { top: -1px; } .td-header-style-7 .td-affix .td-header-sp-logo img { top: 0; } } .td-header-style-7 .td-main-menu-logo { display: none; /* responsive portrait phone */ } @media (max-width: 767px) { .td-header-style-7 .td-main-menu-logo { display: block; } } .td-header-style-7 .td-header-rec-wrap { min-height: 0; } .td-header-style-7 .td-a-rec-id-header img, .td-header-style-7 .td-g-rec-id-header img { position: relative; } .td-header-style-7 .td-a-rec-id-header .adsbygoogle, .td-header-style-7 .td-g-rec-id-header .adsbygoogle { position: relative; display: block !important; } .td-header-style-7 .td-header-menu-social { margin-top: 28px; margin-left: 3px; margin-right: 44px; line-height: 78px; /* responsive portrait tablet */ } @media (min-width: 768px) and (max-width: 1018px) { .td-header-style-7 .td-header-menu-social { line-height: 48px; } } .td-header-style-7 #td-top-search { margin-top: 0; top: auto; bottom: 17px; /* responsive portrait tablet */ /* responsive portrait phone */ } @media (min-width: 768px) and (max-width: 1018px) { .td-header-style-7 #td-top-search { bottom: 0; } } @media (max-width: 767px) { .td-header-style-7 #td-top-search { bottom: 0; } } .td-header-style-7 .header-search-wrap { bottom: 0; top: auto; } .td-header-style-7 .header-search-wrap .td-icon-search { color: #000; /* responsive portrait phone */ } @media (max-width: 767px) { .td-header-style-7 .header-search-wrap .td-icon-search { color: #fff; } } .td-header-style-7 .header-search-wrap #td-header-search-button .td-icon-search { line-height: 78px; /* responsive portrait tablet */ } @media (min-width: 768px) and (max-width: 1018px) { .td-header-style-7 .header-search-wrap #td-header-search-button .td-icon-search { line-height: 48px; } } .td-header-style-7 .td-header-menu-wrap-full, .td-header-style-7 .td-header-main-menu { position: relative; } .td-header-style-7 .sf-menu { margin-top: 28px; float: right; /* responsive portrait tablet */ } @media (min-width: 768px) and (max-width: 1018px) { .td-header-style-7 .sf-menu { margin-top: 6px; } } .td-header-style-7 .sf-menu > li > a { line-height: 78px; /* responsive landscape tablet */ /* responsive portrait tablet */ } @media (min-width: 1019px) and (max-width: 1140px) { .td-header-style-7 .sf-menu > li > a { padding: 0 12px; } } @media (min-width: 768px) and (max-width: 1018px) { .td-header-style-7 .sf-menu > li > a { line-height: 48px; } } .td-header-style-7 .sf-menu a.sf-with-ul { /* responsive landscape tablet */ } @media (min-width: 1019px) and (max-width: 1140px) { .td-header-style-7 .sf-menu a.sf-with-ul { padding-right: 26px; } } @media (max-width: 767px) { .td-header-style-7 .td-header-main-menu { height: 54px; } } .td-header-style-7 .td-affix .td-header-sp-logo { display: none; } .td-header-style-7 .td-affix .td-logo-sticky { display: block; } .td-header-style-7 .td-affix .sf-menu { margin-top: 0; } .td-header-style-7 .td-affix .td-header-menu-social { margin-top: 0; } .td-header-style-7 .td-affix .td-header-menu-social .td-social-icon-wrap i { margin-top: 0; } .td-header-style-7 .td-affix .header-search-wrap { margin-top: 0; } .td-header-style-7 .td-affix #td-top-search { bottom: 0; } .single_template_6 .td-header-style-7 .td-a-rec-id-header > div, .single_template_7 .td-header-style-7 .td-a-rec-id-header > div, .homepage-post.single_template_7 .td-header-style-7 .td-a-rec-id-header > div, .single_template_8 .td-header-style-7 .td-a-rec-id-header > div, .single_template_10 .td-header-style-7 .td-a-rec-id-header > div, .single_template_11 .td-header-style-7 .td-a-rec-id-header > div, .td_category_template_2 .td-header-style-7 .td-a-rec-id-header > div, .td_category_template_5 .td-header-style-7 .td-a-rec-id-header > div, .td_category_template_6 .td-header-style-7 .td-a-rec-id-header > div, .td_category_template_8 .td-header-style-7 .td-a-rec-id-header > div, .single_template_6 .td-header-style-7 .td-g-rec-id-header > div, .single_template_7 .td-header-style-7 .td-g-rec-id-header > div, .homepage-post.single_template_7 .td-header-style-7 .td-g-rec-id-header > div, .single_template_8 .td-header-style-7 .td-g-rec-id-header > div, .single_template_10 .td-header-style-7 .td-g-rec-id-header > div, .single_template_11 .td-header-style-7 .td-g-rec-id-header > div, .td_category_template_2 .td-header-style-7 .td-g-rec-id-header > div, .td_category_template_5 .td-header-style-7 .td-g-rec-id-header > div, .td_category_template_6 .td-header-style-7 .td-g-rec-id-header > div, .td_category_template_8 .td-header-style-7 .td-g-rec-id-header > div, .single_template_6 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle, .single_template_7 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle, .homepage-post.single_template_7 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle, .single_template_8 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle, .single_template_10 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle, .single_template_11 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle, .td_category_template_2 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle, .td_category_template_5 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle, .td_category_template_6 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle, .td_category_template_8 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle, .single_template_6 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle, .single_template_7 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle, .homepage-post.single_template_7 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle, .single_template_8 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle, .single_template_10 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle, .single_template_11 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle, .td_category_template_2 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle, .td_category_template_5 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle, .td_category_template_6 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle, .td_category_template_8 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle { /* responsive min landscape tablet */ /* responsive portrait tablet */ } @media (min-width: 1019px) { .single_template_6 .td-header-style-7 .td-a-rec-id-header > div, .single_template_7 .td-header-style-7 .td-a-rec-id-header > div, .homepage-post.single_template_7 .td-header-style-7 .td-a-rec-id-header > div, .single_template_8 .td-header-style-7 .td-a-rec-id-header > div, .single_template_10 .td-header-style-7 .td-a-rec-id-header > div, .single_template_11 .td-header-style-7 .td-a-rec-id-header > div, .td_category_template_2 .td-header-style-7 .td-a-rec-id-header > div, .td_category_template_5 .td-header-style-7 .td-a-rec-id-header > div, .td_category_template_6 .td-header-style-7 .td-a-rec-id-header > div, .td_category_template_8 .td-header-style-7 .td-a-rec-id-header > div, .single_template_6 .td-header-style-7 .td-g-rec-id-header > div, .single_template_7 .td-header-style-7 .td-g-rec-id-header > div, .homepage-post.single_template_7 .td-header-style-7 .td-g-rec-id-header > div, .single_template_8 .td-header-style-7 .td-g-rec-id-header > div, .single_template_10 .td-header-style-7 .td-g-rec-id-header > div, .single_template_11 .td-header-style-7 .td-g-rec-id-header > div, .td_category_template_2 .td-header-style-7 .td-g-rec-id-header > div, .td_category_template_5 .td-header-style-7 .td-g-rec-id-header > div, .td_category_template_6 .td-header-style-7 .td-g-rec-id-header > div, .td_category_template_8 .td-header-style-7 .td-g-rec-id-header > div, .single_template_6 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle, .single_template_7 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle, .homepage-post.single_template_7 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle, .single_template_8 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle, .single_template_10 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle, .single_template_11 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle, .td_category_template_2 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle, .td_category_template_5 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle, .td_category_template_6 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle, .td_category_template_8 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle, .single_template_6 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle, .single_template_7 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle, .homepage-post.single_template_7 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle, .single_template_8 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle, .single_template_10 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle, .single_template_11 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle, .td_category_template_2 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle, .td_category_template_5 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle, .td_category_template_6 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle, .td_category_template_8 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle { margin-bottom: 24px !important; } } @media (min-width: 768px) and (max-width: 1018px) { .single_template_6 .td-header-style-7 .td-a-rec-id-header > div, .single_template_7 .td-header-style-7 .td-a-rec-id-header > div, .homepage-post.single_template_7 .td-header-style-7 .td-a-rec-id-header > div, .single_template_8 .td-header-style-7 .td-a-rec-id-header > div, .single_template_10 .td-header-style-7 .td-a-rec-id-header > div, .single_template_11 .td-header-style-7 .td-a-rec-id-header > div, .td_category_template_2 .td-header-style-7 .td-a-rec-id-header > div, .td_category_template_5 .td-header-style-7 .td-a-rec-id-header > div, .td_category_template_6 .td-header-style-7 .td-a-rec-id-header > div, .td_category_template_8 .td-header-style-7 .td-a-rec-id-header > div, .single_template_6 .td-header-style-7 .td-g-rec-id-header > div, .single_template_7 .td-header-style-7 .td-g-rec-id-header > div, .homepage-post.single_template_7 .td-header-style-7 .td-g-rec-id-header > div, .single_template_8 .td-header-style-7 .td-g-rec-id-header > div, .single_template_10 .td-header-style-7 .td-g-rec-id-header > div, .single_template_11 .td-header-style-7 .td-g-rec-id-header > div, .td_category_template_2 .td-header-style-7 .td-g-rec-id-header > div, .td_category_template_5 .td-header-style-7 .td-g-rec-id-header > div, .td_category_template_6 .td-header-style-7 .td-g-rec-id-header > div, .td_category_template_8 .td-header-style-7 .td-g-rec-id-header > div, .single_template_6 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle, .single_template_7 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle, .homepage-post.single_template_7 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle, .single_template_8 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle, .single_template_10 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle, .single_template_11 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle, .td_category_template_2 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle, .td_category_template_5 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle, .td_category_template_6 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle, .td_category_template_8 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle, .single_template_6 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle, .single_template_7 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle, .homepage-post.single_template_7 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle, .single_template_8 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle, .single_template_10 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle, .single_template_11 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle, .td_category_template_2 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle, .td_category_template_5 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle, .td_category_template_6 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle, .td_category_template_8 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle { margin-bottom: 14px !important; } } /* ------------------------------------------------------------------- Style 8 ---------------------------------------------------------------------- */ .td-header-style-8 { /* responsive portrait phone */ } .td-header-style-8 .td-header-top-menu-full { background-color: #fff; } .td-header-style-8 .td-header-menu-wrap-full { position: relative; } .td-header-style-8 .td-header-menu-wrap-full .td-header-sp-logo { display: none; } .td-header-style-8 .td-header-menu-wrap-full .td-affix .td-header-sp-logo { display: block; bottom: 0; top: 0; width: 168px; height: auto; /* responsive portrait phone */ } @media (max-width: 767px) { .td-header-style-8 .td-header-menu-wrap-full .td-affix .td-header-sp-logo { display: none; } } .td-header-style-8 .td-header-menu-wrap-full .td-affix .td-header-main-menu { padding-left: 0; } .td-header-style-8 .td-header-menu-wrap { display: table; width: 100%; } .td-header-style-8 .td-header-menu-wrap.td-affix { background-color: rgba(255, 255, 255, 0.95); } .td-header-style-8 .td-header-header { clear: both; } .td-header-style-8 .td-header-top-menu { margin-left: 282px; width: 786px; min-height: 53px; padding: 12px 0; color: #000; border-bottom: 1px solid #e0e0e0; /* responsive landscape tablet */ /* responsive portrait tablet */ /* responsive portrait phone */ } @media (min-width: 1019px) and (max-width: 1140px) { .td-header-style-8 .td-header-top-menu { margin-left: 212px; width: 768px; padding: 0; min-height: 29px; } } @media (min-width: 768px) and (max-width: 1018px) { .td-header-style-8 .td-header-top-menu { margin-left: 152px; width: 588px; padding: 0; min-height: 29px; } } @media (max-width: 767px) { .td-header-style-8 .td-header-top-menu { display: none; } } .td-header-style-8 .td-header-top-menu a { color: #000; } .td-header-style-8 .top-header-menu .sub-menu { background-color: #fff !important; } .td-header-style-8 .top-header-menu .td-social-icon-wrap .td-icon-font { color: #000; } .td-header-style-8 .td-header-sp-logo { position: absolute; width: 238px; height: 94px; top: 6px; z-index: 10000; /* responsive landscape tablet */ /* responsive portrait tablet */ /* responsive portrait phone */ } @media (min-width: 1019px) and (max-width: 1140px) { .td-header-style-8 .td-header-sp-logo { width: 190px; height: 89px; top: -6px; } } @media (min-width: 768px) and (max-width: 1018px) { .td-header-style-8 .td-header-sp-logo { width: 140px; height: 87px; top: -5px; } } @media (max-width: 767px) { .td-header-style-8 .td-header-sp-logo { display: none; } } .td-header-style-8 .td-header-sp-logo img { width: auto; max-height: 86px; right: auto; } .td-header-style-8 .td-main-menu-logo { /* responsive portrait phone */ } @media (max-width: 767px) { .td-header-style-8 .td-main-menu-logo { display: block; } } .td-header-style-8 .td-header-rec-wrap { min-height: 0; } .td-header-style-8 .td-a-rec-id-header img, .td-header-style-8 .td-g-rec-id-header img { position: relative; } .td-header-style-8 .td-a-rec-id-header .adsbygoogle, .td-header-style-8 .td-g-rec-id-header .adsbygoogle { position: relative; display: block !important; } .td-header-style-8 .td-header-menu-social { line-height: 53px; } .td-header-style-8 .td_stretch_content .td-header-menu-social { margin-right: 16px; } .td-header-style-8 .header-search-wrap .td-icon-search { color: #000; /* responsive portrait phone */ } @media (max-width: 767px) { .td-header-style-8 .header-search-wrap .td-icon-search { color: #fff; } } .td-header-style-8 .td-header-menu-wrap-full #td-header-search-button .td-icon-search { line-height: 53px; } .td-header-style-8 .td-header-main-menu { float: left; width: 100%; padding-left: 282px; background-color: transparent !important; /* responsive landscape tablet */ /* responsive portrait tablet */ /* responsive portrait phone */ } @media (min-width: 1019px) and (max-width: 1140px) { .td-header-style-8 .td-header-main-menu { padding-left: 212px; } } @media (min-width: 768px) and (max-width: 1018px) { .td-header-style-8 .td-header-main-menu { padding-left: 152px; } } @media (max-width: 767px) { .td-header-style-8 .td-header-main-menu { padding-left: 0; } } .td-header-style-8 .sf-menu > li > a { line-height: 53px; } .td-header-style-8 .sf-menu > .current-menu-item > a, .td-header-style-8 .sf-menu > .current-menu-ancestor > a, .td-header-style-8 .sf-menu > .current-category-ancestor > a, .td-header-style-8 .sf-menu > li > a:hover, .td-header-style-8 .sf-menu > .sfHover > a { background-color: transparent !important; } @media (max-width: 767px) { .td-header-style-8 .td-header-menu-wrap .td-container { padding: 0; } } .td-header-style-8 .td-affix .td-header-sp-logo img { max-height: 46px; padding: 2px 0; } .single_template_6 .td-header-style-8 .td-a-rec-id-header > div, .single_template_7 .td-header-style-8 .td-a-rec-id-header > div, .homepage-post.single_template_7 .td-header-style-8 .td-a-rec-id-header > div, .single_template_8 .td-header-style-8 .td-a-rec-id-header > div, .single_template_10 .td-header-style-8 .td-a-rec-id-header > div, .single_template_11 .td-header-style-8 .td-a-rec-id-header > div, .td_category_template_2 .td-header-style-8 .td-a-rec-id-header > div, .td_category_template_5 .td-header-style-8 .td-a-rec-id-header > div, .td_category_template_6 .td-header-style-8 .td-a-rec-id-header > div, .td_category_template_8 .td-header-style-8 .td-a-rec-id-header > div, .single_template_6 .td-header-style-8 .td-g-rec-id-header > div, .single_template_7 .td-header-style-8 .td-g-rec-id-header > div, .homepage-post.single_template_7 .td-header-style-8 .td-g-rec-id-header > div, .single_template_8 .td-header-style-8 .td-g-rec-id-header > div, .single_template_10 .td-header-style-8 .td-g-rec-id-header > div, .single_template_11 .td-header-style-8 .td-g-rec-id-header > div, .td_category_template_2 .td-header-style-8 .td-g-rec-id-header > div, .td_category_template_5 .td-header-style-8 .td-g-rec-id-header > div, .td_category_template_6 .td-header-style-8 .td-g-rec-id-header > div, .td_category_template_8 .td-header-style-8 .td-g-rec-id-header > div, .single_template_6 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle, .single_template_7 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle, .homepage-post.single_template_7 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle, .single_template_8 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle, .single_template_10 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle, .single_template_11 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle, .td_category_template_2 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle, .td_category_template_5 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle, .td_category_template_6 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle, .td_category_template_8 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle, .single_template_6 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle, .single_template_7 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle, .homepage-post.single_template_7 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle, .single_template_8 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle, .single_template_10 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle, .single_template_11 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle, .td_category_template_2 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle, .td_category_template_5 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle, .td_category_template_6 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle, .td_category_template_8 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle { /* responsive min landscape tablet */ /* responsive portrait tablet */ } @media (min-width: 1019px) { .single_template_6 .td-header-style-8 .td-a-rec-id-header > div, .single_template_7 .td-header-style-8 .td-a-rec-id-header > div, .homepage-post.single_template_7 .td-header-style-8 .td-a-rec-id-header > div, .single_template_8 .td-header-style-8 .td-a-rec-id-header > div, .single_template_10 .td-header-style-8 .td-a-rec-id-header > div, .single_template_11 .td-header-style-8 .td-a-rec-id-header > div, .td_category_template_2 .td-header-style-8 .td-a-rec-id-header > div, .td_category_template_5 .td-header-style-8 .td-a-rec-id-header > div, .td_category_template_6 .td-header-style-8 .td-a-rec-id-header > div, .td_category_template_8 .td-header-style-8 .td-a-rec-id-header > div, .single_template_6 .td-header-style-8 .td-g-rec-id-header > div, .single_template_7 .td-header-style-8 .td-g-rec-id-header > div, .homepage-post.single_template_7 .td-header-style-8 .td-g-rec-id-header > div, .single_template_8 .td-header-style-8 .td-g-rec-id-header > div, .single_template_10 .td-header-style-8 .td-g-rec-id-header > div, .single_template_11 .td-header-style-8 .td-g-rec-id-header > div, .td_category_template_2 .td-header-style-8 .td-g-rec-id-header > div, .td_category_template_5 .td-header-style-8 .td-g-rec-id-header > div, .td_category_template_6 .td-header-style-8 .td-g-rec-id-header > div, .td_category_template_8 .td-header-style-8 .td-g-rec-id-header > div, .single_template_6 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle, .single_template_7 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle, .homepage-post.single_template_7 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle, .single_template_8 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle, .single_template_10 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle, .single_template_11 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle, .td_category_template_2 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle, .td_category_template_5 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle, .td_category_template_6 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle, .td_category_template_8 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle, .single_template_6 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle, .single_template_7 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle, .homepage-post.single_template_7 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle, .single_template_8 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle, .single_template_10 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle, .single_template_11 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle, .td_category_template_2 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle, .td_category_template_5 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle, .td_category_template_6 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle, .td_category_template_8 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle { margin-bottom: 24px !important; } } @media (min-width: 768px) and (max-width: 1018px) { .single_template_6 .td-header-style-8 .td-a-rec-id-header > div, .single_template_7 .td-header-style-8 .td-a-rec-id-header > div, .homepage-post.single_template_7 .td-header-style-8 .td-a-rec-id-header > div, .single_template_8 .td-header-style-8 .td-a-rec-id-header > div, .single_template_10 .td-header-style-8 .td-a-rec-id-header > div, .single_template_11 .td-header-style-8 .td-a-rec-id-header > div, .td_category_template_2 .td-header-style-8 .td-a-rec-id-header > div, .td_category_template_5 .td-header-style-8 .td-a-rec-id-header > div, .td_category_template_6 .td-header-style-8 .td-a-rec-id-header > div, .td_category_template_8 .td-header-style-8 .td-a-rec-id-header > div, .single_template_6 .td-header-style-8 .td-g-rec-id-header > div, .single_template_7 .td-header-style-8 .td-g-rec-id-header > div, .homepage-post.single_template_7 .td-header-style-8 .td-g-rec-id-header > div, .single_template_8 .td-header-style-8 .td-g-rec-id-header > div, .single_template_10 .td-header-style-8 .td-g-rec-id-header > div, .single_template_11 .td-header-style-8 .td-g-rec-id-header > div, .td_category_template_2 .td-header-style-8 .td-g-rec-id-header > div, .td_category_template_5 .td-header-style-8 .td-g-rec-id-header > div, .td_category_template_6 .td-header-style-8 .td-g-rec-id-header > div, .td_category_template_8 .td-header-style-8 .td-g-rec-id-header > div, .single_template_6 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle, .single_template_7 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle, .homepage-post.single_template_7 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle, .single_template_8 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle, .single_template_10 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle, .single_template_11 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle, .td_category_template_2 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle, .td_category_template_5 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle, .td_category_template_6 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle, .td_category_template_8 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle, .single_template_6 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle, .single_template_7 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle, .homepage-post.single_template_7 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle, .single_template_8 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle, .single_template_10 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle, .single_template_11 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle, .td_category_template_2 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle, .td_category_template_5 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle, .td_category_template_6 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle, .td_category_template_8 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle { margin-bottom: 14px !important; } } /* ------------------------------------------------------------------- Style 9 ---------------------------------------------------------------------- */ .td-header-style-9 .td-header-top-menu-full { background-color: #fff; border-bottom: 1px solid #e0e0e0; } .td-header-style-9 .td-header-top-menu-full .td-header-top-menu { color: #000; } .td-header-style-9 .td-header-top-menu-full a { color: #000; } .td-header-style-9 .top-header-menu .sub-menu { background-color: #fff; } .td-header-style-9 .top-header-menu .td-social-icon-wrap .td-icon-font { color: #000; } .td-header-style-9 .td-logo-wrap-full { min-height: 130px; line-height: 130px; /* responsive portrait phone */ } @media (max-width: 767px) { .td-header-style-9 .td-logo-wrap-full { line-height: 90px; min-height: 90px; } } .td-header-style-9 .td-logo-wrap-full a { position: relative; z-index: 1; line-height: 130px; display: inline-block; vertical-align: middle; /* responsive portrait phone */ } @media (max-width: 767px) { .td-header-style-9 .td-logo-wrap-full a { line-height: 90px; } } .td-header-style-9 .td-affix .td-logo-sticky.td-main-menu-logo .td-main-logo { /* responsive portrait phone */ } @media (max-width: 767px) { .td-header-style-9 .td-affix .td-logo-sticky.td-main-menu-logo .td-main-logo { display: block; } } .td-header-style-9 .td-main-menu-logo .td-main-logo { /* responsive portrait phone */ } @media (max-width: 767px) { .td-header-style-9 .td-main-menu-logo .td-main-logo { display: none; } } .td-header-style-9 .td-logo-in-header .td-header-logo { /* responsive portrait phone */ } @media (max-width: 767px) { .td-header-style-9 .td-logo-in-header .td-header-logo { display: none; } } .td-header-style-9 .td-logo-text-container a { line-height: 1; } .td-header-style-9 .td-header-sp-logo { text-align: center; } .td-header-style-9 .td-header-sp-logo img { z-index: 1; display: block; position: relative; } .td-header-style-9 .td-header-rec-wrap { min-height: 0; } .td-header-style-9 .td-a-rec-id-header img, .td-header-style-9 .td-g-rec-id-header img { position: relative; } .td-header-style-9 .td-a-rec-id-header .adsbygoogle, .td-header-style-9 .td-g-rec-id-header .adsbygoogle { position: relative; display: block !important; } .td-header-style-9 .td-banner-bg { background-color: #fff; } .td-header-style-9.td-header-background-image .td-banner-bg { background-color: transparent; } .td-header-style-9 .td-header-menu-social { margin-right: 4px; } .td-header-style-9 .header-search-wrap .td-icon-search { color: #000; /* responsive portrait phone */ } @media (max-width: 767px) { .td-header-style-9 .header-search-wrap .td-icon-search { color: #fff; } } .td-header-style-9 .td-header-menu-wrap-full { position: relative; } .single_template_6 .td-header-style-9 .td-a-rec-id-header > div, .single_template_7 .td-header-style-9 .td-a-rec-id-header > div, .homepage-post.single_template_7 .td-header-style-9 .td-a-rec-id-header > div, .single_template_8 .td-header-style-9 .td-a-rec-id-header > div, .single_template_10 .td-header-style-9 .td-a-rec-id-header > div, .single_template_11 .td-header-style-9 .td-a-rec-id-header > div, .td_category_template_2 .td-header-style-9 .td-a-rec-id-header > div, .td_category_template_5 .td-header-style-9 .td-a-rec-id-header > div, .td_category_template_6 .td-header-style-9 .td-a-rec-id-header > div, .td_category_template_8 .td-header-style-9 .td-a-rec-id-header > div, .single_template_6 .td-header-style-9 .td-g-rec-id-header > div, .single_template_7 .td-header-style-9 .td-g-rec-id-header > div, .homepage-post.single_template_7 .td-header-style-9 .td-g-rec-id-header > div, .single_template_8 .td-header-style-9 .td-g-rec-id-header > div, .single_template_10 .td-header-style-9 .td-g-rec-id-header > div, .single_template_11 .td-header-style-9 .td-g-rec-id-header > div, .td_category_template_2 .td-header-style-9 .td-g-rec-id-header > div, .td_category_template_5 .td-header-style-9 .td-g-rec-id-header > div, .td_category_template_6 .td-header-style-9 .td-g-rec-id-header > div, .td_category_template_8 .td-header-style-9 .td-g-rec-id-header > div, .single_template_6 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle, .single_template_7 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle, .homepage-post.single_template_7 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle, .single_template_8 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle, .single_template_10 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle, .single_template_11 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle, .td_category_template_2 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle, .td_category_template_5 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle, .td_category_template_6 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle, .td_category_template_8 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle, .single_template_6 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle, .single_template_7 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle, .homepage-post.single_template_7 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle, .single_template_8 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle, .single_template_10 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle, .single_template_11 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle, .td_category_template_2 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle, .td_category_template_5 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle, .td_category_template_6 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle, .td_category_template_8 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle { /* responsive min landscape tablet */ /* responsive portrait tablet */ } @media (min-width: 1019px) { .single_template_6 .td-header-style-9 .td-a-rec-id-header > div, .single_template_7 .td-header-style-9 .td-a-rec-id-header > div, .homepage-post.single_template_7 .td-header-style-9 .td-a-rec-id-header > div, .single_template_8 .td-header-style-9 .td-a-rec-id-header > div, .single_template_10 .td-header-style-9 .td-a-rec-id-header > div, .single_template_11 .td-header-style-9 .td-a-rec-id-header > div, .td_category_template_2 .td-header-style-9 .td-a-rec-id-header > div, .td_category_template_5 .td-header-style-9 .td-a-rec-id-header > div, .td_category_template_6 .td-header-style-9 .td-a-rec-id-header > div, .td_category_template_8 .td-header-style-9 .td-a-rec-id-header > div, .single_template_6 .td-header-style-9 .td-g-rec-id-header > div, .single_template_7 .td-header-style-9 .td-g-rec-id-header > div, .homepage-post.single_template_7 .td-header-style-9 .td-g-rec-id-header > div, .single_template_8 .td-header-style-9 .td-g-rec-id-header > div, .single_template_10 .td-header-style-9 .td-g-rec-id-header > div, .single_template_11 .td-header-style-9 .td-g-rec-id-header > div, .td_category_template_2 .td-header-style-9 .td-g-rec-id-header > div, .td_category_template_5 .td-header-style-9 .td-g-rec-id-header > div, .td_category_template_6 .td-header-style-9 .td-g-rec-id-header > div, .td_category_template_8 .td-header-style-9 .td-g-rec-id-header > div, .single_template_6 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle, .single_template_7 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle, .homepage-post.single_template_7 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle, .single_template_8 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle, .single_template_10 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle, .single_template_11 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle, .td_category_template_2 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle, .td_category_template_5 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle, .td_category_template_6 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle, .td_category_template_8 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle, .single_template_6 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle, .single_template_7 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle, .homepage-post.single_template_7 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle, .single_template_8 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle, .single_template_10 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle, .single_template_11 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle, .td_category_template_2 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle, .td_category_template_5 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle, .td_category_template_6 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle, .td_category_template_8 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle { margin-bottom: 24px !important; } } @media (min-width: 768px) and (max-width: 1018px) { .single_template_6 .td-header-style-9 .td-a-rec-id-header > div, .single_template_7 .td-header-style-9 .td-a-rec-id-header > div, .homepage-post.single_template_7 .td-header-style-9 .td-a-rec-id-header > div, .single_template_8 .td-header-style-9 .td-a-rec-id-header > div, .single_template_10 .td-header-style-9 .td-a-rec-id-header > div, .single_template_11 .td-header-style-9 .td-a-rec-id-header > div, .td_category_template_2 .td-header-style-9 .td-a-rec-id-header > div, .td_category_template_5 .td-header-style-9 .td-a-rec-id-header > div, .td_category_template_6 .td-header-style-9 .td-a-rec-id-header > div, .td_category_template_8 .td-header-style-9 .td-a-rec-id-header > div, .single_template_6 .td-header-style-9 .td-g-rec-id-header > div, .single_template_7 .td-header-style-9 .td-g-rec-id-header > div, .homepage-post.single_template_7 .td-header-style-9 .td-g-rec-id-header > div, .single_template_8 .td-header-style-9 .td-g-rec-id-header > div, .single_template_10 .td-header-style-9 .td-g-rec-id-header > div, .single_template_11 .td-header-style-9 .td-g-rec-id-header > div, .td_category_template_2 .td-header-style-9 .td-g-rec-id-header > div, .td_category_template_5 .td-header-style-9 .td-g-rec-id-header > div, .td_category_template_6 .td-header-style-9 .td-g-rec-id-header > div, .td_category_template_8 .td-header-style-9 .td-g-rec-id-header > div, .single_template_6 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle, .single_template_7 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle, .homepage-post.single_template_7 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle, .single_template_8 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle, .single_template_10 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle, .single_template_11 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle, .td_category_template_2 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle, .td_category_template_5 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle, .td_category_template_6 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle, .td_category_template_8 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle, .single_template_6 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle, .single_template_7 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle, .homepage-post.single_template_7 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle, .single_template_8 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle, .single_template_10 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle, .single_template_11 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle, .td_category_template_2 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle, .td_category_template_5 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle, .td_category_template_6 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle, .td_category_template_8 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle { margin-bottom: 14px !important; } } /* ------------------------------------------------------------------- Style 10 ---------------------------------------------------------------------- */ .td-header-style-10 { /* tablet + desktop */ } .td-header-style-10 .td-header-top-menu-full { background-color: #fff; border-bottom: 1px solid #e0e0e0; } .td-header-style-10 .td-header-top-menu-full .td-header-top-menu { color: #000; } .td-header-style-10 .td-header-top-menu-full a { color: #000; } .td-header-style-10 .top-header-menu .sub-menu { background-color: #fff; } .td-header-style-10 .top-header-menu .td-social-icon-wrap .td-icon-font { color: #000; } .td-header-style-10 .td-logo-wrap-full { min-height: 130px; line-height: 130px; /* responsive portrait phone */ } @media (max-width: 767px) { .td-header-style-10 .td-logo-wrap-full { line-height: 90px; min-height: 90px; } } .td-header-style-10 .td-logo-wrap-full a { position: relative; z-index: 1; line-height: 130px; display: inline-block; vertical-align: middle; width: 100%; /* responsive portrait phone */ } @media (max-width: 767px) { .td-header-style-10 .td-logo-wrap-full a { line-height: 90px; } } .td-header-style-10 .td-logo-wrap-full .td-logo { line-height: 130px; /* responsive portrait phone */ } @media (max-width: 767px) { .td-header-style-10 .td-logo-wrap-full .td-logo { line-height: 90px; } } .td-header-style-10 .td-affix .td-logo-sticky.td-main-menu-logo .td-main-logo { /* responsive portrait phone */ } @media (max-width: 767px) { .td-header-style-10 .td-affix .td-logo-sticky.td-main-menu-logo .td-main-logo { display: block; } } .td-header-style-10 .td-main-menu-logo .td-main-logo { /* responsive portrait phone */ } @media (max-width: 767px) { .td-header-style-10 .td-main-menu-logo .td-main-logo { display: none; } } .td-header-style-10 .td-logo-in-header .td-header-logo { /* responsive portrait phone */ } @media (max-width: 767px) { .td-header-style-10 .td-logo-in-header .td-header-logo { display: none; } } @media (min-width: 768px) { .td-header-style-10 .td-logo-sticky img { max-width: 102px; } } @media (min-width: 1019px) { .td-header-style-10 .td-logo-sticky img { max-width: inherit; } } .td-header-style-10 .td-header-sp-logo { text-align: center; } .td-header-style-10 .td-header-sp-logo img { z-index: 1; display: block; position: relative; } .td-header-style-10 .td-logo-text-container a { line-height: 1; } .td-header-style-10 .td-header-rec-wrap { min-height: 0; } .td-header-style-10 .td-a-rec-id-header img, .td-header-style-10 .td-g-rec-id-header img { position: relative; } .td-header-style-10 .td-a-rec-id-header .adsbygoogle, .td-header-style-10 .td-g-rec-id-header .adsbygoogle { position: relative; display: block !important; } .td-header-style-10 .td-banner-bg { background-color: #fff; } .td-header-style-10.td-header-background-image .td-banner-bg { background-color: transparent; } .td-header-style-10 .td-header-menu-social { position: absolute; margin-right: 0; float: none; top: 0; right: 53px; } .td-header-style-10 .td-header-menu-no-search .td-header-menu-social { right: 0; } .td-header-style-10 .td_stretch_content .td-header-menu-social { right: 20px; } .td-header-style-10 .header-search-wrap .td-icon-search { color: #000; /* responsive portrait phone */ } @media (max-width: 767px) { .td-header-style-10 .header-search-wrap .td-icon-search { color: #fff; } } .td-header-style-10 .td-header-menu-wrap-full { position: relative; } .td-header-style-10 .menu-main-menu-container { display: inherit; } .td-header-style-10 .td-header-main-menu { padding-left: 48px; /* responsive portrait phone */ } @media (max-width: 767px) { .td-header-style-10 .td-header-main-menu { padding-left: 2px; } } .td-header-style-10 #td-header-menu { display: table; margin: 0 auto; /* responsive portrait phone */ } @media (max-width: 767px) { .td-header-style-10 #td-header-menu { display: block; } } @media (min-width: 767px) { .td-header-style-10 .td-affix .td-main-menu-logo { position: absolute; left: 0; } } .single_template_6 .td-header-style-10 .td-a-rec-id-header > div, .single_template_7 .td-header-style-10 .td-a-rec-id-header > div, .homepage-post.single_template_7 .td-header-style-10 .td-a-rec-id-header > div, .single_template_8 .td-header-style-10 .td-a-rec-id-header > div, .single_template_10 .td-header-style-10 .td-a-rec-id-header > div, .single_template_11 .td-header-style-10 .td-a-rec-id-header > div, .td_category_template_2 .td-header-style-10 .td-a-rec-id-header > div, .td_category_template_5 .td-header-style-10 .td-a-rec-id-header > div, .td_category_template_6 .td-header-style-10 .td-a-rec-id-header > div, .td_category_template_8 .td-header-style-10 .td-a-rec-id-header > div, .single_template_6 .td-header-style-10 .td-g-rec-id-header > div, .single_template_7 .td-header-style-10 .td-g-rec-id-header > div, .homepage-post.single_template_7 .td-header-style-10 .td-g-rec-id-header > div, .single_template_8 .td-header-style-10 .td-g-rec-id-header > div, .single_template_10 .td-header-style-10 .td-g-rec-id-header > div, .single_template_11 .td-header-style-10 .td-g-rec-id-header > div, .td_category_template_2 .td-header-style-10 .td-g-rec-id-header > div, .td_category_template_5 .td-header-style-10 .td-g-rec-id-header > div, .td_category_template_6 .td-header-style-10 .td-g-rec-id-header > div, .td_category_template_8 .td-header-style-10 .td-g-rec-id-header > div, .single_template_6 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle, .single_template_7 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle, .homepage-post.single_template_7 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle, .single_template_8 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle, .single_template_10 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle, .single_template_11 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle, .td_category_template_2 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle, .td_category_template_5 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle, .td_category_template_6 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle, .td_category_template_8 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle, .single_template_6 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle, .single_template_7 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle, .homepage-post.single_template_7 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle, .single_template_8 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle, .single_template_10 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle, .single_template_11 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle, .td_category_template_2 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle, .td_category_template_5 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle, .td_category_template_6 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle, .td_category_template_8 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle { /* responsive min landscape tablet */ /* responsive portrait tablet */ } @media (min-width: 1019px) { .single_template_6 .td-header-style-10 .td-a-rec-id-header > div, .single_template_7 .td-header-style-10 .td-a-rec-id-header > div, .homepage-post.single_template_7 .td-header-style-10 .td-a-rec-id-header > div, .single_template_8 .td-header-style-10 .td-a-rec-id-header > div, .single_template_10 .td-header-style-10 .td-a-rec-id-header > div, .single_template_11 .td-header-style-10 .td-a-rec-id-header > div, .td_category_template_2 .td-header-style-10 .td-a-rec-id-header > div, .td_category_template_5 .td-header-style-10 .td-a-rec-id-header > div, .td_category_template_6 .td-header-style-10 .td-a-rec-id-header > div, .td_category_template_8 .td-header-style-10 .td-a-rec-id-header > div, .single_template_6 .td-header-style-10 .td-g-rec-id-header > div, .single_template_7 .td-header-style-10 .td-g-rec-id-header > div, .homepage-post.single_template_7 .td-header-style-10 .td-g-rec-id-header > div, .single_template_8 .td-header-style-10 .td-g-rec-id-header > div, .single_template_10 .td-header-style-10 .td-g-rec-id-header > div, .single_template_11 .td-header-style-10 .td-g-rec-id-header > div, .td_category_template_2 .td-header-style-10 .td-g-rec-id-header > div, .td_category_template_5 .td-header-style-10 .td-g-rec-id-header > div, .td_category_template_6 .td-header-style-10 .td-g-rec-id-header > div, .td_category_template_8 .td-header-style-10 .td-g-rec-id-header > div, .single_template_6 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle, .single_template_7 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle, .homepage-post.single_template_7 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle, .single_template_8 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle, .single_template_10 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle, .single_template_11 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle, .td_category_template_2 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle, .td_category_template_5 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle, .td_category_template_6 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle, .td_category_template_8 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle, .single_template_6 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle, .single_template_7 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle, .homepage-post.single_template_7 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle, .single_template_8 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle, .single_template_10 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle, .single_template_11 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle, .td_category_template_2 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle, .td_category_template_5 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle, .td_category_template_6 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle, .td_category_template_8 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle { margin-bottom: 24px !important; } } @media (min-width: 768px) and (max-width: 1018px) { .single_template_6 .td-header-style-10 .td-a-rec-id-header > div, .single_template_7 .td-header-style-10 .td-a-rec-id-header > div, .homepage-post.single_template_7 .td-header-style-10 .td-a-rec-id-header > div, .single_template_8 .td-header-style-10 .td-a-rec-id-header > div, .single_template_10 .td-header-style-10 .td-a-rec-id-header > div, .single_template_11 .td-header-style-10 .td-a-rec-id-header > div, .td_category_template_2 .td-header-style-10 .td-a-rec-id-header > div, .td_category_template_5 .td-header-style-10 .td-a-rec-id-header > div, .td_category_template_6 .td-header-style-10 .td-a-rec-id-header > div, .td_category_template_8 .td-header-style-10 .td-a-rec-id-header > div, .single_template_6 .td-header-style-10 .td-g-rec-id-header > div, .single_template_7 .td-header-style-10 .td-g-rec-id-header > div, .homepage-post.single_template_7 .td-header-style-10 .td-g-rec-id-header > div, .single_template_8 .td-header-style-10 .td-g-rec-id-header > div, .single_template_10 .td-header-style-10 .td-g-rec-id-header > div, .single_template_11 .td-header-style-10 .td-g-rec-id-header > div, .td_category_template_2 .td-header-style-10 .td-g-rec-id-header > div, .td_category_template_5 .td-header-style-10 .td-g-rec-id-header > div, .td_category_template_6 .td-header-style-10 .td-g-rec-id-header > div, .td_category_template_8 .td-header-style-10 .td-g-rec-id-header > div, .single_template_6 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle, .single_template_7 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle, .homepage-post.single_template_7 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle, .single_template_8 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle, .single_template_10 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle, .single_template_11 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle, .td_category_template_2 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle, .td_category_template_5 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle, .td_category_template_6 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle, .td_category_template_8 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle, .single_template_6 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle, .single_template_7 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle, .homepage-post.single_template_7 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle, .single_template_8 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle, .single_template_10 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle, .single_template_11 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle, .td_category_template_2 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle, .td_category_template_5 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle, .td_category_template_6 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle, .td_category_template_8 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle { margin-bottom: 14px !important; } } /* ------------------------------------------------------------------- Style 11 ---------------------------------------------------------------------- */ .td-header-style-11 .td-header-top-menu-full { background-color: #222; } .td-header-style-11 .td-header-top-menu-full .td-header-top-menu { color: #fff; } .td-header-style-11 .td-header-top-menu-full a { color: #fff; } .td-header-style-11 .top-header-menu .sub-menu { background-color: #222; } .td-header-style-11 .td-logo-wrap-full { width: 100%; min-height: 160px; line-height: 160px; border-bottom: 1px solid #eee; /* responsive portrait phone */ } @media (max-width: 767px) { .td-header-style-11 .td-logo-wrap-full { line-height: 90px; min-height: 90px; } } .td-header-style-11 .td-logo-wrap-full a { position: relative; z-index: 1; line-height: 160px; display: inline-block; vertical-align: middle; /* responsive portrait phone */ } @media (max-width: 767px) { .td-header-style-11 .td-logo-wrap-full a { line-height: 90px; } } .td-header-style-11 .td-logo-wrap-full .td-logo { line-height: 160px; /* responsive portrait phone */ } @media (max-width: 767px) { .td-header-style-11 .td-logo-wrap-full .td-logo { line-height: 90px; } } .td-header-style-11 .td-affix .td-logo-sticky.td-main-menu-logo .td-main-logo { /* responsive portrait phone */ } @media (max-width: 767px) { .td-header-style-11 .td-affix .td-logo-sticky.td-main-menu-logo .td-main-logo { display: block; } } .td-header-style-11 .td-main-menu-logo .td-main-logo { /* responsive portrait phone */ } @media (max-width: 767px) { .td-header-style-11 .td-main-menu-logo .td-main-logo { display: none; } } .td-header-style-11 .td-logo-in-header .td-header-logo { /* responsive portrait phone */ } @media (max-width: 767px) { .td-header-style-11 .td-logo-in-header .td-header-logo { display: none; } } .td-header-style-11 .td-header-sp-logo { text-align: center; } .td-header-style-11 .td-header-sp-logo img { z-index: 1; display: block; position: relative; } .td-header-style-11 .td-logo-text-container a { line-height: 1; } .td-header-style-11 .td-header-rec-wrap { min-height: 0; } .td-header-style-11 .td-a-rec-id-header img, .td-header-style-11 .td-g-rec-id-header img { position: relative; } .td-header-style-11 .td-a-rec-id-header .adsbygoogle, .td-header-style-11 .td-g-rec-id-header .adsbygoogle { position: relative; display: block !important; } .td-header-style-11 .td-banner-bg { background-color: #fff; } .td-header-style-11.td-header-background-image .td-banner-bg { background-color: transparent; } .td-header-style-11 .td-header-menu-social { margin-right: 5px; line-height: 52px; } .td-header-style-11 .header-search-wrap .td-icon-search { line-height: 52px; color: #000; /* responsive portrait phone */ } @media (max-width: 767px) { .td-header-style-11 .header-search-wrap .td-icon-search { color: #fff; } } .td-header-style-11 .td-header-menu-wrap-full { position: relative; } .td-header-style-11 .sf-menu > li > a { line-height: 52px; } .td-header-style-11 .td-affix:after { content: ""; background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAMBAMAAABRpcpkAAAAElBMVEUAAAAAAAAAAAAAAAAAAAAAAADgKxmiAAAABnRSTlMCFg8LBQd761rpAAAAFklEQVQI12MQAEIFIDQAwgAGByAEAwAUCAGRLNh3YwAAAABJRU5ErkJggg=='); width: 100%; height: 12px; position: absolute; bottom: -12px; z-index: 1; } .td_category_template_2 .td-header-style-11 .td-logo-wrap-full, .td_category_template_5 .td-header-style-11 .td-logo-wrap-full { border-bottom: 0; } .single_template_6 .td-header-style-11 .td-a-rec-id-header > div, .single_template_7 .td-header-style-11 .td-a-rec-id-header > div, .homepage-post.single_template_7 .td-header-style-11 .td-a-rec-id-header > div, .single_template_8 .td-header-style-11 .td-a-rec-id-header > div, .single_template_10 .td-header-style-11 .td-a-rec-id-header > div, .single_template_11 .td-header-style-11 .td-a-rec-id-header > div, .td_category_template_2 .td-header-style-11 .td-a-rec-id-header > div, .td_category_template_5 .td-header-style-11 .td-a-rec-id-header > div, .td_category_template_6 .td-header-style-11 .td-a-rec-id-header > div, .td_category_template_8 .td-header-style-11 .td-a-rec-id-header > div, .single_template_6 .td-header-style-11 .td-g-rec-id-header > div, .single_template_7 .td-header-style-11 .td-g-rec-id-header > div, .homepage-post.single_template_7 .td-header-style-11 .td-g-rec-id-header > div, .single_template_8 .td-header-style-11 .td-g-rec-id-header > div, .single_template_10 .td-header-style-11 .td-g-rec-id-header > div, .single_template_11 .td-header-style-11 .td-g-rec-id-header > div, .td_category_template_2 .td-header-style-11 .td-g-rec-id-header > div, .td_category_template_5 .td-header-style-11 .td-g-rec-id-header > div, .td_category_template_6 .td-header-style-11 .td-g-rec-id-header > div, .td_category_template_8 .td-header-style-11 .td-g-rec-id-header > div, .single_template_6 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle, .single_template_7 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle, .homepage-post.single_template_7 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle, .single_template_8 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle, .single_template_10 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle, .single_template_11 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle, .td_category_template_2 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle, .td_category_template_5 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle, .td_category_template_6 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle, .td_category_template_8 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle, .single_template_6 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle, .single_template_7 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle, .homepage-post.single_template_7 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle, .single_template_8 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle, .single_template_10 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle, .single_template_11 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle, .td_category_template_2 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle, .td_category_template_5 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle, .td_category_template_6 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle, .td_category_template_8 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle { /* responsive min landscape tablet */ /* responsive portrait tablet */ } @media (min-width: 1019px) { .single_template_6 .td-header-style-11 .td-a-rec-id-header > div, .single_template_7 .td-header-style-11 .td-a-rec-id-header > div, .homepage-post.single_template_7 .td-header-style-11 .td-a-rec-id-header > div, .single_template_8 .td-header-style-11 .td-a-rec-id-header > div, .single_template_10 .td-header-style-11 .td-a-rec-id-header > div, .single_template_11 .td-header-style-11 .td-a-rec-id-header > div, .td_category_template_2 .td-header-style-11 .td-a-rec-id-header > div, .td_category_template_5 .td-header-style-11 .td-a-rec-id-header > div, .td_category_template_6 .td-header-style-11 .td-a-rec-id-header > div, .td_category_template_8 .td-header-style-11 .td-a-rec-id-header > div, .single_template_6 .td-header-style-11 .td-g-rec-id-header > div, .single_template_7 .td-header-style-11 .td-g-rec-id-header > div, .homepage-post.single_template_7 .td-header-style-11 .td-g-rec-id-header > div, .single_template_8 .td-header-style-11 .td-g-rec-id-header > div, .single_template_10 .td-header-style-11 .td-g-rec-id-header > div, .single_template_11 .td-header-style-11 .td-g-rec-id-header > div, .td_category_template_2 .td-header-style-11 .td-g-rec-id-header > div, .td_category_template_5 .td-header-style-11 .td-g-rec-id-header > div, .td_category_template_6 .td-header-style-11 .td-g-rec-id-header > div, .td_category_template_8 .td-header-style-11 .td-g-rec-id-header > div, .single_template_6 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle, .single_template_7 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle, .homepage-post.single_template_7 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle, .single_template_8 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle, .single_template_10 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle, .single_template_11 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle, .td_category_template_2 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle, .td_category_template_5 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle, .td_category_template_6 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle, .td_category_template_8 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle, .single_template_6 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle, .single_template_7 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle, .homepage-post.single_template_7 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle, .single_template_8 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle, .single_template_10 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle, .single_template_11 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle, .td_category_template_2 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle, .td_category_template_5 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle, .td_category_template_6 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle, .td_category_template_8 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle { margin-bottom: 24px !important; } } @media (min-width: 768px) and (max-width: 1018px) { .single_template_6 .td-header-style-11 .td-a-rec-id-header > div, .single_template_7 .td-header-style-11 .td-a-rec-id-header > div, .homepage-post.single_template_7 .td-header-style-11 .td-a-rec-id-header > div, .single_template_8 .td-header-style-11 .td-a-rec-id-header > div, .single_template_10 .td-header-style-11 .td-a-rec-id-header > div, .single_template_11 .td-header-style-11 .td-a-rec-id-header > div, .td_category_template_2 .td-header-style-11 .td-a-rec-id-header > div, .td_category_template_5 .td-header-style-11 .td-a-rec-id-header > div, .td_category_template_6 .td-header-style-11 .td-a-rec-id-header > div, .td_category_template_8 .td-header-style-11 .td-a-rec-id-header > div, .single_template_6 .td-header-style-11 .td-g-rec-id-header > div, .single_template_7 .td-header-style-11 .td-g-rec-id-header > div, .homepage-post.single_template_7 .td-header-style-11 .td-g-rec-id-header > div, .single_template_8 .td-header-style-11 .td-g-rec-id-header > div, .single_template_10 .td-header-style-11 .td-g-rec-id-header > div, .single_template_11 .td-header-style-11 .td-g-rec-id-header > div, .td_category_template_2 .td-header-style-11 .td-g-rec-id-header > div, .td_category_template_5 .td-header-style-11 .td-g-rec-id-header > div, .td_category_template_6 .td-header-style-11 .td-g-rec-id-header > div, .td_category_template_8 .td-header-style-11 .td-g-rec-id-header > div, .single_template_6 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle, .single_template_7 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle, .homepage-post.single_template_7 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle, .single_template_8 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle, .single_template_10 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle, .single_template_11 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle, .td_category_template_2 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle, .td_category_template_5 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle, .td_category_template_6 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle, .td_category_template_8 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle, .single_template_6 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle, .single_template_7 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle, .homepage-post.single_template_7 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle, .single_template_8 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle, .single_template_10 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle, .single_template_11 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle, .td_category_template_2 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle, .td_category_template_5 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle, .td_category_template_6 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle, .td_category_template_8 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle { margin-bottom: 14px !important; } } /* ------------------------------------------------------------------- Style 12 ---------------------------------------------------------------------- */ .td-header-style-12 { /* hover and current menu */ } .td-header-style-12 .td-header-top-menu-full { background-color: #2b2b2b; z-index: 1; } .td-header-style-12 .td-header-top-menu-full .td-header-top-menu { text-transform: uppercase; } .td-header-style-12 .top-header-menu .sub-menu { background-color: #222222; } .td-header-style-12 .top-header-menu > li, .td-header-style-12 .td-header-sp-top-menu, .td-header-style-12 .td-header-sp-top-widget { line-height: 54px; } .td-header-style-12 .td-main-menu-logo { display: block; height: 80px; margin-right: 0; /* responsive portrait phone */ } @media (max-width: 767px) { .td-header-style-12 .td-main-menu-logo { display: inline; width: 0; height: 0; } } .td-header-style-12 .td-main-menu-logo a { line-height: 80px; } .td-header-style-12 .td-main-menu-logo img { max-height: 66px; margin-right: 22px; /* responsive portrait tablet */ /* responsive portrait phone */ } @media (min-width: 768px) and (max-width: 1018px) { .td-header-style-12 .td-main-menu-logo img { margin-right: 12px; } } @media (max-width: 767px) { .td-header-style-12 .td-main-menu-logo img { max-height: 48px; margin: auto; } } .td-header-style-12 .td-header-rec-wrap { min-height: 0; } .td-header-style-12 .td-a-rec-id-header img, .td-header-style-12 .td-g-rec-id-header img { position: relative; } .td-header-style-12 .td-a-rec-id-header .adsbygoogle, .td-header-style-12 .td-g-rec-id-header .adsbygoogle { position: relative; display: block !important; } .td-header-style-12 .td-header-menu-social { margin-right: 5px; line-height: 80px; } .td-header-style-12 .header-search-wrap .td-icon-search { color: #fff; } .td-header-style-12 .td-header-menu-wrap-full #td-header-search-button .td-icon-search { line-height: 80px; } .td-header-style-12 .td-header-menu-wrap-full { background-color: var(--td_theme_color, #4db2ec); } .td-header-style-12 .td-header-menu-wrap-full .td-header-gradient:after { content: ''; position: absolute; height: 100%; width: 100%; top: 0; left: 0; background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3))); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=0); } .td-header-style-12 .sf-menu > .current-menu-item > a, .td-header-style-12 .sf-menu > .current-menu-ancestor > a, .td-header-style-12 .sf-menu > .current-category-ancestor > a, .td-header-style-12 .sf-menu > li > a:hover, .td-header-style-12 .sf-menu > .sfHover > a { background-color: rgba(0, 0, 0, 0.3) !important; } .td-header-style-12 .td-affix { background-color: var(--td_theme_color, #4db2ec); } .td-header-style-12 .td-header-menu-wrap .td-header-main-menu { background-color: transparent; } .td-header-style-12 .td-header-menu-wrap .sf-menu > li > a { color: #fff; line-height: 80px; /* responsive landscape tablet */ } @media (min-width: 1019px) and (max-width: 1140px) { .td-header-style-12 .td-header-menu-wrap .sf-menu > li > a { padding: 0 13px; } } .td-header-style-12 .td-header-menu-wrap .sf-menu > li > a:after { display: none; } .td-header-style-12 .td-header-menu-wrap .sf-menu a.sf-with-ul { /* responsive landscape tablet */ } @media (min-width: 1019px) and (max-width: 1140px) { .td-header-style-12 .td-header-menu-wrap .sf-menu a.sf-with-ul { padding-right: 28px; } } .td-header-style-12 .td-mega-menu ul { border-top: none; } .single_template_6 .td-header-style-12 .td-a-rec-id-header > div, .single_template_7 .td-header-style-12 .td-a-rec-id-header > div, .homepage-post.single_template_7 .td-header-style-12 .td-a-rec-id-header > div, .single_template_8 .td-header-style-12 .td-a-rec-id-header > div, .single_template_10 .td-header-style-12 .td-a-rec-id-header > div, .single_template_11 .td-header-style-12 .td-a-rec-id-header > div, .td_category_template_2 .td-header-style-12 .td-a-rec-id-header > div, .td_category_template_5 .td-header-style-12 .td-a-rec-id-header > div, .td_category_template_6 .td-header-style-12 .td-a-rec-id-header > div, .td_category_template_8 .td-header-style-12 .td-a-rec-id-header > div, .single_template_6 .td-header-style-12 .td-g-rec-id-header > div, .single_template_7 .td-header-style-12 .td-g-rec-id-header > div, .homepage-post.single_template_7 .td-header-style-12 .td-g-rec-id-header > div, .single_template_8 .td-header-style-12 .td-g-rec-id-header > div, .single_template_10 .td-header-style-12 .td-g-rec-id-header > div, .single_template_11 .td-header-style-12 .td-g-rec-id-header > div, .td_category_template_2 .td-header-style-12 .td-g-rec-id-header > div, .td_category_template_5 .td-header-style-12 .td-g-rec-id-header > div, .td_category_template_6 .td-header-style-12 .td-g-rec-id-header > div, .td_category_template_8 .td-header-style-12 .td-g-rec-id-header > div, .single_template_6 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle, .single_template_7 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle, .homepage-post.single_template_7 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle, .single_template_8 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle, .single_template_10 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle, .single_template_11 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle, .td_category_template_2 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle, .td_category_template_5 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle, .td_category_template_6 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle, .td_category_template_8 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle, .single_template_6 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle, .single_template_7 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle, .homepage-post.single_template_7 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle, .single_template_8 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle, .single_template_10 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle, .single_template_11 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle, .td_category_template_2 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle, .td_category_template_5 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle, .td_category_template_6 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle, .td_category_template_8 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle { /* responsive min landscape tablet */ /* responsive portrait tablet */ } @media (min-width: 1019px) { .single_template_6 .td-header-style-12 .td-a-rec-id-header > div, .single_template_7 .td-header-style-12 .td-a-rec-id-header > div, .homepage-post.single_template_7 .td-header-style-12 .td-a-rec-id-header > div, .single_template_8 .td-header-style-12 .td-a-rec-id-header > div, .single_template_10 .td-header-style-12 .td-a-rec-id-header > div, .single_template_11 .td-header-style-12 .td-a-rec-id-header > div, .td_category_template_2 .td-header-style-12 .td-a-rec-id-header > div, .td_category_template_5 .td-header-style-12 .td-a-rec-id-header > div, .td_category_template_6 .td-header-style-12 .td-a-rec-id-header > div, .td_category_template_8 .td-header-style-12 .td-a-rec-id-header > div, .single_template_6 .td-header-style-12 .td-g-rec-id-header > div, .single_template_7 .td-header-style-12 .td-g-rec-id-header > div, .homepage-post.single_template_7 .td-header-style-12 .td-g-rec-id-header > div, .single_template_8 .td-header-style-12 .td-g-rec-id-header > div, .single_template_10 .td-header-style-12 .td-g-rec-id-header > div, .single_template_11 .td-header-style-12 .td-g-rec-id-header > div, .td_category_template_2 .td-header-style-12 .td-g-rec-id-header > div, .td_category_template_5 .td-header-style-12 .td-g-rec-id-header > div, .td_category_template_6 .td-header-style-12 .td-g-rec-id-header > div, .td_category_template_8 .td-header-style-12 .td-g-rec-id-header > div, .single_template_6 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle, .single_template_7 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle, .homepage-post.single_template_7 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle, .single_template_8 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle, .single_template_10 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle, .single_template_11 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle, .td_category_template_2 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle, .td_category_template_5 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle, .td_category_template_6 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle, .td_category_template_8 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle, .single_template_6 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle, .single_template_7 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle, .homepage-post.single_template_7 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle, .single_template_8 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle, .single_template_10 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle, .single_template_11 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle, .td_category_template_2 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle, .td_category_template_5 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle, .td_category_template_6 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle, .td_category_template_8 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle { margin-bottom: 24px !important; } } @media (min-width: 768px) and (max-width: 1018px) { .single_template_6 .td-header-style-12 .td-a-rec-id-header > div, .single_template_7 .td-header-style-12 .td-a-rec-id-header > div, .homepage-post.single_template_7 .td-header-style-12 .td-a-rec-id-header > div, .single_template_8 .td-header-style-12 .td-a-rec-id-header > div, .single_template_10 .td-header-style-12 .td-a-rec-id-header > div, .single_template_11 .td-header-style-12 .td-a-rec-id-header > div, .td_category_template_2 .td-header-style-12 .td-a-rec-id-header > div, .td_category_template_5 .td-header-style-12 .td-a-rec-id-header > div, .td_category_template_6 .td-header-style-12 .td-a-rec-id-header > div, .td_category_template_8 .td-header-style-12 .td-a-rec-id-header > div, .single_template_6 .td-header-style-12 .td-g-rec-id-header > div, .single_template_7 .td-header-style-12 .td-g-rec-id-header > div, .homepage-post.single_template_7 .td-header-style-12 .td-g-rec-id-header > div, .single_template_8 .td-header-style-12 .td-g-rec-id-header > div, .single_template_10 .td-header-style-12 .td-g-rec-id-header > div, .single_template_11 .td-header-style-12 .td-g-rec-id-header > div, .td_category_template_2 .td-header-style-12 .td-g-rec-id-header > div, .td_category_template_5 .td-header-style-12 .td-g-rec-id-header > div, .td_category_template_6 .td-header-style-12 .td-g-rec-id-header > div, .td_category_template_8 .td-header-style-12 .td-g-rec-id-header > div, .single_template_6 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle, .single_template_7 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle, .homepage-post.single_template_7 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle, .single_template_8 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle, .single_template_10 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle, .single_template_11 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle, .td_category_template_2 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle, .td_category_template_5 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle, .td_category_template_6 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle, .td_category_template_8 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle, .single_template_6 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle, .single_template_7 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle, .homepage-post.single_template_7 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle, .single_template_8 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle, .single_template_10 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle, .single_template_11 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle, .td_category_template_2 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle, .td_category_template_5 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle, .td_category_template_6 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle, .td_category_template_8 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle { margin-bottom: 14px !important; } } /* ---------------------------------------------------------------------------- Social icons */ .td-header-menu-social { float: right; margin-right: 5px; line-height: 48px; /* responsive tablet + phone */ } .td-header-menu-social .td-social-icon-wrap a { color: #000; } .td-header-menu-social .td-social-icon-wrap i { min-width: 16px; font-size: 12px; line-height: 24px; vertical-align: middle; /* responsive portrait tablet */ } @media (min-width: 768px) and (max-width: 1018px) { .td-header-menu-social .td-social-icon-wrap i { font-size: 12px !important; } } @media (max-width: 1140px) { .td-header-menu-social { display: none; } } .td-affix .td-header-menu-social { line-height: 48px !important; } .td-header-menu-no-search .td-header-menu-social { margin-right: 0 !important; } .td_stretch_content .td-header-menu-social { margin-right: 44px; } /* ---------------------------------------------------------------------------- Mega Menu */ .td-mega-menu { position: static !important; } .td-mega-menu ul.sub-menu { position: absolute; width: 1114px !important; height: auto; left: 50% !important; transform: translateX(-50%); -webkit-transform: translateX(-50%); display: none; border: 1px solid #eaeaea; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); /* responsive portrait tablet */ } @media (min-width: 1019px) and (max-width: 1140px) { .td-mega-menu ul.sub-menu { width: 1024px !important; } } @media (min-width: 768px) and (max-width: 1018px) { .td-mega-menu ul.sub-menu { width: 786px !important; } } .td-mega-menu .td_block_mega_menu .td-next-prev-wrap { margin: 0 0 22px 22px; } /* page in mega menu mega-menu-page */ .td-mega-menu-page .td-mega-grid { padding: 22px; /* responsive landscape tablet */ /* responsive portrait tablet */ } @media (min-width: 1019px) and (max-width: 1140px) { .td-mega-menu-page .td-mega-grid { padding: 21px; } } @media (min-width: 768px) and (max-width: 1018px) { .td-mega-menu-page .td-mega-grid { padding: 22px; } } .td-mega-menu-page .td-mega-grid .td_block_wrap { padding-bottom: 26px; } .td-mega-menu-page .wpb_content_element { clear: both; } .td-mega-menu-page .wpb_content_element .td_block_wrap .td-pulldown-filter-display-option { display: none; } .td-mega-menu-page .wpb_content_element .widgettitle:after { width: 1200px; } .td-mega-menu-page .wpb_content_element ul { display: inline-block !important; position: relative !important; width: 100% !important; border: none !important; left: 0 !important; top: 0 !important; margin-left: 0 !important; webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; } .td-mega-menu-page .wpb_content_element ul li { webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; float: none !important; width: auto !important; line-height: 30px !important; margin-left: 0; padding: 0 !important; list-style-type: disc !important; list-style-position: inside; } .td-mega-menu-page .wpb_content_element ul li ul { opacity: 1 !important; margin-top: 4px !important; margin-left: 21px !important; padding-bottom: 0 !important; } .td-mega-menu-page .wpb_content_element ul li ul li:last-child { border-bottom: 0 !important; padding-bottom: 0 !important; } .td-mega-menu-page .wpb_content_element ul li a { background-color: transparent !important; line-height: 26px !important; padding: 0 !important; margin: 0 !important; color: #222222 !important; } .td-mega-menu-page .wpb_content_element ul li a i { display: none; } .td-mega-menu-page .wpb_content_element ul li a:hover { background-color: transparent !important; color: var(--td_theme_color, #4db2ec) !important; } .td-mega-menu-page .vc_wp_custommenu ul li { padding: 5px 0 !important; border-top: 1px dashed #EDEDED; list-style-type: none !important; } .td-mega-menu-page .vc_wp_custommenu ul li:first-child { border: none; } .td-mega-menu-page .vc_wp_custommenu ul li:last-child { border-bottom: 1px dashed #EDEDED; } .td-mega-menu-page .vc_wp_custommenu ul li li { border-top: 1px dashed #EDEDED !important; } /* end fix mega menu with page */ .td_block_mega_menu { display: table; width: 100%; margin-bottom: 0 !important; } .td_mega_menu_sub_cats { width: 218px; max-width: 218px; text-align: right; display: table-cell; height: 100%; vertical-align: top; padding-top: 22px; background-color: #fafafa; position: relative; } @media (min-width: 1019px) and (max-width: 1140px) { .td_mega_menu_sub_cats { width: 200px; max-width: 200px; } } @media (min-width: 768px) and (max-width: 1018px) { .td_mega_menu_sub_cats { width: 152px; max-width: 152px; } } .td_mega_menu_sub_cats:after { content: ""; width: 1px; height: 100%; position: absolute; top: 0; right: 0; background-color: #eaeaea; } .td_mega_menu_sub_cats a { display: block; font-size: 13px; font-weight: 600; color: #333; padding: 5px 22px; position: relative; vertical-align: middle; border-top: 1px solid transparent; border-bottom: 1px solid transparent; } @media (min-width: 1019px) and (max-width: 1140px) { .td_mega_menu_sub_cats a { padding: 4px 22px; } } @media (min-width: 768px) and (max-width: 1018px) { .td_mega_menu_sub_cats a { font-size: 11px; padding: 3px 22px; } } .td_mega_menu_sub_cats .cur-sub-cat { background-color: #fff; color: var(--td_theme_color, #4db2ec); border-top: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea; } .td_mega_menu_sub_cats .cur-sub-cat:before { content: ''; width: 1px; height: 100%; position: absolute; top: 0; right: 0; background-color: #fff; z-index: 1; } .block-mega-child-cats { overflow-x: hidden; overflow-y: auto; max-height: 252px; -webkit-overflow-scrolling: touch; } @media (min-width: 1019px) and (max-width: 1140px) { .block-mega-child-cats { max-height: 238px; } } @media (min-width: 768px) and (max-width: 1018px) { .block-mega-child-cats { max-height: 224px; } } .td-mega-row { display: table-cell; padding: 22px 0 10px 0; /* responsive portrait tablet */ } @media (min-width: 768px) and (max-width: 1018px) { .td-mega-row { padding-bottom: 6px; } } .td-mega-span { width: 196px; min-height: 202px; float: left; margin-left: 22px; } @media (min-width: 1019px) and (max-width: 1140px) { .td-mega-span { width: 178px; min-height: 189px; } } @media (min-width: 768px) and (max-width: 1018px) { .td-mega-span { width: 130px; min-height: 176px; } } .td-mega-span .td-module-thumb { position: relative; margin-bottom: 0; } .td-mega-span .entry-thumb { min-height: 135px; } @media (min-width: 1019px) and (max-width: 1140px) { .td-mega-span .entry-thumb { min-height: 122px; } } @media (min-width: 768px) and (max-width: 1018px) { .td-mega-span .entry-thumb { min-height: 89px; } } .td-mega-span h3 { font-family: 'Roboto', sans-serif; font-weight: 500; font-size: 13px; margin: 7px 0 0; line-height: 18px; /* responsive portrait tablet */ } @media (min-width: 768px) and (max-width: 1018px) { .td-mega-span h3 { font-size: 12px; line-height: 16px; } } .td-mega-span h3 a { color: #333; display: block; -webkit-transition: color 0.4s; transition: color 0.4s; } .td-mega-span h3 a:hover { color: var(--td_theme_color, #4db2ec); } .td_mod_mega_menu:hover .entry-title a { color: var(--td_theme_color, #4db2ec); } /* ---------------------------------------------------------------------------- Search */ .td-header-menu-social + .td-search-wrapper #td-header-search-button { position: relative; } .td-header-menu-social + .td-search-wrapper #td-header-search-button:before { content: ''; position: absolute; top: 0; left: 0; width: 1px; height: 100%; background-color: #000; opacity: 0.08; /* responsive tablet + phone */ } @media (max-width: 1140px) { .td-header-menu-social + .td-search-wrapper #td-header-search-button:before { display: none; } } /* ---------------------------------------------------------------------------- top-menu grid */ .td-header-top-menu { color: #fff; font-size: 11px; } .td-header-top-menu .fa { text-align: center; min-width: 13px !important; margin-right: 3px; } .td-header-top-menu a { color: #fff; } @media (min-width: 1019px) and (max-width: 1140px) { .td-header-top-menu { overflow: visible; } } /* left menu side */ .td-header-sp-top-menu { line-height: 28px; padding: 0 !important; z-index: 1000; float: left; /* responsive portrait phone */ } @media (max-width: 767px) { .td-header-sp-top-menu { display: none !important; } } .td-header-sp-top-menu .td_ul_logout { margin-right: 16px; } /* right widget side */ .td-header-sp-top-widget { position: relative; line-height: 28px; text-align: right; padding-left: 0 !important; padding-right: 0 !important; /* responsive portrait phone */ } .td-header-sp-top-widget .td-social-icon-wrap .td-icon-font { vertical-align: middle; } @media (max-width: 767px) { .td-header-sp-top-widget { width: 100%; text-align: center; } } .td-header-sp-top-widget .td-search-btns-wrap { float: left; } .td-header-sp-top-widget .td-search-btns-wrap:hover .td-icon-search { opacity: 0.8; } .td-header-sp-top-widget .td-icon-search { width: 30px; height: 24px; font-size: 13px; line-height: 24px; vertical-align: middle; } .td-header-sp-top-widget .td-icon-search:hover { color: var(--td_theme_color, #4db2ec); } .td-header-sp-top-widget .td-icon-search:before { font-weight: 700; } .td-header-sp-top-widget .td-drop-down-search { top: calc(100% + 1px); text-align: left; } .td-header-sp-top-widget .td-drop-down-search:before, .td-header-sp-top-widget .td-drop-down-search:after { display: none; } .td-header-sp-top-widget .td-drop-down-search .entry-title a { color: #000; } .td-header-sp-top-widget .td-drop-down-search .td_module_wrap:hover .entry-title a { color: var(--td_theme_color, #4db2ec); } /* ---------------------------------------------------------------------------- top-menu data time */ .td_data_time { display: inline-block; margin-right: 32px; } /* ---------------------------------------------------------------------------- top-menu - login & menu */ .menu-top-container { display: inline-block; margin-right: 16px; } .top-header-menu { list-style: none; margin: 0; display: inline-block; } .top-header-menu li { display: inline-block; position: relative; margin-left: 0; } .top-header-menu li li { width: 100%; } .top-header-menu li a { margin-right: 16px; line-height: 1; } .top-header-menu li a:hover { color: var(--td_theme_color, #4db2ec); } .top-header-menu > li { line-height: 28px; } .top-header-menu > .td-normal-menu:hover > .sub-menu { display: block !important; } .top-header-menu .avatar { display: inline-block; vertical-align: middle; margin-right: 6px; position: relative; top: -1px; } .top-header-menu .td-icon-menu-down { padding-left: 6px; font-size: 8px; position: relative; top: -1px; } .top-header-menu .td-icon-logout { font-size: 10px; position: relative; top: 1px; margin-right: 2px; } .top-header-menu .sub-menu { display: none; position: absolute; top: 100%; left: -10px; line-height: 28px; background-color: #222222; z-index: 1000; } .top-header-menu .sub-menu a { display: block; margin: 0 10px; white-space: nowrap; line-height: 28px; } .top-header-menu .td_user_logd_in { font-weight: bold; } .top-header-menu .td_user_logd_in:hover { text-decoration: none !important; } .top-header-menu .current-menu-item > a, .top-header-menu .current-menu-ancestor > a, .top-header-menu .current-category-ancestor > a { color: var(--td_theme_color, #4db2ec); } .top-header-menu ul .td-icon-menu-down, .top-header-menu .td-mega-menu .td-icon-menu-down { display: none; } .top-header-menu .td-mega-menu ul, .top-header-menu ul ul { display: none !important; } .td_sp_login_ico_style { position: absolute; top: 3px; right: -9px; } .td_sp_logout_ico_style { position: relative; top: 3px; left: 17px; } /* ---------------------------------------------------------------------------- top-menu social widget */ .td-social-icon-wrap { /* responsive portrait phone */ } .td-social-icon-wrap > a { display: inline-block; } .td-social-icon-wrap .td-icon-font { font-size: 12px; width: 30px; height: 24px; line-height: 24px; } .td-social-icon-wrap .td-icon-instagram, .td-social-icon-wrap .td-icon-discord { font-size: 15px; } .td-social-icon-wrap .td-icon-naver, .td-social-icon-wrap .td-icon-gettr { font-size: 16px; } .td-social-icon-wrap .td-icon-koo { font-size: 14px; } @media (max-width: 767px) { .td-social-icon-wrap { margin: 0 3px; } } /* ---------------------------------------------------------------------------- Top Bar Style 1 */ .top-bar-style-1 .td-header-sp-top-widget { float: right; } /* ---------------------------------------------------------------------------- Top Bar Style 2 */ .top-bar-style-2 .td_ul_login, .top-bar-style-2 .td_ul_logout { margin-right: 32px; } .top-bar-style-2 .td-header-sp-top-menu { float: right; } .top-bar-style-2 .td-header-sp-top-menu ul:last-child, .top-bar-style-2 .td-header-sp-top-menu div:last-child { margin-right: 0; } .top-bar-style-2 .menu-top-container, .top-bar-style-2 .top-header-menu li:last-child a { margin-right: 0; } .top-bar-style-2 .td-search-box-wrap { left: 0; right: auto; } /* ---------------------------------------------------------------------------- Top Bar Style 3 */ /* ---------------------------------------------------------------------------- Top Bar Style 4 */ .top-bar-style-4 .td-header-sp-top-widget, .top-bar-style-4 .td-header-sp-top-menu { float: right; } .td_block_weather .block-title { margin-bottom: 22px; } .td_block_weather .td-weather-wrap { position: relative; -webkit-touch-callout: none; -webkit-user-select: none; user-select: none; } .td-weather-header { padding-left: 10px; font-family: 'Roboto', sans-serif; } .td-weather-city { font-size: 20px; font-weight: bold; line-height: 1; text-transform: uppercase; margin-bottom: 7px; } .td-weather-condition { font-size: 14px; line-height: 1; text-transform: capitalize; opacity: 0.8; } .td-location-icon { position: absolute; top: 0; right: 10px; font-size: 22px; opacity: 0.6; z-index: 1; } .td-location-icon:hover { cursor: pointer; opacity: 0.9; } .td-weather-temperature { font-family: 'Roboto', sans-serif; padding: 3px 0; display: inline-block; width: 100%; float: left; text-align: center; /* responsive portrait tablet */ } @media (max-width: 1018px) { .td-weather-temperature { margin-bottom: -6px; padding: 0; } } .td-weather-temp-wrap { display: inline-block; } .td-weather-now { float: left; text-align: center; line-height: 1; padding: 32px 16px; font-weight: 300; width: 145px; -webkit-touch-callout: none; -webkit-user-select: none; user-select: none; /* responsive portrait tablet + phone */ /* responsive portrait tablet */ /* responsive portrait phone */ } @media (max-width: 1018px) { .td-weather-now { padding: 28px 0; position: relative; left: -10px; width: 90px; margin-left: 12px; } } @media (min-width: 768px) and (max-width: 1018px) { .td-weather-now { margin-left: 0; } } @media (max-width: 767px) { .td-weather-now { width: 100px; } } .td-weather-now .td-big-degrees { font-size: 40px; /* responsive portrait tablet + phone */ } @media (max-width: 1018px) { .td-weather-now .td-big-degrees { font-size: 32px; } } .td-weather-now .td-circle { font-size: 30px; position: relative; top: -6px; opacity: 0.6; line-height: 1; vertical-align: top; } .td-weather-now .td-weather-unit { font-size: 16px; position: relative; top: -4px; font-weight: 400; opacity: 0.6; left: -2px; line-height: 1; vertical-align: top; } .td-weather-now:hover { cursor: pointer; } .td-weather-lo-hi { float: left; text-align: left; width: 55px; } .td-weather-degrees-wrap { padding: 15px 0; /* responsive portrait tablet */ } @media (max-width: 1018px) { .td-weather-degrees-wrap { padding: 10px 0; } } .td-weather-degrees-wrap i { position: relative; top: 3px; font-size: 16px; color: #b3b3b3; } .td-weather-degrees-wrap .td-small-degrees { font-size: 12px; } .td-weather-degrees-wrap .td-circle { font-size: 18px; position: relative; right: 3px; top: 3px; } .td-weather-information { font-family: 'Roboto', sans-serif; font-size: 12px; position: relative; padding: 5px 0; display: inline-block; width: 100%; float: left; opacity: 0.6; } .td-weather-information:before { content: ''; width: 100%; height: 2px; position: absolute; top: -2px; left: 0; background-color: var(--td_header_color, #222222); opacity: 0.2; } .td-weather-information i { font-size: 16px; position: relative; top: 2px; } .td-weather-section-1, .td-weather-section-2, .td-weather-section-3 { float: left; width: 33%; } .td-weather-section-1 { text-align: right; padding-right: 10px; } .td-weather-section-2 { text-align: center; } .td-weather-section-3 { text-align: left; padding-left: 10px; } .td-weather-week { font-family: 'Roboto', sans-serif; padding: 15px 8px; width: 100%; text-align: center; line-height: 1; position: relative; display: inline-block; } .td-weather-week:before { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: var(--td_header_color, #222222); opacity: 0.07; } .td-weather-days { width: 20%; float: left; text-align: center; text-transform: uppercase; line-height: 1; } .td-weather-days .td-day-0, .td-weather-days .td-day-1, .td-weather-days .td-day-2, .td-weather-days .td-day-3, .td-weather-days .td-day-4 { margin-botto} .td_module_mx4 .entry-thumb { width: 100%; } .td_module_mx4 .td-video-play-ico { /* responsive portrait phone */ /* responsive small portrait phone */ } @media (max-width: 767px) { .td_module_mx4 .td-video-play-ico { width: 30px; height: 30px; font-size: 30px; } } @media (max-width: 500px) { .td_module_mx4 .td-video-play-ico { width: 20px; height: 20px; font-size: 20px; } } @media (max-width: 500px) { .td_module_mx4 { min-height: 69px; padding-bottom: 0; margin-bottom: 30px; } .td_module_mx4 .td-module-image { width: 100px; position: absolute; left: 0; top: 0; } } .td-column-3 .td_module_mx4 .entry-title { /* responsive portrait phone */ /* responsive small portrait phone */ } @media (max-width: 767px) { .td-column-3 .td_module_mx4 .entry-title { font-size: 12px; line-height: 18px; } } @media (max-width: 500px) { .td-column-3 .td_module_mx4 .entry-title { padding-left: 115px; font-size: 14px; line-height: 21px; } } .td-column-1 .td_module_mx4 { padding-bottom: 22px; /* responsive portrait phone */ /* responsive small portrait phone */ } @media (max-width: 767px) { .td-column-1 .td_module_mx4 { padding-bottom: 35px; } } .td-column-1 .td_module_mx4 .entry-title { font-size: 13px; line-height: 18px; font-weight: 500; /* responsive portrait phone */ /* responsive small portrait phone */ } @media (max-width: 767px) { .td-column-1 .td_module_mx4 .entry-title { font-size: 16px; line-height: 22px; } } @media (max-width: 500px) { .td-column-1 .td_module_mx4 .entry-title { font-size: 14px; line-height: 21px; padding-left: 0; } } .td-column-1 .td_module_mx4 .td-video-play-ico { width: 30px; height: 30px; font-size: 30px; } @media (max-width: 500px) { .td-column-1 .td_module_mx4 { margin-bottom: 0; } .td-column-1 .td_module_mx4 .td-module-thumb { margin-bottom: 7px; } .td-column-1 .td_module_mx4 .td-module-image { width: 100%; position: relative; } .td-column-1 .td_module_mx4 .td-post-category { width: auto; } } /* ---------------------------------------------------------------------------- Module mx7 */ .td_module_mx7 { /* responsive portrait tablet */ /* responsive portrait phone */ } .td_module_mx7 .td-module-thumb { margin-bottom: 9px; } .td_module_mx7 .entry-title { font-size: 16px; line-height: 21px; font-weight: 500; /* responsive portrait tablet */ } @media (min-width: 768px) and (max-width: 1018px) { .td_module_mx7 .entry-title { font-size: 14px; line-height: 20px; } } .td_module_mx7 .td-module-meta-info { margin-bottom: 13px; } .td_module_mx7 .td_quote_on_blocks { margin-top: 10px; } .td_module_mx7 .td-post-author-name { display: block; margin-bottom: 10px; } .td_module_mx7 .td-post-author-name span { display: none; } @media (min-width: 768px) and (max-width: 1018px) { .td_module_mx7 .td-post-author-name { display: none; } } @media (max-width: 767px) { .td_module_mx7 .entry-thumb { width: 100%; } } .td-column-3 .td_module_mx7 { /* responsive portrait phone */ } @media (max-width: 767px) { .td-column-3 .td_module_mx7 .td-post-author-name { display: none; } .td-column-3 .td_module_mx7 .entry-title { font-size: 18px; line-height: 24px; } .td-column-3 .td_module_mx7 .td-video-play-ico { width: 40px; height: 40px; font-size: 40px; border-width: 2px; } } /* ---------------------------------------------------------------------------- Module mx8 */ .td_module_mx8:hover .entry-title a { color: #fff !important; } .td_module_mx8 .td-module-thumb { margin-bottom: 5px; overflow: hidden; } .td_module_mx8 .td-module-thumb a:last-child:after { bottom: 0; content: ""; display: block; height: 80%; width: 100%; position: absolute; z-index: 0; background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7))); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0); } .td_module_mx8 .entry-thumb { width: 100%; } .td_module_mx8 .meta-info-container { position: relative; } .td_module_mx8 .td-module-meta-info { position: absolute; bottom: 14px; margin-bottom: 0; width: 100%; padding: 0 21px; } .td_module_mx8 .entry-title { font-weight: 500; font-size: 24px; line-height: 32px; } .td_module_mx8 .td-post-category { background-color: #fff !important; color: #000; } .td_module_mx8 .entry-review-stars { margin-right: 22px; } .td_module_mx8 .entry-title a, .td_module_mx8 .td-post-author-name a, .td_module_mx8 .td-post-date, .td_module_mx8 .td-icon-star, .td_module_mx8 .td-icon-star-half, .td_module_mx8 .td-icon-star-empty { color: #fff; } .td_module_mx8 .td-module-comments { float: none; display: inline-block; vertical-align: top; top: 2px; margin-left: 22px; } .td_module_mx8 .td-module-comments a { background-color: transparent !important; padding: 0; font-size: 11px; font-weight: 400; } .td_module_mx8 .td-module-comments a:before { font-family: 'newspaper', sans-serif; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; text-align: center; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\e83b"; margin-right: 5px; font-size: 9px; } .td_module_mx8 .td-module-comments a:after { display: none; } .td-pb-span4 .td_module_mx8 { /* responsive portrait tablet */ } @media (min-width: 768px) and (max-width: 1018px) { .td-pb-span4 .td_module_mx8 .td-author-date { display: none; } .td-pb-span4 .td_module_mx8 .td-module-meta-info { bottom: 10px; } .td-pb-span4 .td_module_mx8 .td_module_wrap .entry-title { margin: 0; } .td-pb-span4 .td_module_mx8 .td-video-play-ico { width: 30px; height: 30px; top: 10px; right: 10px; transform: none; -webkit-transform: none; } .td-pb-span4 .td_module_mx8 .entry-title { margin: 0; } } /* ---------------------------------------------------------------------------- Module MX16 */ .td_module_mx16 { padding-bottom: 35px; } .td_module_mx16 .entry-title { font-size: 24px; line-height: 28px; font-weight: 900; margin-bottom: 10px; /* responsive portrait tablet */ } @media (min-width: 768px) and (max-width: 1018px) { .td_module_mx16 .entry-title { font-size: 19px; line-height: 22px; font-weight: 700; } } .td_module_mx16 .td-info-container { position: relative; } .td_module_mx16 .td-module-image { width: 100px; height: 140px; overflow: hidden; position: absolute; top: 0; left: 0; /* responsive portrait tablet */ } @media (min-width: 768px) and (max-width: 1018px) { .td_module_mx16 .td-module-image { width: 80px; } } .td_module_mx16 .entry-thumb { max-width: none; position: absolute; margin: 0 auto; left: -9999px; right: -9999px; width: auto; height: 140px; } .td_module_mx16 .td-post-category { display: inline-block; padding: 4px 7px; margin-right: 0; font-size: 9px; bottom: 15px; text-transform: uppercase; line-height: 1; background-color: #000; color: #fff; position: absolute; left: 0; z-index: 1; } .td_module_mx16 .td-video-play-ico { width: 20px; height: 20px; font-size: 20px; top: 10px; right: 10px; border-width: 1px; transform: none; -webkit-transform: none; /* responsive portrait phone */ } @media (max-width: 767px) { .td_module_mx16 .td-video-play-ico { width: 30px; height: 30px; font-size: 30px; border-width: 2px; top: 10px; right: 10px; } } .td_module_mx16 .td-item-details { margin-left: 120px; min-height: 140px; /* responsive portrait tablet */ } @media (min-width: 768px) and (max-width: 1018px) { .td_module_mx16 .td-item-details { margin-left: 90px; } } .td_module_mx16 .td-module-meta-info { position: relative; } .td_module_mx16 .td-post-date { font-size: 12px; } .td_module_mx16 .td-module-comments { position: absolute; bottom: 2px; right: 0; } .td_module_mx16 .td-excerpt { font-size: 13px; line-height: 19px; margin: 0; } .td_module_mx16 .td-read-more { margin: 13px 0 0 0; /* responsive portrait tablet */ } @media (min-width: 768px) and (max-width: 1018px) { .td_module_mx16 .td-read-more { display: none; } } .td_module_mx16 .td-read-more a { background-color: #000; color: #fff; font-size: 11px; padding: 8px 11px; } /* ---------------------------------------------------------------------------- Module MX17 */ .td_module_mx17 .td-module-image { height: 450px; overflow: hidden; margin-bottom: 15px; position: relative; /* responsive portrait phone */ } @media (max-width: 767px) { .td_module_mx17 .td-module-image { height: auto; margin-bottom: 0; } } .td_module_mx17 .entry-thumb { max-width: none; position: absolute; margin: 0 auto; left: -9999px; right: -9999px; width: auto; /* responsive portrait phone */ } @media (max-width: 767px) { .td_module_mx17 .entry-thumb { width: 100%; left: auto; right: auto; position: relative; } } .td_module_mx17 .td-post-category { display: inline-block; padding: 5px 8px 6px; text-transform: uppercase; font-size: 11px; line-height: 1; background-color: #000; color: #fff; position: absolute; left: 0; bottom: 25px; z-index: 1; /* responsive portrait tablet */ } @media (min-width: 768px) and (max-width: 1018px) { .td_module_mx17 .td-post-category { padding: 4px 7px; font-size: 9px; bottom: 15px; } } .td_module_mx17 .entry-title { font-size: 26px; line-height: 32px; font-weight: 900; margin-bottom: 10px; /* responsive portrait tablet */ /* responsive portrait phone */ } @media (min-width: 768px) and (max-width: 1018px) { .td_module_mx17 .entry-title { font-size: 18px; line-height: 24px; } } @media (max-width: 767px) { .td_module_mx17 .entry-title { font-size: 24px; line-height: 30px; } } .td_module_mx17 .td-video-play-ico { top: 20px; right: 20px; left: auto; transform: none; -webkit-transform: none; } .td_module_mx17 .td-module-meta-info { position: relative; } .td_module_mx17 .td-post-author-name { font-size: 13px; /* responsive portrait tablet */ } @media (min-width: 768px) and (max-width: 1018px) { .td_module_mx17 .td-post-author-name { font-size: 12px; } } .td_module_mx17 .td-post-author-name:hover { color: var(--td_theme_color, #4db2ec); } .td_module_mx17 .td-post-date { font-size: 13px; /* responsive portrait tablet */ } @media (min-width: 768px) and (max-width: 1018px) { .td_module_mx17 .td-post-date { font-size: 12px; } } .td_module_mx17 .td-module-comments { position: absolute; bottom: -4px; right: 0; } /* ---------------------------------------------------------------------------- IOS Slider */ .td_block_slide { position: relative; overflow: hidden; *zoom: 1; } .td_block_slide:before, .td_block_slide:after { display: table; content: ""; line-height: 0; } .td_block_slide:after { clear: both; } .td_block_slide .td_block_inner { position: relative; } .td_block_slide .td-module-thumb, .td_block_slide .td-video-play-ico, .td_block_slide .td-slide-meta, .td_block_slide i { -webkit-touch-callout: none; -webkit-user-select: none; user-select: none; } .td_block_slide .td-module-thumb { margin-bottom: 0; z-index: -1; position: static; } .td_block_slide .td-video-play-ico { width: 40px !important; height: 40px !important; font-size: 40px !important; border-width: 0.050em !important; /* responsive portrait phone */ } @media (max-width: 1018px) { .td_block_slide .td-video-play-ico { top: 12px; left: auto; right: 12px; transform: none; -webkit-transform: none; } } .td_block_slide .td-admin-edit { height: auto !important; } .td_block_slide .td_module_slide { z-index: 1; } .td_block_slide .td-image-gradient:before { height: 100%; } .td_block_slide .td-module-thumb, .td_block_slide .entry-thumb { height: 100%; } .td_block_slide .entry-thumb { background-size: cover; } .td_block_slide .td-slide-meta { z-index: 2; position: absolute; bottom: 10px; width: 100%; padding: 0 22px; color: #fff; left: 0; right: 0; margin: 0 auto; /* responsive portrait phone */ } @media (max-width: 767px) { .td_block_slide .td-slide-meta { padding: 0 12px; bottom: 3px; } } .td_block_slide .td-slide-meta a, .td_block_slide .td-slide-meta span { color: #fff; } .td_block_slide .entry-title { margin: 5px 0; } .td_block_slide .entry-review-stars { margin-right: 22px; top: 0; } .td_block_slide .td-post-date { color: #fff; margin-left: 4px; } .td_block_slide .td-post-views { display: inline-block; vertical-align: top; margin-right: 22px; line-height: 15px; } .td_block_slide .td-icon-views { position: relative; line-height: 17px; font-size: 14px; margin-right: 5px; vertical-align: top; } .td_block_slide .td-post-comments { position: relative; top: 2px; display: inline-block; vertical-align: top; margin-left: 10px; } .td_block_slide .td-icon-comments { margin-right: 5px; font-size: 9px; position: relative; top: 1px; } .td_block_slide .td-slide-nav { padding: 20px; position: absolute; display: block; height: 80px; margin-top: -40px; top: 50%; font-size: 38px; color: #fff; opacity: 0; -webkit-transition: opacity 0.4s; transition: opacity 0.4s; } .td_block_slide .td-slide-nav-svg { display: inline-flex; align-items: center; justify-content: center; } .td_block_slide .td-slide-nav-svg svg { width: 38px; height: auto; } .td_block_slide .td-slide-nav-svg svg, .td_block_slide .td-slide-nav-svg svg * { fill: #fff; } .td_block_slide .prevButton { left: 0; } .td_block_slide .nextButton { right: 0; } .td_block_slide .td_module_wrap:hover .entry-title a { color: #fff; } .td-ss-main-sidebar .td_block_slide, .td-ss-row .td-pb-span4 .td_block_slide { overflow: visible; } .td-theme-slider { /* Slider Category */ } .td-theme-slider .slide-meta-cat a { font-family: 'Roboto', sans-serif; font-size: 12px; font-weight: 500; text-transform: uppercase; display: inline-block; margin: 0 0 5px 0; padding: 4px 7px 3px; line-height: 14px; background-color: rgba(0, 0, 0, 0.7); -webkit-transition: background-color 0.3s ease; transition: background-color 0.3s ease; /* responsive portrait phone */ } @media (max-width: 767px) { .td-theme-slider .slide-meta-cat a { font-size: 10px; padding: 2px 5px 2px; margin-bottom: 0; line-height: 13px; } } .td-theme-slider:hover .td-slide-nav { opacity: 1; z-index: 1; } .td-theme-slider:hover .slide-meta-cat a { background-color: var(--td_theme_color, #4db2ec); } @-moz-document url-prefix() { .td-theme-slider .slide-meta-cat a { padding: 3px 7px 4px; /* responsive portrait phone */ } @media (max-width: 767px) { .td-theme-slider .slide-meta-cat a { line-height: 12px; } } } /* 3 column */ .iosSlider-col-3, .iosSlider-col-3 .td_module_slide { height: 580px; /* responsive landscape tablet */ /* responsive portrait tablet */ /* responsive portrait phone */ /* responsive small portrait phone */ } @media (min-width: 1019px) and (max-width: 1140px) { .iosSlider-col-3, .iosSlider-col-3 .td_module_slide { height: 532px; } } @media (min-width: 768px) and (max-width: 1018px) { .iosSlider-col-3, .iosSlider-col-3 .td_module_slide { height: 402px; } } @media (max-width: 767px) { .iosSlider-col-3, .iosSlider-col-3 .td_module_slide { height: 298px; } } @media (max-width: 500px) { .iosSlider-col-3, .iosSlider-col-3 .td_module_slide { height: 163px; } } .iosSlider-col-3 .entry-title { font-size: 48px; line-height: 58px; /* responsive landscape tablet */ /* responsive portrait tablet */ /* responsive portrait phone */ /* responsive small portrait phone */ }