@font-face {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/bebasneue/v14/JTUSjIg69CK48gW7PXoo9Wdhyzbi.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/bebasneue/v14/JTUSjIg69CK48gW7PXoo9Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --text-color: #222222;
    --primary-color: #ff5d50;
    --secondary-color: #89b4a7;
    --background-color: #FFFFFF;
    --grey-color: #eee;
    --light-grey-color: #c7c7c7;
    --primary-font: "Bebas Neue", sans-serif;
    --secondary-font: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    --playfair-font: "Playfair Display", serif;
    --font-awesome: "Font Awesome 6 Brands";
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    font-size: 1em;
    font-family: sans-serif;
}
html {
    scroll-behavior: smooth;
}
body {
    width: 100%;
    height: 100%;
    background: var(--background-color) !important;
}
ul {
    list-style: none;
    padding-left: 0;
}
ol, ul {
    line-height: 1.4;
}
a, a:focus {
    outline: none;
}
.site-header#masthead .ast-container, .ast-below-header-wrap .ast-container {
    width: auto;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 32px;
}
.ast-below-header-wrap .ast-container {
    position: relative;
}
.site-header#masthead .ast-container .ast-builder-grid-row, .ast-below-header-wrap .ast-container .ast-builder-grid-row {
    padding-top: 1em;
    padding-bottom: 1em;
    display: flex;
    grid-column-gap: 0;
}
.site-header#masthead .ast-container .ast-builder-grid-row .site-header-primary-section-left {
    width: 35%;
    justify-content: flex-end;
}
.site-header#masthead .ast-container .ast-builder-grid-row .site-header-primary-section-center {
    width: 30%;
}
.site-header-primary-section-center .ast-site-identity, .site-header-section>* {
    padding: 0;
}
.site-logo-img a {
    height: 50px;
    line-height: 50px;
    margin: 15px 0;
    position: relative;
    display: block;
    transition: none;
}
.site-logo-img a:hover {
    opacity: .75;
}
.site-logo-img a img.custom-logo {
    height: 50px;
    line-height: 50px;
    width: 100%;
    object-fit: contain;
}
.site-header#masthead .ast-container .ast-builder-grid-row .site-header-primary-section-right {
    width: 35%;
    justify-content: space-between;
}
.site-header-primary-section-left-center, .site-header-primary-section-right-center {
    display: none;
}
.hot-topics-menu {
    margin: 0;
    width: 160px;
    text-align: center;
}
.hot-topics-menu li {
    position: relative;
    margin: 0;
    line-height: 28px;
}
.hot-topics-menu li a {
    font-family: var(--playfair-font);
    font-size: .875rem;
    font-weight: 700;
    font-style: italic;
    color: var(--text-color);
}
.hot-topics-menu li:not(:last-child):after {
    position: absolute;
    bottom: -2px;
    left: 60px;
    right: 60px;
    height: 1px;
    background-color: var(--primary-color);
    content: "";
}
.hot-topics-menu li a:hover {
    color: var(--primary-color);
}
.header-social-inner-wrap a {
    display: inline-block;
    background: none;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 10px;
    line-height: 0;
    margin: 0 !important;
}
.header-social-inner-wrap a:hover {
    background: var(--primary-color);
    color: var(--background-color);
}
.site-header#masthead .ast-below-header-wrap .ast-container .ast-builder-grid-row, .ast-below-header-wrap .ast-container .ast-builder-grid-row {
    padding: 0;
}
.site-header#masthead .ast-below-header-wrap .ast-container .ast-builder-grid-row .main-header-bar-navigation ul li, .ast-below-header-wrap .ast-container .ast-builder-grid-row .main-header-bar-navigation ul li {
    line-height: normal;
}
.ast-below-header-bar .site-header-section-left .widget_media_image img {
    max-height: 24px;
    object-fit: contain;
    width: 96px;
}
.ast-below-header-bar .site-header-section-left {
    position: absolute;
    top: 50%;
    left: 2em;
    transform: translate(-10%, -50%);
    transition: opacity .3s ease-out, transform .3s ease-out;
    opacity: 0;
    pointer-events: none;
}
.ast-below-header-wrap.stuck .site-header-section-left {
    transform: translate(0, -50%);
    opacity: 1;
    pointer-events: auto;
}
.ast-below-header-bar .ast-grid-center-col-layout {
    justify-content: center;
}
.ast-below-header-wrap .ast-builder-menu-1 .menu-item > .menu-link {
    font-family: var(--primary-font);
    font-weight: 400;
    color: var(--text-color);
    padding: .1em .6em 0;
    font-size: 1.125rem;
    line-height: 3.4em;
    transition: none;
}
.ast-below-header-wrap {
    position: sticky;
    top: 0;
    z-index: 999999999;
    background: var(--background-color);
    width: 100%;
}
.ast-below-header-wrap:before, .ast-below-header-wrap:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 7px;
    content: "";
    pointer-events: none;
    background: transparent url(../../assets/images/thingy.png) repeat-x center center;
    background-size: contain;
}
.ast-below-header-wrap:before {
    top: 0;
}
.ast-below-header-wrap:after {
    bottom: 0;
}
.ast-builder-menu-1 .menu-item > .menu-link .dropdown-menu-toggle {
    display: none;
}
.site-header#masthead .main-header-bar-navigation nav ul.sub-menu, .ast-below-header-wrap .main-header-bar-navigation nav ul.sub-menu {
    background-clip: padding-box;
    top: calc(100% - 7px);
    left: 50% !important;
    transform: translateX(-50%);
    background-color: var(--background-color);
    border: 3px double var(--text-color);
    border-top: none;
    width: auto;
}
.site-header#masthead .main-header-bar-navigation nav ul.sub-menu:before, .ast-below-header-wrap .main-header-bar-navigation nav ul.sub-menu:before {
    position: absolute !important;
    top: 0 !important;
    left: -7px !important;
    right: -7px !important;
    bottom: -7px !important;
    border: 3px double var(--text-color) !important;
    border-color: var(--text-color);
    border-top: none !important;
    content: "" !important;
    pointer-events: none;
    height: auto !important;
    transform: none !important;
    width: auto !important;
}
.site-header#masthead .ast-builder-menu-1 .menu-item ul.sub-menu li a, .ast-below-header-wrap .ast-builder-menu-1 .menu-item ul.sub-menu li a {
    display: block;
    padding: 0 .6em;
    line-height: 36px;
    text-align: center;
}
.site-header#masthead .main-header-bar-navigation nav ul.sub-menu li a:hover, .site-header#masthead .ast-builder-menu-1 .menu-item > .menu-link:hover, .ast-below-header-wrap .main-header-bar-navigation nav ul.sub-menu li a:hover, .ast-below-header-wrap .ast-builder-menu-1 .menu-item > .menu-link:hover, .ast-below-header-wrap .ast-builder-menu-1 .menu-item.current-menu-item > .menu-link, .ast-below-header-wrap .ast-builder-menu-1 .menu-item.current-menu-parent > .menu-link {
    color: var(--primary-color);
}
footer.site-footer {
    width: 100%;
}
footer .site-primary-footer-wrap {
    padding: 0;
    color: var(--background-color);
    font-family: system-ui;
}
footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row-container-inner {
    max-width: 1440px;
    padding: 2em;
    margin: auto;
    width: 100%;
}
footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
    width: calc(100% + 32px);
    max-width: calc(100% + 32px);
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: -2em;
    margin-right: 0;
    overflow-wrap: normal;
}
.site-footer-section-1 {
    margin-bottom: 2em;
    width: 25%;
    padding-left: 2em;
}
.site-footer-section-2 {
    margin-bottom: 2em;
    padding-left: 2em;
    width: 20%;
}
.site-footer-section-3 {
    margin-bottom: 2em;
    padding-left: 2em;
    width: 15%;
}
.site-footer-section-4 {
    margin-bottom: 2em;
    padding-left: 2em;
    width: 15%;
}
.site-footer-section-5 {
    margin-bottom: 2em;
    padding-left: 2em;
    width: 25%;
}
.site-footer-section-1 h1 {
    margin-bottom: 0;
    min-height: 43px;
}
.site-footer-section-1 h1 img {
    display: block;
    max-width: 100px;
    filter: invert(1);
}
.site-footer-section-1 p {
    margin: 0;
    font: normal normal normal 1em / 1.45 Roboto, Arial, Helvetica, sans-serif;
    font-size: .75rem;
    font-family: var(--secondary-font);
    text-align: left;
}
.site-footer-section .widget {
    margin: 0;
}
.site-footer-section .widget-area h3 {
    color: var(--background-color);
    margin-bottom: .5em;
    font-weight: 700;
    line-height: 1.16;
    font-size: 1.5em;
}
.site-footer-section ul {
    margin: 0;
    padding: 0;
}
ul.menu li, .site-footer-section ul li {
    margin: .5em 0 0;
    line-height: 1.4;
}
ul.menu li a, .site-footer-section ul li a {
    color: rgba(255, 255, 255, 0.75);
}
.site-footer-section ul li a img.emoji {
    display: none !important;
}
ul.menu li a:hover, .site-footer-section ul li a:hover, .site-footer-section ul li a:hover span::after {
    color: var(--background-color);
}
.site-footer-section .widget + .widget_block {
    margin-top: .5em;
}

#page .site-content .ast-container {
    flex-direction: column;
    max-width: 100%;
    padding: 0;
}
.block {
    position: relative;
}
.container {
    padding: 0 2em;
    width: auto;
    max-width: 1440px;
    margin: 0 auto;
}
.vertical-space {
    margin-top: 2em;
    margin-bottom: 2em;
}
.home-page ul {
    margin: 0;
    padding: 0;
}
.article {
    position: relative;
    color: var(--background-color);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.33);
    overflow: hidden;
}
.article img.article-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 458.66px;
}
.article .media-helper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    text-shadow: none;
    pointer-events: none;
    padding: 2em;
}
.article .media-helper .media-helper-item {
    background: var(--background-color);
    color: var(--primary-color);
    width: 34px;
    height: 34px;
    border: 2px solid var(--background-color);
    border-radius: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.article .details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 35%, transparent 100%);
    z-index: 1;
    padding: 1em;
    text-align: center;
    font-family: var(--secondary-font);
}
.article .details .metadata-category {
    padding: 0 0 10px 0;
    background: transparent;
    display: inline-block;
    margin-bottom: .4em;
    text-transform: uppercase;
    text-shadow: none;
    color: var(--background-color);
    position: relative;
    font-size: 12px;
    font-weight: 700;
}
.article .details .metadata-category .sponsored-label {
    font-size: .75em;
    background: none;
    color: var(--primary-color);
    opacity: .8;
    display: inline-block;
    text-transform: uppercase;
}
.article .details .metadata-category .sponsored-label::before {
    content: '|';
    padding-right: .3rem;
}
.article .details .metadata-category a, .article .details h3 a {
    color: rgba(255, 255, 255, 0.9);
    transition: none;
}
.article .details .metadata-category a:hover, .article .details h3 a:hover {
    color: var(--background-color);
}
.article .details .metadata-category:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    content: "";
    pointer-events: none;
    background: transparent url(../../assets/images/thingy.png) repeat-x center center;
    background-size: contain;
}
.article .details .metadata-category:after {
    border-color: var(--background-color);
    filter: invert(1);
}
.article .details h3 {
    font-size: 1.5em;
    font-family: var(--primary-font);
    font-weight: 400;
    line-height: 1.3;
}
.article .details .excerpt {
    font-size: .875rem;
    margin-top: .5em;
}
.article .details .excerpt p {
    margin: 0;
}
.article .details .authors {
    margin-top: .5em;
    font-size: .75rem;
}    
.article .details .authors span.bold {
    font-weight: bold;
}
.article .details .authors .name, .article .details .authors a {
    color: rgba(255,255,255,0.9);
    font-weight: bold;
}
.four_articles_plus_halfpage .with-sidebar {
    position: relative;
    min-height: 615px;
    padding-right: calc(2em - -300px);
}
.four_articles_plus_halfpage .with-sidebar aside.sidebar {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
}
.four_articles_plus_halfpage .with-sidebar .content ul, .two_articles ul, .four_articles ul {
    margin-left: -2em;
    display: flex;
    flex-wrap: wrap;
}
section.block ul li.xlarge-50 {
    padding-left: 2em;
    width: 50%;
}
.block ul li.xlarge-50 .article {
    height: 100%;
}
.bottom-space {
    margin-bottom: 2em !important;
}
.four_articles_plus_halfpage .with-sidebar .content ul li.xlarge-50 img.article-image, .two_articles ul li.xlarge-50 img.article-image {
    width: 100%;
    object-fit: cover;
}
.four_articles_plus_halfpage .with-sidebar .content ul li.xlarge-50 img.article-image {
    height: 458.66px;
}
.two_articles ul li.xlarge-50 img.article-image {
    height: auto;
}
.four_articles_plus_halfpage .with-sidebar .content ul li.xlarge-25, .four_articles ul li.xlarge-25, .four_highlights ul li.xlarge-25 {
    padding-left: 2em;
    width: 25%;
}
.four_articles_plus_halfpage .article .media-helper, .four_articles .article .media-helper, .four_highlights .article .media-helper {
    padding: 1em;
}
.four_articles_plus_halfpage .article .details h3 {
    font-size: 1.25em;
}
.four_articles_plus_halfpage .xlarge-25 .article, .two_articles .xlarge-50 .article {
    background-color: var(--background-color);
    border: 1px solid rgba(34, 34, 34, 0.2);
    border-color: rgba(33, 33, 33, 0.15);
    text-shadow: none;
}
.four_articles_plus_halfpage .xlarge-25 .article .media-helper, .two_articles .xlarge-50 .article .media-helper {
    padding: .5em;
}
.four_articles_plus_halfpage .xlarge-25 .article .details, .two_articles .xlarge-50 .article .details {
    position: relative;
    background: none;
}
.four_articles_plus_halfpage .xlarge-25 .article .details .metadata-category, .two_articles .xlarge-50 .article .details .metadata-category, .all-100 .article .details .metadata-category {
    padding-bottom: 13px;
    margin-bottom: 10px;
}
.four_articles_plus_halfpage .xlarge-25 .article .details .metadata-category a, .two_articles .xlarge-50 .article .details .metadata-category a, .all-100 .article .details .metadata-category a, .four_articles_plus_halfpage .xlarge-25 .article .details .metadata-category span.separator--before-category, .two_articles .xlarge-50 .article .details .metadata-category span.separator--before-category, .all-100 .article .details .metadata-category span.separator--before-category {
    color: var(--text-color);
    opacity: .5;
}
.four_articles_plus_halfpage .xlarge-25 .article .details .metadata-category:after, .two_articles .xlarge-50 .article .details .metadata-category:after, .all-100 .article .details .metadata-category:after {
    filter: none;
}
.four_articles_plus_halfpage .xlarge-25 .article .details h3, .two_articles .xlarge-50 .article .details h3 {
    font-size: .925em;
    font-weight: 700;
    text-transform: none;
    word-break: break-word;
    font-family: var(--secondary-font);
}
.four_articles_plus_halfpage .xlarge-25 .article .details h3 a, .two_articles .xlarge-50 .article .details h3 a, .all-100 .article .details h3 a {
    color: var(--text-color);
}
.four_articles_plus_halfpage .xlarge-25 .article .details .metadata-category a:hover, .four_articles_plus_halfpage .xlarge-25 .article .details h3 a:hover, .two_articles .xlarge-50 .article .details .metadata-category a:hover, .two_articles .xlarge-50 .article .details h3 a:hover, .all-100 .article .details .metadata-category a:hover, .all-100 .article .details h3 a:hover {
    color: var(--primary-color);
    opacity: 1;
}
.four_articles_plus_halfpage .xlarge-25 .article .details .excerpt, .two_articles .xlarge-50 .article .details .excerpt, .all-100 .article .details .excerpt {
    color: var(--text-color);
    font-family: var(--secondary-font);
}
.four_articles_plus_halfpage .xlarge-25 .article .details .authors, .four_articles_plus_halfpage .xlarge-25 .article .details .authors a, .two_articles .xlarge-50 .article .details .authors, .all-100 .article .details .authors, .two_articles .xlarge-50 .article .details .authors a, .all-100 .article .details .authors a {
    color: var(--text-color);
}
.four_articles_plus_halfpage .xlarge-25 .article .details .authors .name, .two_articles .xlarge-50 .article .details .authors .name, .all-100 .article .details .authors .name {
    color: var(--text-color);
}
.four_articles_plus_halfpage .xlarge-25 .article .details .authors .name:hover, .four_articles_plus_halfpage .xlarge-25 .article .details .authors a:hover, .two_articles .xlarge-50 .article .details .authors .name:hover, .all-100 .article .details .authors .name:hover, .two_articles .xlarge-50 .article .details .authors a:hover, .all-100 .article .details .authors a:hover {
    color: var(--primary-color);
}
.travelmagg {
    background: var(--secondary-color);
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.section-header {
    margin-bottom: 2em;
}
.section-header .block-title-ctn {
    width: 100% !important;
    text-align: center;
}
.section-header .block-title-ctn .section-title {
    text-transform: uppercase;
    margin: auto;
}
.travelmagg h2 {
    overflow: hidden;
    text-indent: -99999em;
    height: 35px;
    width: 280px;
    background: url(../../assets/images/travel-magg.png) no-repeat 0 0;
    background-size: contain;
}
.travelmagg .article .details .authors, .travelmagg .article .details .excerpt {
    display: none;
}
.travelmagg .article img.article-image {
    height: 458px;
}
.article .details h2 {
    font-size: 1.2em;
    font-family: var(--primary-font);
    font-weight: 400;
}
.article .details h2 a {
    color: rgba(255, 255, 255, 0.9);
}
.article .details h2 a:hover {
    color: var(--background-color);
}
.article .details .pre-title {
    color: var(--primary-color);
}
.block-magg-highlights .column-group {
    margin-left: -2em;
    display: flex;
    flex-wrap: wrap;
}
.block-magg-highlights .column-group .xlarge-25 {
    width: 25%;
    padding-left: 2em;
}
.block-magg-highlights .column-group .xlarge-50 {
    width: 50%;
    padding-left: 2em;
}
.block-magg-highlights .column-group .article .details {
    position: relative;
    background: none;
}
.all-100 .article img.article-image {
    width: 100%;
    object-fit: cover;
}
.block-magg-highlights .column-group ul, .four_highlights ul {
    margin-left: -2em;
}
.all-100 {
    padding-left: 2em;
    margin-bottom: 2em;
    width: 100%;
}
.all-100:last-child {
    margin-bottom: 0;
}
.all-100 .article {
    background-color: var(--background-color);
    border: 1px solid rgba(34, 34, 34, 0.2);
    border-color: rgba(33, 33, 33, 0.15);
    text-shadow: none;
}
.all-100 .article .details h3 {
    font-size: 1.1rem;
    font-weight: 700;
    font-family: var(--secondary-font);
}
.all-100 .article .media-helper {
    padding: .5em;
}
.xlarge-50 .all-100 .article .details h3 {
    font-size: 1.5rem;
}
.half-bottom-space {
    margin-bottom: 1em;
}
.latest-opinion .section-title {
    text-transform: uppercase;
    line-height: 36px;
    display: inline-block;
    vertical-align: top;
    font-family: var(--primary-font);
    font-size: 1.75em;
}
.latest-opinion .section-title a {
    color: var(--text-color);
}
.latest-opinion .section-title a:hover {
    color: var(--primary-color);
}
.article-list-opinion .article {
    text-shadow: none;
}
.article-list-opinion li.xlarge-100 {
    width: 100%;
    padding-left: 2em;
    margin-bottom: 2em;
}
.article-list-opinion li:last-child {
    margin-bottom: 0;
}
.article-list-opinion li .column-group {
    margin-left: -1em;
}
.article-list-opinion .xlarge-33 {
    width: 33.33%;
}
.article-list-opinion .xlarge-66 {
    width: 66.66%;
}
.article-list-opinion li .column-group [class*=xlarge-] {
    padding-left: 1em;
}
.article-list-opinion li .column-group .xlarge-33 a {
    border-radius: 50%;
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
}
.article-list-opinion li .column-group .xlarge-33 a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    box-shadow: 0 0 0 1px rgba(34, 34, 34, 0.15) inset;
    z-index: 2;
    pointer-events: none;
    border-radius: 100%;
}
.article-list-opinion li .column-group .xlarge-33 a img {
    border-radius: 50%;
}
.article-list-opinion li .column-group .details {
    padding: 0;
    position: relative;
    text-align: left;
}
.article-list-opinion li .column-group .details h3 {
    font-size: .925em;
    line-height: 1.3;
    font-weight: 700;
    font-family: var(--secondary-font);
}
.article-list-opinion li .column-group .details h3 a {
    color: var(--text-color);
}
.article-list-opinion li .column-group .details h3 a:hover {
    color: var(--primary-color);
}
.article-list-opinion li .column-group .details .authors {
    color: var(--text-color);
    line-height: .8em;
}
.article-list-opinion li .column-group .details .authors .name, .article-list-opinion li .column-group .details .authors a {
    color: var(--text-color);
    font-weight: 500;
}
.article-list-opinion li .column-group .details .authors span {
    font-weight: 500;
}
.article-list-opinion li .column-group .details .authors .name:hover, .article-list-opinion li .column-group .details .authors a:hover {
    color: var(--primary-color);
}
.four_articles_plus_halfpage .section-header .block-title-ctn, .four_highlights .section-header .block-title-ctn {
    text-align: left;
}
.four_articles_plus_halfpage .section-header .block-title-ctn .section-title, .four_highlights .section-header .block-title-ctn .section-title {
    line-height: 36px;
    font-family: var(--primary-font);
    font-size: 1.75em;
}
.four_articles_plus_halfpage .section-header, .four_highlights .section-header {
    margin-bottom: 1em;
}
.four_highlights ul {
    display: flex;
    flex-wrap: wrap;
}
.four_highlights ul .article .details h3 {
    font-size: 1.2em;
    font-family: var(--primary-font);
    font-weight: 400;
}
.four_highlights ul .article .metadata-category .sponsored-label {
    color: var(--background-color);
}
.highlights-1_highlights_5_related .all-100 .article .media-helper {
    padding: 2em;
}
.highlights-1_highlights_5_related .article img.article-image {
    max-height: 100%;
    height: 687px;
}
.highlights-1_highlights_5_related .all-100 .article .details .metadata-category {
    margin-bottom: .4em;
    padding-bottom: 10px;
}
.highlights-1_highlights_5_related .all-100 .article .details .metadata-category a, .highlights-1_highlights_5_related .all-100 .article .details h3 a {
    color: rgba(255,255,255,0.9);
    opacity: 1;
}
.highlights-1_highlights_5_related .all-100 .article .details .metadata-category a:hover, .highlights-1_highlights_5_related .all-100 .article .details h3 a:hover {
    color: var(--background-color);
}
.highlights-1_highlights_5_related .all-100 .article .details .metadata-category:after {
    filter: invert(1);
}
.highlights-1_highlights_5_related ul .article .details h3 {
    font-size: 1.5em;
}
.highlights-1_highlights_5_related .all-100 .article .details .excerpt, .highlights-1_highlights_5_related .all-100 .article .details .authors, .highlights-1_highlights_5_related .all-100 .article .details .authors .name, .highlights-1_highlights_5_related .all-100 .article .details .authors a {
    color: var(--background-color);
}
.highlights-1_highlights_5_related .related-articles {
    margin-left: -1em;
    margin-top: 1em;
}
.xlarge-20 {
    width: 20%;
}
.highlights-1_highlights_5_related .related-articles li {
    padding-left: 1em;
}
.highlights-1_highlights_5_related .related-articles li .article {
    background: none !important;
    border: none !important;
}
.highlights-1_highlights_5_related .related-articles li .article .details {
    position: relative;
    background: none;
}
.highlights-1_highlights_5_related .related-articles li .article .media-helper {
    padding: .5em;
}
.highlights-1_highlights_5_related .related-articles li .article .details h4 {
    font-size: .875rem;
    line-height: 1.35;
    font-weight: 700;
    font-family: var(--secondary-font);
}
.highlights-1_highlights_5_related .related-articles li .article .details h4 a {
    color: rgba(255, 255, 255, 0.9);
}
.highlights-1_highlights_5_related .related-articles li .article .details h4 a:hover {
    color: var(--background-color);
}
.highlights-1_highlights_5_related .related-articles img.article-image {
    max-height: 128px;
}
.three-things {
    background-color: var(--text-color);
    margin-bottom: 4em;
    padding-top: 4em;
    padding-bottom: 4em;
}
.three-things .section-title {
    line-height: 36px;
    font-family: var(--primary-font);
    font-size: 1.75em;
    color: var(--grey-color);
}
.xlarge-25 {
    width: 25%;
}
.xlarge-40 {
    width: 40%;
}
.three-things .column-group {
    margin-left: -4em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.three-things .column-group [class*=xlarge-] {
    padding-left: 4em;
}
.three-things .article {
    background: var(--background-color);
    text-shadow: none;
}
.three-things .article .media-helper {
    padding: .5em;
}
.three-things .article .details {
    position: relative;
    background: var(--background-color);
}
.three-things .article .details h3 {
    font-size: .925em;
    line-height: 1.3;
    font-weight: 700;
    font-family: var(--secondary-font);
}
.three-things .xlarge-40 .article .details h3 {
    font-size: 1.1rem;
}
.three-things .article .details h3 a {
    color: var(--text-color);
}
.three-things .article .details h3 a:hover {
    color: var(--primary-color);
}
.three-things .article .details .authors {
    color: var(--text-color);
}
.three-things .article .details .authors .name {
    color: var(--text-color);
}
.three-things .article .details .authors .name:hover {
    color: var(--primary-color);
}

.category {
    background: var(--background-color);
}
.category .container, .tag .container, .search .container, .error404 .container {
    width: 100%;
}
.page-category .with-sidebar {
    position: relative;
    min-height: 615px;
    padding-right: calc(2em - -300px);
}
.page-category .with-sidebar .sidebar {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
}
.page-category .page-header .column-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.page-category .page-header .page-title-ctn {
    width: 66.66%;
}
.page-category .page-header .page-subcategories-ctn {
    width: 33.33%;
}
.page-category .page-header .page-title-ctn .page-title {
    line-height: 36px;
    margin: 0;
    font-family: var(--primary-font);
    color: var(--text-color);
    font-size: 2.2em;
}
.page-category .page-header .page-subcategories-ctn .select {
    position: relative;
}
.page-category .page-header .page-subcategories-ctn .select:before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 37px;
    margin-top: -19px;
    line-height: 38px;
    font-size: 12px;
    text-align: center;
    z-index: -1;
    font-family: var(--font-awesome);
    font-weight: 900;
    content: "\f0dc";
    text-shadow: none;
    color: var(--text-color);
    z-index: 1;
    cursor: pointer;
    pointer-events: none;
    zoom: 1;
    opacity: 0.5;
}
.page-category .page-header .page-subcategories-ctn select {
    position: relative;
    height: 36px;
    outline: none;
    font-size: .875rem;
    font-family: var(--secondary-font);
    font-weight: 400;
    line-height: 20px;
    background: var(--background-color);
    border-radius: 0;
    box-shadow: none;
    padding: 8px 6px;
    border: 1px solid var(--light-grey-color);
    border-color: rgba(33,33,33,0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: .01px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 28px !important;
}
.page-category .category-posts ul {
    margin-left: -2em;
    display: flex;
    flex-wrap: wrap;
}
.page-category .category-posts ul li.xlarge-33 {
    width: 33.33%;
    padding-left: 2em;
    margin-bottom: 2em;
}
.category-posts ul li .article {
    text-shadow: none;
    background: var(--background-color);
    border: 1px solid rgba(34, 34, 34, 0.2);
    border-color: rgba(33, 33, 33, 0.15);
}
.category-posts ul li .article > a {
    padding-top: 50%;
    height: 0;
    position: relative;
    display: block;
}
.category-posts ul li .article  img.article-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.category-posts ul li .article .media-helper {
    padding: .5em;
    display: flex;
    gap: 5px;
}
.category-posts ul li .article .details {
    position: relative;
    background: none;
}
.category-posts ul li .article .details .metadata-category {
    padding-bottom: 13px;
    margin-bottom: 10px;
}
.category-posts ul li .article .details .metadata-category a {
    color: var(--text-color);
    opacity: .5;
}
.category-posts ul li .article .details .metadata-category a:hover {
    color: var(--primary-color);
    opacity: 1;
}
.category-posts ul li .article .details .metadata-category:after {
    filter: none;
}
.category-posts ul li .article .details h2 {
    font-size: .925em;
    font-weight: 700;
    text-transform: none;
    word-break: break-word;
    font-family: var(--secondary-font);
}
.category-posts ul li .article .details h2 a {
    color: var(--text-color);
}
.category-posts ul li .article .details h2 a:hover {
    color: var(--primary-color);
}
.category-posts ul li .article .details .excerpt {
    color: var(--text-color);
    font-family: var(--secondary-font);
}
.category-posts ul li .article .details .authors {
    color: var(--text-color);
}
.category-posts ul li .article .details .authors .name {
    color: var(--text-color);
}
.category-posts ul li .article .details .authors .name:hover {
    color: var(--primary-color);
}
.pagination {
    margin-top: 2em;
    margin-bottom: 2em;
}
.pagination ul.pagination-list {
    margin: 0;
    text-align: center;
    justify-content: center;
}
.pagination ul li a {
    display: block;
    padding: 10px 5px;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 30px;
    color: var(--text-color);
    zoom: 1;
    opacity: 0.5;
    font-family: var(--secondary-font);
}
.pagination ul li.previous a, .pagination ul li.next a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.pagination ul li.active a {
    opacity: 1;
    pointer-events: none;
}
.pagination ul li.disabled {
    opacity: 0.5;
}
.pagination ul li:not(.disabled) a:hover {
    color: var(--primary-color);
    opacity: 1;
}
.single-post .column-group {
    margin-left: -2em;
    display: flex;
    flex-wrap: wrap;
}
.single-post .article-title-ctn h1 {
    font-size: 4em;
    line-height: 1em;
    font-family: var(--primary-font);
    font-weight: 400;
}
.single-post .with-sidebar {
    position: relative;
    padding: 0;
}
.single-post .with-sidebar .sidebar {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
}
.single-post .column-group .xlarge-30 {
    width: 20%;
    padding-left: 2em;
}
.single-post .column-group .xlarge-70 {
    width: 80%;
    padding-left: 2em;
}
.single-post .column-group .article-body-ctn {
    position: relative;
    padding-right: calc(2em - -300px);
}
.single-post .article-metadata {
    border-top: 1px solid var(--text-color);
    margin-bottom: 2em;
}
.single-post .article-metadata .authorship, .single-post .article-metadata .date, .single-post .article-metadata .category, .single-post .article-metadata .tags, .single-post .article-metadata .partner {
    padding-top: .6em;
    padding-bottom: .6em;
    font-size: .875rem;
    border-bottom: solid 1px var(--text-color);
    color: var(--text-color);
    line-height: 1.45;
}
.single-post .article-metadata .authorship ul {
    margin: 0;
    padding: 0;
}
.single-post .article-metadata .authorship ul li a, .single-post .article-metadata .partner a {
    min-height: 40px;
    font-weight: 700;
    color: var(--text-color);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-family: var(--secondary-font);
}
.single-post .article-metadata .partner a {
    min-height: auto;
}
.single-post .article-metadata .authorship ul li a:hover, .single-post .article-metadata .partner a:hover {
    color: var(--primary-color);
}
.single-post .article-metadata .authorship ul li a .avatar {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    border-radius: 20px;
    overflow: hidden;
}
.single-post .article-metadata .category a {
    color: var(--text-color);
    font-weight: 700;
}
.single-post .article-metadata .category a:hover {
    color: var(--primary-color);
}
.single-post .article-metadata .tags {
    position: relative;
}
.single-post .article-metadata .tags a {
    color: var(--text-color);
    font-weight: 700;
    font-size: .75em;
}
.single-post .article-metadata .tags a:hover {
    color: var(--primary-color);
}
.single-post .article-metadata .tags a::after {
    content: "\00a0\00B7";
}
.single-post .article-metadata .tags a:last-child::after {
    content: "";
}
.single-post .article-share {
    position: relative;
    padding-top: 25px;
    margin-bottom: 2em;
}
.single-post .article-share::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    opacity: .5;
    content: "Partilhe este conteúdo";
    color: var(--text-color);
}
.single-post .article-share .column-group {
    margin-left: -.5em;
    justify-content: center;
}
.single-post .article-share .column-group [class*=xlarge-] {
    padding-left: .5em;
}
.single-post .article-share a {
    display: inline-block;
    padding: 7px 6px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border: 1px solid rgba(34, 34, 34, 0.8);
    background: transparent;
    color: var(--text-color);
    border-color: var(--text-color);
    width: 100%;
}
.single-post .article-share a i {
    padding: 0;
    margin: 0 4px;
    font-size: 14px;
    line-height: 18px;
}
.single-post .article-share a:hover {
    color: var(--background-color);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.single-post .article-related-articles ul.related-articles {
    margin: 0;
    padding: 0;
    margin-left: -1em;
}
.single-post .article-related-articles ul.related-articles li.all-100 {
    padding-left: 1em;
    margin-bottom: 1em;
}
.single-post .article-related-articles ul li .article .details {
    position: relative;
    background: none;
}
.single-post .article-related-articles ul li .article .details h3 {
    font-size: 1rem;
    line-height: 1.1;
}
.single-post .article-related-articles ul li .article .details h3 a {
    font-size: .85rem;
}
.single-post .column-group .article-body-ctn .article-spnsor {
    margin-bottom: 2em;
    padding: 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 0 1px;
}
.single-post .column-group .article-body-ctn .article-spnsor .spnsor-logo img {
    vertical-align: middle;
    width: auto;
    max-width: 200px;
    max-height: 50px;
}
.single-post .column-group .article-body-ctn .article-excerpt {
    font-weight: bold;
    font-size: 1.125rem;
    color: var(--text-color);
    line-height: 1.45;
}
.single-post .column-group .article-body-ctn .article-body .content .article-related-article {
    margin-left: 0;
    width: 33%;
    min-width: 150px;
    overflow: hidden;
    margin-right: 1em;
    float: left;
    margin-bottom: 1em;
}
.single-post .column-group .article-body-ctn .article-body .content .article-related-article a {
    display: block;
    position: relative;
    z-index: 1;
    background: rgba(0, 0, 0, 0.025);
    background-color: rgba(33, 33, 33, 0.075);
    color: var(--text-color);
}
.single-post .column-group .article-body-ctn .article-body .content .article-related-article a:hover {
    background: var(--primary-color);
}
.single-post .article-related-article .thumb {
    position: relative;
    display: block;
    min-height: 40px;
    background: rgba(0, 0, 0, 0.1) no-repeat center center;
    overflow: hidden;
}
.single-post .article-related-article .thumb img {
    width: 100%;
}
.single-post .column-group .article-body-ctn .article-body .content .article-related-article a .details {
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: .5em;
}
.single-post .column-group .article-body-ctn .article-body .content .article-related-article a .details h6 {
    font-size: .875em;
    font-family: var(--primary-font);
    font-weight: 400;
    line-height: 1.2em;
    color: var(--text-color);
    text-transform: uppercase;
}
.single-post .column-group .article-body-ctn .article-body .content .article-related-article a .details .go {
    position: relative;
    padding-left: 28px;
    line-height: 22px;
    height: 22px;
    font-size: .75rem;
    margin-top: 1em;
}
.single-post .column-group .article-body-ctn .article-body .content .article-related-article a .details .go:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 22px;
    line-height: 22px;
    padding-left: 1px;
    font-weight: 900;
    text-align: center;
    border-radius: 11px;
    background-color: var(--text-color);
    color: var(--background-color);
    content: "\f105";
    font: normal normal normal 14px / 1 FontAwesome;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-post .column-group .article-body-ctn .article-body .content .article-related-article a:hover .details {
    color: var(--background-color);
}
.single-post .column-group .article-body-ctn .article-body .content .article-related-article a:hover .thumb {
    background: none;
    opacity: .5;
    mix-blend-mode: luminosity;
}
.single-post .column-group .article-body-ctn .article-body .content .article-related-article a:hover .details h6.title {
    color: var(--background-color);
}
.single-post .column-group .article-body-ctn .article-body .content .article-related-article a:hover .details .go:before {
    background-color: var(--background-color);
    color: var(--primary-color);
}
.single-post .column-group .article-body-ctn .article-body .content .infobox {
    float: none;
    width: 100%;
    margin-left: 0;
    font-size: .875rem;
    background-color: rgba(33, 33, 33, 0.075);
    border: 1px solid rgba(34, 34, 34, 0.05);
    border-color: rgba(33, 33, 33, 0.05);
    margin-bottom: 2em;
    overflow: hidden;
    padding: 1em;
}
.single-post .column-group .article-body-ctn .article-body .content .infobox >*:last-child {
    margin-bottom: 0;
    font-size: .875rem !important;
}
blockquote:after, blockquote:before, q:after, q:before {
    content: "''";
}
.single-post .column-group .article-body-ctn .article-body .content blockquote, .single-post .column-group .article-body-ctn .article-body .content blockquote p {
    border: none;
    margin: 0;
    padding: 0;
    color: var(--text-color);
    font-style: italic;
    display: inline;
}
.single-post .column-group .article-body-ctn .article-body .content p {
    margin-bottom: 1.305em;
    color: var(--text-color);
    font: normal normal normal 1em / 1.45 Roboto, Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
    font-family: var(--secondary-font);
}
.single-post .column-group .article-body-ctn .article-body .content a {
    color: var(--primary-color);
}
.single-post .column-group .article-body-ctn .article-body .content a:hover {
    color: var(--text-color);
}
.single-post .column-group .article-body-ctn .article-image img {
    width: 100%;
    object-fit: cover;
}
.single-post .column-group .article-body-ctn .article-body .content .wp-block-gallery {
    display: none;
}
.single-post .column-group .article-body-ctn .article-body .content h2 {
    font-family: var(--primary-font);
    font-weight: 400;
    line-height: 1.2em;
    color: var(--text-color);
    font-size: 1.75em;
    margin-top: 0;
    margin-bottom: .74571em;
}
.single-post .column-group .article-body-ctn .article-body .content .article-embed-video {
    margin-bottom: 2em;
}
.single-post .column-group .article-body-ctn .article-body .content .article-embed-video iframe {
    width: 100%;
    height: 428px;
}
.single-post .column-group .article-body-ctn .article-body .content .article-photogallery {
    margin-left: -1em;
    display: flex;
    flex-wrap: wrap;
}
.single-post .column-group .article-body-ctn .article-body .content h2.article-photogallery-title {
    font-weight: 400;
    line-height: 1.2em;
    width: 100%;
    color: var(--text-color);
    font-family: var(--primary-font);
    font-size: 1.75em;
    margin-bottom: .74571em;
}
.single-post .column-group .article-body-ctn .article-body .content .article-photogallery a.glightbox {
    padding-left: 1em;
    margin-bottom: 1em;
    width: 16.66%;
    position: relative;
}
.single-post .column-group .article-body-ctn .article-body .content .article-photogallery a.glightbox img {
    width: 100%;
    height: 112px;
    object-fit: cover;
}
.single-post .column-group .article-body-ctn .article-body .content .article-photogallery a.more-overlay:after {
    position: absolute;
    top: 0;
    left: 1em;
    width: calc(100% - 1em);
    height: 100%;
    content: "";
    background-color: rgba(0,0,0,0.33);
}
.single-post .column-group .article-body-ctn .article-body .content .article-photogallery a.glightbox .overlay-text {
    position: absolute;
    top: 0;
    z-index: 9999;
    color: var(--background-color);
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 1em);
    height: 100%;
    left: 1em;
    font-size: 1.5em;
    font-family: var(--secondary-font);
}
.xlarge-60 {
    width: 60%;
}
.single-post .article-share .xlarge-60 {
    display: flex;
    flex-wrap: wrap;
}
.single-post .talk-to-us {
    padding-top: 1em;
    padding-bottom: 1em;
    margin-top: 2em;
    margin-bottom: 2em;
    position: relative;
    font-family: var(--secondary-font);
}
.single-post .talk-to-us:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 7px;
    content: "";
    pointer-events: none;
    background: transparent url(../../assets/images/thingy.png) repeat-x center center;
    background-size: contain;
    top: -7px;
}
.single-post .talk-to-us:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 7px;
    content: "";
    pointer-events: none;
    background: transparent url(../../assets/images/thingy.png) repeat-x center center;
    background-size: contain;
    bottom: -7px;
}
.single-post .talk-to-us h3 {
    color: var(--text-color);
    font-weight: 700;
    line-height: 1.16;
    font-size: 1.5em;
}
.single-post .talk-to-us .medium {
    font-size: .875rem;
    color: var(--text-color);
    line-height: 1.45;
}
.single-post .talk-to-us a {
    color: var(--primary-color);
}
.single-post .talk-to-us a:hover {
    color: var(--text-color);
}
.single-post .article-moar-stuff {
    margin-top: 4em;
}
.single-post .article-moar-stuff .xlarge-100 {
    padding-left: 2em;
    margin-bottom: 2em;
    width: 100%;
}
.single-post .article-moar-stuff .section-header {
    margin-bottom: 1em;
}
.single-post .article-moar-stuff .section-header h2 {
    text-transform: uppercase;
    line-height: 36px;
    font-family: var(--primary-font);
    font-weight: 400;
    color: var(--text-color);
    font-size: 1.75em;
}
.single-post .article-moar-stuff ul.related-articles {
    margin-left: -2em;
    display: flex;
    flex-wrap: wrap;
}
.single-post .article-moar-stuff ul.related-articles .xlarge-50 {
    width: 50%;
    padding-left: 2em;
    margin-bottom: 2em;
}
.single-post .article-moar-stuff .all-100 ul {
    margin: 0;
    padding: 0;
    margin-left: -2em;
    display: flex;
    flex-wrap: wrap;
}
.single-post .article-moar-stuff .all-100 ul li.xlarge-50 {
    padding-left: 2em;
    margin-bottom: 2em;
    width: 50%;
}
.single-post .article-moar-stuff ul.related-articles img.article-image, .single-post .article-moar-stuff .all-100 ul li.xlarge-50 img.article-image {
    height: 182px;
}
.single-post .article-moar-stuff .all-100 ul li .article .details h2 {
    font-size: 1.2em;
    font-family: var(--primary-font);
    font-weight: 400;
    line-height: 1.3;
}
.single-post .article-moar-stuff .all-100 ul li .article .details h3 a {
    color: rgba(255, 255, 255, 0.9);
}
.single-post .article-moar-stuff .all-100 ul li .article .details h3 a:hover {
    color: var(--background-color);
}
.single-post .article-moar-stuff .all-100 {
    margin-bottom: 0;
}
.single-post .article-moar-stuff .all-100.latest-news {
    margin-bottom: 2em;
}
.single-post .article-moar-stuff .section-header h2 a {
    color: var(--text-color);
}
.single-post .article-moar-stuff .section-header h2 a:hover {
    color: var(--primary-color);
}
.single-post .article-moar-stuff .latest-news ul {
    margin-left: -1em;
}
.single-post .article-moar-stuff .latest-news ul li {
    padding-left: 1em !important;
    margin-bottom: 1em !important;
}
.single-post .article-moar-stuff .latest-news .article {
    border: none;
}
.single-post .article-moar-stuff .latest-news .article .details {
    position: relative;
    padding: 0;
    text-align: left;
    background-image: none;
}
.single-post .article-moar-stuff .all-100 ul li.xlarge-50 .article .details h3 {
    font-size: .925em;
    line-height: 1.3;
    font-weight: 700;
    font-family: var(--secondary-font);
}
.single-post .article-moar-stuff .latest-news .article .details h3 a {
    color: var(--text-color) !important;
}
.single-post .article-moar-stuff .latest-news .article .details h3 a:hover {
    color: var(--primary-color) !important;
}
.author .author-info {
    background-color: #333;
    color: var(--background-color);
    border: 2px solid var(--text-color);
    border-color: var(--background-color);
    padding: 2em;
}
.author .author-info .column-group {
    margin-left: -2em;
    align-items: flex-start;
}
.author .author-info .column-group .xlarge-15 {
    padding-left: 2em;
    width: 200px;
}
.author .author-info .author-photo {
    width: 169px;
    height: 169px;
}
.author .author-info .author-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.author .author-info .column-group .xlarge-65 {
    padding-left: 2em;
    width: 65%;
}
.author .author-info h1 {
    line-height: 36px;
    font-family: var(--primary-font);
    color: var(--background-color);
    font-size: 2.2em;
    font-weight: 400;
}
.author .author-info .author-links {
    margin-top: .5em;
    margin-bottom: .5em;
}
.author .author-info .author-links a {
    text-align: center;
    display: inline-block;
    background: none;
    font-size: 14px;
    font-weight: 500;
    color: var(--background-color);
    border: 1px solid rgba(34, 34, 34, 0.8);
    border-color: rgba(255, 255, 255, 0.8);
    padding: 7px 6px;
    line-height: 20px;
    white-space: normal;
    width: 36px;
    padding-left: 0;
    padding-right: 0;
}
.author .author-info .author-links a:hover {
    color: var(--background-color);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.author .author-info .author-links a i {
    font-size: 16px;
}
.ads-top {
    margin-top: 2em;
    margin-bottom: 2em;
    display: flex;
    justify-content: center;
}
.ads-top.mt-0 {
    margin-top: 0;
}
.ads-top .ads-rectangle {
    width: 100%;
    max-width: 970px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px var(--text-color);
}
.four_articles_plus_halfpage .with-sidebar aside.sidebar .ads-top {
    margin: 0;
}
.four_articles_plus_halfpage .with-sidebar aside.sidebar .ads-top .ads-rectangle, .page-category .with-sidebar .sidebar .ads-top .ads-rectangle, .single-post .with-sidebar .sidebar .ads-top .ads-rectangle {
    height: 600px;
}
.search-modal-ctn {
    background: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: 0;
    position: fixed;
    background-image: linear-gradient(315deg, rgba(182, 14, 0, 0.9) 0%, rgba(255, 46, 29, 0.9) 100%);
    color: var(--background-color);
    z-index: 2000000001;
    opacity: 0;
    display: none;
}
.search-modal-ctn.visible {
    opacity: 1;
    display: block;
}
body.search-modal-open {
    overflow: hidden;
}
.search-modal-ctn .search-modal {
    display: flex;
    width: 800px;
    height: 100%;
    margin: auto;
    flex-direction: column;
    overflow: hidden;
}
.search-modal-ctn .search-modal .modal-body {
    margin-top: 4em;
    overflow-y: auto;
    overflow-x: hidden;
    height: auto;
    flex: 1 1 0%;
    position: relative;
    padding: 0;
}
.search-modal-ctn .search-modal .modal-body button.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    padding: 0;
    background: none;
    border: none;
    z-index: 1;
}
.search-modal-ctn .search-modal .modal-body .modal-close:before, .search-modal-ctn .search-modal .modal-body .modal-close:after {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 80%;
    height: 2px;
    margin-top: -1px;
    background: rgba(255, 255, 255, 0.8);
    content: "";
}
.search-modal-ctn .search-modal .modal-body button.modal-close:hover:before, .search-modal-ctn .search-modal .modal-body button.modal-close:hover:after {
    background: var(--background-color);
}
.search-modal-ctn .search-modal .modal-body .modal-close:before {
    transform: rotate(45deg);
}
.search-modal-ctn .search-modal .modal-body .modal-close:after {
    transform: rotate(-45deg);
}
.search-modal-ctn .search-modal .modal-body #global-search {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0;
    padding-right: 50px;
    padding-left: 2px;
    background: none;
    font-size: 2.25em;
    font-weight: 300;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.75);
    color: var(--background-color);
    border-radius: 0;
    font-family: var(--secondary-font);
}
.search-modal-ctn .search-modal .modal-body #global-search::placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.search-modal-ctn .search-modal .modal-body ul.search-results-list {
    position: absolute;
    top: 50px;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow-y: auto;
    margin: 0;
}
.search-modal-ctn .search-modal .modal-body ul.search-results-list li {
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.search-modal-ctn .search-modal .modal-body ul.search-results-list li a {
    display: block;
    position: relative;
    padding: 1em 150px 1em 1em;
    color: var(--background-color);
}
.search-modal-ctn .search-modal .modal-body ul.search-results-list li a:hover {
    background: rgba(0,0,0,0.5);
}
.search-modal-ctn .search-modal .modal-body ul.search-results-list .no-result {
    display: block;
    padding: 1em;
    text-align: center;
    font-family: var(--secondary-font);
}
.search-modal-ctn .search-modal .modal-body ul.search-results-list li a span.title {
    color: rgba(255, 255, 255, 0.75);
    font-family: var(--secondary-font);
}
.search-modal-ctn .search-modal .modal-body ul.search-results-list li a .highlight {
    font-weight: 900;
    color: var(--background-color);
}
.search-modal-ctn .search-modal .modal-body ul.search-results-list li a span.excerpt {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    font-size: .75em;
}
.search-modal-ctn .search-modal .modal-body ul.search-results-list li a span.label {
    position: absolute;
    top: 50%;
    right: 1em;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    zoom: 1;
    transform: translate(0, -50%);
    opacity: 0.75;
}
.blank-slate {
    padding: 6em 2em;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(34, 34, 34, 0.5);
    background-color: rgba(33, 33, 33, 0.2);
    border-color: rgba(33, 33, 33, 0.2);
}
.blank-slate .title {
    margin-bottom: 0;
    opacity: .4;
    font-family: var(--primary-font);
    font-weight: 400;
    line-height: 1.2em;
    color: var(--text-color);
    font-size: 1.75em;
}
.search-form .column-group {
    margin-left: -.5em;
    display: flex;
    flex-wrap: wrap;
}
.search-form .column-group .xlarge-80 {
    padding-left: .5em;
    width: 80%;
}
.search-form .column-group .xlarge-20 {
    padding-left: .5em;
    width: 20%;
}
.search-form input[type="search"] {
    width: 100%;
    height: 36px;
    font-size: .875rem;
    font-family: var(--secondary-font);
    font-weight: 400;
    line-height: 20px;
    background: var(--background-color);
    border-color: rgba(33, 33, 33, 0.25);
    box-shadow: none;
    color: var(--text-color);
    padding: 8px 6px;
    border-radius: 0;
}
.search-form .button {
    width: 100%;
    display: inline-block;
    padding: 8px 6px;
    background: none;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: var(--text-color);
    border: 1px solid rgba(34, 34, 34, 0.8);
    border-color: rgba(33, 33, 33, 0.8);
    padding: 7px 6px;
    line-height: 20px;
    white-space: normal;
    border-radius: 0;
    font-family: var(--secondary-font);
}
.search-form .button i {
    font-size: 16px;
    padding: 0;
    margin: 0 4px;
    line-height: 18px;
}
.search-form .button span {
    padding: 0;
    margin: 0 4px;
    line-height: 20px;
}
.search-form .button:hover {
    color: var(--background-color);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.legal-page-template {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
    width: 100%;
}
.legal-page-template .column-group {
    margin-left: -2em;
}
.legal-page-template .column-group .article-title-ctn {
    padding-left: 2em;
    margin-bottom: 2em;
    width: 100%;
}
.legal-page-template .column-group .article-body-ctn {
    padding-left: 2em;
    margin-bottom: 2em;
    width: 100%;
}
.legal-page-template .column-group .article-title-ctn .article-title {
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 4em;
    line-height: 1em;
    font-family: var(--primary-font);
    font-weight: 400;
    color: var(--text-color);
}
.legal-page-template .column-group .article-body-ctn .article-body {
    max-width: 40rem;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    min-height: 1140px;
}
.legal-page-template .column-group .article-body-ctn .article-body p {
    font-size: 1.125rem;
    margin-bottom: 1.305em;
    color: var(--text-color);
    font-family: var(--secondary-font);
    line-height: 1.45;
}
.legal-page-template .column-group .article-body-ctn .article-body p a {
    color: var(--primary-color);
}
.legal-page-template .column-group .article-body-ctn .article-body p a:hover {
    color: var(--text-color);
}
.legal-page-template .column-group .article-body-ctn .article-body ol, .legal-page-template .column-group .article-body-ctn .article-body ul {
    font-size: 1.125rem;
    font-family: var(--secondary-font);
    line-height: 1.4;
    padding: 0 0 0 1.45em;
    margin: 1em 0;
}
.legal-page-template .column-group .article-body-ctn .article-body ul {
    list-style-type: disc;
}
.legal-page-template .column-group .article-body-ctn .article-body ol li, .legal-page-template .column-group .article-body-ctn .article-body ul li {
    margin: .5em 0;
    color: var(--text-color);
}
.legal-page-template .column-group .article-body-ctn .article-body ol li a, .legal-page-template .column-group .article-body-ctn .article-body ul li a {
    color: var(--primary-color);
}
.legal-page-template .column-group .article-body-ctn .article-body ol li a:hover, .legal-page-template .column-group .article-body-ctn .article-body ul li a:hover {
    color: var(--text-color);
}
.legal-page-template .column-group .article-body-ctn .article-body h2 {
    font-family: var(--primary-font);
    font-weight: 400;
    line-height: 1.2em;
    color: var(--text-color);
    font-size: 1.97em;
    margin-top: 0;
    margin-bottom: .74571em;
}
.legal-page-template .column-group .article-body-ctn .article-body h3 {
    font-family: var(--primary-font);
    font-weight: 400;
    line-height: 1.2em;
    color: var(--text-color);
    font-size: 1.688em;
    margin-top: 0;
    margin-bottom: .87em;
}
.legal-page-template .column-group .article-body-ctn .article-body h1 {
    font-family: var(--primary-font);
    font-weight: 400;
    line-height: 1.2em;
    color: var(--text-color);
    font-size: 2.475em;
    margin-top: 0;
    margin-bottom: .59318em;
}
.page-error {
    min-height: 650px;
}
.page-error .error {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.page-error .error h1 {
    font-family: var(--primary-font);
    font-weight: 400;
    line-height: 1.2em;
    color: var(--text-color);
    font-size: 2.2em;
    margin: 0;
}
.page-error .error p {
    font-size: 1em;
    margin-top: 0;
    margin-bottom: 1.305em;
    color: var(--text-color);
    font-family: var(--secondary-font);
}
.page-error .error .buttons {
    margin-left: -.5em;
    margin-top: 2em;
    display: flex;
    flex-wrap: wrap;
}
.page-error .error .buttons .all-50 {
    padding-left: .5em;
    margin-bottom: .5em;
    width: 50%;
}
.page-error .error .buttons a {
    width: 100%;
    display: inline-block;
    background: none;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: var(--text-color);
    border: 1px solid rgba(34, 34, 34, 0.8);
    border-color: rgba(33,33,33,0.8);
    padding: 7px 6px;
    line-height: 20px;
    white-space: normal;
    border-radius: 0;
    font-family: var(--secondary-font);
}
.page-error .error .buttons a i {
    font-size: 16px;
    padding: 0;
    margin: 0 4px;
    line-height: 18px;
}
.page-error .error .buttons a span {
    padding: 0;
    margin: 0 4px;
    line-height: 20px;
}
.page-error .error .buttons a:hover {
    color: var(--background-color);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}


@media (max-width: 1260px) {
    .site-header#masthead .ast-container .ast-builder-grid-row .site-header-primary-section-left, .site-header#masthead .ast-container .ast-builder-grid-row .site-header-primary-section-right {
        width: 40%;
    }
    .site-header#masthead .ast-container .ast-builder-grid-row .site-header-primary-section-center {
        width: 20%;
    }
}
@media (max-width: 1199px) {
    .page-category .with-sidebar .sidebar, .single-post .with-sidebar .sidebar {
        display: none;
    }
    .four_articles_plus_halfpage .with-sidebar, .page-category .with-sidebar {
        padding-right: 0;
    }
    .single-post .column-group .xlarge-30, .single-post .column-group .xlarge-70 {
        width: 100%;
    }
    .single-post .column-group .article-body-ctn {
        padding-right: 0;
    }
    .single-post .xlarge-30 .article-share, .single-post .xlarge-30 .article-related-articles {
        display: none;
    }
    .four_articles_plus_halfpage .with-sidebar aside.sidebar {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
    }
    .four_articles_plus_halfpage .with-sidebar aside.sidebar .ads-top {
        margin: 2em 0;
    }
    .four_articles_plus_halfpage .with-sidebar aside.sidebar .ads-top .ads-rectangle {
        height: 250px;
    }
    .single-post .column-group .article-body-ctn .article-body .content .article-related-article {
        margin-left: 0;
    }
}
@media (max-width: 991px) {
    .ast-below-header-wrap {
        display: none;
    }
    .ast-theme-transparent-header #masthead {
        position: sticky;
        top: 0;
        background: var(--background-color);
    }
    #ast-desktop-header {
        display: none;
    }
    #ast-mobile-header {
        display: block;
    }
    .ast-main-header-nav-open {
        overflow: hidden;
    }
    .ast-main-header-nav-open .ast-mobile-header-content {
        display: block;
    }
    header.site-header:after {
        position: absolute;
        bottom: -7px;
        left: 0;
        width: 100%;
        height: 7px;
        content: "";
        pointer-events: none;
        background: transparent url(../../assets/images/thingy.png) repeat-x center center;
        background-size: contain;
    }
    .main-header-bar-wrap .ast-builder-grid-row {
        display: flex;
        justify-content: center;
        padding-top: .75em;
        padding-bottom: .75em;
    }
    .main-header-bar-wrap .ast-builder-grid-row .site-branding {
        padding: 15px 0;
    }
    .site-logo-img a {
        margin: 0;
    }
    .main-header-bar-wrap .ast-builder-grid-row button.menu-toggle {
        position: absolute;
        top: 50%;
        left: 20px;
        transform: translateY(-50%);
        padding: 5px 10px;
        color: var(--text-color) !important;
    }
    .main-header-bar-wrap .ast-builder-grid-row button.menu-toggle svg {
        fill: revert-layer !important;
    }
    .main-header-bar-wrap .ast-builder-grid-row button.menu-toggle .mobile-menu {
        font-weight: 500;
        font-family: var(--secondary-font);
        color: unset;
    }
    .main-header-bar-wrap .ast-builder-grid-row button.menu-toggle:hover, .main-header-bar-wrap .ast-builder-grid-row button.menu-toggle:focus {
        background-color: var(--text-color) !important;
        color: var(--background-color) !important;
        border-color: var(--text-color) !important;
    }
    .four_articles ul, .four_articles_plus_halfpage .with-sidebar .content ul, .four_highlights ul, .block-magg-highlights .column-group {
        row-gap: 30px;
    }
    .four_articles_plus_halfpage .with-sidebar .content ul li.xlarge-25, .four_articles ul li.xlarge-25, .four_highlights ul li.xlarge-25 {
        width: 50%;
    }
    .block-magg-highlights .column-group .xlarge-25 {
        width: 50%;
    }
    .block-magg-highlights .column-group .xlarge-25:last-child {
        width: 100%;
    }
    .article-list-opinion {
        display: flex;
        flex-wrap: wrap;
    }
    .article-list-opinion li.xlarge-100 {
        width: 50%;
    }
    .three-things .column-group {
        margin-left: -2em;
    }
    .three-things .column-group [class*=xlarge-] {
        padding-left: 2em;
    }
    .three-things .column-group .xlarge-25 {
        width: 30%;
    }
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"].footer-widget-area-inner, .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"].footer-widget-area-inner, .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"].footer-widget-area-inner, .footer-widget-area[data-section="sidebar-widgets-footer-widget-4"].footer-widget-area-inner, .footer-widget-area[data-section="sidebar-widgets-footer-widget-5"].footer-widget-area-inner, .footer-widget-area[data-section="section-fb-html-1"] .ast-builder-html-element {
        text-align: left;
    }
    .site-footer-section-1, .site-footer-section-2, .site-footer-section-3, .site-footer-section-4, .site-footer-section-5 {
        width: 20%;
    }
    .ast-mobile-header-wrap .ast-mobile-header-content {
        width: 100vw;
        max-width: 400px;
        overflow: auto;
        max-height: calc(100vh - 104px);
        background: var(--text-color);
        color: var(--grey-color);
    }
    .ast-mobile-header-content .mobile-menu-content {
        padding: 1.5em;
    }
    .mobile-menu-search, .mobile-menu-primary-menu, .mobile-menu-secondary-menu {
        margin-bottom: 1.5em;
    }
    .mobile-menu-search .column-group {
        display: flex;
        flex-wrap: wrap;
        margin-left: -.375em;
    }
    .mobile-menu-search .column-group .all-80 {
        width: 80%;
        padding-left: .375em;
    }
    .mobile-menu-search .column-group .all-20 {
        width: 20%;
        padding-left: .375em;
    }
    .mobile-menu-search input {
        height: 36px;
        font-size: .875rem;
        font-family: var(--secondary-font);
        font-weight: 400;
        line-height: 20px;
        border: 1px solid var(--light-grey-color) !important;
        border-color: rgba(255, 255, 255, 0.2) !important;
        border-radius: 0;
        background: transparent !important;
        box-shadow: none;
        color: var(--grey-color) !important;
        padding: 8px 6px;
        resize: none;
    }
    .mobile-menu-search button.search {
        color: var(--background-color);
        background: none;
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        padding: 7px 6px;
        line-height: 20px;
        white-space: normal;
        width: 100%;
        border: 1px solid var(--light-grey-color);
        border-color: rgba(255, 255, 255, 0.2);
        border-radius: 0;
    }
    .mobile-menu-search button.search i {
        font-size: 16px;
    }
    .mobile-menu-content .mobile-menu-label {
        font-size: .75rem;
        text-transform: uppercase;
        opacity: .5;
        padding-bottom: .375em;
        color: var(--grey-color);
        font-family: var(--secondary-font);
        line-height: 1.45;
    }
    .mobile-menu-content ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    .mobile-menu-content .menu {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    .mobile-menu-content .menu li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        line-height: 1.7;
        position: relative;
        margin: 0;
    }
    .mobile-menu-content .menu li a {
        padding: 5px 0;
        line-height: 30px;
        color: var(--grey-color) !important;
        font-family: var(--primary-font);
        font-weight: 400;
        width: 100%;
        display: block;
    }
    .mobile-menu-content .menu .ast-menu-toggle {
        display: block;
        position: absolute;
        top: 5px;
        right: 0;
        padding: 0;
        width: 50px;
        line-height: 30px;
        background: rgba(255, 255, 255, 0.05) !important;
        border-radius: 0;
        outline: none;
        border: none;
    }
    .mobile-menu-content .menu .ast-menu-toggle svg {
        margin: 0;
        width: 14px;
        height: 14px;
    }
    .mobile-menu-content .menu li ul.sub-menu {
        display: none;
    }
    .mobile-menu-content .menu li.submenu-open ul.sub-menu {
        display: block;
    }
    .mobile-menu-content .menu li.submenu-open .ast-menu-toggle svg {
        transform: rotate(180deg);
    }
    .mobile-menu-content .menu li ul.sub-menu li {
        border: none !important;
    }
    .mobile-menu-content .menu li ul.sub-menu li a {
        padding: 5px 0 5px 2em !important;
    }
    .mobile-menu-content .follow-us-ctn .column-group, .social-networks-ctn ul.social-networks-list {
        display: flex;
        margin-left: -.3125em;
    }
    .social-networks-ctn ul.social-networks-list .all-33 {
        padding-left: .3125em;
        width: 33.33%;
        margin: .5em 0;
    }
    .mobile-menu-content .follow-us-ctn .column-group .all-50 {
        width: 50%;
        padding-left: .3125em;
        margin-bottom: .3125em;
    }
    .follow-us-ctn a, .follow-us-ctn button, .social-networks-ctn ul.social-networks-list li a {
        color: var(--background-color);
        width: 100%;
        display: inline-block;
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        padding: 7px 6px;
        line-height: 20px;
        white-space: normal;
        border: 1px solid rgba(34, 34, 34, 0.8);
        border-color: rgba(255, 255, 255, 0.2);
        outline: none;
        background: none;
        border-radius: 0;
    }
    .follow-us-ctn a i, .follow-us-ctn button i {
        font-size: 16px;
        margin: 0 4px;
    }
    .follow-us-ctn a span, .follow-us-ctn button span {
        padding: 0;
        margin: 0 4px;
        line-height: 20px;
    }
    .search-modal-ctn .search-modal {
        width: 90%;
    }
    .single-post .article-metadata .tags, .single-post .article-metadata .authorship ul li a .avatar {
        display: none !important;
    }
    .single-post .article-metadata {
        padding: 5px 0;
        font-size: .875rem;
        border: 1px solid var(--text-color);
        border-left: none;
        border-right: none;
    }
    .single-post .article-metadata .authorship, .single-post .article-metadata .date, .single-post .article-metadata .category, .single-post .article-metadata .tags, .single-post .article-metadata .partner {
        display: inline;
        padding: 0;
        border: none;
        font-family: var(--secondary-font);
    }
    .single-post .article-metadata .authorship ul, .single-post .article-metadata .authorship ul li, .single-post .article-metadata .authorship ul li a, .single-post .article-metadata .authorship ul li a .details, .single-post .article-metadata .partner a {
        display: inline;
    }
    .single-post .article-metadata .date:after, .single-post .article-metadata .authorship:after, .single-post .article-metadata .partner:after {
        content: "\00a0\00B7\00a0";
    }
}
@media (max-width: 767px) {
    .search-form .button span.text {
        display: none;
    }
    footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row-container-inner {
        padding: 1.25em;
    }
    .site-footer-section-1, .site-footer-section-2, .site-footer-section-3, .site-footer-section-4, .site-footer-section-5 {
        width: 100%;
        margin-bottom: 1.25em !important;
    }
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"].footer-widget-area-inner, .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"].footer-widget-area-inner, .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"].footer-widget-area-inner, .footer-widget-area[data-section="sidebar-widgets-footer-widget-4"].footer-widget-area-inner, .footer-widget-area[data-section="sidebar-widgets-footer-widget-5"].footer-widget-area-inner, .footer-widget-area[data-section="section-fb-html-1"] .ast-builder-html-element {
        text-align: left !important;
    }
    .highlights-1_highlights_5_related .article .details {
        position: relative;
        background: none;
    }
    .highlights-1_highlights_5_related .article img.article-image {
        height: auto;
    }
    .three-things .column-group [class*=xlarge-] {
        width: 100%;
    }
    .three-things .column-group {
        gap: 2em;
    }
    .vertical-space {
        margin-top: 1.25em;
        margin-bottom: 1.25em;
    }
    .container {
        padding: 0 1.25em;
    }
    .travelmagg {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .highlights-1_highlights_5_related .all-100 .article .details .metadata-category a {
        color: var(--text-color);
        opacity: .5;
    }
    .highlights-1_highlights_5_related .all-100 .article .details h3 a, .highlights-1_highlights_5_related .related-articles li .article .details h4 a {
        color: var(--text-color);
    }
    .highlights-1_highlights_5_related .all-100 .article .details .metadata-category:after {
        filter: none;
    }
    .highlights-1_highlights_5_related .all-100 .article .details .metadata-category a:hover, .highlights-1_highlights_5_related .all-100 .article .details h3 a:hover, .highlights-1_highlights_5_related .related-articles li .article .details h4 a:hover {
        color: var(--primary-color);
        opacity: 1;
    }
    .highlights-1_highlights_5_related .all-100 .article .details .excerpt, .highlights-1_highlights_5_related .all-100 .article .details .authors, .highlights-1_highlights_5_related .all-100 .article .details .authors .name {
        color: var(--text-color);
    }
    .highlights-1_highlights_5_related .related-articles li.xlarge-20 {
        width: 100%;
    }
    .highlights-1_highlights_5_related .related-articles .column-group {
        display: flex;
    }
    .highlights-1_highlights_5_related .related-articles .column-group .image-ctn {
        width: 25%;
    }
    .highlights-1_highlights_5_related .related-articles .column-group .details-ctn {
        width: 75%;
    }
    .highlights-1_highlights_5_related .related-articles li .article .details {
        text-align: left;
        padding-top: 0;
        padding-bottom: 0;
    }
    .article .media-helper .media-helper-item {
        width: 30px;
        height: 30px;
    }
    .article .media-helper .media-helper-item i {
        font-size: 12px;
    }
    .article .media-helper, .four_articles_plus_halfpage .article .media-helper, .four_articles .article .media-helper, .four_highlights .article .media-helper, .highlights-1_highlights_5_related .all-100 .article .media-helper {
        padding: .5em;
    }
    .main-header-bar-wrap .ast-builder-grid-row button.menu-toggle {
        left: 10px;
    }
    .pagination ul li.next, .pagination ul li.previous {
        display: none;
    }
    .page-category .page-header .column-group {
        gap: 8px;
    }
    .page-category .page-header .page-title-ctn, .page-category .page-header .page-subcategories-ctn {
        width: 100%;
    }
    .category .container {
        padding-top: 1.25em;
        padding-bottom: 1.25em;
    }
    .page-category .category-posts ul {
        margin-left: -1.25em;
    }
    .page-category .category-posts ul li.xlarge-33 {
        width: 100%;
        padding-left: 1.25em;
        margin-bottom: 1.25em;
    }
    .category-posts ul li .article {
        display: flex;
        border: none;
        align-items: flex-start;
    }
    .category-posts ul li .article a {
        width: 25%;
        padding: 0;
        height: auto;
    }
    .category-posts ul li .article img.article-image {
        position: relative;
    }
    .category-posts ul li .article .details {
        width: 75%;
        padding: 0 0 0 1em;
        text-align: left;
    }
    .single-post .article-title-ctn h1 {
        font-size: 2.2em;
    }
    .single-post .article-share .xlarge-60, .single-post .article-moar-stuff ul.related-articles .xlarge-50, .single-post .article-moar-stuff .all-100 ul li.xlarge-50 {
        width: 100%;
    }
    .single-post .column-group .article-body-ctn .article-body .content .article-photogallery a.glightbox {
        width: 25%;
    }
    .single-post .column-group .article-body-ctn .article-body .content .article-photogallery a.glightbox img {
        height: 60px;
    }
    .single-post .column-group .article-body-ctn .article-body .content p {
        font-size: 1em;
    }
    .author .author-info .column-group .xlarge-15, .author .author-info .column-group .xlarge-65 {
        width: 100%;
        text-align: center;
        margin-bottom: 1.25em;
    }
    .author .author-info .author-photo {
        width: 200px;
        height: 200px;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
    }
}
@media (max-width: 600px) {
    .page-error {
        min-height: auto;
    }
    .ast-mobile-header-wrap .ast-mobile-header-content {
        max-height: calc(100vh - 70px);
    }
    section.block ul li.xlarge-50, .block-magg-highlights .column-group .xlarge-50, .article-list-opinion li.xlarge-100 {
        width: 100%;
    }
    .main-header-bar-wrap .ast-builder-grid-row .site-branding {
        padding: 0px;
    }
    .main-header-bar-wrap .ast-builder-grid-row {
        padding-top: .625em;
        padding-bottom: .625em;
        width: 40%;
        margin: auto;
        grid-column-gap: 0;
    }
    .four_articles_plus_halfpage .with-sidebar .content ul li.xlarge-25, .four_articles ul li.xlarge-25, .block-magg-highlights .column-group .xlarge-25 {
        width: 100%;
    }
    .four_highlights ul.mobile-carousel {
        white-space: nowrap;
        overflow-x: scroll;
        display: inline-block;
        width: 100%;
        height: 100%;
        scroll-snap-type: x proximity;
        scroll-padding-left: 1.25rem;
        -webkit-overflow-scrolling: touch;
        margin-left: 0;
    }
    .four_highlights ul.mobile-carousel li.xlarge-25 {
        width: 75%;
        scroll-snap-align: start;
        white-space: normal;
        display: inline-block;
        float: none !important;
        padding-left: 0;
        margin-right: 3%;
        margin-bottom: 1em !important;
    }
    .four_articles_plus_halfpage .xlarge-25 .article {
        display: flex;
        border: none;
        align-items: flex-start;
    }
    .four_articles_plus_halfpage .xlarge-25 .article a {
        width: 25%;
    }
    .four_articles_plus_halfpage .xlarge-25 .article .details {
        width: 75%;
        padding-top: 0;
        padding-bottom: 0;
        text-align: left;
    }
    .two_articles ul {
        row-gap: 30px;
    }
    .travelmagg h2 {
        width: 240px;
    }
    .four_articles_plus_halfpage .xlarge-25 .article .media-helper, .highlights-1_highlights_5_related .related-articles li .article .media-helper {
        display: none !important;
    }
    .four_articles_plus_halfpage .xlarge-25 .article .details h2:before, .highlights-1_highlights_5_related .related-articles li .article .details h2:before {
        content: " \f030";
        margin-right: 4px;
        font-family: var(--font-awesome);
        font-weight: 900;
        opacity: .5;
    }
    .single-post .column-group .article-body-ctn .article-spnsor {
        flex-direction: column;
        padding: .625em;
        gap: .625em;
        justify-content: flex-start;
        align-items: flex-start;
    }
}
@media (max-width: 345px) {
    .main-header-bar-wrap .ast-builder-grid-row button.menu-toggle .mobile-menu-wrap {
        display: none;
    } 
}

button.gclose {
    padding: 0;
}
.glightbox-clean .gslide-description {
    background-color: rgba(0, 0, 0, 0.75);
}
.glightbox-clean .gdesc-inner {
    max-width: 800px;
    color: var(--background-color);
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    text-align: left;
}
.glightbox-clean .gslide-title {
    margin: 0;
    color: var(--background-color);
    font-size: 1em;
    font-weight: 700;
    line-height: 1.16;
}
.glightbox-clean .gslide-desc {
    font-size: 13px;
}
.goverlay {
    background: #000;
}
.instagram-media, .social-embed.youtube-embed, .qualifio-content, .social-embed.facebook-embed {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}