/*  ----------------------------------------------------------------------------
    responsive settings
*/
/* responsive landscape tablet */
/* responsive portrait tablet */
/* responsive portrait phone */
.mx_image_background {
  background-color: #f2f2f2;
}
.td-visibility-hidden {
  visibility: hidden;
}
/*  ----------------------------------------------------------------------------
    from bootstrap
*/
.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
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 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.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  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.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* 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.
 */
figure {
  margin: 0;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  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,
optgroup,
select,
textarea {
  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,
select {
  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="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 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 `!important` 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.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 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`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 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"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 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 {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 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.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * 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.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*

  Force full width

*/
.td_stretch_container {
  width: 100% !important;
  /* responsive desktop */
}
@media (min-width: 1141px) {
  .td_stretch_container .td-header-menu-wrap.td-affix {
    width: 100% !important;
  }
}
.td-header-style-8 .td_stretch_container .td-header-sp-logo {
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
}
.td-header-style-8 .td_stretch_container .td-header-sp-logo img {
  pointer-events: auto;
}
.td-header-style-8 .td_stretch_container .td-header-sp-logo {
  /* responsive desktop */
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1141px) {
  .td-header-style-8 .td_stretch_container .td-header-sp-logo {
    width: 1068px;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-header-style-8 .td_stretch_container .td-header-sp-logo {
    width: 980px !important;
    height: 82px;
    top: 0;
  }
  .td-header-style-8 .td_stretch_container .td-header-sp-logo img {
    max-width: 190px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-style-8 .td_stretch_container .td-header-sp-logo {
    width: 740px !important;
    height: 82px;
    top: 0;
  }
  .td-header-style-8 .td_stretch_container .td-header-sp-logo img {
    max-width: 140px;
  }
}
.td-boxed-layout .td-header-style-8 .td_stretch_container,
.td-boxed-layout .td-header-style-8 .td_stretch_container .td-header-sp-logo {
  width: 1164px !important;
}
@media (max-width: 1180px) {
  .td-boxed-layout .td-header-style-8 .td_stretch_container,
  .td-boxed-layout .td-header-style-8 .td_stretch_container .td-header-sp-logo {
    width: 100% !important;
  }
}
.td_stretch_content,
.td_stretch_content_1200,
.td_stretch_content_1400,
.td_stretch_content_1600,
.td_stretch_content_1800 {
  /* responsive desktop */
}
@media (min-width: 1141px) {
  .td_stretch_content .sf-menu .td-mega-menu ul,
  .td_stretch_content_1200 .sf-menu .td-mega-menu ul,
  .td_stretch_content_1400 .sf-menu .td-mega-menu ul,
  .td_stretch_content_1600 .sf-menu .td-mega-menu ul,
  .td_stretch_content_1800 .sf-menu .td-mega-menu ul {
    width: calc(100% + 2px) !important;
    overflow: hidden;
    left: 0 !important;
    transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
  }
  .td_stretch_content .td_block_mega_menu,
  .td_stretch_content_1200 .td_block_mega_menu,
  .td_stretch_content_1400 .td_block_mega_menu,
  .td_stretch_content_1600 .td_block_mega_menu,
  .td_stretch_content_1800 .td_block_mega_menu {
    width: 1114px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }
  .td_stretch_content .td_block_mega_menu:before,
  .td_stretch_content_1200 .td_block_mega_menu:before,
  .td_stretch_content_1400 .td_block_mega_menu:before,
  .td_stretch_content_1600 .td_block_mega_menu:before,
  .td_stretch_content_1800 .td_block_mega_menu:before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
  }
  .td_stretch_content .td_block_mega_menu .td_mega_menu_sub_cats .cur-sub-cat,
  .td_stretch_content_1200 .td_block_mega_menu .td_mega_menu_sub_cats .cur-sub-cat,
  .td_stretch_content_1400 .td_block_mega_menu .td_mega_menu_sub_cats .cur-sub-cat,
  .td_stretch_content_1600 .td_block_mega_menu .td_mega_menu_sub_cats .cur-sub-cat,
  .td_stretch_content_1800 .td_block_mega_menu .td_mega_menu_sub_cats .cur-sub-cat {
    border-left: 1px solid #eaeaea;
  }
  .td_stretch_content .td_block_mega_menu.td-no-subcats:before,
  .td_stretch_content_1200 .td_block_mega_menu.td-no-subcats:before,
  .td_stretch_content_1400 .td_block_mega_menu.td-no-subcats:before,
  .td_stretch_content_1600 .td_block_mega_menu.td-no-subcats:before,
  .td_stretch_content_1800 .td_block_mega_menu.td-no-subcats:before {
    display: none;
  }
}
.td_stretch_content {
  width: 100% !important;
  /* responsive desktop */
}
@media (min-width: 768px) {
  .td_stretch_content .td-container {
    width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  .td_stretch_content #td-top-search {
    right: 10px;
  }
  .td_stretch_content .td-header-sp-recs {
    float: right;
  }
  .td_stretch_content .td-header-menu-wrap.td-affix {
    width: 100% !important;
  }
  .td_stretch_content .td-drop-down-search {
    right: 10px;
  }
}
.td_stretch_content_1200,
.td_stretch_content_1400,
.td_stretch_content_1600,
.td_stretch_content_1800 {
  /* responsive portrait tablet */
}
@media (min-width: 768px) {
  .td_stretch_content_1200,
  .td_stretch_content_1400,
  .td_stretch_content_1600,
  .td_stretch_content_1800 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .td_stretch_content_1200.td-header-menu-wrap-full,
  .td_stretch_content_1400.td-header-menu-wrap-full,
  .td_stretch_content_1600.td-header-menu-wrap-full,
  .td_stretch_content_1800.td-header-menu-wrap-full {
    padding-left: 0;
    padding-right: 0;
  }
  .td_stretch_content_1200 .td-header-menu-wrap,
  .td_stretch_content_1400 .td-header-menu-wrap,
  .td_stretch_content_1600 .td-header-menu-wrap,
  .td_stretch_content_1800 .td-header-menu-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.td_stretch_content_1200.td-footer-instagram-container,
.td_stretch_content_1400.td-footer-instagram-container,
.td_stretch_content_1600.td-footer-instagram-container,
.td_stretch_content_1800.td-footer-instagram-container {
  padding-left: 0;
  padding-right: 0;
}
.td_stretch_content_1200.td-footer-instagram-container .td-instagram-user,
.td_stretch_content_1400.td-footer-instagram-container .td-instagram-user,
.td_stretch_content_1600.td-footer-instagram-container .td-instagram-user,
.td_stretch_content_1800.td-footer-instagram-container .td-instagram-user,
.td_stretch_content_1200.td-footer-instagram-container .td_block_instagram,
.td_stretch_content_1400.td-footer-instagram-container .td_block_instagram,
.td_stretch_content_1600.td-footer-instagram-container .td_block_instagram,
.td_stretch_content_1800.td-footer-instagram-container .td_block_instagram {
  margin-left: auto;
  margin-right: auto;
}
.td_stretch_content_1200 .td-container,
.td_stretch_content_1200.td-footer-instagram-container .td-instagram-user,
.td_stretch_content_1200.td-footer-instagram-container .td_block_instagram {
  max-width: 1200px !important;
  width: auto !important;
}
.td_stretch_content_1400 .td-container,
.td_stretch_content_1400.td-footer-instagram-container .td-instagram-user,
.td_stretch_content_1400.td-footer-instagram-container .td_block_instagram {
  max-width: 1400px !important;
  width: auto !important;
}
.td_stretch_content_1600 .td-container,
.td_stretch_content_1600.td-footer-instagram-container .td-instagram-user,
.td_stretch_content_1600.td-footer-instagram-container .td_block_instagram {
  max-width: 1600px !important;
  width: auto !important;
}
.td_stretch_content_1800 .td-container,
.td_stretch_content_1800.td-footer-instagram-container .td-instagram-user,
.td_stretch_content_1800.td-footer-instagram-container .td_block_instagram {
  max-width: 1800px !important;
  width: auto !important;
}
.td-header-style-3 .td_stretch_content,
.td-header-style-4 .td_stretch_content {
  /* responsive desktop */
}
@media (min-width: 1141px) {
  .td-header-style-3 .td_stretch_content .td-mega-row,
  .td-header-style-4 .td_stretch_content .td-mega-row {
    padding: 22px 0 16px 0;
  }
  .td-header-style-3 .td_stretch_content .td-mega-span,
  .td-header-style-4 .td_stretch_content .td-mega-span {
    width: 196px;
    min-height: 202px;
    float: left;
    margin-left: 22px !important;
  }
  .td-header-style-3 .td_stretch_content .td-next-prev-wrap,
  .td-header-style-4 .td_stretch_content .td-next-prev-wrap {
    margin: 0 0 22px 22px !important;
  }
}
.td-header-style-6 .td_stretch_content {
  /* responsive desktop */
}
@media (min-width: 1141px) {
  .td-header-style-6 .td_stretch_content #td-header-menu {
    padding-right: 48px;
  }
}
.td-header-style-7 .td_stretch_content {
  /* responsive desktop */
}
@media (min-width: 1141px) {
  .td-header-style-7 .td_stretch_content #td-header-menu {
    padding-right: 48px;
  }
}
.td-header-style-8 {
  /* responsive desktop */
}
.td-header-style-8 .td_stretch_content,
.td-header-style-8 .td_stretch_content_1200,
.td-header-style-8 .td_stretch_content_1400,
.td-header-style-8 .td_stretch_content_1600,
.td-header-style-8 .td_stretch_content_1800 {
  /* responsive desktop */
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1141px) {
  .td-header-style-8 .td_stretch_content .td-header-top-menu,
  .td-header-style-8 .td_stretch_content_1200 .td-header-top-menu,
  .td-header-style-8 .td_stretch_content_1400 .td-header-top-menu,
  .td-header-style-8 .td_stretch_content_1600 .td-header-top-menu,
  .td-header-style-8 .td_stretch_content_1800 .td-header-top-menu {
    width: auto;
  }
  .td-header-style-8 .td_stretch_content.td-header-top-menu-full .td-container,
  .td-header-style-8 .td_stretch_content_1200.td-header-top-menu-full .td-container,
  .td-header-style-8 .td_stretch_content_1400.td-header-top-menu-full .td-container,
  .td-header-style-8 .td_stretch_content_1600.td-header-top-menu-full .td-container,
  .td-header-style-8 .td_stretch_content_1800.td-header-top-menu-full .td-container {
    padding-left: 20px;
  }
  .td-header-style-8 .td_stretch_content .td-header-sp-logo,
  .td-header-style-8 .td_stretch_content_1200 .td-header-sp-logo,
  .td-header-style-8 .td_stretch_content_1400 .td-header-sp-logo,
  .td-header-style-8 .td_stretch_content_1600 .td-header-sp-logo,
  .td-header-style-8 .td_stretch_content_1800 .td-header-sp-logo {
    left: 30px;
  }
  .td-header-style-8 .td_stretch_content #td-header-menu,
  .td-header-style-8 .td_stretch_content_1200 #td-header-menu,
  .td-header-style-8 .td_stretch_content_1400 #td-header-menu,
  .td-header-style-8 .td_stretch_content_1600 #td-header-menu,
  .td-header-style-8 .td_stretch_content_1800 #td-header-menu {
    padding-left: 20px;
  }
  .td-header-style-8 .td_stretch_content .td-container,
  .td-header-style-8 .td_stretch_content_1200 .td-container,
  .td-header-style-8 .td_stretch_content_1400 .td-container,
  .td-header-style-8 .td_stretch_content_1600 .td-container,
  .td-header-style-8 .td_stretch_content_1800 .td-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-header-style-8 .td_stretch_content .td-header-sp-logo,
  .td-header-style-8 .td_stretch_content_1200 .td-header-sp-logo,
  .td-header-style-8 .td_stretch_content_1400 .td-header-sp-logo,
  .td-header-style-8 .td_stretch_content_1600 .td-header-sp-logo,
  .td-header-style-8 .td_stretch_content_1800 .td-header-sp-logo {
    height: 82px;
    top: 0;
  }
  .td-header-style-8 .td_stretch_content.td-container,
  .td-header-style-8 .td_stretch_content_1200.td-container,
  .td-header-style-8 .td_stretch_content_1400.td-container,
  .td-header-style-8 .td_stretch_content_1600.td-container,
  .td-header-style-8 .td_stretch_content_1800.td-container {
    width: 980px !important;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-style-8 .td_stretch_content .td-header-sp-logo,
  .td-header-style-8 .td_stretch_content_1200 .td-header-sp-logo,
  .td-header-style-8 .td_stretch_content_1400 .td-header-sp-logo,
  .td-header-style-8 .td_stretch_content_1600 .td-header-sp-logo,
  .td-header-style-8 .td_stretch_content_1800 .td-header-sp-logo {
    height: 82px;
    top: 0;
  }
  .td-header-style-8 .td_stretch_content.td-container,
  .td-header-style-8 .td_stretch_content_1200.td-container,
  .td-header-style-8 .td_stretch_content_1400.td-container,
  .td-header-style-8 .td_stretch_content_1600.td-container,
  .td-header-style-8 .td_stretch_content_1800.td-container {
    width: 740px !important;
  }
}
@media (min-width: 1141px) {
  .td-header-style-8 .td_stretch_content_1200 .td-header-sp-logo,
  .td-header-style-8 .td_stretch_content_1400 .td-header-sp-logo,
  .td-header-style-8 .td_stretch_content_1600 .td-header-sp-logo,
  .td-header-style-8 .td_stretch_content_1800 .td-header-sp-logo {
    width: auto;
  }
  .td-header-style-8 .td_stretch_content_1200 .td-header-sp-logo {
    max-width: 1200px;
  }
  .td-header-style-8 .td_stretch_content_1400 .td-header-sp-logo {
    max-width: 1400px;
  }
  .td-header-style-8 .td_stretch_content_1600 .td-header-sp-logo {
    max-width: 1600px;
  }
  .td-header-style-8 .td_stretch_content_1800 .td-header-sp-logo {
    max-width: 1800px;
  }
}
.td-header-style-10 .td_stretch_content {
  /* responsive desktop */
}
@media (min-width: 1141px) {
  .td-header-style-10 .td_stretch_content .td-affix .td-main-menu-logo {
    margin-left: 10px;
  }
}
/*  ----------------------------------------------------------------------------
    General smart list style
*/
.td-smart-list-pagination {
  text-align: center;
  margin-bottom: 26px;
}
.td-smart-list-button {
  font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
  line-height: 40px;
  background-color: #222;
  color: #fff;
  padding: 11px 24px;
  font-size: 16px;
  font-style: normal;
  text-align: center;
  -webkit-transition: background-color 0.2s ease 0s;
  transition: background-color 0.2s ease 0s;
  cursor: pointer;
  margin: 0 10px;
}
.td-smart-list-button:hover {
  text-decoration: none !important;
  background-color: var(--td_theme_color, #4db2ec);
}
.td-smart-list-button .td-icon-left {
  font-size: 14px;
  position: relative;
  top: 1px;
  padding-right: 11px;
}
.td-smart-list-button .td-icon-right {
  font-size: 14px;
  position: relative;
  top: 1px;
  padding-left: 11px;
}
.td-smart-disable {
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  /* Chrome/Safari */
  user-select: none;
}
.td-smart-disable:hover {
  background-color: #222 !important;
}
.td-smart-list-dropdown-wrap {
  text-align: center;
  border: 1px solid #ededed;
  margin-bottom: 26px;
  clear: both;
}
.td-smart-list-dropdown-wrap .td-smart-list-dropdown {
  height: 30px;
  padding: 0 35px 0 10px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #fff;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
  max-width: 40%;
  text-overflow: ellipsis;
  cursor: pointer;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-smart-list-dropdown-wrap .td-smart-list-dropdown {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .td-smart-list-dropdown-wrap .td-smart-list-dropdown {
    text-align: center;
    max-width: 70%;
  }
}
.td-smart-list-dropdown-wrap .td-smart-list-dropdown option {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-smart-list-dropdown-wrap .td-smart-list-dropdown option {
    text-align: left;
  }
}
.td-smart-list-dropdown-wrap .td-smart-list-dropdown::-ms-expand {
  display: none;
}
.td-smart-list-dropdown-wrap .td-smart-list-container {
  display: inline;
  position: relative;
}
.td-smart-list-dropdown-wrap .td-smart-list-container:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 7px;
  right: 16px;
  z-index: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
  pointer-events: none;
}
.td-smart-list-dropdown-wrap .td-smart-list-button {
  padding: 2px 18px;
  margin: 0;
  background-color: transparent !important;
  color: inherit;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-smart-list-dropdown-wrap .td-smart-list-button {
    padding: 2px 6px;
  }
}
.td-smart-list-dropdown-wrap .td-smart-list-button i {
  display: none;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-smart-list-dropdown-wrap .td-smart-list-button i {
    display: inline;
    font-size: 12px;
    top: 0;
  }
}
.td-smart-list-dropdown-wrap .td-smart-list-button .td-icon-left:before {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-smart-list-dropdown-wrap .td-smart-list-button .td-icon-left:before {
    content: '\e80c';
  }
}
.td-smart-list-dropdown-wrap .td-smart-list-button .td-icon-right:before {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-smart-list-dropdown-wrap .td-smart-list-button .td-icon-right:before {
    content: '\e80d';
  }
}
.td-smart-list-dropdown-wrap .td-smart-list-button:hover {
  background-color: transparent !important;
  color: var(--td_theme_color, #4db2ec);
}
.td-smart-list-dropdown-wrap .td-smart-list-button span {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-smart-list-dropdown-wrap .td-smart-list-button span {
    display: none;
  }
}
.td-smart-list-dropdown-wrap .td-smart-disable:hover {
  color: #222;
}
.td-smart-list-dropdown-wrap .td-smart-next {
  border-left: 1px solid #ededed;
  margin-left: 3px;
}
.td-smart-list-dropdown-wrap .td-smart-back {
  border-right: 1px solid #ededed;
  margin-right: 3px;
}
@-moz-document url-prefix() {
  .td-smart-list-dropdown-wrap .td-smart-list-container:before {
    top: 9px;
  }
}
/*  ----------------------------------------------------------------------------
    Smart list 1
*/
.td_smart_list_1 {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 38px;
}
.td_smart_list_1 .td-item {
  width: 100%;
}
.td-number-and-title {
  text-align: center;
  width: 100%;
  padding: 8px 100px 4px 100px;
  margin-bottom: 23px;
  display: inline-block;
}
@media (max-width: 500px) {
  .td-number-and-title {
    padding: 60px 0 0 0;
    margin-bottom: 20px;
  }
}
.td-sml-current-item-title {
  display: inline-block;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 0;
}
.td-controls {
  position: absolute;
  top: 1px;
  z-index: 2;
  width: 100%;
}
.td-left-smart-list,
.td-right-smart-list {
  position: absolute;
  width: 88px;
  height: 40px;
  line-height: 40px;
  background-color: #222222;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.td-left-smart-list:hover,
.td-right-smart-list:hover {
  text-decoration: none !important;
  background-color: var(--td_theme_color, #4db2ec);
}
@-moz-document url-prefix() {
  .td-left-smart-list,
  .td-right-smart-list {
    line-height: 38px;
  }
}
.td-right-smart-list {
  right: 0;
}
.td-right-smart-list .td-icon-right {
  font-size: 16px;
  position: relative;
  top: 2px;
  padding-left: 11px;
}
.td-left-smart-list {
  left: 0;
}
.td-left-smart-list .td-icon-left {
  font-size: 16px;
  position: relative;
  top: 2px;
  padding-right: 11px;
}
.td-slide-smart-list-figure img {
  display: inline-block;
  vertical-align: top;
}
.td-sml-caption {
  font-family: Verdana, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: italic;
  font-size: 11px;
  line-height: 17px;
  margin-top: 5px;
  margin-bottom: 21px;
}
.td-sml-description {
  margin-top: 22px;
  display: block;
}
/*  ----------------------------------------------------------------------------
    Smart list 2
*/
.td_smart_list_2 {
  margin-top: 38px;
}
.td_smart_list_2 .td-number-and-title {
  text-align: left;
  padding: 0;
  margin-bottom: 21px;
  position: relative;
}
.td_smart_list_2 .td-sml-description {
  margin-top: 0;
}
.td_smart_list_2 h2 {
  margin: 2px 0 0;
  line-height: 32px;
}
.td_smart_list_2 .td-item {
  margin-bottom: 53px;
}
.td_smart_list_2 .td-sml-current-item-title {
  margin-top: 5px;
  width: 100%;
  padding-left: 56px;
}
.td-sml-current-item-nr {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  font-size: 22px;
  line-height: 39px;
  color: #fff;
  background-color: #222222;
  width: 37px;
  height: 37px;
  text-align: center;
  display: inline-block;
}
/*  ----------------------------------------------------------------------------
    Smart list 3
*/
.td_smart_list_3 {
  position: relative;
  overflow: hidden;
  z-index: 1;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
.td_smart_list_3 .td-sml-current-item-title {
  margin-top: 6px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_smart_list_3 .td-sml-current-item-title {
    font-size: 19px;
  }
}
.td_smart_list_3 .td-number-and-title {
  padding: 0 200px 0 52px;
  text-align: left;
  display: block;
}
.td_smart_list_3 .td-number-and-title h2 {
  margin: 0;
}
.td_smart_list_3 .td-sml-current-item-nr {
  position: absolute;
  left: 0;
  top: 1px;
}
.td_smart_list_3 .td-left-smart-list {
  right: 98px;
  left: auto;
}
.td_smart_list_3 .td-item {
  width: 100%;
}
.td_smart_list_3 .td-sml-description {
  margin-top: 0;
}
.td_smart_list_3 .td-sml-figure {
  float: right;
  margin-left: 20px;
  width: 300px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_smart_list_3 .td-sml-figure {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_smart_list_3 .td-number-and-title {
    padding-right: 106px;
  }
  .td_smart_list_3 .td-left-smart-list,
  .td_smart_list_3 .td-right-smart-list {
    width: 40px;
    font-size: 0;
  }
  .td_smart_list_3 .td-icon-right {
    top: 1px;
    left: 1px;
    line-height: 40px;
    padding-left: 0;
    font-size: 20px;
  }
  .td_smart_list_3 .td-left-smart-list {
    right: 50px;
  }
  .td_smart_list_3 .td-left-smart-list .td-icon-left {
    top: 1px;
    line-height: 40px;
    padding-right: 0;
    font-size: 20px;
  }
  .td_smart_list_3 .td-slide-smart-list-figure {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .td_smart_list_3 .td-controls {
    position: relative;
    height: 40px;
    margin-bottom: 25px;
  }
  .td_smart_list_3 .td-left-smart-list {
    left: 0;
  }
  .td_smart_list_3 .td-number-and-title {
    padding: 0;
    text-align: center;
    margin-bottom: 25px;
  }
  .td_smart_list_3 .td-sml-current-item-nr {
    position: relative;
    left: auto;
    margin-right: 15px;
    top: auto;
  }
  .td_smart_list_3 .td-slide-smart-list-figure {
    width: 100%;
    margin: 0 0 10px 0;
    text-align: center;
  }
}
/*  ----------------------------------------------------------------------------
    Smart list 4
*/
.smart-list-style-4 .td-post-content {
  float: left;
}
.smart-list-style-4 .td-post-sharing-top {
  margin-bottom: 0;
}
.td_smart_list_4 {
  /* responsive portrait phone */
}
.td_smart_list_4 .td-item {
  width: 100%;
  min-height: 181px;
  border-bottom: 1px solid var(--td_grid_border_color, #ededed);
  position: relative;
  float: left;
  padding: 30px 0 25px;
}
.td_smart_list_4 .td-item:first-child {
  padding-top: 9px;
}
.td_smart_list_4 .td-item:first-child .td-sml-current-item-nr {
  top: 9px;
}
.td_smart_list_4 .td-item:last-of-type {
  border-bottom: none;
}
.td_smart_list_4 .td-sml-current-item-nr {
  font-size: 18px;
  width: 32px;
  height: 32px;
  line-height: 34px;
  top: 30px;
}
.td_smart_list_4 .td-sml-current-item-title {
  font-size: 18px;
  line-height: 24px;
  padding-left: 47px;
  padding-top: 5px;
  display: inherit;
}
.td_smart_list_4 h2 {
  line-height: 24px;
  margin-bottom: 9px;
  margin-top: 0;
}
.td_smart_list_4 .td-sml-figure {
  float: right;
  margin-left: 20px;
  width: 150px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_smart_list_4 .td-sml-figure {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.td_smart_list_4 .td-number-and-title {
  text-align: left;
  padding: 0;
  margin-bottom: 9px;
  display: inherit;
}
.td_smart_list_4 .td-sml-description {
  margin-top: 11px;
}
.td_smart_list_4 .td-sml-caption {
  line-height: 14px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .td_smart_list_4 .td-item {
    display: table;
    width: 100%;
  }
  .td_smart_list_4 .td-item:first-child {
    padding-top: 30px;
  }
  .td_smart_list_4 .td-item:first-child .td-sml-current-item-nr {
    top: 0;
  }
  .td_smart_list_4 .td-slide-smart-list-figure {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .td_smart_list_4 .td-number-and-title {
    display: table-header-group;
    text-align: center;
  }
  .td_smart_list_4 .td-sml-current-item-nr {
    position: relative;
    top: 0;
  }
  .td_smart_list_4 .td-sml-current-item-title {
    padding: 10px 0;
  }
}
@-moz-document url-prefix() {
  .td_smart_list_4 .td-sml-current-item-nr {
    line-height: 32px;
  }
}
/*  ----------------------------------------------------------------------------
    Smart list 5
*/
.td_smart_list_5 {
  margin-top: 38px;
}
.td_smart_list_5 .td-slide-smart-list-figure {
  position: relative;
}
.td_smart_list_5 .td-sml-current-item-nr {
  font-size: 26px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.td_smart_list_5 .td-sml-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: right;
  color: #fff;
  margin-bottom: 0;
  padding: 12px 16px;
  z-index: 1;
}
.td_smart_list_5 .td-number-and-title {
  text-align: left;
  padding: 0;
  margin-bottom: 6px;
  margin-top: 17px;
}
.td_smart_list_5 h2 {
  margin: 0;
}
.td_smart_list_5 .td-sml-description {
  margin-top: 0;
}
.td_smart_list_5 .td-item {
  margin-bottom: 53px;
}
.td_smart_list_5 figcaption div:before {
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  height: 150%;
  width: 100%;
  position: absolute;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* Chrome10+,Safari5.1+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
  /* IE6-9 */
}
.td_smart_list_5 figcaption div:empty {
  display: none;
}
.td_smart_list_5 .td-sml-figure {
  position: relative;
}
/*  ----------------------------------------------------------------------------
    Smart list 6
*/
.td_smart_list_6 {
  margin-top: 38px;
  position: relative;
  z-index: 1;
  clear: both;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_smart_list_6 {
    margin-top: 20px;
  }
}
.td_smart_list_6 .td-number-and-title {
  text-align: left;
  padding: 0;
  margin-bottom: 21px;
  position: relative;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_smart_list_6 .td-number-and-title {
    margin-bottom: 10px;
  }
}
.td_smart_list_6 .td-slide-smart-list-figure img {
  width: 100%;
}
.td_smart_list_6 .td-sml-description {
  margin-top: 0;
}
.td_smart_list_6 .td-slide-smart-list-figure {
  text-align: center;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.td_smart_list_6 .td-sml-caption {
  text-align: left;
}
.td_smart_list_6 h2 {
  margin: 2px 0 0;
  line-height: 32px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_smart_list_6 h2 {
    text-align: center;
    margin: 0;
  }
}
.td_smart_list_6 .td-sml-current-item-nr {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_smart_list_6 .td-sml-current-item-nr {
    position: relative;
  }
}
.td_smart_list_6 .td-sml-current-item-title {
  margin-top: 5px;
  width: 100%;
  padding-left: 56px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_smart_list_6 .td-sml-current-item-title {
    margin-top: 10px;
    padding-left: 0;
  }
}
/*  ----------------------------------------------------------------------------
    Smart list 7
*/
.td_smart_list_7 {
  margin-top: 38px;
  position: relative;
  z-index: 1;
  clear: both;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_smart_list_7 {
    margin-top: 20px;
  }
}
.td_smart_list_7 .td-slide-smart-list-figure img {
  width: 100%;
}
.td_smart_list_7 .td-sml-description {
  margin-top: 0;
}
.td_smart_list_7 .td-slide-smart-list-figure {
  text-align: center;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.td_smart_list_7 .td-sml-caption {
  text-align: left;
}
.td_smart_list_7 h2 {
  margin: 0;
  line-height: 1;
  padding: 0 120px;
  min-height: 60px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_smart_list_7 h2 {
    padding: 0;
    min-height: 0;
  }
}
.td_smart_list_7 .td-sml-current-item-title {
  margin-top: 7px;
  margin-bottom: 8px;
  text-align: center;
  width: 100%;
  line-height: 28px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_smart_list_7 .td-sml-current-item-title {
    margin-top: 10px;
    line-height: 24px;
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .td_smart_list_7 .td-sml-current-item-title {
    margin-top: 10px;
    text-align: left;
    line-height: 30px;
    font-weight: 500;
    font-size: 26px;
  }
}
.td_smart_list_7 .td-item .td-smart-list-pagination {
  position: relative;
  display: inline-block;
  margin-bottom: 26px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_smart_list_7 .td-item .td-smart-list-pagination {
    margin-bottom: 0;
  }
}
.td_smart_list_7 .td-smart-list-pagination {
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 0;
  margin-bottom: 0;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_smart_list_7 .td-smart-list-pagination {
    position: relative;
  }
}
.td_smart_list_7 .td-smart-list-pagination .td-smart-list-button {
  margin: 0;
  line-height: 20px;
}
.td_smart_list_7 .td-smart-list-pagination .td-smart-back {
  float: left;
}
.td_smart_list_7 .td-smart-list-pagination .td-smart-next {
  float: right;
}
/*  ----------------------------------------------------------------------------
    Smart list 8
*/
.td_smart_list_8 {
  position: relative;
  z-index: 1;
  clear: both;
}
.td_smart_list_8 .td-number-and-title {
  text-align: left;
  padding: 0;
  margin-bottom: 16px;
  position: relative;
}
.td_smart_list_8 .td-number-and-title h2 {
  margin: 6px 0 0;
  line-height: 32px;
}
.td_smart_list_8 .td-sml-description {
  margin-top: 0;
}
/*  ----------------------------------------------------------------------------
    header grid container
*/
.td-header-background-image .td-container-wrap {
  background-color: transparent;
}
.td-header-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.td-header-bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
/*  ----------------------------------------------------------------------------
    logo
*/
.td-header-sp-logo img {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.td-main-menu-logo {
  display: none;
  float: left;
  margin-right: 10px;
  height: 48px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-main-menu-logo {
    display: block;
    margin-right: 0;
    height: 0;
  }
}
.td-main-menu-logo a {
  line-height: 48px;
}
.td-main-menu-logo img {
  padding: 3px 0;
  position: relative;
  vertical-align: middle;
  max-height: 48px;
  width: auto;
}
@media (max-width: 767px) {
  .td-main-menu-logo img {
    margin: auto;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    padding: 0;
  }
}
@media (max-width: 1140px) {
  .td-main-menu-logo img {
    max-width: 180px;
  }
}
@media (min-width: 768px) {
  .td-affix .td-logo-sticky {
    display: block;
  }
  .td-header-wrap .td-affix .td-main-menu-logo {
    height: 48px !important;
  }
  .td-header-wrap .td-affix .td-main-menu-logo a {
    line-height: 48px !important;
  }
  .td-header-wrap .td-affix .td-main-menu-logo img {
    max-height: 48px !important;
    top: -1px;
  }
  .td-header-wrap .td-affix .sf-menu > 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: var(--td_default_google_font_2, '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: var(--td_default_google_font_2, '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: var(--td_default_google_font_2, '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: var(--td_default_google_font_2, '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: var(--td_default_google_font_2, '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: var(--td_default_google_font_2, '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-bottom: 8px;
  font-size: 11px;
  opacity: 0.5;
}
.td-weather-days .td-day-degrees {
  font-size: 20px;
  position: relative;
  left: 4px;
  line-height: 14px;
  opacity: 0.7;
}
.td-weather-days .td-circle {
  position: relative;
  right: 5px;
}
.td-weather-animated-icon {
  float: left;
  text-align: right;
  margin-left: -15px;
  position: relative;
  /* responsive portrait tablet + phone */
  /* responsive portrait tablet */
}
@media (max-width: 1018px) {
  .td-weather-animated-icon {
    left: 0;
    top: -6px;
    margin-right: 0;
    margin-left: -22px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-weather-animated-icon {
    transform: scale(0.72);
    -webkit-transform: scale(0.72);
    margin-left: -20px;
  }
}
.td-weather-animated-icon span {
  width: 100px;
  height: 100px;
  display: inline-block;
  opacity: 0.4;
  margin-top: 4px;
  /* responsive portrait tablet + phone */
}
@media (max-width: 1018px) {
  .td-weather-animated-icon span {
    margin-top: 0;
  }
}
.clear-sky-d {
  background: url('/wp-content/plugins/td-standard-pack/Newspaper/assets/css/images/sprite/weather/clear-sky-d.png') no-repeat;
}
.clear-sky-n {
  background: url('/wp-content/plugins/td-standard-pack/Newspaper/assets/css/images/sprite/weather/clear-sky-n.png') no-repeat;
}
.few-clouds-d {
  background: url('/wp-content/plugins/td-standard-pack/Newspaper/assets/css/images/sprite/weather/few-clouds-d.png') no-repeat;
}
.few-clouds-n {
  background: url('/wp-content/plugins/td-standard-pack/Newspaper/assets/css/images/sprite/weather/few-clouds-n.png') no-repeat;
}
.scattered-clouds-d {
  background: url('/wp-content/plugins/td-standard-pack/Newspaper/assets/css/images/sprite/weather/scattered-clouds-d.png') no-repeat;
}
.scattered-clouds-n {
  background: url('/wp-content/plugins/td-standard-pack/Newspaper/assets/css/images/sprite/weather/scattered-clouds-n.png') no-repeat;
}
.broken-clouds-d {
  background: url('/wp-content/plugins/td-standard-pack/Newspaper/assets/css/images/sprite/weather/broken-clouds-d.png') no-repeat;
}
.broken-clouds-n {
  background: url('/wp-content/plugins/td-standard-pack/Newspaper/assets/css/images/sprite/weather/broken-clouds-n.png') no-repeat;
}
.shower-rain-d {
  background: url('/wp-content/plugins/td-standard-pack/Newspaper/assets/css/images/sprite/weather/shower-rain-d.png') no-repeat;
}
.shower-rain-n {
  background: url('/wp-content/plugins/td-standard-pack/Newspaper/assets/css/images/sprite/weather/shower-rain-n.png') no-repeat;
}
.rain-d {
  background: url('/wp-content/plugins/td-standard-pack/Newspaper/assets/css/images/sprite/weather/rain-d.png') no-repeat;
}
.rain-n {
  background: url('/wp-content/plugins/td-standard-pack/Newspaper/assets/css/images/sprite/weather/rain-n.png') no-repeat;
}
.thunderstorm-d {
  background: url('/wp-content/plugins/td-standard-pack/Newspaper/assets/css/images/sprite/weather/thunderstorm.png') no-repeat;
}
.thunderstorm-n {
  background: url('/wp-content/plugins/td-standard-pack/Newspaper/assets/css/images/sprite/weather/thunderstorm.png') no-repeat;
}
.snow-d {
  background: url('/wp-content/plugins/td-standard-pack/Newspaper/assets/css/images/sprite/weather/snow-d.png') no-repeat;
}
.snow-n {
  background: url('/wp-content/plugins/td-standard-pack/Newspaper/assets/css/images/sprite/weather/snow-n.png') no-repeat;
}
.mist-d {
  background: url('/wp-content/plugins/td-standard-pack/Newspaper/assets/css/images/sprite/weather/mist.png') no-repeat;
}
.mist-n {
  background: url('/wp-content/plugins/td-standard-pack/Newspaper/assets/css/images/sprite/weather/mist.png') no-repeat;
}
/*
    weather location
*/
.td-weather-set-location {
  display: none;
  position: absolute;
  top: 0;
}
.td-weather-set-location .td-location-set-input {
  height: 20px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
  border: 0;
  padding: 0 10px;
}
.td-weather-set-location .td-location-set-input:focus ~ label {
  top: -20px;
  font-size: 11px;
  opacity: 0.5;
}
.td-show-location {
  display: block !important;
}
.td-show-location label {
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 13px;
  opacity: 0.6;
  pointer-events: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/*

    2,3 columns

*/
.td_block_weather .td-column-2,
.td_block_weather .td-column-3 {
  text-align: right;
  height: 90px;
  /* responsive portrait tablet + phone */
}
@media (max-width: 1018px) {
  .td_block_weather .td-column-2,
  .td_block_weather .td-column-3 {
    height: auto;
    display: inline-block;
    text-align: left;
    width: 100%;
  }
}
.td_block_weather .td-column-2 .td-weather-city,
.td_block_weather .td-column-3 .td-weather-city {
  position: absolute;
  top: 0;
  /* responsive portrait tablet + phone */
}
@media (max-width: 1018px) {
  .td_block_weather .td-column-2 .td-weather-city,
  .td_block_weather .td-column-3 .td-weather-city {
    position: relative;
  }
}
.td_block_weather .td-column-2 .td-weather-condition,
.td_block_weather .td-column-3 .td-weather-condition {
  position: absolute;
  bottom: 0;
  /* responsive portrait tablet + phone */
}
@media (max-width: 1018px) {
  .td_block_weather .td-column-2 .td-weather-condition,
  .td_block_weather .td-column-3 .td-weather-condition {
    position: relative;
  }
}
.td_block_weather .td-column-2 .td-weather-temperature,
.td_block_weather .td-column-3 .td-weather-temperature {
  text-align: right;
  width: 55%;
  padding-right: 20px;
  /* responsive portrait tablet + phone */
}
@media (max-width: 1018px) {
  .td_block_weather .td-column-2 .td-weather-temperature,
  .td_block_weather .td-column-3 .td-weather-temperature {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
.td_block_weather .td-column-2 .td-weather-temp-wrap,
.td_block_weather .td-column-3 .td-weather-temp-wrap {
  position: relative;
  top: -3px;
  /* responsive portrait tablet + phone */
}
@media (max-width: 1018px) {
  .td_block_weather .td-column-2 .td-weather-temp-wrap,
  .td_block_weather .td-column-3 .td-weather-temp-wrap {
    top: 0;
  }
}
.td_block_weather .td-column-2 .td-weather-animated-icon,
.td_block_weather .td-column-3 .td-weather-animated-icon {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  margin-right: -15px;
  top: -5px;
  /* responsive portrait tablet + phone */
}
@media (max-width: 1018px) {
  .td_block_weather .td-column-2 .td-weather-animated-icon,
  .td_block_weather .td-column-3 .td-weather-animated-icon {
    transform: scale(1);
    -webkit-transform: scale(1);
    left: 0;
    top: -5px;
    margin-right: 0;
    margin-left: -22px;
  }
}
.td_block_weather .td-column-2 .td-weather-now,
.td_block_weather .td-column-3 .td-weather-now {
  width: 110px;
  padding: 32px 0;
  margin-right: 10px;
  /* responsive portrait tablet + phone */
}
@media (max-width: 1018px) {
  .td_block_weather .td-column-2 .td-weather-now,
  .td_block_weather .td-column-3 .td-weather-now {
    padding: 30px 0;
    position: relative;
    left: -10px;
    width: 100px;
    margin-right: 0;
  }
}
.td_block_weather .td-column-2 .td-weather-now .td-big-degrees,
.td_block_weather .td-column-3 .td-weather-now .td-big-degrees {
  font-size: 32px;
}
.td_block_weather .td-column-2 .td-weather-degrees-wrap,
.td_block_weather .td-column-3 .td-weather-degrees-wrap {
  padding: 12px 0;
}
.td_block_weather .td-column-2 .td-weather-animated-icon,
.td_block_weather .td-column-3 .td-weather-animated-icon {
  width: auto;
}
.td_block_weather .td-column-2 .td-weather-lo-hi,
.td_block_weather .td-column-3 .td-weather-lo-hi {
  width: auto;
}
.td_block_weather .td-column-2 .td-weather-info-wrap,
.td_block_weather .td-column-3 .td-weather-info-wrap {
  width: 45%;
  float: right;
  padding-left: 20px;
  /* responsive portrait tablet + phone */
}
@media (max-width: 1018px) {
  .td_block_weather .td-column-2 .td-weather-info-wrap,
  .td_block_weather .td-column-3 .td-weather-info-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.td_block_weather .td-column-2 .td-weather-information,
.td_block_weather .td-column-3 .td-weather-information {
  padding: 3px 0 10px;
  /* responsive portrait tablet + phone */
}
@media (max-width: 1018px) {
  .td_block_weather .td-column-2 .td-weather-information,
  .td_block_weather .td-column-3 .td-weather-information {
    padding: 5px 0;
  }
}
.td_block_weather .td-column-2 .td-weather-information:before,
.td_block_weather .td-column-3 .td-weather-information:before {
  top: auto;
  bottom: -4px;
  /* responsive portrait tablet + phone */
}
@media (max-width: 1018px) {
  .td_block_weather .td-column-2 .td-weather-information:before,
  .td_block_weather .td-column-3 .td-weather-information:before {
    bottom: auto;
    top: -2px;
  }
}
.td_block_weather .td-column-2 .td-weather-week,
.td_block_weather .td-column-3 .td-weather-week {
  padding: 20px 0 15px;
  /* responsive portrait tablet + phone */
}
@media (max-width: 1018px) {
  .td_block_weather .td-column-2 .td-weather-week,
  .td_block_weather .td-column-3 .td-weather-week {
    padding: 15px 0;
  }
}
.td_block_weather .td-column-2 .td-weather-week:before,
.td_block_weather .td-column-3 .td-weather-week:before {
  display: none;
  /* responsive portrait tablet + phone */
}
@media (max-width: 1018px) {
  .td_block_weather .td-column-2 .td-weather-week:before,
  .td_block_weather .td-column-3 .td-weather-week:before {
    display: block;
  }
}
.td_block_weather .td-column-3 .td-weather-temp-wrap {
  margin-right: 100px;
  /* responsive portrait tablet */
}
@media (max-width: 1018px) {
  .td_block_weather .td-column-3 .td-weather-temp-wrap {
    margin-right: 0;
  }
}
/*

    top weather widget

*/
.td-weather-top-widget {
  display: inline-block;
  margin-right: 32px;
}
.td-weather-top-widget .td-icons {
  background: none;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 2px;
}
.td-weather-top-widget .td-icons:before {
  font-size: 18px;
  display: block;
}
.td-weather-top-widget .td-weather-now {
  line-height: inherit;
  padding: 0;
  float: none;
  width: auto;
  display: inline-block;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-weather-top-widget .td-weather-now {
    left: 0;
  }
}
.td-weather-top-widget .td-weather-now span {
  font-weight: 600;
}
.td-weather-top-widget .td-weather-now .td-big-degrees {
  font-size: 11px;
}
.td-weather-top-widget .td-weather-now .td-weather-unit {
  font-size: 8px;
  opacity: 1;
  left: 1px;
  top: -6px;
  vertical-align: inherit;
}
.td-weather-top-widget .td-weather-header {
  display: inline-block;
  padding-left: 6px;
}
.td-weather-top-widget .td-weather-header .td-weather-city {
  font-size: 11px;
  font-weight: 500;
  text-transform: none;
  margin: 0;
}
/*  ----------------------------------------------------------------------------
    Module 1
*/
.td_module_1 {
  padding-bottom: 24px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_module_1 .entry-title {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .td_module_1 .entry-thumb {
    width: 100%;
  }
}
/*  ----------------------------------------------------------------------------
    Module 2
*/
.td_module_2 {
  padding-bottom: 32px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_module_2 .entry-title {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .td_module_2 .entry-thumb {
    width: 100%;
  }
}
/*  ----------------------------------------------------------------------------
    Module 3
*/
.td_module_3 {
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_module_3 .entry-title {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .td_module_3 .entry-thumb {
    width: 100%;
  }
}
/*  ----------------------------------------------------------------------------
    Module 4
*/
.td_module_4 {
  padding-bottom: 43px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_module_4 .entry-title {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .td_module_4 .entry-thumb {
    width: 100%;
  }
}
/*  ----------------------------------------------------------------------------
    Module 5
*/
.td_module_5 {
  padding-bottom: 20px;
  border-bottom: 1px dashed #f2f2f2;
  margin-bottom: 17px;
  /* responsive portrait tablet */
  /* responsive landscape tablet */
  /* responsive portrait phone */
}
.td_module_5 .td-module-meta-info {
  margin-bottom: 17px;
}
.td_module_5 .td-module-thumb {
  margin-bottom: 14px;
}
.td_module_5 .td-excerpt {
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_module_5 .entry-title {
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td_module_5 .entry-title {
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .td_module_5 .entry-thumb {
    width: 100%;
  }
}
/*  ----------------------------------------------------------------------------
    Module 6
*/
.td_module_6 {
  padding-bottom: 26px;
  /* responsive landscape & portrait tablet */
  /* responsive portrait tablet */
  /* responsive landscape & portrait tablet */
}
.td_module_6 .td-module-thumb {
  position: absolute;
  left: 0;
  top: 0;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_module_6 .td-module-thumb {
    width: 80px;
  }
}
.td_module_6 .item-details {
  margin-left: 116px;
  min-height: 70px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_module_6 .item-details {
    margin-left: 95px;
    min-height: 55px;
  }
}
.td_module_6 .entry-title {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
  font-weight: 500;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1140px) {
  .td_module_6 .entry-title {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .td_module_6 .entry-title {
    font-size: 14px;
  }
}
.td_module_6 .td-module-meta-info {
  margin-bottom: 0;
  min-height: 0;
}
@media (min-width: 768px) and (max-width: 1140px) {
  .td_module_6 .td-icon-star,
  .td_module_6 .td-icon-star-empty,
  .td_module_6 .td-icon-star-half {
    font-size: 15px;
    width: 17px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_module_6 .td-post-category {
    margin-bottom: 5px;
  }
}
@media (max-width: 500px) {
  .td_module_6 .td-icon-star,
  .td_module_6 .td-icon-star-empty,
  .td_module_6 .td-icon-star-half {
    font-size: 15px;
    width: 17px;
  }
}
/*  ----------------------------------------------------------------------------
    Module 7
*/
.td_module_7 {
  padding-bottom: 26px;
  /* responsive landscape & portrait tablet */
  /* responsive portrait tablet */
  /* responsive landscape & portrait tablet */
}
.td_module_7 .td-module-thumb {
  position: absolute;
  right: 0;
  top: 0;
}
.td_module_7 .item-details {
  margin-right: 116px;
  min-height: 70px;
}
.td_module_7 .entry-title {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 4px;
  font-weight: 500;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1140px) {
  .td_module_7 .entry-title {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .td_module_7 .entry-title {
    font-size: 14px;
  }
}
.td_module_7 .td-module-meta-info {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1140px) {
  .td_module_7 .td-icon-star,
  .td_module_7 .td-icon-star-empty,
  .td_module_7 .td-icon-star-half {
    font-size: 15px;
    width: 17px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_module_7 .td-post-category {
    margin-bottom: 5px;
  }
}
@media (max-width: 500px) {
  .td_module_7 .td-icon-star,
  .td_module_7 .td-icon-star-empty,
  .td_module_7 .td-icon-star-half {
    font-size: 15px;
    width: 17px;
  }
}
/*  ----------------------------------------------------------------------------
    Module 8
*/
.td_module_8 {
  padding-bottom: 25px;
  border-bottom: 1px dashed #f2f2f2;
  margin-bottom: 16px;
  /* responsive portrait tablet */
}
.td_module_8 .entry-title {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 7px;
  font-weight: 500;
}
.td_module_8 .td-module-meta-info {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_module_8 .td-post-author-name {
    display: none;
  }
}
/*  ----------------------------------------------------------------------------
    Module 9
*/
.td_module_9 {
  padding-bottom: 25px;
  border-bottom: 1px dashed #f2f2f2;
  margin-bottom: 26px;
  text-align: center;
}
.td_module_9 .td-module-comments {
  top: auto;
  float: none;
  margin-bottom: 8px;
}
.td_module_9 .entry-title {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 8px;
  font-weight: 500;
}
.td_module_9 .td-module-meta-info {
  margin-bottom: 0;
}
.td_module_9 .td_quote_on_blocks {
  text-align: center;
}
.td_module_9 .td-post-category {
  display: inline-block;
  margin: 0 0 8px 0;
}
/*  ----------------------------------------------------------------------------
    Module 10
*/
.td_module_10 {
  padding-bottom: 40px;
  /* responsive portrait phone */
  /* responsive small portrait phone */
}
@media (max-width: 767px) {
  .td_module_10 {
    padding-bottom: 26px;
  }
  .td_module_10 .td-post-category {
    display: none;
  }
}
.td_module_10 .td-module-thumb {
  position: absolute;
  left: 0;
  top: 0;
  /* responsive portrait phone */
  /* responsive small portrait phone */
}
@media (max-width: 767px) {
  .td_module_10 .td-module-thumb {
    width: 150px;
  }
}
@media (max-width: 500px) {
  .td_module_10 .td-module-thumb {
    width: 100px;
  }
}
.td_module_10 .item-details {
  margin-left: 244px;
  min-height: 150px;
  /* responsive portrait phone */
  /* responsive small portrait phone */
}
@media (max-width: 767px) {
  .td_module_10 .item-details {
    margin-left: 170px;
    min-height: 103px;
  }
}
@media (max-width: 500px) {
  .td_module_10 .item-details {
    margin-left: 115px;
    min-height: 69px;
  }
}
.td_module_10 .td-excerpt {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_module_10 .td-excerpt {
    display: none;
  }
}
.td_module_10 .entry-title {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 5px;
  /* responsive small portrait phone */
}
@media (max-width: 500px) {
  .td_module_10 .entry-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
  }
}
@media (max-width: 500px) {
  .td_module_10 .td-video-play-ico {
    width: 20px;
    height: 20px;
    font-size: 20px;
  }
}
.td-pb-span8 .td_module_10 {
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-pb-span8 .td_module_10 .td-module-thumb {
    width: 190px;
  }
  .td-pb-span8 .td_module_10 .item-details {
    margin-left: 210px;
    min-height: 131px;
  }
  .td-pb-span8 .td_module_10 .entry-title {
    font-size: 17px;
    line-height: 22px;
  }
  .td-pb-span8 .td_module_10 .td-post-author-name {
    display: none;
  }
}
.td-pb-span4 .td_module_10 {
  padding-bottom: 40px;
  /* responsive portrait tablet */
}
.td-pb-span4 .td_module_10 .td-module-thumb {
  width: 80px;
  /* responsive portrait phone */
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-pb-span4 .td_module_10 .td-module-thumb {
    width: 150px;
  }
}
@media (max-width: 500px) {
  .td-pb-span4 .td_module_10 .td-module-thumb {
    width: 100px;
  }
}
.td-pb-span4 .td_module_10 .item-details {
  margin-left: 0;
  min-height: 70px;
  /* responsive portrait phone */
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-pb-span4 .td_module_10 .item-details {
    padding-left: 170px;
    min-height: 103px;
  }
}
@media (max-width: 500px) {
  .td-pb-span4 .td_module_10 .item-details {
    padding-left: 0;
    min-height: 69px;
  }
}
.td-pb-span4 .td_module_10 .entry-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  padding-left: 95px;
  min-height: 55px;
  margin-bottom: 13px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
  /* responsive small portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-pb-span4 .td_module_10 .entry-title {
    font-size: 13px;
    line-height: 18px;
    min-height: 50px;
  }
}
@media (max-width: 767px) {
  .td-pb-span4 .td_module_10 .entry-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 5px;
    padding-left: 0;
    font-weight: 400;
    min-height: 0;
  }
}
@media (max-width: 500px) {
  .td-pb-span4 .td_module_10 .entry-title {
    font-size: 17px;
    line-height: 23px;
    font-weight: 500;
    padding-left: 110px;
    min-height: 69px;
    margin-bottom: 13px;
  }
}
.td-pb-span4 .td_module_10 .td-video-play-ico {
  width: 20px;
  height: 20px;
  font-size: 20px;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-pb-span4 .td_module_10 .td-post-author-name {
    display: none;
  }
}
/*  ----------------------------------------------------------------------------
    Module 11
*/
.td_module_11 {
  padding-bottom: 48px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_module_11 {
    padding-bottom: 0;
    border-bottom: 1px dashed #EAEAEA;
    margin-bottom: 20px;
  }
  .td_module_11:last-child {
    border: 0;
  }
}
@media (max-width: 767px) {
  .td_module_11 {
    padding-bottom: 30px;
  }
}
.td_module_11 .td-module-thumb {
  position: absolute;
  left: 0;
  top: 0;
  /* responsive portrait phone */
  /* responsive small portrait phone */
}
@media (max-width: 767px) {
  .td_module_11 .td-module-thumb {
    width: 200px;
  }
}
@media (max-width: 500px) {
  .td_module_11 .td-module-thumb {
    width: 100px;
  }
}
.td_module_11 .item-details {
  margin-left: 350px;
  min-height: 235px;
  /* responsive portrait phone */
  /* responsive small portrait phone */
}
@media (max-width: 767px) {
  .td_module_11 .item-details {
    margin-left: 220px;
    min-height: 145px;
  }
}
@media (max-width: 500px) {
  .td_module_11 .item-details {
    margin-left: 0;
    min-height: 73px;
    padding-left: 110px;
  }
}
.td_module_11 .entry-title {
  font-size: 25px;
  line-height: 29px;
  margin-bottom: 11px;
  /* responsive portrait tablet */
  /* responsive small portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_module_11 .entry-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
  }
}
@media (max-width: 500px) {
  .td_module_11 .entry-title {
    font-size: 17px;
    line-height: 23px;
    font-weight: 500;
    margin-bottom: 8px;
  }
}
.td_module_11 .td-post-author-name {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_module_11 .td-post-author-name {
    display: none;
  }
}
.td_module_11 .td-excerpt {
  margin-bottom: 15px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_module_11 .td-excerpt {
    display: none;
  }
}
.td_module_11 .td-read-more {
  margin-bottom: 0;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_module_11 .td-read-more {
    display: none;
  }
}
@media (max-width: 767px) {
  .td_module_11 .td-read-more {
    display: none;
  }
}
@media (max-width: 767px) {
  .td_module_11 .td-video-play-ico {
    width: 20px;
    height: 20px;
    font-size: 20px;
  }
}
.td-pb-span12 .td_module_11 .entry-title {
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-pb-span12 .td_module_11 .entry-title {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
  }
}
.td-pb-span8 .td_module_11 {
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-pb-span8 .td_module_11 .td-module-thumb {
    width: 300px;
  }
  .td-pb-span8 .td_module_11 .item-details {
    margin-left: 324px;
    min-height: 218px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-pb-span8 .td_module_11 .td-module-thumb {
    width: 192px;
  }
  .td-pb-span8 .td_module_11 .item-details {
    margin-left: 210px;
    min-height: 165px;
  }
  .td-pb-span8 .td_module_11 .td-post-author-name {
    display: none;
  }
}
.td-pb-span4 .td_module_11 {
  /* responsive portrait tablet */
}
.td-pb-span4 .td_module_11 .td-module-thumb {
  position: relative;
  margin-bottom: 8px;
  /* responsive portrait phone */
  /* responsive small portrait phone */
}
@media (max-width: 767px) {
  .td-pb-span4 .td_module_11 .td-module-thumb {
    position: absolute;
  }
}
@media (max-width: 500px) {
  .td-pb-span4 .td_module_11 .td-module-thumb {
    width: 100px;
  }
}
.td-pb-span4 .td_module_11 .item-details {
  margin-left: 0;
  /* responsive portrait phone */
  /* responsive small portrait phone */
}
@media (max-width: 767px) {
  .td-pb-span4 .td_module_11 .item-details {
    margin-left: 220px;
  }
}
@media (max-width: 500px) {
  .td-pb-span4 .td_module_11 .item-details {
    margin-left: 0;
    min-height: 73px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-pb-span4 .td_module_11 .td-post-author-name {
    display: none;
  }
}
/*  ----------------------------------------------------------------------------
    Module 12
*/
.td_module_12 {
  padding-bottom: 20px;
  border-bottom: 1px dashed #f2f2f2;
  margin-bottom: 30px;
}
.td_module_12 .entry-title {
  font-size: 34px;
  line-height: 42px;
  margin-bottom: 8px;
  /* responsive max portrait tablet */
}
@media (max-width: 1018px) {
  .td_module_12 .entry-title {
    font-size: 26px;
    line-height: 36px;
  }
}
.td_module_12 .td-module-meta-info {
  margin-bottom: 17px;
}
.td_module_12 .td-excerpt {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
}
/*  ----------------------------------------------------------------------------
    Module 13
*/
.td_module_13 {
  padding-bottom: 20px;
  border-bottom: 1px dashed #f2f2f2;
  margin-bottom: 30px;
}
.td_module_13 .entry-title {
  font-size: 34px;
  line-height: 42px;
  margin-bottom: 8px;
  /* responsive max portrait tablet */
}
@media (max-width: 1018px) {
  .td_module_13 .entry-title {
    font-size: 26px;
    line-height: 36px;
  }
}
.td_module_13 .td-module-meta-info {
  margin-bottom: 17px;
}
.td_module_13 .td-module-thumb {
  margin-bottom: 22px;
}
/*  ----------------------------------------------------------------------------
    Module 14
*/
.td_module_14 {
  padding-bottom: 40px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_module_14 {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .td_module_14 {
    padding-bottom: 21px;
  }
}
.td_module_14 .entry-thumb {
  width: 100%;
}
.td_module_14:last-child {
  padding-bottom: 0;
}
.td_module_14 .meta-info-container {
  position: relative;
}
.td_module_14 .entry-title {
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
  bottom: -2px;
  /* responsive portrait phone */
  /* responsive small portrait phone */
}
@media (max-width: 767px) {
  .td_module_14 .entry-title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 500px) {
  .td_module_14 .entry-title {
    font-size: 18px;
    line-height: 26px;
    margin-left: 14px;
    margin-right: 14px;
  }
}
.td_module_14 .entry-title:after {
  content: '';
  position: absolute;
  bottom: -43px;
  left: 0;
  width: 100%;
  border-bottom: 1px dashed #f1f1f1;
}
.td_module_14 .td-module-meta-info {
  position: absolute;
  margin: 0;
  padding: 0 60px;
  bottom: -43px;
  width: 100%;
  /* responsive portrait tablet */
  /* responsive portrait phone */
  /* responsive small portrait phone */
}
@media (max-width: 1018px) {
  .td_module_14 .td-module-meta-info {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .td_module_14 .td-module-meta-info {
    bottom: -45px;
  }
}
@media (max-width: 500px) {
  .td_module_14 .td-module-meta-info {
    padding: 0 20px;
  }
}
.td_module_14 .td-module-meta-holder {
  background-color: #fff;
  padding: 10px 20px 17px 20px;
  /* responsive small portrait phone */
}
@media (max-width: 500px) {
  .td_module_14 .td-module-meta-holder {
    padding: 8px 0 19px 0;
  }
}
.td_module_14 .td-post-category {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_module_14 .td-post-category {
    display: none;
  }
}
.td_module_14 .td-module-thumb {
  margin-bottom: 60px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_module_14 .td-module-thumb {
    margin-bottom: 70px;
  }
}
.td_module_14 .td-post-author-name {
  /* responsive portrait phone */
}
@media (max-width: 500px) {
  .td_module_14 .td-post-author-name {
    margin-left: 14px;
  }
}
.td_module_14 .td-module-comments {
  /* responsive portrait phone */
}
@media (max-width: 500px) {
  .td_module_14 .td-module-comments {
    margin-right: 14px;
  }
}
.td_module_14 .td-excerpt {
  padding: 0 80px;
  font-size: 14px;
  line-height: 24px;
  margin-top: 11px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
  /* responsive small portrait phone */
}
@media (max-width: 1018px) {
  .td_module_14 .td-excerpt {
    padding: 0 60px;
  }
}
@media (max-width: 767px) {
  .td_module_14 .td-excerpt {
    padding: 0 60px;
    margin-top: -5px;
  }
}
@media (max-width: 500px) {
  .td_module_14 .td-excerpt {
    padding: 0 32px;
  }
}
.td_module_14 .td-read-more {
  display: block;
  margin-top: 15px;
}
.td-pb-span8 .td_module_14 {
  /* responsive portrait tablet */
}
.td-pb-span8 .td_module_14 .td-module-meta-info {
  padding: 0 40px;
  /* responsive small portrait phone */
}
@media (max-width: 500px) {
  .td-pb-span8 .td_module_14 .td-module-meta-info {
    padding: 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-pb-span8 .td_module_14 .entry-title {
    font-size: 22px;
    line-height: 30px;
  }
  .td-pb-span8 .td_module_14 .td-module-meta-info {
    padding: 0 20px;
  }
}
.td-pb-span8 .td_module_14 .td-excerpt {
  padding: 0 60px;
  /* responsive portrait tablet */
  /* responsive small portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-pb-span8 .td_module_14 .td-excerpt {
    padding: 0 40px;
  }
}
@media (max-width: 500px) {
  .td-pb-span8 .td_module_14 .td-excerpt {
    padding: 0 34px;
  }
}
.td-pb-span4 .td_module_14 {
  /* responsive portrait tablet */
}
.td-pb-span4 .td_module_14 .td-module-meta-info {
  padding: 0 40px;
  /* responsive small portrait phone */
}
@media (max-width: 500px) {
  .td-pb-span4 .td_module_14 .td-module-meta-info {
    padding: 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-pb-span4 .td_module_14 .entry-title {
    font-size: 22px;
    line-height: 30px;
  }
  .td-pb-span4 .td_module_14 .td-module-meta-info {
    padding: 0 20px;
  }
}
/*  ----------------------------------------------------------------------------
    Module 16
*/
.td_module_16 {
  padding-bottom: 40px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_module_16 {
    padding-bottom: 26px;
  }
}
.td_module_16 .td-module-thumb {
  position: absolute;
  left: 0;
  top: 0;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_module_16 .td-module-thumb {
    width: 80px;
  }
}
.td_module_16 .item-details {
  margin-left: 174px;
  min-height: 150px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_module_16 .item-details {
    margin-left: 95px;
    min-height: 80px;
  }
}
.td_module_16 .entry-title {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 5px;
  /* responsive portrait phone */
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_module_16 .entry-title {
    font-weight: 500;
  }
}
@media (max-width: 500px) {
  .td_module_16 .entry-title {
    font-size: 17px;
    line-height: 22px;
  }
}
.td_module_16 .td-excerpt {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_module_16 .td-excerpt {
    display: none;
  }
}
/*  ----------------------------------------------------------------------------
    Module 17
*/
.td_module_17 {
  /* responsive portrait tablet */
}
@media (max-width: 1018px) {
  .td_module_17 {
    padding-bottom: 10px;
  }
}
.td_module_17 .td-module-image {
  position: relative;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_module_17 .td-module-image {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.td_module_17 .td-module-image .entry-thumb {
  width: 100%;
}
.td_module_17 .entry-title {
  font-size: 28px;
  line-height: 38px;
  font-weight: bold;
  margin-bottom: 17px;
}
@media (max-width: 1018px) {
  .td_module_17 .entry-title {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 13px;
  }
}
.td_module_17 .td-module-meta-holder {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 47px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 15px 15px 18px;
  font-size: 12px;
  line-height: 1;
  pointer-events: none;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_module_17 .td-module-meta-holder {
    padding: 13px 12px;
    height: 43px;
  }
}
.td_module_17 .td-left-meta {
  display: inline-block;
}
.td_module_17 .td-left-meta .td-post-author-name a {
  color: #fff;
  pointer-events: auto;
}
.td_module_17 .td-left-meta .td-post-author-name a:hover {
  color: #aaa;
}
.td_module_17 .entry-review-stars {
  color: #fff;
}
.td_module_17 .td-category-corner {
  padding: 0;
  text-align: left;
}
.td_module_17 .td-post-category {
  background-color: #fff !important;
  color: #000;
  font-size: 11px;
  padding: 5px 10px;
  bottom: auto;
  top: 0;
}
.td_module_17 .td-post-category:hover {
  background-color: #fff;
  color: #aaa;
}
.td_module_17 .td-module-comments {
  pointer-events: auto;
}
.td_module_17 .td-module-comments a {
  color: #000;
  background-color: #fff !important;
}
.td_module_17 .td-module-comments a:after {
  border-color: #fff transparent transparent transparent !important;
}
.td_module_17 .td-excerpt {
  font-size: 16px;
  line-height: 26px;
  margin-top: 24px;
}
@media (max-width: 1018px) {
  .td_module_17 .td-excerpt {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
  }
}
.td_module_17 .td-read-more {
  margin-top: 20px;
}
@media (max-width: 1018px) {
  .td_module_17 .td-read-more {
    margin-top: 15px;
  }
}
.td_module_17 .td-read-more a {
  background-color: transparent !important;
  color: #000;
  font-size: 14px;
  padding: 0 10px 10px 0;
}
.td_module_17 .td-read-more a:hover {
  color: var(--td_theme_color, #4db2ec);
}
.td_module_17 .td-icon-menu-right {
  font-size: 9px;
  margin-left: 8px;
  vertical-align: middle;
}
.td_module_17 .td-module-image {
  overflow: hidden;
}
.td_module_17 .td-module-thumb {
  margin-bottom: 0;
}
/*  ----------------------------------------------------------------------------
    Module 18
*/
.td_module_18 {
  padding-bottom: 40px;
  /* responsive portrait tablet */
}
@media (max-width: 1018px) {
  .td_module_18 {
    padding-bottom: 30px;
  }
}
.td_module_18 .meta-info-container {
  padding-bottom: 10px;
  border-bottom: 1px dashed #f2f2f2;
  text-align: center;
  /* responsive portrait tablet */
}
@media (max-width: 1018px) {
  .td_module_18 .meta-info-container {
    padding-bottom: 0;
  }
}
.td_module_18 .td-module-thumb {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_module_18 .td-module-thumb {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.td_module_18 .entry-title {
  font-size: 25px;
  line-height: 32px;
  font-weight: bold;
  margin: 9px 0 12px;
  /* responsive portrait tablet */
}
@media (max-width: 1018px) {
  .td_module_18 .entry-title {
    font-size: 22px;
    line-height: 28px;
    margin: 8px 0;
  }
}
.td_module_18 .td-module-meta-info {
  position: relative;
  width: 100%;
  margin-bottom: 27px;
  /* responsive portrait tablet */
}
@media (max-width: 1018px) {
  .td_module_18 .td-module-meta-info {
    margin-bottom: 18px;
  }
}
.td_module_18 .td-post-author-name a {
  font-size: 12px;
}
.td_module_18 .td-post-author-name a:hover {
  opacity: 0.7;
}
.td_module_18 .td-post-date {
  font-size: 12px;
}
.td_module_18 .td-module-comments {
  position: absolute;
  right: 0;
  bottom: -5px;
}
.td_module_18 .td-post-category {
  text-transform: uppercase;
  font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
  font-size: 12px;
  line-height: 1;
  background-color: transparent;
  color: #000;
  display: inline-block;
}
.td_module_18 .td-post-category:hover {
  background-color: transparent !important;
  opacity: 0.7;
}
.td_module_18 .entry-thumb {
  width: 100%;
}
.td_module_18 .td-excerpt {
  font-size: 15px;
  line-height: 27px;
  margin-top: 20px;
  /* responsive portrait tablet */
}
@media (max-width: 1018px) {
  .td_module_18 .td-excerpt {
    font-size: 13px;
    line-height: 23px;
  }
}
.td_module_18 .td-read-more {
  margin-top: 9px;
  margin-bottom: 23px;
}
.td_module_18 .td-read-more a {
  background-color: transparent !important;
  color: #000;
  font-size: 14px;
}
.td_module_18 .td-read-more a:hover {
  background-color: transparent !important;
  color: var(--td_theme_color, #4db2ec);
}
.td_module_18 .td-icon-menu-right {
  font-size: 9px;
  margin-left: 8px;
  vertical-align: middle;
}
.td-pb-span12.td-main-content .td_module_18 .entry-title {
  font-size: 34px;
  line-height: 44px;
  /* responsive portrait tablet */
}
@media (max-width: 1018px) {
  .td-pb-span12.td-main-content .td_module_18 .entry-title {
    font-size: 22px;
    line-height: 28px;
  }
}
/*  ----------------------------------------------------------------------------
    Module 19
*/
.td_module_19 {
  padding-bottom: 50px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (max-width: 1018px) {
  .td_module_19 {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .td_module_19 {
    border-bottom: 1px dashed #f2f2f2;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.td_module_19 .meta-info-container {
  position: relative;
}
.td_module_19 .td-module-image {
  position: absolute;
  top: 0;
  left: 0;
}
.td_module_19 .td-module-thumb {
  overflow: hidden;
  width: 264px;
  height: 366px;
  margin-bottom: 0;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_module_19 .td-module-thumb {
    width: 210px;
  }
}
@media (max-width: 767px) {
  .td_module_19 .td-module-thumb {
    width: 100px;
    height: 120px;
  }
}
.td_module_19 .entry-thumb {
  max-width: none;
  position: absolute;
  margin: 0 auto;
  left: -9999px;
  right: -9999px;
  width: auto;
  height: 100%;
}
.td_module_19 .td-post-category {
  display: inline-block;
  padding: 5px 8px;
  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 phone */
}
@media (max-width: 767px) {
  .td_module_19 .td-post-category {
    padding: 4px 7px;
    font-size: 9px;
    bottom: 10px;
  }
}
.td_module_19 .td-item-details {
  margin-left: 294px;
  min-height: 366px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_module_19 .td-item-details {
    margin-left: 230px;
  }
}
@media (max-width: 767px) {
  .td_module_19 .td-item-details {
    margin-left: 120px;
    min-height: 120px;
  }
}
.td_module_19 .td-module-meta-info {
  position: relative;
}
.td_module_19 .entry-title {
  font-size: 30px;
  line-height: 38px;
  font-weight: 900;
  margin-bottom: 10px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_module_19 .entry-title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .td_module_19 .entry-title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 8px;
  }
}
.td_module_19 .td-post-author-name {
  font-size: 13px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_module_19 .td-post-author-name {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .td_module_19 .td-post-author-name {
    display: none;
  }
}
.td_module_19 .td-post-author-name:hover {
  color: var(--td_theme_color, #4db2ec);
}
.td_module_19 .td-post-date {
  font-size: 13px;
  /* responsive portrait tablet */
}
@media (max-width: 1018px) {
  .td_module_19 .td-post-date {
    font-size: 12px;
  }
}
.td_module_19 .td-excerpt {
  font-size: 16px;
  line-height: 26px;
  margin-top: 18px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_module_19 .td-excerpt {
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .td_module_19 .td-excerpt {
    display: none;
  }
}
.td_module_19 .td-read-more {
  margin-top: 21px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_module_19 .td-read-more {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .td_module_19 .td-read-more {
    display: none;
  }
}
.td_module_19 .td-video-play-ico {
  top: 20px;
  right: 20px;
  left: auto;
  transform: none;
  -webkit-transform: none;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_module_19 .td-video-play-ico {
    width: 30px;
    height: 30px;
    font-size: 30px;
    top: 10px;
    right: 10px;
    transform: none;
    -webkit-transform: none;
  }
}
.td_module_19 .td-read-more a {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (max-width: 1018px) {
  .td_module_19 .td-read-more a {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .td_module_19 .td-read-more a {
    font-size: 11px;
    padding: 8px 11px;
    display: none;
  }
}
.td-pb-span12.td-main-content .td_module_19 .td-module-thumb {
  width: 534px;
  height: 350px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-pb-span12.td-main-content .td_module_19 .td-module-thumb {
    width: 400px;
    height: 320px;
  }
}
@media (max-width: 767px) {
  .td-pb-span12.td-main-content .td_module_19 .td-module-thumb {
    width: 100px;
    height: 120px;
  }
}
.td-pb-span12.td-main-content .td_module_19 .td-module-thumb .entry-thumb {
  height: auto;
  /* responsive tablet + desktop */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 767px) {
  .td-pb-span12.td-main-content .td_module_19 .td-module-thumb .entry-thumb {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-pb-span12.td-main-content .td_module_19 .td-module-thumb .entry-thumb {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .td-pb-span12.td-main-content .td_module_19 .td-module-thumb .entry-thumb {
    height: 100%;
  }
}
.td-pb-span12.td-main-content .td_module_19 .td-item-details {
  min-height: 350px;
  margin-left: 564px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-pb-span12.td-main-content .td_module_19 .td-item-details {
    min-height: 330px;
    margin-left: 430px;
  }
}
@media (max-width: 767px) {
  .td-pb-span12.td-main-content .td_module_19 .td-item-details {
    min-height: 120px;
    margin-left: 115px;
  }
}
/*  ----------------------------------------------------------------------------
    Module mx1
*/
.td_module_mx1 {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 3px;
  /* responsive portrait tablet */
}
.td_module_mx1 .td-module-meta-info .td-post-category {
  background-color: #fff !important;
  color: #222;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_module_mx1 .td-module-meta-info .td-post-category {
    display: none;
  }
}
.td_module_mx1 .td-module-meta-info {
  position: absolute;
  bottom: 0;
  padding: 0 17px;
  margin-bottom: 17px;
  z-index: 1;
}
.td_module_mx1 .td-module-meta-info .td-post-author-name a {
  color: #fff;
}
.td_module_mx1 .entry-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 21px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_module_mx1 .entry-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
  }
}
.td_module_mx1 .entry-title a {
  color: #fff !important;
}
.td_module_mx1 .td-video-play-ico {
  z-index: 1;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_module_mx1 .td-video-play-ico {
    top: auto;
    left: auto;
    bottom: 10px;
    right: 10px;
    transform: none;
    -webkit-transform: none;
  }
}
.td_module_mx1 .td-icon-star,
.td_module_mx1 .td-icon-star-half,
.td_module_mx1 .td-icon-star-empty {
  color: #fff;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_module_mx1 .td-icon-star,
  .td_module_mx1 .td-icon-star-half,
  .td_module_mx1 .td-icon-star-empty {
    font-size: 14px;
    width: 17px;
  }
}
.td_module_mx1 .td-module-thumb {
  margin-bottom: 0;
  overflow: hidden;
  height: 220px;
  /* responsive landscape tablet */
}
@media (max-width: 1140px) {
  .td_module_mx1 .td-module-thumb {
    height: auto;
  }
}
.td_module_mx1 .td-module-thumb .entry-thumb {
  max-width: none;
  /* responsive landscape tablet */
}
@media (max-width: 1140px) {
  .td_module_mx1 .td-module-thumb .entry-thumb {
    max-width: 100%;
    width: 100%;
  }
}
.td_module_mx1 .td-module-thumb a:last-child:before {
  bottom: 0;
  top: auto;
  content: "";
  display: block;
  height: 80%;
  width: 100%;
  position: absolute;
  z-index: 1;
  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)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* Chrome10+,Safari5.1+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
  /* IE6-9 */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_module_mx1 .td-author-date {
    display: block;
    margin-top: 5px;
  }
}
/*  ----------------------------------------------------------------------------
    Module mx2
*/
.td_module_mx2 {
  padding-bottom: 0;
  *zoom: 1;
}
.td_module_mx2:before,
.td_module_mx2:after {
  display: table;
  content: "";
  line-height: 0;
}
.td_module_mx2:after {
  clear: both;
}
.td_module_mx2 .entry-title {
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  margin: 0 0 5px 0;
}
.td_module_mx2 .entry-thumb {
  width: 80px;
}
.td_module_mx2 .td-module-thumb {
  position: absolute;
  margin-bottom: 0;
}
.td_module_mx2 .item-details {
  margin: 0 0 20px 100px;
  min-height: 60px;
  padding-top: 2px;
}
.td_module_mx2.td-module-search-def .item-details {
  min-height: 80px;
}
.td_block_inner .td_module_mx2 {
  /* responsive portrait tablet */
  /* responsive portrait phone */
  /* responsive small portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_inner .td_module_mx2 .item-details {
    margin-left: 95px;
  }
  .td_block_inner .td_module_mx2 .td-post-category {
    margin-bottom: 5px;
  }
  .td_block_inner .td_module_mx2 .td-icon-star,
  .td_block_inner .td_module_mx2 .td-icon-star-empty,
  .td_block_inner .td_module_mx2 .td-icon-star-half {
    font-size: 15px;
    width: 17px;
  }
}
@media (max-width: 767px) {
  .td_block_inner .td_module_mx2 .entry-title {
    font-size: 16px;
    line-height: 22px;
  }
  .td_block_inner .td_module_mx2 .item-details {
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .td_block_inner .td_module_mx2 .entry-title {
    font-size: 14px;
    line-height: 20px;
  }
}
/*  ----------------------------------------------------------------------------
    Module mx3
*/
.td_module_mx3 {
  position: relative;
  padding-bottom: 53px;
  margin-bottom: 18px;
  /* responsive portrait phone */
  /* responsive small portrait phone */
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_module_mx3 {
    width: 48%;
    float: left;
    padding-bottom: 73px;
    margin-bottom: 0;
  }
  .td_module_mx3:nth-child(even) {
    margin-left: 4%;
  }
}
@media (max-width: 500px) {
  .td_module_mx3 {
    width: 100%;
    float: left;
    padding-bottom: 75px;
  }
  .td_module_mx3:nth-child(even) {
    margin-left: 0;
  }
}
.td_module_mx3:last-child {
  margin-bottom: 0;
}
.td_module_mx3 .td-module-meta-info {
  position: absolute;
  bottom: 7px;
  width: 284px;
  background-color: #fff;
  border-bottom: 1px dashed #f1f1f1;
  margin: 0 20px;
  padding: 14px 20px 25px 20px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td_module_mx3 .td-module-meta-info {
    width: 270px;
    margin: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_module_mx3 .td-module-meta-info {
    width: 208px;
    margin: 0 10px;
    padding: 9px 16px 25px;
  }
  .td_module_mx3 .td-module-meta-info .td-post-category {
    display: none;
  }
}
@media (max-width: 767px) {
  .td_module_mx3 .td-module-meta-info {
    width: 90%;
    margin: 0 5%;
    bottom: 33px;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 20px;
    border-bottom: 0;
  }
}
.td_module_mx3 .td-post-category {
  /* responsive max portrait tablet */
}
@media (max-width: 1018px) {
  .td_module_mx3 .td-post-category {
    display: none;
  }
}
.td_module_mx3 .entry-title {
  position: relative;
  font-size: 17px;
  font-weight: 700;
  line-height: 21px;
  font-style: normal;
  margin: 0 0 12px 0;
  height: auto;
  bottom: 0;
  /* responsive portrait tablet */
  /* responsive small portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_module_mx3 .entry-title {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  .td_module_mx3 .entry-title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .td_module_mx3 .entry-thumb {
    width: 100%;
  }
}
/*  ----------------------------------------------------------------------------
    Module mx4
*/
.td_module_mx4 {
  /* responsive small portrait phone */
}
.td_module_mx4 .td-module-thumb {
  margin-bottom: 7px;
  /* responsive small portrait phone */
}
@media (max-width: 500px) {
  .td_module_mx4 .td-module-thumb {
    margin-bottom: 0;
  }
}
.td_module_mx4 .entry-title {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 0;
  /* responsive small portrait phone */
}
@media (max-width: 500px) {
  .td_module_mx4 .entry-title {
    padding-left: 115px;
    font-size: 14px;
    line-height: 21px;
  }
}
.td_module_mx4 .td_quote_on_blocks {
  margin-top: 10px;
}
.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: var(--td_default_google_font_2, '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 */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .iosSlider-col-3 .entry-title {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .iosSlider-col-3 .entry-title {
    font-size: 34px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .iosSlider-col-3 .entry-title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 500px) {
  .iosSlider-col-3 .entry-title {
    font-size: 18px;
    line-height: 24px;
  }
}
/* 2 columns */
.iosSlider-col-2,
.iosSlider-col-2 .td_module_slide {
  height: 385px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
  /* responsive small portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .iosSlider-col-2,
  .iosSlider-col-2 .td_module_slide {
    height: 354px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .iosSlider-col-2,
  .iosSlider-col-2 .td_module_slide {
    height: 268px;
  }
}
@media (max-width: 767px) {
  .iosSlider-col-2,
  .iosSlider-col-2 .td_module_slide {
    height: 303px;
  }
}
@media (max-width: 500px) {
  .iosSlider-col-2,
  .iosSlider-col-2 .td_module_slide {
    height: 166px;
  }
}
.iosSlider-col-2 .entry-title {
  font-size: 26px;
  line-height: 32px;
  /* responsive portrait tablet */
  /* responsive small portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .iosSlider-col-2 .entry-title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 500px) {
  .iosSlider-col-2 .entry-title {
    font-size: 18px;
    line-height: 24px;
  }
}
/* 1 column */
.td_block_slide .iosSlider-col-1,
.td_block_slide .iosSlider-col-1 .td_module_slide {
  height: 385px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
  /* responsive small portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td_block_slide .iosSlider-col-1,
  .td_block_slide .iosSlider-col-1 .td_module_slide {
    height: 354px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_slide .iosSlider-col-1,
  .td_block_slide .iosSlider-col-1 .td_module_slide {
    height: 268px;
  }
}
@media (max-width: 767px) {
  .td_block_slide .iosSlider-col-1,
  .td_block_slide .iosSlider-col-1 .td_module_slide {
    height: 303px;
  }
}
@media (max-width: 500px) {
  .td_block_slide .iosSlider-col-1,
  .td_block_slide .iosSlider-col-1 .td_module_slide {
    height: 200px;
  }
}
.td_block_slide .iosSlider-col-1 .entry-title {
  font-size: 18px;
  line-height: 24px;
  /* responsive portrait phone */
  /* responsive small portrait phone */
}
@media (max-width: 767px) {
  .td_block_slide .iosSlider-col-1 .entry-title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 500px) {
  .td_block_slide .iosSlider-col-1 .entry-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.td_block_slide .td_module_slide {
  visibility: hidden !important;
}
.td_block_slide .td_module_slide:first-child {
  visibility: visible !important;
}
.td-js-loaded .td_block_slide .td_module_slide {
  visibility: visible !important;
}
/*  ----------------------------------------------------------------------------
    Remove the bottom padding for latest modules
*/
.td_block_padding {
  /* without mobile */
  /* responsive portrait phone */
}
@media (min-width: 768px) {
  .td_block_padding .td-block-row:last-child .td_module_wrap {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .td_block_padding .td-block-row:last-child > div:last-child .td_module_wrap {
    padding-bottom: 0;
  }
}
.td_block_padding.td-column-1 .td-block-span12:last-child .td_module_wrap {
  padding-bottom: 0;
}
.td_block_padding .td-next-prev-wrap,
.td_block_padding .td-load-more-wrap {
  margin-top: 20px;
}
/*  ----------------------------------------------------------------------------
    Remove the bottom line for latest modules
*/
.td_block_bot_line {
  /* without mobile */
  /* responsive portrait phone */
}
@media (min-width: 768px) {
  .td_block_bot_line .td-block-row:last-child .td_module_wrap {
    margin-bottom: 0;
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  .td_block_bot_line .td-block-row:last-child > div:last-child .td_module_wrap {
    margin-bottom: 0;
    border-bottom: 0;
  }
}
.td_block_bot_line.td-column-1 .td-block-span12:last-child .td_module_wrap {
  margin-bottom: 0;
  border-bottom: 0;
}
/*  ----------------------------------------------------------------------------
    Block 1
*/
.td_block_1 {
  /* tablet + desktop */
  /* responsive portrait phone */
}
@media (min-width: 767px) {
  .td_block_1 .td-block-row:last-child .td_module_4:last-child {
    padding-bottom: 0;
  }
}
.td_block_1.td-column-2,
.td_block_1.td-column-3 {
  /* responsive portrait tablet + desktop */
  /* responsive portrait phone */
}
@media (min-width: 768px) {
  .td_block_1.td-column-2 .td-block-row:last-child .td_module_6:last-child,
  .td_block_1.td-column-3 .td-block-row:last-child .td_module_6:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .td_block_1.td-column-2 .td_module_4,
  .td_block_1.td-column-3 .td_module_4 {
    padding-bottom: 21px;
  }
}
.td_block_1.td-column-1 {
  /* responsive portrait tablet + desktop */
  /* tablet + desktop */
}
.td_block_1.td-column-1 .td_module_4 {
  padding-bottom: 21px;
}
@media (min-width: 768px) {
  .td_block_1.td-column-1 .td-block-span12:last-child .td_module_6 {
    padding-bottom: 0;
  }
}
@media (min-width: 767px) {
  .td_block_1.td-column-1 .td-next-prev-wrap,
  .td_block_1.td-column-1 .td-load-more-wrap {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .td_block_1 .td-block-span4:last-child .td_module_6:last-child,
  .td_block_1 .td-block-span6:last-child .td_module_6:last-child,
  .td_block_1 .td-block-span12:last-child .td_module_6:last-child {
    padding-bottom: 0;
  }
}
/*  ----------------------------------------------------------------------------
    Block 2
*/
.td_block_2 .td_module_2 {
  padding-bottom: 21px;
}
.td_block_2 .td-next-prev-wrap,
.td_block_2 .td-load-more-wrap {
  margin-top: 26px;
}
/*  ----------------------------------------------------------------------------
    Block 3
*/
.td_block_3.td-column-2 .td-next-prev-wrap,
.td_block_3.td-column-3 .td-next-prev-wrap,
.td_block_3.td-column-2 .td-load-more-wrap,
.td_block_3.td-column-3 .td-load-more-wrap {
  margin-top: 13px;
}
/*  ----------------------------------------------------------------------------
    Block 5
*/
.td_block_5.td-column-2 .td-next-prev-wrap,
.td_block_5.td-column-3 .td-next-prev-wrap,
.td_block_5.td-column-2 .td-load-more-wrap,
.td_block_5.td-column-3 .td-load-more-wrap {
  margin-top: 13px;
}
/*  ----------------------------------------------------------------------------
    Blocks 6 & 9
*/
.td_block_6 .block-title,
.td_block_9 .block-title {
  margin-bottom: 21px;
}
/*  ----------------------------------------------------------------------------
    Block 6
*/
.td_block_6 {
  /* without mobile */
  /* responsive portrait phone */
}
@media (min-width: 768px) {
  .td_block_6 .td-block-row:last-child .td_module_wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .td_block_6 .td-block-row:last-child > div:last-child .td_module_wrap {
    margin-bottom: 0;
  }
}
.td_block_6.td-column-1 .td-block-span12:last-child .td_module_wrap {
  margin-bottom: 0;
}
/*  ----------------------------------------------------------------------------
    Blocks 7 & 8 & 11 & 12
*/
.td_block_7,
.td_block_8,
.td_block_11,
.td_block_12 {
  /* tablet + desktop */
}
@media (min-width: 767px) {
  .td_block_7 .td-next-prev-wrap,
  .td_block_8 .td-next-prev-wrap,
  .td_block_11 .td-next-prev-wrap,
  .td_block_12 .td-next-prev-wrap,
  .td_block_7 .td-load-more-wrap,
  .td_block_8 .td-load-more-wrap,
  .td_block_11 .td-load-more-wrap,
  .td_block_12 .td-load-more-wrap {
    margin-top: 26px;
  }
}
/*  ----------------------------------------------------------------------------
    Blocks 9 & 10
*/
.td_block_9,
.td_block_10 {
  /* tablet + desktop */
}
@media (min-width: 767px) {
  .td_block_9 .td-next-prev-wrap,
  .td_block_10 .td-next-prev-wrap,
  .td_block_9 .td-load-more-wrap,
  .td_block_10 .td-load-more-wrap {
    margin-top: 25px;
  }
}
/*  ----------------------------------------------------------------------------
    Blocks 11 & 12 & 13
*/
.td_block_11 .td-block-span12:last-child .td_module_wrap,
.td_block_12 .td-block-span12:last-child .td_module_wrap {
  padding-bottom: 0;
}
/*  ----------------------------------------------------------------------------
    Block 11
*/
.td_block_11 {
  /* responsive portrait phone */
}
@media (max-width: 500px) {
  .td_block_11.td-column-1 .td_module_10 {
    padding-bottom: 26px;
  }
  .td_block_11.td-column-1 .td_module_10 .item-details {
    padding-left: 115px;
  }
  .td_block_11.td-column-1 .td_module_10 .entry-title {
    margin-bottom: 5px;
    padding-left: 0;
    min-height: 0;
    font-size: 14px;
    line-height: 20px;
  }
}
/*  ----------------------------------------------------------------------------
    Block 13
*/
.td_block_13 {
  margin-bottom: 40px;
  /* responsive portrait tablet */
}
.td_block_13 .td_block_inner:after {
  content: '';
  clear: both;
  display: table;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_13 {
    margin-bottom: 30px;
  }
}
.td_block_13 .td_module_mx3:last-child .td-module-meta-info {
  border-bottom: 0;
}
.td_block_13.td-column-1 .td-next-prev-wrap,
.td_block_13.td-column-1 .td-load-more-wrap {
  margin-top: 0;
}
.td_block_13.td-column-2 .td_module_wrap:last-child,
.td_block_13.td-column-3 .td_module_wrap:last-child {
  padding-bottom: 0;
}
.td_block_13.td-column-2 .td-next-prev-wrap,
.td_block_13.td-column-3 .td-next-prev-wrap,
.td_block_13.td-column-2 .td-load-more-wrap,
.td_block_13.td-column-3 .td-load-more-wrap {
  margin-top: 40px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_13.td-column-2 .td-next-prev-wrap,
  .td_block_13.td-column-3 .td-next-prev-wrap,
  .td_block_13.td-column-2 .td-load-more-wrap,
  .td_block_13.td-column-3 .td-load-more-wrap {
    margin-top: 30px;
  }
}
.td-pb-span4 .td_block_13 {
  margin-bottom: 22px;
}
/*  ----------------------------------------------------------------------------
    Block 14
*/
.td_block_14 {
  /* tablet + desktop */
  /* responsive portrait phone */
  /* responsive portrait phone */
  /* responsive small portrait phone */
}
.td_block_14 .td_block_inner {
  margin-right: -3px;
}
@media (max-width: 500px) {
  .td_block_14 .td_block_inner {
    margin-right: 0;
  }
}
.td_block_14 .td-block-row {
  margin-left: 0;
  margin-right: 0;
}
.td_block_14 .td-block-row:last-child {
  margin-bottom: 20px;
}
.td_block_14 .td-block-span12:last-child .td_module_mx1 {
  margin-bottom: 0;
}
@media (min-width: 767px) {
  .td_block_14 .td-block-row:last-child .td_module_mx1 {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .td_block_14 .td-block-row:last-child > div:last-child .td_module_mx1 {
    margin-bottom: 0;
  }
}
.td_block_14 .td-block-span6 {
  padding-left: 0;
  padding-right: 3px;
  width: 50%;
}
.td_block_14 .td-block-span4 {
  padding-left: 0;
  padding-right: 3px;
  width: 33.33333333%;
}
.td_block_14.td-column-2,
.td_block_14.td-column-3 {
  /* tablet + desktop */
}
@media (min-width: 767px) {
  .td_block_14.td-column-2 .td-next-prev-wrap,
  .td_block_14.td-column-3 .td-next-prev-wrap,
  .td_block_14.td-column-2 .td-load-more-wrap,
  .td_block_14.td-column-3 .td-load-more-wrap {
    margin-top: 26px;
  }
}
@media (max-width: 767px) {
  .td_block_14 .td-block-span12,
  .td_block_14 .td-block-span4 {
    width: 50%;
    float: left;
    padding-right: 3px;
  }
  .td_block_14 .td-block-span12:nth-child(even) {
    margin-right: -3px;
  }
}
@media (max-width: 500px) {
  .td_block_14 .td-block-span12,
  .td_block_14 .td-block-span4,
  .td_block_14 .td-block-span6 {
    width: 100%;
    float: left;
    padding-right: 0;
  }
  .td_block_14 .td-block-span12:nth-child(even) {
    margin-right: 0;
  }
}
.td_block_14 .td-next-prev-wrap,
.td_block_14 .td-load-more-wrap {
  margin-top: 0;
}
/* responsive portrait phone */
@media (max-width: 767px) {
  .td-pb-span12 .td_block_14 .td-block-span4:first-child {
    width: 100%;
  }
  .td-pb-span12 .td_block_14 .td-block-span4:first-child .entry-thumb {
    width: 100%;
  }
}
.td-pb-span4 .td_block_14 {
  margin-bottom: 48px;
}
.td-pb-span4 .td_block_14 .td_block_inner {
  margin-right: 0;
}
@media (max-width: 767px) {
  .td-pb-span4 .td_block_14 .td_block_inner {
    margin-right: -3px;
  }
}
@media (max-width: 500px) {
  .td-pb-span4 .td_block_14 .td_block_inner {
    margin-right: 0;
  }
}
.td-pb-span4 .td_block_14 .td-next-prev-wrap,
.td-pb-span4 .td_block_14 .td-load-more-wrap {
  margin-top: 23px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .td-pb-span4 .td_block_14 .td-next-prev-wrap,
  .td-pb-span4 .td_block_14 .td-load-more-wrap {
    padding-top: 20px;
  }
}
/*  ----------------------------------------------------------------------------
    Block 15
*/
.td_block_15 {
  /* responsive portrait phone */
  /* responsive portrait tablet */
}
.td_block_15 .td-block-span4 {
  width: 33.33333333%;
  /* responsive small portrait phone */
}
@media (max-width: 500px) {
  .td_block_15 .td-block-span4 {
    width: 100%;
  }
}
.td_block_15 .td-block-row {
  width: auto;
}
.td_block_15 .td-column-3 .td-block-row {
  margin-right: -22px;
  margin-left: 0;
  /* responsive portrait tablet */
}
@media (max-width: 1018px) {
  .td_block_15 .td-column-3 .td-block-row {
    margin-right: -15px;
  }
}
.td_block_15 .td-column-3 .td-block-row .td-block-span4 {
  padding-right: 22px;
  padding-left: 0;
  width: 20%;
  /* responsive portrait tablet */
  /* responsive small portrait phone */
}
@media (max-width: 1018px) {
  .td_block_15 .td-column-3 .td-block-row .td-block-span4 {
    padding-right: 15px;
    float: left;
  }
}
@media (max-width: 500px) {
  .td_block_15 .td-column-3 .td-block-row .td-block-span4 {
    width: 100%;
  }
}
.td_block_15 .td-column-2 .td-block-row {
  margin-right: -21px;
  margin-left: 0;
  /* responsive portrait tablet */
  /* responsive small portrait phone */
}
@media (max-width: 1018px) {
  .td_block_15 .td-column-2 .td-block-row {
    margin-right: -15px;
  }
}
@media (max-width: 500px) {
  .td_block_15 .td-column-2 .td-block-row {
    margin-right: 0;
  }
}
.td_block_15 .td-column-2 .td-block-row .td-block-span4 {
  padding-right: 21px;
  padding-left: 0;
  /* responsive portrait tablet */
  /* responsive small portrait phone */
}
@media (max-width: 1018px) {
  .td_block_15 .td-column-2 .td-block-row .td-block-span4 {
    padding-right: 15px;
    float: left;
  }
}
@media (max-width: 500px) {
  .td_block_15 .td-column-2 .td-block-row .td-block-span4 {
    padding-right: 0;
  }
}
.td_block_15 .td-column-2 .td_module_mx4 {
  padding-bottom: 21px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_15 .td-column-2 .td_module_mx4 {
    padding-bottom: 0;
  }
}
.td_block_15.td-column-3 {
  /* tablet + desktop */
}
@media (min-width: 767px) {
  .td_block_15.td-column-3 .td-next-prev-wrap,
  .td_block_15.td-column-3 .td-load-more-wrap {
    margin-top: 36px;
  }
}
.td_block_15 .td-column-1 {
  margin-right: -21px;
  /* responsive portrait tablet */
}
@media (max-width: 1018px) {
  .td_block_15 .td-column-1 {
    margin-right: -15px;
  }
}
.td_block_15 .td-column-1 .td-block-span12 {
  width: 50%;
  padding-right: 21px;
  padding-left: 0;
  float: left;
  /* responsive portrait tablet */
}
@media (max-width: 1018px) {
  .td_block_15 .td-column-1 .td-block-span12 {
    padding-right: 15px;
  }
}
.td_block_15 .td-column-1 .td-block-span12:nth-of-type(odd) {
  clear: left;
}
.td_block_15.td-column-1,
.td_block_15.td-column-2 {
  /* tablet + desktop */
}
@media (min-width: 767px) {
  .td_block_15.td-column-1 .td-next-prev-wrap,
  .td_block_15.td-column-2 .td-next-prev-wrap,
  .td_block_15.td-column-1 .td-load-more-wrap,
  .td_block_15.td-column-2 .td-load-more-wrap {
    margin-top: 21px;
  }
}
.td_block_15.td-column-1 {
  /* responsive portrait phone */
}
.td_block_15.td-column-1 .td-block-span12:last-child .td_module_wrap {
  padding-bottom: 22px;
}
.td_block_15.td-column-1 .td-cust-row:last-child .td_module_mx4 {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .td_block_15.td-column-1 .td_module_mx4 {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .td_block_15 .td_module_mx4 {
    padding-bottom: 0;
    margin-bottom: 26px;
  }
  .td_block_15 .td-block-row:last-child > div:last-child .td_module_mx4 {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_15 .entry-title {
    font-size: 14px;
  }
}
.td-column-1.td_block_15 {
  overflow: hidden;
  /* tablet + desktop */
}
.td-column-1.td_block_15 .td_block_inner {
  *zoom: 1;
}
.td-column-1.td_block_15 .td_block_inner:before,
.td-column-1.td_block_15 .td_block_inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.td-column-1.td_block_15 .td_block_inner:after {
  clear: both;
}
/*  ----------------------------------------------------------------------------
    Block 16
*/
.td_block_16 {
  /* tablet + desktop */
}
.td_block_16 .td-column-3 .td-block-row {
  margin-right: -22px;
  margin-left: 0;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_16 .td-column-3 .td-block-row {
    margin-right: -15px;
  }
}
@media (max-width: 767px) {
  .td_block_16 .td-column-3 .td-block-row {
    margin-right: 0;
  }
}
.td_block_16 .td-column-3 .td-block-row .td-block-span4 {
  width: 20%;
  padding-right: 22px;
  padding-left: 0;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_16 .td-column-3 .td-block-row .td-block-span4 {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .td_block_16 .td-column-3 .td-block-row .td-block-span4 {
    padding-right: 0;
    float: left;
    width: 100%;
  }
}
.td_block_16 .td-column-3 .td-block-row:last-child .td-block-span4:last-child .td_module_mx7 .td-module-image {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_16 .td-column-3 .td-block-row:last-child .td-block-span4:last-child .td_module_mx7 .td-module-image {
    margin-bottom: 0;
  }
}
.td_block_16 .td-column-2 .td-block-row {
  margin-right: -21px;
  margin-left: 0;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_16 .td-column-2 .td-block-row {
    margin-right: 0;
  }
}
.td_block_16 .td-column-2 .td-block-row .td-block-span4 {
  width: 33.33333333%;
  padding-right: 21px;
  padding-left: 0;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_16 .td-column-2 .td-block-row .td-block-span4 {
    width: 100%;
    float: left;
    padding-right: 0;
  }
}
.td_block_16 .td-column-2 .td-block-row:last-child .td_module_mx4 {
  padding-bottom: 26px;
}
.td_block_16 .td-column-2 .td-block-row:last-child .td-block-span4:last-child .td_module_mx7 .td-module-image {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_16 .td-column-2 .td-block-row:last-child .td-block-span4:last-child .td_module_mx7 .td-module-image {
    margin-bottom: 0;
  }
}
.td_block_16 .td-column-2 .td_module_mx7 {
  padding-bottom: 26px;
}
@media (min-width: 767px) {
  .td_block_16 .td-next-prev-wrap,
  .td_block_16 .td-load-more-wrap {
    margin-top: 26px;
  }
}
.td_block_16 .td-excerpt {
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_16 .td-excerpt {
    display: none;
  }
}
@media (max-width: 767px) {
  .td_block_16 .td-excerpt {
    display: none;
  }
}
.td_block_16 .td_module_mx7 {
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_16 .td_module_mx7 {
    padding-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .td_block_16 .td_module_mx7 {
    padding-bottom: 16px;
  }
}
.td_block_16 .td_module_mx7 .entry-title {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_16 .td_module_mx7 .entry-title {
    font-size: 14px;
    line-height: 20px;
  }
}
.td_block_16 .td_module_mx7 .td-module-image {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_16 .td_module_mx7 .td-module-image {
    width: 100px;
    float: left;
    margin-bottom: 26px;
  }
}
.td_block_16 .td_module_mx7 .td-module-thumb {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_16 .td_module_mx7 .td-module-thumb {
    margin-bottom: 0;
  }
}
.td_block_16 .td_module_mx7 .item-details {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_16 .td_module_mx7 .item-details {
    margin-left: 115px;
  }
}
.td_block_16 .td-module-meta-info {
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_16 .td-module-meta-info {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .td_block_16 .td-module-meta-info {
    margin-bottom: 0;
  }
}
/*  ----------------------------------------------------------------------------
    Block 17
*/
.td_block_17 {
  /* responsive portrait phone */
}
@media (min-width: 768px) {
  .td_block_17 .td-block-row:last-child .td-block-span4 .td_module_8:last-child,
  .td_block_17 .td-block-row:last-child .td-block-span6 .td_module_8:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .td_block_17 .td-block-row:last-child .td-block-span4:last-child .td_module_8:last-child,
  .td_block_17 .td-block-row:last-child .td-block-span6:last-child .td_module_8:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.td_block_17 .td-column-1 .td_module_4 {
  padding-bottom: 25px;
  border-bottom: 1px dashed #F2F2F2;
  margin-bottom: 16px;
}
.td_block_17 .td-column-1 .td-block-span12:last-child .td_module_8 {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.td_block_17 .td-column-2 .td-block-row:last-child .td_module_4,
.td_block_17 .td-column-3 .td-block-row:last-child .td_module_4 {
  padding-bottom: 0;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_17 .td-column-2 .td-block-row:last-child .td_module_4,
  .td_block_17 .td-column-3 .td-block-row:last-child .td_module_4 {
    padding-bottom: 16px;
    border-bottom: 1px dashed #F2F2F2;
    margin-bottom: 14px;
  }
}
.td_block_17.td-column-1 {
  /* tablet + desktop */
}
@media (min-width: 767px) {
  .td_block_17.td-column-1 .td-next-prev-wrap,
  .td_block_17.td-column-1 .td-load-more-wrap {
    margin-top: 30px;
  }
}
/*  ----------------------------------------------------------------------------
    Block 18
*/
.td_block_18 .td-block-span12 {
  width: 100%;
}
.td_block_18 .td_module_wrap:last-child {
  padding-bottom: 0;
}
.td_block_18 .td_module_mx8 .td-module-thumb {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_18 .td_module_mx8 .td-module-thumb {
    margin-bottom: 20px;
  }
}
.td_block_18 .td_module_mx8 .entry-title {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_18 .td_module_mx8 .entry-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.td_block_18 .td_module_mx8 .td-module-meta-info {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_18 .td_module_mx8 .td-module-meta-info {
    padding: 0 14px;
  }
}
.td_block_18 .td_module_mx2 .item-details {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_18 .td_module_mx2 .item-details {
    padding-top: 0;
    margin-bottom: 26px;
  }
}
.td_block_18 .td_module_mx2 .item-details .entry-title {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_18 .td_module_mx2 .item-details .entry-title {
    margin-bottom: 3px;
  }
}
.td_block_18 .td_module_mx2 .td-module-meta-info {
  margin-bottom: 0;
}
.td_block_18 .td-column-1 .td_module_wrap {
  padding-bottom: 0;
}
.td_block_18 .td-column-1 .td_module_mx8 .td-module-thumb {
  margin-bottom: 20px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_18 .td-column-1 .td_module_mx8 .td-module-thumb {
    margin-bottom: 26px;
  }
}
.td_block_18 .td-column-1 .td_module_mx8 .entry-title {
  font-size: 18px;
  line-height: 24px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_18 .td-column-1 .td_module_mx8 .entry-title {
    font-size: 15px;
    line-height: 19px;
  }
}
.td_block_18 .td-column-1 .td_module_mx8 .td-module-meta-info {
  padding: 0 14px;
}
.td_block_18 .td-column-1 .td_module_mx8 .td-post-category {
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_18 .td-column-1 .td_module_mx8 .td-post-category {
    display: none;
  }
}
.td_block_18 .td-column-1 .td_module_mx2:last-child .item-details {
  margin-bottom: 0;
}
.td_block_18 .td-column-2 .td_module_mx8 {
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_18 .td-column-2 .td_module_mx8 {
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .td_block_18 .td-column-2 .td_module_mx8 {
    padding-bottom: 6px;
  }
}
.td_block_18 .td-column-2 .td_module_mx8 .td-module-meta-info {
  bottom: 20px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_18 .td-column-2 .td_module_mx8 .td-module-meta-info {
    bottom: 14px;
  }
}
.td_block_18 .td-column-2 .td_module_10 {
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_18 .td-column-2 .td_module_10 {
    padding-bottom: 24px;
  }
}
.td_block_18 .td-column-2 .td_module_10 .td-excerpt {
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_18 .td-column-2 .td_module_10 .td-excerpt {
    margin-top: 3px;
  }
}
.td_block_18 .td-column-2 .td_module_10 .td-module-meta-info {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_18 .td-column-2 .td_module_10 .td-module-meta-info {
    margin-bottom: 0;
  }
}
.td_block_18 .td-column-3 .td_module_mx8 {
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
.td_block_18 .td-column-3 .td_module_mx8 .entry-thumb {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_18 .td-column-3 .td_module_mx8 {
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .td_block_18 .td-column-3 .td_module_mx8 {
    padding-bottom: 6px;
  }
}
.td_block_18 .td-column-3 .td_module_mx8 .td-module-meta-info {
  bottom: 20px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_18 .td-column-3 .td_module_mx8 .td-module-meta-info {
    bottom: 14px;
  }
}
.td_block_18.td-column-2,
.td_block_18.td-column-3 {
  /* tablet + desktop */
}
@media (min-width: 767px) {
  .td_block_18.td-column-2 .td-next-prev-wrap,
  .td_block_18.td-column-3 .td-next-prev-wrap,
  .td_block_18.td-column-2 .td-load-more-wrap,
  .td_block_18.td-column-3 .td-load-more-wrap {
    margin-top: 30px;
  }
}
.td_block_18 .td_module_10 {
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_18 .td_module_10 {
    padding-bottom: 30px;
  }
}
.td_block_18 .td_module_10 .td-excerpt {
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_18 .td_module_10 .td-excerpt {
    margin-top: 3px;
  }
}
.td_block_18 .td_module_10 .td-module-meta-info {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_18 .td_module_10 .td-module-meta-info {
    margin-bottom: 0;
  }
}
/*  ----------------------------------------------------------------------------
    Block 19
*/
.td_block_19 {
  /* responsive portrait tablet */
  /* responsive portrait phone */
  /* without mobile */
  /* responsive portrait phone */
}
.td_block_19 .td_module_mx1 {
  margin-bottom: 26px;
}
.td_block_19 .td_module_mx2 .item-details {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_19 .td_module_mx2 .item-details {
    padding-top: 0;
    margin-bottom: 26px;
  }
}
.td_block_19 .td_module_mx2 .item-details .entry-title {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_19 .td_module_mx2 .item-details .entry-title {
    margin-bottom: 3px;
  }
}
.td_block_19 .td_module_mx2 .td-module-meta-info {
  margin-bottom: 0;
}
.td_block_19 .td-block-row {
  margin-right: -15px;
  margin-left: -15px;
}
.td_block_19 .td-block-span6,
.td_block_19 .td-block-span4 {
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_19 .td-block-row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .td_block_19 .td-block-span6,
  .td_block_19 .td-block-span4 {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .td_block_19 .td-block-row {
    margin: 0;
  }
  .td_block_19 .td-block-span6,
  .td_block_19 .td-block-span4 {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .td_block_19 .td-block-row:last-child .td_module_wrap.td_module_mx1,
  .td_block_19 .td-block-row:last-child .td_module_wrap.td_module_mx2,
  .td_block_19 .td-block-row:last-child .td_module_wrap.td_module_mx2 .item-details {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .td_block_19 .td-block-row:last-child > div:last-child .td_module_wrap.td_module_mx1,
  .td_block_19 .td-block-row:last-child > div:last-child .td_module_wrap.td_module_mx2,
  .td_block_19 .td-block-row:last-child > div:last-child .td_module_wrap.td_module_mx2 .item-details {
    margin-bottom: 0;
  }
}
.td_block_19.td-column-1 .td_module_wrap:last-child.td_module_mx1,
.td_block_19.td-column-1 .td_module_wrap:last-child.td_module_mx2,
.td_block_19.td-column-1 .td_module_wrap:last-child.td_module_mx2 .item-details {
  margin-bottom: 0;
}
.td_block_19 .td-next-prev-wrap,
.td_block_19 .td-load-more-wrap {
  margin-top: 20px;
}
/*  ----------------------------------------------------------------------------
    Block 20
*/
.td_block_20 .td-module-meta-info {
  margin-left: 0;
}
.td_block_20 .td-post-author-name,
.td_block_20 .td-post-date {
  margin-left: 0;
  line-height: 17px;
  vertical-align: top;
  top: -1px;
}
.td_block_20 .td-module-comments {
  margin-right: 0;
  position: absolute;
  right: 20px;
  bottom: 12px;
}
.td_block_20 .td_module_14 .td-module-thumb {
  margin-bottom: 12px;
}
.td_block_20 .td_module_14 .td-module-meta-holder {
  padding: 14px 20px 12px 20px;
}
@media (max-width: 500px) {
  .td_block_20 .td_module_14 .td-module-meta-holder {
    padding: 10px 10px 12px 10px;
  }
}
.td_block_20 .td_module_14 .td-module-meta-info {
  bottom: 0;
  padding: 0;
  width: 90%;
}
.td_block_20 .td_module_14 .td-excerpt {
  padding: 0 10px 0 20px;
  width: 90%;
}
@media (max-width: 500px) {
  .td_block_20 .td_module_14 .td-excerpt {
    padding-left: 10px;
  }
}
.td_block_20 .td_module_14 .entry-title {
  bottom: auto;
}
@media (max-width: 500px) {
  .td_block_20 .td_module_14 .entry-title {
    margin-right: 0;
    margin-left: 0;
  }
}
.td_block_20 .td_module_14 .entry-title:after {
  display: none;
}
.td_block_20 .td_module_14:last-child {
  padding-bottom: 0;
}
.td_block_20 .td_module_mx3 {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed var(--td_grid_border_color, #ededed);
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_20 .td_module_mx3 {
    width: 100%;
  }
  .td_block_20 .td_module_mx3:nth-child(even) {
    margin-left: 0;
  }
}
.td_block_20 .td_module_mx3:last-child {
  border-bottom: 0;
}
.td_block_20 .td_module_mx3 .td-module-meta-info {
  bottom: 25px;
  border-bottom: 0;
  margin: 0;
  width: 90%;
  padding: 14px 16px 12px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_20 .td_module_mx3 .td-module-meta-info {
    padding: 6px 0 0;
  }
}
@media (max-width: 500px) {
  .td_block_20 .td_module_mx3 .td-module-meta-info {
    padding: 10px 20px 12px 10px;
  }
}
.td_block_20 .td_module_mx3 .td-post-author-name,
.td_block_20 .td_module_mx3 .td-post-date,
.td_block_20 .td_module_mx3 .td-module-comments {
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_20 .td_module_mx3 .td-post-author-name,
  .td_block_20 .td_module_mx3 .td-post-date,
  .td_block_20 .td_module_mx3 .td-module-comments {
    display: none;
  }
}
.td_block_20 .td_module_mx3 .entry-title {
  font-weight: 500;
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_20 .td_module_mx3 .entry-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .td_block_20 .td_module_mx3 .entry-title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 500px) {
  .td_block_20 .td_module_mx3 .entry-title {
    font-size: 18px;
    line-height: 26px;
    margin-right: 0;
    margin-left: 0;
  }
}
.td_block_20 .td_module_mx3 .td-module-thumb {
  margin-bottom: 0;
}
.td_block_20 .td-video-play-ico {
  top: 24px;
  right: 24px;
  left: auto;
  transform: none;
  -webkit-transform: none;
  width: 30px;
  height: 30px;
  font-size: 30px;
}
.td_block_20 .td-next-prev-wrap,
.td_block_20 .td-load-more-wrap {
  margin-top: 40px;
}
@media (max-width: 500px) {
  .td_block_20 .td-next-prev-wrap,
  .td_block_20 .td-load-more-wrap {
    margin-bottom: 0;
  }
}
.td_block_20.td-column-1 .td_module_mx3:last-child {
  margin-bottom: 0;
}
.td_block_20.td-column-1 .td-next-prev-wrap,
.td_block_20.td-column-1 .td-load-more-wrap {
  margin-top: 1px;
}
.td_block_20 .td_module_wrap:last-child {
  margin-bottom: 0;
}
.td_block_20 .td_block_inner:after {
  content: '';
  clear: both;
  display: table;
}
/*  ----------------------------------------------------------------------------
    Block 21
*/
.td_block_21 .td_module_16 .td-module-meta-info {
  margin-bottom: 0;
}
.td_block_21.td-column-1 .td-module-thumb {
  width: 100px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_21.td-column-1 .td-module-thumb {
    width: 50px;
  }
}
@media (max-width: 767px) {
  .td_block_21.td-column-1 .td-module-thumb {
    width: 80px;
  }
}
.td_block_21.td-column-1 .item-details {
  margin-left: 115px;
  min-height: 100px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_21.td-column-1 .item-details {
    margin-left: 60px;
    min-height: 50px;
  }
}
@media (max-width: 767px) {
  .td_block_21.td-column-1 .item-details {
    margin-left: 95px;
    min-height: 80px;
  }
}
.td_block_21.td-column-1 .entry-title {
  font-size: 17px;
  line-height: 23px;
  min-height: 0;
  padding-left: 0;
  /* responsive portrait tablet */
  /* responsive portrait phone */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_21.td-column-1 .entry-title {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 767px) {
  .td_block_21.td-column-1 .entry-title {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
  }
}
@media (max-width: 500px) {
  .td_block_21.td-column-1 .entry-title {
    font-size: 17px;
    line-height: 22px;
  }
}
.td_block_21.td-column-1 .td-excerpt {
  display: none;
}
.td_block_21.td-column-1 .td_module_16 {
  padding-bottom: 19px;
}
.td_block_21.td-column-1 .td-post-author-name {
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_21.td-column-1 .td-post-author-name {
    display: none;
  }
}
.td_block_21.td-column-1 {
  /* tablet + desktop */
}
@media (min-width: 767px) {
  .td_block_21.td-column-1 .td-next-prev-wrap,
  .td_block_21.td-column-1 .td-load-more-wrap {
    margin-top: 26px;
  }
}
.td_block_21.td-column-2,
.td_block_21.td-column-3 {
  /* tablet + desktop */
}
@media (min-width: 767px) {
  .td_block_21.td-column-2 .td-next-prev-wrap,
  .td_block_21.td-column-3 .td-next-prev-wrap,
  .td_block_21.td-column-2 .td-load-more-wrap,
  .td_block_21.td-column-3 .td-load-more-wrap {
    margin-top: 30px;
  }
}
.td_block_21 .td_module_wrap:last-child {
  padding-bottom: 0;
}
/*  ----------------------------------------------------------------------------
    Block 22
*/
.td_block_22 .td-column-1 .entry-title {
  font-size: 26px;
  line-height: 30px;
  /* responsive portrait tablet */
}
@media (max-width: 1018px) {
  .td_block_22 .td-column-1 .entry-title {
    font-size: 21px;
    line-height: 28px;
  }
}
.td_block_22 .td-column-1 .td-excerpt {
  font-size: 15px;
  line-height: 26px;
  margin-top: 19px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_22 .td-column-1 .td-excerpt {
    font-size: 13px;
    line-height: 22px;
    margin-top: 15px;
  }
}
.td_block_22 .td-column-1 .td-read-more {
  margin-top: 15px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_22 .td-column-1 .td-read-more {
    margin-top: 8px;
  }
}
.td_block_22 .td-column-1 .td_module_wrap {
  padding-bottom: 20px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_22 .td-column-1 .td_module_wrap {
    padding-bottom: 10px;
  }
}
.td_block_22 .td-column-1 .td-module-meta-holder {
  height: 41px;
  padding: 12px 12px 12px 15px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_22 .td-column-1 .td-module-meta-holder {
    height: 33px;
    padding: 8px 12px 8px 10px;
    font-size: 11px;
  }
}
.td_block_22 .td-column-3 .entry-title {
  font-size: 34px;
  line-height: 44px;
  /* responsive portrait tablet */
}
@media (max-width: 1018px) {
  .td_block_22 .td-column-3 .entry-title {
    font-size: 21px;
    line-height: 28px;
  }
}
.td_block_22.td_with_ajax_pagination .td-module-image {
  margin: 0;
}
.td_block_22 .td_module_wrap:last-child {
  padding-bottom: 0;
}
.td_block_22 .td_module_wrap:last-child .td-read-more {
  margin-bottom: 0;
}
/*  ----------------------------------------------------------------------------
    Block 23
*/
.td_block_23 .td-column-1 .entry-title {
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_23 .td-column-1 .entry-title {
    font-size: 19px;
    line-height: 24px;
  }
}
.td_block_23 .td-column-1 .td-post-author-name {
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_23 .td-column-1 .td-post-author-name {
    display: none;
  }
}
.td_block_23 .td_module_wrap:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.td_block_23 .td_module_wrap:last-child .meta-info-container {
  padding-bottom: 0;
  border-bottom: none;
}
.td_block_23 .td_module_wrap:last-child .td-read-more {
  margin-bottom: 0;
}
.td_block_23 .td-column-3 .entry-title {
  font-size: 34px;
  line-height: 44px;
  /* responsive portrait tablet */
}
@media (max-width: 1018px) {
  .td_block_23 .td-column-3 .entry-title {
    font-size: 22px;
    line-height: 28px;
  }
}
/*  ----------------------------------------------------------------------------
    Block 24
*/
.td_block_24 .td_module_wrap:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.td_block_24 .td-read-more {
  margin-bottom: 0;
}
.td_block_24 .td-column-3 .td-module-thumb {
  width: 534px;
  height: 350px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_24 .td-column-3 .td-module-thumb {
    width: 400px;
    height: 320px;
  }
}
@media (max-width: 767px) {
  .td_block_24 .td-column-3 .td-module-thumb {
    width: 100px;
    height: 120px;
  }
}
.td_block_24 .td-column-3 .td-module-thumb .entry-thumb {
  height: auto;
  width: 100%;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_24 .td-column-3 .td-module-thumb .entry-thumb {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .td_block_24 .td-column-3 .td-module-thumb .entry-thumb {
    height: 100%;
    width: auto;
  }
}
.td_block_24 .td-column-3 .td-item-details {
  min-height: 350px;
  margin-left: 564px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_24 .td-column-3 .td-item-details {
    min-height: 330px;
    margin-left: 430px;
  }
}
@media (max-width: 767px) {
  .td_block_24 .td-column-3 .td-item-details {
    min-height: 120px;
    margin-left: 115px;
  }
}
/*  ----------------------------------------------------------------------------
    Block 25
*/
.td_block_25 {
  /* without mobile */
  /* responsive portrait phone */
}
@media (min-width: 768px) {
  .td_block_25 .td-block-row:last-child > div .td_module_wrap:last-child {
    padding-bottom: 0;
  }
  .td_block_25.td-column-1 .td-block-span12:last-child .td_module_wrap {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .td_block_25.td-column-3 .td-block-span4:last-child .td_module_wrap:last-child {
    padding-bottom: 0;
  }
  .td_block_25.td-column-2 .td-block-span6:last-child .td_module_wrap:last-child {
    padding-bottom: 0;
  }
  .td_block_25.td-column-1 .td-block-span12:last-child .td_module_wrap {
    padding-bottom: 0;
  }
}
/*  ----------------------------------------------------------------------------
    Homepage Post
*/
.homepage-post .td-post-template-7 .td-post-header header .entry-title {
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .homepage-post .td-post-template-7 .td-post-header header .entry-title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .homepage-post .td-post-template-7 .td-post-header header .entry-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 7px;
  }
}
.td-homepage-post .entry-title {
  margin-top: 0;
}
.td-main-page-wrap .td-container > .td-pb-row:first-child .td_block_trending_now:first-child,
.td-main-page-wrap .tdc-row:first-child .wpb_wrapper .td_block_trending_now:first-child,
.td-main-page-wrap .tdc_zone .tdc-row:first-of-type .wpb_wrapper .td_block_trending_now:first-child,
.td-main-page-wrap .tdc-row:first-of-type .tdc-element:first-of-type .td_block_trending_now:first-child,
.td-main-page-wrap .tdc-row-composer:first-child .wpb_wrapper .td_block_trending_now:first-child,
.td-main-page-wrap .tdc-row-composer:first-of-type .tdc-element:first-of-type .td_block_trending_now:first-child {
  position: relative;
  margin: 0 0 24px;
  z-index: 1;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-main-page-wrap .td-container > .td-pb-row:first-child .td_block_trending_now:first-child,
  .td-main-page-wrap .tdc-row:first-child .wpb_wrapper .td_block_trending_now:first-child,
  .td-main-page-wrap .tdc_zone .tdc-row:first-of-type .wpb_wrapper .td_block_trending_now:first-child,
  .td-main-page-wrap .tdc-row:first-of-type .tdc-element:first-of-type .td_block_trending_now:first-child,
  .td-main-page-wrap .tdc-row-composer:first-child .wpb_wrapper .td_block_trending_now:first-child,
  .td-main-page-wrap .tdc-row-composer:first-of-type .tdc-element:first-of-type .td_block_trending_now:first-child {
    margin-bottom: 0;
    padding: 4px 0 12px;
  }
}
.td-main-page-wrap .td-container > .td-pb-row:first-child .td-trending-style2:first-child,
.td-main-page-wrap .tdc-row:first-child .wpb_wrapper .td-trending-style2:first-child,
.td-main-page-wrap .tdc_zone .tdc-row:first-of-type .wpb_wrapper .td-trending-style2:first-child,
.td-main-page-wrap .tdc-row:first-of-type .tdc-element:first-of-type .td-trending-style2:first-child,
.td-main-page-wrap .tdc-row-composer:first-child .wpb_wrapper .td-trending-style2:first-child,
.td-main-page-wrap .tdc-row-composer:first-of-type .tdc-element:first-of-type .td-trending-style2:first-child {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-main-page-wrap .td-container > .td-pb-row:first-child .td-trending-style2:first-child,
  .td-main-page-wrap .tdc-row:first-child .wpb_wrapper .td-trending-style2:first-child,
  .td-main-page-wrap .tdc_zone .tdc-row:first-of-type .wpb_wrapper .td-trending-style2:first-child,
  .td-main-page-wrap .tdc-row:first-of-type .tdc-element:first-of-type .td-trending-style2:first-child,
  .td-main-page-wrap .tdc-row-composer:first-child .wpb_wrapper .td-trending-style2:first-child,
  .td-main-page-wrap .tdc-row-composer:first-of-type .tdc-element:first-of-type .td-trending-style2:first-child {
    padding: 12px 2px !important;
    margin-bottom: 7px;
  }
}
body:not(.tdc-header-template) .td-main-page-wrap .td-container > .td-pb-row:first-child .td_block_trending_now:first-child,
body:not(.tdc-header-template) .td-main-page-wrap .tdc-row:first-child .wpb_wrapper .td_block_trending_now:first-child,
body:not(.tdc-header-template) .td-main-page-wrap .tdc_zone .tdc-row:first-of-type .wpb_wrapper .td_block_trending_now:first-child,
body:not(.tdc-header-template) .td-main-page-wrap .tdc-row:first-of-type .tdc-element:first-of-type .td_block_trending_now:first-child,
body:not(.tdc-header-template) .td-main-page-wrap .tdc-row-composer:first-child .wpb_wrapper .td_block_trending_now:first-child,
body:not(.tdc-header-template) .td-main-page-wrap .tdc-row-composer:first-of-type .tdc-element:first-of-type .td_block_trending_now:first-child {
  margin-top: -24px;
}
.td-main-page-wrap .tdc-row:first-child .tdc-elements .td_block_trending_now:first-of-type,
.td-main-page-wrap .tdc-row-composer:first-child .tdc-elements .td_block_trending_now:first-of-type {
  position: relative;
  margin: 0 0 24px;
  z-index: 1;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-main-page-wrap .tdc-row:first-child .tdc-elements .td_block_trending_now:first-of-type,
  .td-main-page-wrap .tdc-row-composer:first-child .tdc-elements .td_block_trending_now:first-of-type {
    margin-bottom: 0;
    padding: 4px 0 12px;
  }
}
.td-main-page-wrap .tdc-row:first-child .tdc-elements .td_block_trending_now:first-of-type.td-trending-style2,
.td-main-page-wrap .tdc-row-composer:first-child .tdc-elements .td_block_trending_now:first-of-type.td-trending-style2 {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-main-page-wrap .tdc-row:first-child .tdc-elements .td_block_trending_now:first-of-type.td-trending-style2,
  .td-main-page-wrap .tdc-row-composer:first-child .tdc-elements .td_block_trending_now:first-of-type.td-trending-style2 {
    padding: 12px 2px !important;
    margin-bottom: 7px;
  }
}
body:not(.tdc-header-template) .td-main-page-wrap .tdc-row:first-child .tdc-elements .td_block_trending_now:first-of-type,
body:not(.tdc-header-template) .td-main-page-wrap .tdc-row-composer:first-child .tdc-elements .td_block_trending_now:first-of-type {
  margin-top: -24px;
}
a[href^="tel"] {
  color: inherit;
}
.td_block_homepage_full_1 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.td_block_popular_categories {
  padding-bottom: 0;
}
.td-mx-13 .entry-title {
  font-size: 13px;
  line-height: 18px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-mx-13 .entry-title {
    font-size: 12px !important;
    line-height: 15px !important;
  }
}
@media (max-width: 767px) {
  .td-mx-13 .entry-title {
    font-size: 13px !important;
    line-height: 18px !important;
  }
}
.td-mx-13 .td-post-category {
  margin-bottom: 11px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-mx-13 .td-post-category {
    margin-bottom: 9px;
  }
}
@media (max-width: 767px) {
  .td-mx-13 .td-post-category {
    margin-bottom: 10px;
  }
}
.td-mx-13 .td-module-meta-info {
  margin-top: 6px;
}
.td-mx-13 .td-meta-info-container {
  padding: 0 15px 15px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-mx-13 .td-meta-info-container {
    padding: 0 13px 10px;
  }
}
@media (max-width: 767px) {
  .td-mx-13 .td-meta-info-container {
    padding: 0 10px 11px;
  }
}
.td-grid-style-2 .td-mx-13 .td-meta-info-container,
.td-grid-style-3 .td-mx-13 .td-meta-info-container,
.td-grid-style-7 .td-mx-13 .td-meta-info-container {
  padding: 0 !important;
}
.td-grid-style-2 .td-mx-13 .td-big-grid-meta,
.td-grid-style-3 .td-mx-13 .td-big-grid-meta,
.td-grid-style-7 .td-mx-13 .td-big-grid-meta,
.td-grid-style-2 .td-mx-13 .td-module-meta-info,
.td-grid-style-3 .td-mx-13 .td-module-meta-info,
.td-grid-style-7 .td-mx-13 .td-module-meta-info {
  width: 100%;
}
.td-grid-style-2 .td-mx-13 .td-big-grid-meta,
.td-grid-style-3 .td-mx-13 .td-big-grid-meta,
.td-grid-style-7 .td-mx-13 .td-big-grid-meta {
  padding: 15px 15px 0;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-grid-style-2 .td-mx-13 .td-big-grid-meta,
  .td-grid-style-3 .td-mx-13 .td-big-grid-meta,
  .td-grid-style-7 .td-mx-13 .td-big-grid-meta {
    padding: 13px 13px 0;
  }
}
@media (max-width: 767px) {
  .td-grid-style-2 .td-mx-13 .td-big-grid-meta,
  .td-grid-style-3 .td-mx-13 .td-big-grid-meta,
  .td-grid-style-7 .td-mx-13 .td-big-grid-meta {
    padding: 10px 10px 0;
  }
}
.td-grid-style-2 .td-mx-13 .td-module-meta-info,
.td-grid-style-3 .td-mx-13 .td-module-meta-info,
.td-grid-style-7 .td-mx-13 .td-module-meta-info {
  padding: 0 15px 15px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-grid-style-2 .td-mx-13 .td-module-meta-info,
  .td-grid-style-3 .td-mx-13 .td-module-meta-info,
  .td-grid-style-7 .td-mx-13 .td-module-meta-info {
    padding: 0 13px 13px;
  }
}
@media (max-width: 767px) {
  .td-grid-style-2 .td-mx-13 .td-module-meta-info,
  .td-grid-style-3 .td-mx-13 .td-module-meta-info,
  .td-grid-style-7 .td-mx-13 .td-module-meta-info {
    padding: 0 10px 10px;
  }
}
.td-grid-style-4 .td-mx-13 .entry-title {
  padding: 1px 5px 2px;
}
.td-grid-style-4 .td-mx-13 .td-meta-info-container {
  width: 100%;
}
.td-grid-style-5 .td-mx-13 .td-meta-info-container,
.td-grid-style-6 .td-mx-13 .td-meta-info-container {
  padding: 15px !important;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-grid-style-5 .td-mx-13 .td-meta-info-container,
  .td-grid-style-6 .td-mx-13 .td-meta-info-container {
    padding: 13px !important;
  }
}
@media (max-width: 767px) {
  .td-grid-style-5 .td-mx-13 .td-meta-info-container,
  .td-grid-style-6 .td-mx-13 .td-meta-info-container {
    padding: 10px !important;
  }
}
.td-grid-style-7 .td-mx-13.td-big-grid-post .td-post-category {
  bottom: 13px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-grid-style-7 .td-mx-13.td-big-grid-post .td-post-category {
    bottom: 11px;
  }
}
@media (max-width: 767px) {
  .td-grid-style-7 .td-mx-13.td-big-grid-post .td-post-category {
    bottom: 8px;
  }
}
.td-mx-15 .entry-title {
  font-size: 15px;
  line-height: 20px;
  /* responsive portrait tablet + phone */
}
@media (max-width: 1018px) {
  .td-mx-15 .entry-title {
    font-size: 13px !important;
    line-height: 18px !important;
  }
}
.td-mx-15 .td-post-category {
  margin-bottom: 10px;
}
.td-mx-15 .td-module-meta-info {
  margin-top: 6px;
}
.td-mx-15 .td-meta-info-container {
  padding: 0 10px 18px;
  /* responsive portrait tablet + phone */
}
@media (max-width: 1018px) {
  .td-mx-15 .td-meta-info-container {
    padding-bottom: 11px;
  }
}
.td-grid-style-2 .td-mx-15 .td-meta-info-container,
.td-grid-style-3 .td-mx-15 .td-meta-info-container,
.td-grid-style-7 .td-mx-15 .td-meta-info-container {
  padding: 0 !important;
}
.td-grid-style-2 .td-mx-15 .td-big-grid-meta,
.td-grid-style-3 .td-mx-15 .td-big-grid-meta,
.td-grid-style-7 .td-mx-15 .td-big-grid-meta,
.td-grid-style-2 .td-mx-15 .td-module-meta-info,
.td-grid-style-3 .td-mx-15 .td-module-meta-info,
.td-grid-style-7 .td-mx-15 .td-module-meta-info {
  width: 100%;
}
.td-grid-style-2 .td-mx-15 .td-big-grid-meta,
.td-grid-style-3 .td-mx-15 .td-big-grid-meta,
.td-grid-style-7 .td-mx-15 .td-big-grid-meta {
  padding: 18px 10px 0;
  /* responsive portrait tablet + phone */
}
@media (max-width: 1018px) {
  .td-grid-style-2 .td-mx-15 .td-big-grid-meta,
  .td-grid-style-3 .td-mx-15 .td-big-grid-meta,
  .td-grid-style-7 .td-mx-15 .td-big-grid-meta {
    padding: 11px 11px 0;
  }
}
.td-grid-style-2 .td-mx-15 .td-module-meta-info,
.td-grid-style-3 .td-mx-15 .td-module-meta-info,
.td-grid-style-7 .td-mx-15 .td-module-meta-info {
  padding: 0 10px 18px;
  /* responsive portrait tablet + phone */
}
@media (max-width: 1018px) {
  .td-grid-style-2 .td-mx-15 .td-module-meta-info,
  .td-grid-style-3 .td-mx-15 .td-module-meta-info,
  .td-grid-style-7 .td-mx-15 .td-module-meta-info {
    padding: 0 11px 11px;
  }
}
.td-grid-style-4 .td-mx-15 .entry-title {
  padding: 2px 6px 3px;
}
.td-grid-style-4 .td-mx-15 .td-meta-info-container {
  width: 100%;
}
.td-grid-style-5 .td-mx-15 .td-meta-info-container,
.td-grid-style-6 .td-mx-15 .td-meta-info-container {
  padding: 18px !important;
  /* responsive portrait tablet + phone */
}
@media (max-width: 1018px) {
  .td-grid-style-5 .td-mx-15 .td-meta-info-container,
  .td-grid-style-6 .td-mx-15 .td-meta-info-container {
    padding: 11px !important;
  }
}
.td-grid-style-7 .td-mx-15.td-big-grid-post .td-post-category {
  bottom: 14px;
  /* responsive portrait tablet + phone */
}
@media (max-width: 1018px) {
  .td-grid-style-7 .td-mx-15.td-big-grid-post .td-post-category {
    bottom: 9px !important;
  }
}
.td-mx-17 .entry-title {
  font-size: 17px;
  line-height: 22px;
  /* responsive portrait tablet + phone */
}
@media (max-width: 1018px) {
  .td-mx-17 .entry-title {
    font-size: 15px !important;
    line-height: 20px !important;
  }
}
.td-mx-17 .td-post-category {
  margin-bottom: 11px;
}
.td-mx-17 .td-module-meta-info {
  margin-top: 7px;
}
.td-mx-17 .td-meta-info-container {
  padding: 0 10px 18px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-mx-17 .td-meta-info-container {
    padding: 0 14px 10px;
  }
}
@media (max-width: 767px) {
  .td-mx-17 .td-meta-info-container {
    padding: 0 10px 11px;
  }
}
.td-grid-style-1 .td-mx-17 .td-module-meta-info {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-grid-style-1 .td-mx-17 .td-module-meta-info {
    margin-bottom: 8px;
  }
}
.td-grid-style-2 .td-mx-17 .td-meta-info-container,
.td-grid-style-3 .td-mx-17 .td-meta-info-container,
.td-grid-style-7 .td-mx-17 .td-meta-info-container {
  padding: 0 !important;
}
.td-grid-style-2 .td-mx-17 .td-big-grid-meta,
.td-grid-style-3 .td-mx-17 .td-big-grid-meta,
.td-grid-style-7 .td-mx-17 .td-big-grid-meta,
.td-grid-style-2 .td-mx-17 .td-module-meta-info,
.td-grid-style-3 .td-mx-17 .td-module-meta-info,
.td-grid-style-7 .td-mx-17 .td-module-meta-info {
  width: 100%;
}
.td-grid-style-2 .td-mx-17 .td-big-grid-meta,
.td-grid-style-3 .td-mx-17 .td-big-grid-meta,
.td-grid-style-7 .td-mx-17 .td-big-grid-meta {
  padding: 18px 10px 0;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-grid-style-2 .td-mx-17 .td-big-grid-meta,
  .td-grid-style-3 .td-mx-17 .td-big-grid-meta,
  .td-grid-style-7 .td-mx-17 .td-big-grid-meta {
    padding: 10px 14px 0;
  }
}
@media (max-width: 767px) {
  .td-grid-style-2 .td-mx-17 .td-big-grid-meta,
  .td-grid-style-3 .td-mx-17 .td-big-grid-meta,
  .td-grid-style-7 .td-mx-17 .td-big-grid-meta {
    padding: 11px 10px 0;
  }
}
.td-grid-style-2 .td-mx-17 .td-module-meta-info,
.td-grid-style-3 .td-mx-17 .td-module-meta-info,
.td-grid-style-7 .td-mx-17 .td-module-meta-info {
  padding: 0 10px 18px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-grid-style-2 .td-mx-17 .td-module-meta-info,
  .td-grid-style-3 .td-mx-17 .td-module-meta-info,
  .td-grid-style-7 .td-mx-17 .td-module-meta-info {
    padding: 0 14px 10px;
  }
}
@media (max-width: 767px) {
  .td-grid-style-2 .td-mx-17 .td-module-meta-info,
  .td-grid-style-3 .td-mx-17 .td-module-meta-info,
  .td-grid-style-7 .td-mx-17 .td-module-meta-info {
    padding: 0 10px 11px;
  }
}
.td-grid-style-4 .td-mx-17 .entry-title {
  padding: 2px 6px 3px;
}
.td-grid-style-4 .td-mx-17 .td-meta-info-container {
  width: 100%;
}
.td-grid-style-5 .td-mx-17 .td-meta-info-container,
.td-grid-style-6 .td-mx-17 .td-meta-info-container {
  padding: 18px !important;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-grid-style-5 .td-mx-17 .td-meta-info-container,
  .td-grid-style-6 .td-mx-17 .td-meta-info-container {
    padding: 10px !important;
  }
}
@media (max-width: 767px) {
  .td-grid-style-5 .td-mx-17 .td-meta-info-container,
  .td-grid-style-6 .td-mx-17 .td-meta-info-container {
    padding: 11px !important;
  }
}
.td-grid-style-7 {
  /* responsive portrait phone */
}
.td-grid-style-7 .td-mx-17.td-big-grid-post .td-post-category {
  bottom: 16px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-grid-style-7 .td-mx-17.td-big-grid-post .td-post-category {
    bottom: 8px;
  }
}
@media (max-width: 767px) {
  .td-grid-style-7 .td-mx-17.td-big-grid-post .td-post-category {
    bottom: 9px;
  }
}
@media (max-width: 767px) {
  .td-grid-style-7 .td-big-grid-scroll .td-mx-17 .td-big-grid-meta {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.td-mx-19 .entry-title {
  font-size: 19px;
  line-height: 24px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-mx-19 .entry-title {
    font-size: 17px !important;
    line-height: 22px !important;
  }
}
@media (max-width: 767px) {
  .td-mx-19 .entry-title {
    font-size: 19px !important;
    line-height: 24px !important;
  }
}
.td-mx-19 .td-post-category {
  margin-bottom: 10px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-mx-19 .td-post-category {
    margin-bottom: 12px;
  }
}
.td-mx-19 .td-module-meta-info {
  margin-top: 8px;
}
.td-mx-19 .td-meta-info-container {
  padding: 0 20px 18px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-mx-19 .td-meta-info-container {
    padding: 0 15px 10px;
  }
}
@media (max-width: 767px) {
  .td-mx-19 .td-meta-info-container {
    padding: 0 13px 14px;
  }
}
.td-grid-style-2 .td-mx-19 .td-meta-info-container,
.td-grid-style-3 .td-mx-19 .td-meta-info-container,
.td-grid-style-7 .td-mx-19 .td-meta-info-container {
  padding: 0 !important;
}
.td-grid-style-2 .td-mx-19 .td-big-grid-meta,
.td-grid-style-3 .td-mx-19 .td-big-grid-meta,
.td-grid-style-7 .td-mx-19 .td-big-grid-meta,
.td-grid-style-2 .td-mx-19 .td-module-meta-info,
.td-grid-style-3 .td-mx-19 .td-module-meta-info,
.td-grid-style-7 .td-mx-19 .td-module-meta-info {
  width: 100%;
}
.td-grid-style-2 .td-mx-19 .td-big-grid-meta,
.td-grid-style-3 .td-mx-19 .td-big-grid-meta,
.td-grid-style-7 .td-mx-19 .td-big-grid-meta {
  padding: 20px 20px 0;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-grid-style-2 .td-mx-19 .td-big-grid-meta,
  .td-grid-style-3 .td-mx-19 .td-big-grid-meta,
  .td-grid-style-7 .td-mx-19 .td-big-grid-meta {
    padding: 15px 15px 0;
  }
}
@media (max-width: 767px) {
  .td-grid-style-2 .td-mx-19 .td-big-grid-meta,
  .td-grid-style-3 .td-mx-19 .td-big-grid-meta,
  .td-grid-style-7 .td-mx-19 .td-big-grid-meta {
    padding: 13px 13px 0;
  }
}
.td-grid-style-2 .td-mx-19 .td-module-meta-info,
.td-grid-style-3 .td-mx-19 .td-module-meta-info,
.td-grid-style-7 .td-mx-19 .td-module-meta-info {
  padding: 0 20px 20px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-grid-style-2 .td-mx-19 .td-module-meta-info,
  .td-grid-style-3 .td-mx-19 .td-module-meta-info,
  .td-grid-style-7 .td-mx-19 .td-module-meta-info {
    padding: 0 15px 15px;
  }
}
@media (max-width: 767px) {
  .td-grid-style-2 .td-mx-19 .td-module-meta-info,
  .td-grid-style-3 .td-mx-19 .td-module-meta-info,
  .td-grid-style-7 .td-mx-19 .td-module-meta-info {
    padding: 0 13px 13px;
  }
}
.td-grid-style-4 .td-mx-19 .entry-title {
  padding: 2px 6px 3px;
}
.td-grid-style-4 .td-mx-19 .td-meta-info-container {
  width: 100%;
}
.td-grid-style-5 .td-mx-19 .td-meta-info-container,
.td-grid-style-6 .td-mx-19 .td-meta-info-container {
  padding: 20px !important;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-grid-style-5 .td-mx-19 .td-meta-info-container,
  .td-grid-style-6 .td-mx-19 .td-meta-info-container {
    padding: 15px !important;
  }
}
@media (max-width: 767px) {
  .td-grid-style-5 .td-mx-19 .td-meta-info-container,
  .td-grid-style-6 .td-mx-19 .td-meta-info-container {
    padding: 13px !important;
  }
}
.td-grid-style-7 .td-mx-19.td-big-grid-post .td-post-category {
  bottom: 16px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-grid-style-7 .td-mx-19.td-big-grid-post .td-post-category {
    bottom: 12px;
  }
}
@media (max-width: 767px) {
  .td-grid-style-7 .td-mx-19.td-big-grid-post .td-post-category {
    bottom: 10px;
  }
}
.td-mx-23 .entry-title {
  font-size: 23px;
  line-height: 30px;
  font-weight: 500;
  /* responsive portrait tablet + phone */
}
@media (max-width: 1018px) {
  .td-mx-23 .entry-title {
    font-size: 19px !important;
    line-height: 24px !important;
  }
}
.td-mx-23 .td-post-category {
  margin-bottom: 14px;
  /* responsive portrait tablet + phone */
}
@media (max-width: 1018px) {
  .td-mx-23 .td-post-category {
    margin-bottom: 10px;
  }
}
.td-mx-23 .td-module-meta-info {
  margin-top: 8px;
}
.td-mx-23 .td-meta-info-container {
  padding: 0 8% 20px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-mx-23 .td-meta-info-container {
    padding: 0 4% 20px;
  }
}
@media (max-width: 767px) {
  .td-mx-23 .td-meta-info-container {
    padding: 0 15px 14px;
  }
}
.td-grid-style-2 .td-mx-23 .td-meta-info-container,
.td-grid-style-3 .td-mx-23 .td-meta-info-container,
.td-grid-style-7 .td-mx-23 .td-meta-info-container {
  padding: 0 !important;
}
.td-grid-style-2 .td-mx-23 .td-big-grid-meta,
.td-grid-style-3 .td-mx-23 .td-big-grid-meta,
.td-grid-style-7 .td-mx-23 .td-big-grid-meta,
.td-grid-style-2 .td-mx-23 .td-module-meta-info,
.td-grid-style-3 .td-mx-23 .td-module-meta-info,
.td-grid-style-7 .td-mx-23 .td-module-meta-info {
  width: 100%;
}
.td-grid-style-2 .td-mx-23 .td-big-grid-meta,
.td-grid-style-3 .td-mx-23 .td-big-grid-meta,
.td-grid-style-7 .td-mx-23 .td-big-grid-meta {
  padding: 20px 8% 0;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-grid-style-2 .td-mx-23 .td-big-grid-meta,
  .td-grid-style-3 .td-mx-23 .td-big-grid-meta,
  .td-grid-style-7 .td-mx-23 .td-big-grid-meta {
    padding: 20px 4% 0;
  }
}
@media (max-width: 767px) {
  .td-grid-style-2 .td-mx-23 .td-big-grid-meta,
  .td-grid-style-3 .td-mx-23 .td-big-grid-meta,
  .td-grid-style-7 .td-mx-23 .td-big-grid-meta {
    padding: 15px 15px 0;
  }
}
.td-grid-style-2 .td-mx-23 .td-module-meta-info,
.td-grid-style-3 .td-mx-23 .td-module-meta-info,
.td-grid-style-7 .td-mx-23 .td-module-meta-info {
  padding: 0 8% 20px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-grid-style-2 .td-mx-23 .td-module-meta-info,
  .td-grid-style-3 .td-mx-23 .td-module-meta-info,
  .td-grid-style-7 .td-mx-23 .td-module-meta-info {
    padding: 0 4% 20px;
  }
}
@media (max-width: 767px) {
  .td-grid-style-2 .td-mx-23 .td-module-meta-info,
  .td-grid-style-3 .td-mx-23 .td-module-meta-info,
  .td-grid-style-7 .td-mx-23 .td-module-meta-info {
    padding: 0 15px 15px;
  }
}
.td-grid-style-4 .td-mx-23 .entry-title {
  padding: 2px 6px 4px;
}
.td-grid-style-4 .td-mx-23 .td-meta-info-container {
  width: auto;
  max-width: 80%;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-grid-style-4 .td-mx-23 .td-meta-info-container {
    width: 100%;
    max-width: 100%;
  }
}
.td-grid-style-5 .td-mx-23 .td-meta-info-container,
.td-grid-style-6 .td-mx-23 .td-meta-info-container {
  padding: 20px !important;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-grid-style-5 .td-mx-23 .td-meta-info-container,
  .td-grid-style-6 .td-mx-23 .td-meta-info-container {
    padding: 20px !important;
  }
}
@media (max-width: 767px) {
  .td-grid-style-5 .td-mx-23 .td-meta-info-container,
  .td-grid-style-6 .td-mx-23 .td-meta-info-container {
    padding: 15px !important;
  }
}
.td-grid-style-7 .td-mx-23.td-big-grid-post .td-post-category {
  bottom: 16px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-grid-style-7 .td-mx-23.td-big-grid-post .td-post-category {
    bottom: 16px;
  }
}
@media (max-width: 767px) {
  .td-grid-style-7 .td-mx-23.td-big-grid-post .td-post-category {
    bottom: 12px;
  }
}
.td-mx-28 .entry-title {
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-mx-28 .entry-title {
    font-size: 22px !important;
    line-height: 29px !important;
  }
}
@media (max-width: 767px) {
  .td-mx-28 .entry-title {
    font-size: 19px !important;
    line-height: 24px !important;
  }
}
.td-mx-28 .td-post-category {
  margin-bottom: 14px;
  /* phone + tablet */
}
@media (max-width: 1018px) {
  .td-mx-28 .td-post-category {
    margin-bottom: 11px;
  }
}
.td-mx-28 .td-module-meta-info {
  margin-top: 12px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-mx-28 .td-module-meta-info {
    margin-top: 7px;
  }
}
.td-mx-28 .td-meta-info-container {
  padding: 0 10px 28px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-mx-28 .td-meta-info-container {
    padding: 0 14px 20px;
  }
}
@media (max-width: 767px) {
  .td-mx-28 .td-meta-info-container {
    padding: 0 10px 14px;
  }
}
.td-grid-style-2 .td-mx-28 .td-meta-info-container,
.td-grid-style-3 .td-mx-28 .td-meta-info-container,
.td-grid-style-7 .td-mx-28 .td-meta-info-container {
  padding: 0 !important;
}
.td-grid-style-2 .td-mx-28 .td-big-grid-meta,
.td-grid-style-3 .td-mx-28 .td-big-grid-meta,
.td-grid-style-7 .td-mx-28 .td-big-grid-meta,
.td-grid-style-2 .td-mx-28 .td-module-meta-info,
.td-grid-style-3 .td-mx-28 .td-module-meta-info,
.td-grid-style-7 .td-mx-28 .td-module-meta-info {
  width: 100%;
}
.td-grid-style-2 .td-mx-28 .td-big-grid-meta,
.td-grid-style-3 .td-mx-28 .td-big-grid-meta,
.td-grid-style-7 .td-mx-28 .td-big-grid-meta {
  padding: 28px 10px 0;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-grid-style-2 .td-mx-28 .td-big-grid-meta,
  .td-grid-style-3 .td-mx-28 .td-big-grid-meta,
  .td-grid-style-7 .td-mx-28 .td-big-grid-meta {
    padding: 20px 14px 0;
  }
}
@media (max-width: 767px) {
  .td-grid-style-2 .td-mx-28 .td-big-grid-meta,
  .td-grid-style-3 .td-mx-28 .td-big-grid-meta,
  .td-grid-style-7 .td-mx-28 .td-big-grid-meta {
    padding: 14px 10px 0;
  }
}
.td-grid-style-2 .td-mx-28 .td-module-meta-info,
.td-grid-style-3 .td-mx-28 .td-module-meta-info,
.td-grid-style-7 .td-mx-28 .td-module-meta-info {
  padding: 0 10px 28px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-grid-style-2 .td-mx-28 .td-module-meta-info,
  .td-grid-style-3 .td-mx-28 .td-module-meta-info,
  .td-grid-style-7 .td-mx-28 .td-module-meta-info {
    padding: 0 14px 20px;
  }
}
@media (max-width: 767px) {
  .td-grid-style-2 .td-mx-28 .td-module-meta-info,
  .td-grid-style-3 .td-mx-28 .td-module-meta-info,
  .td-grid-style-7 .td-mx-28 .td-module-meta-info {
    padding: 0 10px 14px;
  }
}
.td-grid-style-4 .td-mx-28 .entry-title {
  padding: 3px 8px 6px;
}
.td-grid-style-4 .td-mx-28 .td-meta-info-container {
  width: auto;
  max-width: 70%;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-grid-style-4 .td-mx-28 .td-meta-info-container {
    width: 100%;
    max-width: none;
  }
}
.td-grid-style-5 .td-mx-28 .td-meta-info-container,
.td-grid-style-6 .td-mx-28 .td-meta-info-container {
  padding: 28px !important;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-grid-style-5 .td-mx-28 .td-meta-info-container,
  .td-grid-style-6 .td-mx-28 .td-meta-info-container {
    padding: 20px !important;
  }
}
@media (max-width: 767px) {
  .td-grid-style-5 .td-mx-28 .td-meta-info-container,
  .td-grid-style-6 .td-mx-28 .td-meta-info-container {
    padding: 14px !important;
  }
}
.td-grid-style-7 .td-mx-28.td-big-grid-post .td-post-category {
  bottom: 24px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-grid-style-7 .td-mx-28.td-big-grid-post .td-post-category {
    bottom: 16px;
  }
}
@media (max-width: 767px) {
  .td-grid-style-7 .td-mx-28.td-big-grid-post .td-post-category {
    bottom: 12px;
  }
}
/*


  Big grid styles


*/
.td-hover-1 .td-big-grid-wrapper .entry-thumb {
  transition-timing-function: ease !important;
}
/*
  Colored gradients
*/
.td-grid-style-2 .td-big-grid-post-0 .td-module-thumb a:last-child:before,
.td-grid-style-3 .td-big-grid-post-0 .td-module-thumb a:last-child:before {
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  background: #4db2ec;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #4db2ec), color-stop(100%, #4a8f5e));
  background: -webkit-linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
  background: linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4db2ec', endColorstr='#4a8f5e', GradientType=1);
}
.td-grid-style-2 .td-big-grid-post-1 .td-module-thumb a:last-child:before,
.td-grid-style-3 .td-big-grid-post-1 .td-module-thumb a:last-child:before,
.td-grid-style-2 .td-big-grid-post-7 .td-module-thumb a:last-child:before,
.td-grid-style-3 .td-big-grid-post-7 .td-module-thumb a:last-child:before {
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  background: #d17646;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #d17646), color-stop(100%, #c63939));
  background: -webkit-linear-gradient(45deg, #d17646 0%, #c63939 100%);
  background: linear-gradient(45deg, #d17646 0%, #c63939 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d17646', endColorstr='#c63939', GradientType=1);
}
.td-grid-style-2 .td-big-grid-post-2 .td-module-thumb a:last-child:before,
.td-grid-style-3 .td-big-grid-post-2 .td-module-thumb a:last-child:before {
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  background: #d760b7;
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #d760b7), color-stop(100%, #3b78b4));
  background: -webkit-linear-gradient(-45deg, #d760b7 0%, #3b78b4 100%);
  background: linear-gradient(135deg, #d760b7 0%, #3b78b4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d760b7', endColorstr='#3b78b4', GradientType=1);
}
.td-grid-style-2 .td-big-grid-post-3 .td-module-thumb a:last-child:before,
.td-grid-style-3 .td-big-grid-post-3 .td-module-thumb a:last-child:before {
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  background: #54a3db;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #54a3db), color-stop(100%, #4bcf77));
  background: -webkit-linear-gradient(45deg, #54a3db 0%, #4bcf77 100%);
  background: linear-gradient(45deg, #54a3db 0%, #4bcf77 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#54a3db', endColorstr='#4bcf77', GradientType=1);
}
.td-grid-style-2 .td-big-grid-post-4 .td-module-thumb a:last-child:before,
.td-grid-style-3 .td-big-grid-post-4 .td-module-thumb a:last-child:before {
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  background: #f4d03f;
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #f4d03f), color-stop(100%, #f27a35));
  background: -webkit-linear-gradient(-45deg, #f4d03f 0%, #f27a35 100%);
  background: linear-gradient(135deg, #f4d03f 0%, #f27a35 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4d03f', endColorstr='#f27a35', GradientType=1);
}
.td-grid-style-2 .td-big-grid-post-5 .td-module-thumb a:last-child:before,
.td-grid-style-3 .td-big-grid-post-5 .td-module-thumb a:last-child:before {
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  background: #d760b7;
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #d760b7), color-stop(100%, #3b78b4));
  background: -webkit-linear-gradient(-45deg, #d760b7 0%, #3b78b4 100%);
  background: linear-gradient(135deg, #d760b7 0%, #3b78b4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d760b7', endColorstr='#3b78b4', GradientType=1);
}
.td-grid-style-2 .td-big-grid-post-6 .td-module-thumb a:last-child:before,
.td-grid-style-3 .td-big-grid-post-6 .td-module-thumb a:last-child:before {
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  background: #4db2ec;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #4db2ec), color-stop(100%, #4a8f5e));
  background: -webkit-linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
  background: linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4db2ec', endColorstr='#4a8f5e', GradientType=1);
}
.td-grid-style-2 .td-video-play-ico,
.td-grid-style-3 .td-video-play-ico {
  opacity: 0.5;
}
/*
  Style 1
*/
.td-grid-style-1 .td-meta-info-container {
  bottom: 0;
}
.td-grid-style-1 .td-module-thumb a:last-child:before {
  bottom: 0;
  content: "";
  display: block;
  height: 70%;
  width: 100%;
  position: absolute;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
  /* Chrome10+,Safari5.1+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
  /* IE6-9 */
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-grid-style-1 .td-module-thumb a:last-child:before {
    height: 130% !important;
  }
}
.td-grid-style-1 .td-post-category {
  background-color: rgba(0, 0, 0, 0.7);
}
.td-grid-style-1 .td-big-thumb .td-big-grid-meta {
  width: 80%;
  margin: 0 0 0 20px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-grid-style-1 .td-big-thumb .td-big-grid-meta {
    width: 90%;
    margin-left: 15px;
  }
}
.td-grid-style-1 .td-big-thumb .entry-title {
  font-size: 27px;
  font-weight: 500;
  line-height: 34px;
}
.td-grid-style-1 .td-big-thumb .td-module-meta-info {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-grid-style-1 .td-big-thumb .td-module-meta-info {
    margin-bottom: 18px;
  }
}
.td-grid-style-1 .td-medium-thumb .td-big-grid-meta {
  width: 80%;
  margin: 20px 0 14px 19px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-grid-style-1 .td-medium-thumb .td-big-grid-meta {
    margin: 0 15px 11px;
  }
}
.td-grid-style-1 .td-medium-thumb .entry-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
.td-grid-style-1 .td-small-thumb .td-big-grid-meta {
  margin: 0 15px 11px;
}
.td-grid-style-1 .td-small-thumb .entry-title {
  margin-top: 2px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
}
.td-grid-style-1 .td-tiny-thumb .td-big-grid-meta {
  margin: 0 10px 10px 14px;
}
.td-grid-style-1 .td-tiny-thumb .entry-title {
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
}
.td-grid-style-1 .td-tiny-thumb .td-post-category {
  font-size: 9px;
  font-weight: 600;
  padding: 3px 5px;
  line-height: 1;
}
.td-grid-style-1.td-hover-1 .td-module-thumb .entry-thumb {
  transition: transform 0.3s ease, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s;
}
.td-grid-style-1.td-hover-1 .td-module-thumb a:last-child:before {
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.td-grid-style-1.td-hover-1 .td-post-category {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb {
  transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1) rotate(0.02deg);
}
.td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-module-thumb a:last-child:before {
  background-color: rgba(0, 0, 0, 0.1);
}
.td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-post-category {
  background-color: var(--td_theme_color, #4db2ec);
}
.td-grid-style-1 .td-video-play-ico {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-grid-style-1 .td-video-play-ico {
    top: 20px;
    left: auto;
    right: 20px;
    transform: none;
    -webkit-transform: none;
  }
}
/*
  Style 2
*/
.td-grid-style-2 .td-meta-info-container {
  bottom: 0;
}
.td-grid-style-2 .td-module-thumb a:last-child:before {
  -webkit-box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.5);
  opacity: 0.6;
}
.td-grid-style-2 .td-post-category {
  background-color: rgba(0, 0, 0, 0.2);
}
.td-grid-style-2 .td-big-grid-post.td-big-thumb .td-big-grid-meta {
  font-size: 34px;
}
.td-grid-style-2 .td-big-thumb .td-meta-info-container {
  position: static;
  top: 0;
  bottom: auto;
}
.td-grid-style-2 .td-big-thumb .td-big-grid-meta {
  width: 80%;
  margin: 20px 0 20px 20px;
  top: 0;
  position: absolute;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-grid-style-2 .td-big-thumb .td-big-grid-meta {
    width: 90%;
    margin-left: 15px;
  }
}
.td-grid-style-2 .td-big-thumb .td-module-meta-info {
  position: absolute;
  bottom: 0;
}
.td-grid-style-2 .td-big-thumb .entry-title {
  font-size: 34px;
  line-height: 41px;
  /* responsive */
}
@media (max-width: 1140px) {
  .td-grid-style-2 .td-big-thumb .entry-title {
    font-weight: 500;
  }
}
.td-grid-style-2 .td-big-thumb.td-big-grid-post-1 .td-big-grid-meta {
  top: auto;
  bottom: -6px;
}
.td-grid-style-2 .td-big-thumb.td-big-grid-post-1 .td-module-meta-info {
  bottom: auto;
  right: 22px;
  top: 5px;
}
.td-grid-style-2 .td-medium-thumb .td-meta-info-container {
  top: 0;
  bottom: auto;
}
.td-grid-style-2 .td-medium-thumb .td-big-grid-meta {
  width: 80%;
  margin: 20px 0 14px 19px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-grid-style-2 .td-medium-thumb .td-big-grid-meta {
    margin: 16px 15px 11px;
  }
}
.td-grid-style-2 .td-medium-thumb .entry-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
.td-grid-style-2 .td-small-thumb .td-meta-info-container {
  bottom: auto;
  top: 0;
  margin-top: 16px;
}
.td-grid-style-2 .td-small-thumb .td-big-grid-meta {
  margin: 0 15px 11px;
}
.td-grid-style-2 .td-small-thumb .entry-title {
  margin-top: 2px;
  font-size: 17px;
  line-height: 21px;
  font-weight: 500;
}
.td-grid-style-2 .td-tiny-thumb .td-meta-info-container {
  top: 0;
  bottom: auto;
}
.td-grid-style-2 .td-tiny-thumb .td-big-grid-meta {
  margin: 14px 10px 10px 14px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-grid-style-2 .td-tiny-thumb .td-big-grid-meta {
    margin: 10px;
  }
}
.td-grid-style-2 .td-tiny-thumb .entry-title {
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
}
.td-grid-style-2 .td-tiny-thumb .td-post-category {
  font-size: 9px;
  font-weight: 600;
  padding: 3px 5px;
  line-height: 1;
}
.td-grid-style-2.td-hover-1 .td-module-thumb .entry-thumb {
  transition: transform 0.3s ease, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s;
}
.td-grid-style-2.td-hover-1 .td-post-category {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.td-grid-style-2.td-hover-1 .td-big-grid-post:hover .entry-thumb {
  transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1) rotate(0.02deg);
}
.td-grid-style-2.td-hover-1 .td-big-grid-post:hover .td-post-category {
  background-color: rgba(0, 0, 0, 0.5);
}
/*
  Style 3
*/
.td-grid-style-3 .td-meta-info-container {
  bottom: 0;
}
.td-grid-style-3 .td-module-thumb a:last-child:before {
  opacity: 0.8;
}
.td-grid-style-3 .td-post-category {
  background-color: rgba(0, 0, 0, 0.2);
}
.td-grid-style-3 .td-big-grid-post.td-big-thumb .td-big-grid-meta {
  font-size: 34px;
}
.td-grid-style-3 .td-big-thumb .td-meta-info-container {
  position: static;
  top: 0;
  bottom: auto;
}
.td-grid-style-3 .td-big-thumb .td-big-grid-meta {
  width: 80%;
  margin: 20px 0 20px 20px;
  top: 0;
  position: absolute;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-grid-style-3 .td-big-thumb .td-big-grid-meta {
    width: 90%;
    margin-left: 15px;
  }
}
.td-grid-style-3 .td-big-thumb .td-module-meta-info {
  position: absolute;
  bottom: 0;
}
.td-grid-style-3 .td-big-thumb .entry-title {
  font-size: 34px;
  line-height: 41px;
  /* responsive */
}
@media (max-width: 1140px) {
  .td-grid-style-3 .td-big-thumb .entry-title {
    font-weight: 500;
  }
}
.td-grid-style-3 .td-big-thumb .entry-title a {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.td-grid-style-3 .td-big-thumb.td-big-grid-post-1 .td-big-grid-meta {
  top: auto;
  bottom: -6px;
}
.td-grid-style-3 .td-big-thumb.td-big-grid-post-1 .td-module-meta-info {
  bottom: auto;
  right: 22px;
  top: 5px;
}
.td-grid-style-3 .td-medium-thumb .td-big-grid-meta {
  width: 80%;
  margin: 20px 0 14px 19px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-grid-style-3 .td-medium-thumb .td-big-grid-meta {
    margin: 0 15px 11px;
  }
}
.td-grid-style-3 .td-medium-thumb .entry-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
.td-grid-style-3 .td-medium-thumb .entry-title a {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.td-grid-style-3 .td-small-thumb .td-big-grid-meta {
  margin: 0 15px 11px;
}
.td-grid-style-3 .td-small-thumb .entry-title {
  margin-top: 2px;
  font-size: 17px;
  line-height: 21px;
  font-weight: 500;
}
.td-grid-style-3 .td-small-thumb .entry-title a {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.td-grid-style-3 .td-tiny-thumb .td-big-grid-meta {
  margin: 0 10px 10px 14px;
}
.td-grid-style-3 .td-tiny-thumb .entry-title {
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
}
.td-grid-style-3 .td-tiny-thumb .entry-title a {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.td-grid-style-3 .td-tiny-thumb .td-post-category {
  font-size: 9px;
  font-weight: 600;
  padding: 3px 5px;
  line-height: 1;
}
.td-grid-style-3.td-hover-1 .td-module-thumb .entry-thumb {
  transition: transform 0.3s ease, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s;
}
.td-grid-style-3.td-hover-1 .td-post-category {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.td-grid-style-3.td-hover-1 .td-big-grid-post:hover .entry-thumb {
  transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1) rotate(0.02deg);
}
.td-grid-style-3.td-hover-1 .td-big-grid-post:hover .td-post-category {
  background-color: rgba(0, 0, 0, 0.5);
}
/*
  Style 4
*/
.td-grid-style-4 .td-meta-info-container {
  bottom: 0;
  z-index: 1;
}
.td-grid-style-4 .td-post-category {
  background-color: rgba(0, 0, 0, 0.4);
}
.td-grid-style-4 .entry-title {
  background-color: var(--td_slider_text, rgba(77, 178, 236, 0.7));
}
.td-grid-style-4 .entry-title a {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.td-grid-style-4 .td-module-meta-info {
  margin: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: table;
  /* responsive portrait phone */
}
.td-grid-style-4 .td-module-meta-info > span {
  padding: 5px 0 6px 7px;
}
.td-grid-style-4 .td-module-meta-info > span span {
  margin: 0 -2px 0 2px;
  display: inline-block;
}
.td-grid-style-4 .td-module-meta-info > span:last-child {
  padding-right: 7px;
}
@media (max-width: 767px) {
  .td-grid-style-4 .td-module-meta-info {
    display: none;
  }
}
.td-grid-style-4 .td-big-thumb .td-meta-info-container {
  width: 80%;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-grid-style-4 .td-big-thumb .td-meta-info-container {
    width: 100%;
  }
}
.td-grid-style-4 .td-big-thumb .td-post-category {
  margin-bottom: 0;
  display: table;
}
.td-grid-style-4 .td-big-thumb .td-module-meta-info {
  margin: 0;
}
.td-grid-style-4 .td-big-thumb .entry-title {
  font-size: 28px;
  line-height: 35px;
  font-weight: 500;
  padding: 3px 8px 6px;
}
.td-grid-style-4 .td-medium-thumb .entry-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  padding: 4px 11px 6px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-grid-style-4 .td-medium-thumb .entry-title {
    padding: 5px 7px 6px;
  }
}
.td-grid-style-4 .td-medium-thumb .td-post-category {
  margin-bottom: 0;
  display: table;
}
.td-grid-style-4 .td-small-thumb .td-post-category {
  margin-bottom: 0;
  display: table;
}
.td-grid-style-4 .td-small-thumb .td-module-meta-info {
  margin: 0;
}
.td-grid-style-4 .td-small-thumb .entry-title {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  padding: 5px 7px 6px;
}
.td-grid-style-4 .td-tiny-thumb .td-big-grid-meta {
  margin: 0 10px 10px 14px;
}
.td-grid-style-4 .td-tiny-thumb .entry-title {
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
  padding: 5px 7px 6px;
  margin-right: 3px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-grid-style-4 .td-tiny-thumb .entry-title {
    margin-right: 0;
  }
}
.td-grid-style-4 .td-tiny-thumb .td-post-category {
  font-size: 9px;
  font-weight: 600;
  padding: 3px 5px;
  line-height: 1;
  margin-bottom: 0;
  display: table;
}
.td-grid-style-4 .td-tiny-thumb .td-big-grid-meta {
  margin: 0;
}
.td-grid-style-4.td-hover-1 .td-module-thumb .entry-thumb {
  transition: transform 0.3s ease, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s;
}
.td-grid-style-4.td-hover-1 .td-big-grid-post:hover .entry-thumb {
  transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1) rotate(0.02deg);
}
/*
  Style 5
*/
.td-grid-style-5 .td-meta-info-container {
  top: 0;
  bottom: 0;
  text-align: center;
  margin: 0;
  font-size: 0;
  width: 100%;
}
.td-grid-style-5 .td-meta-info-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.td-grid-style-5 .td-big-grid-post.td-big-thumb .td-big-grid-meta {
  font-size: 34px;
}
.td-grid-style-5 .td-meta-align {
  display: inline-block;
  vertical-align: middle;
}
.td-grid-style-5 .td-module-meta-info {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.td-grid-style-5 .td-module-thumb a:last-child:before {
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.td-grid-style-5 .td-post-category {
  background-color: rgba(0, 0, 0, 0.7);
  margin-top: 0;
}
.td-grid-style-5 .td-big-thumb .td-meta-info-container {
  padding: 0 30px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-grid-style-5 .td-big-thumb .td-meta-info-container {
    padding: 0 15px;
  }
}
.td-grid-style-5 .td-big-thumb .entry-title {
  font-size: 28px;
  line-height: 36px;
  /* responsive */
}
@media (max-width: 1140px) {
  .td-grid-style-5 .td-big-thumb .entry-title {
    font-weight: 500;
  }
}
.td-grid-style-5 .td-medium-thumb .td-meta-info-container {
  padding: 0 25px;
}
.td-grid-style-5 .td-medium-thumb .entry-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
.td-grid-style-5 .td-small-thumb .td-meta-info-container {
  padding: 0 15px;
}
.td-grid-style-5 .td-small-thumb .entry-title {
  margin-top: 2px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
}
.td-grid-style-5 .td-tiny-thumb .td-big-grid-meta {
  padding: 0 10px;
}
.td-grid-style-5 .td-tiny-thumb .entry-title {
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
}
.td-grid-style-5 .td-tiny-thumb .entry-title a {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.td-grid-style-5 .td-tiny-thumb .td-post-category {
  font-size: 9px;
  font-weight: 600;
  padding: 3px 5px;
  line-height: 1;
}
.td-grid-style-5 .td-video-play-ico {
  top: 20px;
  left: auto;
  right: 20px;
  transform: none;
  -webkit-transform: none;
}
.td-grid-style-5.td-hover-1 .td-module-thumb a:last-child:before {
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
}
.td-grid-style-5.td-hover-1 .td-module-thumb .entry-thumb {
  transition: transform 0.3s ease, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s;
}
.td-grid-style-5.td-hover-1 .td-post-category {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.td-grid-style-5.td-hover-1 .td-big-grid-post:hover .td-module-thumb a:last-child:before {
  box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.75);
}
.td-grid-style-5.td-hover-1 .td-big-grid-post:hover .entry-thumb {
  transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1) rotate(0.02deg);
}
.td-grid-style-5.td-hover-1 .td-big-grid-post:hover .td-post-category {
  background-color: var(--td_theme_color, #4db2ec);
}
/*
  Style 6
*/
.td-grid-style-6 .td-meta-info-container {
  top: 0;
  bottom: 0;
  text-align: center;
  margin: 0;
  font-size: 0;
  width: 100%;
}
.td-grid-style-6 .td-meta-info-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.td-grid-style-6 .td-big-grid-meta {
  position: relative;
  text-align: center;
  padding: 0 10%;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-grid-style-6 .td-big-grid-meta {
    padding: 0 4%;
  }
}
.td-grid-style-6 .td-big-grid-post .td-big-grid-meta .entry-title {
  display: inline-block;
  width: 100%;
  font-weight: 300;
  margin-bottom: 0 !important;
}
.td-grid-style-6 .td-big-grid-post .entry-title {
  text-transform: uppercase;
}
.td-grid-style-6 .td-big-grid-post.td-big-thumb .td-big-grid-meta {
  font-size: 34px;
}
.td-grid-style-6 .td-big-grid-wrapper .td-big-grid-post .td-big-grid-meta {
  margin: 0;
}
.td-grid-style-6 .td-meta-align {
  display: inline-block;
  vertical-align: middle;
}
.td-grid-style-6 .td-big-grid-post .td-module-meta-info {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.td-grid-style-6 .td-module-thumb a:last-child:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-color: #000;
  opacity: 0.7;
  top: 0;
}
.td-grid-style-6 .td-post-category {
  -webkit-transition: background-color 0.35s ease 0s, color 0.35s ease 0s;
  transition: background-color 0.35s ease 0s, color 0.35s ease 0s;
}
.td-grid-style-6 .td-post-category:hover {
  background-color: #fff;
  color: #000;
}
.td-grid-style-6 .td-big-grid-post .td-post-category {
  font-size: 10px;
  padding: 2px 6px;
  line-height: 13px;
  margin-bottom: 10px;
}
.td-grid-style-6 .td-video-play-ico {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-grid-style-6 .td-video-play-ico {
    display: none;
  }
}
.td-grid-style-6 .td-video-play-ico img {
  top: 10px !important;
  bottom: auto;
  left: auto;
  right: 10px;
  width: 30px;
}
.td-grid-style-6 .td-big-thumb .entry-title {
  font-size: 37px;
  line-height: 45px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-grid-style-6 .td-big-thumb .entry-title {
    font-size: 22px !important;
    line-height: 26px !important;
  }
}
@media (max-width: 767px) {
  .td-grid-style-6 .td-big-thumb .entry-title {
    font-size: 26px !important;
    line-height: 28px !important;
  }
}
.td-grid-style-6 .td-medium-thumb .entry-title {
  font-size: 24px;
  line-height: 28px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-grid-style-6 .td-medium-thumb .entry-title {
    font-size: 18px !important;
    line-height: 21px !important;
  }
}
@media (max-width: 767px) {
  .td-grid-style-6 .td-medium-thumb .entry-title {
    font-size: 20px !important;
    line-height: 24px !important;
  }
}
.td-grid-style-6 .td-small-thumb .entry-title {
  font-size: 18px;
  line-height: 22px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-grid-style-6 .td-small-thumb .entry-title {
    font-size: 13px !important;
    line-height: 15px !important;
  }
}
.td-grid-style-6 .td-small-thumb .td-module-comments {
  display: none;
}
.td-grid-style-6 .td-tiny-thumb .entry-title {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-grid-style-6 .td-tiny-thumb .entry-title {
    font-size: 13px !important;
    line-height: 16px !important;
  }
}
@media (max-width: 767px) {
  .td-grid-style-6 .td-tiny-thumb .entry-title {
    font-size: 11px !important;
    line-height: 13px !important;
    margin: 5px 0;
  }
}
.td-grid-style-6 .td-tiny-thumb .td-post-category,
.td-grid-style-6 .td-tiny-thumb .td-module-comments {
  display: none;
}
.td-grid-style-6 .td-tiny-thumb .td-module-meta-info {
  /* responsive portrait tablet */
}
@media (max-width: 1018px) {
  .td-grid-style-6 .td-tiny-thumb .td-module-meta-info {
    display: none;
  }
}
.td-grid-style-6 .td-big-grid-scroll .td-big-grid-post .td-meta-info-container .entry-title {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-grid-style-6 .td-big-grid-scroll .td-big-grid-post .td-meta-info-container .entry-title {
    font-size: 16px !important;
    line-height: 21px !important;
  }
}
.td-grid-style-6.td-hover-1 {
  /* responsive desktop - disable all effects on devices */
}
@media (min-width: 1025px) {
  .td-grid-style-6.td-hover-1 .entry-thumb {
    -webkit-transition: transform 0.6s ease 0s;
    transition: transform 0.6s ease 0s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  .td-grid-style-6.td-hover-1 .td-module-thumb:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: var(--td_theme_color, #4db2ec);
    opacity: 0;
    top: 0;
    left: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.4s ease 0.2s;
    transition: opacity 0.4s ease 0.2s;
  }
  .td-grid-style-6.td-hover-1 .td-module-thumb a:last-child:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 160%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    content: '';
    z-index: 1;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  }
  .td-grid-style-6.td-hover-1 .td-module-comments {
    -webkit-transition: opacity 0.6s ease 0s;
    transition: opacity 0.6s ease 0s;
    opacity: 0;
  }
  .td-grid-style-6.td-hover-1 .td-big-grid-post:hover .entry-thumb {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  .td-grid-style-6.td-hover-1 .td-big-grid-post:hover .td-module-comments {
    opacity: 1;
  }
  .td-grid-style-6.td-hover-1 .td-big-grid-post:hover .td-module-thumb a:last-child:after {
    -webkit-transition: transform 0.7s ease 0s;
    transition: transform 0.7s ease 0s;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 146%, 0);
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 146%, 0);
  }
  .td-grid-style-6.td-hover-1 .td-big-grid-post:hover .td-module-thumb:after {
    opacity: 0.3;
  }
}
/*
  Style 7
*/
.td-grid-style-7 .td-video-play-ico img {
  top: auto;
  left: auto;
  width: 30px;
  right: 10px;
  bottom: 10px;
}
.td-grid-style-7 .td-big-grid-post .entry-title a {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.td-grid-style-7 .td-big-grid-post .td-post-category {
  background-color: transparent;
  padding: 0 !important;
  position: absolute;
  bottom: 17px;
  text-transform: none;
  margin: 0 !important;
  font-size: 12px !important;
  line-height: 14px !important;
  /* responsive portrait tablet */
}
@media (max-width: 1018px) {
  .td-grid-style-7 .td-big-grid-post .td-post-category {
    bottom: 10px;
  }
}
.td-grid-style-7 .td-big-grid-post .td-post-category:hover {
  background-color: transparent;
}
.td-grid-style-7 .td-module-meta-info {
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-grid-style-7 .td-module-meta-info {
    margin-left: 17px !important;
  }
}
@media (max-width: 767px) {
  .td-grid-style-7 .td-module-meta-info {
    margin-left: 14px !important;
  }
}
.td-grid-style-7 .td-meta-info-container {
  top: 0;
  height: 100%;
}
.td-grid-style-7 .td-big-grid-post .td-big-grid-meta {
  padding-bottom: 0 !important;
}
.td-grid-style-7 .td-big-grid-scroll .td-big-grid-post .td-meta-align .td-big-grid-meta {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-grid-style-7 .td-big-grid-scroll .td-big-grid-post .td-meta-align .td-big-grid-meta {
    padding: 10px 14px;
  }
}
.td-grid-style-7 .td-big-grid-scroll .td-big-grid-post .td-meta-align .td-big-grid-meta .entry-title {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-grid-style-7 .td-big-grid-scroll .td-big-grid-post .td-meta-align .td-big-grid-meta .entry-title {
    font-size: 16px !important;
    line-height: 19px !important;
  }
}
.td-grid-style-7 .td-big-thumb .td-big-grid-meta {
  padding: 20px 26px 14px 20px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-grid-style-7 .td-big-thumb .td-big-grid-meta {
    padding: 12px 17px 11px;
  }
}
@media (max-width: 767px) {
  .td-grid-style-7 .td-big-thumb .td-big-grid-meta {
    padding: 14px;
  }
}
.td-grid-style-7 .td-big-thumb .entry-title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 7px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-grid-style-7 .td-big-thumb .entry-title {
    font-size: 24px !important;
    line-height: 28px !important;
  }
}
@media (max-width: 767px) {
  .td-grid-style-7 .td-big-thumb .entry-title {
    font-size: 26px !important;
    line-height: 30px !important;
    margin-bottom: 5px;
  }
}
.td-grid-style-7 .td-medium-thumb .td-big-grid-meta {
  padding: 20px 26px 14px 20px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-grid-style-7 .td-medium-thumb .td-big-grid-meta {
    padding: 12px 20px 11px 17px;
  }
}
@media (max-width: 767px) {
  .td-grid-style-7 .td-medium-thumb .td-big-grid-meta {
    padding: 12px 14px 10px;
  }
}
.td-grid-style-7 .td-medium-thumb .entry-title {
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 7px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-grid-style-7 .td-medium-thumb .entry-title {
    font-size: 16px !important;
    line-height: 20px !important;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .td-grid-style-7 .td-medium-thumb .entry-title {
    font-size: 20px !important;
    line-height: 26px !important;
    margin-bottom: 5px;
  }
}
.td-grid-style-7 .td-small-thumb .td-big-grid-meta {
  padding: 14px 20px 10px;
  margin: 0 !important;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-grid-style-7 .td-small-thumb .td-big-grid-meta {
    padding: 12px 17px 5px;
  }
}
@media (max-width: 767px) {
  .td-grid-style-7 .td-small-thumb .td-big-grid-meta {
    padding: 10px 14px;
  }
}
.td-grid-style-7 .td-small-thumb .td-module-meta-info {
  /* responsive portrait tablet */
}
@media (max-width: 1018px) {
  .td-grid-style-7 .td-small-thumb .td-module-meta-info {
    display: none;
  }
}
.td-grid-style-7 .td-small-thumb .entry-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 6px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-grid-style-7 .td-small-thumb .entry-title {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-grid-style-7 .td-small-thumb .entry-title {
    font-size: 14px !important;
    line-height: 18px !important;
  }
}
@media (max-width: 767px) {
  .td-grid-style-7 .td-small-thumb .entry-title {
    font-size: 19px !important;
    line-height: 23px !important;
  }
}
.td-grid-style-7 .td-small-thumb .td-post-category {
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-grid-style-7 .td-small-thumb .td-post-category {
    display: inline;
  }
}
.td-grid-style-7 .td-small-thumb .td-module-comments {
  display: none;
}
.td-grid-style-7 .td-tiny-thumb .td-big-grid-meta {
  padding: 4px 16px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-grid-style-7 .td-tiny-thumb .td-big-grid-meta {
    padding: 4px 14px;
  }
}
@media (max-width: 767px) {
  .td-grid-style-7 .td-tiny-thumb .td-big-grid-meta {
    padding: 2px 10px 0;
  }
}
.td-grid-style-7 .td-tiny-thumb .entry-title {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  margin-top: 6px;
  margin-bottom: 7px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-grid-style-7 .td-tiny-thumb .entry-title {
    font-size: 12px !important;
    line-height: 13px !important;
  }
}
@media (max-width: 767px) {
  .td-grid-style-7 .td-tiny-thumb .entry-title {
    font-size: 12px !important;
    line-height: 15px !important;
  }
}
.td-grid-style-7 .td-tiny-thumb .td-module-meta-info,
.td-grid-style-7 .td-tiny-thumb .td-module-comments {
  display: none;
}
.td-grid-style-7 .td-module-thumb a:last-child:before,
.td-grid-style-7 .td-big-grid-post .td-module-thumb a:last-child:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
}
.td-grid-style-7 .td-module-thumb a:last-child:after {
  -webkit-box-shadow: inset 0 0 16px 4px #000000;
  -moz-box-shadow: inset 0 0 16px 4px #000000;
  box-shadow: inset 0 0 16px 4px #000000;
  opacity: 0.15;
}
.td-grid-style-7 .td-big-grid-post-0 .td-module-thumb a:last-child:before {
  opacity: 0.6;
  background: #410cbc;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #410cbc), color-stop(100%, #ff6f31));
  background: -webkit-linear-gradient(20deg, #410cbc 0%, #ff6f31 100%);
  background: linear-gradient(20deg, #410cbc 0%, #ff6f31 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#410cbc', endColorstr='#ff6f31', GradientType=1);
}
.td-grid-style-7 .td-big-grid-post-1 .td-module-thumb a:last-child:before {
  opacity: 0.6;
  background: #f4880d;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #f4880d), color-stop(100%, #70ff99));
  background: -webkit-linear-gradient(20deg, #f4880d 0%, #70ff99 100%);
  background: linear-gradient(20deg, #f4880d 0%, #70ff99 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4880d', endColorstr='#70ff99', GradientType=1);
}
.td-grid-style-7 .td-big-grid-post-2 .td-module-thumb a:last-child:before {
  opacity: 0.6;
  background: #c40f79;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #c40f79), color-stop(100%, #7ebfff));
  background: -webkit-linear-gradient(20deg, #c40f79 0%, #7ebfff 100%);
  background: linear-gradient(20deg, #c40f79 0%, #7ebfff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c40f79', endColorstr='#7ebfff', GradientType=1);
}
.td-grid-style-7.td_block_big_grid_3 .td-big-grid-post-2 .td-module-thumb a:last-child:before,
.td-grid-style-7.td_block_big_grid_4 .td-big-grid-post-2 .td-module-thumb a:last-child:before,
.td-grid-style-7.td_block_big_grid_5 .td-big-grid-post-2 .td-module-thumb a:last-child:before,
.td-grid-style-7.td_block_big_grid_10 .td-big-grid-post-2 .td-module-thumb a:last-child:before,
.td-grid-style-7.td_block_big_grid_12 .td-big-grid-post-2 .td-module-thumb a:last-child:before,
.td-grid-style-7 .td-big-grid-post-3 .td-module-thumb a:last-child:before,
.td-grid-style-7 .td-big-grid-post-7 .td-module-thumb a:last-child:before {
  opacity: 0.6;
  background: #0016be;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #0016be), color-stop(100%, #2aec74));
  background: -webkit-linear-gradient(20deg, #0016be 0%, #2aec74 100%);
  background: linear-gradient(20deg, #0016be 0%, #2aec74 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0016be', endColorstr='#2aec74', GradientType=1);
}
.td-grid-style-7.td_block_big_grid_3 .td-big-grid-post-3 .td-module-thumb a:last-child:before,
.td-grid-style-7 .td-big-grid-post-4 .td-module-thumb a:last-child:before {
  opacity: 0.6;
  background: #023c8c;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #023c8c), color-stop(100%, #ff86d3));
  background: -webkit-linear-gradient(20deg, #023c8c 0%, #ff86d3 100%);
  background: linear-gradient(20deg, #023c8c 0%, #ff86d3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#023c8c', endColorstr='#ff86d3', GradientType=1);
}
.td-grid-style-7.td_block_big_grid_1 .td-big-grid-post-4 .td-module-thumb a:last-child:before,
.td-grid-style-7 .td-big-grid-post-5 .td-module-thumb a:last-child:before {
  opacity: 0.6;
  background: #00ac81;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #00ac81), color-stop(100%, #ff778e));
  background: -webkit-linear-gradient(20deg, #00ac81 0%, #ff778e 100%);
  background: linear-gradient(20deg, #00ac81 0%, #ff778e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ac81', endColorstr='#ff778e', GradientType=1);
}
.td-grid-style-7 .td-big-grid-post-6 .td-module-thumb a:last-child:before {
  opacity: 0.6;
  background: #007808;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #007808), color-stop(100%, #fff940));
  background: -webkit-linear-gradient(20deg, #007808 0%, #fff940 100%);
  background: linear-gradient(20deg, #007808 0%, #fff940 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007808', endColorstr='#fff940', GradientType=1);
}
.td-grid-style-7.td-hover-1 {
  /* responsive desktop - disable all effects on devices */
}
@media (min-width: 1025px) {
  .td-grid-style-7.td-hover-1 .entry-thumb {
    -webkit-transition: transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s;
  }
  .td-grid-style-7.td-hover-1 .td-big-grid-post:hover .entry-thumb {
    transform: scale3d(1.05, 1.05, 1);
    -webkit-transform: scale3d(1.05, 1.05, 1);
    -moz-transform: scale3d(1.05, 1.05, 1) rotate(0.02deg);
  }
}
.td-grid-style-7.td_block_big_grid_12 .td-big-grid-post-1 .entry-title,
.td-grid-style-7.td_block_big_grid_12 .td-big-grid-post-2 .entry-title {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-grid-style-7.td_block_big_grid_12 .td-big-grid-post-1 .entry-title,
  .td-grid-style-7.td_block_big_grid_12 .td-big-grid-post-2 .entry-title {
    font-size: 17px !important;
    line-height: 21px !important;
  }
}
.td-grid-style-7.td_block_big_grid_12 .td-big-grid-post-2 .td-meta-align {
  margin-top: 11px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-grid-style-7.td_block_big_grid_12 .td-big-grid-post-2 .td-meta-align {
    margin-top: 0;
  }
}
.td-grid-style-7.td_block_big_grid_9 .td-big-grid-post .entry-title,
.td-grid-style-7.td_block_big_grid_10 .td-big-grid-post .entry-title {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-grid-style-7.td_block_big_grid_9 .td-big-grid-post .entry-title,
  .td-grid-style-7.td_block_big_grid_10 .td-big-grid-post .entry-title {
    font-size: 19px !important;
    line-height: 23px !important;
  }
}
.td-grid-style-7.td_block_big_grid_11 .td-big-grid-post .entry-title {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-grid-style-7.td_block_big_grid_11 .td-big-grid-post .entry-title {
    font-size: 17px !important;
    line-height: 21px !important;
  }
}
.td-grid-style-7.td_block_big_grid_5 .td-big-grid-meta {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-grid-style-7.td_block_big_grid_5 .td-big-grid-meta {
    padding-top: 14px;
  }
}
/*


  General big grids


*/
.td-big-grid-post {
  position: relative;
  overflow: hidden;
  /*


          font responsive


  */
}
.td-big-grid-post .entry-review-stars {
  color: #fff;
  margin-top: -5px;
}
.td-big-grid-post .td-post-category {
  font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 0 5px 0;
  padding: 3px 7px;
  line-height: 13px;
  pointer-events: auto;
}
.td-big-grid-post .td-meta-info-container {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  width: 100%;
}
.td-big-grid-post .td-meta-align {
  pointer-events: none;
  width: 100%;
}
.td-big-grid-post .td-post-author-name a,
.td-big-grid-post .td-post-author-name span,
.td-big-grid-post .td-post-date {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.td-big-grid-post .entry-title {
  margin: 0;
  word-wrap: break-word;
}
.td-big-grid-post .entry-title a {
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.td-big-grid-post .td-module-meta-info {
  margin: 11px 0 20px 20px;
  min-height: 0;
  z-index: 1;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-big-grid-post .td-module-meta-info {
    margin-left: 17px;
  }
}
.td-big-grid-post .td-post-author-name {
  pointer-events: auto;
}
.td-big-grid-post .td-big-grid-meta {
  z-index: 1;
}
.td-big-grid-post .td-video-play-ico {
  /* responsive portrait tablet */
}
@media (max-width: 1018px) {
  .td-big-grid-post .td-video-play-ico {
    width: 30px !important;
    height: 30px !important;
    font-size: 30px !important;
    border-width: 0.050em !important;
  }
}
.td-big-grid-post.td-big-thumb .td-big-grid-meta {
  font-size: 27px;
}
.td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title {
  /* responsive */
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (max-width: 1140px) {
  .td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title {
    line-height: 1.3;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title {
    font-size: 80%;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title {
    font-size: 22px;
  }
}
.td-big-grid-post.td-medium-thumb .td-big-grid-meta {
  font-size: 24px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-big-grid-post.td-medium-thumb .td-big-grid-meta {
    font-size: 16px;
  }
}
.td-big-grid-post.td-medium-thumb .td-big-grid-meta .entry-title {
  /* responsive */
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (max-width: 1140px) {
  .td-big-grid-post.td-medium-thumb .td-big-grid-meta .entry-title {
    line-height: 1.3;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-big-grid-post.td-medium-thumb .td-big-grid-meta .entry-title {
    font-size: 85%;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-big-grid-post.td-medium-thumb .td-big-grid-meta .entry-title {
    font-size: 65%;
  }
}
@media (max-width: 767px) {
  .td-big-grid-post.td-medium-thumb .td-big-grid-meta .entry-title {
    font-size: 16px;
    line-height: 21px;
  }
}
.td-big-grid-post.td-small-thumb .td-big-grid-meta {
  font-size: 16px;
}
.td-big-grid-post.td-small-thumb .td-big-grid-meta .entry-title {
  /* responsive */
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (max-width: 1140px) {
  .td-big-grid-post.td-small-thumb .td-big-grid-meta .entry-title {
    line-height: 1.4;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-big-grid-post.td-small-thumb .td-big-grid-meta .entry-title {
    font-size: 90%;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-big-grid-post.td-small-thumb .td-big-grid-meta .entry-title {
    font-size: 80%;
  }
}
@media (max-width: 767px) {
  .td-big-grid-post.td-small-thumb .td-big-grid-meta .entry-title {
    font-size: 16px;
    line-height: 21px;
  }
}
.td-big-grid-post.td-tiny-thumb .td-big-grid-meta {
  font-size: 15px;
}
.td-big-grid-post.td-tiny-thumb .td-big-grid-meta .entry-title {
  /* responsive */
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (max-width: 1140px) {
  .td-big-grid-post.td-tiny-thumb .td-big-grid-meta .entry-title {
    line-height: 1.4;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-big-grid-post.td-tiny-thumb .td-big-grid-meta .entry-title {
    font-size: 90%;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-big-grid-post.td-tiny-thumb .td-big-grid-meta .entry-title {
    font-size: 70%;
  }
}
@media (max-width: 767px) {
  .td-big-grid-post.td-tiny-thumb .td-big-grid-meta .entry-title {
    font-size: 16px;
    line-height: 21px;
  }
}
.td-big-grid-post .td-module-thumb {
  overflow: hidden;
  margin: 0;
}
.td-big-grid-post .td-module-thumb img {
  max-width: none;
}
.td-big-grid-post .entry-thumb {
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-big-grid-post .entry-thumb {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-big-grid-post .entry-thumb {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .td-big-grid-post .entry-thumb {
    width: 100%;
  }
}
.td-big-grid-post .td-module-thumb {
  background-color: #e5e5e5;
}
.td-big-grid-post .td-post-author-name,
.td-big-grid-post .td-post-date {
  top: 0;
}
.td_block_big_grid_8 .td-big-grid-scroll .td-big-grid-post .td-big-grid-meta .entry-title {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_8 .td-big-grid-scroll .td-big-grid-post .td-big-grid-meta .entry-title {
    font-size: 16px !important;
    line-height: 21px !important;
  }
}
.td_block_big_grid_8 .td-big-grid-post-0.td-big-grid-post .td-big-grid-meta .entry-title,
.td_block_big_grid_8 .td-big-grid-post-1.td-big-grid-post .td-big-grid-meta .entry-title {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_8 .td-big-grid-post-0.td-big-grid-post .td-big-grid-meta .entry-title,
  .td_block_big_grid_8 .td-big-grid-post-1.td-big-grid-post .td-big-grid-meta .entry-title {
    font-size: 24px !important;
    line-height: 30px !important;
  }
}
.td-grid-style-2 .td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title,
.td-grid-style-3 .td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-grid-style-2 .td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title,
  .td-grid-style-3 .td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title {
    font-size: 70%;
  }
}
.td-grid-style-5 .td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-grid-style-5 .td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title {
    font-size: 60%;
  }
}
/* responsive portrait phone */
@media (max-width: 767px) {
  .td_block_big_grid_1,
  .td_block_big_grid_2,
  .td_block_big_grid_3,
  .td_block_big_grid_4,
  .td_block_big_grid_5,
  .td_block_big_grid_6,
  .td_block_big_grid_7,
  .td_block_big_grid_8,
  .td_block_big_grid_9,
  .td_block_big_grid_10,
  .td_block_big_grid_11,
  .td_block_big_grid_12 {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.vc_tta-tabs .td_block_big_grid_1,
.vc_tta-tabs .td_block_big_grid_2,
.vc_tta-tabs .td_block_big_grid_3,
.vc_tta-tabs .td_block_big_grid_4,
.vc_tta-tabs .td_block_big_grid_5,
.vc_tta-tabs .td_block_big_grid_6,
.vc_tta-tabs .td_block_big_grid_7,
.vc_tta-tabs .td_block_big_grid_8,
.vc_tta-tabs .td_block_big_grid_9,
.vc_tta-tabs .td_block_big_grid_10,
.vc_tta-tabs .td_block_big_grid_11,
.vc_tta-tabs .td_block_big_grid_12 {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .vc_tta-tabs .td_block_big_grid_1,
  .vc_tta-tabs .td_block_big_grid_2,
  .vc_tta-tabs .td_block_big_grid_3,
  .vc_tta-tabs .td_block_big_grid_4,
  .vc_tta-tabs .td_block_big_grid_5,
  .vc_tta-tabs .td_block_big_grid_6,
  .vc_tta-tabs .td_block_big_grid_7,
  .vc_tta-tabs .td_block_big_grid_8,
  .vc_tta-tabs .td_block_big_grid_9,
  .vc_tta-tabs .td_block_big_grid_10,
  .vc_tta-tabs .td_block_big_grid_11,
  .vc_tta-tabs .td_block_big_grid_12 {
    margin-left: 0;
    margin-right: 0;
  }
}
.iosSlider.td_block_wrap {
  margin-bottom: 34px !important;
}
/*

  scroll bar


*/
.td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll {
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0;
    overflow-y: hidden;
    padding-top: 3px;
    z-index: 0;
    -webkit-overflow-scrolling: touch;
    transform: translate3d(0, 0, 0);
  }
  .td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll .td-big-grid-post {
    margin-left: 3px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll .td-big-grid-post:first-child {
    margin-left: 0;
  }
}
.td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll .td-module-thumb {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll .td-module-thumb {
    width: 100%;
    height: 170px;
  }
}
.td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll .td-big-grid-post {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll .td-big-grid-post {
    display: inline-block;
    white-space: normal;
    float: none;
    vertical-align: top;
    width: 80%;
  }
}
.td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll.td-scroll-full .td-big-grid-post {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll.td-scroll-full .td-big-grid-post {
    width: 100%;
  }
}
/*
    Big grid 1
  */
.td_block_big_grid_1 .td-big-grid-post {
  float: left;
}
.td_block_big_grid_1 .td-big-thumb {
  margin-right: 3px;
}
.td_block_big_grid_1 .td-big-thumb .td-module-thumb {
  width: 532px;
  height: 399px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td_block_big_grid_1 .td-big-thumb .td-module-thumb {
    width: 504px;
    height: 355px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_1 .td-big-thumb .td-module-thumb {
    width: 374px;
    height: 271px;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_1 .td-big-thumb .td-module-thumb {
    width: 100%;
    height: auto;
  }
}
.td_block_big_grid_1 .td-small-thumb .td-module-thumb {
  width: 265px;
  height: 198px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td_block_big_grid_1 .td-small-thumb .td-module-thumb {
    width: 235px;
    height: 176px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_1 .td-small-thumb .td-module-thumb {
    width: 180px;
    height: 134px;
  }
}
.td_block_big_grid_1 .td-big-grid-post-0 {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_1 .td-big-grid-post-0 {
    width: 100%;
    float: none;
  }
}
.td_block_big_grid_1 .td-big-grid-post-1,
.td_block_big_grid_1 .td-big-grid-post-3 {
  margin-right: 3px;
}
.td_block_big_grid_1 .td-big-grid-post-1,
.td_block_big_grid_1 .td-big-grid-post-2 {
  margin-bottom: 3px;
}
.td_block_big_grid_1.td-grid-style-5 .td-module-meta-info,
.td_block_big_grid_1.td-grid-style-6 .td-module-meta-info {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.td_block_big_grid_1 .td-module-empty {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_1 .td-module-empty {
    display: none !important;
  }
}
.td_block_big_grid_1 .td-module-empty .td-module-thumb {
  width: 265px;
  height: 198px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td_block_big_grid_1 .td-module-empty .td-module-thumb {
    width: 235px;
    height: 176px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_1 .td-module-empty .td-module-thumb {
    width: 180px;
    height: 134px;
  }
}
/*
  Big grid 2
*/
.td_block_big_grid_2 .td-big-grid-post {
  float: left;
}
.td_block_big_grid_2 .td-big-thumb {
  margin-right: 3px;
}
.td_block_big_grid_2 .td-big-thumb .td-module-thumb {
  width: 741px;
  height: 486px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td_block_big_grid_2 .td-big-thumb .td-module-thumb {
    width: 692px;
    height: 426px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_2 .td-big-thumb .td-module-thumb {
    width: 515px;
    height: 336px;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_2 .td-big-thumb .td-module-thumb {
    width: 100%;
    height: auto;
  }
}
.td_block_big_grid_2 .td-small-thumb .td-module-thumb {
  width: 324px;
  height: 160px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td_block_big_grid_2 .td-small-thumb .td-module-thumb {
    width: 285px;
    height: 140px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_2 .td-small-thumb .td-module-thumb {
    width: 222px;
    height: 110px;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_2 .td-small-thumb .td-module-thumb {
    height: 124px !important;
  }
}
.td_block_big_grid_2 .td-big-grid-post-0 {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_2 .td-big-grid-post-0 {
    width: 100%;
    float: none;
  }
}
.td_block_big_grid_2 .td-big-grid-post-1,
.td_block_big_grid_2 .td-big-grid-post-2 {
  margin-bottom: 3px;
}
.td_block_big_grid_2.td-grid-style-5 .td-module-meta-info,
.td_block_big_grid_2.td-grid-style-6 .td-module-meta-info {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.td_block_big_grid_2 .td-module-empty {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_2 .td-module-empty {
    display: none !important;
  }
}
.td_block_big_grid_2 .td-module-empty .td-module-thumb {
  width: 324px;
  height: 160px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td_block_big_grid_2 .td-module-empty .td-module-thumb {
    width: 285px;
    height: 140px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_2 .td-module-empty .td-module-thumb {
    width: 222px;
    height: 110px;
  }
}
/*
  Big grid 3
*/
.td_block_big_grid_3 .td-big-grid-post {
  float: left;
}
.td_block_big_grid_3 .td-big-thumb {
  margin-right: 3px;
}
.td_block_big_grid_3 .td-big-thumb .td-module-thumb {
  width: 532px;
  height: 462px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td_block_big_grid_3 .td-big-thumb .td-module-thumb {
    width: 488px;
    height: 422px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_3 .td-big-thumb .td-module-thumb {
    width: 368px;
    height: 318px;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_3 .td-big-thumb .td-module-thumb {
    width: 100%;
    height: auto;
  }
}
.td_block_big_grid_3 .td-medium-thumb {
  margin-bottom: 3px;
}
.td_block_big_grid_3 .td-medium-thumb .td-module-thumb {
  width: 533px;
  height: 261px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td_block_big_grid_3 .td-medium-thumb .td-module-thumb {
    height: 237px;
    width: 489px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_3 .td-medium-thumb .td-module-thumb {
    height: 179px;
    width: 369px;
  }
}
@media (min-width: 375px) and (max-width: 767px) {
  .td_block_big_grid_3 .td-medium-thumb .td-module-thumb {
    height: 140px !important;
  }
}
@media (max-width: 374px) {
  .td_block_big_grid_3 .td-medium-thumb .td-module-thumb {
    height: 124px !important;
  }
}
.td_block_big_grid_3 .td-small-thumb .td-module-thumb {
  width: 265px;
  height: 198px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td_block_big_grid_3 .td-small-thumb .td-module-thumb {
    width: 243px;
    height: 182px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_3 .td-small-thumb .td-module-thumb {
    width: 183px;
    height: 136px;
  }
}
@media (min-width: 375px) and (max-width: 767px) {
  .td_block_big_grid_3 .td-small-thumb .td-module-thumb {
    height: 140px !important;
  }
}
@media (max-width: 374px) {
  .td_block_big_grid_3 .td-small-thumb .td-module-thumb {
    height: 124px !important;
  }
}
.td_block_big_grid_3 .td-big-grid-post-0 {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_3 .td-big-grid-post-0 {
    width: 100%;
    float: none;
  }
}
.td_block_big_grid_3 .td-big-grid-post-3 {
  margin-left: 3px;
}
.td_block_big_grid_3.td-grid-style-4 .td-post-category {
  margin-bottom: 0;
}
.td_block_big_grid_3.td-grid-style-5 .td-module-meta-info,
.td_block_big_grid_3.td-grid-style-6 .td-module-meta-info {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.td_block_big_grid_3 .td-module-empty {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_3 .td-module-empty {
    display: none !important;
  }
}
.td_block_big_grid_3 .td-module-empty.td-big-grid-post-1 .td-module-thumb {
  width: 533px;
  height: 261px;
  margin-bottom: 3px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td_block_big_grid_3 .td-module-empty.td-big-grid-post-1 .td-module-thumb {
    height: 237px;
    width: 489px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_3 .td-module-empty.td-big-grid-post-1 .td-module-thumb {
    height: 179px;
    width: 369px;
  }
}
.td_block_big_grid_3 .td-module-empty.td-big-grid-post-2 .td-module-thumb,
.td_block_big_grid_3 .td-module-empty.td-big-grid-post-3 .td-module-thumb {
  width: 265px;
  height: 198px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td_block_big_grid_3 .td-module-empty.td-big-grid-post-2 .td-module-thumb,
  .td_block_big_grid_3 .td-module-empty.td-big-grid-post-3 .td-module-thumb {
    width: 243px;
    height: 182px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_3 .td-module-empty.td-big-grid-post-2 .td-module-thumb,
  .td_block_big_grid_3 .td-module-empty.td-big-grid-post-3 .td-module-thumb {
    width: 183px;
    height: 136px;
  }
}
/*
  Big grid 4
*/
.td_block_big_grid_4 {
  margin-right: -3px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_4 {
    margin-right: -20px;
  }
}
.td_block_big_grid_4 .td-big-grid-post {
  width: 50%;
  float: left;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_4 .td-big-grid-post {
    width: 100%;
    float: none;
  }
}
.td_block_big_grid_4 .td-big-grid-post:first-child {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_4 .td-big-grid-post:first-child {
    padding-bottom: 3px;
  }
}
.td_block_big_grid_4 .td-module-thumb {
  height: 399px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td_block_big_grid_4 .td-module-thumb {
    height: 350px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_4 .td-module-thumb {
    height: 280px;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_4 .td-module-thumb {
    width: 100%;
    height: 220px;
  }
}
.td_block_big_grid_4 .td-big-thumb {
  padding-right: 3px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_4 .td-big-thumb {
    padding-right: 0;
  }
}
.td_block_big_grid_4.td-grid-style-1 .td-big-grid-meta,
.td_block_big_grid_4.td-grid-style-1 .td-module-meta-info {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_4.td-grid-style-1 .td-big-grid-meta,
  .td_block_big_grid_4.td-grid-style-1 .td-module-meta-info {
    margin-left: 12px;
  }
}
.td_block_big_grid_4.td-grid-style-5 .td-module-meta-info,
.td_block_big_grid_4.td-grid-style-6 .td-module-meta-info {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.td_block_big_grid_4 .td-module-empty {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_4 .td-module-empty {
    display: none !important;
  }
}
/*
  Big grid 5
*/
.td_block_big_grid_5 {
  margin-right: -3px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_5 {
    margin-right: -20px;
  }
}
.td_block_big_grid_5 .td-big-grid-post {
  width: 33.33333333%;
  float: left;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_5 .td-big-grid-post {
    width: 100%;
    float: none;
    padding-top: 3px;
  }
}
.td_block_big_grid_5 .td-big-grid-post:first-child {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_5 .td-big-grid-post:first-child {
    padding-top: 0;
  }
}
.td_block_big_grid_5 .td-big-grid-post .td-module-thumb {
  height: 220px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td_block_big_grid_5 .td-big-grid-post .td-module-thumb {
    height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_5 .td-big-grid-post .td-module-thumb {
    height: 148px;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_5 .td-big-grid-post .td-module-thumb {
    height: 168px;
  }
}
.td_block_big_grid_5 .td-module-meta-info {
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_5 .td-module-meta-info {
    display: none;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_5 .td-module-meta-info {
    display: none;
  }
}
.td_block_big_grid_5 .td-module-thumb a:last-child:before {
  height: 100%;
}
.td_block_big_grid_5.td-grid-style-1 .td-big-grid-meta,
.td_block_big_grid_5.td-grid-style-2 .td-big-grid-meta,
.td_block_big_grid_5.td-grid-style-3 .td-big-grid-meta {
  margin: 0 20px 11px;
  /* responsive */
}
@media (max-width: 1018px) {
  .td_block_big_grid_5.td-grid-style-1 .td-big-grid-meta,
  .td_block_big_grid_5.td-grid-style-2 .td-big-grid-meta,
  .td_block_big_grid_5.td-grid-style-3 .td-big-grid-meta {
    margin: 0 14px 11px;
  }
}
.td_block_big_grid_5.td-grid-style-1 .entry-title,
.td_block_big_grid_5.td-grid-style-2 .entry-title,
.td_block_big_grid_5.td-grid-style-3 .entry-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_5.td-grid-style-1 .entry-title,
  .td_block_big_grid_5.td-grid-style-2 .entry-title,
  .td_block_big_grid_5.td-grid-style-3 .entry-title {
    font-size: 22px !important;
    line-height: 28px !important;
    font-weight: 500;
  }
}
.td_block_big_grid_5.td-grid-style-4 .td-module-meta-info {
  display: none;
}
.td_block_big_grid_5.td-grid-style-4 .td-big-grid-meta {
  padding-right: 3px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_5.td-grid-style-4 .td-big-grid-meta {
    padding-right: 0;
  }
}
.td_block_big_grid_5.td-grid-style-5 .td-module-meta-info {
  margin-left: 0;
  margin-bottom: 0;
}
.td_block_big_grid_5.td-grid-style-5 .entry-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}
.td_block_big_grid_5 .td-small-thumb {
  padding-right: 3px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_5 .td-small-thumb {
    padding-right: 0;
  }
}
.td_block_big_grid_5 .td-module-empty {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_5 .td-module-empty {
    display: none !important;
  }
}
.td_block_big_grid_5 .td-module-empty .td-module-thumb {
  height: 220px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td_block_big_grid_5 .td-module-empty .td-module-thumb {
    height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_5 .td-module-empty .td-module-thumb {
    height: 148px;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_5 .td-module-empty .td-module-thumb {
    height: 168px;
  }
}
.td_block_big_grid_5 .td-module-empty.td-big-grid-post-1 {
  padding-right: 3px;
}
.td_block_big_grid_5.td-grid-style-1 .td-video-play-ico,
.td_block_big_grid_5.td-grid-style-2 .td-video-play-ico,
.td_block_big_grid_5.td-grid-style-3 .td-video-play-ico {
  top: 20px;
  right: 20px;
  left: auto;
  transform: none;
  -webkit-transform: none;
}
/*
  Big grid 6
*/
.td_block_big_grid_6 {
  margin-right: -2px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_6 {
    margin-right: -20px;
  }
}
.td_block_big_grid_6 .td-big-grid-post-0,
.td_block_big_grid_6 .td-big-grid-post-1 {
  width: 50%;
  float: left;
  margin-bottom: 3px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_6 .td-big-grid-post-0,
  .td_block_big_grid_6 .td-big-grid-post-1 {
    margin-bottom: 0;
    margin-top: 3px;
    width: 100%;
    float: none;
  }
}
.td_block_big_grid_6 .td-big-grid-post-0:first-child,
.td_block_big_grid_6 .td-big-grid-post-1:first-child {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_6 .td-big-grid-post-0:first-child,
  .td_block_big_grid_6 .td-big-grid-post-1:first-child {
    margin-top: 0;
  }
}
.td_block_big_grid_6 .td-big-grid-post-0.td-big-thumb,
.td_block_big_grid_6 .td-big-grid-post-1.td-big-thumb {
  padding-right: 3px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_6 .td-big-grid-post-0.td-big-thumb,
  .td_block_big_grid_6 .td-big-grid-post-1.td-big-thumb {
    padding-right: 0;
  }
}
.td_block_big_grid_6 .td-big-grid-post-0 .td-module-thumb,
.td_block_big_grid_6 .td-big-grid-post-1 .td-module-thumb {
  height: 373px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td_block_big_grid_6 .td-big-grid-post-0 .td-module-thumb,
  .td_block_big_grid_6 .td-big-grid-post-1 .td-module-thumb {
    height: 360px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_6 .td-big-grid-post-0 .td-module-thumb,
  .td_block_big_grid_6 .td-big-grid-post-1 .td-module-thumb {
    height: 280px;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_6 .td-big-grid-post-0 .td-module-thumb,
  .td_block_big_grid_6 .td-big-grid-post-1 .td-module-thumb {
    width: 100%;
    height: 220px;
  }
}
.td_block_big_grid_6 .td-big-grid-post-2,
.td_block_big_grid_6 .td-big-grid-post-3,
.td_block_big_grid_6 .td-big-grid-post-4,
.td_block_big_grid_6 .td-big-grid-post-5,
.td_block_big_grid_6 .td-big-grid-post-6 {
  width: 20%;
  float: left;
}
.td_block_big_grid_6 .td-big-grid-post-2.td-tiny-thumb,
.td_block_big_grid_6 .td-big-grid-post-3.td-tiny-thumb,
.td_block_big_grid_6 .td-big-grid-post-4.td-tiny-thumb,
.td_block_big_grid_6 .td-big-grid-post-5.td-tiny-thumb,
.td_block_big_grid_6 .td-big-grid-post-6.td-tiny-thumb {
  padding-right: 3px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_6 .td-big-grid-post-2.td-tiny-thumb,
  .td_block_big_grid_6 .td-big-grid-post-3.td-tiny-thumb,
  .td_block_big_grid_6 .td-big-grid-post-4.td-tiny-thumb,
  .td_block_big_grid_6 .td-big-grid-post-5.td-tiny-thumb,
  .td_block_big_grid_6 .td-big-grid-post-6.td-tiny-thumb {
    padding-right: 0;
  }
}
.td_block_big_grid_6 .td-big-grid-post-2 .td-module-thumb,
.td_block_big_grid_6 .td-big-grid-post-3 .td-module-thumb,
.td_block_big_grid_6 .td-big-grid-post-4 .td-module-thumb,
.td_block_big_grid_6 .td-big-grid-post-5 .td-module-thumb,
.td_block_big_grid_6 .td-big-grid-post-6 .td-module-thumb {
  height: 140px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td_block_big_grid_6 .td-big-grid-post-2 .td-module-thumb,
  .td_block_big_grid_6 .td-big-grid-post-3 .td-module-thumb,
  .td_block_big_grid_6 .td-big-grid-post-4 .td-module-thumb,
  .td_block_big_grid_6 .td-big-grid-post-5 .td-module-thumb,
  .td_block_big_grid_6 .td-big-grid-post-6 .td-module-thumb {
    height: 130px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_6 .td-big-grid-post-2 .td-module-thumb,
  .td_block_big_grid_6 .td-big-grid-post-3 .td-module-thumb,
  .td_block_big_grid_6 .td-big-grid-post-4 .td-module-thumb,
  .td_block_big_grid_6 .td-big-grid-post-5 .td-module-thumb,
  .td_block_big_grid_6 .td-big-grid-post-6 .td-module-thumb {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_6 .td-big-grid-post-2 .td-module-thumb,
  .td_block_big_grid_6 .td-big-grid-post-3 .td-module-thumb,
  .td_block_big_grid_6 .td-big-grid-post-4 .td-module-thumb,
  .td_block_big_grid_6 .td-big-grid-post-5 .td-module-thumb,
  .td_block_big_grid_6 .td-big-grid-post-6 .td-module-thumb {
    height: auto;
  }
}
.td_block_big_grid_6 .td-post-category {
  vertical-align: bottom;
}
.td_block_big_grid_6.td-grid-style-1 .td-big-thumb .td-big-grid-meta {
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_6.td-grid-style-1 .td-big-thumb .td-big-grid-meta {
    margin: 0 0 0 14px;
  }
}
.td_block_big_grid_6.td-grid-style-1 .td-big-thumb .td-module-meta-info {
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_6.td-grid-style-1 .td-big-thumb .td-module-meta-info {
    margin: 7px 0 14px 14px;
  }
}
.td_block_big_grid_6.td-grid-style-2 .td-big-grid-post-3 .td-module-thumb a:last-child:before,
.td_block_big_grid_6.td-grid-style-3 .td-big-grid-post-3 .td-module-thumb a:last-child:before {
  background: #d17646;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #d17646), color-stop(100%, #c63939));
  background: -webkit-linear-gradient(45deg, #d17646 0%, #c63939 100%);
  background: linear-gradient(45deg, #d17646 0%, #c63939 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d17646', endColorstr='#c63939', GradientType=1);
}
.td_block_big_grid_6.td-grid-style-5 .td-module-meta-info {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.td_block_big_grid_6 .td-module-empty.td-big-grid-post {
  padding-right: 3px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_6 .td-module-empty.td-big-grid-post {
    display: none !important;
  }
}
.td_block_big_grid_6.td-grid-style-1 .td-video-play-ico {
  top: 20px;
  right: 20px;
  left: auto;
  transform: none;
  -webkit-transform: none;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_6.td-grid-style-1 .td-video-play-ico {
    top: 10px;
    right: 10px;
  }
}
.td_block_big_grid_6.td-grid-style-2 .td-tiny-thumb .td-video-play-ico,
.td_block_big_grid_6.td-grid-style-3 .td-tiny-thumb .td-video-play-ico,
.td_block_big_grid_6.td-grid-style-4 .td-tiny-thumb .td-video-play-ico,
.td_block_big_grid_6.td-grid-style-5 .td-tiny-thumb .td-video-play-ico {
  top: 20px;
  right: 20px;
  left: auto;
  transform: none;
  -webkit-transform: none;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_6.td-grid-style-2 .td-tiny-thumb .td-video-play-ico,
  .td_block_big_grid_6.td-grid-style-3 .td-tiny-thumb .td-video-play-ico,
  .td_block_big_grid_6.td-grid-style-4 .td-tiny-thumb .td-video-play-ico,
  .td_block_big_grid_6.td-grid-style-5 .td-tiny-thumb .td-video-play-ico {
    top: 10px;
    right: 10px;
  }
}
.td_block_big_grid_6 .td-tiny-thumb .td-video-play-ico {
  width: 30px;
  height: 30px;
  font-size: 30px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_6 .td-tiny-thumb .td-video-play-ico {
    width: 20px !important;
    height: 20px !important;
    font-size: 20px !important;
  }
}
/*
  Big grid 7
*/
.td_block_big_grid_7 {
  margin-right: -12px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_7 {
    margin-right: -20px;
  }
}
.td_block_big_grid_7 .td-big-grid-post-0,
.td_block_big_grid_7 .td-big-grid-post-1,
.td_block_big_grid_7 .td-big-grid-post-2 {
  width: 33.33333333%;
  float: left;
  margin-bottom: 12px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_7 .td-big-grid-post-0,
  .td_block_big_grid_7 .td-big-grid-post-1,
  .td_block_big_grid_7 .td-big-grid-post-2 {
    margin-bottom: 0;
    float: none;
  }
}
.td_block_big_grid_7 .td-big-grid-post-0.td-small-thumb,
.td_block_big_grid_7 .td-big-grid-post-1.td-small-thumb,
.td_block_big_grid_7 .td-big-grid-post-2.td-small-thumb {
  padding-right: 12px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_7 .td-big-grid-post-0.td-small-thumb,
  .td_block_big_grid_7 .td-big-grid-post-1.td-small-thumb,
  .td_block_big_grid_7 .td-big-grid-post-2.td-small-thumb {
    padding-right: 0;
  }
}
.td_block_big_grid_7 .td-big-grid-post-0 .td-module-thumb,
.td_block_big_grid_7 .td-big-grid-post-1 .td-module-thumb,
.td_block_big_grid_7 .td-big-grid-post-2 .td-module-thumb {
  height: 220px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td_block_big_grid_7 .td-big-grid-post-0 .td-module-thumb,
  .td_block_big_grid_7 .td-big-grid-post-1 .td-module-thumb,
  .td_block_big_grid_7 .td-big-grid-post-2 .td-module-thumb {
    height: 195px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_7 .td-big-grid-post-0 .td-module-thumb,
  .td_block_big_grid_7 .td-big-grid-post-1 .td-module-thumb,
  .td_block_big_grid_7 .td-big-grid-post-2 .td-module-thumb {
    height: 146px;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_7 .td-big-grid-post-0 .td-module-thumb,
  .td_block_big_grid_7 .td-big-grid-post-1 .td-module-thumb,
  .td_block_big_grid_7 .td-big-grid-post-2 .td-module-thumb {
    height: 196px;
  }
}
.td_block_big_grid_7 .td-big-grid-post-0 .td-module-meta-info,
.td_block_big_grid_7 .td-big-grid-post-1 .td-module-meta-info,
.td_block_big_grid_7 .td-big-grid-post-2 .td-module-meta-info {
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_7 .td-big-grid-post-0 .td-module-meta-info,
  .td_block_big_grid_7 .td-big-grid-post-1 .td-module-meta-info,
  .td_block_big_grid_7 .td-big-grid-post-2 .td-module-meta-info {
    display: none;
  }
}
.td_block_big_grid_7 .td-big-grid-post-0 .td-big-grid-meta,
.td_block_big_grid_7 .td-big-grid-post-1 .td-big-grid-meta,
.td_block_big_grid_7 .td-big-grid-post-2 .td-big-grid-meta {
  margin: 0 20px 11px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_7 .td-big-grid-post-0 .td-big-grid-meta,
  .td_block_big_grid_7 .td-big-grid-post-1 .td-big-grid-meta,
  .td_block_big_grid_7 .td-big-grid-post-2 .td-big-grid-meta {
    margin: 0 15px 11px;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_7 .td-big-grid-post-0 .td-big-grid-meta,
  .td_block_big_grid_7 .td-big-grid-post-1 .td-big-grid-meta,
  .td_block_big_grid_7 .td-big-grid-post-2 .td-big-grid-meta {
    margin: 0 15px 11px;
  }
}
.td_block_big_grid_7 .td-big-grid-post-0 .entry-title,
.td_block_big_grid_7 .td-big-grid-post-1 .entry-title,
.td_block_big_grid_7 .td-big-grid-post-2 .entry-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_7 .td-big-grid-post-0 .entry-title,
  .td_block_big_grid_7 .td-big-grid-post-1 .entry-title,
  .td_block_big_grid_7 .td-big-grid-post-2 .entry-title {
    font-weight: 500;
  }
}
.td_block_big_grid_7 .td-big-grid-post-0 {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_7 .td-big-grid-post-0 {
    width: 100%;
  }
}
.td_block_big_grid_7 .td-big-grid-post-0 .entry-title {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_7 .td-big-grid-post-0 .entry-title {
    font-size: 22px !important;
    line-height: 28px !important;
  }
}
.td_block_big_grid_7 .td-big-grid-post-1 .td-module-meta-info,
.td_block_big_grid_7 .td-big-grid-post-2 .td-module-meta-info {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_7 .td-big-grid-post-1 .td-module-meta-info,
  .td_block_big_grid_7 .td-big-grid-post-2 .td-module-meta-info {
    display: none;
  }
}
.td_block_big_grid_7 .td-big-grid-post-1 .td-module-thumb,
.td_block_big_grid_7 .td-big-grid-post-2 .td-module-thumb {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_7 .td-big-grid-post-1 .td-module-thumb,
  .td_block_big_grid_7 .td-big-grid-post-2 .td-module-thumb {
    height: 150px !important;
  }
}
.td_block_big_grid_7 .td-meta-info-container {
  padding-right: 12px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_7 .td-meta-info-container {
    padding-right: 0;
  }
}
.td_block_big_grid_7 .td-big-grid-post-3,
.td_block_big_grid_7 .td-big-grid-post-4,
.td_block_big_grid_7 .td-big-grid-post-5,
.td_block_big_grid_7 .td-big-grid-post-6 {
  width: 25%;
  float: left;
}
.td_block_big_grid_7 .td-big-grid-post-3.td-small-thumb,
.td_block_big_grid_7 .td-big-grid-post-4.td-small-thumb,
.td_block_big_grid_7 .td-big-grid-post-5.td-small-thumb,
.td_block_big_grid_7 .td-big-grid-post-6.td-small-thumb {
  padding-right: 12px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_7 .td-big-grid-post-3.td-small-thumb,
  .td_block_big_grid_7 .td-big-grid-post-4.td-small-thumb,
  .td_block_big_grid_7 .td-big-grid-post-5.td-small-thumb,
  .td_block_big_grid_7 .td-big-grid-post-6.td-small-thumb {
    padding-right: 0;
  }
}
.td_block_big_grid_7 .td-big-grid-post-3 .td-module-thumb,
.td_block_big_grid_7 .td-big-grid-post-4 .td-module-thumb,
.td_block_big_grid_7 .td-big-grid-post-5 .td-module-thumb,
.td_block_big_grid_7 .td-big-grid-post-6 .td-module-thumb {
  height: 175px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_7 .td-big-grid-post-3 .td-module-thumb,
  .td_block_big_grid_7 .td-big-grid-post-4 .td-module-thumb,
  .td_block_big_grid_7 .td-big-grid-post-5 .td-module-thumb,
  .td_block_big_grid_7 .td-big-grid-post-6 .td-module-thumb {
    height: 124px;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_7 .td-big-grid-post-3 .td-module-thumb,
  .td_block_big_grid_7 .td-big-grid-post-4 .td-module-thumb,
  .td_block_big_grid_7 .td-big-grid-post-5 .td-module-thumb,
  .td_block_big_grid_7 .td-big-grid-post-6 .td-module-thumb {
    height: 150px !important;
  }
}
.td_block_big_grid_7.td-grid-style-2 .td-big-grid-post-3 .td-module-thumb a:last-child:before,
.td_block_big_grid_7.td-grid-style-3 .td-big-grid-post-3 .td-module-thumb a:last-child:before {
  background: #d760b7;
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #d760b7), color-stop(100%, #3b78b4));
  background: -webkit-linear-gradient(-45deg, #d760b7 0%, #3b78b4 100%);
  background: linear-gradient(135deg, #d760b7 0%, #3b78b4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d760b7', endColorstr='#3b78b4', GradientType=1);
}
.td_block_big_grid_7.td-grid-style-2 .td-big-grid-post-5 .td-module-thumb a:last-child:before,
.td_block_big_grid_7.td-grid-style-3 .td-big-grid-post-5 .td-module-thumb a:last-child:before {
  background: #4db2ec;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #4db2ec), color-stop(100%, #4a8f5e));
  background: -webkit-linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
  background: linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4db2ec', endColorstr='#4a8f5e', GradientType=1);
}
.td_block_big_grid_7.td-grid-style-2 .td-big-grid-post-6 .td-module-thumb a:last-child:before,
.td_block_big_grid_7.td-grid-style-3 .td-big-grid-post-6 .td-module-thumb a:last-child:before {
  background: #d17646;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #d17646), color-stop(100%, #c63939));
  background: -webkit-linear-gradient(45deg, #d17646 0%, #c63939 100%);
  background: linear-gradient(45deg, #d17646 0%, #c63939 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d17646', endColorstr='#c63939', GradientType=1);
}
.td_block_big_grid_7.td-grid-style-4 .td-module-meta-info {
  display: none;
}
.td_block_big_grid_7.td-grid-style-4 .td-big-grid-meta {
  margin: 0;
}
.td_block_big_grid_7.td-grid-style-5 .td-module-meta-info {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.td_block_big_grid_7.td-grid-style-5 .td-small-thumb .td-meta-info-container {
  padding: 0 30px 0 18px;
}
.td_block_big_grid_7 .td-module-empty.td-big-grid-post {
  padding-right: 12px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_7 .td-module-empty.td-big-grid-post {
    display: none !important;
  }
}
.td_block_big_grid_7.td-grid-style-1 .td-video-play-ico,
.td_block_big_grid_7.td-grid-style-2 .td-video-play-ico,
.td_block_big_grid_7.td-grid-style-3 .td-video-play-ico,
.td_block_big_grid_7.td-grid-style-4 .td-video-play-ico {
  top: 20px;
  right: 20px;
  left: auto;
  transform: none;
  -webkit-transform: none;
}
/*
  Big grid 8
*/
.td_block_big_grid_8 .td-grid-columns {
  width: 33.33333333%;
  float: left;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_8 .td-grid-columns {
    display: inline;
    float: none;
    width: 100%;
  }
}
.td_block_big_grid_8 .td-meta-info-container {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_8 .td-meta-info-container {
    width: 100% !important;
  }
}
.td_block_big_grid_8 .td-module-meta-info {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_8 .td-module-meta-info {
    display: none;
  }
}
.td_block_big_grid_8 .td-grid-group-1 .td-big-grid-post {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_8 .td-grid-group-1 .td-big-grid-post {
    padding-top: 3px;
  }
}
.td_block_big_grid_8 .td-grid-group-1 .td-big-grid-post:first-child {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_8 .td-grid-group-1 .td-big-grid-post:first-child {
    padding-top: 0;
  }
}
.td_block_big_grid_8 .td-big-grid-scroll.td-scroll-full .td-grid-columns {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_8 .td-big-grid-scroll.td-scroll-full .td-grid-columns {
    padding-left: 0;
  }
}
.td_block_big_grid_8 .td-big-grid-scroll .td-grid-columns {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_8 .td-big-grid-scroll .td-grid-columns {
    padding-left: 3px;
  }
}
.td_block_big_grid_8 .td-big-grid-scroll .td-grid-columns:first-child {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_8 .td-big-grid-scroll .td-grid-columns:first-child {
    padding-left: 0;
  }
}
.td_block_big_grid_8 .td-big-grid-post-1 .td-module-thumb,
.td_block_big_grid_8 .td-big-grid-post-2 .td-module-thumb,
.td_block_big_grid_8 .td-big-grid-post-3 .td-module-thumb,
.td_block_big_grid_8 .td-big-grid-post-4 .td-module-thumb,
.td_block_big_grid_8 .td-big-grid-post-5 .td-module-thumb {
  height: 182px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td_block_big_grid_8 .td-big-grid-post-1 .td-module-thumb,
  .td_block_big_grid_8 .td-big-grid-post-2 .td-module-thumb,
  .td_block_big_grid_8 .td-big-grid-post-3 .td-module-thumb,
  .td_block_big_grid_8 .td-big-grid-post-4 .td-module-thumb,
  .td_block_big_grid_8 .td-big-grid-post-5 .td-module-thumb {
    height: 167px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_8 .td-big-grid-post-1 .td-module-thumb,
  .td_block_big_grid_8 .td-big-grid-post-2 .td-module-thumb,
  .td_block_big_grid_8 .td-big-grid-post-3 .td-module-thumb,
  .td_block_big_grid_8 .td-big-grid-post-4 .td-module-thumb,
  .td_block_big_grid_8 .td-big-grid-post-5 .td-module-thumb {
    height: 125px;
  }
}
.td_block_big_grid_8 .td-big-grid-post-0 .td-module-thumb,
.td_block_big_grid_8 .td-big-grid-post-1 .td-module-thumb {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_8 .td-big-grid-post-0 .td-module-thumb,
  .td_block_big_grid_8 .td-big-grid-post-1 .td-module-thumb {
    height: 198px !important;
  }
}
.td_block_big_grid_8 .td-big-grid-post-0 .td-module-thumb,
.td_block_big_grid_8 .td-big-grid-post-6 .td-module-thumb {
  height: 364px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td_block_big_grid_8 .td-big-grid-post-0 .td-module-thumb,
  .td_block_big_grid_8 .td-big-grid-post-6 .td-module-thumb {
    height: 334px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_8 .td-big-grid-post-0 .td-module-thumb,
  .td_block_big_grid_8 .td-big-grid-post-6 .td-module-thumb {
    height: 250px;
  }
}
.td_block_big_grid_8 .td-big-grid-post-2 .td-module-thumb,
.td_block_big_grid_8 .td-big-grid-post-3 .td-module-thumb,
.td_block_big_grid_8 .td-big-grid-post-4 .td-module-thumb,
.td_block_big_grid_8 .td-big-grid-post-5 .td-module-thumb,
.td_block_big_grid_8 .td-big-grid-post-6 .td-module-thumb {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_8 .td-big-grid-post-2 .td-module-thumb,
  .td_block_big_grid_8 .td-big-grid-post-3 .td-module-thumb,
  .td_block_big_grid_8 .td-big-grid-post-4 .td-module-thumb,
  .td_block_big_grid_8 .td-big-grid-post-5 .td-module-thumb,
  .td_block_big_grid_8 .td-big-grid-post-6 .td-module-thumb {
    height: 156px !important;
  }
}
.td_block_big_grid_8 .td-small-thumb .td-module-meta-info {
  display: none;
}
.td_block_big_grid_8 .td-small-thumb .td-big-grid-meta {
  margin: 0 20px 14px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_8 .td-small-thumb .td-big-grid-meta {
    margin: 0 15px 14px;
  }
}
.td_block_big_grid_8.td-grid-style-2 .td-meta-info-container,
.td_block_big_grid_8.td-grid-style-3 .td-meta-info-container {
  bottom: auto;
  top: 0;
}
.td_block_big_grid_8.td-grid-style-2 .td-small-thumb .td-big-grid-meta,
.td_block_big_grid_8.td-grid-style-3 .td-small-thumb .td-big-grid-meta {
  margin-top: 20px;
}
.td_block_big_grid_8.td-grid-style-4 .td-small-thumb .td-big-grid-meta {
  margin: 0;
}
.td_block_big_grid_8.td-grid-style-4 .td-meta-info-container {
  width: 80%;
}
.td_block_big_grid_8.td-grid-style-5 .td-module-meta-info {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.td_block_big_grid_8.td-grid-style-2 .td-meta-info-container {
  margin-top: 0;
}
.td_block_big_grid_8.td-grid-style-2 .td-big-grid-post-1 .td-module-thumb a:last-child:before,
.td_block_big_grid_8.td-grid-style-3 .td-big-grid-post-1 .td-module-thumb a:last-child:before {
  background: rgba(244, 208, 63, 0.97);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(244, 208, 63, 0.97)), color-stop(100%, #f27a35));
  background: -webkit-linear-gradient(-45deg, rgba(244, 208, 63, 0.97) 0%, #f27a35 100%);
  background: linear-gradient(135deg, rgba(244, 208, 63, 0.97) 0%, #f27a35 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4d03f', endColorstr='#f27a35', GradientType=1);
}
.td_block_big_grid_8.td-grid-style-2 .td-big-grid-post-2 .td-module-thumb a:last-child:before,
.td_block_big_grid_8.td-grid-style-3 .td-big-grid-post-2 .td-module-thumb a:last-child:before {
  background: #d17646;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #d17646), color-stop(100%, #c63939));
  background: -webkit-linear-gradient(45deg, #d17646 0%, #c63939 100%);
  background: linear-gradient(45deg, #d17646 0%, #c63939 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d17646', endColorstr='#c63939', GradientType=1);
}
.td_block_big_grid_8.td-grid-style-2 .td-big-grid-post-3 .td-module-thumb a:last-child:before,
.td_block_big_grid_8.td-grid-style-3 .td-big-grid-post-3 .td-module-thumb a:last-child:before {
  background: #d760b7;
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #d760b7), color-stop(100%, #3b78b4));
  background: -webkit-linear-gradient(-45deg, #d760b7 0%, #3b78b4 100%);
  background: linear-gradient(135deg, #d760b7 0%, #3b78b4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d760b7', endColorstr='#3b78b4', GradientType=1);
}
.td_block_big_grid_8.td-grid-style-2 .td-big-grid-post-4 .td-module-thumb a:last-child:before,
.td_block_big_grid_8.td-grid-style-3 .td-big-grid-post-4 .td-module-thumb a:last-child:before {
  background: #4db2ec;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #4db2ec), color-stop(100%, #4a8f5e));
  background: -webkit-linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
  background: linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4db2ec', endColorstr='#4a8f5e', GradientType=1);
}
.td_block_big_grid_8.td-grid-style-2 .td-big-grid-post-5 .td-module-thumb a:last-child:before,
.td_block_big_grid_8.td-grid-style-3 .td-big-grid-post-5 .td-module-thumb a:last-child:before {
  background: #4db2ec;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #4db2ec), color-stop(100%, #4a8f5e));
  background: -webkit-linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
  background: linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4db2ec', endColorstr='#4a8f5e', GradientType=1);
}
.td_block_big_grid_8.td-grid-style-2 .td-big-grid-post-6 .td-module-thumb a:last-child:before,
.td_block_big_grid_8.td-grid-style-3 .td-big-grid-post-6 .td-module-thumb a:last-child:before {
  background: #b0b43b;
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #b0b43b), color-stop(100%, rgba(145, 96, 81, 0.97)));
  background: -webkit-linear-gradient(-45deg, #b0b43b 0%, rgba(145, 96, 81, 0.97) 100%);
  background: linear-gradient(135deg, #b0b43b 0%, rgba(145, 96, 81, 0.97) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0b43b', endColorstr='#916051', GradientType=1);
}
.td_block_big_grid_8 .td-module-empty {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_8 .td-module-empty {
    display: none !important;
  }
}
.td_block_big_grid_8 .td-module-empty.td-big-grid-post-6 .td-module-thumb {
  height: 364px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td_block_big_grid_8 .td-module-empty.td-big-grid-post-6 .td-module-thumb {
    height: 334px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_8 .td-module-empty.td-big-grid-post-6 .td-module-thumb {
    height: 250px;
  }
}
.td_block_big_grid_8 .td-module-empty.td-big-grid-post-2 {
  opacity: 0.9;
}
.td_block_big_grid_8 .td-module-empty.td-big-grid-post-3 {
  opacity: 0.8;
}
.td_block_big_grid_8 .td-module-empty.td-big-grid-post-4 {
  opacity: 0.7;
}
.td_block_big_grid_8 .td-module-empty.td-big-grid-post-5 {
  opacity: 0.7;
}
.td_block_big_grid_8 .td-module-empty.td-big-grid-post-6 {
  opacity: 0.8;
}
.td_block_big_grid_8.td-grid-style-1 .td-big-grid-meta {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_8.td-grid-style-1 .td-big-grid-meta {
    margin: 0 15px 13px !important;
  }
}
.td_block_big_grid_8.td-grid-style-1 .td-big-thumb .td-video-play-ico {
  top: 20px;
  right: 20px;
  left: auto;
  transform: none;
  -webkit-transform: none;
}
.td_block_big_grid_8.td-grid-style-2 .td-video-play-ico,
.td_block_big_grid_8.td-grid-style-3 .td-video-play-ico {
  top: auto;
  bottom: 20px;
  right: 20px;
  left: auto;
  transform: none;
  -webkit-transform: none;
}
.td_block_big_grid_8.td-grid-style-4 .td-video-play-ico {
  top: 20px;
  right: 20px;
  left: auto;
  transform: none;
  -webkit-transform: none;
}
.td_block_big_grid_8.td-grid-style-6 .td-big-grid-post-0 .entry-title,
.td_block_big_grid_8.td-grid-style-6 .td-big-grid-post-6 .entry-title {
  font-size: 30px;
  line-height: 36px;
}
/*
  Big grid 9
*/
.td_block_big_grid_9 .td-big-grid-post {
  width: 25%;
  float: left;
  /* responsive portrait phone */
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_9 .td-big-grid-post {
    width: 50%;
    margin-bottom: 2px;
  }
}
@media (max-width: 600px) {
  .td_block_big_grid_9 .td-big-grid-post {
    width: 100%;
  }
}
.td_block_big_grid_9 .td-big-grid-post.td-big-grid-post-0 .td-module-thumb,
.td_block_big_grid_9 .td-big-grid-post.td-big-grid-post-2 .td-module-thumb {
  /* responsive portrait phone */
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_9 .td-big-grid-post.td-big-grid-post-0 .td-module-thumb,
  .td_block_big_grid_9 .td-big-grid-post.td-big-grid-post-2 .td-module-thumb {
    margin-right: 2px;
  }
}
@media (max-width: 600px) {
  .td_block_big_grid_9 .td-big-grid-post.td-big-grid-post-0 .td-module-thumb,
  .td_block_big_grid_9 .td-big-grid-post.td-big-grid-post-2 .td-module-thumb {
    margin-right: 0;
  }
}
.td_block_big_grid_9 .td-big-grid-post .entry-title {
  font-size: 21px;
  line-height: 24px;
  font-weight: bold;
}
.td_block_big_grid_9 .td-big-grid-post .td-post-category {
  font-size: 10px;
  padding: 2px 6px;
  line-height: 13px;
  margin-bottom: 10px;
  /* responsive portrait tablet */
}
@media (max-width: 1018px) {
  .td_block_big_grid_9 .td-big-grid-post .td-post-category {
    margin-bottom: 7px;
  }
}
.td_block_big_grid_9 .td-big-grid-post .td-module-thumb {
  margin-right: 2px;
  height: 364px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td_block_big_grid_9 .td-big-grid-post .td-module-thumb {
    height: 330px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_9 .td-big-grid-post .td-module-thumb {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_9 .td-big-grid-post .td-module-thumb {
    height: 140px;
    margin-right: 0;
  }
}
.td_block_big_grid_9 .td-big-grid-post:last-child .td-module-thumb {
  margin-right: 0;
}
.td_block_big_grid_9 .td-big-grid-post .entry-thumb {
  margin: 0 auto;
  position: absolute;
  left: -9999px;
  right: -9999px;
  width: auto;
  /* responsive landscape tablet */
  /* responsive portrait phone */
}
@media (max-width: 1140px) {
  .td_block_big_grid_9 .td-big-grid-post .entry-thumb {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_9 .td-big-grid-post .entry-thumb {
    height: auto;
    width: 100%;
    top: -30px;
  }
}
.td_block_big_grid_9 .td-big-grid-post .td-video-play-ico {
  top: 20px;
  right: 20px;
  left: auto;
  transform: none;
  -webkit-transform: none;
  width: 30px;
  height: 30px;
  font-size: 30px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_9 .td-big-grid-post .td-video-play-ico {
    top: 10px;
    right: 10px;
  }
}
.td_block_big_grid_9 .td-post-author-name {
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_9 .td-post-author-name {
    display: none;
  }
}
.td_block_big_grid_9 .td_module_mx_empty {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_9 .td_module_mx_empty {
    display: none;
  }
}
.td_block_big_grid_9.td-grid-style-1 .td-post-category {
  background-color: var(--td_theme_color, #4db2ec);
}
.td_block_big_grid_9.td-grid-style-1 .td-big-grid-meta,
.td_block_big_grid_9.td-grid-style-2 .td-big-grid-meta,
.td_block_big_grid_9.td-grid-style-3 .td-big-grid-meta {
  margin-bottom: 11px;
  margin-right: 20px;
  width: auto;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_9.td-grid-style-1 .td-big-grid-meta,
  .td_block_big_grid_9.td-grid-style-2 .td-big-grid-meta,
  .td_block_big_grid_9.td-grid-style-3 .td-big-grid-meta {
    margin-bottom: 8px;
    margin-left: 10px;
    margin-right: 8px;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_9.td-grid-style-1 .td-big-grid-meta,
  .td_block_big_grid_9.td-grid-style-2 .td-big-grid-meta,
  .td_block_big_grid_9.td-grid-style-3 .td-big-grid-meta {
    margin-bottom: 7px;
  }
}
.td_block_big_grid_9.td-grid-style-1 .td-module-meta-info,
.td_block_big_grid_9.td-grid-style-2 .td-module-meta-info,
.td_block_big_grid_9.td-grid-style-3 .td-module-meta-info {
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_9.td-grid-style-1 .td-module-meta-info,
  .td_block_big_grid_9.td-grid-style-2 .td-module-meta-info,
  .td_block_big_grid_9.td-grid-style-3 .td-module-meta-info {
    margin-top: 8px;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_9.td-grid-style-1 .td-module-meta-info,
  .td_block_big_grid_9.td-grid-style-2 .td-module-meta-info,
  .td_block_big_grid_9.td-grid-style-3 .td-module-meta-info {
    margin-bottom: 15px;
    margin-top: 7px;
    margin-left: 15px;
  }
}
.td_block_big_grid_9.td-grid-style-4 .td-big-grid-meta {
  margin-right: 2px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_9.td-grid-style-4 .td-big-grid-meta {
    margin-right: 0;
  }
}
.td_block_big_grid_9.td-grid-style-4 .td-big-grid-post:last-child .td-big-grid-meta {
  margin-right: 0;
}
.td_block_big_grid_9.td-grid-style-4 .td-module-meta-info {
  margin: 0;
  padding-left: 11px;
  padding-right: 11px;
}
.td_block_big_grid_9.td-grid-style-4 .td-post-category {
  padding-left: 11px;
  padding-right: 11px;
  margin-bottom: 0;
}
.td_block_big_grid_9.td-grid-style-5 .td-module-meta-info {
  margin-left: 0;
  margin-bottom: 0;
}
.td_block_big_grid_9.td-grid-style-5 .td-meta-info-container {
  padding: 0 10%;
}
.td_block_big_grid_9.td-grid-style-5 .td-post-category {
  padding: 2px 7px;
  background-color: var(--td_theme_color, #4db2ec);
}
/*
  Big grid 10
*/
.td_block_big_grid_10 .td-big-grid-post {
  float: left;
  padding-right: 2px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_10 .td-big-grid-post {
    padding-right: 0;
    margin-bottom: 2px;
  }
}
.td_block_big_grid_10 .td-big-grid-post:last-child {
  padding-right: 0;
}
.td_block_big_grid_10 .td-big-grid-post .entry-title {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_10 .td-big-grid-post .entry-title {
    font-size: 16px !important;
    line-height: 21px !important;
  }
}
.td_block_big_grid_10 .td-big-grid-post .td-post-category {
  margin-bottom: 10px;
  /* responsive portrait tablet */
}
@media (max-width: 1018px) {
  .td_block_big_grid_10 .td-big-grid-post .td-post-category {
    margin-bottom: 7px;
  }
}
.td_block_big_grid_10 .td-module-thumb {
  height: 350px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td_block_big_grid_10 .td-module-thumb {
    height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_10 .td-module-thumb {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_10 .td-module-thumb {
    height: 140px;
    margin-right: 0;
  }
}
.td_block_big_grid_10 .entry-thumb {
  margin: 0 auto;
  position: absolute;
  left: -9999px;
  right: -9999px;
  width: auto;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_10 .entry-thumb {
    width: 100%;
    top: -30px;
  }
}
.td_block_big_grid_10 .td-post-author-name {
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_10 .td-post-author-name {
    display: none;
  }
}
.td_block_big_grid_10 .td-big-grid-post .td-video-play-ico {
  top: 20px;
  right: 20px;
  left: auto;
  transform: none;
  -webkit-transform: none;
  width: 30px;
  height: 30px;
  font-size: 30px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_10 .td-big-grid-post .td-video-play-ico {
    top: 10px;
    right: 10px;
  }
}
.td_block_big_grid_10 .td-big-grid-post-0 {
  width: 50%;
}
.td_block_big_grid_10 .td-big-grid-post-1,
.td_block_big_grid_10 .td-big-grid-post-2 {
  width: 25%;
}
.td_block_big_grid_10 .td-big-grid-post {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_10 .td-big-grid-post {
    width: 100%;
  }
}
.td_block_big_grid_10 .td_module_mx_empty {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_10 .td_module_mx_empty {
    display: none;
  }
}
.td_block_big_grid_10.td-grid-style-1 .td-big-grid-meta,
.td_block_big_grid_10.td-grid-style-2 .td-big-grid-meta,
.td_block_big_grid_10.td-grid-style-3 .td-big-grid-meta {
  margin-bottom: 11px;
  margin-right: 20px;
  width: auto;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_10.td-grid-style-1 .td-big-grid-meta,
  .td_block_big_grid_10.td-grid-style-2 .td-big-grid-meta,
  .td_block_big_grid_10.td-grid-style-3 .td-big-grid-meta {
    margin-bottom: 8px;
    margin-left: 10px;
    margin-right: 8px;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_10.td-grid-style-1 .td-big-grid-meta,
  .td_block_big_grid_10.td-grid-style-2 .td-big-grid-meta,
  .td_block_big_grid_10.td-grid-style-3 .td-big-grid-meta {
    margin-bottom: 7px;
  }
}
.td_block_big_grid_10.td-grid-style-1 .td-module-meta-info,
.td_block_big_grid_10.td-grid-style-2 .td-module-meta-info,
.td_block_big_grid_10.td-grid-style-3 .td-module-meta-info {
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_10.td-grid-style-1 .td-module-meta-info,
  .td_block_big_grid_10.td-grid-style-2 .td-module-meta-info,
  .td_block_big_grid_10.td-grid-style-3 .td-module-meta-info {
    margin-top: 8px;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_10.td-grid-style-1 .td-module-meta-info,
  .td_block_big_grid_10.td-grid-style-2 .td-module-meta-info,
  .td_block_big_grid_10.td-grid-style-3 .td-module-meta-info {
    margin-bottom: 15px;
    margin-top: 7px;
    margin-left: 15px;
  }
}
.td_block_big_grid_10.td-grid-style-2 .td-big-thumb .td-meta-info-container,
.td_block_big_grid_10.td-grid-style-3 .td-big-thumb .td-meta-info-container {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_10.td-grid-style-2 .td-big-thumb .td-meta-info-container,
  .td_block_big_grid_10.td-grid-style-3 .td-big-thumb .td-meta-info-container {
    position: absolute;
    top: auto;
    bottom: 0;
  }
}
.td_block_big_grid_10.td-grid-style-2 .td-big-thumb .td-big-grid-meta,
.td_block_big_grid_10.td-grid-style-3 .td-big-thumb .td-big-grid-meta,
.td_block_big_grid_10.td-grid-style-2 .td-big-thumb .td-module-meta-info,
.td_block_big_grid_10.td-grid-style-3 .td-big-thumb .td-module-meta-info {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_10.td-grid-style-2 .td-big-thumb .td-big-grid-meta,
  .td_block_big_grid_10.td-grid-style-3 .td-big-thumb .td-big-grid-meta,
  .td_block_big_grid_10.td-grid-style-2 .td-big-thumb .td-module-meta-info,
  .td_block_big_grid_10.td-grid-style-3 .td-big-thumb .td-module-meta-info {
    position: static;
  }
}
.td_block_big_grid_10.td-grid-style-2 .td-big-grid-meta {
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_10.td-grid-style-2 .td-big-grid-meta {
    margin-top: 13px;
  }
}
.td_block_big_grid_10.td-grid-style-2 .td-big-thumb .td-meta-info-container {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_10.td-grid-style-2 .td-big-thumb .td-meta-info-container {
    top: 0;
    bottom: auto;
  }
}
.td_block_big_grid_10.td-grid-style-4 .td-meta-info-container {
  width: 100%;
  padding-right: 2px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_10.td-grid-style-4 .td-meta-info-container {
    padding-right: 0;
  }
}
.td_block_big_grid_10.td-grid-style-4 .td-big-grid-post:last-child .td-meta-info-container {
  padding-right: 0;
}
.td_block_big_grid_10.td-grid-style-4 .td-module-meta-info {
  margin: 0;
}
.td_block_big_grid_10.td-grid-style-4 .td-post-category {
  margin-bottom: 0;
}
.td_block_big_grid_10.td-grid-style-5 .td-post-author-name {
  display: none;
}
.td_block_big_grid_10.td-grid-style-5 .td-module-meta-info {
  margin-left: 0;
  margin-bottom: 0;
}
.td_block_big_grid_10.td-grid-style-5 .td-meta-info-container {
  padding: 0 10%;
}
/*
  Big grid 11
*/
.td_block_big_grid_11 .td-big-grid-post {
  float: left;
  padding-right: 2px;
}
.td_block_big_grid_11 .td-big-grid-post .entry-title {
  font-size: 21px;
  line-height: 24px;
  font-weight: 500;
}
.td_block_big_grid_11 .td-big-grid-post .td-post-category {
  margin-bottom: 10px;
  /* responsive portrait tablet */
}
@media (max-width: 1018px) {
  .td_block_big_grid_11 .td-big-grid-post .td-post-category {
    margin-bottom: 7px;
  }
}
.td_block_big_grid_11 .entry-thumb {
  margin: 0 auto;
  position: absolute;
  left: -9999px;
  right: -9999px;
  width: auto;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_11 .entry-thumb {
    width: 100%;
  }
}
.td_block_big_grid_11 .td-post-author-name {
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_11 .td-post-author-name {
    display: none;
  }
}
.td_block_big_grid_11 .td-big-grid-post .td-video-play-ico {
  top: 20px;
  right: 20px;
  left: auto;
  transform: none;
  -webkit-transform: none;
  width: 30px;
  height: 30px;
  font-size: 30px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_11 .td-big-grid-post .td-video-play-ico {
    top: 10px;
    right: 10px;
  }
}
.td_block_big_grid_11 .td_module_mx15 {
  width: 30%;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_11 .td_module_mx15 {
    width: 50%;
  }
}
.td_block_big_grid_11 .td_module_mx15 .td-module-thumb {
  height: 360px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_11 .td_module_mx15 .td-module-thumb {
    height: 282px;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_11 .td_module_mx15 .td-module-thumb {
    height: 150px;
  }
}
.td_block_big_grid_11 .td_module_mx15 .td-meta-align {
  padding-right: 2px;
}
.td_block_big_grid_11 .td_module_mx11 {
  width: 40%;
  padding-right: 0;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_11 .td_module_mx11 {
    width: 50%;
    padding-right: 2px;
  }
}
.td_block_big_grid_11 .td_module_mx11 .td-module-thumb {
  height: 179px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_11 .td_module_mx11 .td-module-thumb {
    height: 140px;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_11 .td_module_mx11 .td-module-thumb {
    height: 150px;
  }
}
.td_block_big_grid_11 .td_module_mx11 .entry-thumb {
  /* responsive portrait phone */
}
@media (max-width: 630px) {
  .td_block_big_grid_11 .td_module_mx11 .entry-thumb {
    height: 100%;
    width: auto;
  }
}
.td_block_big_grid_11 .td-module-meta-info {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_11 .td-module-meta-info {
    display: none;
  }
}
.td_block_big_grid_11 .td-big-grid-post-1 {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_11 .td-big-grid-post-1 {
    padding-right: 0;
  }
}
.td_block_big_grid_11 .td-big-grid-post-2 .td-module-thumb {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_11 .td-big-grid-post-2 .td-module-thumb {
    margin-top: 2px;
  }
}
.td_block_big_grid_11 .td-big-grid-post-3 {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_11 .td-big-grid-post-3 {
    padding-right: 0;
  }
}
.td_block_big_grid_11 .td-big-grid-post-3 .td-module-thumb {
  margin-top: 2px;
}
.td_block_big_grid_11 .td_module_mx_empty {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_11 .td_module_mx_empty {
    display: none;
  }
}
.td_block_big_grid_11.td-grid-style-1 .td-big-grid-meta,
.td_block_big_grid_11.td-grid-style-2 .td-big-grid-meta,
.td_block_big_grid_11.td-grid-style-3 .td-big-grid-meta {
  margin-bottom: 11px;
  margin-right: 20px;
  width: auto;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_11.td-grid-style-1 .td-big-grid-meta,
  .td_block_big_grid_11.td-grid-style-2 .td-big-grid-meta,
  .td_block_big_grid_11.td-grid-style-3 .td-big-grid-meta {
    margin-bottom: 8px;
    margin-left: 10px;
    margin-right: 8px;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_11.td-grid-style-1 .td-big-grid-meta,
  .td_block_big_grid_11.td-grid-style-2 .td-big-grid-meta,
  .td_block_big_grid_11.td-grid-style-3 .td-big-grid-meta {
    margin-bottom: 10px;
  }
}
.td_block_big_grid_11.td-grid-style-1 .td-module-meta-info,
.td_block_big_grid_11.td-grid-style-2 .td-module-meta-info,
.td_block_big_grid_11.td-grid-style-3 .td-module-meta-info {
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_11.td-grid-style-1 .td-module-meta-info,
  .td_block_big_grid_11.td-grid-style-2 .td-module-meta-info,
  .td_block_big_grid_11.td-grid-style-3 .td-module-meta-info {
    margin-top: 8px;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_11.td-grid-style-1 .td-module-meta-info,
  .td_block_big_grid_11.td-grid-style-2 .td-module-meta-info,
  .td_block_big_grid_11.td-grid-style-3 .td-module-meta-info {
    margin-bottom: 15px;
    margin-top: 7px;
    margin-left: 15px;
  }
}
.td_block_big_grid_11.td-grid-style-1 .td_module_mx11 .td-big-grid-meta,
.td_block_big_grid_11.td-grid-style-2 .td_module_mx11 .td-big-grid-meta,
.td_block_big_grid_11.td-grid-style-3 .td_module_mx11 .td-big-grid-meta {
  margin-bottom: 16px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_11.td-grid-style-1 .td_module_mx11 .td-big-grid-meta,
  .td_block_big_grid_11.td-grid-style-2 .td_module_mx11 .td-big-grid-meta,
  .td_block_big_grid_11.td-grid-style-3 .td_module_mx11 .td-big-grid-meta {
    margin-bottom: 10px;
  }
}
.td_block_big_grid_11.td-grid-style-2 .td-big-grid-meta {
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_11.td-grid-style-2 .td-big-grid-meta {
    margin-top: 13px;
  }
}
.td_block_big_grid_11.td-grid-style-4 .td-meta-info-container {
  width: 100%;
}
.td_block_big_grid_11.td-grid-style-4 .td-module-meta-info {
  margin: 0;
  padding-left: 11px;
  padding-right: 11px;
}
.td_block_big_grid_11.td-grid-style-4 .td-post-category {
  padding-left: 11px;
  padding-right: 11px;
  margin-bottom: 0;
}
.td_block_big_grid_11.td-grid-style-5 .td-post-author-name {
  display: none;
}
.td_block_big_grid_11.td-grid-style-5 .td-module-meta-info {
  margin-left: 0;
  margin-bottom: 0;
}
.td_block_big_grid_11.td-grid-style-5 .td-meta-info-container {
  padding: 0 10%;
}
.td_block_big_grid_11.td-grid-style-6 .td-big-grid-post-0 .entry-title,
.td_block_big_grid_11.td-grid-style-6 .td-big-grid-post-1 .entry-title {
  font-size: 26px;
  line-height: 30px;
}
.td_block_big_grid_11.td-grid-style-6 .entry-title {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_11.td-grid-style-6 .entry-title {
    font-size: 13px !important;
    line-height: 15px !important;
  }
}
/*
  Big grid 12
*/
.td_block_big_grid_12 .td-big-grid-post {
  float: left;
}
.td_block_big_grid_12 .td-big-grid-post .td-post-category {
  margin-bottom: 10px;
  /* responsive portrait tablet */
}
@media (max-width: 1018px) {
  .td_block_big_grid_12 .td-big-grid-post .td-post-category {
    margin-bottom: 7px;
  }
}
.td_block_big_grid_12 .entry-thumb {
  margin: 0 auto;
  position: absolute;
  left: -9999px;
  right: -9999px;
  width: auto;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_12 .entry-thumb {
    width: 100%;
  }
}
.td_block_big_grid_12 .td-big-grid-post .td-video-play-ico {
  top: 20px;
  right: 20px;
  left: auto;
  transform: none;
  -webkit-transform: none;
  width: 30px;
  height: 30px;
  font-size: 30px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_12 .td-big-grid-post .td-video-play-ico {
    top: 10px;
    right: 10px;
  }
}
.td_block_big_grid_12 .td-big-grid-wrapper .td-big-grid-post:last-child .td-module-thumb {
  margin-top: 11px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_12 .td-big-grid-wrapper .td-big-grid-post:last-child .td-module-thumb {
    margin-top: 2px;
    margin-left: 2px;
  }
}
.td_block_big_grid_12 .td-big-grid-wrapper .td-big-grid-post:last-child .td-meta-info-container {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_12 .td-big-grid-wrapper .td-big-grid-post:last-child .td-meta-info-container {
    margin-left: 2px;
  }
}
.td_block_big_grid_12 .td_module_mx5 {
  width: 51%;
  padding-right: 11px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_12 .td_module_mx5 {
    width: 100%;
    padding-right: 0;
  }
}
.td_block_big_grid_12 .td_module_mx5 .td-module-thumb {
  height: 451px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_12 .td_module_mx5 .td-module-thumb {
    height: 291px;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_12 .td_module_mx5 .td-module-thumb {
    height: 240px;
  }
}
.td_block_big_grid_12 .td_module_mx5 .td-meta-info-container {
  padding-right: 11px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_12 .td_module_mx5 .td-meta-info-container {
    padding-right: 0;
  }
}
.td_block_big_grid_12 .td-big-grid-post-1,
.td_block_big_grid_12 .td-big-grid-post-2 {
  width: 49%;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_12 .td-big-grid-post-1,
  .td_block_big_grid_12 .td-big-grid-post-2 {
    width: 50%;
  }
}
.td_block_big_grid_12 .td-big-grid-post-1 .td-module-thumb,
.td_block_big_grid_12 .td-big-grid-post-2 .td-module-thumb {
  height: 220px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_12 .td-big-grid-post-1 .td-module-thumb,
  .td_block_big_grid_12 .td-big-grid-post-2 .td-module-thumb {
    height: 140px;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_12 .td-big-grid-post-1 .td-module-thumb,
  .td_block_big_grid_12 .td-big-grid-post-2 .td-module-thumb {
    height: 150px;
    margin-top: 2px;
  }
}
.td_block_big_grid_12 .td-big-grid-post-1 .entry-thumb,
.td_block_big_grid_12 .td-big-grid-post-2 .entry-thumb {
  /* responsive portrait phone */
}
@media (max-width: 630px) {
  .td_block_big_grid_12 .td-big-grid-post-1 .entry-thumb,
  .td_block_big_grid_12 .td-big-grid-post-2 .entry-thumb {
    height: 100%;
    width: auto;
  }
}
.td_block_big_grid_12.td-grid-style-2 .td-big-grid-post-2 .td-meta-info-container {
  margin-top: 11px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_12.td-grid-style-2 .td-big-grid-post-2 .td-meta-info-container {
    margin-top: 0;
  }
}
.td_block_big_grid_12 .td_module_mx_empty {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_12 .td_module_mx_empty {
    display: none;
  }
}
.td_block_big_grid_12.td-grid-style-1 .td-big-grid-meta,
.td_block_big_grid_12.td-grid-style-2 .td-big-grid-meta,
.td_block_big_grid_12.td-grid-style-3 .td-big-grid-meta {
  margin-bottom: 11px;
  margin-right: 20px;
  width: auto;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_12.td-grid-style-1 .td-big-grid-meta,
  .td_block_big_grid_12.td-grid-style-2 .td-big-grid-meta,
  .td_block_big_grid_12.td-grid-style-3 .td-big-grid-meta {
    margin-bottom: 8px;
    margin-left: 10px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_12.td-grid-style-1 .td-big-grid-meta,
  .td_block_big_grid_12.td-grid-style-2 .td-big-grid-meta,
  .td_block_big_grid_12.td-grid-style-3 .td-big-grid-meta {
    margin-bottom: 10px;
  }
}
.td_block_big_grid_12.td-grid-style-1 .td-module-meta-info,
.td_block_big_grid_12.td-grid-style-2 .td-module-meta-info,
.td_block_big_grid_12.td-grid-style-3 .td-module-meta-info {
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_12.td-grid-style-1 .td-module-meta-info,
  .td_block_big_grid_12.td-grid-style-2 .td-module-meta-info,
  .td_block_big_grid_12.td-grid-style-3 .td-module-meta-info {
    margin-top: 8px;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_12.td-grid-style-1 .td-module-meta-info,
  .td_block_big_grid_12.td-grid-style-2 .td-module-meta-info,
  .td_block_big_grid_12.td-grid-style-3 .td-module-meta-info {
    margin-bottom: 15px;
    margin-top: 7px;
    margin-left: 15px;
  }
}
.td_block_big_grid_12.td-grid-style-1 .td_module_mx11 .td-big-grid-meta,
.td_block_big_grid_12.td-grid-style-2 .td_module_mx11 .td-big-grid-meta,
.td_block_big_grid_12.td-grid-style-3 .td_module_mx11 .td-big-grid-meta {
  margin-bottom: 16px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_12.td-grid-style-1 .td_module_mx11 .td-big-grid-meta,
  .td_block_big_grid_12.td-grid-style-2 .td_module_mx11 .td-big-grid-meta,
  .td_block_big_grid_12.td-grid-style-3 .td_module_mx11 .td-big-grid-meta {
    margin-bottom: 6px;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_12.td-grid-style-1 .td_module_mx11 .td-big-grid-meta,
  .td_block_big_grid_12.td-grid-style-2 .td_module_mx11 .td-big-grid-meta,
  .td_block_big_grid_12.td-grid-style-3 .td_module_mx11 .td-big-grid-meta {
    margin-bottom: 10px;
  }
}
.td_block_big_grid_12.td-grid-style-4 .td-meta-info-container {
  width: 100%;
}
.td_block_big_grid_12.td-grid-style-4 .td-module-meta-info {
  margin: 0;
  padding-left: 11px;
  padding-right: 11px;
}
.td_block_big_grid_12.td-grid-style-4 .td-post-category {
  padding-left: 11px;
  padding-right: 11px;
  margin-bottom: 0;
}
.td_block_big_grid_12.td-grid-style-5 .td-post-author-name {
  display: none;
}
.td_block_big_grid_12.td-grid-style-5 .td-module-meta-info {
  margin-left: 0;
  margin-bottom: 0;
}
.td_block_big_grid_12.td-grid-style-5 .td-meta-info-container {
  padding: 0 10%;
}
.td_block_big_grid_12.td-grid-style-6 .td-medium-thumb .entry-title {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_12.td-grid-style-6 .td-medium-thumb .entry-title {
    font-size: 13px !important;
    line-height: 15px !important;
  }
}
/*
  Big grids full
*/
.td-big-grids-fl {
  /* responsive portrait phone */
}
.td-big-grids-fl .td-big-grid-post {
  position: relative;
  height: 0;
}
.td-big-grids-fl .td_module_wrap {
  padding-bottom: 0;
}
.td-big-grids-fl.td-big-grids-margin .td-big-grid-post {
  /* tablet + desktop */
  /* landscape tablet + desktop */
  /* responsive portrait tablet */
}
@media (min-width: 767px) {
  .td-big-grids-fl.td-big-grids-margin .td-big-grid-post {
    border-style: solid;
    border-color: transparent;
  }
}
@media (min-width: 1018px) {
  .td-big-grids-fl.td-big-grids-margin .td-big-grid-post {
    border-width: 0 6px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-big-grids-fl.td-big-grids-margin .td-big-grid-post {
    border-width: 0 2px;
  }
}
.td-big-grids-fl .td-module-image,
.td-big-grids-fl .td-module-empty .td-module-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.td-big-grids-fl .td-module-thumb {
  height: 100%;
}
.td-big-grids-fl .td-thumb-css {
  height: 100%;
  background-position: center center;
  background-size: cover;
}
.td-big-grids-fl .td-module-meta-info {
  margin-left: 0;
  margin-bottom: 0;
}
.td-big-grids-fl .td_module_wrap:hover .entry-title a {
  color: #fff;
}
@media (max-width: 767px) {
  .td-big-grids-fl {
    margin-left: -20px;
    margin-right: -20px;
  }
  .td-big-grids-fl.td-big-grids-scroll .td-big-grid-post-0 {
    height: 260px;
    /* responsive portrait phone */
  }
  .td-big-grids-fl.td-big-grids-scroll .td-big-grid-post-0 .td-module-thumb {
    height: 100% !important;
  }
  .td-big-grids-fl.td-big-grids-scroll .td-big-grid-post-0 .entry-title {
    font-size: 19px !important;
    line-height: 24px !important;
  }
  .td-big-grids-fl.td-big-grids-scroll.td-grid-style-7 .td-big-grid-post-0 .entry-title {
    font-size: 26px !important;
    line-height: 30px !important;
  }
  .td-big-grids-fl.td-big-grids-scroll .td-big-grid-scroll .td-big-grid-post .entry-title {
    font-size: 15px !important;
    line-height: 20px !important;
  }
  .td-big-grids-fl .td-big-grid-scroll .td_module_wrap {
    height: 165px;
    padding-top: 0 !important;
  }
  .td-big-grids-fl .td-big-grid-scroll .td-module-thumb {
    height: 100% !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .td-big-grids-fl.td-big-grids-scroll .td-big-grid-post-0 {
    padding: 0 !important;
  }
}
.td-big-grids-fl .td-module-empty {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-big-grids-fl .td-module-empty {
    display: none !important;
  }
}
.td-big-grids-fl.td-grid-style-1 .td-module-meta-info {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-big-grids-fl.td-grid-style-1 .td-module-meta-info {
    margin-bottom: 8px;
  }
}
.td-big-grids-fl.td-grid-style-2 .td-meta-info-container,
.td-big-grids-fl.td-grid-style-3 .td-meta-info-container {
  height: 100%;
}
.td-big-grids-fl.td-grid-style-2 .td-big-grid-meta,
.td-big-grids-fl.td-grid-style-3 .td-big-grid-meta,
.td-big-grids-fl.td-grid-style-2 .td-module-meta-info,
.td-big-grids-fl.td-grid-style-3 .td-module-meta-info {
  position: absolute;
}
.td-big-grids-fl.td-grid-style-2 .td-big-grid-meta,
.td-big-grids-fl.td-grid-style-3 .td-big-grid-meta {
  top: 0;
}
.td-big-grids-fl.td-grid-style-2 .td-module-meta-info,
.td-big-grids-fl.td-grid-style-3 .td-module-meta-info {
  bottom: 0;
}
.td-big-grids-fl.td-grid-style-4 .td-post-category {
  display: table;
  margin-bottom: 0 !important;
}
.td-big-grids-fl.td-grid-style-4 .td-module-meta-info {
  margin-top: 0 !important;
}
.td-big-grids-fl.td-grid-style-4 .td-meta-info-container {
  padding: 0 !important;
}
.td-big-grids-fl.td-grid-style-7 .td-module-meta-info {
  margin-left: 0 !important;
}
.td-category-grid-fl .td-container {
  width: 100% !important;
}
/*
  Negative margin
*/
.td-big-grids-margin {
  /* landscape tablet + desktop */
  /* responsive portrait tablet */
}
@media (min-width: 1018px) {
  .td-big-grids-margin {
    margin-left: -6px;
    margin-right: -6px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-big-grids-margin {
    margin-left: -2px;
    margin-right: -2px;
  }
}
/*
  Big grid full 1
*/
.td_block_big_grid_fl_1 .td-big-grid-post {
  width: 100%;
  padding-top: 48%;
  /* desktop only */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1018px) {
  .td_block_big_grid_fl_1 .td-big-grid-post .entry-title {
    font-size: 22px;
    line-height: 29px;
  }
  .td_block_big_grid_fl_1 .td-big-grid-post .td-meta-info-container {
    padding: 0 20px 28px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_fl_1 .td-big-grid-post {
    padding-top: 56%;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_fl_1 .td-big-grid-post {
    padding-top: 60%;
  }
}
.td_block_big_grid_fl_1.td-grid-style-2 .td-big-grid-meta,
.td_block_big_grid_fl_1.td-grid-style-3 .td-big-grid-meta,
.td_block_big_grid_fl_1.td-grid-style-7 .td-big-grid-meta,
.td_block_big_grid_fl_1.td-grid-style-2 .td-module-meta-info,
.td_block_big_grid_fl_1.td-grid-style-3 .td-module-meta-info,
.td_block_big_grid_fl_1.td-grid-style-7 .td-module-meta-info {
  /* desktop only */
}
@media (min-width: 1140px) {
  .td_block_big_grid_fl_1.td-grid-style-2 .td-big-grid-meta,
  .td_block_big_grid_fl_1.td-grid-style-3 .td-big-grid-meta,
  .td_block_big_grid_fl_1.td-grid-style-7 .td-big-grid-meta,
  .td_block_big_grid_fl_1.td-grid-style-2 .td-module-meta-info,
  .td_block_big_grid_fl_1.td-grid-style-3 .td-module-meta-info,
  .td_block_big_grid_fl_1.td-grid-style-7 .td-module-meta-info {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1 .td-big-grid-post,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_1 .td-big-grid-post {
  padding-top: 30%;
  /* desktop only */
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1 .td-big-grid-post .entry-title,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_1 .td-big-grid-post .entry-title {
    font-size: 28px;
    line-height: 38px;
  }
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1 .td-big-grid-post .td-meta-info-container,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_1 .td-big-grid-post .td-meta-info-container {
    padding: 0 28px 28px;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1 .td-big-grid-post,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_1 .td-big-grid-post {
    padding-top: 44%;
  }
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1 .td-big-grid-post .entry-title,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_1 .td-big-grid-post .entry-title {
    font-size: 22px !important;
    line-height: 29px !important;
  }
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1 .td-big-grid-post .td-meta-info-container,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_1 .td-big-grid-post .td-meta-info-container {
    padding: 0 20px 28px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1 .td-big-grid-post,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_1 .td-big-grid-post {
    padding-top: 48%;
  }
}
@media (max-width: 767px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1 .td-big-grid-post,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_1 .td-big-grid-post {
    padding-top: 60%;
  }
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-4 .td-meta-info-container,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-4 .td-meta-info-container {
  /* desktop only */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-4 .td-meta-info-container,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-4 .td-meta-info-container {
    width: auto;
    max-width: 60%;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-4 .td-meta-info-container,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-4 .td-meta-info-container {
    width: auto;
    max-width: 75%;
  }
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-6.td-hover-1 .td-big-grid-post:hover .td-module-thumb a:last-child:after,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-6.td-hover-1 .td-big-grid-post:hover .td-module-thumb a:last-child:after {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 180%, 0);
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 180%, 0);
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-2 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-2 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-3 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-3 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-7 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-7 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-2 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-2 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-3 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-3 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-7 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-7 .td-module-meta-info {
  /* desktop only */
  /* responsive landscape tablet */
}
@media (min-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-2 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-2 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-3 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-3 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-7 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-7 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-2 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-2 .td-module-meta-info,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-3 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-3 .td-module-meta-info,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-7 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-7 .td-module-meta-info {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-2 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-2 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-3 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-3 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-7 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-7 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-2 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-2 .td-module-meta-info,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-3 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-3 .td-module-meta-info,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-7 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-7 .td-module-meta-info {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*
  Big grid full 2
*/
.td_block_big_grid_fl_2 {
  /* landscape tablet + desktop */
  /* phone + portrait tablet */
}
.td_block_big_grid_fl_2 .td-big-grid-post {
  float: left;
  width: 50%;
  padding-top: 34%;
  /* desktop only */
  /* responsive portrait phone */
}
@media (min-width: 1018px) {
  .td_block_big_grid_fl_2 .td-big-grid-post .entry-title {
    font-size: 19px;
    line-height: 24px;
  }
  .td_block_big_grid_fl_2 .td-big-grid-post .td-meta-info-container {
    padding: 0 14px 20px;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_fl_2 .td-big-grid-post {
    width: 100%;
    padding-top: 50%;
  }
  .td_block_big_grid_fl_2 .td-big-grid-post:first-child {
    margin-bottom: 2px;
  }
}
@media (min-width: 1018px) {
  .td_block_big_grid_fl_2.td-grid-style-2 .td-big-grid-meta,
  .td_block_big_grid_fl_2.td-grid-style-3 .td-big-grid-meta,
  .td_block_big_grid_fl_2.td-grid-style-7 .td-big-grid-meta,
  .td_block_big_grid_fl_2.td-grid-style-2 .td-module-meta-info,
  .td_block_big_grid_fl_2.td-grid-style-3 .td-module-meta-info,
  .td_block_big_grid_fl_2.td-grid-style-7 .td-module-meta-info {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (max-width: 1018px) {
  .td_block_big_grid_fl_2.td-grid-style-5 .td-module-meta-info,
  .td_block_big_grid_fl_2.td-grid-style-6 .td-module-meta-info {
    display: none;
  }
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2,
.td-stretch-content .td_block_big_grid_fl_2 {
  /* desktop only */
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2 .td-big-grid-post,
.td-stretch-content .td_block_big_grid_fl_2 .td-big-grid-post {
  padding-top: 28%;
  /* desktop only */
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2 .td-big-grid-post .entry-title,
  .td-stretch-content .td_block_big_grid_fl_2 .td-big-grid-post .entry-title {
    font-size: 23px;
    line-height: 30px;
  }
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2 .td-big-grid-post .td-meta-info-container,
  .td-stretch-content .td_block_big_grid_fl_2 .td-big-grid-post .td-meta-info-container {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2 .td-big-grid-post,
  .td-stretch-content .td_block_big_grid_fl_2 .td-big-grid-post {
    padding-top: 30%;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2 .td-big-grid-post,
  .td-stretch-content .td_block_big_grid_fl_2 .td-big-grid-post {
    padding-top: 34%;
  }
}
@media (max-width: 767px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2 .td-big-grid-post,
  .td-stretch-content .td_block_big_grid_fl_2 .td-big-grid-post {
    padding-top: 60%;
  }
}
@media (min-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2.td-grid-style-2 .td-big-grid-meta,
  .td-stretch-content .td_block_big_grid_fl_2.td-grid-style-2 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2.td-grid-style-3 .td-big-grid-meta,
  .td-stretch-content .td_block_big_grid_fl_2.td-grid-style-3 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2.td-grid-style-7 .td-big-grid-meta,
  .td-stretch-content .td_block_big_grid_fl_2.td-grid-style-7 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2.td-grid-style-2 .td-module-meta-info,
  .td-stretch-content .td_block_big_grid_fl_2.td-grid-style-2 .td-module-meta-info,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2.td-grid-style-3 .td-module-meta-info,
  .td-stretch-content .td_block_big_grid_fl_2.td-grid-style-3 .td-module-meta-info,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2.td-grid-style-7 .td-module-meta-info,
  .td-stretch-content .td_block_big_grid_fl_2.td-grid-style-7 .td-module-meta-info {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*
  Big grid full 3, 4
*/
.td_block_big_grid_fl_3,
.td_block_big_grid_fl_4 {
  /* phone + portrait tablet */
}
@media (max-width: 1018px) {
  .td_block_big_grid_fl_3 .td-module-meta-info,
  .td_block_big_grid_fl_4 .td-module-meta-info {
    display: none;
  }
}
/*
  Big grid full 3
*/
.td_block_big_grid_fl_3 {
  /* responsive portrait phone */
}
.td_block_big_grid_fl_3 .td-big-grid-post {
  float: left;
  width: 33.33333%;
  padding-top: 32%;
  /* desktop only */
  /* phone + tablet */
  /* responsive portrait phone */
}
@media (min-width: 1018px) {
  .td_block_big_grid_fl_3 .td-big-grid-post .entry-title {
    font-size: 17px;
    line-height: 22px;
  }
  .td_block_big_grid_fl_3 .td-big-grid-post .td-meta-info-container {
    padding: 0 10px 18px;
  }
}
@media (max-width: 1018px) {
  .td_block_big_grid_fl_3 .td-big-grid-post {
    padding-top: 36%;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_fl_3 .td-big-grid-post {
    padding-top: 50%;
    width: 100%;
  }
}
.td_block_big_grid_fl_3.td-grid-style-2 .td-big-grid-meta,
.td_block_big_grid_fl_3.td-grid-style-3 .td-big-grid-meta,
.td_block_big_grid_fl_3.td-grid-style-7 .td-big-grid-meta,
.td_block_big_grid_fl_3.td-grid-style-2 .td-module-meta-info,
.td_block_big_grid_fl_3.td-grid-style-3 .td-module-meta-info,
.td_block_big_grid_fl_3.td-grid-style-7 .td-module-meta-info {
  /* desktop only */
  /* responsive landscape + portrait tablet */
}
@media (min-width: 1140px) {
  .td_block_big_grid_fl_3.td-grid-style-2 .td-big-grid-meta,
  .td_block_big_grid_fl_3.td-grid-style-3 .td-big-grid-meta,
  .td_block_big_grid_fl_3.td-grid-style-7 .td-big-grid-meta,
  .td_block_big_grid_fl_3.td-grid-style-2 .td-module-meta-info,
  .td_block_big_grid_fl_3.td-grid-style-3 .td-module-meta-info,
  .td_block_big_grid_fl_3.td-grid-style-7 .td-module-meta-info {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1140px) {
  .td_block_big_grid_fl_3.td-grid-style-2 .td-big-grid-meta,
  .td_block_big_grid_fl_3.td-grid-style-3 .td-big-grid-meta,
  .td_block_big_grid_fl_3.td-grid-style-7 .td-big-grid-meta,
  .td_block_big_grid_fl_3.td-grid-style-2 .td-module-meta-info,
  .td_block_big_grid_fl_3.td-grid-style-3 .td-module-meta-info,
  .td_block_big_grid_fl_3.td-grid-style-7 .td-module-meta-info {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_fl_3 .td-big-grid-post-0,
  .td_block_big_grid_fl_3 .td-big-grid-post-1 {
    margin-bottom: 2px;
  }
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_3 {
  /* desktop only */
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3 .td-big-grid-post,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_3 .td-big-grid-post {
  padding-top: 23%;
  /* desktop only */
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3 .td-big-grid-post .entry-title,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_3 .td-big-grid-post .entry-title {
    font-size: 19px;
    line-height: 24px;
  }
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3 .td-big-grid-post .td-meta-info-container,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_3 .td-big-grid-post .td-meta-info-container {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3 .td-big-grid-post,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_3 .td-big-grid-post {
    padding-top: 30%;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3 .td-big-grid-post,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_3 .td-big-grid-post {
    padding-top: 32%;
  }
}
@media (max-width: 767px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3 .td-big-grid-post,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_3 .td-big-grid-post {
    padding-top: 60%;
  }
}
@media (min-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3.td-grid-style-2 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_3.td-grid-style-2 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3.td-grid-style-3 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_3.td-grid-style-3 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3.td-grid-style-7 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_3.td-grid-style-7 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3.td-grid-style-2 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_3.td-grid-style-2 .td-module-meta-info,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3.td-grid-style-3 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_3.td-grid-style-3 .td-module-meta-info,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3.td-grid-style-7 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_3.td-grid-style-7 .td-module-meta-info {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3.td-grid-style-4 .td-meta-info-container,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_3.td-grid-style-4 .td-meta-info-container {
  /* tablet + desktop */
}
@media (min-width: 768px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3.td-grid-style-4 .td-meta-info-container,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_3.td-grid-style-4 .td-meta-info-container {
    max-width: 80%;
    width: auto;
  }
}
/*
  Big grids full 4, 5, 6, 7
*/
/* responsive portrait phone */
@media (max-width: 767px) {
  .td_block_big_grid_fl_4 .td-big-grid-scroll .td-big-grid-post .td-module-meta-info,
  .td_block_big_grid_fl_5 .td-big-grid-scroll .td-big-grid-post .td-module-meta-info,
  .td_block_big_grid_fl_6 .td-big-grid-scroll .td-big-grid-post .td-module-meta-info,
  .td_block_big_grid_fl_7 .td-big-grid-scroll .td-big-grid-post .td-module-meta-info {
    display: none;
  }
  .td_block_big_grid_fl_4.td-grid-style-2 .td-big-grid-post .td-module-meta-info,
  .td_block_big_grid_fl_5.td-grid-style-2 .td-big-grid-post .td-module-meta-info,
  .td_block_big_grid_fl_6.td-grid-style-2 .td-big-grid-post .td-module-meta-info,
  .td_block_big_grid_fl_7.td-grid-style-2 .td-big-grid-post .td-module-meta-info,
  .td_block_big_grid_fl_4.td-grid-style-3 .td-big-grid-post .td-module-meta-info,
  .td_block_big_grid_fl_5.td-grid-style-3 .td-big-grid-post .td-module-meta-info,
  .td_block_big_grid_fl_6.td-grid-style-3 .td-big-grid-post .td-module-meta-info,
  .td_block_big_grid_fl_7.td-grid-style-3 .td-big-grid-post .td-module-meta-info {
    display: block;
  }
}
/*
  Big grid full 4
*/
.td_block_big_grid_fl_4 {
  /* responsive portrait tablet */
  /* desktop only */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
.td_block_big_grid_fl_4 .td-big-grid-post {
  float: left;
  width: 25%;
  padding-top: 30%;
  /* desktop only */
  /* responsive portrait tablet */
}
@media (min-width: 1018px) {
  .td_block_big_grid_fl_4 .td-big-grid-post .entry-title {
    font-size: 15px;
    line-height: 20px;
  }
  .td_block_big_grid_fl_4 .td-big-grid-post .td-meta-info-container {
    padding: 0 17px 18px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_fl_4 .td-big-grid-post {
    padding-top: 36%;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td_block_big_grid_fl_4.td-big-grids-margin {
    margin-left: -1px;
    margin-right: -1px;
  }
  .td_block_big_grid_fl_4.td-big-grids-margin .td-big-grid-post {
    border-width: 0 1px;
  }
}
@media (min-width: 1018px) {
  .td_block_big_grid_fl_4.td-grid-style-2 .td-big-grid-meta,
  .td_block_big_grid_fl_4.td-grid-style-3 .td-big-grid-meta,
  .td_block_big_grid_fl_4.td-grid-style-7 .td-big-grid-meta,
  .td_block_big_grid_fl_4.td-grid-style-2 .td-module-meta-info,
  .td_block_big_grid_fl_4.td-grid-style-3 .td-module-meta-info,
  .td_block_big_grid_fl_4.td-grid-style-7 .td-module-meta-info {
    padding-left: 17px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_fl_4.td-grid-style-4 .td-meta-info-container {
    width: 100%;
    max-width: none;
  }
  .td_block_big_grid_fl_4.td-grid-style-4 .td-meta-info-container .td-module-meta-info {
    display: none;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_fl_4 .td-big-grid-post-0 {
    width: 100%;
    float: none;
  }
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_4 {
  /* responsive landscape tablet */
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4 .td-big-grid-post,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_4 .td-big-grid-post {
  padding-top: 23%;
  /* desktop only */
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4 .td-big-grid-post .entry-title,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_4 .td-big-grid-post .entry-title {
    font-size: 19px;
    line-height: 24px;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4 .td-big-grid-post,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_4 .td-big-grid-post {
    padding-top: 26%;
  }
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4 .td-big-grid-post .entry-title,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_4 .td-big-grid-post .entry-title {
    font-size: 15px;
    line-height: 20px;
  }
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4 .td-big-grid-post .td-meta-info-container,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_4 .td-big-grid-post .td-meta-info-container {
    padding: 0 10px 18px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4 .td-big-grid-post,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_4 .td-big-grid-post {
    padding-top: 32%;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4.td-grid-style-2 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_4.td-grid-style-2 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4.td-grid-style-3 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_4.td-grid-style-3 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4.td-grid-style-7 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_4.td-grid-style-7 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4.td-grid-style-2 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_4.td-grid-style-2 .td-module-meta-info,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4.td-grid-style-3 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_4.td-grid-style-3 .td-module-meta-info,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4.td-grid-style-7 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_4.td-grid-style-7 .td-module-meta-info {
    padding-left: 15px;
    padding-right: 10px;
  }
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4.td-grid-style-4 .td-meta-info-container,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_4.td-grid-style-4 .td-meta-info-container {
  /* tablet landscape + desktop */
}
@media (min-width: 1019px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4.td-grid-style-4 .td-meta-info-container,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_4.td-grid-style-4 .td-meta-info-container {
    max-width: 80%;
  }
}
/*
  Big grid full 5
*/
.td_block_big_grid_fl_5 {
  /* responsive tablet+ */
  /* responsive landscape + portrait tablet */
  /* responsive portrait phone */
}
.td_block_big_grid_fl_5 .td-big-grid-post {
  float: left;
  width: 20%;
  padding-top: 35%;
  /* landscape tablet + desktop */
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
.td_block_big_grid_fl_5 .td-big-grid-post .td-post-author-name {
  /* responsive without desktop */
}
@media (max-width: 1018px) {
  .td_block_big_grid_fl_5 .td-big-grid-post .td-post-author-name {
    display: none;
  }
}
@media (min-width: 1018px) {
  .td_block_big_grid_fl_5 .td-big-grid-post .entry-title {
    font-size: 15px;
    line-height: 20px;
  }
  .td_block_big_grid_fl_5 .td-big-grid-post .td-meta-info-container {
    padding: 0 11px 15px;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td_block_big_grid_fl_5 .td-big-grid-post {
    padding-top: 32%;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_fl_5 .td-big-grid-post {
    padding-top: 37%;
  }
  .td_block_big_grid_fl_5 .td-big-grid-post .entry-title {
    font-size: 12px !important;
    line-height: 15px !important;
  }
  .td_block_big_grid_fl_5 .td-big-grid-post .td-meta-info-container {
    padding: 0 11px 10px;
  }
}
.td_block_big_grid_fl_5.td-grid-style-2 .td-big-grid-meta,
.td_block_big_grid_fl_5.td-grid-style-3 .td-big-grid-meta,
.td_block_big_grid_fl_5.td-grid-style-7 .td-big-grid-meta,
.td_block_big_grid_fl_5.td-grid-style-2 .td-module-meta-info,
.td_block_big_grid_fl_5.td-grid-style-3 .td-module-meta-info,
.td_block_big_grid_fl_5.td-grid-style-7 .td-module-meta-info {
  /* landscape tablet + desktop */
  /* responsive portrait tablet */
}
@media (min-width: 1018px) {
  .td_block_big_grid_fl_5.td-grid-style-2 .td-big-grid-meta,
  .td_block_big_grid_fl_5.td-grid-style-3 .td-big-grid-meta,
  .td_block_big_grid_fl_5.td-grid-style-7 .td-big-grid-meta,
  .td_block_big_grid_fl_5.td-grid-style-2 .td-module-meta-info,
  .td_block_big_grid_fl_5.td-grid-style-3 .td-module-meta-info,
  .td_block_big_grid_fl_5.td-grid-style-7 .td-module-meta-info {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_fl_5.td-grid-style-2 .td-big-grid-meta,
  .td_block_big_grid_fl_5.td-grid-style-3 .td-big-grid-meta,
  .td_block_big_grid_fl_5.td-grid-style-7 .td-big-grid-meta,
  .td_block_big_grid_fl_5.td-grid-style-2 .td-module-meta-info,
  .td_block_big_grid_fl_5.td-grid-style-3 .td-module-meta-info,
  .td_block_big_grid_fl_5.td-grid-style-7 .td-module-meta-info {
    padding-left: 11px;
    padding-right: 11px;
  }
}
@media (min-width: 768px) {
  .td_block_big_grid_fl_5.td-big-grids-margin {
    margin-left: -1px;
    margin-right: -1px;
  }
  .td_block_big_grid_fl_5.td-big-grids-margin .td-big-grid-post {
    border-width: 0 1px;
  }
}
@media (min-width: 768px) and (max-width: 1140px) {
  .td_block_big_grid_fl_5 .td-module-meta-info {
    display: none;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_fl_5 .td-big-grid-post-0 {
    width: 100%;
    float: none;
  }
  .td_block_big_grid_fl_5 .td-posts-1 .td-big-grid-post-0 .entry-title {
    font-size: 19px !important;
    line-height: 23px !important;
  }
  .td_block_big_grid_fl_5 .td-posts-3 .td-big-grid-post-0 .entry-title {
    font-size: 19px !important;
    line-height: 23px !important;
  }
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_5 {
  /* responsive desktop only */
  /* desktop only */
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5 .td-big-grid-post,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_5 .td-big-grid-post {
  padding-top: 23%;
  /* desktop only */
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5 .td-big-grid-post .entry-title,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_5 .td-big-grid-post .entry-title {
    font-size: 19px;
    line-height: 24px;
  }
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5 .td-big-grid-post .td-meta-info-container,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_5 .td-big-grid-post .td-meta-info-container {
    padding: 0 20px 18px;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5 .td-big-grid-post,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_5 .td-big-grid-post {
    padding-top: 30%;
  }
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5 .td-big-grid-post .entry-title,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_5 .td-big-grid-post .entry-title {
    font-size: 15px;
    line-height: 20px;
  }
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5 .td-big-grid-post .td-meta-info-container,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_5 .td-big-grid-post .td-meta-info-container {
    padding: 0 10px 18px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5 .td-big-grid-post,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_5 .td-big-grid-post {
    padding-top: 34%;
  }
}
@media (min-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-big-grids-margin,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-big-grids-margin {
    margin-left: -5px;
    margin-right: -5px;
  }
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-big-grids-margin .td-big-grid-post,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-big-grids-margin .td-big-grid-post {
    border-width: 0 5px;
  }
}
@media (min-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-4 .td-meta-info-container,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-4 .td-meta-info-container {
    max-width: 85%;
  }
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-2 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-2 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-3 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-3 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-7 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-7 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-2 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-2 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-3 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-3 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-7 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-7 .td-module-meta-info {
  /* desktop only */
  /* responsive landscape tablet */
}
@media (min-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-2 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-2 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-3 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-3 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-7 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-7 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-2 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-2 .td-module-meta-info,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-3 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-3 .td-module-meta-info,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-7 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-7 .td-module-meta-info {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-2 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-2 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-3 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-3 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-7 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-7 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-2 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-2 .td-module-meta-info,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-3 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-3 .td-module-meta-info,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-7 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-7 .td-module-meta-info {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*
  Big grid full 6
*/
.td_block_big_grid_fl_6 {
  /* tablet + desktop */
  /* responsive portrait phone */
}
.td_block_big_grid_fl_6 .td-big-grid-post {
  float: left;
}
.td_block_big_grid_fl_6 .td_module_mx18 {
  width: 100%;
  padding-top: 31%;
  /* desktop only */
  /* landscape tablet + desktop */
  /* responsive portrait tablet */
}
@media (min-width: 1018px) {
  .td_block_big_grid_fl_6 .td_module_mx18 .entry-title {
    font-size: 23px;
    line-height: 30px;
  }
  .td_block_big_grid_fl_6 .td_module_mx18 .td-meta-info-container {
    padding: 0 28px 18px;
  }
}
@media (min-width: 1018px) {
  .td_block_big_grid_fl_6 .td_module_mx18 {
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_fl_6 .td_module_mx18 {
    margin-bottom: 4px;
    padding-top: 33%;
  }
}
.td_block_big_grid_fl_6 .td_module_mx22 {
  position: relative;
  width: 33.333%;
  padding-top: 17%;
  /* desktop only */
  /* responsive portrait tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1018px) {
  .td_block_big_grid_fl_6 .td_module_mx22 .td-meta-info-container {
    padding: 0 28px 18px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_fl_6 .td_module_mx22 .td-meta-info-container {
    padding-left: 14px;
    padding-right: 14px;
  }
  .td_block_big_grid_fl_6 .td_module_mx22 .td-meta-info-container .td-module-meta-info {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_fl_6 .td_module_mx22 {
    padding-top: 19%;
  }
  .td_block_big_grid_fl_6 .td_module_mx22 .entry-title {
    font-size: 13px !important;
    line-height: 18px !important;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_fl_6 .td_module_mx22 {
    width: 100%;
    padding: 0;
    float: none;
  }
}
.td_block_big_grid_fl_6 .td_module_mx22 .entry-thumb {
  max-width: none;
  /* responsive desktop */
}
@media (min-width: 1140px) {
  .td_block_big_grid_fl_6 .td_module_mx22 .entry-thumb {
    min-width: 100%;
    width: auto;
  }
}
@media (min-width: 767px) {
  .td_block_big_grid_fl_6 .td-posts-1 .td-big-grid-post-1.td-module-empty,
  .td_block_big_grid_fl_6 .td-posts-1 .td-big-grid-post-2.td-module-empty,
  .td_block_big_grid_fl_6 .td-posts-1 .td-big-grid-post-3.td-module-empty,
  .td_block_big_grid_fl_6 .td-posts-1 .td-big-grid-post-4.td-module-empty,
  .td_block_big_grid_fl_6 .td-posts-1 .td-big-grid-post-5.td-module-empty,
  .td_block_big_grid_fl_6 .td-posts-1 .td-big-grid-post-6.td-module-empty {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_fl_6 .td-big-grid-post-0 {
    width: 100%;
    float: none;
  }
}
.td_block_big_grid_fl_6.td-grid-style-6.td-hover-1 .td-big-grid-post:hover .td-module-thumb a:last-child:after {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 175%, 0);
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 175%, 0);
}
.td_block_big_grid_fl_6.td-grid-style-2 .td_module_mx18 .td-big-grid-meta,
.td_block_big_grid_fl_6.td-grid-style-3 .td_module_mx18 .td-big-grid-meta,
.td_block_big_grid_fl_6.td-grid-style-7 .td_module_mx18 .td-big-grid-meta,
.td_block_big_grid_fl_6.td-grid-style-2 .td_module_mx22 .td-big-grid-meta,
.td_block_big_grid_fl_6.td-grid-style-3 .td_module_mx22 .td-big-grid-meta,
.td_block_big_grid_fl_6.td-grid-style-7 .td_module_mx22 .td-big-grid-meta,
.td_block_big_grid_fl_6.td-grid-style-2 .td_module_mx18 .td-module-meta-info,
.td_block_big_grid_fl_6.td-grid-style-3 .td_module_mx18 .td-module-meta-info,
.td_block_big_grid_fl_6.td-grid-style-7 .td_module_mx18 .td-module-meta-info,
.td_block_big_grid_fl_6.td-grid-style-2 .td_module_mx22 .td-module-meta-info,
.td_block_big_grid_fl_6.td-grid-style-3 .td_module_mx22 .td-module-meta-info,
.td_block_big_grid_fl_6.td-grid-style-7 .td_module_mx22 .td-module-meta-info {
  /* desktop only */
  /* responsive portrait tablet */
}
@media (min-width: 1140px) {
  .td_block_big_grid_fl_6.td-grid-style-2 .td_module_mx18 .td-big-grid-meta,
  .td_block_big_grid_fl_6.td-grid-style-3 .td_module_mx18 .td-big-grid-meta,
  .td_block_big_grid_fl_6.td-grid-style-7 .td_module_mx18 .td-big-grid-meta,
  .td_block_big_grid_fl_6.td-grid-style-2 .td_module_mx22 .td-big-grid-meta,
  .td_block_big_grid_fl_6.td-grid-style-3 .td_module_mx22 .td-big-grid-meta,
  .td_block_big_grid_fl_6.td-grid-style-7 .td_module_mx22 .td-big-grid-meta,
  .td_block_big_grid_fl_6.td-grid-style-2 .td_module_mx18 .td-module-meta-info,
  .td_block_big_grid_fl_6.td-grid-style-3 .td_module_mx18 .td-module-meta-info,
  .td_block_big_grid_fl_6.td-grid-style-7 .td_module_mx18 .td-module-meta-info,
  .td_block_big_grid_fl_6.td-grid-style-2 .td_module_mx22 .td-module-meta-info,
  .td_block_big_grid_fl_6.td-grid-style-3 .td_module_mx22 .td-module-meta-info,
  .td_block_big_grid_fl_6.td-grid-style-7 .td_module_mx22 .td-module-meta-info {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_fl_6.td-grid-style-2 .td_module_mx18 .td-big-grid-meta,
  .td_block_big_grid_fl_6.td-grid-style-3 .td_module_mx18 .td-big-grid-meta,
  .td_block_big_grid_fl_6.td-grid-style-7 .td_module_mx18 .td-big-grid-meta,
  .td_block_big_grid_fl_6.td-grid-style-2 .td_module_mx22 .td-big-grid-meta,
  .td_block_big_grid_fl_6.td-grid-style-3 .td_module_mx22 .td-big-grid-meta,
  .td_block_big_grid_fl_6.td-grid-style-7 .td_module_mx22 .td-big-grid-meta,
  .td_block_big_grid_fl_6.td-grid-style-2 .td_module_mx18 .td-module-meta-info,
  .td_block_big_grid_fl_6.td-grid-style-3 .td_module_mx18 .td-module-meta-info,
  .td_block_big_grid_fl_6.td-grid-style-7 .td_module_mx18 .td-module-meta-info,
  .td_block_big_grid_fl_6.td-grid-style-2 .td_module_mx22 .td-module-meta-info,
  .td_block_big_grid_fl_6.td-grid-style-3 .td_module_mx22 .td-module-meta-info,
  .td_block_big_grid_fl_6.td-grid-style-7 .td_module_mx22 .td-module-meta-info {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_6 {
  /* responsive portrait + landscape tablet */
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6 .td_module_mx18,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_6 .td_module_mx18 {
  padding-top: 23%;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6 .td_module_mx18,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_6 .td_module_mx18 {
    padding-top: 27%;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6 .td_module_mx18,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_6 .td_module_mx18 {
    padding-top: 31%;
  }
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6 .td_module_mx22,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_6 .td_module_mx22 {
  padding-top: 12%;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* desktop only */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6 .td_module_mx22,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_6 .td_module_mx22 {
    padding-top: 16%;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6 .td_module_mx22,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_6 .td_module_mx22 {
    padding-top: 18%;
  }
}
@media (min-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6 .td_module_mx22 .entry-title,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_6 .td_module_mx22 .entry-title {
    font-size: 17px;
    line-height: 22px;
  }
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6.td-grid-style-4 .td_module_mx22 .td-meta-info-container,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_6.td-grid-style-4 .td_module_mx22 .td-meta-info-container {
  /* landscape tablet + desktop */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6.td-grid-style-4 .td_module_mx22 .td-meta-info-container,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_6.td-grid-style-4 .td_module_mx22 .td-meta-info-container {
    width: auto;
    max-width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6.td-grid-style-4 .td_module_mx22 .td-meta-info-container .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_6.td-grid-style-4 .td_module_mx22 .td-meta-info-container .td-module-meta-info {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6.td-grid-style-5 .td-meta-info-container .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_6.td-grid-style-5 .td-meta-info-container .td-module-meta-info,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6.td-grid-style-6 .td-meta-info-container .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_6.td-grid-style-6 .td-meta-info-container .td-module-meta-info {
    display: none;
  }
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6.td-grid-style-6.td-hover-1 .td_module_mx18.td-big-grid-post:hover .td-module-thumb a:last-child:after,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_6.td-grid-style-6.td-hover-1 .td_module_mx18.td-big-grid-post:hover .td-module-thumb a:last-child:after {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 205%, 0);
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 205%, 0);
}
/*
  Big grid full 7
*/
.td_block_big_grid_fl_7 {
  /* desktop only */
  /* tablet + desktop */
  /* portrait + landscape tablet */
  /* responsive portrait phone */
}
.td_block_big_grid_fl_7 .td-big-grid-post {
  float: left;
}
.td_block_big_grid_fl_7 .td_module_mx23 {
  width: 33.33333333%;
  margin-bottom: 10px;
  padding-top: 26%;
  /* desktop only */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1140px) {
  .td_block_big_grid_fl_7 .td_module_mx23 .entry-title {
    font-size: 17px;
    line-height: 22px;
  }
  .td_block_big_grid_fl_7 .td_module_mx23 .td-meta-info-container {
    padding: 0 15px 18px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_fl_7 .td_module_mx23 {
    padding-top: 27%;
    margin-bottom: 4px;
  }
  .td_block_big_grid_fl_7 .td_module_mx23 .entry-title {
    font-size: 13px !important;
    line-height: 18px !important;
  }
  .td_block_big_grid_fl_7 .td_module_mx23 .td-module-meta-info {
    display: none;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_fl_7 .td_module_mx23 {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    float: none;
  }
}
.td_block_big_grid_fl_7 .td_module_mx24 {
  position: relative;
  width: 20%;
  height: 0;
  padding-top: 15%;
  /* responsive no mobile */
  /* desktop only */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) {
  .td_block_big_grid_fl_7 .td_module_mx24 .td-module-meta-info {
    display: none;
  }
}
@media (min-width: 1140px) {
  .td_block_big_grid_fl_7 .td_module_mx24 .entry-title {
    font-size: 13px;
    line-height: 18px;
  }
  .td_block_big_grid_fl_7 .td_module_mx24 .td-meta-info-container {
    padding: 0 10px 13px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_fl_7 .td_module_mx24 {
    padding-top: 18%;
  }
  .td_block_big_grid_fl_7 .td_module_mx24 .entry-title {
    font-size: 10px !important;
    line-height: 13px !important;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_fl_7 .td_module_mx24 {
    width: 100%;
    padding: 0;
    float: none;
  }
}
.td_block_big_grid_fl_7 .td_module_mx24 .entry-thumb {
  max-width: none;
  /* responsive desktop */
}
@media (min-width: 1140px) {
  .td_block_big_grid_fl_7 .td_module_mx24 .entry-thumb {
    min-width: 100%;
    width: auto;
  }
}
@media (min-width: 1140px) {
  .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-big-grid-meta,
  .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-big-grid-meta,
  .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-big-grid-meta,
  .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-module-meta-info,
  .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-module-meta-info,
  .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-module-meta-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx24 .td-big-grid-meta,
  .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx24 .td-big-grid-meta,
  .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx24 .td-big-grid-meta,
  .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx24 .td-module-meta-info,
  .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx24 .td-module-meta-info,
  .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx24 .td-module-meta-info {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 767px) {
  .td_block_big_grid_fl_7 .td-posts-1 .td-big-grid-post-3.td-module-empty,
  .td_block_big_grid_fl_7 .td-posts-2 .td-big-grid-post-3.td-module-empty,
  .td_block_big_grid_fl_7 .td-posts-1 .td-big-grid-post-4.td-module-empty,
  .td_block_big_grid_fl_7 .td-posts-2 .td-big-grid-post-4.td-module-empty,
  .td_block_big_grid_fl_7 .td-posts-1 .td-big-grid-post-5.td-module-empty,
  .td_block_big_grid_fl_7 .td-posts-2 .td-big-grid-post-5.td-module-empty,
  .td_block_big_grid_fl_7 .td-posts-1 .td-big-grid-post-6.td-module-empty,
  .td_block_big_grid_fl_7 .td-posts-2 .td-big-grid-post-6.td-module-empty,
  .td_block_big_grid_fl_7 .td-posts-1 .td-big-grid-post-7.td-module-empty,
  .td_block_big_grid_fl_7 .td-posts-2 .td-big-grid-post-7.td-module-empty {
    display: none !important;
  }
  .td_block_big_grid_fl_7 .td-posts-3 .td-module-empty {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1140px) {
  .td_block_big_grid_fl_7.td-grid-style-4 .td_module_mx24 .td-meta-info-container {
    width: 100%;
    max-width: none;
  }
}
.td_block_big_grid_fl_7.td-grid-style-4 .td_module_mx23 .td-meta-info-container {
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td_block_big_grid_fl_7.td-grid-style-4 .td_module_mx23 .td-meta-info-container .td-module-meta-info {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_fl_7.td-grid-style-4 .td_module_mx23 .td-meta-info-container {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_fl_7 .td-posts-2 .td_module_wrap {
    /* responsive portrait phone */
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .td_block_big_grid_fl_7 .td-posts-2 .td_module_wrap .td-meta-info-container .td-big-grid-meta .entry-title {
    font-size: 19px !important;
    line-height: 23px !important;
  }
  .td_block_big_grid_fl_7 .td-posts-2 .td_module_wrap .td-meta-info-container {
    padding-bottom: 12px !important;
  }
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7 .td_module_mx23,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7 .td_module_mx23 {
  padding-top: 18%;
  /* desktop only */
  /* responsive  landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7 .td_module_mx23 .entry-title,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_7 .td_module_mx23 .entry-title {
    font-size: 19px;
    line-height: 24px;
  }
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7 .td_module_mx23 .td-meta-info-container,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_7 .td_module_mx23 .td-meta-info-container {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7 .td_module_mx23,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_7 .td_module_mx23 {
    padding-top: 22%;
  }
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7 .td_module_mx23 .entry-title,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_7 .td_module_mx23 .entry-title {
    font-size: 17px;
    line-height: 22px;
  }
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7 .td_module_mx23 .td-meta-info-container,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_7 .td_module_mx23 .td-meta-info-container {
    padding: 0 20px 18px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7 .td_module_mx23,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_7 .td_module_mx23 {
    padding-top: 25%;
  }
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7 .td_module_mx23 .entry-title,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_7 .td_module_mx23 .entry-title {
    font-size: 17px;
    line-height: 22px;
  }
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7 .td_module_mx23 .td-meta-info-container,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_7 .td_module_mx23 .td-meta-info-container {
    padding: 0 13px 12px;
  }
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7 .td_module_mx24,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7 .td_module_mx24 {
  padding-top: 12%;
  /* desktop only */
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7 .td_module_mx24 .entry-title,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_7 .td_module_mx24 .entry-title {
    font-size: 15px;
    line-height: 20px;
  }
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7 .td_module_mx24 .td-meta-info-container,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_7 .td_module_mx24 .td-meta-info-container {
    padding: 0 18px 18px;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7 .td_module_mx24,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_7 .td_module_mx24 {
    padding-top: 14%;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7 .td_module_mx24,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_7 .td_module_mx24 {
    padding-top: 16%;
  }
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-module-meta-info {
  /* desktop only */
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-module-meta-info,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-module-meta-info,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-module-meta-info {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-module-meta-info,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-module-meta-info,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-module-meta-info {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-module-meta-info,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-module-meta-info,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-module-meta-info {
    padding-left: 13px;
    padding-right: 13px;
  }
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-big-grid-meta {
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-big-grid-meta {
    padding-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-big-grid-meta {
    padding-top: 13px;
  }
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx24 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx24 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx24 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx24 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx24 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx24 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx24 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx24 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx24 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx24 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx24 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx24 .td-module-meta-info {
  /* desktop only */
}
@media (min-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx24 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx24 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx24 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx24 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx24 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx24 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx24 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx24 .td-module-meta-info,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx24 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx24 .td-module-meta-info,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx24 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx24 .td-module-meta-info {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-4 .td_module_mx23 .td-meta-info-container,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-4 .td_module_mx23 .td-meta-info-container {
  /* landscape tablet + desktop */
}
@media (min-width: 1018px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-4 .td_module_mx23 .td-meta-info-container,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-4 .td_module_mx23 .td-meta-info-container {
    width: auto;
    max-width: 80%;
  }
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-4 .td_module_mx24 .td-meta-info-container,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-4 .td_module_mx24 .td-meta-info-container {
  /* desktop only */
}
@media (min-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-4 .td_module_mx24 .td-meta-info-container,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-4 .td_module_mx24 .td-meta-info-container {
    width: auto;
    max-width: 85%;
  }
}
/*
  Big grid fl 8
*/
.td_block_big_grid_fl_8 {
  /* responsive portrait phone */
  /* desktop only */
  /* responsive portrait tablet */
}
.td_block_big_grid_fl_8 .td-big-grid-post {
  float: left;
}
.td_block_big_grid_fl_8.td-big-grids {
  /* desktop + tablet */
}
@media (min-width: 767px) {
  .td_block_big_grid_fl_8.td-big-grids {
    margin-bottom: 40px;
  }
}
.td_block_big_grid_fl_8 .td_module_mx19 {
  width: 50%;
  padding-top: 36%;
  /* desktop only */
  /* responsive portrait tablet */
}
@media (min-width: 1018px) {
  .td_block_big_grid_fl_8 .td_module_mx19 .entry-title {
    font-size: 19px;
    line-height: 24px;
  }
  .td_block_big_grid_fl_8 .td_module_mx19 .td-meta-info-container {
    padding: 0 20px 18px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_fl_8 .td_module_mx19 {
    padding-top: 44%;
  }
}
.td_block_big_grid_fl_8 .td_module_mx25 {
  width: 25%;
  padding-top: 18%;
  /* desktop only */
  /* responsive portrait tablet */
}
@media (min-width: 1018px) {
  .td_block_big_grid_fl_8 .td_module_mx25 .entry-title {
    font-size: 13px;
    line-height: 18px;
  }
  .td_block_big_grid_fl_8 .td_module_mx25 .td-meta-info-container {
    padding: 0 10px 13px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_fl_8 .td_module_mx25 {
    padding-top: 22%;
  }
  .td_block_big_grid_fl_8 .td_module_mx25 .entry-title {
    font-size: 12px !important;
    line-height: 15px !important;
  }
}
.td_block_big_grid_fl_8 .td-big-grid-post-1 .td-module-image,
.td_block_big_grid_fl_8 .td-big-grid-post-2 .td-module-image,
.td_block_big_grid_fl_8 .td-big-grid-post-1.td-module-empty .td-module-thumb,
.td_block_big_grid_fl_8 .td-big-grid-post-2.td-module-empty .td-module-thumb {
  /* landscape tablet + desktop */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) {
  .td_block_big_grid_fl_8 .td-big-grid-post-1 .td-module-image,
  .td_block_big_grid_fl_8 .td-big-grid-post-2 .td-module-image,
  .td_block_big_grid_fl_8 .td-big-grid-post-1.td-module-empty .td-module-thumb,
  .td_block_big_grid_fl_8 .td-big-grid-post-2.td-module-empty .td-module-thumb {
    top: -6px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_fl_8 .td-big-grid-post-1 .td-module-image,
  .td_block_big_grid_fl_8 .td-big-grid-post-2 .td-module-image,
  .td_block_big_grid_fl_8 .td-big-grid-post-1.td-module-empty .td-module-thumb,
  .td_block_big_grid_fl_8 .td-big-grid-post-2.td-module-empty .td-module-thumb {
    top: -2px;
  }
}
.td_block_big_grid_fl_8 .td-big-grid-post-1 .td-admin-edit,
.td_block_big_grid_fl_8 .td-big-grid-post-2 .td-admin-edit {
  /* landscape tablet + desktop */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) {
  .td_block_big_grid_fl_8 .td-big-grid-post-1 .td-admin-edit,
  .td_block_big_grid_fl_8 .td-big-grid-post-2 .td-admin-edit {
    top: 6px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_fl_8 .td-big-grid-post-1 .td-admin-edit,
  .td_block_big_grid_fl_8 .td-big-grid-post-2 .td-admin-edit {
    top: 2px;
  }
}
.td_block_big_grid_fl_8 .td-big-grid-post-1 .td-meta-info-container,
.td_block_big_grid_fl_8 .td-big-grid-post-2 .td-meta-info-container {
  /* landscape tablet + desktop */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) {
  .td_block_big_grid_fl_8 .td-big-grid-post-1 .td-meta-info-container,
  .td_block_big_grid_fl_8 .td-big-grid-post-2 .td-meta-info-container {
    bottom: 6px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_fl_8 .td-big-grid-post-1 .td-meta-info-container,
  .td_block_big_grid_fl_8 .td-big-grid-post-2 .td-meta-info-container {
    bottom: 2px;
  }
}
.td_block_big_grid_fl_8 .td-big-grid-post-3 .td-module-image,
.td_block_big_grid_fl_8 .td-big-grid-post-4 .td-module-image,
.td_block_big_grid_fl_8 .td-big-grid-post-3.td-module-empty .td-module-thumb,
.td_block_big_grid_fl_8 .td-big-grid-post-4.td-module-empty .td-module-thumb {
  top: auto;
  /* landscape tablet + desktop */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) {
  .td_block_big_grid_fl_8 .td-big-grid-post-3 .td-module-image,
  .td_block_big_grid_fl_8 .td-big-grid-post-4 .td-module-image,
  .td_block_big_grid_fl_8 .td-big-grid-post-3.td-module-empty .td-module-thumb,
  .td_block_big_grid_fl_8 .td-big-grid-post-4.td-module-empty .td-module-thumb {
    bottom: -6px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_fl_8 .td-big-grid-post-3 .td-module-image,
  .td_block_big_grid_fl_8 .td-big-grid-post-4 .td-module-image,
  .td_block_big_grid_fl_8 .td-big-grid-post-3.td-module-empty .td-module-thumb,
  .td_block_big_grid_fl_8 .td-big-grid-post-4.td-module-empty .td-module-thumb {
    bottom: -2px;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_fl_8 .td-big-grid-post-0 {
    width: 100%;
    float: none;
  }
}
.td_block_big_grid_fl_8 .td-posts-2 .td_module_wrap {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_fl_8 .td-posts-2 .td_module_wrap {
    width: 100% !important;
    padding-right: 0;
  }
  .td_block_big_grid_fl_8 .td-posts-2 .td_module_wrap .td-meta-info-container .td-big-grid-meta .entry-title {
    font-size: 19px !important;
    line-height: 24px !important;
  }
  .td_block_big_grid_fl_8 .td-posts-2 .td_module_wrap .td-meta-info-container {
    padding: 0 13px 14px;
  }
  .td_block_big_grid_fl_8 .td-posts-2 .td_module_wrap .td-module-thumb {
    height: 215px !important;
  }
}
@media (min-width: 1018px) {
  .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx19 .td-big-grid-meta,
  .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx19 .td-big-grid-meta,
  .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx19 .td-big-grid-meta,
  .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx19 .td-module-meta-info,
  .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx19 .td-module-meta-info,
  .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx19 .td-module-meta-info {
    padding-left: 20px;
    padding-right: 20px;
  }
  .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
  .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
  .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
  .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
  .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
  .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx25 .td-module-meta-info {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_fl_8.td-grid-style-4 .td_module_mx19 .td-meta-info-container {
    width: 100%;
    max-width: none;
  }
  .td_block_big_grid_fl_8.td-grid-style-4 .td_module_mx19 .td-meta-info-container .td-module-meta-info {
    display: none;
  }
  .td_block_big_grid_fl_8.td-grid-style-5 .td_module_mx19 .td-module-meta-info,
  .td_block_big_grid_fl_8.td-grid-style-6 .td_module_mx19 .td-module-meta-info {
    display: none;
  }
}
.td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-1 .td-post-category,
.td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-2 .td-post-category {
  /* landscape tablet + desktop */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) {
  .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-1 .td-post-category,
  .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-2 .td-post-category {
    bottom: 15px !important;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-1 .td-post-category,
  .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-2 .td-post-category {
    bottom: 11px !important;
  }
}
.td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-3 .td-big-grid-meta,
.td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-4 .td-big-grid-meta {
  /* landscape tablet + desktop */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) {
  .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-3 .td-big-grid-meta,
  .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-4 .td-big-grid-meta {
    padding-top: 17px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-3 .td-big-grid-meta,
  .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-4 .td-big-grid-meta {
    padding-top: 13px;
  }
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8 .td_module_mx19,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8 .td_module_mx19 {
  padding-top: 28%;
  /* landscape table + desktop */
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8 .td_module_mx19 .entry-title,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_8 .td_module_mx19 .entry-title {
    font-size: 23px;
    line-height: 30px;
  }
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8 .td_module_mx19 .td-meta-info-container,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_8 .td_module_mx19 .td-meta-info-container {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8 .td_module_mx19,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_8 .td_module_mx19 {
    padding-top: 36%;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8 .td_module_mx19,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_8 .td_module_mx19 {
    padding-top: 40%;
  }
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8 .td_module_mx25,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8 .td_module_mx25 {
  padding-top: 14%;
  /* desktop only */
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8 .td_module_mx25 .entry-title,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_8 .td_module_mx25 .entry-title {
    font-size: 19px;
    line-height: 24px;
  }
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8 .td_module_mx25 .td-meta-info-container,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_8 .td_module_mx25 .td-meta-info-container {
    padding: 0 20px 18px;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8 .td_module_mx25,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_8 .td_module_mx25 {
    padding-top: 18%;
  }
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8 .td_module_mx25 .entry-title,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_8 .td_module_mx25 .entry-title {
    font-size: 15px;
    line-height: 20px;
  }
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8 .td_module_mx25 .td-post-category,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_8 .td_module_mx25 .td-post-category {
    margin-bottom: 10px;
  }
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8 .td_module_mx25 .td-meta-info-container,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_8 .td_module_mx25 .td-meta-info-container {
    padding: 0 10px 18px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8 .td_module_mx25,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_8 .td_module_mx25 {
    padding-top: 20%;
  }
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8 .td_module_mx25 .entry-title,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_8 .td_module_mx25 .entry-title {
    font-size: 12px !important;
    line-height: 15px !important;
  }
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8 .td_module_mx25 .td-meta-info-container,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_8 .td_module_mx25 .td-meta-info-container {
    padding: 0 10px 13px;
  }
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-2,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-2,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-3,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-3,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 {
  /* landscape table + desktop */
}
@media (min-width: 1019px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx19 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx19 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx19 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx19 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx19 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx19 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx19 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx19 .td-module-meta-info,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx19 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx19 .td-module-meta-info,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx19 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx19 .td-module-meta-info {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx25 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx25 .td-module-meta-info {
  /* desktop only */
  /* responsive landscape + portrait tablet */
}
@media (min-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx25 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx25 .td-module-meta-info {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx25 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx25 .td-module-meta-info {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-meta-info-container,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-meta-info-container {
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-meta-info-container,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-meta-info-container {
    padding: 0 14px 16px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-meta-info-container,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-meta-info-container {
    padding: 0 13px 9px;
  }
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-4,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-4 {
  /* desktop only */
  /* responsive portrait tablet */
}
@media (min-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-4 .td_module_mx25 .td-meta-info-container,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-4 .td_module_mx25 .td-meta-info-container {
    width: auto;
    max-width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-4 .td_module_mx19 .td-meta-info-container,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-4 .td_module_mx19 .td-meta-info-container {
    width: 100%;
    max-width: none;
  }
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-1 .td-post-category,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-1 .td-post-category,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-2 .td-post-category,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-2 .td-post-category {
  /* landscape tablet + desktop */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-1 .td-post-category,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-1 .td-post-category,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-2 .td-post-category,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-2 .td-post-category {
    bottom: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-1 .td-post-category,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-1 .td-post-category,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-2 .td-post-category,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-2 .td-post-category {
    bottom: 11px !important;
  }
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-3 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-3 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-4 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-4 .td-big-grid-meta {
  /* landscape tablet + desktop */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-3 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-3 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-4 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-4 .td-big-grid-meta {
    padding-top: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-3 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-3 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-4 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-4 .td-big-grid-meta {
    padding-top: 13px;
  }
}
/*
  Big grid fl 9
*/
.td_block_big_grid_fl_9 {
  /* responsive portrait phone */
  /* landscape tablet + desktop */
  /* responsive landscape + portrait tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
.td_block_big_grid_fl_9 .td-big-grid-post {
  float: left;
}
.td_block_big_grid_fl_9 .td_module_mx19 {
  width: 50%;
  padding-top: 38%;
  /* desktop only */
  /* responsive portrait tablet */
}
@media (min-width: 1018px) {
  .td_block_big_grid_fl_9 .td_module_mx19 .entry-title {
    font-size: 19px;
    line-height: 24px;
  }
  .td_block_big_grid_fl_9 .td_module_mx19 .td-meta-info-container {
    padding: 0 20px 18px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_fl_9 .td_module_mx19 {
    padding-top: 42%;
  }
}
.td_block_big_grid_fl_9 .td_module_mx26 {
  width: 50%;
  padding-top: 22%;
  /* desktop only */
  /* responsive portrait tablet */
}
@media (min-width: 1018px) {
  .td_block_big_grid_fl_9 .td_module_mx26 .entry-title {
    font-size: 17px;
    line-height: 22px;
  }
  .td_block_big_grid_fl_9 .td_module_mx26 .td-meta-info-container {
    padding: 0 15px 18px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_fl_9 .td_module_mx26 {
    padding-top: 25%;
  }
  .td_block_big_grid_fl_9 .td_module_mx26 .entry-title {
    font-size: 15px !important;
    line-height: 20px !important;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_fl_9 .td-big-grid-post-0 {
    width: 100%;
    float: none;
  }
  .td_block_big_grid_fl_9 .td-big-grid-post-1 .td-meta-info-container {
    padding: 0 10px 11px;
  }
}
.td_block_big_grid_fl_9 .td_module_mx25 {
  width: 25%;
  padding-top: 16%;
  /* tablet + desktop */
  /* responsive portrait tablet */
}
@media (min-width: 767px) {
  .td_block_big_grid_fl_9 .td_module_mx25 .entry-title {
    font-size: 13px;
    line-height: 18px;
  }
  .td_block_big_grid_fl_9 .td_module_mx25 .td-post-category {
    margin-bottom: 10px;
  }
  .td_block_big_grid_fl_9 .td_module_mx25 .td-meta-info-container {
    padding: 0 10px 13px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_fl_9 .td_module_mx25 {
    padding-top: 17%;
  }
}
@media (min-width: 1018px) {
  .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx19 .td-big-grid-meta,
  .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx19 .td-big-grid-meta,
  .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx19 .td-big-grid-meta,
  .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx19 .td-module-meta-info,
  .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx19 .td-module-meta-info,
  .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx19 .td-module-meta-info {
    padding-left: 20px;
    padding-right: 20px;
  }
  .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx26 .td-big-grid-meta,
  .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx26 .td-big-grid-meta,
  .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx26 .td-big-grid-meta,
  .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx26 .td-module-meta-info,
  .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx26 .td-module-meta-info,
  .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx26 .td-module-meta-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
  .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
  .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
  .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
  .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
  .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx25 .td-module-meta-info {
    padding-left: 10px;
    padding-right: 10px;
  }
  .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx_rd_bg_32 .td-meta-info-container {
    padding: 0 17px 23px;
  }
}
.td_block_big_grid_fl_9 .td-big-grid-post-1 .td-module-image,
.td_block_big_grid_fl_9 .td-big-grid-post-1.td-module-empty .td-module-thumb {
  /* landscape tablet + desktop */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) {
  .td_block_big_grid_fl_9 .td-big-grid-post-1 .td-module-image,
  .td_block_big_grid_fl_9 .td-big-grid-post-1.td-module-empty .td-module-thumb {
    top: -6px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_fl_9 .td-big-grid-post-1 .td-module-image,
  .td_block_big_grid_fl_9 .td-big-grid-post-1.td-module-empty .td-module-thumb {
    top: -2px;
  }
}
.td_block_big_grid_fl_9 .td-big-grid-post-1 .td-admin-edit {
  /* landscape tablet + desktop */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) {
  .td_block_big_grid_fl_9 .td-big-grid-post-1 .td-admin-edit {
    top: 6px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_fl_9 .td-big-grid-post-1 .td-admin-edit {
    top: 2px;
  }
}
.td_block_big_grid_fl_9 .td-big-grid-post-1 .td-meta-info-container {
  /* landscape tablet + desktop */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) {
  .td_block_big_grid_fl_9 .td-big-grid-post-1 .td-meta-info-container {
    bottom: 6px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_fl_9 .td-big-grid-post-1 .td-meta-info-container {
    bottom: 2px;
  }
}
.td_block_big_grid_fl_9 .td-big-grid-post-2 .td-module-image,
.td_block_big_grid_fl_9 .td-big-grid-post-3 .td-module-image,
.td_block_big_grid_fl_9 .td-big-grid-post-2.td-module-empty .td-module-thumb,
.td_block_big_grid_fl_9 .td-big-grid-post-3.td-module-empty .td-module-thumb {
  top: auto;
  /* landscape tablet + desktop */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) {
  .td_block_big_grid_fl_9 .td-big-grid-post-2 .td-module-image,
  .td_block_big_grid_fl_9 .td-big-grid-post-3 .td-module-image,
  .td_block_big_grid_fl_9 .td-big-grid-post-2.td-module-empty .td-module-thumb,
  .td_block_big_grid_fl_9 .td-big-grid-post-3.td-module-empty .td-module-thumb {
    bottom: -6px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_fl_9 .td-big-grid-post-2 .td-module-image,
  .td_block_big_grid_fl_9 .td-big-grid-post-3 .td-module-image,
  .td_block_big_grid_fl_9 .td-big-grid-post-2.td-module-empty .td-module-thumb,
  .td_block_big_grid_fl_9 .td-big-grid-post-3.td-module-empty .td-module-thumb {
    bottom: -2px;
  }
}
@media (min-width: 768px) and (max-width: 1140px) {
  .td_block_big_grid_fl_9.td-grid-style-4 .td_module_mx25 .td-meta-info-container,
  .td_block_big_grid_fl_9.td-grid-style-4 .td_module_mx26 .td-meta-info-container {
    width: 100%;
    max-width: none;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_fl_9.td-grid-style-4 .td_module_mx19 .td-meta-info-container {
    width: 100%;
    max-width: none;
  }
  .td_block_big_grid_fl_9.td-grid-style-4 .td_module_mx19 .td-module-meta-info {
    display: none;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_fl_9.td-grid-style-2 .td-big-grid-post-1 .td-big-grid-meta,
  .td_block_big_grid_fl_9.td-grid-style-3 .td-big-grid-post-1 .td-big-grid-meta {
    padding: 11px 11px 0;
  }
  .td_block_big_grid_fl_9.td-grid-style-4 .td-big-grid-post-1 .td-module-title {
    padding-bottom: 3px;
  }
}
.td_block_big_grid_fl_9 .td-posts-2 .td_module_wrap {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_fl_9 .td-posts-2 .td_module_wrap {
    width: 100% !important;
    padding-right: 0;
  }
  .td_block_big_grid_fl_9 .td-posts-2 .td_module_wrap .td-meta-info-container .td-big-grid-meta .entry-title {
    font-size: 19px !important;
    line-height: 24px !important;
  }
  .td_block_big_grid_fl_9 .td-posts-2 .td_module_wrap .td-meta-info-container {
    padding: 0 13px 14px;
  }
  .td_block_big_grid_fl_9 .td-posts-2 .td_module_wrap .td-module-thumb {
    height: 215px !important;
  }
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_9 {
  /* desktop only */
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx19,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx19 {
  padding-top: 32%;
  /* desktop only */
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx19 .entry-title,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx19 .entry-title {
    font-size: 23px;
    line-height: 30px;
  }
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx19 .td-meta-info-container,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx19 .td-meta-info-container {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx19,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx19 {
    padding-top: 36%;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx19,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx19 {
    padding-top: 40%;
  }
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx26,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx26 {
  padding-top: 21%;
  /* desktop only */
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx26 .entry-title,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx26 .entry-title {
    font-size: 19px;
    line-height: 24px;
  }
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx26 .td-meta-info-container,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx26 .td-meta-info-container {
    padding: 0 20px 18px;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx26,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx26 {
    padding-top: 21%;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx26,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx26 {
    padding-top: 23%;
  }
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx25,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx25 {
  padding-top: 11%;
  /* desktop only */
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx25 .entry-title,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx25 .entry-title {
    font-size: 17px;
    line-height: 22px;
  }
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx25 .td-meta-info-container,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx25 .td-meta-info-container {
    padding: 0 20px 18px;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx25,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx25 {
    padding-top: 15%;
  }
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx25 .entry-title,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx25 .entry-title {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx25,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx25 {
    padding-top: 17%;
  }
}
@media (min-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx19 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx19 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx19 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx19 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx19 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx19 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx26 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx26 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx26 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx26 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx26 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx26 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx19 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx19 .td-module-meta-info,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx19 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx19 .td-module-meta-info,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx19 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx19 .td-module-meta-info,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx26 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx26 .td-module-meta-info,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx26 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx26 .td-module-meta-info,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx26 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx26 .td-module-meta-info,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx25 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx25 .td-module-meta-info {
    padding-left: 20px;
    padding-right: 20px;
  }
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-4 .td_module_mx25 .td-meta-info-container,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-4 .td_module_mx25 .td-meta-info-container {
    width: auto;
    max-width: 80%;
  }
}
/*
  Big grid full 10
*/
.td_block_big_grid_fl_10 {
  /* responsive portrait phone */
  /* responsive landscape + portrait tablet */
  /* responsive portrait phone */
}
.td_block_big_grid_fl_10 .td-big-grid-post {
  float: left;
}
.td_block_big_grid_fl_10 .td-big-grid-post-0 .td-module-image,
.td_block_big_grid_fl_10 .td-big-grid-post-3 .td-module-image,
.td_block_big_grid_fl_10 .td-big-grid-post-0.td-module-empty .td-module-thumb,
.td_block_big_grid_fl_10 .td-big-grid-post-3.td-module-empty .td-module-thumb {
  /* landscape tablet + desktop */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) {
  .td_block_big_grid_fl_10 .td-big-grid-post-0 .td-module-image,
  .td_block_big_grid_fl_10 .td-big-grid-post-3 .td-module-image,
  .td_block_big_grid_fl_10 .td-big-grid-post-0.td-module-empty .td-module-thumb,
  .td_block_big_grid_fl_10 .td-big-grid-post-3.td-module-empty .td-module-thumb {
    top: -6px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_fl_10 .td-big-grid-post-0 .td-module-image,
  .td_block_big_grid_fl_10 .td-big-grid-post-3 .td-module-image,
  .td_block_big_grid_fl_10 .td-big-grid-post-0.td-module-empty .td-module-thumb,
  .td_block_big_grid_fl_10 .td-big-grid-post-3.td-module-empty .td-module-thumb {
    top: -2px;
  }
}
.td_block_big_grid_fl_10 .td-big-grid-post-0 .td-admin-edit,
.td_block_big_grid_fl_10 .td-big-grid-post-3 .td-admin-edit {
  /* landscape tablet + desktop */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) {
  .td_block_big_grid_fl_10 .td-big-grid-post-0 .td-admin-edit,
  .td_block_big_grid_fl_10 .td-big-grid-post-3 .td-admin-edit {
    top: 6px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_fl_10 .td-big-grid-post-0 .td-admin-edit,
  .td_block_big_grid_fl_10 .td-big-grid-post-3 .td-admin-edit {
    top: 2px;
  }
}
.td_block_big_grid_fl_10 .td-big-grid-post-0 .td-meta-info-container,
.td_block_big_grid_fl_10 .td-big-grid-post-3 .td-meta-info-container {
  /* landscape tablet + desktop */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) {
  .td_block_big_grid_fl_10 .td-big-grid-post-0 .td-meta-info-container,
  .td_block_big_grid_fl_10 .td-big-grid-post-3 .td-meta-info-container {
    bottom: 6px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_fl_10 .td-big-grid-post-0 .td-meta-info-container,
  .td_block_big_grid_fl_10 .td-big-grid-post-3 .td-meta-info-container {
    bottom: 2px;
  }
}
.td_block_big_grid_fl_10 .td-big-grid-post-1 .td-module-image,
.td_block_big_grid_fl_10 .td-big-grid-post-4 .td-module-image,
.td_block_big_grid_fl_10 .td-big-grid-post-1.td-module-empty .td-module-thumb,
.td_block_big_grid_fl_10 .td-big-grid-post-4.td-module-empty .td-module-thumb {
  /* tablet + desktop */
  /* landscape tablet + desktop */
  /* responsive portrait tablet */
}
@media (min-width: 768px) {
  .td_block_big_grid_fl_10 .td-big-grid-post-1 .td-module-image,
  .td_block_big_grid_fl_10 .td-big-grid-post-4 .td-module-image,
  .td_block_big_grid_fl_10 .td-big-grid-post-1.td-module-empty .td-module-thumb,
  .td_block_big_grid_fl_10 .td-big-grid-post-4.td-module-empty .td-module-thumb {
    top: auto;
  }
}
@media (min-width: 1019px) {
  .td_block_big_grid_fl_10 .td-big-grid-post-1 .td-module-image,
  .td_block_big_grid_fl_10 .td-big-grid-post-4 .td-module-image,
  .td_block_big_grid_fl_10 .td-big-grid-post-1.td-module-empty .td-module-thumb,
  .td_block_big_grid_fl_10 .td-big-grid-post-4.td-module-empty .td-module-thumb {
    bottom: -6px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_fl_10 .td-big-grid-post-1 .td-module-image,
  .td_block_big_grid_fl_10 .td-big-grid-post-4 .td-module-image,
  .td_block_big_grid_fl_10 .td-big-grid-post-1.td-module-empty .td-module-thumb,
  .td_block_big_grid_fl_10 .td-big-grid-post-4.td-module-empty .td-module-thumb {
    bottom: -2px;
  }
}
.td_block_big_grid_fl_10 .td_module_mx25 {
  width: 24.5%;
  padding-top: 18%;
  /* tablet + desktop */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 767px) {
  .td_block_big_grid_fl_10 .td_module_mx25 .entry-title {
    font-size: 13px;
    line-height: 18px;
  }
  .td_block_big_grid_fl_10 .td_module_mx25 .td-meta-info-container {
    padding: 0 10px 13px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_fl_10 .td_module_mx25 {
    padding-top: 21%;
  }
  .td_block_big_grid_fl_10 .td_module_mx25 .entry-title {
    font-size: 12px !important;
    line-height: 15px !important;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_fl_10 .td_module_mx25 {
    width: 100%;
  }
}
.td_block_big_grid_fl_10 .td_module_mx19 {
  width: 51%;
  padding-top: 36%;
  /* desktop only */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1018px) {
  .td_block_big_grid_fl_10 .td_module_mx19 .entry-title {
    font-size: 19px;
    line-height: 24px;
  }
  .td_block_big_grid_fl_10 .td_module_mx19 .td-post-category {
    margin-bottom: 10px;
  }
  .td_block_big_grid_fl_10 .td_module_mx19 .td-meta-info-container {
    padding: 0 20px 18px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_fl_10 .td_module_mx19 {
    padding-top: 42%;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_fl_10 .td_module_mx19 {
    width: 46%;
  }
}
.td_block_big_grid_fl_10 .td-module-image {
  position: absolute;
  top: 0;
  lefT: 0;
  width: 100%;
  height: 100%;
}
.td_block_big_grid_fl_10 .td-big-grid-column {
  width: 24.5%;
  display: block;
  float: left;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_fl_10 .td-big-grid-column {
    width: 100%;
    float: none;
  }
}
.td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25 {
  width: 100%;
  /* landscape tablet + desktop */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1018px) {
  .td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25 {
    padding-top: 73.5%;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25 {
    padding-top: 85.7%;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25 {
    float: left;
  }
  .td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25:first-child {
    margin-bottom: 3px;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_fl_10 .td-big-grid-post-1,
  .td_block_big_grid_fl_10 .td-big-grid-post-2 {
    height: 260px;
    padding: 0;
  }
  .td_block_big_grid_fl_10 .td-big-grid-post-1 .entry-title {
    font-size: 19px !important;
    line-height: 24px !important;
  }
  .td_block_big_grid_fl_10 .td-big-grid-post-2 .td-meta-info-container {
    padding: 0 10px 11px;
  }
  .td_block_big_grid_fl_10 .td-big-grid-post-2 .td-module-meta-info {
    display: none;
  }
}
.td_block_big_grid_fl_10 .td-posts-3 .td_module_wrap {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_big_grid_fl_10 .td-posts-3 .td_module_wrap .td-meta-info-container .td-big-grid-meta .entry-title {
    font-size: 19px !important;
    line-height: 23px !important;
  }
  .td_block_big_grid_fl_10 .td-posts-3 .td_module_wrap .td-module-thumb {
    height: 220px !important;
  }
}
.td_block_big_grid_fl_10.td-grid-style-2,
.td_block_big_grid_fl_10.td-grid-style-3,
.td_block_big_grid_fl_10.td-grid-style-7 {
  /* tablet + desktop */
  /* desktop only */
}
@media (min-width: 767px) {
  .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
  .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
  .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
  .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
  .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
  .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-module-meta-info {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1018px) {
  .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx19 .td-big-grid-meta,
  .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx19 .td-big-grid-meta,
  .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx19 .td-big-grid-meta,
  .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx19 .td-module-meta-info,
  .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx19 .td-module-meta-info,
  .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx19 .td-module-meta-info {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1140px) {
  .td_block_big_grid_fl_10.td-grid-style-4 .td_module_mx19 .td-meta-info-container {
    width: 100%;
    max-width: none;
  }
  .td_block_big_grid_fl_10.td-grid-style-4 .td_module_mx19 .td-meta-info-container .td-module-meta-info {
    display: none;
  }
}
@media (max-width: 767px) {
  .td_block_big_grid_fl_10.td-grid-style-2 .td-big-grid-post-2 .td-big-grid-meta,
  .td_block_big_grid_fl_10.td-grid-style-3 .td-big-grid-post-2 .td-big-grid-meta {
    padding: 11px 11px 0;
  }
  .td_block_big_grid_fl_10.td-grid-style-4 .td-big-grid-post-2 .entry-title {
    padding-bottom: 3px;
  }
  .td_block_big_grid_fl_10.td-grid-style-7 .td-big-grid-post-1 .entry-title {
    font-size: 26px !important;
    line-height: 30px !important;
  }
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10 {
  /* desktop only */
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx25,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx25 {
  padding-top: 13%;
  /* desktop only */
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx25 .entry-title,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx25 .entry-title {
    font-size: 17px;
    line-height: 22px;
  }
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx25 .td-meta-info-container,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx25 .td-meta-info-container {
    padding: 0 17px 18px;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx25,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx25 {
    padding-top: 17.52%;
  }
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx25 .entry-title,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx25 .entry-title {
    font-size: 15px;
    line-height: 20px;
  }
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx25 .td-meta-info-container,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx25 .td-meta-info-container {
    padding: 0 10px 18px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx25,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx25 {
    padding-top: 23%;
  }
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx25 .entry-title,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx25 .entry-title {
    font-size: 13px !important;
    line-height: 18px !important;
  }
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx25 .td-meta-info-container,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx25 .td-meta-info-container {
    padding: 0 10px 13px;
  }
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx19,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx19 {
  padding-top: 26%;
  /* desktop only */
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx19 .entry-title,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx19 .entry-title {
    font-size: 23px;
    line-height: 30px;
  }
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx19 .td-meta-info-container,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx19 .td-meta-info-container {
    padding: 0 20px 20px;
  }
}
@media (min-width: 768px) and (max-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx19,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx19 {
    padding-top: 35%;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx19,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx19 {
    padding-top: 46%;
  }
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25 {
  /* desktop only */
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25 {
    padding-top: 53%;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25 {
    padding-top: 71.5%;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25 {
    padding-top: 93.9%;
  }
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-2,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-2,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-3,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-3,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-7,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-7 {
  /* desktop only */
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-module-meta-info {
  /* desktop only */
  /* responsive landscape + portrait tablet */
}
@media (min-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-module-meta-info {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (min-width: 768px) and (max-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-module-meta-info {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx19 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx19 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx19 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx19 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx19 .td-big-grid-meta,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx19 .td-big-grid-meta,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx19 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx19 .td-module-meta-info,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx19 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx19 .td-module-meta-info,
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx19 .td-module-meta-info,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx19 .td-module-meta-info {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1140px) {
  .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-4 .td_module_mx25 .td-meta-info-container,
  .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-4 .td_module_mx25 .td-meta-info-container {
    width: auto;
    max-width: 90%;
  }
}
.td-big-grid-slide {
  margin-bottom: 0;
  height: 534px !important;
  overflow: hidden;
  /* responsive portrait phone */
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (max-width: 767px) {
  .td-big-grid-slide {
    height: 451px !important;
    margin-bottom: 48px !important;
    margin-left: auto;
    margin-right: auto;
  }
  .td-big-grid-slide .td-big-grid-scroll {
    overflow: visible !important;
    white-space: normal;
  }
  .td-big-grid-slide .td_module_mx10,
  .td-big-grid-slide .td_module_mx9 {
    display: block !important;
    width: 100% !important;
  }
  .td-big-grid-slide .td_module_mx9 .td-module-thumb {
    max-height: 200px;
  }
  .td-big-grid-slide .td-big-grid-post-1 {
    margin-bottom: 3px !important;
  }
  .td-big-grid-slide .td-big-grid-post-2 {
    width: 50% !important;
    display: inline-block !important;
    margin-left: 0 !important;
  }
  .td-big-grid-slide .td-big-grid-post-2 .entry-thumb {
    min-height: 100%;
    min-width: 100%;
  }
  .td-big-grid-slide .td-big-grid-post-3 {
    width: 50% !important;
    display: inline-block !important;
  }
  .td-big-grid-slide .td-big-grid-post-3 .entry-thumb {
    min-height: 100%;
    min-width: 100%;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-big-grid-slide {
    height: 474px !important;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-big-grid-slide {
    height: 384px !important;
  }
}
.td-big-grid-slide .td-icon-left,
.td-big-grid-slide .td-icon-right {
  z-index: 1;
  padding: 20px;
  position: absolute;
  display: block;
  height: 80px;
  margin-top: -65px;
  top: 50%;
  font-size: 40px;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-big-grid-slide .td-icon-left,
  .td-big-grid-slide .td-icon-right {
    display: none;
  }
}
.td-big-grid-slide .td-icon-left {
  left: 0;
}
.td-big-grid-slide .td-icon-right {
  right: 0;
}
.td-big-grid-slide:hover .td-icon-left,
.td-big-grid-slide:hover .td-icon-right {
  opacity: 0.6;
}
.td-big-grid-slide .td_block_wrap {
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1140px) {
  .td-big-grid-slide .td_block_wrap {
    width: 1068px !important;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-big-grid-slide .td_block_wrap {
    width: 980px !important;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-big-grid-slide .td_block_wrap {
    width: 740px !important;
  }
}
@media (max-width: 767px) {
  .td-big-grid-slide .td_block_wrap {
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
  }
}
/*  ----------------------------------------------------------------------------
    Related / similar articles
*/
/* related_posts_row */
.td-related-row {
  margin-right: -21px;
  *zoom: 1;
  /* responsive 500px phone */
}
.td-related-row:before,
.td-related-row:after {
  display: table;
  content: '';
}
.td-related-row:after {
  clear: both;
}
.td-related-row [class*="td-related-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-related-row [class*="td-related-span"] {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-related-row [class*="td-related-span"] {
    padding-right: 14px;
    padding-left: 14px;
  }
}
@media (max-width: 767px) {
  .td-related-row [class*="td-related-span"] {
    padding-right: 0;
    padding-left: 0;
    float: none;
    width: 100%;
  }
}
.td-related-row .td-related-span4 {
  width: 33.33333333%;
  padding-left: 0;
  padding-right: 21px;
  /* responsive 500px phone */
}
@media (max-width: 500px) {
  .td-related-row .td-related-span4 {
    padding-right: 10px;
  }
}
@media (max-width: 500px) {
  .td-related-row {
    margin-right: -10px;
  }
  .td-related-row .td-video-play-ico {
    width: 20px;
    height: 20px;
    font-size: 20px;
  }
}
.td-related-full-width .td-related-row {
  margin-right: -22px;
  /* responsive portrait phone */
}
.td-related-full-width .td-related-row .td-related-span4 {
  width: 20%;
  padding-right: 22px;
  position: relative;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-related-full-width .td-related-row .td-related-span4 {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .td-related-full-width .td-related-row {
    margin-right: 0;
  }
  .td-related-full-width .td-related-row .td-video-play-ico {
    width: 20px;
    height: 20px;
    font-size: 20px;
  }
}
.td_block_related_posts {
  position: relative;
  /* responsive portrait phone */
}
.td_block_related_posts .td-module-thumb {
  margin-bottom: 7px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_related_posts .td-module-thumb {
    margin-bottom: 0;
  }
}
.td_block_related_posts .td-video-play-ico {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_related_posts .td-video-play-ico {
    width: 25px;
    height: 25px;
    font-size: 25px;
  }
}
.td_block_related_posts .td-module-title {
  font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  margin-top: 0;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_related_posts .td-module-title {
    font-size: 17px;
    line-height: 23px;
  }
}
@media (max-width: 767px) {
  .td_block_related_posts .td-related-span4 {
    width: 100%;
  }
  .td_block_related_posts .td-module-image {
    position: absolute;
    width: 100px;
  }
  .td_block_related_posts .item-details {
    padding-left: 110px;
    min-height: 70px;
    margin-bottom: 26px;
  }
}
.td_block_related_posts .td-next-prev-wrap {
  margin-top: 0;
}
.td_block_template_1 .td-related-title {
  border-bottom: 2px solid var(--td_theme_color, #4db2ec);
}
.td_block_template_1 .td-related-title a {
  line-height: 1;
  padding: 9px 12px 5px 12px;
  /* responsive 320px phone */
}
@media (max-width: 319px) {
  .td_block_template_1 .td-related-title a {
    width: 100%;
    font-size: 12px !important;
  }
}
.td_block_template_1 .td-related-title .td-cur-simple-item {
  background-color: var(--td_header_color, #222222);
  color: #fff;
}
.td_block_template_1 .td-related-title .td-cur-simple-item:hover {
  color: #fff;
}
.td-related-title {
  font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
  font-size: 14px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 27px;
}
.td-related-title > .td-related-left,
.td-related-title > .td-related-right {
  display: inline-block;
  white-space: nowrap;
  /* responsive 320px phone */
}
@media (max-width: 320px) {
  .td-related-title > .td-related-left,
  .td-related-title > .td-related-right {
    font-size: 13px !important;
  }
}
.td-related-title > .td-related-right {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-related-title > .td-related-right {
    margin-right: 0 !important;
  }
}
@-moz-document url-prefix() {
  .td_block_template_1 .td-related-title > .td-related-left,
  .td_block_template_1 .td-related-title > .td-related-right {
    padding: 8px 12px 6px 12px;
  }
}
.td_mod_related_posts:hover h3 > a {
  color: var(--td_theme_color, #4db2ec);
}
/*  ----------------------------------
    Parallax header
*/
.td-parallax-header {
  margin-bottom: 60px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-parallax-header {
    margin-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .td-parallax-header {
    margin-bottom: 25px;
  }
}
/*  ----------------------------------------------------------------------------
    Template 1
*/
.td-post-template-1 {
  /* Video */
}
.td-post-template-1 .td-post-header .entry-title {
  font-size: 38px;
  line-height: 44px;
}
@media (max-width: 1018px) {
  .td-post-template-1 .td-post-header header .entry-title {
    font-size: 32px;
    line-height: 36px;
  }
}
.td-post-template-1 .td-featured-image-rec {
  float: left;
  width: 300px;
  margin-right: 21px;
  /* responsive portrait phone */
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-post-template-1 .td-featured-image-rec {
    width: auto;
    margin-right: 15px;
  }
}
@media (max-width: 500px) {
  .td-post-template-1 .td-featured-image-rec {
    width: 100%;
    margin-right: 0;
  }
}
.td-post-template-1 .td-featured-image-rec img,
.td-post-template-1 .td-featured-image-rec .wpb_video_wrapper {
  margin-bottom: 21px;
}
.td-post-template-1 .td-pb-span8 .td-featured-image-rec {
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-post-template-1 .td-pb-span8 .td-featured-image-rec {
    width: 250px;
    margin-right: 17px;
  }
}
.td-post-template-1 .td-pb-span12 .format-video .td-featured-image-rec {
  float: left;
  width: 60%;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-post-template-1 .td-pb-span12 .format-video .td-featured-image-rec {
    float: none;
    width: 100%;
  }
}
.td-post-template-1 .td-post-title .td-post-comments {
  margin-left: 22px;
}
.td-post-template-1 .td-post-title .td-post-views {
  margin-right: 0;
}
.td-post-template-1 .wpb_video_wrapper .twitter-video {
  min-width: 300px !important;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-post-template-1 .wpb_video_wrapper .twitter-video {
    min-width: 200px !important;
  }
}
/* Video */
.wpb_video_wrapper {
  margin-bottom: 26px;
}
.wpb_video_wrapper .fb-video {
  margin-bottom: 0;
}
.wpb_video_wrapper iframe {
  display: block;
}
.wpb_video_wrapper .twitter-video {
  max-width: none !important;
}
.wpb_video_wrapper video {
  max-width: 100%;
}
/*  ----------------------------------------------------------------------------
    Template 2
*/
.td-post-template-2 .td-post-content {
  margin-top: 0;
}
.td-post-template-2 .td-post-header .entry-title {
  font-size: 44px;
  line-height: 54px;
  margin-bottom: 5px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-post-template-2 .td-post-header .entry-title {
    margin-bottom: 9px;
  }
}
@media (max-width: 1018px) {
  .td-post-template-2 .td-post-header header .entry-title {
    font-size: 32px;
    line-height: 36px;
  }
}
.td-post-template-2 .td-post-title .td-category {
  margin-bottom: 5px;
}
.td-post-template-2 .td-post-title .td-post-date {
  margin-right: 22px;
}
.td-post-template-2 .td-post-title .td-post-comments,
.td-post-template-2 .td-post-title .td-post-views {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.td-post-template-2 .td-post-featured-image img {
  width: auto;
}
.td-post-template-2 .td-post-sub-title {
  font-size: 19px;
  line-height: 25px;
  margin: 12px 0 20px;
}
@media (max-width: 767px) {
  .td-post-template-2 .td-post-sub-title {
    margin: 0 0 16px;
  }
}
/*  ----------------------------------------------------------------------------
    Template 3
*/
.td-post-template-3 {
  /* align center top sharing on full width */
}
.td-post-template-3 .td-post-featured-image img {
  margin-bottom: 0;
}
.td-post-template-3 .td-crumb-container {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  min-height: 0;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-post-template-3 .td-crumb-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.td-post-template-3 .td-crumb-container .entry-crumbs {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 1018px) {
  .td-post-template-3 .td-crumb-container .entry-crumbs {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.td-post-template-3 .td-post-header-holder {
  position: relative;
  min-height: 300px;
  background-color: #444;
  margin-bottom: 36px;
  overflow: hidden;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (max-width: 1018px) {
  .td-post-template-3 .td-post-header-holder {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .td-post-template-3 .td-post-header-holder {
    margin-bottom: 21px;
    min-height: 200px;
  }
}
.td-post-template-3 .td-post-header-holder .wp-caption-text {
  display: none;
}
.td-post-template-3 .td-post-featured-image img {
  margin-bottom: 0;
}
.td-post-template-3 .td-post-title {
  position: absolute;
  bottom: 0;
  padding: 0 30px 9px 30px;
  width: 80%;
  z-index: 1;
  /* responsive portrait phone */
}
@media (max-width: 1018px) {
  .td-post-template-3 .td-post-title {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .td-post-template-3 .td-post-title {
    padding: 0 14px 0;
  }
}
.td-post-template-3 .td-post-title .td-category {
  margin-bottom: 5px;
}
.td-post-template-3 .td-post-title .td-post-comments,
.td-post-template-3 .td-post-title .td-post-views {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-left: 22px;
  margin-right: 0;
}
.td-post-template-3 .td-post-title .td-post-author-name,
.td-post-template-3 .td-post-title .td-post-author-name a,
.td-post-template-3 .td-post-title .td-post-date,
.td-post-template-3 .td-post-title .td-post-comments a,
.td-post-template-3 .td-post-title .td-post-views {
  color: #fff;
}
.td-post-template-3 .td-post-title .wp-caption-text {
  color: #fff;
  position: absolute;
  bottom: 27px;
  right: 21px;
  margin-bottom: 0;
  height: 17px;
  max-width: 40%;
  overflow: hidden;
  text-align: right;
}
.td-post-template-3 .td-post-header .entry-title {
  font-size: 44px;
  line-height: 54px;
  font-weight: 500;
  margin-bottom: 14px;
  color: #fff;
}
.td-post-template-3 .td-post-header header .entry-title {
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-post-template-3 .td-post-header header .entry-title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .td-post-template-3 .td-post-header header .entry-title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
.td-post-template-3 .td-post-header.td-container {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-post-template-3 .td-post-header.td-container {
    padding-right: 0;
    padding-left: 0;
  }
}
.td-post-template-3 .td-post-sub-title {
  color: #ddd;
  margin-bottom: 25px;
  font-size: 19px;
  line-height: 25px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-post-template-3 .td-post-sub-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .td-post-template-3 .td-post-sub-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
  }
}
.td-post-template-3 .td-post-content {
  margin-top: 0;
}
.td-post-template-3 .td-image-gradient:before {
  z-index: 1;
}
.td-post-template-3 .td-pb-span12.td-main-content .td-post-sharing-top .td-post-sharing-classic,
.td-post-template-3 .td-pb-span12.td-main-content .td-post-sharing-top .td-post-sharing {
  text-align: center;
}
.td-post-template-3 .td-pb-span12.td-main-content .td-post-sharing-top .td-post-sharing-classic {
  left: 19px;
}
.td-boxed-layout .td-post-template-3 .td-post-title {
  padding: 0 48px 25px;
}
@media (max-width: 1140px) {
  .td-boxed-layout .td-post-template-3 .td-post-title {
    padding: 0 21px 9px;
  }
}
.td-boxed-layout .td-post-template-3 .td-post-header-holder {
  width: 1164px;
  left: -48px;
}
@media (max-width: 1140px) {
  .td-boxed-layout .td-post-template-3 .td-post-header-holder {
    width: 100%;
    left: 0;
  }
}
/*  ----------------------------------------------------------------------------
    Template 4
*/
.td-post-template-4 {
  /* responsive portrait phone */
}
@media (max-width: 1018px) {
  .td-post-template-4 .td-post-header header .entry-title {
    font-size: 32px;
    line-height: 36px;
  }
}
.td-post-template-4 .td-crumb-container {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  min-height: 0;
}
.td-post-template-4 .td-crumb-container .entry-crumbs {
  margin-bottom: 0;
  padding-top: 15px;
}
@media (max-width: 1018px) {
  .td-post-template-4 .td-crumb-container .entry-crumbs {
    margin-bottom: -24px;
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .td-post-template-4 .td-crumb-container .entry-crumbs {
    padding-bottom: 30px;
  }
}
.td-post-template-4 .td-post-header-holder {
  position: relative;
  min-height: 240px;
  margin-bottom: 48px;
  padding-top: 13px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-post-template-4 .td-post-header-holder {
    margin-bottom: 30px;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .td-post-template-4 .td-post-header-holder {
    padding-top: 0;
    margin-bottom: 0;
    background-color: transparent;
    min-height: 0;
  }
}
.td-post-template-4 .td-post-header-holder .wp-caption-text {
  display: none;
}
.td-post-template-4 .td-post-featured-image {
  background-color: #444;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-post-template-4 .td-post-featured-image {
    margin-bottom: 13px;
  }
}
.td-post-template-4 .td-post-featured-image .entry-thumb {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-post-template-4 .td-post-featured-image .entry-thumb {
    margin-bottom: 0;
  }
}
.td-post-template-4 .td-post-title {
  width: 720px;
  position: absolute;
  bottom: 0;
  padding: 21px 21px 0 0;
  background-color: #fff;
  z-index: 1;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-post-template-4 .td-post-title {
    width: 664px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-post-template-4 .td-post-title {
    width: 498px;
  }
}
@media (max-width: 767px) {
  .td-post-template-4 .td-post-title {
    width: 100%;
    padding: 0;
    position: relative;
  }
}
.td-post-template-4 .td-post-title h1.entry-title {
  margin-bottom: 14px;
}
@media (max-width: 1018px) {
  .td-post-template-4 .td-post-title h1.entry-title {
    margin-bottom: 9px;
  }
}
.td-post-template-4 .td-post-title .td-category {
  margin-bottom: 7px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-post-template-4 .td-post-title .td-category {
    margin-bottom: 0;
  }
}
.td-post-template-4 .td-post-title .td-module-meta-info {
  margin-bottom: 0;
  position: relative;
  bottom: -4px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-post-template-4 .td-post-title .td-module-meta-info {
    bottom: 0;
  }
}
.td-post-template-4 .td-post-title .wp-caption-text {
  color: #fff;
  position: absolute;
  bottom: 17px;
  right: 21px;
  margin-bottom: 0;
  max-width: 300px;
  text-align: right;
}
.td-post-template-4 .td-post-title .td-post-views {
  margin-right: 0;
}
.td-post-template-4 .td-post-title .td-post-comments {
  margin-left: 22px;
}
.td-post-template-4 .td-post-sub-title {
  margin-bottom: 18px;
}
.td-post-template-4 .td-post-content {
  margin-top: 0;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-post-template-4 .td-post-content {
    margin-top: 16px;
  }
}
.td-post-template-4 .td-image-gradient:before {
  height: 57%;
}
@media (max-width: 767px) {
  .td-post-template-4 .td-image-gradient:before {
    display: none;
  }
}
/*  ----------------------------------------------------------------------------
    Template 5
*/
@media (max-width: 1018px) {
  .td-post-template-5 .td-post-header header .entry-title {
    font-size: 32px;
    line-height: 36px;
  }
}
.td-post-template-5 .td-post-title .td-post-comments {
  margin-left: 22px;
}
.td-post-template-5 .td-post-title .td-post-views {
  margin-right: 0;
}
.td-post-template-5 .td-crumb-container {
  margin-bottom: 9px;
}
/*  ----------------------------------------------------------------------------
    Template 6
*/
.td-post-template-6 {
  /* responsive portrait phone */
}
.td-post-template-6 .td-post-header {
  height: 700px;
  position: relative;
  width: 1128px;
  /* responsive portrait tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-post-template-6 .td-post-header {
    width: 1040px;
    height: 600px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-post-template-6 .td-post-header {
    width: 740px;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .td-post-template-6 .td-post-header {
    width: 100%;
    height: auto;
    padding: 0;
  }
}
.td-post-template-6 .td-post-header-holder {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  background-color: #fff;
  padding: 21px 30px 0 30px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-post-template-6 .td-post-header-holder {
    padding: 21px 21px 0;
  }
}
@media (max-width: 767px) {
  .td-post-template-6 .td-post-header-holder {
    padding: 10px 10px 0 10px;
    position: relative;
  }
}
.td-post-template-6 .entry-crumbs {
  margin-bottom: 9px;
}
.td-post-template-6 .td-post-header .entry-title {
  font-size: 44px;
  line-height: 54px;
  margin-bottom: 11px;
}
.td-post-template-6 .td-post-header header .entry-title {
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-post-template-6 .td-post-header header .entry-title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .td-post-template-6 .td-post-header header .entry-title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 9px;
  }
}
.td-post-template-6 .td-post-title .td-category {
  margin-bottom: 5px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-post-template-6 .td-post-title .td-category {
    margin-bottom: 0;
  }
}
.td-post-template-6 .td-post-title .td-post-date {
  margin-right: 22px;
}
.td-post-template-6 .td-post-title .td-post-comments,
.td-post-template-6 .td-post-title .td-post-views {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.td-post-template-6 .td-post-title .td-module-meta-info {
  margin-bottom: 0;
}
.td-post-template-6 .td-main-content,
.td-post-template-6 .td-main-sidebar {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .td-post-template-6 .td-main-content {
    margin-top: 0;
  }
  .td-post-template-6 .td-main-sidebar {
    margin-top: 28px;
  }
}
.td-post-template-6 .td-post-content {
  margin-top: 0;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-post-template-6 .td-post-content {
    margin-top: 16px;
  }
}
.td-post-template-6 .td-post-sub-title {
  font-size: 19px;
  line-height: 25px;
  margin: 9px 0 18px;
}
.td-post-template-6 #td-full-screen-header-image {
  position: absolute;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-post-template-6 #td-full-screen-header-image {
    position: relative;
    height: 240px;
  }
}
.td-image-gradient-style6:after {
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(25%, rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#4d000000', GradientType=0);
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-image-gradient-style6:after {
    display: none;
  }
}
.td-full-screen-header-image-wrap {
  position: relative;
  overflow: hidden;
}
#td-full-screen-header-image {
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  text-align: center;
}
/*  ----------------------------------------------------------------------------
    Template 7
*/
.td-post-template-7 {
  /* responsive portrait phone */
  /* align center top sharing on full width */
}
.td-post-template-7 .td-post-header {
  height: 700px;
  position: relative;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-post-template-7 .td-post-header {
    height: 600px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-post-template-7 .td-post-header {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .td-post-template-7 .td-post-header {
    height: auto;
    min-height: 400px;
  }
}
.td-post-template-7 .td-post-header-holder {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-post-template-7 .td-post-header-holder {
    width: auto;
    padding-right: 10px;
  }
}
.td-post-template-7 .td-crumb-container {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-post-template-7 .td-crumb-container {
    padding-top: 12px;
  }
}
@media (max-width: 767px) {
  .td-post-template-7 .td-crumb-container {
    left: 10px;
    padding-right: 10px;
    padding-top: 10px;
  }
}
.td-post-template-7 .td-post-title .td-category {
  margin-bottom: 5px;
}
.td-post-template-7 .td-post-title .td-post-author-name,
.td-post-template-7 .td-post-title .td-post-author-name a,
.td-post-template-7 .td-post-title .td-post-date,
.td-post-template-7 .td-post-title .td-post-comments a,
.td-post-template-7 .td-post-title .td-post-views {
  color: #fff;
}
.td-post-template-7 .td-post-title .td-post-date {
  margin-right: 22px;
}
.td-post-template-7 .td-post-title .td-post-comments,
.td-post-template-7 .td-post-title .td-post-views {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.td-post-template-7 .entry-crumbs,
.td-post-template-7 .entry-crumbs a {
  color: #fff;
}
.td-post-template-7 .td-post-header .entry-title {
  font-size: 44px;
  line-height: 54px;
  margin-bottom: 14px;
  color: #fff;
}
.td-post-template-7 .td-post-header .entry-title a {
  color: #fff;
}
.td-post-template-7 .td-post-header header .entry-title {
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-post-template-7 .td-post-header header .entry-title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .td-post-template-7 .td-post-header header .entry-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 7px;
  }
}
.td-post-template-7 .td-post-sub-title {
  font-size: 19px;
  line-height: 25px;
  color: #ddd;
  margin-bottom: 25px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-post-template-7 .td-post-sub-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .td-post-template-7 .td-post-sub-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
  }
}
.td-post-template-7 .td-read-down {
  bottom: 0;
  z-index: 1;
  text-align: center;
}
.td-post-template-7 .td-read-down a {
  display: inline-block;
}
.td-post-template-7 .td-read-down .td-icon-read-down {
  font-size: 44px;
  opacity: 0.8;
  color: #fff;
  bottom: -10px;
  position: relative;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-post-template-7 .td-read-down .td-icon-read-down {
    font-size: 25px;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .td-post-template-7 .td-read-down .td-icon-read-down {
    font-size: 25px;
    bottom: 0;
  }
}
.td-post-template-7 .td-main-content,
.td-post-template-7 .td-main-sidebar {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .td-post-template-7 .td-main-content {
    margin-top: 0;
  }
  .td-post-template-7 .td-main-sidebar {
    margin-top: 28px;
  }
}
.td-post-template-7 .td-post-content {
  margin-top: 0;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-post-template-7 .td-post-content {
    margin-top: 21px;
  }
}
.td-post-template-7 #td-full-screen-header-image {
  position: absolute;
}
.td-post-template-7 .td-pb-span12.td-main-content .td-post-sharing-top .td-post-sharing-classic,
.td-post-template-7 .td-pb-span12.td-main-content .td-post-sharing-top .td-post-sharing {
  text-align: center;
}
.td-post-template-7 .td-pb-span12.td-main-content .td-post-sharing-top .td-post-sharing-classic {
  left: 19px;
}
.td-post-template-7 .td-post-sharing-top {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-post-template-7 .td-post-sharing-top {
    margin-top: 21px;
  }
}
.td-image-gradient-style7:after {
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(18%, rgba(0, 0, 0, 0)), color-stop(28%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#cc000000', GradientType=0);
}
/*  ----------------------------------------------------------------------------
    Template 8
*/
.td-post-template-8-box {
  margin: 0 auto;
  width: 1164px;
  padding: 0 48px;
  background-color: #fff;
}
@media (max-width: 1180px) {
  .td-post-template-8-box {
    width: 100%;
    padding: 0;
  }
}
.td-post-template-8 {
  background: transparent;
  /* responsive portrait phone */
  /* align center top sharing on full width */
}
@media (min-width: 1180px) {
  .td-post-template-8 {
    max-width: 1164px;
    margin: 0 auto;
  }
}
.td-post-template-8 .td-post-header {
  margin: 0 auto;
  width: 1164px;
  height: 570px;
  position: relative;
  display: table;
  background-color: rgba(0, 0, 0, 0.5);
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (max-width: 1180px) {
  .td-post-template-8 .td-post-header {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-post-template-8 .td-post-header {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .td-post-template-8 .td-post-header {
    height: 340px;
  }
}
.td-post-template-8 .td-post-sharing-top {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-post-template-8 .td-post-sharing-top {
    margin-top: 21px;
  }
}
.td-post-template-8 .td-post-header-holder {
  display: table-cell;
  padding: 20px 48px;
  z-index: 1;
  vertical-align: bottom;
  text-align: left;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (max-width: 1180px) {
  .td-post-template-8 .td-post-header-holder {
    padding: 20px 0;
    width: 1068px;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-post-template-8 .td-post-header-holder {
    padding: 20px 0;
    width: 980px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-post-template-8 .td-post-header-holder {
    padding: 20px 0;
    width: 740px;
  }
}
@media (max-width: 767px) {
  .td-post-template-8 .td-post-header-holder {
    padding: 10px;
  }
}
.td-post-template-8 .td-crumb-container {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1068px;
  margin: auto;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-post-template-8 .td-crumb-container {
    width: 980px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-post-template-8 .td-crumb-container {
    width: 740px;
  }
}
@media (max-width: 767px) {
  .td-post-template-8 .td-crumb-container {
    width: 100%;
    padding: 11px;
  }
}
.td-post-template-8 .entry-crumbs,
.td-post-template-8 .entry-crumbs a {
  color: #fff;
}
.td-post-template-8 .td-post-title .td-category {
  margin-bottom: 5px;
}
.td-post-template-8 .td-post-title .td-module-meta-info {
  margin-bottom: 0;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-post-template-8 .td-post-title .td-module-meta-info {
    margin-bottom: 5px;
  }
}
.td-post-template-8 .td-post-title .td-post-author-name,
.td-post-template-8 .td-post-title .td-post-author-name a,
.td-post-template-8 .td-post-title .td-post-date,
.td-post-template-8 .td-post-title .td-post-comments a,
.td-post-template-8 .td-post-title .td-post-views {
  color: #fff;
}
.td-post-template-8 .td-post-title .td-post-date {
  margin-right: 22px;
}
.td-post-template-8 .td-post-title .td-post-comments,
.td-post-template-8 .td-post-title .td-post-views {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.td-post-template-8 .td-post-title {
  width: 81%;
}
@media (max-width: 1018px) {
  .td-post-template-8 .td-post-title {
    width: 100%;
  }
}
.td-post-template-8 .td-post-header .entry-title {
  font-size: 44px;
  line-height: 54px;
  margin-bottom: 14px;
  color: #fff;
}
.td-post-template-8 .td-post-header .entry-title a {
  color: #fff;
}
.td-post-template-8 .td-post-header header .entry-title {
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-post-template-8 .td-post-header header .entry-title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .td-post-template-8 .td-post-header header .entry-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 7px;
  }
}
.td-post-template-8 .td-post-sub-title {
  font-size: 19px;
  line-height: 25px;
  color: #ddd;
  margin-bottom: 21px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-post-template-8 .td-post-sub-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .td-post-template-8 .td-post-sub-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
  }
}
.td-post-template-8 .td-main-content,
.td-post-template-8 .td-main-sidebar {
  margin-top: 48px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-post-template-8 .td-main-content,
  .td-post-template-8 .td-main-sidebar {
    margin-top: 26px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-post-template-8 .td-main-content,
  .td-post-template-8 .td-main-sidebar {
    margin-top: 21px;
  }
}
@media (max-width: 767px) {
  .td-post-template-8 .td-main-content {
    margin-top: 0;
  }
  .td-post-template-8 .td-main-sidebar {
    margin-top: 28px;
  }
}
.td-post-template-8 .td-post-content {
  margin-top: 0;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-post-template-8 .td-post-content {
    margin-top: 21px;
  }
}
.td-post-template-8 .td-pb-span12.td-main-content .td-post-sharing-top .td-post-sharing-classic,
.td-post-template-8 .td-pb-span12.td-main-content .td-post-sharing-top .td-post-sharing {
  text-align: center;
}
.td-post-template-8 .td-pb-span12.td-main-content .td-post-sharing-top .td-post-sharing-classic {
  left: 19px;
}
.td-image-gradient-style8:after {
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-box-shadow: inset 0 0 188px 0 #000000;
  -moz-box-shadow: inset 0 0 188px 0 #000000;
  box-shadow: inset 0 0 188px 0 #000000;
  z-index: -1;
}
/*  ----------------------------------------------------------------------------
    Template 9
*/
@media (max-width: 1018px) {
  .td-post-template-9 .td-post-header header .entry-title {
    font-size: 32px;
    line-height: 36px;
  }
}
.td-post-template-9 .td-crumb-container {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  min-height: 0;
}
.td-post-template-9 .td-crumb-container .entry-crumbs {
  margin-bottom: -35px;
  padding-top: 15px;
}
@media (max-width: 1018px) {
  .td-post-template-9 .td-crumb-container .entry-crumbs {
    margin-bottom: -24px;
    padding-top: 10px;
  }
}
.td-post-template-9 .td-post-featured-video {
  margin-bottom: 48px;
  padding-top: 48px;
  /* responsive portrait phone */
}
@media (max-width: 1018px) {
  .td-post-template-9 .td-post-featured-video {
    margin-bottom: 30px;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .td-post-template-9 .td-post-featured-video {
    margin-bottom: 13px;
    padding-top: 34px;
  }
}
.td-post-template-9 .td-post-featured-video .wpb_video_wrapper {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-post-template-9 .td-post-featured-video .wpb_video_wrapper {
    margin-bottom: 13px;
  }
}
.td-post-template-9 .td-post-featured-video iframe {
  display: block;
}
.td-post-template-9 .td-post-featured-image img {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-post-template-9 .td-post-featured-image img {
    margin-bottom: 0;
  }
}
.td-post-template-9 .td-post-title .td-post-comments {
  margin-left: 22px;
}
.td-post-template-9 .td-post-title .td-post-views {
  margin-right: 0;
}
/*  ----------------------------------------------------------------------------
    Template 10
*/
@media (max-width: 1018px) {
  .td-post-template-10 .td-post-header header .entry-title {
    font-size: 32px;
    line-height: 36px;
  }
}
.td-post-template-10 .td-crumb-container {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  min-height: 0;
}
.td-post-template-10 .td-crumb-container .entry-crumbs {
  margin-bottom: -35px;
  padding-top: 15px;
}
@media (max-width: 1018px) {
  .td-post-template-10 .td-crumb-container .entry-crumbs {
    margin-bottom: -23px;
    padding-top: 9px;
  }
}
.td-post-template-10 .entry-crumbs a:hover {
  color: #fff;
}
.td-post-template-10 .td-post-featured-video {
  padding-bottom: 48px;
  padding-top: 48px;
}
@media (max-width: 1018px) {
  .td-post-template-10 .td-post-featured-video {
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
    /* responsive portrait phone */
  }
}
@media (max-width: 1018px) and (max-width: 767px) {
  .td-post-template-10 .td-post-featured-video {
    margin-bottom: 13px;
    padding-bottom: 15px;
    padding-top: 30px;
  }
}
.td-post-template-10 .td-post-featured-video img,
.td-post-template-10 .td-post-featured-video .wpb_video_wrapper {
  margin-bottom: 0;
}
.td-post-template-10 .td-post-featured-video iframe,
.td-post-template-10 .td-post-featured-video img {
  display: block;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
}
.td-post-template-10 .td-container .td-pb-row {
  padding-top: 48px;
}
.td-post-template-10 .td-post-title .wp-caption-text {
  color: #c3c3c3;
  margin-bottom: 0;
}
.td-post-template-10 .td-post-title .td-post-comments {
  margin-left: 22px;
}
.td-post-template-10 .td-post-title .td-post-views {
  margin-right: 0;
}
.td-video-template-bg {
  background-color: #222222;
}
.td-video-template-bg .td-category a {
  background-color: #111;
}
/*  ----------------------------------------------------------------------------
    Template 11
*/
.td-post-template-11 {
  /* responsive portrait phone */
}
.td-post-template-11 .td-video-template-bg .td-pb-span4 {
  float: right;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-post-template-11 .td-video-template-bg .td-pb-span4 {
    clear: both;
    width: 100%;
  }
}
.td-post-template-11 .td-crumb-container {
  margin-top: 0;
  margin-bottom: 13px;
  padding-top: 14px;
}
.td-post-template-11 .entry-crumbs a:hover {
  color: #fff;
}
.td-post-template-11 .td-post-featured-video {
  padding-bottom: 21px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-post-template-11 .td-post-featured-video {
    clear: both;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .td-post-template-11 .td-post-featured-video {
    clear: both;
  }
}
.td-post-template-11 .td-post-featured-video img {
  margin-bottom: 0;
}
.td-post-template-11 .td-post-featured-video iframe {
  display: block;
}
.td-post-template-11 .wpb_video_wrapper {
  margin-bottom: 0;
}
.td-post-template-11 .td-post-sharing-top {
  margin-top: 21px;
  margin-bottom: 0;
}
.td-post-template-11 .td-post-sharing-top .td-post-sharing-classic,
.td-post-template-11 .td-post-sharing-top .td-post-sharing {
  text-align: center;
}
.td-post-template-11 .td-post-sharing-top .td-post-sharing-classic {
  left: 19px;
}
.td-post-template-11 .td-post-sharing-top .td-post-sharing-classic iframe {
  display: inline;
}
.td-post-template-11 .td-post-sharing-top .td-social-network {
  color: #fff;
}
.td-post-template-11 .td-post-sharing-top .td-social-handler {
  color: #ccc;
  border-color: #464646;
}
.td-post-template-11 .td-post-sharing-top .td-social-handler:before {
  border-color: transparent transparent transparent #434343;
}
.td-post-template-11 .td-post-sharing-top .td-social-handler:after {
  border-color: transparent transparent transparent #222;
}
.td-post-template-11 .td-post-sharing-top .td-social-handler .td-social-but-text:before {
  background-color: #fff;
}
.td-post-template-11 .td-post-sharing-top .td-ps-border .td-social-network .td-social-but-text:before {
  background-color: #fff;
}
.td-post-template-11 .td-post-sharing-top .td-ps-border-grey .td-social-but-icon,
.td-post-template-11 .td-post-sharing-top .td-ps-border-grey .td-social-but-text {
  border-color: #434343;
}
.td-post-template-11 .td-post-sharing-top .td-ps-icon-color .td-social-mail .td-social-but-icon,
.td-post-template-11 .td-post-sharing-top .td-ps-icon-color .td-social-digg .td-social-but-icon,
.td-post-template-11 .td-post-sharing-top .td-ps-icon-color .td-social-print .td-social-but-icon {
  color: #fff;
}
.td-post-template-11 .td-post-sharing-top .td-ps-text-color .td-social-mail .td-social-but-text,
.td-post-template-11 .td-post-sharing-top .td-ps-text-color .td-social-digg .td-social-but-text,
.td-post-template-11 .td-post-sharing-top .td-ps-text-color .td-social-print .td-social-but-text {
  color: #fff;
}
.td-post-template-11 .td-post-header {
  padding-bottom: 21px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-post-template-11 .td-post-header {
    padding-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .td-post-template-11 .td-post-header {
    padding-bottom: 0;
  }
}
.td-post-template-11 .td-post-header .entry-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 1018px) {
  .td-post-template-11 .td-post-header header .entry-title {
    font-size: 26px;
    line-height: 32px;
  }
}
.td-post-template-11 .td-post-sub-title {
  color: #ddd;
  font-size: 14px;
  margin-bottom: 10px;
}
.td-post-template-11 .td-post-title .td-module-meta-info {
  margin-bottom: 36px;
  /* responsive portrait phone */
}
@media (max-width: 1018px) {
  .td-post-template-11 .td-post-title .td-module-meta-info {
    margin-bottom: 12px;
  }
}
.td-post-template-11 .td-post-title .td-post-date {
  margin-right: 22px;
}
.td-post-template-11 .td-post-title .td-post-comments,
.td-post-template-11 .td-post-title .td-post-views {
  float: none;
  display: inline-block;
  vertical-align: top;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-post-template-11 .td-post-title .td-post-comments,
  .td-post-template-11 .td-post-title .td-post-views {
    margin-top: 0;
  }
}
.td-post-template-11 .td-post-title .td-post-author-name,
.td-post-template-11 .td-post-title .td-post-date,
.td-post-template-11 .td-post-title .td-post-comments a,
.td-post-template-11 .td-post-title .td-post-views {
  color: #aaa;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-post-template-11 .td-post-title .td-post-author-name,
  .td-post-template-11 .td-post-title .td-post-date,
  .td-post-template-11 .td-post-title .td-post-comments a,
  .td-post-template-11 .td-post-title .td-post-views {
    float: left;
  }
}
.td-post-template-11 .td-post-title .td-post-comments {
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-post-template-11 .td-post-title .td-post-comments {
    width: 60%;
  }
}
.td-post-template-11 .td-post-title .td-post-views {
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-post-template-11 .td-post-title .td-post-views {
    clear: left;
    float: none;
  }
}
.td-post-template-11 .td-post-title .td-post-author-name a {
  color: #e6e6e6;
}
.td-post-template-11 .td-post-title .wp-caption-text {
  color: #c3c3c3;
  margin-bottom: 0;
}
.td-post-template-11 .td-post-title .td-category a {
  background-color: #000;
}
.td-post-template-11 .td_block_related_posts {
  margin-bottom: 0;
}
.td-post-template-11 .td_block_related_posts .td-module-thumb {
  /* responsive portrait phone */
}
@media (max-width: 500px) {
  .td-post-template-11 .td_block_related_posts .td-module-thumb {
    margin-bottom: 0;
  }
}
.td-post-template-11 .td_block_related_posts .td-post-category {
  margin-right: 0;
  /* responsive portrait phone */
}
@media (max-width: 500px) {
  .td-post-template-11 .td_block_related_posts .td-post-category {
    word-wrap: break-word;
    width: auto;
  }
}
.td-post-template-11 .td_block_related_posts .td-related-span4 {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-post-template-11 .td_block_related_posts .td-related-span4 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.td-post-template-11 .td_block_related_posts .item-details {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-post-template-11 .td_block_related_posts .item-details {
    padding-right: 10px;
  }
}
.td-post-template-11 .td_block_related_posts .td-related-row {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-post-template-11 .td_block_related_posts .td-related-row {
    margin-right: 0;
  }
}
.td-post-template-11 .td-related-title {
  padding: 10px 0 0 0 !important;
  margin-bottom: 0;
  text-align: left !important;
  line-height: 1 !important;
  background-color: transparent !important;
  letter-spacing: normal !important;
  margin-top: 0 !important;
  border: none !important;
  top: auto !important;
  font-size: 14px !important;
  /* responsive portrait phone */
}
.td-post-template-11 .td-related-title:after,
.td-post-template-11 .td-related-title:before {
  display: none !important;
}
@media (max-width: 767px) {
  .td-post-template-11 .td-related-title {
    margin-bottom: 16px;
  }
}
.td-post-template-11 .td-related-title .td-related-left,
.td-post-template-11 .td-related-title .td-related-right {
  color: #fff;
  background-color: transparent !important;
  border: none !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 500 !important;
  padding: 9px 20px 5px 0 !important;
  margin-left: 0 !important;
}
.td-post-template-11 .td-related-title .td-related-left:after,
.td-post-template-11 .td-related-title .td-related-right:after,
.td-post-template-11 .td-related-title .td-related-left:before,
.td-post-template-11 .td-related-title .td-related-right:before {
  display: none !important;
}
.td-post-template-11 .td-related-title .td-related-right {
  margin-right: 30px !important;
}
.td-post-template-11 .td-related-title .td-related-left {
  padding-left: 0;
}
.td-post-template-11 .td-related-title .td-related-left:hover,
.td-post-template-11 .td-related-title .td-related-right:hover {
  color: var(--td_theme_color, #4db2ec);
}
.td-post-template-11 .td-related-title .td-cur-simple-item {
  background-color: transparent;
  color: var(--td_theme_color, #4db2ec);
}
.td-post-template-11 .td-related-span4 {
  margin-top: 12px;
  margin-bottom: 32px;
}
.td-post-template-11 .td_block_related_posts .td-next-prev-wrap {
  position: absolute;
  right: 0;
  top: 13px;
}
.td-post-template-11 .td_block_related_posts .td-next-prev-wrap a {
  border: none;
  margin-right: 0;
  margin-left: 10px;
  font-size: 10px;
  padding: 0;
  line-height: 25px;
  width: 20px;
}
.td-post-template-11 .td_block_related_posts .td-next-prev-wrap a:hover {
  background-color: transparent;
  border: none;
  color: var(--td_theme_color, #4db2ec);
}
.td-post-template-11 .td_mod_related_posts .td-module-title {
  margin-bottom: 0;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-post-template-11 .td_mod_related_posts .td-module-title {
    font-size: 11px;
    line-height: 15px;
  }
}
.td-post-template-11 .td_mod_related_posts a {
  color: #fff;
}
.td-post-template-11 .td-main-content,
.td-post-template-11 .td-main-sidebar {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .td-post-template-11 .td-main-content,
  .td-post-template-11 .td-main-sidebar {
    margin-top: 28px;
  }
}
.td-post-template-11 .td-post-content {
  margin-top: 0;
}
@media (max-width: 500px) {
  .td-post-template-11 .td-related-title > .td-related-right {
    padding-left: 0;
  }
}
.td-video-template-bg-small {
  background-color: #1d1d1d;
}
/*  ----------------------------------------------------------------------------
    Template 12,
    Template 13
*/
.td-post-template-12 .td-post-header,
.td-post-template-13 .td-post-header {
  margin-bottom: 40px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-post-template-12 .td-post-header,
  .td-post-template-13 .td-post-header {
    margin-bottom: 20px;
  }
}
.td-post-template-12 .td-post-header .entry-title,
.td-post-template-13 .td-post-header .entry-title {
  font-size: 42px;
  line-height: 48px;
  font-weight: 600;
  padding: 10px 8%;
  letter-spacing: 0.02em;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-post-template-12 .td-post-header .entry-title,
  .td-post-template-13 .td-post-header .entry-title {
    padding: 10px;
  }
}
.td-post-template-12 .td-post-header .td-a-rec > div,
.td-post-template-13 .td-post-header .td-a-rec > div,
.td-post-template-12 .td-post-header .td-g-rec .adsbygoogle,
.td-post-template-13 .td-post-header .td-g-rec .adsbygoogle {
  margin-bottom: 9px;
  margin-top: 9px;
}
.td-post-template-12 .td-post-header .td-crumb-container,
.td-post-template-13 .td-post-header .td-crumb-container {
  padding-top: 11px;
}
.td-post-template-12 .td-post-header .td-post-title,
.td-post-template-13 .td-post-header .td-post-title {
  margin-top: 16px;
  text-align: center;
}
.td-post-template-12 .td-post-header .td-post-title .td-category,
.td-post-template-13 .td-post-header .td-post-title .td-category {
  margin-bottom: 5px;
}
.td-post-template-12 .td-post-header .td-post-title .td-post-comments,
.td-post-template-13 .td-post-header .td-post-title .td-post-comments,
.td-post-template-12 .td-post-header .td-post-title .td-post-views,
.td-post-template-13 .td-post-header .td-post-title .td-post-views {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-right: 0;
  margin-left: 22px;
}
.td-post-template-12 .td-post-header .td-post-title .td-post-author-name,
.td-post-template-13 .td-post-header .td-post-title .td-post-author-name,
.td-post-template-12 .td-post-header .td-post-title .td-post-date,
.td-post-template-13 .td-post-header .td-post-title .td-post-date {
  float: none;
}
@media (max-width: 1018px) {
  .td-post-template-12 .td-post-header header .entry-title,
  .td-post-template-13 .td-post-header header .entry-title {
    font-size: 32px;
    line-height: 36px;
  }
}
.td-post-template-12 .td-post-sharing-top,
.td-post-template-13 .td-post-sharing-top {
  /* responsive portrait phone */
}
.td-post-template-12 .td-post-sharing-top .td-post-sharing-classic,
.td-post-template-13 .td-post-sharing-top .td-post-sharing-classic,
.td-post-template-12 .td-post-sharing-top .td-post-sharing,
.td-post-template-13 .td-post-sharing-top .td-post-sharing {
  text-align: center;
}
.td-post-template-12 .td-post-sharing-top .td-post-sharing-classic,
.td-post-template-13 .td-post-sharing-top .td-post-sharing-classic {
  left: 19px;
}
@media (max-width: 767px) {
  .td-post-template-12 .td-post-sharing-top,
  .td-post-template-13 .td-post-sharing-top {
    margin-top: 5px;
  }
}
.td-post-template-12 .td-post-content,
.td-post-template-13 .td-post-content,
.td-post-template-12 .td_smart_list_1,
.td-post-template-13 .td_smart_list_1,
.td-post-template-12 .td_smart_list_2,
.td-post-template-13 .td_smart_list_2,
.td-post-template-12 .td_smart_list_3,
.td-post-template-13 .td_smart_list_3,
.td-post-template-12 .td_smart_list_4,
.td-post-template-13 .td_smart_list_4,
.td-post-template-12 .td_smart_list_5,
.td-post-template-13 .td_smart_list_5,
.td-post-template-12 .td_smart_list_6,
.td-post-template-13 .td_smart_list_6,
.td-post-template-12 .td_smart_list_7,
.td-post-template-13 .td_smart_list_7,
.td-post-template-12 .td_smart_list_8,
.td-post-template-13 .td_smart_list_8 {
  margin-top: 0;
}
.td-post-template-12 .td-post-sub-title,
.td-post-template-13 .td-post-sub-title {
  font-size: 19px;
  line-height: 25px;
  margin: 12px 0 20px;
}
@media (max-width: 767px) {
  .td-post-template-12 .td-post-sub-title,
  .td-post-template-13 .td-post-sub-title {
    margin: 0 0 16px;
  }
}
/*  ----------------------------------------------------------------------------
    Sidebar fix for post template with parallax
*/
.td-post-template-6 .td-ss-main-sidebar,
.td-post-template-7 .td-ss-main-sidebar {
  -webkit-transform: translate3d(0, 0, 0);
}
/*  ----------------------------------------------------------------------------
    General Category Templates
*/
.td-pulldown-filter-list {
  display: none;
}
.td-category-pulldown-filter:hover .td-pulldown-filter-list {
  display: block;
}
.td-category-header {
  background-color: #fff;
  clear: both;
}
.td-category-header .td-container {
  position: relative;
}
.td-category-header .td-page-title {
  text-transform: uppercase;
  font-weight: 700;
  margin-top: -2px;
  margin-bottom: 0;
}
.td-category-header .entry-category a {
  font-size: 11px;
  padding: 4px 8px 5px 8px;
}
.td-category-header .td-category-pulldown-filter {
  position: absolute;
  top: 49px;
  right: 0;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-category-header .td-category-pulldown-filter {
    top: 46px;
  }
}
@media (max-width: 767px) {
  .td-category-header .td-category-pulldown-filter {
    top: 50px;
    right: 10px;
  }
}
.td-category-header .td-pulldown-filter-display-option {
  background-color: #222222;
  color: #fff;
  font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
  text-transform: uppercase;
  cursor: pointer;
  padding: 5px 13px 4px 13px;
  font-size: 11px;
  white-space: nowrap;
}
.td-category-header .td-icon-menu-down {
  font-size: 9px;
  margin-left: 5px;
  position: relative;
  top: -1px;
}
.td-category-header .td-pulldown-filter-list {
  position: absolute;
  z-index: 2;
  right: 0;
  background-color: #222222;
  padding: 6px 0;
  text-align: left;
  margin: 4px 0 0;
  min-width: 113px;
}
.td-category-header .td-pulldown-filter-list a {
  background-color: transparent !important;
}
.td-category-header .td-pulldown-filter-item {
  list-style: none;
  margin-left: 0;
  line-height: 1;
}
.td-category-header .td-pulldown-category-filter-link {
  padding: 0 13px;
  display: inline-block;
  font-size: 10px;
  line-height: 24px;
  width: 100%;
  color: #fff;
  text-transform: none;
}
.td-category-header .td-pulldown-category-filter-link:hover {
  color: var(--td_theme_color, #4db2ec);
}
.td-category-description {
  width: 90%;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-category-description {
    width: 100%;
  }
}
.td-category-description p {
  font-style: italic;
  font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
  color: #777;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
  margin-top: 15px;
}
@-moz-document url-prefix() {
  .td-category-header .td-pulldown-filter-display-option {
    padding: 4px 13px 5px 13px;
  }
}
.td-category-siblings {
  z-index: 2;
  opacity: 0;
  width: 744px;
  position: relative;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-category-siblings {
    width: 560px;
  }
}
@media (max-width: 767px) {
  .td-category-siblings {
    margin-right: 0;
    width: auto;
  }
}
.td-category-siblings .td-category {
  display: inline-block;
  vertical-align: top;
  height: 20px;
  overflow: hidden;
}
.td-category-siblings .td-subcat-more {
  line-height: 1;
  padding: 4px 5px 3px;
}
.td-category-siblings .td-subcat-dropdown {
  background-color: transparent;
  display: inline-block;
  padding: 0;
  position: absolute;
  border: 1px solid #eaeaea;
  color: #222;
  top: 0;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-category-siblings .td-subcat-dropdown {
    position: absolute;
    top: 0;
  }
}
.td-category-siblings .td-subcat-dropdown i {
  margin: 0;
  top: 0;
}
.td-category-siblings .td-subcat-dropdown ul {
  z-index: 999;
  border: 1px solid #e6e6e6;
  margin: 0;
}
.td-category-siblings .td-subcat-dropdown:hover {
  border-color: #222;
  color: #fff;
  background-color: #222;
}
.td-category-siblings .td-subcat-dropdown:hover ul {
  display: block;
  border-color: #222;
  right: -1px;
  top: 23px;
}
.td-category-siblings .td-subcat-dropdown:hover ul:before {
  background-color: #222;
  content: '';
  height: 4px;
  position: absolute;
  right: -1px;
  top: -5px;
  width: 21px;
}
.td-category-siblings .td-subcat-dropdown li {
  list-style: none;
  margin-left: 0;
}
.td-category-siblings .td-subcat-dropdown a {
  display: block;
  color: #fff !important;
  padding: 0 13px;
  white-space: nowrap;
  text-transform: none;
  font-size: 10px;
}
.td-category-siblings .td-subcat-dropdown a:hover {
  color: var(--td_theme_color, #4db2ec);
}
.td-category-siblings .td-subcat-dropdown a.td-current-sub-category {
  background-color: transparent;
  color: var(--td_theme_color, #4db2ec);
}
.td-js-loaded .td-category-siblings {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.category .td-crumb-container {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .category .td-crumb-container {
    margin-bottom: 3px;
    padding-top: 15px;
  }
}
.category .td-category-grid .td_block_wrap {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .category .td-category-grid .td_block_wrap {
    padding-bottom: 40px;
  }
}
.category .td-main-content .td-load-more-wrap {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .category .td-main-content .td-load-more-wrap {
    margin-bottom: 26px;
  }
}
/*  ----------------------------------------------------------------------------
    Category Template 1
*/
.td_category_template_1 .td-category-header {
  padding-bottom: 18px;
}
@media (max-width: 1018px) {
  .td_category_template_1 .td-category-header {
    padding-bottom: 14px;
  }
}
.td_category_template_1 .td-category-description p {
  margin-top: 12px;
  margin-bottom: 5px;
}
@media (max-width: 1018px) {
  .td_category_template_1 .td-category-description p {
    margin-top: 9px;
  }
}
.td_category_template_1 .td-category-pulldown-filter {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_category_template_1 .td-category-pulldown-filter {
    display: none;
  }
}
.td_category_template_1.td_category_top_posts_style_disable .td-category-description p {
  margin-bottom: 6px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_category_template_1.td_category_top_posts_style_disable .td-category-description p {
    margin-bottom: 5px;
  }
}
/*  ----------------------------------------------------------------------------
    Category Template 2
*/
.td_category_template_2 .td-category-header {
  background-color: #fcfcfc;
  border-bottom: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
  padding-bottom: 18px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_category_template_2 .td-category-header {
    padding-bottom: 14px;
  }
}
.td_category_template_2 .td-category-pulldown-filter {
  top: 42px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_category_template_2 .td-category-pulldown-filter {
    top: 40px;
  }
}
@media (max-width: 767px) {
  .td_category_template_2 .td-category-pulldown-filter {
    display: none;
  }
}
.td_category_template_2 .td-crumb-container {
  margin-bottom: 2px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_category_template_2 .td-crumb-container {
    padding-top: 15px;
    margin-bottom: 3px;
  }
}
.td_category_template_2 .td-category-description p {
  margin-top: 12px;
  margin-bottom: 1px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_category_template_2 .td-category-description p {
    margin-top: 9px;
    margin-bottom: 0;
  }
}
.td_category_template_2 .td-category-grid {
  padding-top: 26px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_category_template_2 .td-category-grid {
    padding-top: 21px;
  }
}
.td_category_template_2.td_category_top_posts_style_disable .td-main-content-wrap {
  padding-top: 26px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_category_template_2.td_category_top_posts_style_disable .td-main-content-wrap {
    padding-top: 21px;
  }
}
/*  ----------------------------------------------------------------------------
    Category Template 3
*/
.td_category_template_3 .td-category-header {
  padding-bottom: 23px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_category_template_3 .td-category-header {
    padding-bottom: 19px;
  }
}
@media (max-width: 767px) {
  .td_category_template_3 .td-category-header {
    padding-bottom: 20px;
  }
}
.td_category_template_3 .td-crumb-container {
  margin-bottom: 2px;
}
.td_category_template_3 .td-category-siblings {
  margin-top: 13px;
  margin-bottom: 6px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_category_template_3 .td-category-siblings {
    margin-top: 14px;
    margin-bottom: 1px;
  }
}
@media (max-width: 767px) {
  .td_category_template_3 .td-category-siblings {
    margin-top: 14px;
    margin-bottom: 0;
  }
}
.td_category_template_3 .td-category-siblings .td-subcat-dropdown {
  border-color: #222;
  color: #fff;
  background-color: #222;
}
.td_category_template_3 .td-category-description p {
  margin-top: 19px;
}
@media (max-width: 1018px) {
  .td_category_template_3 .td-category-description p {
    margin-top: 15px;
  }
}
.td_category_template_3 .td-category,
.td_category_template_3 .entry-category {
  margin-bottom: 0;
}
.td_category_template_3 .td-current-sub-category {
  background-color: var(--td_theme_color, #4db2ec);
}
.td_category_template_3 .td-category-pulldown-filter {
  top: 83px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_category_template_3 .td-category-pulldown-filter {
    top: 80px;
  }
}
@media (max-width: 767px) {
  .td_category_template_3 .td-category-pulldown-filter {
    display: none;
  }
}
@-moz-document url-prefix() {
  .td_category_template_3 .td-category-siblings .td-subcat-more {
    padding: 3px 5px 4px;
  }
}
/*  ----------------------------------------------------------------------------
    Category Template 4
*/
.td_category_template_4 .td-category-header {
  padding-bottom: 23px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_category_template_4 .td-category-header {
    padding-bottom: 19px;
  }
}
@media (max-width: 767px) {
  .td_category_template_4 .td-category-header {
    padding-bottom: 20px;
  }
}
.td_category_template_4 .td-crumb-container {
  margin-bottom: 3px;
}
.td_category_template_4 .td-category-siblings {
  margin-top: 13px;
  margin-bottom: 6px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_category_template_4 .td-category-siblings {
    margin-top: 14px;
    margin-bottom: 1px;
  }
}
@media (max-width: 767px) {
  .td_category_template_4 .td-category-siblings {
    margin-top: 14px;
    margin-bottom: 0;
  }
}
.td_category_template_4 .td-category-siblings .td-category {
  margin-bottom: 0;
}
.td_category_template_4 .td-category-siblings .td-category a {
  background-color: transparent;
  color: #222222;
  border: 1px solid #eaeaea;
  padding: 3px 7px 4px 7px;
}
.td_category_template_4 .td-category-siblings .td-category a:hover {
  border-color: var(--td_theme_color, #4db2ec);
  background-color: var(--td_theme_color, #4db2ec);
  color: #fff;
}
.td_category_template_4 .td-category-siblings .td-category .td-current-sub-category {
  background-color: #222222;
  border-color: #222222;
  color: #fff;
}
.td_category_template_4 .td-category-siblings .entry-category {
  margin-bottom: 0;
}
.td_category_template_4 .td-category-description p {
  margin-top: 19px;
}
@media (max-width: 1018px) {
  .td_category_template_4 .td-category-description p {
    margin-top: 15px;
  }
}
.td_category_template_4 .td-category-pulldown-filter {
  top: 83px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_category_template_4 .td-category-pulldown-filter {
    top: 81px;
  }
}
@media (max-width: 767px) {
  .td_category_template_4 .td-category-pulldown-filter {
    display: none;
  }
}
@-moz-document url-prefix() {
  .td_category_template_4 .td-category-siblings .td-subcat-more {
    padding: 3px 5px 4px;
  }
}
/*  ----------------------------------------------------------------------------
    Category Template 5
*/
.td_category_template_5 .td-category-header {
  padding-bottom: 18px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_category_template_5 .td-category-header {
    padding-bottom: 13px;
  }
}
@media (max-width: 767px) {
  .td_category_template_5 .td-category-header {
    padding-bottom: 14px;
  }
}
.td_category_template_5 .td-crumb-container {
  padding-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 0;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_category_template_5 .td-crumb-container {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .td_category_template_5 .td-crumb-container {
    padding-bottom: 9px;
    padding-top: 9px;
  }
}
.td_category_template_5 .td-scrumb-holder {
  min-height: 62px;
  background-color: #fcfcfc;
  border-bottom: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_category_template_5 .td-scrumb-holder {
    min-height: 52px;
  }
}
@media (max-width: 767px) {
  .td_category_template_5 .td-scrumb-holder {
    min-height: 0;
  }
}
.td_category_template_5 .td-category-pulldown-filter {
  top: 16px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_category_template_5 .td-category-pulldown-filter {
    top: 11px;
  }
}
@media (max-width: 767px) {
  .td_category_template_5 .td-category-pulldown-filter {
    display: none;
  }
}
.td_category_template_5 .td-page-title {
  margin-top: 18px;
}
@media (max-width: 1018px) {
  .td_category_template_5 .td-page-title {
    margin-top: 13px;
  }
}
.td_category_template_5 .td-category-description p {
  margin-top: 12px;
  margin-bottom: 5px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_category_template_5 .td-category-description p {
    margin-top: 9px;
    margin-bottom: 6px;
  }
}
@media (max-width: 767px) {
  .td_category_template_5 .td-category-description p {
    margin-top: 4px;
    margin-bottom: 0;
  }
}
/*  ----------------------------------------------------------------------------
    Category Template 6
*/
.td_category_template_6 .td-category-header {
  margin: 0 auto;
  width: 1164px;
  min-height: 364px;
  display: table;
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1180px) {
  .td_category_template_6 .td-category-header {
    width: 100%;
  }
}
.td_category_template_6 .td-category-header .td-page-title,
.td_category_template_6 .td-category-header p {
  color: #fff;
}
.td_category_template_6 .td-pulldown-container {
  width: 1068px;
  height: 51px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td_category_template_6 .td-pulldown-container {
    width: 980px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_category_template_6 .td-pulldown-container {
    width: 740px;
  }
}
@media (max-width: 767px) {
  .td_category_template_6 .td-pulldown-container {
    width: 100%;
  }
}
.td_category_template_6 .td-crumb-container {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1068px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td_category_template_6 .td-crumb-container {
    width: 980px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_category_template_6 .td-crumb-container {
    width: 740px;
  }
}
@media (max-width: 767px) {
  .td_category_template_6 .td-crumb-container {
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    width: 100%;
  }
}
.td_category_template_6 .entry-crumbs,
.td_category_template_6 .entry-crumbs a {
  color: #fff;
}
.td_category_template_6 .td-category-pulldown-filter {
  z-index: 2;
  bottom: 26px;
  top: auto;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_category_template_6 .td-category-pulldown-filter {
    display: table;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    position: relative;
  }
}
.td_category_template_6 .td-pulldown-filter-display-option {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 4px 13px 3px 13px;
}
.td_category_template_6 .td-pulldown-filter-display-option:hover {
  background-color: #222222;
  border-color: #222222;
}
.td_category_template_6 .td-pulldown-filter-list {
  margin-top: 4px;
}
.td_category_template_6 .td-category-description {
  width: 100%;
}
.td_category_template_6 .td-category-description p {
  margin-top: 25px;
  margin-bottom: 25px;
}
.td_category_template_6 .td-main-content-wrap {
  padding-top: 48px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_category_template_6 .td-main-content-wrap {
    padding-top: 26px;
  }
}
@media (max-width: 767px) {
  .td_category_template_6 .td-main-content-wrap {
    padding-top: 40px;
  }
}
.td_category_template_6 .td-category-grid {
  padding-top: 48px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_category_template_6 .td-category-grid {
    padding-top: 26px;
  }
}
@media (max-width: 767px) {
  .td_category_template_6 .td-category-grid {
    padding-top: 40px;
  }
}
.td_category_template_6 .td-category-grid .td_block_wrap {
  padding-bottom: 0;
}
@-moz-document url-prefix() {
  .td_category_template_6 .td-pulldown-filter-display-option {
    padding: 3px 13px 4px 13px;
  }
}
.td-category-title-holder {
  display: table-cell;
  padding: 110px 15%;
  z-index: 2;
  text-align: center;
  vertical-align: middle;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-category-title-holder {
    padding: 80px 5%;
  }
}
.td-category-title-holder .td-page-title {
  font-weight: 500;
  font-size: 36px;
  line-height: 54px;
}
.td-category-title-holder .entry-title.td-page-title {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-category-title-holder .entry-title.td-page-title {
    font-size: 30px;
    line-height: 40px;
  }
}
/*  ----------------------------------------------------------------------------
    Category Template 7
*/
.td_category_template_7 .td-category-header {
  margin-bottom: 0;
  position: relative;
}
.td_category_template_7 .td-crumb-container {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_category_template_7 .td-crumb-container {
    left: 10px;
  }
}
.td_category_template_7 .td-pulldown-container {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_category_template_7 .td-pulldown-container {
    height: 56px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
  }
}
.td_category_template_7 .td-category-title-holder {
  padding: 80px 15% 89px;
  display: table;
  width: 100%;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_category_template_7 .td-category-title-holder {
    padding: 60px 5% 69px;
  }
}
.td_category_template_7 .td-category-pulldown-filter {
  top: 18px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_category_template_7 .td-category-pulldown-filter {
    display: table;
    right: 0;
    left: 0;
    margin: auto;
    position: relative;
    bottom: 0;
    top: auto;
  }
}
.td_category_template_7 .td-category-description {
  width: 100%;
}
.td_category_template_7 .td-category-description p {
  margin-top: 25px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_category_template_7 .td-category-description p {
    margin-bottom: 28px;
    margin-top: 7px;
  }
}
/*  ----------------------------------------------------------------------------
    Category Template 8
*/
.td_category_template_8 .td-category-header {
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
}
.td_category_template_8 .td-category-header .td-container {
  height: 364px;
  display: table;
}
.td_category_template_8 .td-category-header .td-page-title,
.td_category_template_8 .td-category-header p {
  color: #fff;
}
.td_category_template_8 .td-category-header .td-page-title {
  margin-top: -14px;
}
.td_category_template_8 .td-category-header .td-category {
  margin-bottom: 0;
  vertical-align: top;
}
.td_category_template_8 .td-category-header .td-category a {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 3px 7px 4px 7px;
}
.td_category_template_8 .td-category-header .td-category a:hover {
  border-color: #fff;
  background-color: #fff;
  color: #000;
  opacity: 1;
}
.td_category_template_8 .td-category-header .td-category a.td-current-sub-category {
  background-color: var(--td_theme_color, #4db2ec);
  border-color: var(--td_theme_color, #4db2ec);
  color: #fff;
}
.td_category_template_8 .td-crumb-container {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_category_template_8 .td-crumb-container {
    left: 10px;
  }
}
.td_category_template_8 .entry-crumbs,
.td_category_template_8 .entry-crumbs a {
  color: #fff;
}
.td_category_template_8 .td-category-pulldown-filter {
  z-index: 2;
  bottom: 26px;
  top: auto;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_category_template_8 .td-category-pulldown-filter {
    display: none;
  }
}
.td_category_template_8 .td-pulldown-filter-display-option {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 4px 13px 3px 13px;
}
.td_category_template_8 .td-pulldown-filter-display-option:hover {
  background-color: #222222;
  border-color: #222222;
}
.td_category_template_8 .td-pulldown-filter-list {
  margin-top: 4px;
}
.td_category_template_8 .td-category-description {
  margin-top: 16px;
  width: 100%;
}
.td_category_template_8 .td-category-grid {
  padding-top: 48px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_category_template_8 .td-category-grid {
    padding-top: 26px;
  }
}
@media (max-width: 767px) {
  .td_category_template_8 .td-category-grid {
    padding-top: 40px;
  }
}
.td_category_template_8 .td-category-grid .td_block_wrap {
  padding-bottom: 0;
}
.td_category_template_8 .td-main-content-wrap {
  padding-top: 48px;
}
.td_category_template_8 .td-category-title-holder {
  text-align: left;
  position: relative;
  padding: 63px 5% 63px 0;
}
.td_category_template_8 .td-category-siblings {
  margin-top: 12px;
}
.td_category_template_8 .td-subcat-dropdown {
  padding: 0;
  color: #fff;
  vertical-align: top;
}
@-moz-document url-prefix() {
  .td_category_template_8 .td-category-pulldown-filter .td-pulldown-filter-display-option {
    padding: 3px 13px 4px 13px;
  }
  .td_category_template_8 .td-category-header .td-category a {
    padding: 4px 7px 3px;
  }
}
/*  ----------------------------------------------------------------------------
    header
*/
.td-review {
  width: 100%;
  margin-bottom: 34px;
  font-size: 13px;
}
.td-review td {
  padding: 7px 14px;
}
.td-review .td-review-summary {
  padding: 21px 14px;
}
@media (max-width: 767px) {
  .td-review .td-review-summary {
    padding: 0;
  }
}
.td-review i {
  margin-top: 5px;
}
.td-review .td-review-row-stars:hover {
  background-color: #fcfcfc;
}
.td-review .td-review-percent-sign {
  font-size: 15px;
  line-height: 1;
}
.td-review-header .block-title {
  background-color: #222;
  color: #fff;
  display: inline-block;
  line-height: 16px;
  padding: 8px 12px 6px;
  margin-bottom: 0;
  border-bottom: 0;
}
.td-review-header td {
  padding: 26px 0 26px 0;
  border: 0;
}
@-moz-document url-prefix() {
  .td-review-header .block-title {
    padding: 7px 12px;
  }
}
.td-icon-star,
.td-icon-star-empty,
.td-icon-star-half {
  font-size: 15px;
  width: 20px;
}
/*  ----------------------------------------------------------------------------
    rating stars
*/
.td-review-stars {
  text-align: center;
}
@media (max-width: 767px) {
  .td-review-stars {
    width: 134px;
  }
}
.td-review-final-score {
  line-height: 80px;
  font-size: 48px;
  margin-bottom: 5px;
}
/*  ----------------------------------------------------------------------------
    review bars
*/
.td-rating-bar-wrap {
  margin: 0 0 7px 0;
  background-color: #f5f5f5;
}
.td-rating-bar-wrap div {
  height: 20px;
  background-color: var(--td_theme_color, #4db2ec);
  max-width: 100%;
}
.td-review-row-bars .td-review-desc {
  display: inline-block;
  padding-bottom: 2px;
}
/*  ----------------------------------------------------------------------------
    percent
*/
.td-review-percent {
  float: right;
  padding-bottom: 2px;
}
/*  ----------------------------------------------------------------------------
    footer
*/
@media (max-width: 767px) {
  .td-review-footer {
    border-left: 1px solid #ededed;
    position: relative;
    display: block;
  }
  .td-review-footer:after {
    content: '';
    width: 1px;
    background-color: #ededed;
    position: absolute;
    right: -1px;
    top: 0;
    height: 100%;
  }
}
.td-review-summary {
  padding: 21px 0 0 0;
  vertical-align: top;
}
@media (max-width: 767px) {
  .td-review-summary {
    display: block;
    width: 100%;
    clear: both;
    border: 0;
  }
}
.td-review-summary .block-title {
  background-color: #222;
  color: #fff;
  display: inline-block;
  line-height: 16px;
  padding: 8px 12px 6px;
  margin-bottom: 13px;
  position: relative;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .td-review-summary .block-title {
    margin: 14px 0 0 14px;
  }
}
@-moz-document url-prefix() {
  .td-review-summary .block-title {
    padding: 7px 12px;
  }
}
.td-review-summary-content {
  font-size: 12px;
  margin-right: 21px;
}
@media (max-width: 767px) {
  .td-review-summary-content {
    margin: 14px;
  }
}
.td-review-score {
  font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
  font-weight: bold;
  text-align: center;
  padding: 0;
  vertical-align: bottom;
  width: 150px;
}
@media (max-width: 767px) {
  .td-review-score {
    display: block;
    width: 100%;
    padding: 0;
    border-left: 0;
    border-right: 0;
  }
}
.td-review-overall {
  padding: 0 0 28px 0;
  line-height: 14px;
}
.td-review-overall span {
  font-size: 11px;
}
.td-review-final-star {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .td-review-row-stars {
    display: block;
    width: 100%;
    clear: both;
    float: left;
    border: 1px solid #ededed;
    border-bottom: 0;
    border-right: 0;
  }
  .td-review-row-stars td {
    float: left;
    border: 0;
  }
  .td-review-row-stars .td-review-desc {
    width: 70%;
    padding: 9px 14px;
  }
  .td-review-row-stars .td-review-stars {
    width: 30%;
    text-align: right;
  }
  .td-review-row-stars:nth-last-of-type(2) {
    border-bottom: 1px solid #ededed;
  }
}
@media (max-width: 500px) {
  .td-review-row-stars .td-review-desc {
    width: 55%;
  }
  .td-review-row-stars .td-review-stars {
    width: 45%;
  }
}
/**
* More stories box
*/
.td-more-articles-box {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: fixed;
  width: 341px;
  bottom: 48px;
  right: -384px;
  background-color: #fff;
  padding: 16px 20px 0 20px;
  border-style: solid;
  border-color: var(--td_grid_border_color, #ededed);
  border-width: 1px 0 1px 1px;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: all 500ms cubic-bezier(0.265, 0.365, 0.26, 0.865);
  -moz-transition: all 500ms cubic-bezier(0.265, 0.365, 0.26, 0.865);
  -o-transition: all 500ms cubic-bezier(0.265, 0.365, 0.26, 0.865);
  transition: all 500ms cubic-bezier(0.265, 0.365, 0.26, 0.865);
  /* custom */
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-more-articles-box {
    display: none !important;
  }
}
.td-more-articles-box-title {
  font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
  color: #222;
  font-size: 17px;
  font-weight: 600;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  min-width: 300px;
  margin-bottom: 18px;
}
.td-content-more-articles-box .td_module_1,
.td-content-more-articles-box .td_module_3 {
  padding-bottom: 20px;
}
.td-content-more-articles-box .td_module_4 {
  margin-bottom: 20px;
}
.td-content-more-articles-box .td_module_2 {
  padding-bottom: 10px;
}
.td-content-more-articles-box .td_module_5:last-child,
.td-content-more-articles-box .td_module_9:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.td-content-more-articles-box .td-module-thumb {
  height: auto !important;
}
.td-close-more-articles-box {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  left: 14px;
  top: 21px;
  line-height: 26px;
  padding: 2px 11px;
  font-size: 17px;
}
.td-front-end-display-block {
  right: 0;
  visibility: visible;
}
/*  ----------------------------------------------------------------------------
    Footer General
*/
.td-footer-wrapper {
  background-color: #222222;
  padding-top: 54px;
  padding-bottom: 20px;
  color: #eaeaea;
  position: relative;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-footer-wrapper {
    padding-top: 44px;
  }
}
@media (max-width: 767px) {
  .td-footer-wrapper {
    padding-top: 40px;
  }
}
.td-footer-wrapper .td_block_wrap {
  padding-bottom: 0;
  margin-bottom: 48px;
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-footer-wrapper .td_block_wrap {
    margin-bottom: 38px;
  }
}
.td-footer-wrapper .td_block_wrap .td-block-span12:last-child .td_module_wrap {
  padding-bottom: 0;
}
.td-footer-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center bottom;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.td-footer-wrapper .block-title a,
.td-footer-wrapper .block-title span,
.td-footer-wrapper .block-title label {
  background-color: transparent;
  color: #fff;
  padding: 6px 0 5px;
  line-height: 1;
}
.td-footer-wrapper .block-title {
  border-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 2px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-footer-wrapper .block-title {
    margin-bottom: 21px;
  }
}
.td-footer-wrapper .widget .block-title {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-footer-wrapper .widget .block-title {
    margin-bottom: 13px;
  }
}
.td-footer-wrapper a {
  color: #fff;
}
.td-footer-wrapper ul {
  margin-bottom: 0;
}
.td-footer-wrapper li {
  margin-left: 0;
}
.td-footer-wrapper .td-post-category {
  background-color: var(--td_theme_color, #4db2ec);
}
.td-footer-wrapper .td-post-category:hover {
  opacity: 0.8;
}
.td-footer-wrapper .widget_categories li span {
  margin-right: 0;
}
.td-footer-wrapper .td-instagram-meta {
  color: #eee;
}
.td-footer-wrapper .td-instagram-button {
  border-color: #444;
}
.td-footer-wrapper .td-instagram-button:hover {
  border-color: #666;
}
.td-footer-wrapper .td_block_exchange .td-rate,
.td-footer-wrapper .td_block_exchange .td-exchange-rates .td-rate:before {
  border-color: #444 !important;
}
.td-footer-wrapper .td_block_exchange .td-exchange-header:before {
  opacity: 0.3;
}
.td-footer-wrapper .td-pb-span4 {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-footer-wrapper .td-pb-span4 {
    margin-bottom: 38px;
  }
  .td-footer-wrapper .td-pb-span4:last-child {
    margin-bottom: 0;
  }
}
.td-footer-page {
  padding: 0;
  background-color: transparent !important;
}
.td-footer-page p:empty {
  display: none;
}
.td-boxed-layout .td-footer-page {
  width: 100%;
}
.td-footer-info {
  margin-bottom: 48px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-footer-info {
    margin-bottom: 38px;
    text-align: center;
  }
}
.td-footer-info .footer-text-wrap a {
  color: var(--td_theme_color, #4db2ec);
}
.td-footer-info .footer-text-wrap a:hover {
  text-decoration: underline;
}
.footer-logo-wrap {
  margin-bottom: 20px;
}
.footer-logo-wrap img {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .footer-logo-wrap img {
    max-width: 70%;
  }
}
.footer-text-wrap .footer-email-wrap {
  padding: 21px 0;
}
.footer-text-wrap .footer-email-wrap a {
  color: var(--td_theme_color, #4db2ec);
}
.footer-text-wrap {
  font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
}
.td-social-style-2 .td-social-icon-wrap {
  display: inline-block;
  margin: 5px 10px 10px 0;
}
.td-social-style-2 .td-social-icon-wrap:last-child {
  margin-right: 0;
}
.td-social-style-2 .td-icon-font {
  font-size: 14px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: rgba(255, 255, 255, 0.03);
  position: relative;
  /* responsive portrait tablet */
}
.td-social-style-2 .td-icon-font:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #fff;
  opacity: 0.03;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-social-style-2 .td-icon-font {
    font-size: 12px;
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
}
.td-social-style-2 .td-icon-instagram {
  font-size: 16px;
}
.td-footer-bottom-full {
  margin-top: 12px;
  padding-top: 50px;
  padding-bottom: 30px;
  /* responsive portrait phone */
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-footer-bottom-full {
    text-align: center;
    padding-bottom: 0;
  }
}
.td-footer-bottom-full .td-container {
  position: relative;
}
.td-footer-bottom-full .td-container:before {
  content: '';
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: -50px;
  width: 80%;
  left: 50%;
  margin-left: -40%;
}
.td-footer-bottom-full .block-title {
  margin-bottom: 26px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-footer-bottom-full .block-title {
    margin-bottom: 21px;
  }
}
.td-footer-bottom-full .footer-email-wrap {
  padding-bottom: 0;
}
.td-footer-bottom-full .footer-logo-wrap {
  margin-top: 35px;
  margin-bottom: 0;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-footer-bottom-full .footer-logo-wrap {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .td-footer-bottom-full .td-pb-row > div {
    margin-bottom: 50px;
  }
  .td-footer-bottom-full .td-pb-row > div:last-child {
    margin-bottom: 0;
  }
}
/*  ----------------------------------------------------------------------------
    Footer Template 2, 3
*/
.td-footer-template-2,
.td-footer-template-3 {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-footer-template-2,
  .td-footer-template-3 {
    padding-top: 38px;
    padding-bottom: 10px;
  }
}
.td-footer-template-2 .footer-logo-wrap,
.td-footer-template-3 .footer-logo-wrap {
  padding-top: 3px;
}
/*  ----------------------------------------------------------------------------
    Footer Template 4
*/
.td-footer-template-4 {
  padding-top: 49px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-footer-template-4 {
    padding-top: 38px;
    padding-bottom: 10px;
  }
}
.td-footer-template-4 .td-footer-info {
  text-align: center;
  margin-bottom: 38px;
}
.td-footer-template-4 .footer-text-wrap {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
/*  ----------------------------------------------------------------------------
    Footer Template 13
*/
.td-footer-template-13 {
  padding: 26px 0;
}
@media (max-width: 1018px) {
  .td-footer-template-13 {
    padding: 16px 0;
  }
}
.td-footer-template-13 .td-social-name {
  color: #fff;
  font-size: 13px;
  margin-left: 10px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-footer-template-13 .td-social-name {
    font-size: 11px;
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  .td-footer-template-13 .td-social-name {
    display: none;
  }
}
.td-footer-template-13 .footer-social-wrap .td-social-icon-wrap {
  margin-right: 30px;
  text-transform: uppercase;
  font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-footer-template-13 .footer-social-wrap .td-social-icon-wrap {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .td-footer-template-13 .footer-social-wrap .td-social-icon-wrap {
    margin: 5px;
  }
}
.td-footer-template-13 .td-social-style-2 i {
  border-radius: 100%;
  line-height: 41px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-footer-template-13 .td-social-style-2 i {
    line-height: 32px;
  }
}
.td-footer-template-13 .td-social-style-2 i:after {
  border-radius: 100%;
  opacity: 0.05;
}
.td-footer-template-13 .td-a-rec-id-footer_top,
.td-footer-template-13 .td-g-rec-id-footer_top {
  margin-top: 10px;
  margin-bottom: 32px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-footer-template-13 .td-a-rec-id-footer_top,
  .td-footer-template-13 .td-g-rec-id-footer_top {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .td-footer-template-13 .td-a-rec-id-footer_top,
  .td-footer-template-13 .td-g-rec-id-footer_top {
    margin: 5px auto 16px;
  }
}
.td-footer-template-13 .footer-social-wrap {
  text-align: center;
}
/*  ----------------------------------------------------------------------------
    Footer Template 14
*/
.td-footer-template-14 {
  padding: 0;
}
.td-footer-template-14 .td-a-rec-id-footer_top,
.td-footer-template-14 .td-g-rec-id-footer_top {
  margin: 0 auto 37px auto;
}
.td-footer-template-14 .td-footer-bottom-full {
  margin-top: 0;
  padding-top: 42px;
  padding-bottom: 40px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-footer-template-14 .td-footer-bottom-full {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.td-block-title span,
.td-block-title a {
  display: inline-block;
}
.td_block_template_2.widget > ul > li,
.td_block_template_6.widget > ul > li,
.td_block_template_8.widget > ul > li,
.td_block_template_9.widget > ul > li,
.td_block_template_10.widget > ul > li,
.td_block_template_11.widget > ul > li,
.td_block_template_12.widget > ul > li,
.td_block_template_13.widget > ul > li,
.td_block_template_14.widget > ul > li,
.td_block_template_15.widget > ul > li,
.td_block_template_16.widget > ul > li,
.td_block_template_17.widget > ul > li {
  margin-left: 0 !important;
}
.global-block-template-12 .td-comments-title span,
.global-block-template-13 .td-comments-title span {
  margin-left: 0 !important;
  font-size: 20px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .global-block-template-12 .td-comments-title span,
  .global-block-template-13 .td-comments-title span {
    font-size: 15px;
  }
}
.td-block-title-wrap .td-wrapper-pulldown-filter {
  font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto 0;
  z-index: 2;
  background-color: #fff;
  font-size: 13px;
  line-height: 1;
  color: #777;
  text-align: right;
}
.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option {
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  line-height: 29px;
}
.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option i {
  font-size: 9px;
  color: #777;
  margin-left: 20px;
  margin-right: 10px;
}
.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option i:before {
  content: '\e83d';
}
.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option span {
  padding-left: 20px;
  margin-right: -14px;
  /* responsive portrait phone */
}
@media (max-width: 360px) {
  .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option span {
    display: none;
  }
}
.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover {
  color: var(--td_theme_color, #4db2ec);
}
.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover i {
  color: var(--td_theme_color, #4db2ec);
}
.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover ul {
  display: block;
}
.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-list {
  list-style: none;
  position: absolute;
  right: 0;
  top: 100%;
  padding: 18px 0;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 999;
  border-width: 1px;
  border-color: var(--td_grid_border_color, #ededed);
  border-style: solid;
  display: none;
  margin: 0;
}
.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-item {
  list-style: none;
  margin: 0;
}
.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-item .td-cur-simple-item {
  color: var(--td_theme_color, #4db2ec);
}
.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-more {
  padding-bottom: 10px;
}
.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-more:before {
  content: '';
  width: 70px;
  height: 100%;
  position: absolute;
  margin-top: 2px;
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
}
.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link {
  color: #777;
  white-space: nowrap;
  display: block;
  line-height: 26px;
  padding-left: 36px;
  padding-right: 27px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link {
    padding-left: 24px;
    padding-right: 20px !important;
  }
}
.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link:hover {
  color: var(--td_theme_color, #4db2ec);
}
.td-pb-span4 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option span {
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-pb-span4 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option span {
    display: none;
  }
}
.td-pb-span4 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link {
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-pb-span4 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link {
    padding-left: 24px;
    padding-right: 20px !important;
  }
}
/*

  Block headers style

*/
.td_block_template_1 .block-title {
  text-align: left;
}
.td_block_template_2 .td-block-title {
  font-size: 17px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 31px;
  text-align: left;
}
.td_block_template_2 .td-block-title > * {
  color: #000;
}
.td_block_template_2 .td-related-title a {
  padding: 0 20px 0 0;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_template_2 .td-related-title a {
    font-size: 15px;
  }
}
.td_block_template_2 .td-related-title .td-cur-simple-item {
  color: var(--td_theme_color, #4db2ec);
}
.td_block_template_3 .td-block-title {
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 26px;
  line-height: 31px;
  text-align: left;
}
.td_block_template_3 .td-block-title > * {
  background-color: #000;
  color: #fff;
  padding: 0 10px;
}
.td_block_template_3 .td-related-title a {
  margin-right: 10px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_template_3 .td-related-title a {
    margin-right: 0;
    font-size: 14px;
  }
}
.td_block_template_3 .td-related-title .td-cur-simple-item {
  background-color: var(--td_theme_color, #4db2ec);
}
@-moz-document url-prefix() {
  .td_block_template_3 .td-block-title > * {
    padding-bottom: 2px;
  }
}
.td_block_template_4 .td-block-title {
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 26px;
  line-height: 31px;
  text-align: left;
}
.td_block_template_4 .td-block-title > * {
  background-color: #000;
  color: #fff;
  padding: 0 12px;
  position: relative;
}
.td_block_template_4 .td-block-title > *:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 10px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #000 transparent transparent transparent;
}
.td_block_template_4 .td-related-title a {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_template_4 .td-related-title a {
    margin-right: 0;
    font-size: 15px;
  }
}
.td_block_template_4 .td-related-title a:before {
  border-color: transparent !important;
}
.td_block_template_4 .td-related-title .td-cur-simple-item {
  background-color: var(--td_theme_color, #4db2ec);
}
.td_block_template_4 .td-related-title .td-cur-simple-item:before {
  border-color: var(--td_theme_color, #4db2ec) transparent transparent transparent !important;
}
@-moz-document url-prefix() {
  .td_block_template_4 .td-block-title > * {
    padding-bottom: 2px;
  }
}
.td_block_template_5 .td-block-title {
  font-size: 16px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 26px;
  line-height: 25px;
  color: #000;
  text-align: left;
}
.td_block_template_5 .td-block-title > * {
  padding: 0 12px;
  border-width: 0 0 0 4px;
  border-style: solid;
  border-color: var(--td_theme_color, #4db2ec);
}
.td_block_template_5 .td-subcat-filter,
.td_block_template_5 .td-subcat-dropdown {
  line-height: 25px;
}
.td_block_template_5 .td-related-title a {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_template_5 .td-related-title a {
    font-size: 15px;
  }
}
.td_block_template_5 .td-related-title a:last-child {
  border: none;
}
.td_block_template_5 .td-related-title .td-cur-simple-item {
  color: var(--td_theme_color, #4db2ec);
}
.td_block_template_6 .td-block-title {
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 26px;
  line-height: 1;
  padding: 14px 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.td_block_template_6 .td-block-title:before {
  content: '\e904';
  font-family: 'newspaper', sans-serif;
  font-size: 8px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 1;
}
.td_block_template_6 .td-block-title > * {
  color: #000;
}
.td_block_template_6 .td-subcat-filter {
  line-height: 40px;
  position: relative;
  text-align: center;
  margin: -24px 0 0;
}
.td_block_template_6 .td-subcat-filter .td-subcat-more {
  margin-bottom: 10px !important;
}
.td_block_template_6 .td-subcat-list {
  margin-bottom: 18px;
}
.td_block_template_6 .td-subcat-list li:first-child {
  margin-left: 12px;
}
.td_block_template_6 .td-subcat-dropdown ul {
  margin-top: 0 !important;
}
.td_block_template_6 .td-related-title a {
  padding: 10px 10px 0 10px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_template_6 .td-related-title a {
    font-size: 14px;
  }
}
.td_block_template_6 .td-related-title .td-cur-simple-item {
  color: var(--td_theme_color, #4db2ec);
}
.td_block_template_7 .td-block-title {
  font-size: 13px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 26px;
  line-height: 45px;
  padding: 0;
  position: relative;
  text-align: left;
}
.td_block_template_7 .td-block-title:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAIAQMAAAALP6d4AAAABlBMVEUAAABmZmZ+SwYRAAAAAnRSTlMAOF6RdaYAAAAVSURBVAjXY1BgcGBoAEIHIEuAQQAAEdAB4b4poC8AAAAASUVORK5CYII=') repeat top left;
}
.td_block_template_7 .td-block-title > * {
  background-color: #fff;
  color: #000;
  padding: 0 5px;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 21px;
  position: relative;
}
.td_block_template_7 .td-subcat-filter {
  line-height: 45px;
  margin-top: -1px;
}
.td_block_template_7 .td-subcat-filter .td-subcat-dropdown {
  line-height: 1;
  position: static;
}
.td_block_template_7 .td-subcat-dropdown .td-subcat-more {
  padding-left: 0;
  margin-bottom: 0 !important;
}
.td_block_template_7 .td-subcat-list .td-subcat-item {
  margin-left: 0 !important;
  margin-right: 24px;
}
.td_block_template_7 .td-subcat-list .td-subcat-item:last-child {
  margin-right: 16px;
}
.td_block_template_7 .td-related-title .td-cur-simple-item {
  color: var(--td_theme_color, #4db2ec);
}
@-moz-document url-prefix() {
  .td_block_template_7 .td-subcat-filter {
    margin-top: -2px;
  }
}
.td_block_template_8 .td-block-title {
  font-size: 20px;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 18px;
  line-height: 29px;
  position: relative;
  overflow: hidden;
  text-align: left;
}
.td_block_template_8 .td-block-title > * {
  position: relative;
  padding-right: 20px;
  color: #000;
}
.td_block_template_8 .td-block-title > *:before,
.td_block_template_8 .td-block-title > *:after {
  content: '';
  display: block;
  height: 4px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  width: 2000px;
  background-color: #f5f5f5;
}
.td_block_template_8 .td-block-title > *:before {
  left: 100%;
}
.td_block_template_8 .td-block-title > *:after {
  right: 100%;
}
.td_block_template_8 .td-related-title a {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_template_8 .td-related-title a {
    font-size: 15px;
  }
}
.td_block_template_8 .td-related-title a:before {
  display: none;
}
.td_block_template_8 .td-related-title a:first-child:after {
  display: none;
}
.td_block_template_8 .td-related-title a:last-child:after {
  left: 100%;
  right: auto;
}
.td_block_template_8 .td-related-title .td-cur-simple-item {
  color: var(--td_theme_color, #4db2ec);
}
.td_block_template_9 .td-block-title {
  font-size: 17px;
  font-weight: 500;
  margin-top: -10px;
  margin-bottom: 22px;
  line-height: 37px;
  padding: 0;
  position: relative;
  text-align: left;
}
.td_block_template_9 .td-block-title:before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #f5f5f5;
}
.td_block_template_9 .td-block-title:after {
  content: '';
  width: 50px;
  height: 2px;
  position: absolute;
  top: 100%;
  left: 0;
  margin: auto;
  background-color: var(--td_theme_color, #4db2ec);
}
.td_block_template_9 .td-block-title > * {
  color: #000;
}
.td_block_template_9 .td-subcat-filter {
  line-height: 37px;
  display: table;
}
.td_block_template_9 .td-subcat-dropdown {
  line-height: 1;
  position: static;
}
.td_block_template_9 .td-subcat-dropdown .td-subcat-more {
  margin-bottom: 0 !important;
}
.td_block_template_9 .td-subcat-dropdown ul:after {
  height: 2px !important;
}
.td_block_template_9 .td-related-title {
  margin-top: 0 !important;
}
.td_block_template_9 .td-related-title a {
  margin-right: 20px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_template_9 .td-related-title a {
    font-size: 15px;
  }
}
.td_block_template_9 .td-related-title .td-cur-simple-item {
  color: var(--td_theme_color, #4db2ec);
}
.td_block_template_10 .td-block-title {
  font-size: 17px;
  font-weight: 500;
  margin-top: -10px;
  margin-bottom: 24px;
  line-height: 37px;
  padding: 0;
  position: relative;
  text-align: left;
}
.td_block_template_10 .td-block-title:before {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #f5f5f5;
}
.td_block_template_10 .td-block-title > * {
  color: #000;
}
.td_block_template_10 .td-subcat-filter {
  line-height: 37px;
  display: table;
}
.td_block_template_10 .td-subcat-dropdown {
  line-height: 1;
  position: static;
}
.td_block_template_10 .td-subcat-dropdown .td-subcat-more {
  margin-bottom: 0 !important;
}
.td_block_template_10 .td-subcat-dropdown ul:after {
  height: 3px !important;
}
.td_block_template_10 .td-related-title {
  margin-top: 0 !important;
}
.td_block_template_10 .td-related-title a {
  margin-right: 20px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_template_10 .td-related-title a {
    font-size: 15px;
  }
}
.td_block_template_10 .td-related-title .td-cur-simple-item {
  color: var(--td_theme_color, #4db2ec);
}
.td_block_template_11 .td-block-title {
  font-size: 17px;
  font-weight: 500;
  margin-top: 2px;
  margin-bottom: 24px;
  line-height: 44px;
  padding: 0;
  position: relative;
  text-align: left;
}
.td_block_template_11 .td-block-title:before,
.td_block_template_11 .td-block-title:after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  background-color: #f5f5f5;
}
.td_block_template_11 .td-block-title:after {
  bottom: 100%;
}
.td_block_template_11 .td-block-title:before {
  top: 100%;
}
.td_block_template_11 .td-block-title > * {
  color: #000;
}
.td_block_template_11 .td-subcat-filter {
  line-height: 44px;
  display: table;
}
.td_block_template_11 .td-subcat-dropdown {
  line-height: 1;
  position: static;
}
.td_block_template_11 .td-subcat-dropdown .td-subcat-more {
  margin-bottom: 0 !important;
}
.td_block_template_11 .td-subcat-dropdown ul:after {
  height: 2px !important;
}
.td_block_template_11 .td-related-title a {
  margin-right: 20px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_template_11 .td-related-title a {
    font-size: 15px;
  }
}
.td_block_template_11 .td-related-title .td-cur-simple-item {
  color: var(--td_theme_color, #4db2ec);
}
.td_block_template_12 .td-block-title {
  font-size: 26px;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 26px;
  line-height: 26px;
  padding: 0;
  letter-spacing: -0.6px;
  text-align: left;
  /* responsive portrait tablet + phone */
}
@media (max-width: 1018px) {
  .td_block_template_12 .td-block-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.td_block_template_12 .td-block-title > * {
  color: #000;
}
.td_block_template_12 .td-subcat-filter {
  line-height: 1;
  display: table;
}
.td_block_template_12 .td-subcat-dropdown .td-subcat-more {
  margin-bottom: 8px !important;
  margin-top: 7px;
}
.td_block_template_12 .td-pulldown-category {
  font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
  font-size: 14px;
  line-height: 26px;
  color: #444;
  font-weight: 500;
  position: absolute;
  right: 0;
  bottom: -2px;
  top: 0;
  margin: auto 0;
  display: table;
}
.td_block_template_12 .td-pulldown-category span {
  display: inline-block;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_template_12 .td-pulldown-category span {
    display: none;
  }
}
.td_block_template_12 .td-pulldown-category i {
  font-size: 10px;
  margin-left: 10px;
}
.td_block_template_12 .td-pulldown-category:hover {
  opacity: 0.9;
}
.td_block_template_12 .td-pulldown-category:hover span {
  transform: translate3d(-6px, 0, 0);
  -webkit-transform: translate3d(-6px, 0, 0);
}
.td-pb-span4 .td_block_template_12 .td-pulldown-category span {
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-pb-span4 .td_block_template_12 .td-pulldown-category span {
    display: none;
  }
}
.td_block_template_13 .td-block-title {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 26px;
  line-height: 26px !important;
  padding: 0;
  letter-spacing: -0.6px;
  margin-top: 36px;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  text-align: left;
  /* responsive portrait tablet + phone */
  /* responsive portrait phone */
}
@media (max-width: 1018px) {
  .td_block_template_13 .td-block-title {
    font-size: 22px;
    margin-bottom: 16px;
    margin-top: 26px;
  }
}
@media (max-width: 767px) {
  .td_block_template_13 .td-block-title {
    margin-top: 26px !important;
    margin-bottom: 16px !important;
  }
}
.td_block_template_13 .td-block-title > a,
.td_block_template_13 .td-block-title > span {
  margin-left: 12px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_template_13 .td-block-title > a,
  .td_block_template_13 .td-block-title > span {
    margin-left: 12px !important;
  }
}
.td_block_template_13 .td-subcat-filter {
  line-height: 1;
  display: table;
}
.td_block_template_13 .td-subcat-dropdown .td-subcat-more {
  margin-bottom: 8px !important;
  margin-top: 7px;
}
.td_block_template_13 .td-pulldown-category {
  font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
  font-size: 14px;
  line-height: 26px !important;
  color: #444;
  font-weight: 500;
  position: absolute;
  right: 0;
  bottom: -2px;
  top: 0;
  margin: auto 0;
  display: table;
}
.td_block_template_13 .td-pulldown-category span {
  display: inline-block;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_template_13 .td-pulldown-category span {
    display: none;
  }
}
.td_block_template_13 .td-pulldown-category i {
  font-size: 10px;
  margin-left: 10px;
}
.td_block_template_13 .td-pulldown-category:hover {
  opacity: 0.9;
}
.td_block_template_13 .td-pulldown-category:hover span {
  transform: translate3d(-6px, 0, 0);
  -webkit-transform: translate3d(-6px, 0, 0);
}
.td_block_template_13 .td-block-subtitle {
  font-size: 90px;
  text-transform: uppercase;
  position: absolute;
  left: -4px;
  z-index: -1;
  bottom: -20px;
  white-space: nowrap;
  color: #f3f3f3;
  line-height: 1;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_template_13 .td-block-subtitle {
    font-size: 70px;
    bottom: -15px;
  }
}
@media (max-width: 767px) {
  .td_block_template_13 .td-block-subtitle {
    font-size: 60px;
    bottom: -12px;
  }
}
.td_block_template_13 .td-title-align {
  margin-top: 0 !important;
}
.td_block_template_13 .td-title-align > a,
.td_block_template_13 .td-title-align > span {
  margin-left: 0 !important;
}
.td-pb-span4 .td_block_template_13 .td-pulldown-category span {
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-pb-span4 .td_block_template_13 .td-pulldown-category span {
    display: none;
  }
}
.td-pb-span4 .td_block_template_13 .td-block-subtitle {
  /* responsive > phone */
}
@media (min-width: 768px) {
  .td-pb-span4 .td_block_template_13 .td-block-subtitle {
    display: none;
  }
}
.td-pb-span4 .td_block_template_13 .td-block-title {
  margin-top: 0;
}
.td-pb-span4 .td_block_template_13 .td-block-title * {
  margin-left: 0;
}
.td-pb-span12 .td_block_template_13 .td-block-title {
  margin-bottom: 40px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-pb-span12 .td_block_template_13 .td-block-title {
    margin-bottom: 26px;
  }
}
.td_block_template_12 .td-related-title a,
.td_block_template_13 .td-related-title a {
  margin-right: 20px;
  font-size: 20px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_template_12 .td-related-title a,
  .td_block_template_13 .td-related-title a {
    font-size: 15px;
  }
}
.td_block_template_12 .td-related-title .td-cur-simple-item,
.td_block_template_13 .td-related-title .td-cur-simple-item {
  color: var(--td_theme_color, #4db2ec);
}
.td_block_template_12 .td-related-title > a.td-related-left,
.td_block_template_13 .td-related-title > a.td-related-left,
.td_block_template_12 .td-related-title > a.td-related-right,
.td_block_template_13 .td-related-title > a.td-related-right {
  margin-left: 0 !important;
}
.td_block_template_14 .td-block-title {
  font-size: 13px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 26px;
  padding: 11px 0;
  line-height: 1;
  position: relative;
  overflow: hidden;
  text-align: center;
  background-color: #111;
  border: 1px solid transparent;
}
.td_block_template_14 .td-block-title > * {
  color: #fff;
  margin: 0 12px;
}
.td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter {
  background-color: transparent !important;
  display: inline-block;
  color: #fff;
}
.td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option {
  height: 100%;
  display: table;
  color: #fff;
}
.td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover {
  color: #fff;
}
.td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover i {
  color: #fff;
}
.td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter i {
  margin-right: 16px;
  color: #fff;
}
.td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-list {
  border-width: 0 1px 1px;
}
.td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link {
  padding-right: 32px;
}
.td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-more {
  vertical-align: middle;
  display: table-cell;
  padding: 0;
  opacity: 0.8;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-more span {
    display: none;
  }
}
.td_block_template_15 .td-block-title {
  font-size: 17px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 26px;
  padding: 15px 0;
  line-height: 1;
  position: relative;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
}
.td_block_template_15 .td-block-title:before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--td_theme_color, #4db2ec);
  z-index: 1;
}
.td_block_template_15 .td-block-title:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #ededed;
  z-index: 0;
  pointer-events: none;
}
.td_block_template_15 .td-block-title > * {
  margin: 0 18px;
}
.td_block_template_15 .td-block-title-wrap .td-wrapper-pulldown-filter {
  background-color: transparent !important;
  display: inline-block;
}
.td_block_template_15 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option {
  height: 100%;
  display: table;
}
.td_block_template_15 .td-block-title-wrap .td-wrapper-pulldown-filter i {
  margin-right: 16px;
}
.td_block_template_15 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-list {
  border-width: 0 1px 1px;
}
.td_block_template_15 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link {
  padding-right: 32px;
}
.td_block_template_15 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-more {
  vertical-align: middle;
  display: table-cell;
  padding: 0;
  opacity: 0.8;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_template_15 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-more span {
    display: none;
  }
}
.td_block_template_14 .td-related-title a,
.td_block_template_15 .td-related-title a {
  margin: 0 12px !important;
  font-size: 14px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_template_14 .td-related-title a,
  .td_block_template_15 .td-related-title a {
    margin: 0 8px !important;
  }
}
.td_block_template_14 .td-related-title .td-cur-simple-item,
.td_block_template_15 .td-related-title .td-cur-simple-item {
  color: var(--td_theme_color, #4db2ec);
}
.td_block_template_16 .td-block-title {
  font-size: 17px;
  font-weight: 500;
  margin-top: -15px;
  margin-bottom: 26px;
  padding: 0;
  line-height: 47px;
  position: relative;
  overflow: hidden;
  text-align: left;
}
.td_block_template_16 .td-block-title:before,
.td_block_template_16 .td-block-title:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  background-color: #ddd;
}
.td_block_template_16 .td-block-title:before {
  bottom: 4px;
}
.td_block_template_16 .td-block-title:after {
  bottom: 0;
}
.td_block_template_16 .td-block-title-wrap .td-subcat-filter {
  line-height: 47px;
  display: table;
}
.td_block_template_16 .td-block-title-wrap .td-subcat-filter .td-subcat-dropdown ul {
  border-width: 0 1px 1px;
  border-color: #ddd;
  margin-top: 0;
}
.td_block_template_16 .td-block-title-wrap .td-subcat-dropdown {
  line-height: 1;
  position: static;
}
.td_block_template_16 .td-block-title-wrap .td-subcat-dropdown .td-subcat-more {
  margin-bottom: 0 !important;
}
.td_block_template_16 .td-related-title a {
  margin-right: 20px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_template_16 .td-related-title a {
    font-size: 15px;
  }
}
.td_block_template_16 .td-related-title .td-cur-simple-item {
  color: var(--td_theme_color, #4db2ec);
}
.td_block_template_17 {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.td_block_template_17 .td-block-title {
  font-size: 16px;
  font-weight: 500;
  margin: 3px 3px 29px;
  padding: 12px 0 11px;
  line-height: 1;
  position: relative;
  text-align: center;
  border: 1px solid #111;
  background-color: #fff;
  top: -3px;
}
.td_block_template_17 .td-block-title > * {
  margin: 0 15px;
}
.td_block_template_17 .td-block-title:before {
  content: '';
  height: 100%;
  position: absolute;
  top: 4px;
  left: -4px;
  right: -4px;
  border: 1px solid #111;
  background-color: #111;
  z-index: -1;
}
.td_block_template_17 .td-block-title:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 3px auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #111 transparent transparent transparent;
}
.td_block_template_17 .td-block-title-wrap {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  z-index: 2;
}
.td_block_template_17 .td-block-title-wrap .td-wrapper-pulldown-filter {
  background-color: transparent !important;
  display: inline-block;
  color: #111;
  top: -3px;
}
.td_block_template_17 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option {
  height: 100%;
  display: table;
}
.td_block_template_17 .td-block-title-wrap .td-wrapper-pulldown-filter i {
  margin-right: 16px;
  color: #111;
}
.td_block_template_17 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-list {
  border-width: 0 1px 1px;
}
.td_block_template_17 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link {
  padding-right: 32px;
}
.td_block_template_17 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-more {
  vertical-align: middle;
  display: table-cell;
  padding: 0;
  opacity: 0.8;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_template_17 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-more {
    padding-right: 5px;
  }
  .td_block_template_17 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-more span {
    display: none;
  }
}
.td_block_template_17.widget,
.td_block_template_17.td_block_social_counter {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.td_block_template_17 .td-related-title a {
  margin-right: 10px;
  margin-left: 10px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_template_17 .td-related-title a {
    margin: 0 8px !important;
    font-size: 14px;
  }
}
.td_block_template_17 .td-related-title .td-cur-simple-item {
  color: var(--td_theme_color, #4db2ec);
}
.td-pb-span4 .td_block_template_17 .td-block-title-wrap .td-pulldown-more {
  padding-right: 5px;
}
.td-pb-span4 .td_block_template_17 .td-block-title-wrap .td-pulldown-more span {
  display: none;
}
.td-pb-span4 .td_block_template_17 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link {
  padding-right: 22px;
  padding-left: 26px;
}
.td-pb-article-list .td_block_template_17 .td-block-title-wrap {
  z-index: 0;
}
/*

  pulldown templates

*/
@-moz-document url-prefix() {
  .td-pulldown-syle-default .td-subcat-more,
  .td-pulldown-syle-default .td-subcat-list {
    position: relative;
    top: -1px;
  }
}
.td-pulldown-syle-2 {
  top: 0;
}
.td-pulldown-syle-2 .td-subcat-dropdown ul {
  padding: 20px 0;
  margin-top: 0;
}
.td-pulldown-syle-2 .td-subcat-dropdown ul:after {
  content: '';
  position: absolute;
  width: calc(100% + 2px);
  height: 3px;
  top: 0;
  left: -1px;
  background-color: var(--td_theme_color, #4db2ec);
}
.td-pulldown-syle-2 .td-subcat-dropdown a {
  padding-left: 40px;
  padding-right: 31px;
}
.td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more {
  background-color: transparent !important;
}
.td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more span,
.td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more i {
  color: var(--td_theme_color, #4db2ec);
}
.td-pulldown-syle-2 .td-subcat-dropdown .td-subcat-more {
  margin-left: 9px;
  margin-bottom: 8px;
}
.td-pulldown-syle-2 .td-subcat-list .td-subcat-item {
  margin-left: 24px;
}
.td-pulldown-syle-3 {
  top: 0;
}
.td-pulldown-syle-3 .td-subcat-dropdown ul {
  padding: 15px 0;
  margin-top: -1px;
  border-width: 1px;
}
.td-pulldown-syle-3 .td-subcat-dropdown a {
  padding-left: 40px;
  padding-right: 31px;
}
.td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more {
  background-color: transparent !important;
}
.td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more span,
.td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more i {
  color: var(--td_theme_color, #4db2ec);
}
.td-pulldown-syle-3 .td-subcat-dropdown .td-subcat-more {
  margin-left: 9px;
  margin-bottom: 8px;
}
.td-pulldown-syle-3 .td-subcat-list .td-subcat-item {
  margin-left: 24px;
}
/*

    Footer style

*/
.td-footer-wrapper div .td-block-title-wrap .td-wrapper-pulldown-filter {
  background-color: #222;
  color: #fff;
}
.td-footer-wrapper div .td-block-title-wrap .td-wrapper-pulldown-filter i {
  color: #fff;
}
.td-footer-wrapper div .td_block_template_2 .td-block-title > * {
  color: #fff;
}
.td-footer-wrapper div .td_block_template_3 .td-block-title > * {
  background-color: #000;
  color: #fff;
}
.td-footer-wrapper div .td_block_template_4 .td-block-title > * {
  background-color: #000;
  color: #fff;
}
.td-footer-wrapper div .td_block_template_4 .td-block-title > *:before {
  border-color: #000 transparent transparent transparent;
}
.td-footer-wrapper div .td_block_template_5 .td-block-title > * {
  color: #fff;
}
.td-footer-wrapper div .td_block_template_6 .td-block-title:before {
  font-size: 6px;
  color: #fff;
}
.td-footer-wrapper div .td_block_template_6 .td-block-title > * {
  color: #fff;
}
.td-footer-wrapper div .td_block_template_7 .td-block-title {
  background-color: transparent;
}
.td-footer-wrapper div .td_block_template_7 .td-block-title > * {
  color: #fff;
  background-color: #222;
}
.td-footer-wrapper div .td_block_template_8 .td-block-title > * {
  color: #fff;
}
.td-footer-wrapper div .td_block_template_8 .td-block-title > *:before,
.td-footer-wrapper div .td_block_template_8 .td-block-title > *:after {
  background-color: #333;
}
.td-footer-wrapper div .td_block_template_9 .td-block-title > * {
  color: #fff;
}
.td-footer-wrapper div .td_block_template_9 .td-block-title:before {
  background-color: #333;
}
.td-footer-wrapper div .td_block_template_10 .td-block-title > * {
  color: #fff;
}
.td-footer-wrapper div .td_block_template_10 .td-block-title:before {
  background-color: #333;
}
.td-footer-wrapper div .td_block_template_11 .td-block-title > * {
  color: #fff;
}
.td-footer-wrapper div .td_block_template_11 .td-block-title:before,
.td-footer-wrapper div .td_block_template_11 .td-block-title:after {
  background-color: #333;
}
.td-footer-wrapper div .td_block_template_12 .td-block-title > * {
  color: #fff;
}
.td-footer-wrapper div .td_block_template_12 .td-pulldown-category {
  color: #999;
}
.td-footer-wrapper div .td_block_template_13 .td-block-title > a,
.td-footer-wrapper div .td_block_template_13 .td-block-title > span {
  color: #fff;
}
.td-footer-wrapper div .td_block_template_13 .td-block-subtitle {
  opacity: 0.1;
}
.td-footer-wrapper div .td_block_template_13 .td-pulldown-category {
  color: #999;
}
.td-footer-wrapper div .td_block_template_15 .td-block-title {
  background-color: transparent;
}
.td-footer-wrapper div .td_block_template_15 .td-block-title > * {
  color: #fff;
}
.td-footer-wrapper div .td_block_template_15 .td-block-title:after {
  border-color: #333;
}
.td-footer-wrapper div .td_block_template_16 .td-block-title > * {
  color: #fff;
}
.td-footer-wrapper div .td_block_template_16 .td-block-title:before,
.td-footer-wrapper div .td_block_template_16 .td-block-title:after {
  background-color: #333;
}
.td-footer-wrapper div .td_block_template_17 .td-block-title {
  border-color: #333;
  background-color: #222;
}
.td-footer-wrapper div .td_block_template_17 .td-block-title > * {
  color: #fff;
}
.td-footer-wrapper div .td_block_template_17 .td-block-title:before {
  border-color: #333;
  background-color: #333;
}
.td-footer-wrapper div .td_block_template_17 .td-block-title:after {
  border-color: #333 transparent transparent transparent;
}
.td_block_template_18 {
  padding-top: 20px;
}
.td_block_template_18.td_block_mega_menu {
  padding-top: 0;
}
.td_block_template_18 .td-block-title {
  font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
  font-size: 55px;
  font-weight: bold;
  letter-spacing: -4px;
  line-height: 1;
  text-align: center;
  overflow: hidden;
  margin-bottom: 25px;
  text-transform: lowercase;
  margin-top: 0;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_template_18 .td-block-title {
    font-size: 35px;
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .td_block_template_18 .td-block-title {
    font-size: 45px;
    margin-bottom: 18px;
  }
}
.td_block_template_18 .td-block-title > span,
.td_block_template_18 .td-block-title > a {
  padding: 0 20px 10px;
  display: inline-block;
  background: #06d3d5;
  background: -moz-linear-gradient(-68deg, #06d3d5 30%, #2a81cb 80%);
  background: -webkit-linear-gradient(-68deg, #06d3d5 30%, #2a81cb 80%);
  background: linear-gradient(156deg, #06d3d5 30%, #2a81cb 80%);
  color: #fff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_template_18 .td-block-title > span,
  .td_block_template_18 .td-block-title > a {
    padding: 0 20px 4px;
  }
}
@media (max-width: 767px) {
  .td_block_template_18 .td-block-title > span,
  .td_block_template_18 .td-block-title > a {
    padding: 0 10px;
  }
}
.td_block_template_18 .td-block-title .td-block-speech-bubble {
  font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif) !important;
  font-size: 12px !important;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.6px !important;
  padding: 4px 8px;
  background-color: #2a81cb;
  color: #fff;
  -webkit-text-fill-color: #fff;
  position: absolute;
  border-radius: 3px 3px 3px 0;
  margin-left: 6px;
  top: -4px;
  text-transform: uppercase;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_template_18 .td-block-title .td-block-speech-bubble {
    font-size: 10px;
    padding: 3px 6px;
    border-radius: 2px 2px 2px 0;
    top: 0;
  }
}
@media (max-width: 767px) {
  .td_block_template_18 .td-block-title .td-block-speech-bubble {
    font-size: 10px;
    padding: 3px 6px;
    border-radius: 2px 2px 2px 0;
    top: 0;
  }
}
.td_block_template_18 .td-block-title .td-block-speech-bubble:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 0;
  border-color: #2a81cb transparent transparent transparent;
}
.td_block_template_18 .td-block-title .td-block-subtitle {
  display: table;
  font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
  font-size: 15px;
  line-height: 1;
  font-style: italic;
  font-weight: normal;
  letter-spacing: normal;
  color: #808080;
  position: relative;
  margin: 2px auto;
  text-transform: none;
  max-width: 80%;
  /* responsive portrait tablet + phone */
}
@media (max-width: 1018px) {
  .td_block_template_18 .td-block-title .td-block-subtitle {
    font-size: 13px;
  }
}
.td_block_template_18 .td-block-title .td-block-subtitle:before,
.td_block_template_18 .td-block-title .td-block-subtitle:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 1500px;
  top: 3px;
  bottom: 0;
  background-color: #e3e3e3;
}
.td_block_template_18 .td-block-title .td-block-subtitle:before {
  left: 100%;
  margin: auto 0 auto 20px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_template_18 .td-block-title .td-block-subtitle:before {
    margin: auto 0 auto 15px;
  }
}
@media (max-width: 767px) {
  .td_block_template_18 .td-block-title .td-block-subtitle:before {
    margin: auto 0 auto 10px;
  }
}
.td_block_template_18 .td-block-title .td-block-subtitle:after {
  right: 100%;
  margin: auto 20px auto 0;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_template_18 .td-block-title .td-block-subtitle:after {
    margin: auto 15px auto 0;
  }
}
@media (max-width: 767px) {
  .td_block_template_18 .td-block-title .td-block-subtitle:after {
    margin: auto 10px auto 0;
  }
}
.td_block_template_18 .td-pulldown-filter-display-option:before {
  display: none;
}
/*  ----------------------------------------------------------------------------
    responsive settings
*/
/* responsive landscape tablet */
/* responsive portrait tablet */
/* responsive portrait phone */
/*
Dentist demo
*/
.td-dentist .tdm-header-style-3 .td-header-top-menu-full {
  border-bottom: 1px solid #eaeaea;
}
.td-dentist .tdm-header-style-3 .td-header-top-menu-full .top-header-menu li a {
  margin-right: 25px;
}
.td-dentist .tdm-header-style-3 .td-header-top-menu-full .tdc-font-tdmp {
  font-size: 20px;
  color: #1db4c1;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
.td-dentist .tdm-header-style-3 .td-main-menu-logo a {
  line-height: 110px;
}
.td-dentist .tdm-header-style-3 .sf-menu > li > a {
  padding: 0 20px;
  line-height: 110px;
  /* portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-dentist .tdm-header-style-3 .sf-menu > li > a {
    padding: 0 15px;
    font-size: 14px;
    line-height: 118px;
  }
}
.td-dentist .tdm-header-style-3 #td-header-search-button .td-icon-search {
  line-height: 110px;
}
.td-dentist .tdm-header-style-3 .sf-menu > li > a:hover,
.td-dentist .tdm-header-style-3 .sf-menu > .sfHover > a,
.td-dentist .tdm-header-style-3 .sf-menu > .current-menu-item > a,
.td-dentist .tdm-header-style-3 .sf-menu > .current-menu-ancestor > a,
.td-dentist .tdm-header-style-3 .sf-menu > .current-category-ancestor > a {
  color: #1db4c1;
}
.td-dentist .tdm-header-style-3 .sf-menu > li > a:after {
  display: none;
}
.td-dentist .tdm-header-style-3 .td-header-gradient:before {
  display: none;
}
.td-dentist .tdm-header-style-3 .td-header-menu-wrap.td-affix {
  border-bottom: 1px solid #eaeaea;
}
.td-dentist .tdm-title-sm {
  font-weight: 400;
  /* landscape tablet */
  /* portrait tablet */
  /* portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-dentist .tdm-title-sm {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-dentist .tdm-title-sm {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .td-dentist .tdm-title-sm {
    font-size: 20px;
    line-height: 30px;
  }
}
.td-dentist .tdm-title-md {
  font-weight: 300;
  font-size: 28px;
  line-height: 40px;
  /* landscape tablet */
  /* portrait tablet */
  /* portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-dentist .tdm-title-md {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-dentist .tdm-title-md {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .td-dentist .tdm-title-md {
    font-size: 20px;
    line-height: 30px;
  }
}
.td-dentist .tdm-title-bg {
  font-weight: 600;
  line-height: 60px;
  /* landscape tablet */
  /* portrait tablet */
  /* portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-dentist .tdm-title-bg {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-dentist .tdm-title-bg {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .td-dentist .tdm-title-bg {
    font-size: 24px;
    line-height: 32px;
  }
}
.td-dentist .tdm-descr {
  font-size: 13px;
  line-height: 22px;
}
.td-dentist .td-dentist-big-elements .tdm-descr {
  /* desktop */
}
@media (min-width: 1141px) {
  .td-dentist .td-dentist-big-elements .tdm-descr {
    font-size: 16px;
    line-height: 26px;
  }
}
.td-dentist .tdm-btn-md {
  padding: 0 34px;
}
.td-dentist .tdm-btn-lg {
  height: 53px;
  padding: 0 40px;
  font-weight: 400;
}
.td-dentist .td-hero-button .tdm-btn-md:hover {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.td-dentist .td_module_10 .item-details {
  /* portrait phone */
}
@media (max-width: 767px) {
  .td-dentist .td_module_10 .item-details {
    padding-left: 0 !important;
  }
}
.td-dentist .td-opening .tdc-row.td-stretch-content {
  padding-left: 0;
  padding-right: 0;
}
.td-dentist .td-dentist-banner-footer {
  /* portrait phone */
}
@media (max-width: 1018px) {
  .td-dentist .td-dentist-banner-footer .tdm-col-icon {
    display: none;
  }
  .td-dentist .td-dentist-banner-footer .tdm-col-text {
    float: none;
    width: 100%;
    text-align: center !important;
  }
}
.td-dentist .tdm_block_testimonial .tds-testimonial3 .tdm-testimonial-descr {
  margin-bottom: 25px;
  border-radius: 10px;
  background: -webkit-linear-gradient(200deg, #45dacb, #30a7d6);
  background: linear-gradient(200deg, #45dacb, #30a7d6);
}
.td-dentist .tdm_block_testimonial .tds-testimonial3 .tdm-testimonial-info:before {
  top: -25px;
  left: 23px;
  border-width: 8px 7px 0 7px;
  border-color: #30a7d6 transparent transparent transparent;
}
.td-dentist .wpforms-form .wpforms-field {
  margin-bottom: 5px !important;
}
.td-dentist .wpforms-form .wpforms-field-label {
  font-weight: 400 !important;
  font-size: 13px !important;
  line-height: 1 !important;
  margin-bottom: 10px !important;
}
.td-dentist .wpforms-form .wpforms-field-sublabel {
  font-size: 11px !important;
  margin: 8px 0 0 12px !important;
  color: #aaa !important;
}
.td-dentist .wpforms-form input[type=text],
.td-dentist .wpforms-form input[type=number],
.td-dentist .wpforms-form input[type=email],
.td-dentist .wpforms-form textarea {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
  border: none !important;
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
  border-bottom-color: #1db4c1 !important;
  border-radius: 0 !important;
  color: #444 !important;
  font-size: 14px !important;
  height: 36px !important;
}
.td-dentist .wpforms-form textarea {
  height: 60px !important;
  min-height: 60px !important;
}
.td-dentist .wpforms-form button[type=submit] {
  background-color: #1db4c1 !important;
  color: #fff !important;
  border-radius: 50px;
  border: none !important;
  padding: 6px 30px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  -webkit-transition: background-color 0.4s !important;
  -moz-transition: background-color 0.4s !important;
  -o-transition: background-color 0.4s !important;
  transition: background-color 0.4s !important;
}
.td-dentist .wpforms-form button[type=submit]:hover {
  background-color: #444 !important;
}
.td-dentist.category .td-main-content-wrap {
  padding-top: 60px;
  padding-bottom: 60px;
}
/*  ----------------------------------------------------------------------------
    responsive settings
*/
/* responsive landscape tablet */
/* responsive portrait tablet */
/* responsive portrait phone */
.tdb-s-page-sec-header {
  margin-bottom: 35px;
}
body .tdb-spsh-title {
  margin: 0;
  font-family: inherit;
  font-size: 1.429em;
  font-weight: 500;
  line-height: 1.2;
  color: #1d2327;
}
.tdb-s-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #0489FC;
  min-width: 100px;
  padding: 14px 24px 16px;
  font-size: 1em;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 0;
  border-radius: 5px;
  outline: 3px solid transparent;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, outline-color 0.2s ease-in-out;
  -webkit-appearance: none;
  cursor: pointer;
}
.tdb-s-btn svg {
  position: relative;
  width: .9em;
  height: auto;
  margin-right: .5em;
}
.tdb-s-btn:hover,
.tdb-s-btn:active {
  background-color: #152BF7;
}
.tdb-s-btn:active:not(:disabled) {
  outline-color: rgba(21, 43, 247, 0.2);
}
.tdb-s-btn:disabled {
  background-color: #9ACFFD;
  pointer-events: none;
}
.tdb-s-btn.tdb-s-btn-saving:after {
  content: '';
  position: relative;
  width: 12px;
  height: 12px;
  margin-left: 15px;
  border: 1px solid #fff;
  border-left-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: fullspin 1s infinite ease-out;
  animation: fullspin 1s infinite ease-out;
  z-index: 2;
  transition: border-top-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
}
.tdb-s-btn.tdb-s-btn-saved {
  background-color: #9ACFFD;
  pointer-events: none;
}
.tdb-s-btn.tdb-s-btn-saved:after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="12" height="8.875" viewBox="0 0 12 8.875"><path d="M7.125,13.875a1,1,0,0,1-.707-.293L3.293,10.457A1,1,0,0,1,4.707,9.043l2.418,2.418,6.168-6.168a1,1,0,0,1,1.414,1.414L7.832,13.582A1,1,0,0,1,7.125,13.875Z" transform="translate(-3 -5)" fill="%23fff"/></svg>');
  width: 14px;
  height: auto;
  border: 0;
  -webkit-animation: none;
  animation: none;
}
.tdb-s-btn-sm {
  min-width: 76px;
  padding: 10px 19px 12px;
  font-size: .929em;
}
.tdb-s-btn-sm svg {
  top: 1px;
}
.tdb-s-btn-sm.tdb-s-btn-saving:after {
  width: 11px;
  height: 11px;
  margin-left: 13px;
}
.tdb-s-btn-sm.tdb-s-btn-saving:not(.tdb-s-btn-saved):after {
  top: 1px;
}
.tdb-s-btn-sm.tdb-s-btn-saved:after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="10" height="7.5" viewBox="0 0 10 7.5"><path d="M6.5,12.5a1,1,0,0,1-.707-.293l-2.5-2.5A1,1,0,0,1,4.707,8.293L6.5,10.086l4.793-4.793a1,1,0,0,1,1.414,1.414l-5.5,5.5A1,1,0,0,1,6.5,12.5Z" transform="translate(-3 -5)" fill="%23fff" opacity="0.8"/></svg>');
  top: -2px;
}
.tdb-s-btn-sm.tdb-s-btn-hollow {
  min-width: 72px;
  padding: 8px 17px 10px;
}
.tdb-s-btn-sm.tdb-s-btn-hollow.tdb-s-btn-saved:after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="10" height="7.5" viewBox="0 0 10 7.5"><path d="M6.5,12.5a1,1,0,0,1-.707-.293l-2.5-2.5A1,1,0,0,1,4.707,8.293L6.5,10.086l4.793-4.793a1,1,0,0,1,1.414,1.414l-5.5,5.5A1,1,0,0,1,6.5,12.5Z" transform="translate(-3 -5)" fill="%23B3B3B3" opacity="0.8"/></svg>');
}
.tdb-s-btn-red {
  background-color: #FF3838;
}
.tdb-s-btn-red:hover,
.tdb-s-btn-red:active {
  background-color: #E20000;
}
.tdb-s-btn-red:active:not(:disabled) {
  outline-color: rgba(226, 0, 0, 0.15);
}
.tdb-s-btn-red:disabled {
  background-color: #FFA4A4;
}
.tdb-s-btn-red.tdb-s-btn-saved {
  background-color: #FFA4A4;
}
.tdb-s-btn-hollow {
  min-width: 96px;
  padding: 12px 22px 14px;
  background-color: transparent;
  color: #444;
  border: 2px solid #A8AAB8;
}
.tdb-s-btn-hollow:hover,
.tdb-s-btn-hollow:active {
  background-color: transparent;
  color: #0489FC;
  border-color: #0489FC;
}
.tdb-s-btn-hollow:active:not(:disabled) {
  outline-color: rgba(4, 137, 252, 0.2);
}
.tdb-s-btn-hollow:disabled {
  background-color: transparent;
  color: #B3B3B3;
  border-color: #D3D4DB;
}
.tdb-s-btn-hollow.tdb-s-btn-saving:after {
  border-top-color: #444;
  border-bottom-color: #444;
}
.tdb-s-btn-hollow.tdb-s-btn-saving:hover:after {
  border-top-color: #0489FC;
  border-bottom-color: #0489FC;
}
.tdb-s-btn-hollow.tdb-s-btn-saved {
  background-color: transparent;
  color: #B3B3B3;
}
.tdb-s-btn-hollow.tdb-s-btn-saved:after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="12" height="8.875" viewBox="0 0 12 8.875"><path d="M7.125,13.875a1,1,0,0,1-.707-.293L3.293,10.457A1,1,0,0,1,4.707,9.043l2.418,2.418,6.168-6.168a1,1,0,0,1,1.414,1.414L7.832,13.582A1,1,0,0,1,7.125,13.875Z" transform="translate(-3 -5)" fill="%23B3B3B3"/></svg>');
}
.tdb-s-btn-simple {
  padding: 0;
  background-color: transparent;
  min-width: 0;
  color: #0489FC;
  border-radius: 0;
  outline: none;
}
.tdb-s-btn-simple:hover,
.tdb-s-btn-simple:active {
  color: #152BF7;
  background-color: transparent;
}
.tdb-s-btn-simple:disabled {
  background-color: transparent;
  color: #9ACFFD;
}
.tdb-s-btn-simple.tdb-s-btn-saving:after {
  margin-left: 10px;
  border: 1px solid #0489FC;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tdb-s-btn-simple.tdb-s-btn-saved {
  background-color: transparent;
  color: #9ACFFD;
}
.tdb-s-btn-simple.tdb-s-btn-saved:after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="12" height="8.875" viewBox="0 0 12 8.875"><path d="M7.125,13.875a1,1,0,0,1-.707-.293L3.293,10.457A1,1,0,0,1,4.707,9.043l2.418,2.418,6.168-6.168a1,1,0,0,1,1.414,1.414L7.832,13.582A1,1,0,0,1,7.125,13.875Z" transform="translate(-3 -5)" fill="%239ACFFD"/></svg>');
}
body div .tdb-s-fc-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px;
}
body div .tdb-s-fc-inner:not(:last-child) {
  margin-bottom: 28px;
}
body div .tdb-s-fc-inner:not(:last-child):after {
  content: '';
  display: block;
  margin: 28px 13px 0;
  width: 100%;
  height: 1px;
  background-color: #efefef;
}
body div .tdb-s-fc-inner .tdb-s-notif {
  width: 100%;
  margin-left: 13px;
  margin-right: 13px;
}
body div .tdb-s-fc-inner-title {
  display: flex;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 13px;
  font-size: .929em;
  font-weight: 500;
  line-height: 1.2;
  color: #1d2327;
}
body div .tdb-s-fc-inner-title span {
  background-color: #f1f1f1;
  border-radius: 3px;
  padding: 4px 7px 6px;
}
body div .tdb-s-form-label {
  position: relative;
  display: block;
  margin-bottom: 8px;
  font-size: .929em;
  line-height: 1;
  font-weight: 600;
  color: #666;
}
body div .tdb-s-form-label-required {
  color: #FF0000;
}
body div .tdb-s-form-label-descr {
  display: block;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 10px;
  font-size: .923em;
  line-height: 1.2;
  font-weight: 400;
}
body div .tdb-s-form-input {
  margin: 0;
  padding: 0 15px 1px;
  width: 100%;
  height: 44px;
  min-height: 44px;
  font-size: 1em;
  line-height: 1.3;
  font-weight: 600;
  color: #444;
  border: 2px solid #D7D8DE;
  border-radius: 5px;
  outline: 3px solid transparent;
  box-shadow: none;
  transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, outline-color 0.2s ease-in-out;
}
body div .tdb-s-form-input:-webkit-autofill,
body div .tdb-s-form-input:-webkit-autofill:hover,
body div .tdb-s-form-input:-webkit-autofill:focus,
body div .tdb-s-form-input:-webkit-autofill:active {
  -webkit-text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
body div .tdb-s-form-input::placeholder {
  color: #888;
  transition: color 0.2s ease-in-out;
}
body div .tdb-s-form-input::-webkit-input-placeholder {
  color: #888;
  transition: color 0.2s ease-in-out;
}
body div .tdb-s-form-input::-moz-placeholder {
  color: #888;
  transition: color 0.2s ease-in-out;
}
body div .tdb-s-form-input:-ms-input-placeholder {
  color: #888;
  transition: color 0.2s ease-in-out;
}
body div .tdb-s-form-input:-moz-placeholder {
  color: #888;
  transition: color 0.2s ease-in-out;
}
body div .tdb-s-form-input:hover {
  color: inherit;
}
body div .tdb-s-form-input:focus {
  box-shadow: none;
}
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input:focus:not([readonly]) {
  border-color: #0489FC !important;
  outline-width: 3px;
  outline-style: solid;
  outline-color: rgba(4, 137, 252, 0.1);
}
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input[readonly]:not(.tdb-s-form-input-date):not(.tdb-s-form-datepicker),
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input:disabled {
  background-color: #fff;
  color: #BEBEBE;
  border-color: #E8E9EC;
  outline: none;
}
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input[readonly]:not(.tdb-s-form-input-date):not(.tdb-s-form-datepicker)::placeholder,
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input:disabled::placeholder {
  color: #BEBEBE;
}
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input[readonly]:not(.tdb-s-form-input-date):not(.tdb-s-form-datepicker)::-webkit-input-placeholder,
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input:disabled::-webkit-input-placeholder {
  color: #BEBEBE;
}
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input[readonly]:not(.tdb-s-form-input-date):not(.tdb-s-form-datepicker)::-moz-placeholder,
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input:disabled::-moz-placeholder {
  color: #BEBEBE;
}
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input[readonly]:not(.tdb-s-form-input-date):not(.tdb-s-form-datepicker):-ms-input-placeholder,
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input:disabled:-ms-input-placeholder {
  color: #BEBEBE;
}
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input[readonly]:not(.tdb-s-form-input-date):not(.tdb-s-form-datepicker):-moz-placeholder,
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input:disabled:-moz-placeholder {
  color: #BEBEBE;
}
body div textarea.tdb-s-form-input {
  display: block;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 76px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.5;
}
body div .tdb-s-form-select-wrap {
  position: relative;
}
body div .tdb-s-form-select-wrap .tdb-s-form-input {
  max-width: 100%;
  padding-right: 34px;
  background: #fff;
  -webkit-appearance: none;
  cursor: pointer;
}
body div .tdb-s-form-select-wrap .tdb-s-form-input::-webkit-calendar-picker-indicator {
  opacity: 0;
}
body div .tdb-s-form-select-wrap .tdb-s-form-input[multiple] {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 15px;
  height: 100px;
  min-height: 100px;
  overflow-y: auto;
}
body div .tdb-s-form-select-wrap .tdb-s-form-input[multiple] + .tdb-s-form-select-icon {
  display: none;
}
body div .tdb-s-form-select-wrap .tdb-s-form-select-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  pointer-events: none;
  fill: #444;
  transition: fill 0.2s ease-in-out;
}
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-select-wrap .tdb-s-form-input[readonly] + .tdb-s-form-select-icon,
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-select-wrap .tdb-s-form-input:disabled + .tdb-s-form-select-icon {
  fill: #BEBEBE;
}
body div .tdb-s-form-select-wrap .select2-hidden-accessible {
  display: none;
}
body div .tdb-s-form-select-wrap .select2-selection {
  display: flex;
  align-items: center;
  padding: 5px 15px 6px;
  width: 100%;
  min-height: 44px;
  height: auto;
  font-size: 1em;
  line-height: 1.3;
  font-weight: 600;
  color: #444;
  border: 2px solid #D7D8DE;
  border-radius: 5px;
  outline: 3px solid transparent;
  cursor: pointer;
  transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, outline-color 0.2s ease-in-out;
}
body div .tdb-s-form-group:not(.tdb-s-fg-error) .select2-container--open .select2-selection {
  border-color: #0489FC !important;
  outline-width: 3px;
  outline-style: solid;
  outline-color: rgba(4, 137, 252, 0.1);
}
body div .tdb-s-fg-error .tdb-s-form-select-wrap .select2-selection {
  border-color: #FF0000 !important;
  outline: 3px solid rgba(255, 0, 0, 0.1);
}
body div .tdb-s-form-check input {
  display: none;
}
body div .tdb-s-form-check label {
  display: flex;
  align-items: flex-start;
  position: relative;
  top: 1px;
  cursor: pointer;
}
body div .tdb-s-form-check .tdb-s-fc-check {
  position: relative;
  margin-right: 10px;
  width: 19px;
  height: 19px;
  background-color: #fff;
  border: 2px solid #D7D8DE;
  outline: 3px solid transparent;
  transition: border-color 0.2s ease-in-out, outline-color 0.2s ease-in-out;
  cursor: pointer;
}
body div .tdb-s-form-check .tdb-s-fc-check:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 9px;
  height: 9px;
  background-color: #0489FC;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
body div .tdb-s-form-check .tdb-s-fc-title {
  flex: 1;
  font-size: 1em;
  line-height: 1.3;
  font-weight: 600;
  word-break: break-all;
  color: #444;
  cursor: pointer;
}
body div .tdb-s-form-check input[type=checkbox] + .tdb-s-fc-check {
  border-radius: 5px;
}
body div .tdb-s-form-check input[type=checkbox] + .tdb-s-fc-check:after {
  border-radius: 3px;
}
body div .tdb-s-form-check input[type=radio] + .tdb-s-fc-check,
body div .tdb-s-form-check input[type=radio] + .tdb-s-fc-check:after {
  border-radius: 100%;
}
body div .tdb-s-form-check input:checked + .tdb-s-fc-check {
  border-color: #0489FC;
  outline-color: rgba(4, 137, 252, 0.1);
}
body div .tdb-s-form-check input:checked + .tdb-s-fc-check:after {
  opacity: 1;
}
body div .tdb-s-form-check input[disabled] + .tdb-s-fc-check,
body div .tdb-s-form-check input[disabled] + .tdb-s-fc-check + .tdb-s-fc-title {
  pointer-events: none;
}
body div .tdb-s-form-check input[disabled] + .tdb-s-fc-check {
  border-color: #E8E9EC;
}
body div .tdb-s-form-check input[disabled] + .tdb-s-fc-check + .tdb-s-fc-title {
  color: #BEBEBE;
}
body div .tdb-s-form-check input[disabled]:checked + .tdb-s-fc-check {
  outline-color: rgba(4, 137, 252, 0.08);
}
body div .tdb-s-form-check input[disabled]:checked + .tdb-s-fc-check:after {
  background-color: #9ACFFD;
}
body div .tdb-s-form-checkboxes-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -13px;
  margin-right: -13px;
}
body div .tdb-s-form-checkboxes-wrap .tdb-s-form-check {
  margin-bottom: 7px;
  padding-left: 13px;
  padding-right: 13px;
}
body div .tdb-s-form-checkboxes-wrap .tdb-s-form-check:last-child {
  margin-bottom: 0;
}
body div .tdb-s-form-btn input {
  display: none;
}
body div .tdb-s-form-btn input:checked + .tdb-s-fb-btn {
  background-color: #0489FC;
  color: #fff;
  border-color: #0489FC;
}
body div .tdb-s-form-btn input:checked + .tdb-s-fb-btn:hover,
body div .tdb-s-form-btn input:checked + .tdb-s-fb-btn:active {
  background-color: #152BF7;
  border-color: #152BF7;
}
body div .tdb-s-form-btn input:checked + .tdb-s-fb-btn:active:not(:disabled) {
  outline-color: rgba(21, 43, 247, 0.2);
}
body div .tdb-s-form-btn .tdb-s-fb-label {
  display: flex;
  cursor: pointer;
}
body div .tdb-s-form-btn .tdb-s-fb-btn {
  pointer-events: none;
}
body div .tdb-s-form-btns-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
body div .tdb-s-form-btns-wrap .tdb-s-form-btn {
  margin-bottom: 7px;
}
body div .tdb-s-form-btns-wrap .tdb-s-form-btn:last-child {
  margin-bottom: 0;
}
body div .tdb-s-form-file {
  display: block;
  position: relative;
}
body div .tdb-s-form-file[data-file-type="document"],
body div .tdb-s-form-file:not([data-file-type="document"]):not(.tdb-s-form-file-previewing) {
  width: 100%;
  padding-bottom: 142px;
}
body div .tdb-s-form-file .tdb-s-btn {
  min-width: auto;
  padding: 8px 10px 12px;
}
body div .tdb-s-form-file .tdb-s-btn:active:not(:disabled) {
  outline-color: transparent;
}
body div .tdb-s-form-file .tdb-s-btn svg {
  margin-right: 0;
  width: 14px;
}
body div .tdb-s-form-file .tdb-s-btn:not(.tdb-s-ffp-remove) svg,
body div .tdb-s-form-file .tdb-s-btn:not(.tdb-s-ffp-remove) svg * {
  fill: #fff;
}
body div .tdb-s-form-file-box .tdb-s-btn,
body div .tdb-s-form-file-preview-image .tdb-s-btn,
body div .tdb-s-form-file-preview-video .tdb-s-btn {
  position: absolute;
  right: 15px;
}
body div .tdb-s-form-file-box .tdb-s-btn,
body div .tdb-s-form-file-preview-image .tdb-s-btn {
  bottom: 15px;
}
body div .tdb-s-form-file-preview-video .tdb-s-btn {
  top: 15px;
}
body div .tdb-s-form-file-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  font-size: 1em;
  line-height: 1.3;
  font-weight: 600;
  color: #444;
  border: 2px solid #D7D8DE;
  border-radius: 5px;
  outline: 3px solid transparent;
  transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, outline-color 0.2s ease-in-out;
}
body div .tdb-s-ffu-ico {
  width: 40px;
  margin-bottom: 10px;
  stroke: #bfbfbf;
  transition: stroke 0.2s ease-in-out;
}
body div .tdb-s-ffu-txt {
  text-align: center;
}
body div .tdb-s-form-file-preview-image {
  position: relative;
}
body div .tdb-s-form-file-preview-image .tdb-s-ffip-img {
  padding-bottom: 30%;
  background-color: #eee;
  border-radius: 5px;
  background-size: cover;
  background-position: center;
}
body div .tdb-s-form-file-preview-audio {
  display: flex;
  align-items: center;
  min-height: 54px;
}
body div .tdb-s-form-file-preview-audio audio {
  flex: 1;
  margin-right: 26px;
}
body div .tdb-s-form-file-preview-video {
  min-height: 54px;
}
body div .tdb-s-form-file-preview-video video {
  width: 100%;
  border-radius: 5px;
}
body div .tdb-s-form-file-upload .tdb-s-ffu-ico {
  pointer-events: none;
}
body div .tdb-s-form-file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
body div .tdb-s-form-file-disabled {
  pointer-events: none;
  opacity: .6;
}
body div .tdb-s-form-file:hover .tdb-s-form-file-upload,
body div .tdb-s-form-file.tdb-s-form-file-dragover .tdb-s-form-file-upload {
  border-color: #0489FC;
  outline-color: rgba(4, 137, 252, 0.1);
  color: #0489FC;
}
body div .tdb-s-form-file:hover .tdb-s-form-file-upload .tdb-s-ffu-ico,
body div .tdb-s-form-file.tdb-s-form-file-dragover .tdb-s-form-file-upload .tdb-s-ffu-ico {
  stroke: #0489FC;
}
body div .tdb-s-fg-error .tdb-s-form-file .tdb-s-form-file-upload {
  border-color: #FF0000 !important;
  outline: 3px solid rgba(255, 0, 0, 0.1);
}
body div .tdb-s-form-file-previewing .tdb-s-form-file-upload {
  display: none;
}
body div .tdb-s-form-wpeditor {
  border: 2px solid #D7D8DE;
  border-radius: 5px;
  outline: 3px solid transparent;
  transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, outline-color 0.2s ease-in-out;
}
body div .tdb-s-form-wpeditor .mce-panel {
  background-color: transparent;
}
body div .tdb-s-form-wpeditor .mce-toolbar .mce-btn-group .mce-btn:not(.mce-listbox):focus,
body div .tdb-s-form-wpeditor .mce-toolbar .mce-btn-group .mce-btn:not(.mce-listbox):hover,
body div .tdb-s-form-wpeditor .mce-toolbar .mce-btn-group .mce-btn:not(.mce-listbox).mce-active,
body div .tdb-s-form-wpeditor .mce-toolbar .mce-btn-group .mce-btn:not(.mce-listbox):active,
body div .tdb-s-form-wpeditor .qt-dfw:focus,
body div .tdb-s-form-wpeditor .qt-dfw:hover,
body div .tdb-s-form-wpeditor .qt-dfw.active,
body div .tdb-s-form-wpeditor .wp-core-ui .button,
body div .tdb-s-form-wpeditor .wp-core-ui .button-secondary {
  background-color: #fff;
  box-shadow: none;
  border-color: #e7e6e6;
}
body div .tdb-s-form-wpeditor .wp-core-ui .button,
body div .tdb-s-form-wpeditor .wp-core-ui .button-secondary {
  color: #50575e;
}
body div .tdb-s-form-wpeditor .mce-toolbar .mce-btn-group .mce-btn.mce-listbox {
  border-color: #e7e6e6;
  box-shadow: none;
}
body div .tdb-s-form-wpeditor .wp-editor-tools {
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  margin: 6px 6px 0;
  padding: 7px 9px 4px;
  border-radius: 4px 4px 0 0;
}
body div .tdb-s-form-wpeditor .wp-editor-tabs {
  display: flex;
  align-items: center;
  margin-left: auto;
}
body div .tdb-s-form-wpeditor .wp-switch-editor {
  margin: 0;
  padding: 1px 7px 2px;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  border-width: 1px;
  border-color: transparent;
  border-radius: 4px;
}
body div .tdb-s-form-wpeditor .switch-tmce {
  margin-right: 3px;
}
body div .tdb-s-form-wpeditor .wp-switch-editor:hover,
body div .tdb-s-form-wpeditor .html-active .switch-html,
body div .tdb-s-form-wpeditor .tmce-active .switch-tmce {
  border-color: #e7e6e6;
}
body div .tdb-s-form-wpeditor .html-active .switch-html,
body div .tdb-s-form-wpeditor .tmce-active .switch-tmce {
  background-color: #fff;
}
body div .tdb-s-form-wpeditor .wp-editor-container {
  border: 0;
}
body div .tdb-s-form-wpeditor .wp-editor-container {
  width: calc(100% - 12px) !important;
  margin: 0 6px 6px;
}
body div .tdb-s-form-wpeditor .mce-tinymce {
  border: 0 !important;
}
body div .tdb-s-form-wpeditor .mce-top-part:before {
  display: none;
}
body div .tdb-s-form-wpeditor .quicktags-toolbar {
  padding: 5px 7px;
  border-bottom: 0;
}
body div .tdb-s-form-wpeditor .mce-toolbar-grp {
  background-color: #f5f5f5;
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
}
body div .tdb-s-form-wpeditor .mce-toolbar-grp > div {
  padding: 5px 7px;
}
body div .tdb-s-form-wpeditor .mce-statusbar {
  border-top: none;
}
body div .tdb-s-form-wpeditor-disabled {
  pointer-events: none;
  opacity: .6;
}
body div .tdb-s-fg-error .tdb-s-form-wpeditor {
  border-color: #FF0000 !important;
  outline: 3px solid rgba(255, 0, 0, 0.1);
}
body div .tdb-s-form-datepicker:focus {
  border-color: #0489FC !important;
  outline-width: 3px;
  outline-style: solid;
  outline-color: rgba(4, 137, 252, 0.1);
}
body div .tdb-s-form-group {
  position: relative;
  width: 100%;
  padding: 0 13px;
}
body div .tdb-s-form-group:not(:last-child) {
  margin-bottom: 28px;
}
body div .tdb-s-form-group-sm .tdb-s-form-label {
  font-size: .857em;
  margin-bottom: 6px;
}
body div .tdb-s-form-group-sm .tdb-s-form-input {
  padding: 0 10px 2px;
  height: 36px;
  min-height: 36px;
  font-size: .929em;
}
body div .tdb-s-form-group-sm textarea.tdb-s-form-input {
  min-height: 76px;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 1.5;
}
body div .tdb-s-form-group-sm .tdb-s-form-select-wrap .select2-selection {
  height: 36px;
  font-size: .929em;
}
body div .tdb-s-form-group-sm .tdb-s-form-check .tdb-s-fc-check {
  width: 17px;
  height: 17px;
}
body div .tdb-s-form-group-sm .tdb-s-form-check .tdb-s-fc-check:after {
  top: 2px;
  left: 2px;
}
body div .tdb-s-form-group-sm .tdb-s-form-check .tdb-s-fc-title {
  font-size: 13px;
  line-height: 1.2;
}
body div .tdb-s-fg-error .tdb-s-form-input,
body div .tdb-s-fg-error .tdb-s-form-input:focus:not([readonly]) {
  border-color: #FF0000 !important;
  outline: 3px solid rgba(255, 0, 0, 0.1);
}
body div .tdb-s-fg-error-msg {
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  width: 100%;
  padding: 0 13px;
  font-size: .786em;
  line-height: 1.3;
  color: #FF3838;
}
body div .tdb-s-form-content .tdb-s-notif {
  margin-top: 32px;
}
body div .tdb-s-form-footer {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
body div .tdb-s-form-footer .tdb-s-btn {
  margin-right: 26px;
}
body div .tdb-s-form-footer .tdb-s-btn:last-of-type {
  margin-right: 0;
}
body > .select2-container,
body .tdb-s-select2.select2-dropdown,
body .tdb-s-select2 .select2-search,
body .tdb-s-select2 .select2-results {
  display: block;
}
body > .select2-container {
  z-index: 10005;
}
body.admin-bar .tdb-s-select2.select2-dropdown {
  margin-top: 36px;
}
body .tdb-s-select2.select2-dropdown {
  margin-top: 4px;
  background-color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  border: 2px solid #D7D8DE;
  border-radius: 5px;
  outline-width: 3px;
  outline-style: solid;
  outline-color: rgba(215, 216, 222, 0.18);
}
body .tdb-s-select2 .select2-search {
  padding: 6px;
}
body .tdb-s-select2 .select2-search__field {
  padding: 0 10px 2px;
  width: 100%;
  height: 36px;
  min-height: 36px;
  font-size: .929em;
  line-height: 1.3;
  font-weight: 600;
  color: #444;
  border: 2px solid #D7D8DE;
  border-radius: 5px;
  outline: 3px solid transparent;
  box-shadow: none;
  transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, outline-color 0.2s ease-in-out;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: border-box;
}
body .tdb-s-select2 .select2-results__options {
  list-style-type: none;
  margin: 0;
  padding: 0 0 4px;
  max-height: 277px;
  font-size: .929em;
  font-weight: 600;
  color: #444;
  overflow-y: auto;
}
body .tdb-s-select2 .select2-results__options li {
  margin: 0;
  padding: 2px 10px 4px;
  cursor: pointer;
}
body .tdb-s-select2 .select2-results__options li:hover {
  background-color: #F8F8F8;
}
body .tdb-s-datepicker-control {
  padding: 14px;
  width: 279px;
  background-color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 11px;
  color: #444;
  line-height: 1;
  font-weight: 600;
  border: 2px solid #D7D8DE;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}
body .tdb-s-datepicker-control:before,
body .tdb-s-datepicker-control:after {
  display: none;
}
body .tdb-s-datepicker-control select,
body .tdb-s-datepicker-control input {
  padding: 0 17px 1px 8px !important;
  min-height: 29px;
  background-color: #fff;
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
  border: 2px solid rgba(215, 216, 222, 0.5) !important;
  border-radius: 5px !important;
  outline: 3px solid transparent !important;
  transition: border-color 0.2s ease-in-out, outline 0.2s ease-in-out;
  -webkit-appearance: none !important;
}
body .tdb-s-datepicker-control select:focus,
body .tdb-s-datepicker-control input:focus {
  box-shadow: none;
  border-color: #D7D8DE !important;
  outline-color: rgba(215, 216, 222, 0.2) !important;
}
body .tdb-s-datepicker-control select,
body .tdb-s-datepicker-control select:focus,
body .tdb-s-datepicker-control select:hover {
  background: #ffffff url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="6.794" height="9.822" viewBox="0 0 6.794 9.822"><g transform="translate(6.294 0.5) rotate(90)"><path d="M0,6.294a.5.5,0,0,1-.324-.12.5.5,0,0,1-.056-.7L1.816,2.9-.38.325a.5.5,0,0,1,.056-.7.5.5,0,0,1,.7.056l2.473,2.9a.5.5,0,0,1,0,.649L.38,6.118A.5.5,0,0,1,0,6.294Z" transform="translate(6.349 0)" fill="%23444"/><path d="M2.474,6.294a.5.5,0,0,1-.38-.175L-.38,3.221a.5.5,0,0,1,0-.649l2.473-2.9A.5.5,0,0,1,2.8-.38a.5.5,0,0,1,.056.7L.657,2.9l2.2,2.572a.5.5,0,0,1-.38.825Z" transform="translate(0 0)" fill="%23444"/></g></svg>') no-repeat right 8px center !important;
}
body .tdb-s-datepicker-control .numInputWrapper:hover {
  background-color: transparent;
}
body .tdb-s-datepicker-control .numInputWrapper span {
  display: flex;
  justify-content: center;
  right: 8px;
  line-height: 1;
  font-size: 0;
  border: none;
}
body .tdb-s-datepicker-control .numInputWrapper span:hover {
  background-color: transparent;
}
body .tdb-s-datepicker-control .numInputWrapper span:after {
  position: relative;
  top: 0;
  border: none;
}
body .tdb-s-datepicker-control .numInputWrapper .arrowUp {
  align-items: flex-end;
  padding-bottom: 1px;
}
body .tdb-s-datepicker-control .numInputWrapper .arrowUp:after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="6.799" height="3.477" viewBox="0 0 6.799 3.477"><path id="Path_4" data-name="Path 4" d="M2.474,6.294a.5.5,0,0,1-.38-.175L-.38,3.221a.5.5,0,0,1,0-.649l2.473-2.9A.5.5,0,0,1,2.436-.5.5.5,0,0,1,2.8-.38a.5.5,0,0,1,.056.7L.657,2.9l2.2,2.572a.5.5,0,0,1-.38.825Z" transform="translate(6.297 0.5) rotate(90)" fill="%23444"/></svg>');
}
body .tdb-s-datepicker-control .numInputWrapper .arrowDown {
  align-items: flex-start;
  padding-top: 2px;
}
body .tdb-s-datepicker-control .numInputWrapper .arrowDown:after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="6.786" height="3.466" viewBox="0 0 6.786 3.466"><path id="Path_3" data-name="Path 3" d="M0,6.294a.5.5,0,0,1-.324-.12.5.5,0,0,1-.056-.7L1.816,2.9-.38.325a.5.5,0,0,1,.056-.7.5.5,0,0,1,.7.056l2.473,2.9a.5.5,0,0,1,0,.649L.38,6.118A.5.5,0,0,1,0,6.294Z" transform="translate(6.294 0.497) rotate(90)" fill="%23444"/></svg>');
}
body .tdb-s-datepicker-control input,
body .tdb-s-datepicker-control input:focus,
body .tdb-s-datepicker-control input:hover {
  background-color: #fff !important;
}
body .tdb-s-datepicker-control .flatpickr-months,
body .tdb-s-datepicker-control .flatpickr-month {
  color: inherit;
  overflow: visible;
}
body .tdb-s-datepicker-control .flatpickr-months {
  display: flex;
  align-items: stretch;
  margin: 0 -4px 10px;
}
body .tdb-s-datepicker-control .flatpickr-prev-month,
body .tdb-s-datepicker-control .flatpickr-month,
body .tdb-s-datepicker-control .flatpickr-next-month {
  height: auto;
  padding: 0 4px;
}
body .tdb-s-datepicker-control .flatpickr-prev-month,
body .tdb-s-datepicker-control .flatpickr-next-month {
  display: flex;
  align-items: stretch;
  position: relative;
  width: 14.4%;
}
body .tdb-s-datepicker-control .flatpickr-prev-month:before,
body .tdb-s-datepicker-control .flatpickr-next-month:before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 1px;
  border-radius: 5px;
}
body .tdb-s-datepicker-control .flatpickr-prev-month svg,
body .tdb-s-datepicker-control .flatpickr-next-month svg {
  display: none;
}
body .tdb-s-datepicker-control .flatpickr-prev-month:hover:before,
body .tdb-s-datepicker-control .flatpickr-next-month:hover:before {
  background-color: rgba(4, 137, 252, 0.05);
}
body .tdb-s-datepicker-control .flatpickr-current-month {
  display: flex;
  position: relative;
  left: 0;
  padding: 0;
  width: 100%;
  height: auto;
  font-size: inherit;
  font-weight: inherit;
}
body .tdb-s-datepicker-control .flatpickr-current-month select,
body .tdb-s-datepicker-control .flatpickr-current-month .numInputWrapper {
  width: 50%;
}
body .tdb-s-datepicker-control .flatpickr-current-month select {
  margin: 0 4px 0 0;
}
body .tdb-s-datepicker-control .flatpickr-current-month .numInputWrapper {
  margin-left: 4px;
}
body .tdb-s-datepicker-control .flatpickr-current-month .numInputWrapper:hover {
  background-color: transparent;
}
body .tdb-s-datepicker-control .flatpickr-prev-month:before {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10"><path d="M13,15a1,1,0,0,1-.707-.293l-4-4a1,1,0,0,1,0-1.414l4-4a1,1,0,0,1,1.414,1.414L10.414,10l3.293,3.293A1,1,0,0,1,13,15Z" transform="translate(-8 -5)" fill="%23878d93"/></svg>');
}
body .tdb-s-datepicker-control .flatpickr-prev-month:hover:before {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10"><path d="M13,15a1,1,0,0,1-.707-.293l-4-4a1,1,0,0,1,0-1.414l4-4a1,1,0,0,1,1.414,1.414L10.414,10l3.293,3.293A1,1,0,0,1,13,15Z" transform="translate(-8 -5)" fill="%23152BF7"/></svg>');
}
body .tdb-s-datepicker-control .flatpickr-next-month:before {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10"><path d="M13,15a1,1,0,0,1-.707-.293l-4-4a1,1,0,0,1,0-1.414l4-4a1,1,0,0,1,1.414,1.414L10.414,10l3.293,3.293A1,1,0,0,1,13,15Z" transform="translate(14 15) rotate(180)" fill="%23878d93"/></svg>');
}
body .tdb-s-datepicker-control .flatpickr-next-month:hover:before {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10"><path d="M13,15a1,1,0,0,1-.707-.293l-4-4a1,1,0,0,1,0-1.414l4-4a1,1,0,0,1,1.414,1.414L10.414,10l3.293,3.293A1,1,0,0,1,13,15Z" transform="translate(14 15) rotate(180)" fill="%23152BF7"/></svg>');
}
body .tdb-s-datepicker-control .flatpickr-innerContainer,
body .tdb-s-datepicker-control .flatpickr-weekdays {
  overflow: visible;
}
body .tdb-s-datepicker-control .flatpickr-weekdays {
  position: relative;
  margin-bottom: 8px;
  padding-bottom: 1px;
}
body .tdb-s-datepicker-control .flatpickr-weekdays:before {
  content: '';
  position: absolute;
  top: 0;
  left: -14px;
  width: calc(100% + 28px);
  height: 100%;
  background-color: rgba(4, 137, 252, 0.05);
  z-index: -1;
}
body .tdb-s-datepicker-control .flatpickr-weekdaycontainer {
  margin-left: -4px;
  margin-right: -4px;
}
body .tdb-s-datepicker-control .flatpickr-weekday {
  padding: 0 4px;
  font-size: 0;
  font-weight: inherit;
  color: inherit;
}
body .tdb-s-datepicker-control .flatpickr-weekday:before {
  font-size: 11px;
}
body .tdb-s-datepicker-control .flatpickr-weekday:nth-child(1):before {
  content: 'S';
}
body .tdb-s-datepicker-control .flatpickr-weekday:nth-child(2):before {
  content: 'M';
}
body .tdb-s-datepicker-control .flatpickr-weekday:nth-child(3):before {
  content: 'T';
}
body .tdb-s-datepicker-control .flatpickr-weekday:nth-child(4):before {
  content: 'W';
}
body .tdb-s-datepicker-control .flatpickr-weekday:nth-child(5):before {
  content: 'T';
}
body .tdb-s-datepicker-control .flatpickr-weekday:nth-child(6):before {
  content: 'F';
}
body .tdb-s-datepicker-control .flatpickr-weekday:nth-child(7):before {
  content: 'S';
}
body .tdb-s-datepicker-control .flatpickr-days,
body .tdb-s-datepicker-control .dayContainer {
  width: 100%;
}
body .tdb-s-datepicker-control .dayContainer {
  row-gap: 8px;
  width: auto;
  max-width: none;
  min-width: 0;
  margin-left: -4px;
  margin-right: -4px;
}
body .tdb-s-datepicker-control .flatpickr-day {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 29px;
  padding: 0 4px 1px;
  background: transparent !important;
  font-size: inherit;
  line-height: 1;
  font-weight: inherit;
  color: inherit;
  border: none;
  border-radius: 5px;
  transition: color 0.2s ease-in-out;
}
body .tdb-s-datepicker-control .flatpickr-day:before {
  content: '';
  position: absolute;
  top: 0;
  left: 4px;
  width: calc(100% - 8px);
  height: 100%;
  background-color: transparent;
  border-radius: 5px;
  transition: background-color 0.2s ease-in-out;
  z-index: -1;
}
body .tdb-s-datepicker-control .flatpickr-day.prevMonthDay,
body .tdb-s-datepicker-control .flatpickr-day.nextMonthDay {
  opacity: .45;
}
body .tdb-s-datepicker-control .flatpickr-day:not(.selected):not(.today):hover {
  color: #152BF7;
}
body .tdb-s-datepicker-control .flatpickr-day:not(.selected):not(.today):hover:before {
  background-color: rgba(4, 137, 252, 0.05);
}
body .tdb-s-datepicker-control .flatpickr-day.today {
  color: #152BF7;
}
body .tdb-s-datepicker-control .flatpickr-day.today:before {
  background-color: rgba(4, 137, 252, 0.1);
}
body .tdb-s-datepicker-control .flatpickr-day.selected {
  color: #fff;
}
body .tdb-s-datepicker-control .flatpickr-day.selected:before {
  background-color: #0489FC;
}
body .tdb-s-datepicker-control.hasTime .flatpickr-time,
body .tdb-s-datepicker-control.hasTime .numInputWrapper {
  height: auto;
}
body .tdb-s-datepicker-control.hasTime .flatpickr-time {
  align-items: stretch;
  margin: 0 -4px 0;
  line-height: 1;
  overflow: visible;
  border-top-color: #D7D8DE;
}
body .tdb-s-datepicker-control.hasTime .flatpickr-time:first-child {
  border-top: 0;
}
body .tdb-s-datepicker-control.hasTime .flatpickr-innerContainer + .flatpickr-time {
  margin-top: 8px;
  padding-top: 8px;
}
body .tdb-s-datepicker-control.hasTime .numInputWrapper,
body .tdb-s-datepicker-control.hasTime .flatpickr-am-pm {
  padding: 0 4px;
}
body .tdb-s-datepicker-control.hasTime .flatpickr-am-pm {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 29px;
  position: relative;
  background-color: transparent !important;
  color: inherit;
}
body .tdb-s-datepicker-control.hasTime .flatpickr-am-pm:before {
  content: '';
  position: absolute;
  top: 0;
  left: 4px;
  width: calc(100% - 8px);
  height: 100%;
  background-color: transparent;
  transition: background-color 0.2s ease-in-out;
  border-radius: 5px;
  z-index: -1;
}
body .tdb-s-datepicker-control.hasTime .flatpickr-am-pm:hover {
  color: #152BF7;
}
body .tdb-s-datepicker-control.hasTime .flatpickr-am-pm:hover:before {
  background-color: rgba(4, 137, 252, 0.05);
}
.tdb-s-notif {
  position: relative;
  padding: 25px;
  border-radius: 3px;
}
.tdb-s-notif,
.tdb-s-notif *:not(.tdb-s-btn) {
  font-size: 1em;
  line-height: 1.4;
}
.tdb-s-notif b {
  font-weight: 600;
}
.tdb-s-notif-descr:not(:last-child) {
  margin-bottom: 6px;
}
.tdb-s-notif-list {
  list-style-type: none;
  margin: 0;
}
.tdb-s-notif-list:not(:last-child) {
  margin: 0 0 10px;
}
.tdb-s-notif-list li {
  margin-left: 0 !important;
}
.tdb-s-notif-list li:not(:last-child) {
  margin-bottom: 6px;
}
.tdb-s-notif-list li:last-child {
  margin-bottom: 0;
}
.tdb-s-notif-info,
.tdb-s-notif-notice {
  background-color: rgba(89, 98, 107, 0.08);
  color: #59626B;
}
.tdb-s-notif-success {
  background-color: rgba(38, 98, 28, 0.1);
  color: #26621c;
}
.tdb-s-notif-warning {
  background-color: rgba(215, 133, 0, 0.12);
  color: #d78500;
}
.tdb-s-notif-error {
  background-color: rgba(255, 56, 56, 0.12);
  color: #ff3838;
}
.tdb-s-notif-xsm {
  padding: 10px 15px;
}
.tdb-s-notif-xsm,
.tdb-s-notif-xsm *:not(.tdb-s-btn) {
  font-size: .929em;
  line-height: 1.4;
}
.tdb-s-notif-sm {
  padding: 18px;
}
.tdb-s-notif-sm,
.tdb-s-notif-sm *:not(.tdb-s-btn) {
  font-size: .929em;
  line-height: 1.4;
}
.tdb-s-notif-xxsm {
  padding: 5px 10px 6px;
}
.tdb-s-notif-xxsm,
.tdb-s-notif-xxsm *:not(.tdb-s-btn) {
  font-size: .857em;
  line-height: 1.3;
}
.tdb-s-table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}
@media (max-width: 1018px) {
  .tdb-s-table {
    display: block;
  }
}
@media (max-width: 1018px) {
  .tdb-s-table-row {
    display: block;
  }
}
.tdb-s-table-col {
  position: relative;
  padding: 0;
  border: none;
  /* responsive tablet + desktop */
}
@media (min-width: 1019px) {
  .tdb-s-table-col:first-child {
    padding-left: 10px;
  }
  .tdb-s-table-col:not(:last-child):not(.tdb-s-table-col-expand) {
    padding-right: 15px;
  }
  .tdb-s-table-col:last-child {
    padding-right: 10px;
  }
}
@media (max-width: 1018px) {
  .tdb-s-table-col {
    display: flex;
    align-items: baseline;
    width: 100%;
  }
}
.tdb-s-table-col-label {
  min-width: 35%;
  max-width: 35%;
  margin-right: 10px;
  padding-right: 10px;
  color: #555D66;
  /* responsive tablet + desktop */
}
@media (min-width: 1019px) {
  .tdb-s-table-col-label {
    display: none;
  }
}
.tdb-s-table-header {
  font-size: .857em;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  color: #555D66;
  border-bottom: 2px solid #D7D8DE;
}
@media (max-width: 1018px) {
  .tdb-s-table-header {
    display: none;
  }
}
.tdb-s-table-header .tdb-s-table-col {
  padding-bottom: 15px;
}
.tdb-s-table-col-order {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.tdb-s-table-col-order-icons {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 1px;
  margin-left: 10px;
}
.tdb-s-table-col-order-icons svg {
  fill: #555D66;
  line-height: 0;
  opacity: .3;
}
.tdb-s-table-col-order-icons svg:nth-child(1) {
  margin-bottom: 2px;
}
[data-order="ASC"] .tdb-s-table-col-order-icons svg:nth-child(1) {
  opacity: 1;
}
[data-order="ASC"] .tdb-s-table-col-order-icons svg:nth-child(2) {
  opacity: .3;
}
[data-order="DESC"] .tdb-s-table-col-order-icons svg:nth-child(1) {
  opacity: .3;
}
[data-order="DESC"] .tdb-s-table-col-order-icons svg:nth-child(2) {
  opacity: 1;
}
.tdb-s-table-body {
  font-size: .929em;
  line-height: 1;
  font-weight: 600;
  color: #1D2327;
}
@media (max-width: 1018px) {
  .tdb-s-table-body {
    display: block;
  }
}
.tdb-s-table-body .tdb-s-table-row:not(:last-child) {
  border-bottom: 1px solid #EBEBEB;
}
.tdb-s-table-body .tdb-s-table-row.tdb-s-table-row-active,
.tdb-s-table-body .tdb-s-table-row:hover {
  background-color: #F8F8F8;
}
@media (max-width: 1018px) {
  .tdb-s-table-body .tdb-s-table-row {
    padding: 15px 10px;
  }
}
@media (min-width: 1019px) {
  .tdb-s-table-body .tdb-s-table-col {
    padding-top: 12px;
    padding-bottom: 15px;
  }
}
@media (max-width: 1018px) {
  .tdb-s-table-body .tdb-s-table-col {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
.tdb-s-table-options-toggle {
  position: relative;
  top: 1px;
  fill: #878d93;
  transition: fill 0.2s ease-in-out;
  /* responsive portrait tablet */
}
@media (max-width: 1018px) {
  .tdb-s-table-options-toggle {
    display: none;
  }
}
.tdb-s-table-options-list {
  display: flex;
  /* responsive portrait tablet */
}
@media (min-width: 1019px) {
  .tdb-s-table-options-list {
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 6px;
    right: 100%;
    min-width: 130px;
    padding: 8px 10px 9px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease-in-out;
    z-index: 100;
    cursor: default;
  }
}
@media (max-width: 1018px) {
  .tdb-s-table-options-list {
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
@media (min-width: 1019px) {
  .tdb-s-table-col-options {
    padding-left: 10px;
    text-align: center;
    cursor: pointer;
  }
  .tdb-s-table-col-options:hover .tdb-s-table-options-toggle {
    fill: #000;
  }
  .tdb-s-table-col-options:hover .tdb-s-table-options-list {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
@media (max-width: 1018px) {
  .tdb-s-table-col-options {
    padding-top: 17px;
  }
}
.tdb-s-table-col-options .tdb-s-tol-item {
  font-size: .786em;
  line-height: 1.2;
  font-weight: 600;
  color: #555D66;
  cursor: pointer;
}
.tdb-s-table-col-options .tdb-s-tol-item:hover {
  color: #000;
}
@media (min-width: 1019px) {
  .tdb-s-table-col-options .tdb-s-tol-item:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media (max-width: 1018px) {
  .tdb-s-table-col-options .tdb-s-tol-item:not(:last-child) {
    margin-right: 12px;
  }
}
.tdb-s-table-col-options .tdb-s-tol-item-red {
  color: #FF6161;
}
.tdb-s-table-col-options .tdb-s-tol-item-red:hover {
  color: #ff0000;
}
.tdb-s-tol-sep {
  background-color: #EBEBEB;
  width: 100%;
  height: 1px;
  margin-top: 1px;
  margin-bottom: 8px;
  /* responsive portrait phone */
}
@media (max-width: 1018px) {
  .tdb-s-tol-sep {
    display: none;
  }
}
.tdb-s-modal-wrap,
.tdb-s-modal-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.tdb-s-modal-wrap {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  pointer-events: none;
  z-index: 10000;
}
@media (min-width: 783px) {
  .admin-bar .tdb-s-modal-wrap {
    padding-top: 62px;
  }
}
@media (max-width: 782px) {
  .admin-bar .tdb-s-modal-wrap {
    padding-top: 76px;
  }
}
.tdb-s-modal-bg {
  position: absolute;
  background-color: rgba(107, 114, 128, 0.75);
}
.tdb-s-modal {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  min-width: 400px;
  max-width: 650px;
  max-height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.2s ease-in, transform 0.2s ease-in;
  z-index: 1;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdb-s-modal {
    min-width: 0;
  }
}
.tdb-s-modal-header,
.tdb-s-modal-footer {
  display: flex;
  align-items: center;
}
.tdb-s-modal-header {
  padding: 19px 25px 16px;
  border-bottom: 1px solid #EBEBEB;
}
.tdb-s-modal-header .tdb-s-modal-close {
  margin-left: auto;
  fill: #878d93;
  cursor: pointer;
  transition: transform 0.2s ease-in-out, fill 0.2s ease-in-out;
}
.tdb-s-modal-header .tdb-s-modal-close:hover {
  fill: #000;
  transform: rotate(90deg);
}
body h3.tdb-s-modal-title {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 1.286em;
  line-height: 1.2;
  font-weight: 600;
  color: #1D2327;
}
.tdb-s-modal-body {
  padding: 30px 25px;
  overflow: auto;
}
.tdb-s-modal-body .tdb-s-notif:not(:first-child) {
  margin-top: 30px;
}
.tdb-s-modal-txt {
  font-size: 1em;
  line-height: 1.6;
  color: #59626B;
}
.tdb-s-modal-footer {
  justify-content: flex-end;
  padding: 18px 25px;
  border-top: 1px solid #EBEBEB;
}
.tdb-s-modal-footer:empty {
  display: none;
}
.tdb-s-modal-footer .tdb-s-btn:not(:last-of-type) {
  margin-right: 16px;
}
.tdb-s-modal-open {
  pointer-events: auto;
}
.tdb-s-modal-open,
.tdb-s-modal-open .tdb-s-modal-bg {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
.tdb-s-modal-open .tdb-s-modal {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}
.tdb-s-pagination {
  display: flex;
  margin: 22px 0 0;
}
.tdb-s-pagination-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.2em;
  min-height: 2.2em;
  margin: 0;
  padding: 0 8px;
  font-size: 1em;
  line-height: 1;
  font-weight: 600;
  border-radius: 3px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.tdb-s-pagination-item:not(:last-child) {
  margin-right: 8px;
}
.tdb-s-pagination-item:not(.tdb-s-pagination-dots):not(.tdb-s-pagination-active) {
  cursor: pointer;
}
.tdb-s-pagination-item:hover:not(.tdb-s-pagination-dots):not(.tdb-s-pagination-active) {
  background-color: #EBEBEB;
}
.tdb-s-pagination-item:not(.tdb-s-pagination-active) {
  background-color: #f1f1f1;
  color: #1d2327;
}
.tdb-s-pagination-item.tdb-s-pagination-active {
  background-color: #0489FC;
  color: #fff;
}
@-webkit-keyframes tdb-fullspin-anim {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes tdb-fullspin-anim {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.tdb-s-content {
  position: relative;
  min-height: 50px;
  transition: opacity 0.2s ease-in-out;
}
.tdb-s-content:before {
  content: '';
  position: absolute;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
}
.tdb-s-content:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  margin-top: -23px;
  margin-left: -23px;
  width: 40px;
  height: 40px;
  border: 3px solid #888;
  border-left-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: tdb-fullspin-anim 1s infinite ease-out;
  animation: tdb-fullspin-anim 1s infinite ease-out;
  opacity: 0;
  z-index: 101;
  pointer-events: none;
}
.tdb-s-content-loading,
.tdb-s-content-disabled {
  pointer-events: none;
  opacity: 0.3;
}
.tdb-s-content-loading:after {
  opacity: 1;
  pointer-events: auto;
}
.tdb-s-modal-confirm .tdb-s-modal {
  min-width: 500px;
  max-width: 500px;
}
.td-hide-adminbar-settings #wpadminbar li:not(#wp-admin-bar-tdb_template_builder, #wp-admin-bar-tdb_template_load)[id^="wp-admin-bar-tdb_template_"] {
  display: none;
}
/*  ----------------------------------------------------------------------------
    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;
}
/* Elastislide Style */
/* Navigation Arrows */
.elastislide-list {
  list-style-type: none;
  display: none;
}
.no-js .elastislide-list {
  display: block;
}
.elastislide-carousel {
  overflow: hidden;
  position: relative;
}
.elastislide-carousel ul {
  position: relative;
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.elastislide-carousel ul li {
  min-width: 20px;
  margin: 0;
  -webkit-backface-visibility: hidden;
}
.elastislide-carousel ul li a {
  display: inline-block;
  width: 100%;
}
.elastislide-carousel ul li a img {
  display: block;
  border: 2px solid white;
  max-width: 100%;
}
.elastislide-wrapper {
  position: relative;
  background-color: #fff;
  margin: 0 auto;
  min-height: 60px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.elastislide-wrapper nav span {
  position: absolute;
  background: #dddddd url(/wp-content/plugins/td-woo/assets/images/nav.png) no-repeat 4px 3px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  text-indent: -9000px;
  cursor: pointer;
  opacity: 0.8;
}
.elastislide-wrapper nav span:hover {
  opacity: 1.0;
}
.elastislide-wrapper.elastislide-loading {
  background-image: url(/wp-content/plugins/td-woo/assets/images/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.elastislide-horizontal {
  padding: 10px 40px;
}
.elastislide-horizontal ul {
  white-space: nowrap;
}
.elastislide-horizontal ul li {
  height: 100%;
  display: inline-block;
}
.elastislide-horizontal nav span {
  top: 50%;
  left: 10px;
  margin-top: -11px;
}
.elastislide-horizontal nav span.elastislide-next {
  right: 10px;
  left: auto;
  background-position: 4px -17px;
}
.elastislide-vertical {
  padding: 40px 10px;
}
.elastislide-vertical ul li {
  display: block;
}
.elastislide-vertical nav span {
  top: 10px;
  left: 50%;
  margin-left: -11px;
  background-position: -17px 5px;
}
.elastislide-vertical nav span.elastislide-next {
  bottom: 10px;
  top: auto;
  background-position: -17px -18px;
}
.no-click {
  pointer-events: none;
}
.price ins {
  background-color: transparent;
}
.tdw-price-excl-tax {
  display: block;
  opacity: 0.5;
}
/*
  General woocommerce style
*/
.woocommerce {
  font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
  font-size: 15px;
}
.woocommerce td,
.woocommerce th {
  border: none;
  background-color: transparent !important;
}
.woocommerce span.onsale {
  min-height: auto;
  line-height: 1.2;
  font-weight: 600;
  border-radius: 0;
  padding: 4px 8px;
}
.woocommerce ul.products li.product span.onsale {
  margin: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  line-height: 1.2;
}
.woocommerce nav li {
  margin: 0;
  list-style: none;
}
.woocommerce nav ul {
  margin: 0;
}
.woocommerce .woocommerce-customer-details address {
  border-width: 1px;
}
.woocommerce .woocommerce-MyAccount-content h3 {
  font-size: 1.4em;
  font-weight: 600;
  margin: 0;
}
.woocommerce .td-woo-default form .form-row input {
  height: auto;
  line-height: 28px;
}
.woocommerce .td-woo-default .woocommerce-error {
  background-color: rgba(184, 28, 35, 0.1);
  border: 0;
  border-radius: 3px;
  font-size: 0.92em;
  flex-basis: 100%;
}
.woocommerce .td-woo-default .woocommerce-info {
  background-color: rgba(30, 133, 190, 0.1);
  border: 0;
  border-radius: 3px;
  font-size: 0.92em;
  flex-basis: 100%;
}
.woocommerce .td-woo-default .woocommerce-message {
  background-color: rgba(143, 174, 27, 0.1);
  border: 0;
  border-radius: 3px;
  font-size: 0.92em;
  flex-basis: 100%;
}
/*
  My account page
*/
.woocommerce-MyAccount-navigation a,
.woocommerce-MyAccount-content a {
  color: #000;
}
.woocommerce-MyAccount-navigation .is-active a,
.woocommerce-MyAccount-content .is-active a {
  color: #000;
  text-decoration: underline;
}
.woocommerce-MyAccount-navigation {
  float: left;
  width: 30%;
  background-color: #fbfbfb;
  padding: 25px;
  margin-left: -25px;
}
@media (max-width: 767px) {
  .woocommerce-MyAccount-navigation {
    margin-right: -25px;
    width: auto;
    margin-bottom: 25px;
  }
}
.woocommerce-MyAccount-navigation ul li {
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .woocommerce-MyAccount-navigation ul li {
    display: inline-block;
    margin: 0 25px 0 0;
  }
}
.woocommerce-MyAccount-navigation ul li:last-child {
  margin-bottom: 0;
}
.woocommerce-MyAccount-content {
  float: right;
  width: 68%;
}
@media only screen and (max-width: 768px) {
  .woocommerce-MyAccount-content {
    width: 100%;
  }
}
.woocommerce-MyAccount-content a {
  text-decoration: underline;
}
.woocommerce-MyAccount-content .button {
  text-decoration: none;
}
/*
  Cart page
*/
.td-woo-default table {
  font-size: 0.934em;
}
@media (max-width: 767px) {
  .td-woo-default table {
    font-size: 0.867em;
  }
}
.td-woo-default .product-price,
.td-woo-default .product-quantity,
.td-woo-default .product-subtotal {
  text-align: right;
}
.td-woo-default table.shop_table button {
  line-height: 1.2;
  padding-left: 1.4em !important;
  padding-right: 1.4em !important;
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  .td-woo-default table.shop_table button {
    line-height: 1.5;
  }
}
.td-woo-default td.product-name a {
  font-weight: 600;
}
.td-woo-default .td-cart-actions {
  background-color: #fbfbfb;
}
@media (max-width: 767px) {
  .td-woo-default .td-cart-actions {
    background-color: transparent;
  }
}
.td-woo-default table tr .product-thumbnail {
  width: 100px;
  min-width: auto;
  padding-left: 0;
}
.td-woo-default table tr .product-thumbnail a img {
  width: 100%;
  margin-bottom: 0;
  display: block;
}
.td-woo-default table.shop_table {
  border: none;
}
@media (max-width: 767px) {
  .td-woo-default table.shop_table {
    margin-bottom: 0;
  }
}
.td-woo-default table.shop_table th {
  font-size: 0.9em;
  font-weight: 600;
}
.td-woo-default table.shop_table td.actions .coupon {
  display: flex;
}
@media (max-width: 767px) {
  .td-woo-default table.shop_table td.actions .coupon {
    padding-bottom: 10px;
  }
}
.td-woo-default table.shop_table td.actions .coupon .input-text {
  width: 200px;
  margin-right: 10px;
  padding: .618em 1em;
  font-size: 0.85em;
  line-height: 1.2;
  border: 0;
  box-shadow: inset 0 0 0 1px #dcdcdc;
  -webkit-appearance: none;
}
@media (max-width: 767px) {
  .td-woo-default table.shop_table td.actions .coupon .input-text {
    width: 50%;
  }
}
.td-woo-default table.cart a.remove {
  background-color: #fff;
  color: #000 !important;
  font-size: 16px;
  padding: 4px;
  box-sizing: content-box;
}
.td-woo-default table.cart a.remove:hover {
  color: #fff !important;
  background-color: red;
}
.td-woo-default table.cart td {
  border: none;
}
@media (max-width: 767px) {
  .td-woo-default table.cart tr {
    min-height: 100px;
    margin: 0 0 10px;
    padding: 0 0 10px;
    position: relative;
    box-sizing: content-box;
    border-bottom: 1px solid #ebe9eb;
  }
  .td-woo-default table.cart tr:last-child {
    border: none;
  }
  .td-woo-default table.cart td {
    padding: 5px 0 0 0;
    border: none;
  }
  .td-woo-default table.cart td:before {
    display: none;
    float: none !important;
  }
  .td-woo-default table.cart .product-remove {
    position: absolute;
    left: 5px;
    top: 5px;
    padding: 0;
  }
  .td-woo-default table.cart td.product-thumbnail {
    display: block;
    float: left;
    width: 100px;
    padding: 0;
  }
  .td-woo-default table.cart td.product-name {
    font-weight: 700;
    text-align: left !important;
    line-height: 1.3;
    padding-left: 115px;
  }
  .td-woo-default table.cart td.product-price {
    float: left;
    padding: 8px 0 0 15px;
  }
  .td-woo-default table.cart td.product-subtotal {
    padding: 14px 0 0 115px;
  }
  .td-woo-default table.cart td.product-subtotal:before {
    display: inline-block;
  }
}
.td-woo-default a {
  color: #000;
}
.td-woo-default a:hover {
  text-decoration: none;
}
.td-woo-default .cart-collaterals table {
  border: none;
}
.td-woo-default .cart-collaterals .cart_totals {
  background-color: #fbfbfb;
  padding: 20px 20px 0 20px;
}
@media (max-width: 767px) {
  .td-woo-default .cart-collaterals .cart_totals {
    margin: 0 -20px;
    width: auto;
  }
}
.td-woo-default .cart-collaterals .cart_totals table td {
  text-align: right;
  padding-right: 0;
  padding-left: 0;
  vertical-align: baseline;
}
.td-woo-default .cart-collaterals .cart_totals table th {
  padding-left: 0;
  vertical-align: baseline;
}
.td-woo-default .cart-collaterals .cart_totals h2 {
  font-size: 1.4em;
  text-align: right;
  font-weight: 600;
  margin: 0;
}
.td-woo-default .cart-collaterals .cart_totals a.checkout-button {
  font-size: 1em;
  background-color: #17c57a;
  border: 1px solid transparent;
}
.td-woo-default .cart-collaterals .cart_totals a.checkout-button:hover {
  background-color: #0fa062;
}
.td-woo-default .cross-sells > h2 {
  font-size: 1.4em;
  font-weight: 600;
}
@media (min-width: 1140px) {
  .td-woo-default {
    display: flex;
    flex-wrap: wrap;
  }
  .td-woo-default .woocommerce-notices-wrapper {
    flex-basis: 100%;
  }
  .td-woo-default .woocommerce-cart-form {
    flex: 1;
  }
  .td-woo-default .cross-sells {
    flex-basis: 100%;
  }
  .td-woo-default .cart-collaterals {
    flex-basis: 350px;
    margin-left: 30px;
  }
  .td-woo-default .cart-collaterals .cart_totals {
    width: 100%;
  }
}
/*
  Checkout page
*/
.td-woo-default .woocommerce-checkout {
  display: flex;
  font-size: 0.934em;
  flex-flow: wrap;
  width: 100%;
}
@media (max-width: 767px) {
  .td-woo-default .woocommerce-checkout {
    flex-direction: column;
  }
}
.td-woo-default .woocommerce-checkout table,
.td-woo-default .woocommerce-checkout table th {
  text-align: right;
  font-size: 1em;
  vertical-align: top;
}
@media (max-width: 767px) {
  .td-woo-default .woocommerce-checkout table tr,
  .td-woo-default .woocommerce-checkout table td,
  .td-woo-default .woocommerce-checkout table th {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .td-woo-default .woocommerce-checkout table th {
    text-align: left;
  }
}
.td-woo-default .woocommerce-checkout td.product-name {
  font-size: 0.92em;
}
.td-woo-default .woocommerce-checkout .woocommerce-checkout-payment button.button {
  background-color: #17c57a;
  padding: 1em 2em;
  border: 1px solid transparent;
}
.td-woo-default .woocommerce-checkout .woocommerce-checkout-payment button.button:hover {
  background-color: #0fa062;
}
.td-woo-default .woocommerce-checkout .woocommerce-NoticeGroup {
  flex-basis: 100%;
}
.td-woo-default .woocommerce-checkout .product-name {
  text-align: left;
}
.td-woo-default .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  font-size: .92em;
}
.td-woo-default .woocommerce-checkout #payment {
  background-color: transparent;
}
.td-woo-default .woocommerce-checkout #payment div.payment_box {
  background-color: transparent;
  border: 1px solid #ccc;
}
.td-woo-default .woocommerce-checkout #payment div.payment_box:before {
  top: auto;
  bottom: 100%;
}
.td-woo-default .woocommerce-checkout #payment ul.payment_methods,
.td-woo-default .woocommerce-checkout #payment div.form-row {
  padding: 1em 0;
}
.td-woo-default .woocommerce-checkout #payment input:checked + label {
  font-weight: bold;
}
.td-woo-default .td-woo-billing {
  flex: 1;
  background-color: #fbfbfb;
  padding: 0 30px 30px;
  margin-right: 40px;
  margin-left: -30px;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-woo-default .td-woo-billing {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .td-woo-default .td-woo-billing {
    margin: 0 -20px 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.td-woo-default .td-woo-billing input {
  border-radius: 0;
}
.td-woo-default .td-woo-billing input:not([type=checkbox]):not([type=radio]) {
  -webkit-appearance: none;
}
.td-woo-default .td-woo-review {
  flex: 0 0 40%;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-woo-default .td-woo-review {
    flex-basis: 48%;
  }
}
.td-woo-default h3 {
  font-size: 1.4em;
  font-weight: 600;
}
.td-woo-default .td-woo-coupon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fbfbfb;
  margin: 0 0 20px;
  padding: 12px 20px;
}
.td-woo-default .td-woo-coupon-wrap .form-row-first {
  flex: 1;
  margin-bottom: 0;
}
.td-woo-default .td-woo-coupon-wrap .form-row-last {
  flex: 0;
  margin-bottom: 0;
}
.td-woo-default .td-woo-coupon-wrap button {
  line-height: 1.2;
  padding-left: 1.4em !important;
  padding-right: 1.4em !important;
  border: 1px solid transparent;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .td-woo-default .td-woo-coupon-wrap button {
    line-height: 1.5;
  }
}
.td-woo-default .td-woo-coupon-wrap svg {
  margin-right: 18px;
  width: 24px;
}
.td-woo-default .td-woo-coupon-wrap p {
  margin: 0;
}
.td-woo-default .td-woo-coupon-wrap a {
  margin-left: 10px;
  text-decoration: underline;
}
.td-woo-default .select2-selection {
  height: auto;
  padding: 3px 0;
  border-radius: 0;
  border-color: #e1e1e1;
}
#customer_login h2 {
  font-size: 1.4em;
  font-weight: 600;
  margin: 0;
}
#customer_login form {
  margin-top: 10px;
  border-radius: 0;
  border-color: rgba(0, 0, 0, 0.1);
}
[class*="tdw-swatches"] {
  --tdw-swatch-size: 25px;
  --tdw-swatch-w: 1em;
  --tdw-swatch-h: 1em;
  --tdw-swatch-text-size: 14px;
  --tdw-swatch-h-sp: 15px;
  --tdw-swatch-v-sp: 10px;
  --tdw-swatch-inn-sp: 2px;
  --tdw-swatch-brd-color: rgba(0, 0, 0, 0.075);
}
.td_woo_product_linked_variations .tdw-block-inner {
  display: flex;
}
table.variations tr {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
table.variations tr th.label {
  padding: 0 10px 0 0;
}
.tdw-swatch {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--tdw-swatch-w);
  height: var(--tdw-swatch-h);
  color: #242424;
  vertical-align: middle;
  text-align: center;
  font-weight: 600;
  font-size: var(--tdw-swatch-size);
  line-height: 1;
  cursor: pointer;
  transition: all .25s ease;
}
.tdw-swatch :is( img, picture ) {
  display: block;
  max-height: 100%;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  object-fit: cover;
}
.tdw-swatch.tdw-bg .tdw-swatch-text {
  display: none;
}
.tdw-swatch.tdw-text {
  min-width: 1em;
  min-height: 1em;
  width: auto;
  height: auto;
}
.tdw-swatch.tdw-text .tdw-swatch-text {
  padding: 0 8px;
  font-size: var(--tdw-swatch-text-size);
}
.tdw-swatch.tdw-linked {
  cursor: pointer !important;
}
.tdw-swatch-bg {
  display: inherit;
  align-items: inherit;
  justify-content: inherit;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.tdw-swatches-product {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  vertical-align: middle;
  gap: 8px;
}
.tdw-swatches-product + select {
  display: none;
}
[class*="tdw-swatches"].tdw-lv-size-xs {
  --tdw-swatch-size: 20px;
  --tdw-swatch-text-size: 14px;
}
[class*="tdw-swatches"].tdw-lv-size-m {
  --tdw-swatch-size: 35px;
}
[class*="tdw-swatches"].tdw-lv-size-large {
  --tdw-swatch-size: 45px;
  --tdw-swatch-text-size: 18px;
}
[class*="tdw-swatches"].tdw-lv-size-xlarge {
  --tdw-swatch-size: 70px;
  --tdw-swatch-text-size: 24px;
}
[class*="tdw-swatches"].tdw-lv-size-xxl {
  --tdw-swatch-size: 90px;
  --tdw-swatch-text-size: 32px;
}
[class*="tdw-swatches"].tdw-lv-shape-round .tdw-swatch {
  border-radius: 1em;
}
[class*="tdw-swatches"].tdw-lv-shape-rounded .tdw-swatch {
  border-radius: 5px;
}
[class*="tdw-swatches"].tdw-lv-bg-style-1 .tdw-swatch.tdw-bg:after {
  bottom: -5px;
}
[class*="tdw-swatches"].tdw-lv-text-style-1 .tdw-swatch.tdw-text {
  min-width: 25px;
  min-height: 20px;
}
[class*="tdw-swatches"].tdw-lv-text-style-1 .tdw-swatch.tdw-text:after {
  bottom: -4px;
}
[class*="tdw-swatches"].tdw-lv-text-style-1 .tdw-swatch.tdw-text .tdw-swatch-text {
  padding: 0;
}
[class*="tdw-swatches"].tdw-lv-bg-style-1 .tdw-swatch.tdw-bg:after,
[class*="tdw-swatches"].tdw-lv-text-style-1 .tdw-swatch.tdw-text:after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  width: 100%;
  border-bottom: 2px solid #242424;
  opacity: 0;
  transition: inherit;
}
[class*="tdw-swatches"].tdw-lv-bg-style-1 .tdw-swatch.tdw-bg:is( .tdw-active ):after,
[class*="tdw-swatches"].tdw-lv-bg-style-1 .tdw-swatch.tdw-bg:is( :hover:not(.tdw-disabled)):after,
[class*="tdw-swatches"].tdw-lv-bg-style-1 :is( .tdw-swatch-wrap a:hover ) .tdw-swatch.tdw-bg:after,
[class*="tdw-swatches"].tdw-lv-bg-style-1 :is( .tdw-swatch-wrap.tdw-active ) .tdw-swatch.tdw-bg:after,
[class*="tdw-swatches"].tdw-lv-text-style-1 .tdw-swatch.tdw-text:is( .tdw-active ):after,
[class*="tdw-swatches"].tdw-lv-text-style-1 .tdw-swatch.tdw-text:is( :hover:not(.tdw-disabled)):after,
[class*="tdw-swatches"].tdw-lv-text-style-1 :is( .tdw-swatch-wrap a:hover ) .tdw-swatch.tdw-text:after,
[class*="tdw-swatches"].tdw-lv-text-style-1 :is( .tdw-swatch-wrap.tdw-active ) .tdw-swatch.tdw-text:after {
  opacity: 1;
}
[class*="tdw-swatches"].tdw-lv-dis-style-1 .tdw-swatch.tdw-disabled {
  opacity: .4;
  cursor: default !important;
}
.td_woo_product_linked_variations .tdw-lv-bg-style-1 .tdw-swatch.tdw-bg.tdw-active,
.td_woo_product_linked_variations .tdw-lv-bg-style-3 .tdw-swatch.tdw-bg.tdw-active {
  border: 1px solid var(--tdw-swatch-brd-color);
}
.td_woo_product_linked_variations .tdw-lv-bg-style-1 .tdw-swatch.tdw-bg:after {
  bottom: -5px;
}
.td_woo_product_linked_variations .tdw-lv-text-style-1 .tdw-swatch.tdw-text {
  min-width: 25px;
  min-height: 20px;
}
.td_woo_product_linked_variations .tdw-lv-text-style-1 .tdw-swatch.tdw-text:after {
  bottom: -3px;
}
.td_woo_product_linked_variations .tdw-lv-text-style-1 .tdw-swatch.tdw-text .tdw-swatch-text {
  padding: 0;
}
[class*="tdw-swatches"].tdw-lv-bg-style-2 .tdw-swatch.tdw-bg {
  padding: var(--tdw-swatch-inn-sp);
}
[class*="tdw-swatches"].tdw-lv-bg-style-2 .tdw-swatch-bg:before {
  border: none !important;
}
[class*="tdw-swatches"].tdw-lv-text-style-2 .tdw-swatch.tdw-text .tdw-swatch-text {
  font-size: 14px;
}
[class*="tdw-swatches"].tdw-lv-bg-style-2 .tdw-swatch.tdw-bg,
[class*="tdw-swatches"].tdw-lv-text-style-2 .tdw-swatch.tdw-text {
  box-shadow: 0 0 0 1px var(--tdw-swatch-brd-color) inset;
}
[class*="tdw-swatches"].tdw-lv-bg-style-2 .tdw-swatch.tdw-bg:is( .tdw-active ),
[class*="tdw-swatches"].tdw-lv-bg-style-2 .tdw-swatch.tdw-bg:is( :hover:not(.tdw-disabled)),
[class*="tdw-swatches"].tdw-lv-bg-style-2 :is( .tdw-swatch-wrap a:hover ) .tdw-swatch.tdw-bg,
[class*="tdw-swatches"].tdw-lv-bg-style-2 :is( .tdw-swatch-wrap.tdw-active ) .tdw-swatch.tdw-bg,
[class*="tdw-swatches"].tdw-lv-text-style-2 .tdw-swatch.tdw-text:is( .tdw-active ),
[class*="tdw-swatches"].tdw-lv-text-style-2 .tdw-swatch.tdw-text:is( :hover:not(.tdw-disabled)),
[class*="tdw-swatches"].tdw-lv-text-style-2 :is( .tdw-swatch-wrap a:hover ) .tdw-swatch.tdw-text,
[class*="tdw-swatches"].tdw-lv-text-style-2 :is( .tdw-swatch-wrap.tdw-active ) .tdw-swatch.tdw-text {
  --tdw-swatch-brd-color: #222;
}
[class*="tdw-swatches"].tdw-lv-bg-style-2 .tdw-swatch.tdw-bg.tdw-active,
[class*="tdw-swatches"].tdw-lv-bg-style-2 .tdw-swatch-wrap.tdw-active .tdw-swatch.tdw-bg,
[class*="tdw-swatches"].tdw-lv-text-style-2 .tdw-swatch.tdw-text.tdw-active,
[class*="tdw-swatches"].tdw-lv-text-style-2 .tdw-swatch-wrap.tdw-active .tdw-swatch.tdw-text {
  --tdw-swatch-brd-color: #222;
  box-shadow: 0 0 0 1px #222 inset;
}
[class*="tdw-swatches"].tdw-lv-dis-style-2 .tdw-swatch:before {
  content: "";
  position: absolute;
  top: var(--tdw-swatch-inn-sp);
  right: var(--tdw-swatch-inn-sp);
  bottom: var(--tdw-swatch-inn-sp);
  left: var(--tdw-swatch-inn-sp);
  border-radius: inherit;
  background-image: linear-gradient(to top right, transparent calc(49%), #cf000f 50%, transparent calc(51%)), linear-gradient(to top left, transparent calc(49%), #cf000f 50%, transparent calc(51%));
  opacity: 0;
  transition: opacity .2s ease;
  z-index: 2;
}
[class*="tdw-swatches"].tdw-lv-dis-style-2 .tdw-swatch.tdw-disabled {
  opacity: .7;
  cursor: default;
}
[class*="tdw-swatches"].tdw-lv-dis-style-2 .tdw-swatch.tdw-disabled:before {
  opacity: 1;
}
.td_woo_product_linked_variations .tdw-lv-bg-style-2 .tdw-swatch.tdw-bg {
  padding: 4px;
}
.td_woo_product_linked_variations .tdw-lv-bg-style-2 .tdw-swatch-bg:before {
  border: none !important;
}
.td_woo_product_linked_variations .tdw-lv-text-style-2 .tdw-swatch.tdw-text .tdw-swatch-text {
  font-size: 14px;
}
.td_woo_product_linked_variations .tdw-lv-bg-style-2 .tdw-swatch.tdw-bg,
.td_woo_product_linked_variations .tdw-lv-text-style-2 .tdw-swatch.tdw-text {
  box-shadow: 0 0 0 1px #242424 inset;
}
.td_woo_product_linked_variations .tdw-lv-dis-style-2 .tdw-swatch:before {
  content: '';
  position: absolute;
  top: .001px;
  right: .001px;
  bottom: .001px;
  left: .001px;
  border-radius: inherit;
  background-image: linear-gradient(to top right, transparent calc(49%), #cf000f 50%, transparent calc(51%)), linear-gradient(to top left, transparent calc(49%), #cf000f 50%, transparent calc(51%));
  opacity: 0;
  transition: opacity .2s ease;
  z-index: 2;
}
.td_woo_product_linked_variations .tdw-lv-dis-style-2 .tdw-swatch.tdw-disabled {
  opacity: .7;
  cursor: default;
}
.td_woo_product_linked_variations .tdw-lv-dis-style-2 .tdw-swatch.tdw-disabled:before {
  opacity: 1;
}
[class*="tdw-swatches"].tdw-lv-bg-style-3 .tdw-swatch.tdw-bg {
  padding: var(--tdw-swatch-inn-sp);
}
[class*="tdw-swatches"].tdw-lv-bg-style-3 .tdw-swatch-bg:before {
  border: none !important;
}
[class*="tdw-swatches"].tdw-lv-bg-style-3 .tdw-swatch.tdw-bg,
[class*="tdw-swatches"].tdw-lv-text-style-3 .tdw-swatch.tdw-text {
  border: 1px solid var(--tdw-swatch-brd-color);
}
[class*="tdw-swatches"].tdw-lv-bg-style-3 .tdw-swatch.tdw-bg:is( .tdw-active ),
[class*="tdw-swatches"].tdw-lv-bg-style-3 .tdw-swatch.tdw-bg:is( :hover:not(.tdw-disabled)),
[class*="tdw-swatches"].tdw-lv-bg-style-3 :is( .tdw-swatch-wrap a:hover ) .tdw-swatch.tdw-bg,
[class*="tdw-swatches"].tdw-lv-bg-style-3 :is( .tdw-swatch-wrap.tdw-active ) .tdw-swatch.tdw-bg,
[class*="tdw-swatches"].tdw-lv-text-style-3 .tdw-swatch.tdw-text:is( .tdw-active ),
[class*="tdw-swatches"].tdw-lv-text-style-3 .tdw-swatch.tdw-text:is( :hover:not(.tdw-disabled)),
[class*="tdw-swatches"].tdw-lv-text-style-3 :is( .tdw-swatch-wrap a:hover ) .tdw-swatch.tdw-text,
[class*="tdw-swatches"].tdw-lv-text-style-3 :is( .tdw-swatch-wrap.tdw-active ) .tdw-swatch.tdw-text {
  --tdw-swatch-brd-color: #666;
}
[class*="tdw-swatches"].tdw-lv-dis-style-3 .tdw-swatch:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  background-image: linear-gradient(to top left, transparent calc(49%), var(--tdw-swatch-brd-color) 50%, transparent calc(51%));
  opacity: 0;
  transition: opacity .2s ease;
  z-index: 2;
}
[class*="tdw-swatches"].tdw-lv-dis-style-3 .tdw-swatch.tdw-disabled {
  opacity: .4;
  cursor: default;
  --tdw-swatch-brd-color: #666;
}
[class*="tdw-swatches"].tdw-lv-dis-style-3 .tdw-swatch.tdw-disabled:before {
  opacity: 1;
}
.td_woo_product_linked_variations .tdw-lv-bg-style-3 .tdw-swatch.tdw-bg {
  padding: 2px;
}
.td_woo_product_linked_variations .tdw-lv-bg-style-3 .tdw-swatch-bg:before {
  border: none !important;
}
.td_woo_product_linked_variations .tdw-lv-text-style-3 .tdw-swatch.tdw-text .tdw-swatch-text {
  font-size: 14px;
}
.td_woo_product_linked_variations .tdw-lv-dis-style-3 .tdw-swatch:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  background-image: linear-gradient(to top left, transparent calc(49%), rgba(0, 0, 0, 0.2) 50%, transparent calc(51%));
  opacity: 0;
  transition: opacity .2s ease;
  z-index: 2;
}
.td_woo_product_linked_variations .tdw-lv-dis-style-3 .tdw-swatch.tdw-disabled {
  opacity: .4;
  cursor: default;
}
.td_woo_product_linked_variations .tdw-lv-dis-style-3 .tdw-swatch.tdw-disabled:before {
  opacity: 1;
}
[class*="tdw-swatches"].tdw-lv-bg-style-4 .tdw-swatch.tdw-bg {
  overflow: hidden;
}
[class*="tdw-swatches"].tdw-lv-bg-style-4 .tdw-swatch.tdw-bg:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
  color: #FFF;
  font-weight: 400;
  font-size: 15px;
  opacity: 0;
  transition: inherit;
  border-radius: inherit;
  content: "\f107";
  font-family: 'FontAwesome';
}
[class*="tdw-swatches"].tdw-lv-bg-style-4 .tdw-swatch.tdw-bg:is( .tdw-active ):after,
[class*="tdw-swatches"].tdw-lv-bg-style-4 .tdw-swatch.tdw-bg:is( :hover:not(.tdw-disabled)):after,
[class*="tdw-swatches"].tdw-lv-bg-style-4 :is( .tdw-swatch-wrap a:hover ) .tdw-swatch.tdw-bg:after,
[class*="tdw-swatches"].tdw-lv-bg-style-4 :is( .tdw-swatch-wrap.tdw-active ) .tdw-swatch.tdw-bg:after {
  opacity: 1;
}
[class*="tdw-swatches"].tdw-lv-text-style-4 .tdw-swatch.tdw-text {
  border: 1px solid var(--tdw-swatch-brd-color);
}
[class*="tdw-swatches"].tdw-lv-text-style-4 .tdw-swatch.tdw-text:is( .tdw-active ),
[class*="tdw-swatches"].tdw-lv-text-style-4 .tdw-swatch.tdw-text:is( :hover:not(.tdw-disabled)),
[class*="tdw-swatches"].tdw-lv-text-style-4 :is( .tdw-swatch-wrap a:hover ) .tdw-swatch.tdw-text,
[class*="tdw-swatches"].tdw-lv-text-style-4 :is( .tdw-swatch-wrap.tdw-active ) .tdw-swatch.tdw-text {
  border-color: #242424;
  background-color: #242424;
  color: #fff;
}
.td_woo_product_linked_variations .tdw-lv-bg-style-4 .tdw-swatch.tdw-bg {
  overflow: hidden;
}
.td_woo_product_linked_variations .tdw-lv-bg-style-4 .tdw-swatch.tdw-bg:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  opacity: 0;
  transition: inherit;
  border-radius: inherit;
  font-family: 'FontAwesome';
  content: '\\f107';
}
.td_woo_product_linked_variations .tdw-lv-text-style-4 .tdw-swatch.tdw-text {
  border: 1px solid var(--tdw-swatch-brd-color);
}
.td_woo_product_linked_variations .tdw-lv-text-style-4 .tdw-swatch.tdw-text .tdw-swatch-text {
  font-size: 12px;
}
/*! This file is auto-generated */
@font-face{ font-display:swap;font-family:dashicons;src:url("/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800");src:url("/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix") format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),url("/wp-includes/fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800") format("truetype");font-weight:400;font-style:normal }.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}#TB_overlay {
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100050; /* Above DFW. */
}

#TB_window {
	position: fixed;
	background-color: #fff;
	z-index: 100050; /* Above DFW. */
	visibility: hidden;
	text-align: left;
	top: 50%;
	left: 50%;
	-webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
	box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
}

#TB_window img#TB_Image {
	display: block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height: 25px;
	padding: 7px 30px 10px 25px;
	float: left;
}

#TB_closeWindow {
	height: 25px;
	padding: 11px 25px 10px 0;
	float: right;
}

#TB_closeWindowButton {
	position: absolute;
	left: auto;
	right: 0;
	width: 29px;
	height: 29px;
	border: 0;
	padding: 0;
	background: none;
	cursor: pointer;
	outline: none;
	-webkit-transition: color .1s ease-in-out, background .1s ease-in-out;
	transition: color .1s ease-in-out, background .1s ease-in-out;
}

#TB_ajaxWindowTitle {
	float: left;
	font-weight: 600;
	line-height: 29px;
	overflow: hidden;
	padding: 0 29px 0 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: calc( 100% - 39px );
}

#TB_title {
	background: #fcfcfc;
	border-bottom: 1px solid #ddd;
	height: 29px;
}

#TB_ajaxContent {
	clear: both;
	padding: 2px 15px 15px 15px;
	overflow: auto;
	text-align: left;
	line-height: 1.4em;
}

#TB_ajaxContent.TB_modal {
	padding: 15px;
}

#TB_ajaxContent p {
	padding: 5px 0px 5px 0px;
}

#TB_load {
	position: fixed;
	display: none;
	z-index: 100050;
	top: 50%;
	left: 50%;
	background-color: #E8E8E8;
	border: 1px solid #555;
	margin: -45px 0 0 -125px;
	padding: 40px 15px 15px;
}

#TB_HideSelect {
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	border: none;
	filter: alpha(opacity=0);
	opacity: 0;
	height: 100%;
	width: 100%;
}

#TB_iframeContent {
	clear: both;
	border: none;
}

.tb-close-icon {
	display: block;
	color: #666;
	text-align: center;
	line-height: 29px;
	width: 29px;
	height: 29px;
	position: absolute;
	top: 0;
	right: 0;
}

.tb-close-icon:before {
	content: "\f158";
	content: "\f158" / '';
	font: normal 20px/29px dashicons;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#TB_closeWindowButton:hover .tb-close-icon,
#TB_closeWindowButton:focus .tb-close-icon {
	color: #006799;
}

#TB_closeWindowButton:focus .tb-close-icon {
	-webkit-box-shadow:
		0 0 0 1px #5b9dd9,
		0 0 2px 1px rgba(30, 140, 190, .8);
	box-shadow:
		0 0 0 1px #5b9dd9,
		0 0 2px 1px rgba(30, 140, 190, .8);
}
