:root {
    --theme_color: #ec704d;
    --grid_border_color: #ededed;
    --black: #222;
    --text_color: #111;
    --default_google_font_1: 'Open Sans', 'Open Sans Regular', sans-serif;
    --default_google_font_2: 'Roboto', sans-serif;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

.main-content-wrap {
    background-color: #fff;
}

.tdc-row {
    width: 1068px;
    margin-right: auto;
    margin-left: auto;
}

.container {
    width: 100%;
    max-width: 1140px;
}

.container:before,
.tdc-row:before,
.container:after,
.tdc-row:after {
    display: table;
    content: '';
    line-height: 0;
}

.container:after,
.tdc-row:after {
    clear: both;
}

.pb-row {
    position: relative;
}

.pb-row:before,
.pb-row:after {
    display: table;
    content: '';
}

.pb-row:after {
    clear: both;
}

.pb-row [class*="pb-span"] {
    display: block;
    min-height: 1px;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .pb-row [class*="pb-span"] {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .pb-row [class*="pb-span"] {
        padding-right: 14px;
        padding-left: 14px;
    }
}

@media (max-width: 767px) {
    .pb-row [class*="pb-span"] {
        padding-right: 0;
        padding-left: 0;
        float: none;
        width: 100%;
    }
}

.vc_row-no-padding.pb-row [class*="pb-span"] {
    padding-left: 0;
    padding-right: 0;
}

.pb-span4 {
    width: 33.33333333%;
}

.pb-span8 {
    width: 66.66666667%;
}

.pb-span12 {
    width: 100%;
}

.block-row:before,
.block-row:after {
    display: table;
    content: '';
}

.block-row:after {
    clear: both;
}

.block-row [class*="block-span"] {
    display: block;
    min-height: 1px;
    float: left;
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .block-row [class*="block-span"] {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .block-row [class*="block-span"] {
        padding-right: 14px;
        padding-left: 14px;
    }
}

@media (max-width: 767px) {
    .block-row [class*="block-span"] {
        padding-right: 0;
        padding-left: 0;
        float: none;
        width: 100%;
    }
}

.block-span4 {
    width: 33.33333333%;
}

.block-span6 {
    width: 50%;
    padding-right: 10px;
    padding-bottom: 10px;
}

.block-span12 {
    width: 100%;
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .container,
    .tdc-row {
        width: 980px;
    }

    .pb-row,
    .block-row {
        margin-right: -20px;
        margin-left: -20px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .container,
    .tdc-row {
        width: 740px;
    }

    .pb-row,
    .block-row {
        margin-right: -14px;
        margin-left: -14px;
    }
}

@media (max-width: 767px) {
    .container,
    .tdc-row {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .pb-row,
    .block-row {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

.header-wrap {
    position: relative;
    z-index: 2000;
}

.header-row {
    *zoom: 1;
    font-family: var(--default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
}

.header-row:before,
.header-row:after {
    display: table;
    content: '';
}

.header-row:after {
    clear: both;
}

.header-row [class*="header-sp"] {
    display: block;
    min-height: 1px;
    float: left;
    padding-right: 24px;
    padding-left: 24px;
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .header-row [class*="header-sp"] {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .header-row [class*="header-sp"] {
        padding-right: 14px;
        padding-left: 14px;
    }
}

@media (max-width: 767px) {
    .header-row [class*="header-sp"] {
        padding-right: 0;
        padding-left: 0;
        float: none;
        width: 100%;
    }
}

@media (max-width: 767px) {
    #search-pc-btn {
        display: none;
    }
}

#search-mob-open {
    display: none;
}

@media (max-width: 767px) {
    #search-mob-open {
        display: block;
    }
}

@media (min-width: 768px) {
    .drop-down-search .search-form {
        margin: 20px;
    }
}

.header-wrap .drop-down-search {
    position: absolute;
    top: 100%;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transform: translate3d(0, 20px, 0);
    -webkit-transform: translate3d(0, 20px, 0);
    background-color: #fff;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border-top: 0;
    width: 342px;
    pointer-events: none;
}

.header-wrap .drop-down-search.search-pc-open {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    pointer-events: auto;
}

.header-wrap .drop-down-search .btn {
    position: absolute;
    height: 32px;
    min-width: 67px;
    line-height: 17px;
    padding: 7px 15px 8px;
    text-shadow: none;
    vertical-align: top;
    right: 20px;
    margin: 0 !important;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.header-wrap .drop-down-search .btn:hover {
    background-color: var(--theme_color, #4db2ec);
}

.header-wrap .drop-down-search:before {
    position: absolute;
    top: -9px;
    right: 19px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent var(--theme_color, #4db2ec) transparent;
}

.header-wrap .drop-down-search:after {
    position: absolute;
    top: -3px;
    display: block;
    content: '';
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 3px;
    background-color: var(--theme_color, #4db2ec);
}

.header-wrap #header-search {
    width: 235px;
    height: 32px;
    margin: 0;
    border-right: 0;
    line-height: 17px;
    border-color: #eaeaea !important;
}

@media (max-width: 767px) {
    .header-wrap #header-search {
        width: 91%;
        font-size: 16px;
    }
}

.header-wrap .post-category {
    z-index: 2;
    position: relative;
}

.header-menu-wrap-full {
    z-index: 9998;
    position: relative;
}

@media (max-width: 767px) {
    .header-wrap .header-menu-wrap-full,
    .header-wrap .header-main-menu {
        background-color: #222222 !important;
        height: 54px !important;
    }

    .header-search-wrap .icon-search {
        color: #ffffff !important;
    }
}

.header-main-menu {
    position: relative;
    z-index: 999;
    padding-right: 48px;
    background: #1f1e1e;
}

@media (max-width: 767px) {
    .header-main-menu {
        padding-right: 64px;
        padding-left: 2px;
    }
}

.header-menu-no-search .header-main-menu {
    padding-right: 0;
}

.sf-menu,
.sf-menu li {
    margin: 0;
    list-style: none;
}

@media (max-width: 767px) {
    .sf-menu {
        display: none;
    }
}



.sf-menu li:hover {
    visibility: inherit;
}

.sf-menu li {
    float: left;
    position: relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: 0;
    top: auto;
    z-index: 99;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 10em;
    top: 0 !important;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top: -999em;
}

.sf-menu > li > a {
    padding: 0 14px;
    line-height: 48px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
}

@media (min-width: 768px) and (max-width: 1018px) {
    .sf-menu > li > a {
        padding: 0 9px;
        font-size: 11px;
    }
}

.sf-menu > li > a:hover {
    z-index: 999;
}

.sf-menu > li > a:hover {
    background-color: transparent;
}

.sf-menu > li > a:after {
    background-color: transparent;
    content: '';
    width: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease;
}

.sf-menu > li:hover > a:after {
    background-color: var(--theme_color, #4db2ec);
    width: 100%;
}

#header-menu {
    display: inline-block;
    vertical-align: top;
}

.sf-menu li:hover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
    outline: 0;
}

.header-search-wrap {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}

.header-search-wrap .icon-search {
    display: inline-block;
    font-size: 19px;
    width: 48px;
    line-height: 48px;
    text-align: center;
}

@media (min-width: 768px) and (max-width: 1018px) {
    .header-search-wrap .icon-search {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .header-search-wrap .icon-search {
        height: 54px;
        width: 54px;
        line-height: 54px;
        font-size: 22px;
        margin-right: 2px;
    }
}

#menu-mob-open {
    display: none;
}

@media (max-width: 767px) {
    #menu-mob-open {
        display: inline-block;
        position: relative;
    }
}

#menu-mob-open a {
    display: inline-block;
}

#menu-mob-open i {
    font-size: 27px;
    width: 64px;
    line-height: 54px;
    height: 54px;
    display: inline-block;
    padding-top: 1px;
    color: #ffffff;
}

.menu-background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: var(--mobile_background_size, center top);
    position: fixed;
    top: 0;
    display: block;
    width: 100%;
    height: 113%;
    z-index: 9999;
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
}

.menu-background:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.98;
    background: #313b45;
    background: linear-gradient(to bottom, #313b45 0%, #3393b8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--mobile_gradient_one_mob, #313b45)', endColorstr='var(--mobile_gradient_two_mob, #3393b8)', GradientType=0);
}

#menu-mob {
    padding: 0;
    position: fixed;
    width: 100%;
    height: calc(100% + 1px);
    top: 0;
    z-index: 9999;
    visibility: hidden;
    transform: translate3d(-99%, 0, 0);
    -webkit-transform: translate3d(-99%, 0, 0);
    left: -1%;
    font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
}

#menu-mob input:invalid {
    box-shadow: none !important;
}

.home-main .menu-background,
.home-main #menu-mob {
    visibility: visible !important;
    -webkit-transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
}

.mobile-close {
    position: absolute;
    right: 1px;
    top: 0;
    z-index: 1000;
}

.mobile-close .icon-close-mobile {
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 21px;
    color: #ffffff;
    top: 4px;
    position: relative;
}

.mobile-content {
    padding: 20px 20px 0;
}

.mobile-container {
    padding-bottom: 20px;
    position: relative;
}

.mobile-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-content li {
    float: none;
    margin-left: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

.mobile-content li a {
    display: block;
    line-height: 21px;
    font-size: 21px;
    color: #ffffff;
    margin-left: 0;
    padding: 12px 30px 12px 12px;
    font-weight: bold;
}

.menu-mob-open #menu-mob {
    height: calc(100% + 1px);
    overflow: auto;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    left: 0;
}

.menu-mob-open .menu-background {
    transform: translate3d(0, 0, 0);
}

.menu-mob-open .mobile-container {
    -webkit-transition: all 0.5s ease 0.5s;
    transition: all 0.5s ease 0.5s;
}

.mobile-container {
    opacity: 1;
}

.hide-menu-content .mobile-container {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.hide-menu-content .mobile-content {
    display: none;
}

.search-wrap-mob {
    padding: 0;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    text-align: center;
    z-index: 9999;
    visibility: hidden;
    color: #ffffff;
    font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
}

.search-wrap-mob .drop-down-search {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-backface-visibility: hidden;
    position: relative;
}

.search-wrap-mob #header-search-mob {
    color: #ffffff;
    font-weight: bold;
    font-size: 26px;
    height: 40px;
    line-height: 36px;
    border: 0;
    background: transparent;
    outline: 0;
    margin: 8px 0;
    padding: 0;
    text-align: center;
}

.search-wrap-mob .search-input {
    margin: 0 5%;
    position: relative;
}

.search-wrap-mob .search-input span {
    opacity: 0.8;
    font-size: 12px;
}

.search-wrap-mob .search-input:before,
.search-wrap-mob .search-input:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    opacity: 0.2;
}

.search-wrap-mob .search-input:after {
    opacity: 0.8;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -webkit-transition: transform 0.5s ease 0.8s;
    transition: transform 0.5s ease 0.8s;
}

.search-wrap-mob .module_wrap {
    text-align: left;
}

.search-wrap-mob .module_wrap .entry-title {
    font-size: 16px;
    line-height: 20px;
}

.search-wrap-mob .module_wrap .entry-title a {
    color: #ffffff;
}

.search-wrap-mob .module_wrap:hover .entry-title a {
    color: #ffffff;
}

.search-wrap-mob .post-date {
    color: #dddddd;
    opacity: 0.8;
}

.search-wrap-mob .search-form {
    margin-bottom: 30px;
}

.search-wrap-mob .module-thumb {
    top: auto;
    left: auto;
}

.search-background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: fixed;
    top: 0;
    display: block;
    width: 100%;
    height: 113%;
    z-index: 9999;
    -webkit-transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    visibility: hidden;
}

.search-background:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.98;
    background: #313b45;
    background: linear-gradient(to bottom, #313b45 0%, #3393b8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--mobile_gradient_one_mob, #313b45)', endColorstr='var(--mobile_gradient_two_mob, #3393b8)', GradientType=0);
}

.search-close {
    text-align: right;
    z-index: 1000;
}

.search-close .icon-close-mobile {
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 21px;
    color: #ffffff;
    position: relative;
    top: 4px;
    right: 0;
}

.search-opened .search-wrap-mob .drop-down-search {
    opacity: 1;
    visibility: visible !important;
    -webkit-transition: all 0.5s ease 0.3s;
    transition: all 0.5s ease 0.3s;
}

.search-opened .search-background {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible !important;
}

.search-opened .search-input:after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}


#menu-mob label {
    position: absolute;
    top: 26px;
    left: 10px;
    font-size: 17px;
    color: #ffffff;
    opacity: 0.6;
    pointer-events: none;
}

body {
    font-family: Verdana, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 14px;
    line-height: 21px;
}

p {
    margin-top: 0;
    margin-bottom: 21px;
}

a:active,
a:focus {
    outline: none;
}

a {
    color: var(--theme_color, #4db2ec);
    text-decoration: none;
}

ins {
    background: #fff;
    text-decoration: none;
}

code {
    position: relative;
    top: -1px;
    border: none;
    background-color: #F1F1F1;
    padding: 2px 6px;
}

pre {
    background-color: #f1f1f1;
    padding: 4px 10px;
    border: none;
    border-radius: 0;
    margin-top: 24px;
    overflow: auto;
}

cite {
    font-family: var(--default_google_font_2, 'Roboto', sans-serif);
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
    color: #000;
}

cite a {
    color: #000;
}

cite a:hover {
    color: var(--theme_color, #4db2ec);
}

q {
    font-style: italic;
}

ul,
ol {
    padding: 0;
}

ul li,
ol li {
    line-height: 24px;
    margin-left: 21px;
}

address {
    font-size: inherit !important;
    line-height: inherit !important;
    margin-bottom: 21px;
}

big {
    text-transform: uppercase;
}

embed {
    width: 100%;
}

table {
    width: 100%;
}

table th {
    text-align: left;
    border: 1px solid var(--grid_border_color, #ededed);
    padding: 2px 8px;
}

table td {
    border: 1px solid var(--grid_border_color, #ededed);
    padding: 2px 8px;
}

table .odd td {
    background-color: #fcfcfc;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--default_google_font_2, 'Roboto', sans-serif);
    color: var(--text_color, #111111);
    font-weight: 400;
    margin: 6px 0;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
    color: var(--text_color, #111111);
}

p.module-title {
    font-family: var(--default_google_font_2, 'Roboto', sans-serif);
    color: var(--text_color, #111111);
}

p.module-title > a {
    color: var(--text_color, #111111);
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

h2 {
    font-size: 27px;
    line-height: 38px;
    margin-top: 15px;
    margin-bottom: 15px;
}

h3 {
    font-size: 22px;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
}

h4 {
    font-size: 19px;
    line-height: 29px;
    margin-top: 15px;
    margin-bottom: 15px;
}

h5 {
    font-size: 17px;
    line-height: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
}

h6 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
}

input:focus,
input[type]:focus {
    outline: 0 none;
}

input[type=submit] {
    font-family: var(--default_google_font_2, 'Roboto', sans-serif);
    font-size: 13px;
    background-color: var(--black, #222222);
    border-radius: 0;
    color: #fff;
    border: none;
    padding: 8px 15px;
    font-weight: 500;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

input[type=submit]:hover {
    background-color: var(--theme_color, #4db2ec);
}

input[type=text],
input[type=url],
input[type=tel],
input[type=email] {
    font-size: 12px;
    line-height: 21px;
    color: #444;
    border: 1px solid #e1e1e1;
    width: 100%;
    max-width: 100%;
    height: 34px;
    padding: 3px 9px;
}

@media (max-width: 767px) {
    input[type=text],
    input[type=url],
    input[type=tel],
    input[type=email] {
        font-size: 16px;
    }
}

input[type=text]:active,
input[type=url]:active,
input[type=tel]:active,
input[type=email]:active,
input[type=text]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=email]:focus {
    border-color: #b0b0b0 !important;
}

input[type=password] {
    width: 100%;
    position: relative;
    top: 0;
    display: inline-table;
    vertical-align: middle;
    font-size: 12px;
    line-height: 21px;
    color: #444;
    border: 1px solid #ccc;
    max-width: 100%;
    height: 34px;
    padding: 3px 9px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    input[type=password] {
        font-size: 16px;
    }
}

.tagdiv-type {
    font-size: 15px;
    line-height: 1.74;
    color: #222;
}

.tagdiv-type img {
    margin-bottom: 21px;
}

.tagdiv-type figure img {
    margin-bottom: 0;
}

.tagdiv-type a:hover {
    text-decoration: underline;
}

.tagdiv-type ul,
.tagdiv-type ol {
    margin-bottom: 26px;
}

.tagdiv-type li ul,
.tagdiv-type li ol {
    margin-bottom: 0;
}

.tagdiv-type li[style="text-align: center;"],
.tagdiv-type li[style="text-align: right;"] {
    list-style-position: inside;
    margin-left: -21px;
}

.tagdiv-type p {
    margin-bottom: 15px;
}

.tagdiv-type embed,
.tagdiv-type iframe,
.tagdiv-type object {
    max-width: 100% !important;
}

.tagdiv-type blockquote {
    padding: 0;
    position: relative;
    border-left: none;
    margin: 40px 5% 38px;
    font-style: italic;
    text-align: center;
}

@media (max-width: 767px) {
    .tagdiv-type blockquote {
        margin: 20px 3% 18px;
    }
}

.tagdiv-type blockquote p {
    font-family: var(--default_google_font_2, 'Roboto', sans-serif);
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--theme_color, #4db2ec);
    word-wrap: break-word;
}

@media (min-width: 768px) and (max-width: 1018px) {
    .tagdiv-type blockquote p {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (max-width: 767px) {
    .tagdiv-type blockquote p {
        font-size: 22px;
        line-height: 30px;
    }
}

.tagdiv-type blockquote cite {
    display: block;
}

.entry-title a:hover,
.post-category:hover,
.block_wrap a:hover {
    text-decoration: none !important;
}

.module_wrap {
    position: relative;
    padding-bottom: 20px;
}

.module_wrap .entry-title {
    font-size: 21px;
    line-height: 25px;
    margin: 0 0 6px 0;
}

.module_wrap:hover .entry-title a {
    color: var(--theme_color, #4db2ec);
}

.module-thumb {
    position: relative;
    margin-bottom: 13px;
}

.module-thumb .entry-thumb {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 2.25;
}

.module-meta-info {
    font-family: var(--default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
    font-size: 11px;
    margin-bottom: 7px;
    line-height: 1;
    min-height: 17px;
}

.module_wrap.meta-info-hide .module-meta-info {
    min-height: 1px;
    margin-top: -4px;
}

.post-date {
    color: #767676;
    display: inline-block;
    position: relative;
    top: 2px;
}

.excerpt {
    font-size: 13px;
    color: #767676;
    font-family: var(--default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
    word-wrap: break-word;
    overflow-wrap: anywhere;
    margin-top: 9px;
}

.post-category {
    font-family: var(--default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    background-color: var(--black, #222222);
    color: #fff;
    margin-right: 5px;
    padding: 3px 6px 4px;
    display: block;
    vertical-align: top;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.post-category:hover {
    background-color: var(--theme_color, #4db2ec);
}

.module-image {
    position: relative;
}

.module-image .post-category {
    position: absolute;
    bottom: 0;
}

.module-meta-info .post-category {
    display: inline-block;
}

.block-title {
    font-family: var(--default_google_font_2, 'Roboto', sans-serif);
    font-size: 14px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 26px;
    border-bottom: 2px solid #222222;
}

.block-title > a,
.block-title > span,
.block-title > label,
.block-title > span > a {
    line-height: 17px;
    display: inline-block;
    padding: 7px 12px 4px;
    background-color: #222222;
    color: #ffffff;
}

.block-title span,
.block-title a {
    display: inline-block;
}

.block_template_1 .block-title {
    text-align: left;
}

.page-title {
    font-size: 30px;
    line-height: 38px;
    margin: -9px 0 19px 0;
    font-weight: bold;
}

.page-title,
.page-title h1 {
    color: #111111;
}

@media (min-width: 768px) and (max-width: 1018px) {
    body .page-title {
        font-size: 26px;
        line-height: 34px;
        margin: -2px 0 19px 0;
    }
}

@media (max-width: 767px) {
    body .page-title {
        font-size: 24px;
        line-height: 32px;
    }
}

.main-page-wrap {
    padding: 30px 0;
}

@media (max-width: 767px) {
    .main-page-wrap {
        padding-top: 20px;
    }
}

.crumb-container {
    min-height: 35px;
    margin-bottom: 9px;
    padding-top: 21px;
}

@media (min-width: 768px) and (max-width: 1018px) {
    .crumb-container {
        padding-top: 16px;
    }
}

@media (max-width: 767px) {
    .crumb-container {
        padding-top: 11px;
    }
}

.entry-crumbs {
    font-family: var(--default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
    font-size: 12px;
    color: #c3c3c3;
    line-height: 18px;
    padding-top: 1px;
    padding-bottom: 2px;
}

.entry-crumbs a {
    color: #c3c3c3;
}

.entry-crumbs a:hover {
    color: #777;
}

.entry-crumbs .bread-sep {
    font-size: 8px;
    margin: 0 5px;
}

.category {
    list-style: none;
    font-family: var(--default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
    font-size: 10px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1;
}

.category li {
    display: inline-block;
    margin: 0 5px 5px 0;
    line-height: 1;
}

.category a {
    color: #fff;
    background-color: var(--black, #222222);
    padding: 3px 6px 4px 6px;
    white-space: nowrap;
    display: inline-block;
}

.category a:hover {
    opacity: 0.9;
}

@media (max-width: 767px) {
    .single .category {
        margin-bottom: 0;
    }
}

header .module-meta-info {
    margin-bottom: 16px;
}


header .post-date {
    margin-left: 4px;
    color: #767676;
    float: left;
}

.post-next-prev-content {
    display: inline-block;
    font-family: var(--default_google_font_2, 'Roboto', sans-serif);
    word-break: break-word;
}

.post-next-prev-content span {
    display: block;
    font-size: 12px;
    color: #c1c1c1;
    margin-bottom: 7px;
}

.post-next-prev-content a {
    display: block;
    font-size: 15px;
    color: #222;
    line-height: 21px;
    margin-bottom: 20px;
    font-weight: bold;
}

.post-next-prev-content a:hover {
    color: var(--theme_color, #4db2ec);
}

.post-next-post {
    text-align: right;
}

.next-prev-separator {
    display: none;
}

.post-content p:empty {
    display: none;
}

.post-content {
    margin-top: 10px;
    padding-bottom: 16px;
}

@media (max-width: 767px) {
    .post-content {
        margin-top: 16px;
    }
}

.post-content p {
    word-wrap: break-word;
}

.post-content img {
    display: block;
}

.post-content table {
    margin-bottom: 21px;
}

.post-content #fb-root + p {
    margin: 0;
}

@font-face {
    font-family: 'newspaper';
    src: url('/css/blog_37/fonts/newspaper.eot?24');
    src: url('/css/blog_37/fonts/newspaper.eot?24#iefix') format('embedded-opentype'), url('/css/blog_37/fonts/newspaper.woff?24') format('woff'), url('/css/blog_37/fonts/newspaper.ttf?24') format('truetype'), url('/css/blog_37/fonts/newspaper.svg?24#newspaper') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: 'newspaper';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class*="icon-"] {
    line-height: 1;
    text-align: center;
    display: inline-block;
}

.icon-right:before {
    content: '\e803';
}

.icon-menu-up:before {
    content: '\e809';
}

.icon-search:before {
    content: '\e80a';
}

.icon-mobile:before {
    content: '\e83e';
}

.icon-close-mobile:before {
    content: '\e900';
}

.sub-footer-container {
    background-color: #0d0d0d;
    color: #ccc;
    font-size: 12px;
    font-family: var(--default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
}

@media (max-width: 767px) {
    .sub-footer-container {
        text-align: center;
        padding: 6px 0;
    }
}

.sub-footer-copy {
    line-height: 20px;
    margin-top: 8px;
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .sub-footer-copy {
        float: none !important;
    }
}

.sub-footer-container .sub-footer-menu {
    float: right;
}

@media (max-width: 767px) {
    .sub-footer-container .sub-footer-menu {
        float: none;
    }
}

.subfooter-menu {
    display: inline-block;
    margin: 7px 0;
    float: right;
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .subfooter-menu {
        padding-right: 40px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .subfooter-menu {
        padding-right: 48px;
    }
}

@media (max-width: 767px) {
    .subfooter-menu {
        float: none;
    }
}

.subfooter-menu li {
    display: inline-block;
    margin-left: 0;
    line-height: 18px;
}

.subfooter-menu li a {
    margin-right: 16px;
    line-height: 18px;
    display: inline-block;
    color: #ccc;
}

.subfooter-menu li a:hover {
    color: var(--theme_color, #4db2ec);
}

.subfooter-menu li:last-child a {
    margin-right: 0;
}

.subfooter-menu ul {
    display: none;
}

.max-line-1 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.max-line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
}

.max-line-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
}

.module_2 .module-title {
    font-size: 17px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

.module_wrap .module-title {
    font-size: 17px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Open Sans";
}

.pulldown-size {
    font-weight: bold;
}

.line-1 {
    border-color: #EBEBEB;
    border-width: 1px;
    width: 100%;
    border-top: 1px solid #EBEBEB;
}

.trending-now-title {
    background-color: #222;
    font-family: var(--default_google_font_2, 'Roboto', sans-serif);
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    padding: 2px 10px 1px;
    display: inline-block;
    line-height: 22px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    cursor: default;
    -webkit-user-select: none;
    user-select: none;
}

.menu-item.active {
    background: #ff6505;
}

.menu-socials-wrap {
    height: 50px;
}

.entered {
    aspect-ratio: 4/2.25;
}

.page-size {
    display: flex;
    justify-content: start;
    gap: 10px;
    list-style: none;
    margin-bottom: 2rem;
}

.page-size span, .page-size a {
    border: 1px solid #d7d6d5;
    padding: 5px 10px;
}

.page-size span {
    color: #fff;
    background: #fe7723;
}

@media screen and (max-width: 568px) {
    .post-content table {
        font-size: 10px;
    }
}










.tdc_zone {
    margin: 0;
}

.main-content-wrap .tdc_zone {
    z-index: 0;
}

.block_wrap {
    margin-bottom: 24px;
    position: relative;
    clear: both;
}

@media (max-width: 767px) {
    .block_wrap {
        margin-bottom: 10px;
    }
}

.block-title-wrap {
    position: relative;
}

.page-content .block_wrap {
    line-height: 21px;
}

.trending-now-title {
    background-color: #222222;
}

.block_wrap p:empty:before {
    display: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.container-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
}

.scroll-up {
    position: fixed;
    bottom: 4px;
    right: 5px;
    cursor: pointer;
    z-index: 9999;
}

.scroll-up {
    display: none;
    width: 40px;
    height: 40px;
    background-color: #ec624d;
    transform: translate3d(0, 70px, 0);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
}

.scroll-up.scroll-up-visible {
    transform: translate3d(0, 0, 0);
}

.scroll-up .icon-menu-up {
    position: relative;
    color: #fff;
    font-size: 20px;
    display: block;
    text-align: center;
    width: 40px;
    top: 7px;
}

.scroll-up.scroll-up {
    display: block !important;
}


.wpb_button {
    display: inline-block;
    font-family: var(--default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
    font-weight: 600;
    line-height: 24px;
    text-shadow: none;
    border: none;
    transition: none;
    border-radius: 0;
    margin-bottom: 21px;
}

.wpb_button:hover {
    text-shadow: none;
    text-decoration: none !important;
}

.sub-footer-container {
    background-color: #0d0d0d;
    color: #ccc;
    font-size: 12px;
    font-family: var(--default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
}

@media (max-width: 767px) {
    .sub-footer-container {
        text-align: center;
        padding: 6px 0;
    }
}

.sub-footer-copy {
    line-height: 20px;
    margin-top: 8px;
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .sub-footer-copy {
        float: none !important;
    }
}

.sub-footer-container .sub-footer-menu {
    float: right;
}

@media (max-width: 767px) {
    .sub-footer-container .sub-footer-menu {
        float: none;
    }
}

.subfooter-menu {
    display: inline-block;
    margin: 7px 0;
    float: right;
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .subfooter-menu {
        padding-right: 40px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .subfooter-menu {
        padding-right: 48px;
    }
}

@media (max-width: 767px) {
    .subfooter-menu {
        float: none;
    }
}

.subfooter-menu li {
    display: inline-block;
    margin-left: 0;
    line-height: 18px;
}

.subfooter-menu li a {
    margin-right: 16px;
    line-height: 18px;
    display: inline-block;
    color: #ccc;
}

.subfooter-menu li a:hover {
    color: var(--theme_color, #4db2ec);
}

.subfooter-menu li:last-child a {
    margin-right: 0;
}











html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    background-color: #e7e7e7;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

b,
strong {
    font-weight: bold;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
    font-weight: bold;
    line-height: 1.2;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

img {
    border: 0;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.main-menu-logo {
    display: none;
    float: left;
    margin-right: 10px;
    height: 48px;
}

@media (max-width: 767px) {
    .main-menu-logo {
        display: block;
        margin-right: 0;
        height: 0;
    }
}

.main-menu-logo a {
    line-height: 48px;
}

.main-menu-logo img {
    padding: 3px 0;
    position: relative;
    vertical-align: middle;
    max-height: 48px;
    width: auto;
}

@media (max-width: 767px) {
    .main-menu-logo img {
        margin: auto;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        position: absolute;
        padding: 0;
    }
}

@media (max-width: 1140px) {
    .main-menu-logo img {
        max-width: 180px;
    }
}

.logo-in-header .sticky-mobile.mobile-logo {
    display: block;
}

.logo-in-menu .sticky-mobile.mobile-logo {
    display: none;
}

@media (max-width: 767px) {
    .logo-in-menu .sticky-mobile.mobile-logo {
        display: block;
    }
}

.module_1 {
    padding-bottom: 15px;
}

@media (min-width: 768px) and (max-width: 1018px) {
    .module_1 .entry-title {
        font-size: 17px;
        line-height: 22px;
    }
}

@media (max-width: 767px) {
    .module_1 .entry-thumb {
        width: 100%;
    }
}

@media (max-width: 767px) {

    .module_10 .post-category {
        display: none;
    }
}

.module_10 .module-thumb {
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 767px) {
    .module_10 .module-thumb {
        width: 150px;
    }
}

@media (max-width: 500px) {
    .module_10 .module-thumb {
        width: 120px;
    }
}

.module_10 .item-details {
    margin-left: 230px;
    min-height: 120px;
}

@media (max-width: 767px) {
    .module_10 .item-details {
        margin-left: 170px;
        min-height: 103px;
    }
}

@media (max-width: 500px) {
    .module_10 .item-details {
        margin-left: 130px;
        min-height: 70px;
    }
}

@media (max-width: 767px) {
    .module_10 .excerpt {
        display: none;
    }
}

.module_10 .entry-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 5px;
}

@media (max-width: 500px) {
    .module_10 .entry-title {
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .pb-span8 .module_10 .module-thumb {
        width: 190px;
    }

    .pb-span8 .module_10 .item-details {
        margin-left: 210px;
        min-height: 131px;
    }

    .pb-span8 .module_10 .entry-title {
        font-size: 17px;
        line-height: 22px;
    }
}

.pb-span4 .module_10 .module-thumb {
    width: 80px;
}

@media (max-width: 767px) {
    .pb-span4 .module_10 .module-thumb {
        width: 150px;
    }
}

@media (max-width: 500px) {
    .pb-span4 .module_10 .module-thumb {
        width: 100px;
    }
}

.pb-span4 .module_10 .item-details {
    margin-left: 0;
    min-height: 70px;
}

@media (max-width: 767px) {
    .pb-span4 .module_10 .item-details {
        padding-left: 170px;
        min-height: 103px;
    }
}

@media (max-width: 500px) {
    .pb-span4 .module_10 .item-details {
        padding-left: 0;
        min-height: 69px;
    }
}

.pb-span4 .module_10 .entry-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    padding-left: 95px;
    min-height: 55px;
    margin-bottom: 13px;
}

@media (min-width: 768px) and (max-width: 1018px) {
    .pb-span4 .module_10 .entry-title {
        font-size: 13px;
        line-height: 18px;
        min-height: 50px;
    }
}

@media (max-width: 767px) {
    .pb-span4 .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) {
    .pb-span4 .module_10 .entry-title {
        font-size: 17px;
        line-height: 23px;
        font-weight: 500;
        padding-left: 110px;
        min-height: 69px;
        margin-bottom: 13px;
    }
}

.module_mx1 {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 3px;
}

.module_mx1 .module-meta-info .post-category {
    background-color: #fff !important;
    color: #222;
}

@media (min-width: 768px) and (max-width: 1018px) {
    .module_mx1 .module-meta-info .post-category {
        display: none;
    }
}

.module_mx1 .module-meta-info {
    position: absolute;
    bottom: 0;
    padding: 0 17px;
    margin-bottom: 17px;
    z-index: 1;
}

.module_mx1 .entry-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 21px;
}

@media (min-width: 768px) and (max-width: 1018px) {
    .module_mx1 .entry-title {
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
    }
}

.module_mx1 .entry-title a {
    color: #fff !important;
}

.module_mx1 .module-thumb {
    margin-bottom: 0;
    overflow: hidden;
}

@media (max-width: 1140px) {
    .module_mx1 .module-thumb {
        height: auto;
    }
}

.module_mx1 .module-thumb .entry-thumb {
    max-width: none;
}

@media (max-width: 1140px) {
    .module_mx1 .module-thumb .entry-thumb {
        max-width: 100%;
        width: 100%;
    }
}

.module_mx1 .module-thumb a:last-child:before {
    bottom: 0;
    top: auto;
    content: "";
    display: block;
    height: 80%;
    width: 100%;
    position: absolute;
    z-index: 1;
    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);
}

.module_mx4 {
    padding-right: 10px;
    padding-bottom: 10px;
}

.module_mx4 .module-thumb {
    margin-bottom: 7px;
}

@media (max-width: 500px) {
    .module_mx4 .module-thumb {
        margin-bottom: 0;
    }
}

.module_mx4 .entry-title {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 0;
}

@media (max-width: 500px) {
    .module_mx4 .entry-title {
        padding-left: 115px;
        font-size: 14px;
        line-height: 21px;
    }
}

.module_mx4 .entry-thumb {
    width: 100%;
}

@media (max-width: 500px) {
    .module_mx4 {
        min-height: 69px;
        padding-bottom: 0;
        margin-bottom: 30px;
    }

    .module_mx4 .module-image {
        width: 100px;
        position: absolute;
        left: 0;
        top: 0;
    }
}

.grid-style-4 .meta-info-container {
    bottom: 0;
    z-index: 1;
}

.grid-style-4 .post-category {
    background-color: rgba(0, 0, 0, 0.4);
}

.grid-style-4 .entry-title {
    background-color: rgb(58 58 58 / 70%);
}

.grid-style-4 .entry-title a {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.grid-style-4 .module-meta-info {
    margin: 0;
    background-color: rgba(0, 0, 0, 0.4);
    display: table;
}

.grid-style-4 .module-meta-info > span {
    padding: 5px 0 6px 7px;
}

.grid-style-4 .module-meta-info > span span {
    margin: 0 -2px 0 2px;
    display: inline-block;
}

.grid-style-4 .module-meta-info > span:last-child {
    padding-right: 7px;
}

@media (max-width: 767px) {
    .grid-style-4 .module-meta-info {
        display: none;
    }
}

.grid-style-4 .big-thumb .meta-info-container {
    width: 80%;
}

@media (max-width: 767px) {
    .grid-style-4 .big-thumb .meta-info-container {
        width: 100%;
    }
}

.grid-style-4 .big-thumb .post-category {
    margin-bottom: 0;
    display: table;
}

.grid-style-4 .big-thumb .module-meta-info {
    margin: 0;
}

.grid-style-4 .big-thumb .entry-title {
    font-size: 28px;
    line-height: 35px;
    font-weight: 500;
    padding: 3px 8px 6px;
}

.grid-style-4 .medium-thumb .entry-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    padding: 4px 11px 6px;
}

@media (max-width: 767px) {
    .grid-style-4 .medium-thumb .entry-title {
        padding: 5px 7px 6px;
    }
}

.grid-style-4 .medium-thumb .post-category {
    margin-bottom: 0;
    display: table;
}

.grid-style-4 .small-thumb .post-category {
    margin-bottom: 0;
    display: table;
}

.grid-style-4 .small-thumb .module-meta-info {
    margin: 0;
}

.grid-style-4 .small-thumb .entry-title {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    padding: 5px 7px 6px;
}

.grid-style-4 .tiny-thumb .big-grid-meta {
    margin: 0 10px 10px 14px;
}

.grid-style-4 .tiny-thumb .entry-title {
    font-size: 15px;
    line-height: 17px;
    font-weight: 500;
    padding: 5px 7px 6px;
    margin-right: 3px;
}

@media (max-width: 767px) {
    .grid-style-4 .tiny-thumb .entry-title {
        margin-right: 0;
    }
}

.grid-style-4 .tiny-thumb .post-category {
    font-size: 9px;
    font-weight: 600;
    padding: 3px 5px;
    line-height: 1;
    margin-bottom: 0;
    display: table;
    background: #f4511e;
}

.grid-style-4 .tiny-thumb .big-grid-meta {
    margin: 0;
}

.grid-style-4.hover-1 .module-thumb .entry-thumb {
    transition: transform 0.3s ease, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s;
}

.grid-style-4.hover-1 .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);
}

.big-grid-post {
    position: relative;
    overflow: hidden;
}

.big-grid-post .post-category {
    font-family: var(--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;
}

.big-grid-post .meta-info-container {
    position: absolute;
    pointer-events: none;
    z-index: 1;
    width: 100%;
}

.big-grid-post .post-date {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.big-grid-post .entry-title {
    margin: 0;
    word-wrap: break-word;
}

.big-grid-post .entry-title a {
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.big-grid-post .module-meta-info {
    margin: 11px 0 20px 20px;
    min-height: 0;
    z-index: 1;
}

@media (max-width: 767px) {
    .big-grid-post .module-meta-info {
        margin-left: 17px;
    }
}

.big-grid-post .big-grid-meta {
    z-index: 1;
}

.big-grid-post.big-thumb .big-grid-meta {
    font-size: 27px;
}

@media (max-width: 1140px) {
    .big-grid-post.big-thumb .big-grid-meta .entry-title {
        line-height: 1.3;
    }
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .big-grid-post.big-thumb .big-grid-meta .entry-title {
        font-size: 80%;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .big-grid-post.big-thumb .big-grid-meta .entry-title {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .big-grid-post.big-thumb .big-grid-meta .entry-title {
        font-size: 22px;
    }
}

.big-grid-post.medium-thumb .big-grid-meta {
    font-size: 24px;
}

@media (max-width: 767px) {
    .big-grid-post.medium-thumb .big-grid-meta {
        font-size: 16px;
    }
}

@media (max-width: 1140px) {
    .big-grid-post.medium-thumb .big-grid-meta .entry-title {
        line-height: 1.3;
    }
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .big-grid-post.medium-thumb .big-grid-meta .entry-title {
        font-size: 85%;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .big-grid-post.medium-thumb .big-grid-meta .entry-title {
        font-size: 65%;
    }
}

@media (max-width: 767px) {
    .big-grid-post.medium-thumb .big-grid-meta .entry-title {
        font-size: 16px;
        line-height: 21px;
    }
}

.big-grid-post.small-thumb .big-grid-meta {
    font-size: 16px;
}

@media (max-width: 1140px) {
    .big-grid-post.small-thumb .big-grid-meta .entry-title {
        line-height: 1.4;
    }
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .big-grid-post.small-thumb .big-grid-meta .entry-title {
        font-size: 90%;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .big-grid-post.small-thumb .big-grid-meta .entry-title {
        font-size: 80%;
    }
}

@media (max-width: 767px) {
    .big-grid-post.small-thumb .big-grid-meta .entry-title {
        font-size: 16px;
        line-height: 21px;
    }
}

.big-grid-post.tiny-thumb .big-grid-meta {
    font-size: 15px;
}

@media (max-width: 1140px) {
    .big-grid-post.tiny-thumb .big-grid-meta .entry-title {
        line-height: 1.4;
    }
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .big-grid-post.tiny-thumb .big-grid-meta .entry-title {
        font-size: 90%;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .big-grid-post.tiny-thumb .big-grid-meta .entry-title {
        font-size: 70%;
    }
}

@media (max-width: 767px) {
    .big-grid-post.tiny-thumb .big-grid-meta .entry-title {
        font-size: 16px;
        line-height: 21px;
    }
}

.big-grid-post .module-thumb {
    overflow: hidden;
    margin: 0;
}

.big-grid-post .module-thumb img {
    max-width: none;
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .big-grid-post .entry-thumb {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .big-grid-post .entry-thumb {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .big-grid-post .entry-thumb {
        width: 100%;
    }
}

.big-grid-post .module-thumb {
    background-color: #e5e5e5;
}

.big-grid-post .post-date {
    top: 0;
}

.block_big_grid_6 .big-grid-post-0 {
    width: 50%;
    float: left;
    margin-bottom: 3px;
}

@media (max-width: 767px) {
    .block_big_grid_6 .big-grid-post-0 {
        margin-bottom: 0;
        margin-top: 3px;
        width: 100%;
        float: none;
    }
}

@media (max-width: 767px) {
    .block_big_grid_6 .big-grid-post-0:first-child {
        margin-top: 0;
    }
}

.block_big_grid_6 .big-grid-post-0.big-thumb {
    padding-right: 3px;
}

@media (max-width: 767px) {
    .block_big_grid_6 .big-grid-post-0.big-thumb {
        padding-right: 0;
    }
}

.block_big_grid_6 .big-grid-post-2 {
    width: 20%;
    float: left;
}

.block_big_grid_6 .big-grid-post-2.tiny-thumb {
    padding-right: 3px;
}

@media (max-width: 767px) {
    .block_big_grid_6 .big-grid-post-2.tiny-thumb {
        padding-right: 0;
    }

    .big-grid-scroll .big-grid-post {
        display: inline-block;
        white-space: normal;
        float: none;
        vertical-align: top;
        width: 80%;
    }

    .big-grid-scroll .big-grid-post {
        margin-left: 3px;
        margin-right: 0;
        margin-bottom: 0;
    }

    .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);
    }

    .big-grid-scroll .big-grid-post:first-child {
        margin-left: 0;
    }
}

.block_big_grid_6 .post-category {
    vertical-align: bottom;
}

.block-title span,
.block-title a {
    display: inline-block;
}

.block_template_1 .block-title {
    text-align: left;
}

.block_template_4 .block-title {
    font-size: 16px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 26px;
    line-height: 31px;
    text-align: left;
}

.block_template_4 .block-title > * {
    background-color: #000;
    color: #fff;
    padding: 0 12px;
    position: relative;
}

.block_template_4 .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;
}