/* Theme Name: Newspaper Theme URI: http://tagdiv.com Description: Premium WordPress template, clean and easy to use. Version: 12.6.1 Author: tagDiv Author URI: http://themeforest.net/user/tagDiv/portfolio License: License URI: Text Domain: newspaper Tags:black, white, one-column, two-columns, fixed-layout ------------------------------------- Table of content: ------------------------------------- 1. Variables 2. Mixin 3. Normalize 4. Theme Grid 5. Header 6. Typography 7. Modules 8. Post and Page 8.1 Page 8.2 Post template 8.3 Comments 8.4 Gutenberg 8.5 Galleries 9. Misc 10. Footer _ _ | \ | ___ _ _ _ ___ ___ ___ ___ ___ _ _ | |/ ._>| | | |<_-<| . \<_> || . \/ ._>| '_> |_\_|\___.|__/_/ /__/| _/<___|| _/\___.|_| |_| |_| ~ tagDiv 2021 ~ Thanks for using our theme ! Our portfolio is here: http://tagdiv.com */ :root { --td_theme_color: #4db2ec; --td_grid_border_color: #ededed; --td_black: #222; --td_text_color: #111; } /* ---------------------------------------------------------------------------- responsive settings */ /* responsive landscape tablet */ /* responsive portrait tablet */ /* responsive portrait phone */ .clearfix { *zoom: 1; } .clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0; } .clearfix:after { clear: both; } /* usage: .td-block-row { .mx-row(td-block-span); } @all_span_selector - is the begining of the span selector */ html { font-family: sans-serif; /* 1 */ /* 2 */ /* 2 */ } /** * Remove default margin. */ body { margin: 0; } /* HTML5 display definitions ========================================================================== */ /** * Correct `block` display not defined for any HTML5 element in IE 8/9. * Correct `block` display not defined for `details` or `summary` in IE 10/11 * and Firefox. * Correct `block` display not defined for `main` in IE 11. */ aside, menu, section { display: block; } /** * 1. Correct `inline-block` display not defined in IE 8/9. * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */ /** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */ /** * Address `[hidden]` styling not present in IE 8/9/10. * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. */ [hidden] { display: none; } /* Links ========================================================================== */ /** * Remove the gray background color from active links in IE 10. */ a { background-color: transparent; } /** * Improve readability when focused and also mouse hovered in all browsers. */ a:active, a:hover { outline: 0; } /* Text-level semantics ========================================================================== */ /** * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */ /** * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */ strong { font-weight: bold; } /** * Address styling not present in Safari and Chrome. */ /** * Address styling not present in IE 8/9. */ /** * Address inconsistent and variable font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` affecting `line-height` in all browsers. */ /* Embedded content ========================================================================== */ /** * Remove border when inside `a` element in IE 8/9/10. */ img { border: 0; } /** * Correct overflow not hidden in IE 9/10/11. */ svg:not(:root) { overflow: hidden; } /* Grouping content ========================================================================== */ /** * Address margin not present in IE 8/9 and Safari. */ /** * Address differences between Firefox and other browsers. */ /** * Contain overflow in all browsers. */ /** * Address odd `em`-unit font size rendering in all browsers. */ code { font-family: monospace, monospace; font-size: 1em; } /* Forms ========================================================================== */ /** * Known limitation: by default, Chrome and Safari on OS X allow very limited * styling of `select`, unless a `border` property is set. */ /** * 1. Correct color not being inherited. * Known issue: affects color of disabled elements. * 2. Correct font properties not being inherited. * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */ button, input { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */ } /** * Address `overflow` set to `hidden` in IE 8/9/10/11. */ button { overflow: visible; } /** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. * Correct `select` style inheritance in Firefox. */ button { text-transform: none; } /** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type * `input` and others. */ button, html input[type="button"], input[type="submit"] { /* 2 */ cursor: pointer; /* 3 */ } /** * Re-set default cursor for disabled elements. */ /** * Remove inner padding and border in Firefox 4+. */ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } /** * Address Firefox 4+ setting `line-height` on `input` using `` in * the UA stylesheet. */ input { line-height: normal; } /** * It's recommended that you don't attempt to style these elements. * Firefox's implementation doesn't respect box-sizing, padding, or width. * * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10. */ /** * Fix the cursor style for Chrome's increment/decrement buttons. For certain * `font-size` values of the `input`, it causes the cursor style of the * decrement button to change from `default` to `text`. */ /** * 1. Address `appearance` set to `searchfield` in Safari and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari and Chrome * (include `-moz` to future-proof). */ input[type="search"] { /* 1 */ /* 2 */ box-sizing: content-box; } /** * Remove inner padding and search cancel button in Safari and Chrome on OS X. * Safari (but not Chrome) clips the cancel button when the search input has * padding (and `textfield` appearance). */ input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { } /** * Define consistent border, margin, and padding. */ /** * 1. Correct `color` not being inherited in IE 8/9/10/11. * 2. Remove padding so people aren't caught out if they zero out fieldsets. */ /** * Remove default vertical scrollbar in IE 8/9/10/11. */ /** * Don't inherit the `font-weight` (applied by a rule above). * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */ /* Tables ========================================================================== */ /** * Remove most spacing between table cells. */ table { border-collapse: collapse; border-spacing: 0; } /* 4. Theme Grid */ * { /* Safari/Chrome, other WebKit */ /* Firefox, other Gecko */ box-sizing: border-box; /* Opera/IE 8+ */ } *:before, *:after { box-sizing: border-box; } img { max-width: 100%; height: auto; } .td-main-content-wrap { background-color: #fff; } /* ---------------------------------------------------------------------------- container */ .td-container, .tdc-row, .tdc-row-composer { width: 1068px; margin-right: auto; margin-left: auto; } .td-container:before, .tdc-row:before, .tdc-row-composer:before, .td-container:after, .tdc-row:after, .tdc-row-composer:after { display: table; content: ''; line-height: 0; } .td-container:after, .tdc-row:after, .tdc-row-composer:after { clear: both; } .tdc-row[class*="stretch_row"] > .td-pb-row > .td-element-style, .tdc-row-composer[class*="stretch_row"] > .td-pb-row > .td-element-style { width: 100vw ; left: 50% ; transform: translateX(-50%) ; } @media (max-width: 767px) { .td-pb-row > .td-element-style { width: 100vw ; left: 50% ; transform: translateX(-50%) ; } } .tdc-row.stretch_row_content, .tdc-row-composer.stretch_row_content { width: 100% ; } .tdc-row.stretch_row_content_no_space, .tdc-row-composer.stretch_row_content_no_space { width: 100% ; } .tdc-row.stretch_row_content_no_space > .td-pb-row, .tdc-row-composer.stretch_row_content_no_space > .td-pb-row { margin-left: 0; margin-right: 0; } .tdc-row.td-stretch-content, .tdc-row-composer.td-stretch-content { /* responsive portrait phone */ } @media (max-width: 767px) { .tdc-row.td-stretch-content, .tdc-row-composer.td-stretch-content { padding-left: 20px; padding-right: 20px; } } /* ---------------------------------------------------------------------------- rows */ .td-pb-row { *zoom: 1; margin-right: -24px; margin-left: -24px; position: relative; } .td-pb-row:before, .td-pb-row:after { display: table; content: ''; } .td-pb-row:after { clear: both; } .td-boxed-layout .vc_row { width: auto; left: 0; padding-left: 0; padding-right: 0; } /* ---------------------------------------------------------------------------- all spans */ .td-pb-row [class*="td-pb-span"] { display: block; min-height: 1px; float: left; padding-right: 24px; padding-left: 24px; /* responsive landscape tablet */ /* responsive portrait tablet */ /* responsive portrait phone */ position: relative; } @media (min-width: 1019px) and (max-width: 1140px) { .td-pb-row [class*="td-pb-span"] { padding-right: 20px; padding-left: 20px; } } @media (min-width: 768px) and (max-width: 1018px) { .td-pb-row [class*="td-pb-span"] { padding-right: 14px; padding-left: 14px; } } @media (max-width: 767px) { .td-pb-row [class*="td-pb-span"] { padding-right: 0; padding-left: 0; float: none; width: 100%; } } /* ---------------------------------------------------------------------------- smart sidebar - fix */ .td-ss-row .td-pb-span4 .wpb_wrapper { } /* ---------------------------------------------------------------------------- main grid */ .td-pb-span3 { width: 25%; } .td-pb-span4 { width: 33.33333333%; } .td-pb-span5 { width: 41.66666667%; } .td-pb-span6 { width: 50%; } .td-pb-span7 { width: 58.33333333%; } .td-pb-span8 { width: 66.66666667%; } .td-pb-span12 { width: 100%; } /* ---------------------------------------------------------------------------- hacks Visual Composer */ .wpb_row { margin-bottom: 0; } .vc_row .vc_column-inner { padding-left: 0; padding-right: 0; } /* block row + global block spans */ .td-block-row { *zoom: 1; margin-left: -24px; margin-right: -24px; } .td-block-row:before, .td-block-row:after { display: table; content: ''; } .td-block-row:after { clear: both; } .td-block-row [class*="td-block-span"] { display: block; min-height: 1px; float: left; padding-right: 24px; padding-left: 24px; /* responsive landscape tablet */ /* responsive portrait tablet */ /* responsive portrait phone */ } @media (min-width: 1019px) and (max-width: 1140px) { .td-block-row [class*="td-block-span"] { padding-right: 20px; padding-left: 20px; } } @media (min-width: 768px) and (max-width: 1018px) { .td-block-row [class*="td-block-span"] { padding-right: 14px; padding-left: 14px; } } @media (max-width: 767px) { .td-block-row [class*="td-block-span"] { padding-right: 0; padding-left: 0; float: none; width: 100%; } } .td-block-span4 { width: 33.33333333%; } .td-block-span6 { width: 50%; } /* responsive landscape tablet */ @media (min-width: 1019px) and (max-width: 1140px) { .td-container, .tdc-row, .tdc-row-composer { width: 980px; } .td-pb-row, .td-block-row { margin-right: -20px; margin-left: -20px; } } /* responsive portrait tablet */ @media (min-width: 768px) and (max-width: 1018px) { .td-container, .tdc-row, .tdc-row-composer { width: 740px; } .td-pb-row, .td-block-row { margin-right: -14px; margin-left: -14px; } } /* responsive portrait phone */ @media (max-width: 767px) { .td-container, .tdc-row, .tdc-row-composer { width: 100%; padding-left: 20px; padding-right: 20px; } .td-pb-row, .td-block-row { width: 100%; margin-left: 0; margin-right: 0; } } /* ---------------------------------------------------------------------------- header grid container */ .td-header-wrap { position: relative; z-index: 2000; } /* header rows */ .td-header-row { *zoom: 1; font-family: 'Open Sans', 'Open Sans Regular', sans-serif; } .td-header-row:before, .td-header-row:after { display: table; content: ''; } .td-header-row:after { clear: both; } .td-header-row [class*="td-header-sp"] { display: block; min-height: 1px; float: left; padding-right: 24px; padding-left: 24px; /* responsive landscape tablet */ /* responsive portrait tablet */ /* responsive portrait phone */ } @media (min-width: 1019px) and (max-width: 1140px) { .td-header-row [class*="td-header-sp"] { padding-right: 20px; padding-left: 20px; } } @media (min-width: 768px) and (max-width: 1018px) { .td-header-row [class*="td-header-sp"] { padding-right: 14px; padding-left: 14px; } } @media (max-width: 767px) { .td-header-row [class*="td-header-sp"] { padding-right: 0; padding-left: 0; float: none; width: 100%; } } /* ---------------------------------------------------------------------------- logo */ .td-logo { margin: 0; padding: 0; line-height: inherit; font-size: inherit ; } /* ---------------------------------------------------------------------------- Search */ /* the search button */ #td-header-search-button { /* responsive portrait phone */ } @media (max-width: 767px) { #td-header-search-button { display: none; } } #td-header-search-button-mob { display: none; /* responsive portrait phone */ } @media (max-width: 767px) { #td-header-search-button-mob { display: block; } } /* the search drop down */ /* responsive without mobile */ @media (min-width: 768px) { .td-drop-down-search .td-search-form { margin: 20px; } } .td-header-wrap .td-drop-down-search { position: absolute; top: 100%; right: 0; visibility: hidden; opacity: 0; transition: all 0.4s ease; transform: translate3d(0, 20px, 0); background-color: #fff; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); border-top: 0; width: 342px; pointer-events: none; /* this class is added by the js to open the menu - will be used for animation */ /* search form */ /* triangle top */ } .td-header-wrap .td-drop-down-search .btn { position: absolute; height: 32px; min-width: 67px; line-height: 17px; padding: 7px 15px 8px; text-shadow: none; vertical-align: top; right: 20px; margin: 0 ; transition: background-color 0.4s; } .td-header-wrap .td-drop-down-search .btn:hover { background-color: var(--td_theme_color, #4db2ec); } .td-header-wrap .td-drop-down-search:before { position: absolute; top: -9px; right: 19px; display: block; content: ''; width: 0; height: 0; border-style: solid; border-width: 0 5.5px 6px 5.5px; border-color: transparent transparent var(--td_theme_color, #4db2ec) transparent; } .td-header-wrap .td-drop-down-search:after { position: absolute; top: -3px; display: block; content: ''; right: 0; left: 0; margin: 0 auto; width: 100%; height: 3px; background-color: var(--td_theme_color, #4db2ec); } .td-header-wrap #td-header-search { width: 235px; height: 32px; margin: 0; border-right: 0; line-height: 17px; border-color: #eaeaea ; /* responsive portrait phone */ } @media (max-width: 767px) { .td-header-wrap #td-header-search { width: 91%; font-size: 16px; } } .td-header-wrap .td-post-category { z-index: 2; position: relative; } /* ------------------------------------------------------------------- Headers style ---------------------------------------------------------------------- */ /* General */ .td-banner-wrap-full { position: relative; } .td-header-menu-wrap-full { z-index: 9998; position: relative; } /* responsive portrait phone */ @media (max-width: 767px) { .td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu { background-color: var(--td_mobile_menu_color, #222222) ; height: 54px ; } .header-search-wrap .td-icon-search { color: var(--td_mobile_icons_color, #ffffff) ; } } /* ----------------------------------------------- */ .td-logo-text-container { display: inline-block; vertical-align: middle; line-height: 1; z-index: 1; } .td-logo-text-container span { display: inline-block; width: 100%; } .td-logo-text-container .td-logo { line-height: 1 ; } .td-logo-text-container .td-tagline-text { letter-spacing: 1.8px; font-size: 12px; font-family: serif; color: #777; padding-top: 2px; padding-bottom: 10px; /* responsive portrait phone */ } @media (max-width: 767px) { .td-logo-text-container .td-tagline-text { font-size: 11px; } } .td-header-wrap .td-header-menu-wrap-full { background-color: #fff; } /* ------------------------------------------------------------------- Style Default ---------------------------------------------------------------------- */ .td-header-style-1 .td-logo-text-container a { line-height: 1; } .td-header-style-1 .td-header-sp-logo { text-align: center; } .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-menu-wrap-full { position: relative; } /* ---------------------------------------------------------------------------- main menu */ .td-header-main-menu { position: relative; z-index: 999; padding-right: 48px; } @media (max-width: 767px) { .td-header-main-menu { padding-right: 64px; padding-left: 2px; } } /* ---------------------------------------------------------------------------- SF menu */ .sf-menu, .sf-menu ul, .sf-menu li { margin: 0; list-style: none; } /* responsive phone */ @media (max-width: 767px) { .sf-menu { display: none; } } .sf-menu ul { position: absolute; top: -999em; width: 10em; /* left offset of submenus need to match (see below) */ } .sf-menu > li.td-normal-menu > ul.sub-menu { left: -15px; /* responsive portrait tablet */ } @media (min-width: 768px) and (max-width: 1018px) { .sf-menu > li.td-normal-menu > ul.sub-menu { left: -5px; } } .sf-menu ul li { width: 100%; } .sf-menu li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ } .sf-menu li { float: left; position: relative; } .sf-menu li .fa { margin-right: 10px; font-size: 1.4em; vertical-align: middle; position: relative; top: -1px; } .sf-menu .td-menu-item > a { display: block; position: relative; } .sf-menu li:hover ul, .sf-menu li.sfHover ul { left: 0; top: auto; z-index: 99; } ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul { top: -999em; } ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul { left: 10em; /* match ul width */ top: 0 ; } ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul { top: -999em; } .sf-menu > .current-menu-ancestor, .sf-menu > .current-category-ancestor, .sf-menu > .current-menu-item { z-index: 0; } /* ---------------------------------------------------------------------------- All the links */ /* remove the down arrow on links with (icons menus) */ .sf-menu > li > a { padding: 0 14px; line-height: 48px; font-size: 14px; color: #000; font-weight: 700; text-transform: uppercase; } @media (min-width: 768px) and (max-width: 1018px) { .sf-menu > li > a { padding: 0 9px; font-size: 11px; } } /* menu icons */ /* hover and current menu */ .sf-menu > .current-menu-item > a, .sf-menu > .current-menu-ancestor > a, .sf-menu > .current-category-ancestor > a, .sf-menu > li > a:hover, .sf-menu > .sfHover, .sf-menu > .sfHover > a { z-index: 999; } .sf-menu > .current-menu-item > a, .sf-menu > .current-menu-ancestor > a, .sf-menu > .current-category-ancestor > a, .sf-menu > li > a:hover, .sf-menu > .sfHover > a { background-color: transparent; } .td-affix { /* hover and current menu */ } .td-affix .sf-menu > .current-menu-item > a, .td-affix .sf-menu > .current-menu-ancestor > a, .td-affix .sf-menu > .current-category-ancestor > a, .td-affix .sf-menu > li > a:hover, .td-affix .sf-menu > .sfHover > a { background-color: transparent; } /* Bottom border on Main Menu */ .sf-menu > li > a:after { background-color: transparent; content: ''; width: 0; height: 3px; position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto; transform: translate3d(0, 0, 0); transition: width 0.2s ease; } /* hover and current menu border */ .sf-menu > .current-menu-item > a:after, .sf-menu > .current-menu-ancestor > a:after, .sf-menu > .current-category-ancestor > a:after, .sf-menu > li:hover > a:after, .sf-menu > .sfHover > a:after { background-color: var(--td_theme_color, #4db2ec); width: 100%; } #td-header-menu { display: inline-block; vertical-align: top; } /* ---------------------------------------------------------------------------- submenu */ .td-normal-menu ul { box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15); } .sf-menu .td-normal-menu ul { padding: 15px 0; /* responsive portrait tablet */ } @media (min-width: 768px) and (max-width: 1018px) { .sf-menu .td-normal-menu ul { padding: 8px 0; } } .sf-menu .td-normal-menu ul ul { margin: -15px 0; /* responsive portrait tablet */ } @media (min-width: 768px) and (max-width: 1018px) { .sf-menu .td-normal-menu ul ul { margin: -8px 0; } } .sf-menu ul { background-color: #fff; } .sf-menu ul .td-menu-item > a { padding: 7px 30px; font-size: 12px; line-height: 20px; color: #111; } .sf-menu ul .td-menu-item > a .fa { font-size: 1em; position: relative; top: -1px; width: 20px; margin-right: 5px; text-align: center; } @media (min-width: 768px) and (max-width: 1018px) { .sf-menu ul .td-menu-item > a { padding: 5px 16px 6px; font-size: 11px; } } .sf-menu ul .td-icon-menu-down { float: right; top: 0; font-size: 7px; } .sf-menu ul .td-menu-item > a:hover, .sf-menu ul .sfHover > a, .sf-menu ul .current-menu-ancestor > a, .sf-menu ul .current-category-ancestor > a, .sf-menu ul .current-menu-item > a { color: var(--td_theme_color, #4db2ec); } .sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active { outline: 0; } /* ---------------------------------------------------------------------------- arrows */ .sf-menu .td-icon-menu-down { position: absolute; top: 50%; margin-top: -5px; padding-left: 7px; font-size: 9px; } @media (min-width: 768px) and (max-width: 1018px) { .sf-menu .td-icon-menu-down { padding-left: 6px; } } .sf-menu .sub-menu { } .sf-menu .sub-menu .td-icon-menu-down { position: absolute; top: 50%; right: 19px; margin-top: -9px; line-height: 19px; } /* responsive portrait phone */ .sf-menu a.sf-with-ul { padding-right: 31px; min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */ } @media (min-width: 768px) and (max-width: 1018px) { .sf-menu a.sf-with-ul { padding-right: 22px; } } /* arrow for all items in the menues */ a.sf-with-ul i.td-icon-menu-down:before { content: '\e808'; } /* arrow for all items in the menues AT FIRST LEVEL*/ ul.sf-js-enabled > li > a > i.td-icon-menu-down:before { content: '\e806' ; } /* ---------------------------------------------------------------------------- Search */ .header-search-wrap { position: absolute; top: 0; right: 0; z-index: 999; } .header-search-wrap .td-icon-search { display: inline-block; font-size: 19px; width: 48px; line-height: 48px; text-align: center; /* responsive portrait tablet */ /* responsive portrait phone */ } @media (min-width: 768px) and (max-width: 1018px) { .header-search-wrap .td-icon-search { font-size: 15px; } } @media (max-width: 767px) { .header-search-wrap .td-icon-search { height: 54px; width: 54px; line-height: 54px; font-size: 22px; margin-right: 2px; } } .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; } } /* Mobile menu */ #td-outer-wrap { overflow: hidden; /* responsive portrait phone */ } @media (max-width: 767px) { #td-outer-wrap { margin: auto; width: 100%; transition: transform 0.7s ease; transform-origin: 50% 200px 0; } } /* toggle button - burger button */ #td-top-mobile-toggle { display: none; /* responsive phone */ } @media (max-width: 767px) { #td-top-mobile-toggle { display: inline-block; position: relative; } } #td-top-mobile-toggle a { display: inline-block; } #td-top-mobile-toggle i { font-size: 27px; width: 64px; line-height: 54px; display: inline-block; padding-top: 1px; color: var(--td_mobile_icons_color, #ffffff); } /* Mobile opened menu with admin bar */ .td-menu-background { background-repeat: var(--td_mobile_background_repeat, no-repeat); background-size: var(--td_mobile_background_size, cover); background-position: var(--td_mobile_background_size, center top); position: fixed; top: 0; display: block; width: 100%; height: 113%; z-index: 9999; visibility: hidden; transform: translate3d(-100%, 0, 0); } .td-menu-background:before { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0.98; background: #313b45; background: -webkit-gradient(left top, left bottom, color-stop(0%, var(--td_mobile_gradient_one_mob, #313b45)), color-stop(100%, var(--td_mobile_gradient_two_mob, #3393b8))); background: linear-gradient(to bottom, var(--td_mobile_gradient_one_mob, #313b45) 0%, var(--td_mobile_gradient_two_mob, #3393b8) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--td_mobile_gradient_one_mob, #313b45)', endColorstr='var(--td_mobile_gradient_two_mob, #3393b8)', GradientType=0); } #td-mobile-nav { padding: 0; position: fixed; width: 100%; height: calc(100% + 1px); top: 0; z-index: 9999; visibility: hidden; transform: translate3d(-99%, 0, 0); left: -1%; font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif; } #td-mobile-nav .td_display_err { text-align: center; color: var(--td_mobile_text_color, #ffffff); border: none; box-shadow: 0 0 8px rgba(0, 0, 0, 0.16); margin: -9px -30px 24px; font-size: 14px; border-radius: 0; padding: 12px; position: relative; background-color: rgba(255, 255, 255, 0.06); display: none; } #td-mobile-nav input:invalid { box-shadow: none ; } .td-js-loaded .td-menu-background, .td-js-loaded #td-mobile-nav { visibility: visible ; transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86); } #td-mobile-nav { height: 1px; overflow: hidden; } #td-mobile-nav .td-menu-socials { padding: 0 65px 0 20px; overflow: hidden; height: 60px; } #td-mobile-nav .td-social-icon-wrap { margin: 20px 5px 0 0; display: inline-block; } #td-mobile-nav .td-social-icon-wrap i { border: none; background-color: transparent; font-size: 14px; width: 40px; height: 40px; line-height: 38px; color: var(--td_mobile_text_color, #ffffff); vertical-align: middle; } #td-mobile-nav .td-social-icon-wrap .td-icon-instagram { font-size: 16px; } .td-mobile-close { position: absolute; right: 1px; top: 0; z-index: 1000; } .td-mobile-close .td-icon-close-mobile { height: 70px; width: 70px; line-height: 70px; font-size: 21px; color: var(--td_mobile_text_color, #ffffff); top: 4px; position: relative; } .td-mobile-content { padding: 20px 20px 0; } .td-mobile-container { padding-bottom: 20px; position: relative; } .td-mobile-content { /* first submenu */ /* hide the icons */ /* reposition the main menu */ } .td-mobile-content .fa { margin-right: 10px; min-width: 22px ; display: inline-block; font-size: 18px; text-align: center; position: relative; top: -1px; } .td-mobile-content .sub-menu .fa { margin-right: 5px; min-width: 16px ; font-size: 13px; } .td-mobile-content ul { list-style: none; margin: 0; padding: 0; } .td-mobile-content li { float: none; margin-left: 0; user-select: none; } .td-mobile-content li a { display: block; line-height: 21px; font-size: 21px; color: var(--td_mobile_text_color, #ffffff); margin-left: 0; padding: 12px 30px 12px 12px; font-weight: bold; } .td-mobile-content .td_mobile_submenu > a .td-icon-menu-right { display: inline-block; } .td-mobile-content .td-icon-menu-right { display: none; position: absolute; cursor: pointer; top: 10px; right: -4px; z-index: 1000; font-size: 14px; padding: 6px 12px; float: right; color: var(--td_mobile_text_color, #ffffff); transform-origin: 50% 48% 0px; transition: transform 0.3s ease; transform: rotate(-90deg); } .td-mobile-content .td-icon-menu-right:before { content: '\e83d'; } .td-mobile-content .sub-menu { max-height: 0; overflow: hidden; opacity: 0; transition: max-height 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1); /* 2nd level submenu */ } .td-mobile-content .sub-menu .td-icon-menu-right { font-size: 11px; right: -2px; top: 8px; color: var(--td_mobile_text_color, #ffffff); } .td-mobile-content .sub-menu a { padding: 9px 26px 9px 36px ; line-height: 19px; font-size: 16px; font-weight: normal; } .td-mobile-content .sub-menu .sub-menu { /* 3rd level submenu */ } .td-mobile-content .sub-menu .sub-menu a { padding-left: 55px ; } .td-mobile-content .sub-menu .sub-menu .sub-menu a { padding-left: 74px ; } .td-mobile-content .current-menu-item > a, .td-mobile-content .current-menu-ancestor > a, .td-mobile-content .current-category-ancestor > a { color: var(--td_mobile_text_active_color, #73c7e3); } .td-mobile-content .menu-item-has-children a { width: 100%; z-index: 1; } .td-mobile-content .td-link-element-after { position: relative; } .rtl .td-mobile-content .td-icon-menu-right { right: auto; left: -4px; transform: rotate(90deg); } /* Mobile menu - login */ /* Animation */ .td-mobile-container { opacity: 1; } /* Search */ .td-search-wrap-mob { padding: 0; position: absolute; width: 100%; height: auto; top: 0; text-align: center; z-index: 9999; visibility: hidden; color: var(--td_mobile_text_color, #ffffff); font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif; } .td-search-wrap-mob .td-drop-down-search { opacity: 0; visibility: hidden; transition: all 0.5s ease 0s; position: relative; } .td-search-wrap-mob #td-header-search-mob { color: var(--td_mobile_text_color, #ffffff); font-weight: bold; font-size: 26px; height: 40px; line-height: 36px; border: 0; background: transparent; outline: 0; margin: 8px 0; padding: 0; text-align: center; } .td-search-wrap-mob .td-search-input { margin: 0 5%; position: relative; } .td-search-wrap-mob .td-search-input span { opacity: 0.8; font-size: 12px; } .td-search-wrap-mob .td-search-input:before, .td-search-wrap-mob .td-search-input:after { content: ''; position: absolute; display: block; width: 100%; height: 1px; background-color: var(--td_mobile_text_color, #ffffff); bottom: 0; left: 0; opacity: 0.2; } .td-search-wrap-mob .td-search-input:after { opacity: 0.8; transform: scaleX(0); transition: transform 0.5s ease 0.8s; } .td-search-wrap-mob .td_module_wrap { text-align: left; } .td-search-wrap-mob .td_module_wrap .entry-title { font-size: 16px; line-height: 20px; } .td-search-wrap-mob .td_module_wrap .entry-title a { color: var(--td_mobile_text_color, #ffffff); } .td-search-wrap-mob .td_module_wrap:hover .entry-title a { color: var(--td_mobile_text_color, #ffffff); } .td-search-wrap-mob .td-post-date { color: var(--td_mobile_text_color, #dddddd); opacity: 0.8; } .td-search-wrap-mob .td-search-form { margin-bottom: 30px; } .td-search-wrap-mob .td-aj-search-results { margin: 0 5%; text-align: left; } .td-search-wrap-mob .td-module-thumb { top: auto; left: auto; } .td-search-wrap-mob .result-msg { margin: 0 5%; } .td-search-wrap-mob .result-msg a { display: block; text-align: center; width: 100%; text-transform: uppercase; line-height: 50px; color: var(--td_mobile_button_color_mob, #000000); border: none; box-shadow: 0 0 8px rgba(0, 0, 0, 0.36); margin: 10px 0 40px; font-size: 17px; border-radius: 0; background-color: var(--td_mobile_button_background_mob, #ffffff); opacity: 0.8; } .td-search-background { background-repeat: no-repeat; background-size: cover; background-position: center top; position: fixed; top: 0; display: block; width: 100%; height: 113%; z-index: 9999; transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86); transform: translate3d(100%, 0, 0); visibility: hidden; } .td-search-background:before { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0.98; background: #313b45; background: -webkit-gradient(left top, left bottom, color-stop(0%, var(--td_mobile_gradient_one_mob, #313b45)), color-stop(100%, var(--td_mobile_gradient_two_mob, #3393b8))); background: linear-gradient(to bottom, var(--td_mobile_gradient_one_mob, #313b45) 0%, var(--td_mobile_gradient_two_mob, #3393b8) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--td_mobile_gradient_one_mob, #313b45)', endColorstr='var(--td_mobile_gradient_two_mob, #3393b8)', GradientType=0); } .td-search-close { text-align: right; z-index: 1000; } .td-search-close .td-icon-close-mobile { height: 70px; width: 70px; line-height: 70px; font-size: 21px; color: var(--td_mobile_text_color, #ffffff); position: relative; top: 4px; right: 0; } /* Search opened menu with admin bar */ /* Placeholders */ #td-mobile-nav label { position: absolute; top: 26px; left: 10px; font-size: 17px; color: var(--td_mobile_text_color, #ffffff); opacity: 0.6; pointer-events: none; } .td-login-inputs { position: relative; } /* ---------------------------------------------------------------------------- Site wide > typography style ---------------------------------------------------------------------------- */ body { font-family: Verdana, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; font-size: 14px; line-height: 21px; } p { margin-top: 0; margin-bottom: 21px; } a:active, a:focus { outline: none; } a { color: var(--td_theme_color, #4db2ec); text-decoration: none; } ins { background: #fff; text-decoration: none; } code { position: relative; top: -1px; border: none; background-color: #F1F1F1; padding: 2px 6px; } ul { padding: 0; } ul li { line-height: 24px; margin-left: 21px; } big { text-transform: uppercase; } embed { width: 100%; } /* ---------------------------------------------------------------------------- table */ table { width: 100%; } /* ---------------------------------------------------------------------------- h */ h1, h2, h3, h4 { font-family: 'Roboto', sans-serif; color: var(--td_text_color, #111111); font-weight: 400; margin: 6px 0; } h1 > a, h2 > a, h3 > a, h4 > a { color: var(--td_text_color, #111111); } div.td-block-title { font-family: 'Roboto', sans-serif; color: var(--td_text_color, #111111); } p.td-module-title { font-family: 'Roboto', sans-serif; color: var(--td_text_color, #111111); } p.td-module-title > a { color: var(--td_text_color, #111111); } h1 { font-size: 32px; line-height: 40px; margin-top: 33px; margin-bottom: 23px; } h2 { font-size: 27px; line-height: 38px; margin-top: 30px; margin-bottom: 20px; } h3 { font-size: 22px; line-height: 30px; margin-top: 27px; margin-bottom: 17px; } h4 { font-size: 19px; line-height: 29px; margin-top: 24px; margin-bottom: 14px; } /* ---------------------------------------------------------------------------- Site wide > Forms ---------------------------------------------------------------------------- */ input:focus, input[type]:focus { outline: 0 none; } /* Input buttons */ input[type=submit] { font-family: 'Roboto', sans-serif; font-size: 13px; background-color: var(--td_black, #222222); border-radius: 0; color: #fff; border: none; padding: 8px 15px; font-weight: 500; transition: background-color 0.4s; } input[type=submit]:hover { background-color: var(--td_theme_color, #4db2ec); } input[type=text], input[type=url], input[type=email] { font-size: 12px; line-height: 21px; color: #444; border: 1px solid #e1e1e1; width: 100%; max-width: 100%; height: 34px; padding: 3px 9px; /* responsive portrait phone */ } @media (max-width: 767px) { input[type=text], input[type=url], input[type=email] { font-size: 16px; } } input[type=text]:active, input[type=url]:active, input[type=email]:active, input[type=text]:focus, input[type=url]:focus, input[type=email]:focus { border-color: #b0b0b0 ; } input[type=password] { width: 100%; position: relative; top: 0; display: inline-table; vertical-align: middle; font-size: 12px; line-height: 21px; color: #444; border: 1px solid #ccc; max-width: 100%; height: 34px; padding: 3px 9px; margin-bottom: 10px; /* responsive portrait phone */ } @media (max-width: 767px) { input[type=password] { font-size: 16px; } } /* ---------------------------------------------------------------------------- Site wide > WordPress Text, Images & Captions ---------------------------------------------------------------------------- */ img.wp-smiley { width: auto; } .aligncenter { text-align: center; clear: both; display: block; margin: 6px auto; } /* responsive portrait phone */ @media (max-width: 767px) { .alignleft, .alignright { float: none ; } } /* ---------------------------------------------------------------------------- align left -> on desktop - the tinyMCE size is used -> on tablet(s) - apply the max-width to make it look nice -> on phones - center, max width 100% + fix for tinyMCE padding -> on full width td-pb-span12 */ .alignleft { float: left; margin-top: 6px; margin-right: 24px ; margin-bottom: 6px ; /* hack for tinyMCE / post content diffs*/ margin-left: 0; /* responsive landscape tablet */ /* responsive portrait tablet + phone */ /* responsive phone CUSTOM - align the image on center */ } @media (min-width: 1019px) and (max-width: 1140px) { .alignleft { max-width: 312px; margin-right: 21px; } } @media (min-width: 768px) and (max-width: 1018px) { .alignleft { max-width: 220px; margin-right: 21px; } } @media (max-width: 767px) { .alignleft { text-align: center; margin-left: auto ; margin-right: auto ; max-width: 100%; margin-bottom: 21px; } .alignleft img { text-align: center; margin-left: auto; margin-right: auto; } } .td-pb-span12 .alignleft { /* responsive landscape tablet */ /* responsive portrait tablet */ } @media (min-width: 1019px) and (max-width: 1140px) { .td-pb-span12 .alignleft { max-width: 550px ; } } @media (min-width: 768px) and (max-width: 1018px) { .td-pb-span12 .alignleft { max-width: 400px ; } } /* ---------------------------------------------------------------------------- Screen reader text */ /* ---------------------------------------------------------------------------- align right -> on desktop - the tinyMCE size is used -> on tablets - apply the max-width to make it look nice -> on phones - center, max width 100% + fix for tinyMCE padding -> on full width td-pb-span12 */ .alignright { float: right; margin-top: 6px; margin-right: 0; margin-bottom: 6px ; /* hack for tinyMCE / post content diffs*/ margin-left: 24px ; /* responsive landscape tablet */ /* responsive portrait tablet + phone */ /* responsive phone CUSTOM - align the image on center */ } @media (min-width: 1019px) and (max-width: 1140px) { .alignright { max-width: 312px; margin-left: 21px; } } @media (min-width: 768px) and (max-width: 1018px) { .alignright { max-width: 220px; margin-left: 21px; } } @media (max-width: 767px) { .alignright { text-align: center; margin-left: auto ; margin-right: auto ; max-width: 100%; margin-bottom: 21px; } .alignright img { text-align: center; margin-left: auto; margin-right: auto; } } .td-pb-span12 .alignright { /* responsive landscape tablet */ /* responsive portrait tablet */ } @media (min-width: 1019px) and (max-width: 1140px) { .td-pb-span12 .alignright { max-width: 550px ; } } @media (min-width: 768px) and (max-width: 1018px) { .td-pb-span12 .alignright { max-width: 400px ; } } .entry-title a:hover, .td-post-category:hover, .widget a:hover, .td_block_wrap a:hover { text-decoration: none ; } /* ---------------------------------------------------------------------------- dropcaps */ /* ---------------------------------------------------------------------------- text columns */ /* ---------------------------------------------------------------------------- button */ /* ---------------------------------------------------------------------------- text highlighting */ /* ---------------------------------------------------------------------------- custom post padding */ /* responsive phone */ .td_module_wrap { position: relative; padding-bottom: 35px; } .td_module_wrap .entry-title { /* General Title */ font-size: 21px; line-height: 25px; margin: 0 0 6px 0; } .td_module_wrap:hover .entry-title a { color: var(--td_theme_color, #4db2ec); } .entry-title { word-wrap: break-word; } /* ---------------------------------------------------------------------------- thumbnail */ .td-module-thumb { position: relative; margin-bottom: 13px; } .td-module-thumb .entry-thumb { display: block; } /* ---------------------------------------------------------------------------- module meta info */ .td-module-meta-info { font-family: 'Open Sans', 'Open Sans Regular', sans-serif; font-size: 11px; margin-bottom: 7px; line-height: 1; min-height: 17px; } .td-post-author-name { font-weight: bold; display: inline-block; position: relative; top: 2px; } .td-post-author-name a { color: #000; } .td-post-author-name span { color: #ccc; margin: 0 2px 0 2px; font-weight: normal; } .td-post-author-name div { display: inline; margin-right: 2px; } .td-post-date { color: #767676; display: inline-block; position: relative; top: 2px; } /* ---------------------------------------------------------------------------- excerpt */ .td-read-more { display: inline-block; font-family: 'Roboto', sans-serif; margin-bottom: 20px; } .td-read-more a { background-color: var(--td_theme_color, #4db2ec); color: #fff; display: inline-block; font-size: 13px; font-weight: 500; line-height: 1; padding: 10px 15px; transition: background-color 0.4s; } .td-read-more a:hover { background-color: var(--td_black, #222222) ; text-decoration: none; } /* ---------------------------------------------------------------------------- admin edit */ .td-post-category { font-family: 'Open Sans', 'Open Sans Regular', sans-serif; font-size: 10px; font-weight: 600; line-height: 1; background-color: var(--td_black, #222222); color: #fff; margin-right: 5px; padding: 3px 6px 4px; display: block; vertical-align: top; transition: all 0.2s ease; } .td-post-category:hover { background-color: var(--td_theme_color, #4db2ec); } .td-module-image { position: relative; } .td-module-image .td-post-category { position: absolute; bottom: 0; } .td-module-meta-info .td-post-category { display: inline-block; } /* ---------------------------------------------------------------------------- Module 15 */ /* ---------------------------------------------------------------------------- Block Titles + Line */ .block-title { font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 1; margin-top: 0; margin-bottom: 26px; border-bottom: 2px solid var(--td_header_color, var(--td_black, #222222)); } .block-title > a, .block-title > span, .block-title > label, .block-title > span > a { /* label is for jetpack */ line-height: 17px; display: inline-block; padding: 7px 12px 4px; background-color: var(--td_header_color, var(--td_black, #222222)); color: var(--td_text_header_color, #ffffff); } .td-block-title span, .td-block-title a { display: inline-block; } /* Block headers style */ .td_block_template_1 .block-title { text-align: left; } /* 8. Post and Page 8.1 Page */ /* ---------------------------------------------------------------------------- Page title */ /* ---------------------------------------------------------------------------- Default page template */ .td-main-content-wrap { padding-bottom: 40px; /* responsive portrait phone */ } @media (max-width: 767px) { .td-main-content-wrap { padding-bottom: 26px; } } .td-main-page-wrap { padding-top: 48px; /* responsive portrait phone */ } @media (max-width: 767px) { .td-main-page-wrap { padding-top: 32px; } } /* ---------------------------------------------------------------------------- Author page */ /* ---------------------------------------------------------------------------- 404 page */ /* ---------------------------------------------------------------------------- Attachment page */ /* ---------------------------------------------------------------------------- Search page */ .td-search-form-widget { position: relative; line-height: 21px; } .td-search-form-widget .wpb_button { height: 32px; position: absolute; right: 0; top: 0; text-shadow: none; padding: 7px 15px 8px 15px; line-height: 16px; margin: 0; } .td-search-form-widget .wpb_button:hover { background-color: var(--td_theme_color, #4db2ec); } .td-search-form-widget div { text-align: left; } .td-search-form-widget .td-widget-search-input { width: 95%; border-right: 0; height: 32px; line-height: 21px; position: relative; top: 0; display: inline-table; vertical-align: middle; } /* ---------------------------------------------------------------------------- Pagination */ /* ---------------------------------------------------------------------------- Typography */ .td-pb-span4 .wpb_wrapper { perspective: unset ; } /* ---------------------------------------------------------------------------- Breadcrumbs */ /* ---------------------------------------------------------------------------- Category */ .td-category { list-style: none; font-family: 'Open Sans', 'Open Sans Regular', sans-serif; font-size: 10px; margin-top: 0; margin-bottom: 10px; line-height: 1; } .td-category li { display: inline-block; margin: 0 5px 5px 0; line-height: 1; } .td-category a { color: #fff; background-color: var(--td_black, #222222); padding: 3px 6px 4px 6px; white-space: nowrap; display: inline-block; } .td-category a:hover { opacity: 0.9; } .single .td-category { /* responsive portrait phone */ } @media (max-width: 767px) { .single .td-category { margin-bottom: 0; } } /* ---------------------------------------------------------------------------- Post title */ .post { background-color: var(--td_container_transparent, #ffffff); } /* ---------------------------------------------------------------------------- Subtitle */ /* ---------------------------------------------------------------------------- Author - Date - Comments - Count views */ /* ---------------------------------------------------------------------------- Source and Via */ /* ---------------------------------------------------------------------------- Tags */ /* ---------------------------------------------------------------------------- Next / Prev article */ /* ---------------------------------------------------------------------------- Author box */ /* ---------------------------------- Post embeds */ /* ---------------------------------------------------------------------------- Default Post Template */ /* ---------------------------------------------------------------------------- Comment section */ .single .comments { margin-bottom: 48px; padding-top: 10px; margin-top: -10px; } /* ---------------------------------------------------------------------------- Comment form */ .comments { clear: both; } /* ---------------------------------------------------------------------------- less for Gutenberg elements */ .td-pb-span12 .alignwide { position: relative; left: 50%; transform: translateX(-50%); width: 1400px; max-width: 100vw; } .td-pb-span12 .alignwide img { padding: 0 calc((100% - 100vw) / 2); } .td-pb-span12 .alignfull { position: relative; left: 50%; transform: translateX(-50%); width: 100vw ; max-width: none ; margin-left: 0; margin-right: 0; } .td-pb-span12 .alignfull.wp-block-columns { padding-left: 8px; padding-right: 8px; } .tdc-column:not(.td-pb-span12) .alignwide { width: 100% ; margin-left: 0 ; } /* ---------------------------------------------------------------------------- wordpress default galleries */ /* ---------------------------------------------------------------------------- custom gallery-columns-1 */ /* ---------------------------------------------------------------------------- less for gallery slider */ /* controls wrapper */ @font-face { font-family: 'newspaper'; src: url('images/icons/newspaper.eot?23'); src: url('images/icons/newspaper.eot?23#iefix') format('embedded-opentype'), url('images/icons/newspaper.woff?23') format('woff'), url('images/icons/newspaper.ttf?23') format('truetype'), url('images/icons/newspaper.svg?23#newspaper') format('svg'); font-weight: normal; font-style: normal; font-display: swap; } [class^="td-icon-"]:before, [class*=" td-icon-"]:before { font-family: 'newspaper'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; text-align: center; /* Better Font Rendering =========== */ } [class*="td-icon-"] { line-height: 1; text-align: center; display: inline-block; } .td-icon-menu-down:before { content: '\e806'; } .td-icon-right-arrow:before { content: '\e808'; } .td-icon-menu-up:before { content: '\e809'; } .td-icon-search:before { content: '\e80a'; } .td-icon-menu-left:before { content: '\e80c'; } .td-icon-menu-right:before { content: '\e80d'; } .rtl .td-next-prev-wrap .td-icon-menu-left:before { content: '\e80d'; } .rtl .td-next-prev-wrap .td-icon-menu-right:before { content: '\e80c'; } .td-icon-blogger:before { content: '\e812'; } .td-icon-facebook:before { content: '\e818'; } .td-icon-instagram:before { content: '\e81d'; } .td-icon-linkedin:before { content: '\e81f'; } .td-icon-pinterest:before { content: '\e825'; } .td-icon-twitter:before { content: '\e831'; } .td-icon-vimeo:before { content: '\e832'; } .td-icon-youtube:before { content: '\e836'; } .td-icon-read-down:before { content: '\e83d'; } .td-icon-mobile:before { content: '\e83e'; } .td-icon-close-mobile:before { content: '\e900'; } .td-icon-modal-back:before { content: '\e901'; } .td-social-icon-wrap:hover .td-icon-font { transition: color 0.3s; color: #fff; } .td-social-icon-wrap:hover i.td-icon-blogger { color: #ffa900; } .td-social-icon-wrap:hover i.td-icon-facebook { color: #3B5998; } .td-social-icon-wrap:hover i.td-icon-instagram { color: #3f729b; } .td-social-icon-wrap:hover i.td-icon-linkedin { color: #007bb6; } .td-social-icon-wrap:hover i.td-icon-pinterest { color: #cb2027; } .td-social-icon-wrap:hover i.td-icon-twitter { color: #00aced; } .td-social-icon-wrap:hover i.td-icon-vimeo { color: #5289cc; } .td-social-icon-wrap:hover i.td-icon-youtube { color: #bb0000; } /* ---------------------------------------------------------------------------- WordPress default widgets */ .widget { font-family: 'Open Sans', 'Open Sans Regular', sans-serif; margin-bottom: 38px; } .widget a { color: #111; } .widget a:hover { color: var(--td_theme_color, #4db2ec); } .widget ul { list-style: none; box-shadow: none; } .widget li { line-height: 30px; list-style: none; margin-left: 12px; } .widget li li { margin-left: 21px; } .widget .block-title { margin-bottom: 13px; } .widget .block-title span a { padding: 0; color: inherit; } .widget_search { margin-bottom: 48px; } .widget_search .block-title { margin-bottom: 26px; } .widget_text ul { margin-bottom: 21px; } .widget_text ul li { list-style: disc; list-style-position: inside; } .widget_text a { color: var(--td_theme_color, #4db2ec); } .widget_text a:hover { text-decoration: underline ; } .widget_text .block-title { margin-bottom: 26px; } .widget_text .wp-smiley { width: auto; } @media print { html, body { background-color: #FFF; color: #000; margin: 0; padding: 0; } body { width: 80%; margin-left: auto; margin-right: auto; zoom: 80%; } img { max-width: 100%; display: block; text-align: center; margin-left: auto; margin-right: auto; } h1, h2, h3, h4 { page-break-after: avoid; } ul, li { page-break-inside: avoid; } table, tr { page-break-before: avoid; } .single .td-header-top-menu, .single .td-header-menu-wrap, .single #comments, .single .td-footer-wrapper, .single .td-category, .single .td-scroll-up, .single iframe, .single .td-a-rec, .single .td-menu-background { display: none ; } .td-header-desktop-wrap { display: block ; } .td-footer-template-wrap, .td_block_wrap:not(.tdb_breadcrumbs):not(.tdb_header_logo):not(.tdb_single_categories):not(.tdb-single-title):not(.tdb_single_author):not(.tdb_single_date ):not(.tdb_single_comments_count ):not(.tdb_single_post_views):not(.tdb_single_featured_image):not(.tdb_single_content):not(.td_woo_breadcrumbs):not(.td-woo-product-title):not(.td_woo_product_description):not(.td_woo_add_to_cart):not(.td_woo_product_sku):not(.td_woo_product_image):not(.td_woo_product_tabs):not(.td_woo_product_categories):not(.td_woo_product_tags ):not(.td_woo_product_image_bg):not(.td_woo_product_price):not(.td_woo_product_rating) { display: none ; } .body.td-animation-stack-type0 img { opacity: 1 ; } .td-main-content-wrap .tdc-column { width: 100% ; } } /* ---------------------------------------------------------------------------- Sub Footer */ /* Sub Footer Menu */