/*-----------------------------------------------------------------------------------

Theme Name: ATBS
Theme URI: #
Description: Ultimate News and Magazine Template
Author: bkninja
Author URI: https://themeforest.net/user/bkninja
                    Version: 1.0

Stylesheet

-----------------------------------------------------------------------------------*/

/* =============================================================================
## VARIABLES
============================================================================= */
/*---- Montserrat Font Face ----*/

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/Montserrat/Montserrat-Thin.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 100;
    src: url('../fonts/Montserrat/Montserrat-ThinItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/Montserrat/Montserrat-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 300;
    src: url('../fonts/Montserrat/Montserrat-LightItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/Montserrat/Montserrat-Italic.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 500;
    src: url('../fonts/Montserrat/Montserrat-MediumItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 600;
    src: url('../fonts/Montserrat/Montserrat-SemiBoldItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/Montserrat/Montserrat-BoldItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/Montserrat/Montserrat-ExtraBold.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 800;
    src: url('../fonts/Montserrat/Montserrat-ExtraBoldItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/Montserrat/Montserrat-Black.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 900;
    src: url('../fonts/Montserrat/Montserrat-BlackItalic.ttf') format('truetype');
}
/*---- Roboto Font Face ----*/
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/Roboto/Roboto-Thin.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    src: url('../fonts/Roboto/Roboto-ThinItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/Roboto/Roboto-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: url('../fonts/Roboto/Roboto-LightItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/Roboto/Roboto-Italic.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Roboto/Roboto-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    src: url('../fonts/Roboto/Roboto-MediumItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/Roboto/Roboto-BoldItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/Roboto/Roboto-Black.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    src: url('../fonts/Roboto/Roboto-BlackItalic.ttf') format('truetype');
}
/*----  end ----*/
:root {
    /* color-scheme: light dark; */
    /*Handling User Agent Styles*/
    /** Predefined Color **/
    --html-font-size: 14;
    --color-primary: #c90000;
    --color-secondary: #171717;
    --module-background-color: #171717;
    --color-primary-dark: #990000;
    /*--color-primary-opacity:        rgb(4 ,92 ,64, 0.2);*/
    --color-black: #000;
    --color-black-opacity-90: rgba(0, 0, 0, 0.9);
    --color-black-opacity-80: rgba(0, 0, 0, 0.8);
    --color-black-opacity-70: rgba(0, 0, 0, 0.7);
    --color-black-opacity-60: rgba(0, 0, 0, 0.6);
    --color-black-opacity-50: rgba(0, 0, 0, 0.5);
    --color-black-opacity-40: rgba(0, 0, 0, 0.4);
    --color-black-opacity-30: rgba(0, 0, 0, 0.3);
    --color-black-opacity-20: rgba(0, 0, 0, 0.2);
    --color-black-opacity-10: rgba(0, 0, 0, 0.1);
    --color-black-opacity-5: rgba(0, 0, 0, 0.05);
    --color-white: #fff;
    --color-white-opacity-90: rgba(255, 255, 255, 0.9);
    --color-white-opacity-80: rgba(255, 255, 255, 0.8);
    --color-white-opacity-70: rgba(255, 255, 255, 0.7);
    --color-white-opacity-60: rgba(255, 255, 255, 0.6);
    --color-white-opacity-50: rgba(255, 255, 255, 0.5);
    --color-white-opacity-40: rgba(255, 255, 255, 0.4);
    --color-white-opacity-30: rgba(255, 255, 255, 0.3);
    --color-white-opacity-20: rgba(255, 255, 255, 0.2);
    --color-white-opacity-10: rgba(255, 255, 255, 0.1);
    --color-white-opacity-5: rgba(255, 255, 255, 0.05);
    /** Color Scale **/
    --color-contrast-100: var(--color-black);
    --color-contrast-90: var(--color-black-opacity-90);
    --color-contrast-80: var(--color-black-opacity-80);
    --color-contrast-70: var(--color-black-opacity-70);
    --color-contrast-60: var(--color-black-opacity-60);
    --color-contrast-50: var(--color-black-opacity-50);
    --color-contrast-40: var(--color-black-opacity-40);
    --color-contrast-30: var(--color-black-opacity-30);
    --color-contrast-20: var(--color-black-opacity-20);
    --color-contrast-10: var(--color-black-opacity-10);
    --color-contrast-5: var(--color-black-opacity-5);
    /** Element's color **/
    --color-text: #222222;
    --color-heading: var(--color-contrast-80);
    --color-heading-subtitle: var(--color-contrast-50);
    --color-heading-desc: var(--color-contrast-60);
    --color-cat: var(--color-primary);
    --color-excerpt: var(--color-contrast-60);
    --color-meta: rgba(23, 23, 23, 0.8);
    --color-border: rgba(23, 23, 23, 0.2);
    --color-author-text: rgba(34, 34, 34, 0.8);
    --color-socials: var(--color-contrast-40);
    --color-readmore: var(--color-contrast-80);
    --color-pagination: var(--color-contrast-60);
    --color-border: var(--color-black-opacity-10);
    --color-links: var(--color-primary);
    --color-links-hover: var(--color-primary);
    /** Background **/
    --bg-color-primary: var(--color-primary);
    --bg-color-main: var(--color-white);
    --bg-color-aside: var(--color-white);
    --bg-color-thumb: var(--color-contrast-10);
    --bg-site: #f2f2f2;
    --bg-offcanvas-submenu: var(--bg-color-main);
    /*rgba(0, 0, 0, 0.01)*/
    /** Transition **/
    /*--color-ts-duration:            250ms;
    --color-ts-timing-function:     ease-in;
    --color-ts-delay:               650ms;
    --bg-ts-duration:               250ms;
    --bg-ts-timing-function:        ease-in;
    --bg-ts-delay:                  400ms;*/
}

/* =============================================================================
## BASE
============================================================================= */

*,
::after,
::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: calc(var(--html-font-size) * 1px);
}


body {
    color: var(--color-text, #222);
    font-size: 1rem;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased; /* Chrome, Safari */
    -moz-osx-font-smoothing: grayscale; /* Firefox */
}

a {
    color: var(--color-links, #045c40);
    outline: none;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: var(--color-links-hover, #045c40);
}

a:focus {
    outline: none;
    outline-offset: none;
}

input,
optgroup,
select,
textarea,
button {
    margin: 0;
    font: inherit;
    color: inherit;
}

a,
[role="button"],
input[type="submit"],
input[type="button"],
input[type="reset"],
button {
    cursor: pointer;
}

dl dt:not(:first-child) {
    margin-top: 0.4em;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid var(--color-border, rgba(0, 0, 0, 0.05));
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
h1, h2, h3 {
    font-weight: 800;
}
h1,
.h1 {
    font-size: 2.3571429rem;
    line-height: 3;
    margin-bottom: 3rem;
}

h2,
.h2 {
    font-size: 1.7857143rem;
    line-height: 3;
    margin-bottom: 1.5rem;
}

h3,
.h3 {
    font-size: 1.3571429rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

p {
    margin: 0 0 1em;
}

figure {
    margin: 0;
}

iframe,
object,
embed,
figure {
    max-width: 100%;
}

pre {
    padding: 1.6em;
    margin: 0 0 1.6em;
    font-size: 0.9em;
    background-color: #fafafa;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
}

table {
    margin: 0 0 1.6em;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

tr {
    border-bottom: 1px solid #dedede;
}

th {
    padding: 0.8em;
    text-align: left;
}

td {
    padding: 0.8em;
}

th:first-child,
td:first-child {
    padding-left: 0;
}

thead th {
    border-bottom: 2px solid #bbb;
    padding-bottom: 0.8em;
}

ul,
ol {
    margin: 0 0 1.6em;
    padding: 0;
}

dl {
    margin-top: 0;
    margin-bottom: 1.2em;
}

dd,
dt {
    line-height: 1.4;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

b,
strong {
    font-weight: 700;
}

small {
    font-size: 85%;
}

mark {
    padding: 0.2em;
    background-color: #ff0;
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.4;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: var(--color-white);
    background-color: #333;
    border-radius: 3px;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-word;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    white-space: pre-wrap;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* =============================================================================
   ScrollBar
============================================================================= */

.scrollbar-overflowing {
    overflow-y: auto;
}

.scrollbar-overflowing::-webkit-scrollbar {
    width: 3px;
}

.scrollbar-overflowing::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid transparent;
    background-clip: content-box;
}

.scrollbar-overflowing::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
}

.scrollbar-hidden {
    overflow-y: auto;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.scrollbar-hidden::-webkit-scrollbar {
    width: 0;
    display: none;
}

/* =============================================================================
   Background
============================================================================= */

.atbs-responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.atbs-responsive-video iframe,
.atbs-responsive-video object,
.atbs-responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.background-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-color: #333;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.background-img:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #111;
    opacity: 0;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.background-img--dimmed:after {
    opacity: 0.2;
}

.background-img--darkened:after {
    opacity: 0.4;
}

.background-img--more-darkened:after {
    opacity: 0.6;
}

.background-img--tinted:after {
    background-color: var(--color-white);
}

.background-pattern {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-color: #aaa;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
}

.background-svg-pattern {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='304' height='304' viewBox='0 0 304 304' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M44.1 224c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H0v-2h44.1zm160 48c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H82v-2h122.1zm57.8-46c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H304v2h-42.1zm0 16c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H304v2h-42.1zm6.2-114c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4h-86.2c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4h86.2zm-256-48c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H0v-2h12.1zm185.8 34c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4h86.2c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4h-86.2zM258 12.1c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9V0h2v12.1zm-64 208c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9v-54.2c-2.282-.463-4-2.48-4-4.9 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.42-1.718 4.437-4 4.9v54.2zm48-198.2c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9V82h64v-2h-62V21.9zm16 16c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9V66h48v-2h-46V37.9zm-128 96c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9V210h16v10.1c-2.282.463-4 2.48-4 4.9 0 2.76 2.24 5 5 5s5-2.24 5-5c0-2.42-1.718-4.437-4-4.9V208h-16v-74.1zm-5.9-21.9c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H114v48H85.9c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H112v-48h12.1zm-6.2 130c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H176v-74.1c-2.282-.463-4-2.48-4-4.9 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.42-1.718 4.437-4 4.9V242h-60.1zm-16-64c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H114v48h10.1c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H112v-48h-10.1zM66 284.1c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9V274H50v30h-2v-32h18v12.1zM236.1 176c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H226v94h48v32h-2v-30h-48v-98h12.1zm25.8-30c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H274v44.1c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9V146h-10.1zm-64 96c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H208v-80h16v-14h-42.1c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H226v18h-16v80h-12.1zm86.2-210c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H272V0h2v32h10.1zM98 101.9c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9V144H53.9c-.463-2.282-2.48-4-4.9-4-2.76 0-5 2.24-5 5s2.24 5 5 5c2.42 0 4.437-1.718 4.9-4H98v-44.1zM53.9 34c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H80V0h2v34H53.9zm60.1 3.9c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9V64H80v64H69.9c-.463-2.282-2.48-4-4.9-4-2.76 0-5 2.24-5 5s2.24 5 5 5c2.42 0 4.437-1.718 4.9-4H82V66h32V37.9zM101.9 82c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H128V37.9c-2.282-.463-4-2.48-4-4.9 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.42-1.718 4.437-4 4.9V82h-28.1zm16-64c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H146v44.1c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9V18h-26.1zm102.2 270c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H98v14h-2v-16h124.1zM242 149.9c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9V162h16v30h-16v66h48v46h2v-48h-48v-62h16v-34h-16v-10.1zM53.9 18c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H64V2H48V0h18v18H53.9zm112 32c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H192V0h50v2h-48v48h-28.1zm-48-48c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5 0-.342.034-.677.1-1h2.07c-.11.313-.17.65-.17 1 0 1.657 1.343 3 3 3s3-1.343 3-3c0-.35-.06-.687-.17-1H178v34h-18V21.9c-2.282-.463-4-2.48-4-4.9 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.42-1.718 4.437-4 4.9V32h14V2h-58.1zm0 96c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H137l32-32h39V21.9c-2.282-.463-4-2.48-4-4.9 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.42-1.718 4.437-4 4.9V66h-40.172l-32 32H117.9zm28.1 90.1c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9v-76.513L175.586 80H224V21.9c-2.282-.463-4-2.48-4-4.9 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.42-1.718 4.437-4 4.9V82h-49.586L146 112.414V188.1zm16 32c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9v-99.513L184.586 96H300.1c.398-1.96 1.94-3.502 3.9-3.9v2.07c-1.165.413-2 1.524-2 2.83s.835 2.417 2 2.83v2.07c-1.96-.398-3.502-1.94-3.9-3.9H185.414L162 121.414V220.1zm-144-64c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9v-3.513l48-48V48h32V0h2v50H66v55.413l-48 48v2.687zM50 53.9c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9v42.686l-48 48V210h28.1c.463 2.282 2.48 4 4.9 4 2.76 0 5-2.24 5-5s-2.24-5-5-5c-2.42 0-4.437 1.718-4.9 4H2v-62.586l48-48V53.9zm-16 16c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9v18.686l-32 32v2.828l34-34V69.9zM12.1 32c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H9.414L0 43.414v-2.828L8.586 32H12.1zm265.8 18c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4h18.686L304 40.586v2.828L297.414 50H277.9zm-16 160c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H288V136.587l16-16v2.827l-14 14V210h-28.1zm-208 32c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H64v-22.586L40.586 194H21.9c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4h19.513L66 216.586V242H53.9zm150.2 14c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H96v-56.598L56.598 162H37.9c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4h19.502L98 200.598V256h106.1zm-150.2 2c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H80v-46.586L48.586 178H21.9c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4h27.513L82 208.586V258H53.9zM97 100c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-48 32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm32 48c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm32-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0-32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm32 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16-64c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 96c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-144c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-96 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm96 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16-64c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-32 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM49 36c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-32 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm32 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM33 68c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-48c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 240c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16-64c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16-32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm80-176c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm32 48c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0-32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm112 176c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM17 180c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0-32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM17 84c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm32 64c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 39.793V0h-2v40.586L8.586 64H0v2h9.413L34 41.414v-1.62zM2 300.1V258h14v46h2v-48H0V302.17c.313-.11.65-.17 1-.17 1.306 0 2.417.835 2.83 2H5.9c-.398-1.96-1.94-3.502-3.9-3.9zM34 241v63h-2v-62H0v-2h34v1zM17 18h1V0h-2v16H0v2h17zm273-2V0h-2v18h16v-2h-14zm-32 273v15h-2v-14h-14v14h-2v-16h18v1zM0 92.1c.323-.066.658-.1 1-.1 2.76 0 5 2.24 5 5s-2.24 5-5 5c-.342 0-.677-.034-1-.1v-2.07c.313.11.65.17 1 .17 1.657 0 3-1.343 3-3s-1.343-3-3-3c-.35 0-.687.06-1 .17V92.1zM80 272h2v32h-2v-32zm37.9 32c-.463-2.282-2.48-4-4.9-4-2.42 0-4.437 1.718-4.9 4h2.07c.413-1.165 1.524-2 2.83-2s2.417.835 2.83 2h2.07zM5.9 0c.066.323.1.658.1 1 0 2.76-2.24 5-5 5-.342 0-.677-.034-1-.1V3.83C.313 3.94.65 4 1 4c1.657 0 3-1.343 3-3 0-.35-.06-.687-.17-1H5.9zm294.2 0c-.066.323-.1.658-.1 1 0 2.42 1.718 4.437 4 4.9V3.83c-1.165-.413-2-1.524-2-2.83 0-.35.06-.687.17-1h-2.07zm3.9 300.1c-1.96.398-3.502 1.94-3.9 3.9h2.07c.302-.852.978-1.528 1.83-1.83v-2.07z' fill='%23ffffff' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.background-svg-pattern-inverse {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='304' height='304' viewBox='0 0 304 304' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M44.1 224c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H0v-2h44.1zm160 48c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H82v-2h122.1zm57.8-46c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H304v2h-42.1zm0 16c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H304v2h-42.1zm6.2-114c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4h-86.2c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4h86.2zm-256-48c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H0v-2h12.1zm185.8 34c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4h86.2c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4h-86.2zM258 12.1c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9V0h2v12.1zm-64 208c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9v-54.2c-2.282-.463-4-2.48-4-4.9 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.42-1.718 4.437-4 4.9v54.2zm48-198.2c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9V82h64v-2h-62V21.9zm16 16c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9V66h48v-2h-46V37.9zm-128 96c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9V210h16v10.1c-2.282.463-4 2.48-4 4.9 0 2.76 2.24 5 5 5s5-2.24 5-5c0-2.42-1.718-4.437-4-4.9V208h-16v-74.1zm-5.9-21.9c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H114v48H85.9c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H112v-48h12.1zm-6.2 130c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H176v-74.1c-2.282-.463-4-2.48-4-4.9 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.42-1.718 4.437-4 4.9V242h-60.1zm-16-64c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H114v48h10.1c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H112v-48h-10.1zM66 284.1c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9V274H50v30h-2v-32h18v12.1zM236.1 176c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H226v94h48v32h-2v-30h-48v-98h12.1zm25.8-30c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H274v44.1c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9V146h-10.1zm-64 96c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H208v-80h16v-14h-42.1c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H226v18h-16v80h-12.1zm86.2-210c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H272V0h2v32h10.1zM98 101.9c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9V144H53.9c-.463-2.282-2.48-4-4.9-4-2.76 0-5 2.24-5 5s2.24 5 5 5c2.42 0 4.437-1.718 4.9-4H98v-44.1zM53.9 34c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H80V0h2v34H53.9zm60.1 3.9c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9V64H80v64H69.9c-.463-2.282-2.48-4-4.9-4-2.76 0-5 2.24-5 5s2.24 5 5 5c2.42 0 4.437-1.718 4.9-4H82V66h32V37.9zM101.9 82c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H128V37.9c-2.282-.463-4-2.48-4-4.9 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.42-1.718 4.437-4 4.9V82h-28.1zm16-64c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H146v44.1c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9V18h-26.1zm102.2 270c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H98v14h-2v-16h124.1zM242 149.9c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9V162h16v30h-16v66h48v46h2v-48h-48v-62h16v-34h-16v-10.1zM53.9 18c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H64V2H48V0h18v18H53.9zm112 32c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H192V0h50v2h-48v48h-28.1zm-48-48c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5 0-.342.034-.677.1-1h2.07c-.11.313-.17.65-.17 1 0 1.657 1.343 3 3 3s3-1.343 3-3c0-.35-.06-.687-.17-1H178v34h-18V21.9c-2.282-.463-4-2.48-4-4.9 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.42-1.718 4.437-4 4.9V32h14V2h-58.1zm0 96c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H137l32-32h39V21.9c-2.282-.463-4-2.48-4-4.9 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.42-1.718 4.437-4 4.9V66h-40.172l-32 32H117.9zm28.1 90.1c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9v-76.513L175.586 80H224V21.9c-2.282-.463-4-2.48-4-4.9 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.42-1.718 4.437-4 4.9V82h-49.586L146 112.414V188.1zm16 32c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9v-99.513L184.586 96H300.1c.398-1.96 1.94-3.502 3.9-3.9v2.07c-1.165.413-2 1.524-2 2.83s.835 2.417 2 2.83v2.07c-1.96-.398-3.502-1.94-3.9-3.9H185.414L162 121.414V220.1zm-144-64c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9v-3.513l48-48V48h32V0h2v50H66v55.413l-48 48v2.687zM50 53.9c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9v42.686l-48 48V210h28.1c.463 2.282 2.48 4 4.9 4 2.76 0 5-2.24 5-5s-2.24-5-5-5c-2.42 0-4.437 1.718-4.9 4H2v-62.586l48-48V53.9zm-16 16c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9v18.686l-32 32v2.828l34-34V69.9zM12.1 32c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H9.414L0 43.414v-2.828L8.586 32H12.1zm265.8 18c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4h18.686L304 40.586v2.828L297.414 50H277.9zm-16 160c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H288V136.587l16-16v2.827l-14 14V210h-28.1zm-208 32c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H64v-22.586L40.586 194H21.9c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4h19.513L66 216.586V242H53.9zm150.2 14c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H96v-56.598L56.598 162H37.9c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4h19.502L98 200.598V256h106.1zm-150.2 2c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H80v-46.586L48.586 178H21.9c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4h27.513L82 208.586V258H53.9zM97 100c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-48 32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm32 48c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm32-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0-32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm32 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16-64c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 96c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-144c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-96 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm96 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16-64c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-32 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM49 36c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-32 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm32 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM33 68c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-48c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 240c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16-64c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16-32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm80-176c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm32 48c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0-32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm112 176c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM17 180c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0-32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM17 84c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm32 64c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 39.793V0h-2v40.586L8.586 64H0v2h9.413L34 41.414v-1.62zM2 300.1V258h14v46h2v-48H0V302.17c.313-.11.65-.17 1-.17 1.306 0 2.417.835 2.83 2H5.9c-.398-1.96-1.94-3.502-3.9-3.9zM34 241v63h-2v-62H0v-2h34v1zM17 18h1V0h-2v16H0v2h17zm273-2V0h-2v18h16v-2h-14zm-32 273v15h-2v-14h-14v14h-2v-16h18v1zM0 92.1c.323-.066.658-.1 1-.1 2.76 0 5 2.24 5 5s-2.24 5-5 5c-.342 0-.677-.034-1-.1v-2.07c.313.11.65.17 1 .17 1.657 0 3-1.343 3-3s-1.343-3-3-3c-.35 0-.687.06-1 .17V92.1zM80 272h2v32h-2v-32zm37.9 32c-.463-2.282-2.48-4-4.9-4-2.42 0-4.437 1.718-4.9 4h2.07c.413-1.165 1.524-2 2.83-2s2.417.835 2.83 2h2.07zM5.9 0c.066.323.1.658.1 1 0 2.76-2.24 5-5 5-.342 0-.677-.034-1-.1V3.83C.313 3.94.65 4 1 4c1.657 0 3-1.343 3-3 0-.35-.06-.687-.17-1H5.9zm294.2 0c-.066.323-.1.658-.1 1 0 2.42 1.718 4.437 4 4.9V3.83c-1.165-.413-2-1.524-2-2.83 0-.35.06-.687.17-1h-2.07zm3.9 300.1c-1.96.398-3.502 1.94-3.9 3.9h2.07c.302-.852.978-1.528 1.83-1.83v-2.07z' fill='%23000000' fill-opacity='0.025' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.background-svg-pattern--solid-color {
    background-color: #12162d;
}

.blurred {
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.blurred-subtle {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.blurred-more {
    -webkit-filter: blur(20px);
    filter: blur(20px);
}

.blurred-massive {
    -webkit-filter: blur(30px);
    filter: blur(30px);
}

.object-fit a,
.object-fit a img {
    width: 100%;
    height: 100%;
}

.object-fit a img {
    -o-object-fit: cover;
    object-fit: cover;
}

.post-not-exist-thumbnail.post--overlay {
    background-color: transparent;
}

.post-not-exist-thumbnail .post__thumb:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 0;
    top: 0;
    background-color: var(--bg-color-thumb);
}

.post-not-exist-thumbnail .post__thumb > * {
    z-index: 1;
}

.set-background-module {
    background-color: #fafbfc;
    padding-top: 85px;
    padding-bottom: 100px;
}

.atbs-patter-dots-circle {
    position: relative;
}

.atbs-patter-dots-circle:before {
    content: "";
    background: -o-radial-gradient(
            center,
            circle,
            var(--color-secondary) 32%,
            transparent 38%
    ),
    transparent;
    background: radial-gradient(
            circle at center,
            var(--color-secondary) 32%,
            transparent 38%
    ),
    transparent;
    background-size: 33px 33px;
    width: 260px;
    height: 225px;
    position: absolute;
    right: 0;
    top: 0;
}

.background-primary {
    background-color: var(--color-primary);
}

.background-secondary {
    background-color: var(--color-secondary);
}

.background-black {
    background-color: var(--color-text);
}

@media (max-width: 991px) {
    .atbs-patter-dots-circle:before {
        background: -o-radial-gradient(
                center,
                circle,
                var(--color-secondary) 30%,
                transparent 35%
        ),
        transparent;
        background: radial-gradient(
                circle at center,
                var(--color-secondary) 30%,
                transparent 35%
        ),
        transparent;
        background-size: 28px 28px;
        width: 225px;
        height: 165px;
    }
}

@media (max-width: 767px) {
    .atbs-patter-dots-circle:before {
        background: -o-radial-gradient(
                center,
                circle,
                var(--color-secondary) 26%,
                transparent 30%
        ),
        transparent;
        background: radial-gradient(
                circle at center,
                var(--color-secondary) 26%,
                transparent 30%
        ),
        transparent;
        background-size: 26px 26px;
        width: 185px;
        height: 125px;
    }
}

.owl-background a {
    display: block;
    width: 100%;
    height: 100%;
}

.owl-background-img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -o-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
    -webkit-transition: opacity 0.6s ease-in-out;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.owl-background-img.active {
    opacity: 1;
}

/* =============================================================================
   List styling
============================================================================= */

.list-unstyled {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-center {
    text-align: center;
}

.list-center > li {
    display: inline-block;
}

.list-float::after {
    clear: both;
    content: "";
    display: table;
}

.list-float > li {
    float: left;
}

.list-space-xs {
    margin-top: -5px;
    margin-bottom: -5px;
}

.list-space-xs > * {
    padding-top: 5px;
    padding-bottom: 5px;
}

.list-space-sm {
    margin-top: -7.5px;
    margin-bottom: -7.5px;
}

.list-space-sm > * {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
}

.list-space-md {
    margin-top: -10px;
    margin-bottom: -10px;
}

.list-space-md > * {
    padding-top: 10px;
    padding-bottom: 10px;
}

.list-space-lg {
    margin-top: -15px;
    margin-bottom: -15px;
}

.list-space-lg > * {
    padding-top: 15px;
    padding-bottom: 15px;
}

.list-space-xl {
    margin-top: -20px;
    margin-bottom: -20px;
}

.list-space-xl > * {
    padding-top: 20px;
    padding-bottom: 20px;
}

.list-space-xxl {
    margin-top: -25px;
    margin-bottom: -25px;
}

.list-space-xxl > * {
    padding-top: 25px;
    padding-bottom: 25px;
}

.list-horizontal {
    margin-top: 0;
    margin-bottom: 0;
}

.list-horizontal > li {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
}

.list-horizontal.list-space-xs {
    margin-left: -5px;
    margin-right: -5px;
}

.list-horizontal.list-space-xs > * {
    padding-left: 5px;
    padding-right: 5px;
}

.list-horizontal.list-space-sm {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.list-horizontal.list-space-sm > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.list-horizontal.list-space-md {
    margin-left: -10px;
    margin-right: -10px;
}

.list-horizontal.list-space-md > * {
    padding-left: 10px;
    padding-right: 10px;
}

.list-horizontal.list-space-lg {
    margin-left: -15px;
    margin-right: -15px;
}

.list-horizontal.list-space-lg > * {
    padding-left: 15px;
    padding-right: 15px;
}

.list-horizontal.list-space-xl {
    margin-left: -20px;
    margin-right: -20px;
}

.list-horizontal.list-space-xl > * {
    padding-left: 20px;
    padding-right: 20px;
}

.list-horizontal.list-space-xxl {
    margin-left: -25px;
    margin-right: -25px;
}

.list-horizontal.list-space-xxl > * {
    padding-left: 25px;
    padding-right: 25px;
}

[class*="list-seperated"].list-space-xs {
    margin-top: -10px;
    margin-bottom: -10px;
}

[class*="list-seperated"].list-space-xs > * {
    padding-top: 10px;
    padding-bottom: 10px;
}

[class*="list-seperated"].list-space-sm {
    margin-top: -15px;
    margin-bottom: -15px;
}

[class*="list-seperated"].list-space-sm > * {
    padding-top: 15px;
    padding-bottom: 15px;
}

[class*="list-seperated"].list-space-md {
    margin-top: -20px;
    margin-bottom: -20px;
}

[class*="list-seperated"].list-space-md > * {
    padding-top: 20px;
    padding-bottom: 20px;
}

[class*="list-seperated"].list-space-lg {
    margin-top: -30px;
    margin-bottom: -30px;
}

[class*="list-seperated"].list-space-lg > * {
    padding-top: 30px;
    padding-bottom: 30px;
}

[class*="list-seperated"].list-space-lgx {
    margin-top: -35px;
    margin-bottom: -35px;
}

[class*="list-seperated"].list-space-lgx > * {
    padding-top: 35px;
    padding-bottom: 35px;
}

[class*="list-seperated"].list-space-xl {
    margin-top: -40px;
    margin-bottom: -40px;
}

[class*="list-seperated"].list-space-xl > * {
    padding-top: 40px;
    padding-bottom: 40px;
}

[class*="list-seperated"].list-space-xxl {
    margin-top: -50px;
    margin-bottom: -50px;
}

[class*="list-seperated"].list-space-xxl > * {
    padding-top: 50px;
    padding-bottom: 50px;
}

[class*="list-seperated"] > *:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.list-seperated-include-first > *:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.list-seperated-include-last > *:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.list-seperated-exclude-first > *:first-child {
    border-bottom: none;
}

.inverse-text .list-seperated > *:not(:last-child),
.overlay-content .list-seperated > *:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.inverse-text .list-seperated-include-first > *:first-child,
.overlay-content .list-seperated-include-first > *:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.inverse-text .list-seperated-include-last > *:last-child,
.overlay-content .list-seperated-include-last > *:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.list-square-bullet {
    list-style: none;
}

.list-square-bullet > li > * {
    position: relative;
    padding-left: 15px;
}

.list-square-bullet > li > *:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 0.5em;
    right: auto;
    bottom: auto;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
}

.list-square-bullet-exclude-first > li:not(:first-child) > * {
    position: relative;
    padding-left: 15px;
}

.list-square-bullet-exclude-first > li:not(:first-child) > *:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 0.58em;
    right: auto;
    bottom: auto;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
}

/* =============================================================================
   Social branding color
============================================================================= */

.facebook-theme,
.facebook-theme-hover:hover {
    color: #3b5998 !important;
}

.facebook-theme-bg,
.facebook-theme-bg-hover:hover {
    background-color: #3b5998 !important;
}

.twitter-theme,
.twitter-theme-hover:hover {
    color: #55acee !important;
}

.twitter-theme-bg,
.twitter-theme-bg-hover:hover {
    background-color: #55acee !important;
}

.dribbble-theme,
.dribbble-theme-hover:hover {
    color: #ea4c89 !important;
}

.dribbble-theme-bg,
.dribbble-theme-bg-hover:hover {
    background-color: #ea4c89 !important;
}

.youtube-theme,
.youtube-theme-hover:hover {
    color: #cd201f !important;
}

.youtube-theme-bg,
.youtube-theme-bg-hover:hover {
    background-color: #cd201f !important;
}

.pinterest-theme,
.pinterest-theme-hover:hover {
    color: #bd081c !important;
}

.pinterest-theme-bg,
.pinterest-theme-bg-hover:hover {
    background-color: #bd081c !important;
}

.googleplus-theme,
.googleplus-theme-hover:hover {
    color: #dc4e41 !important;
}

.googleplus-theme-bg,
.googleplus-theme-bg-hover:hover {
    background-color: #dc4e41 !important;
}

.tumblr-theme,
.tumblr-theme-hover:hover {
    color: #35465c !important;
}

.tumblr-theme-bg,
.tumblr-theme-bg-hover:hover {
    background-color: #35465c !important;
}

.instagram-theme,
.instagram-theme-hover:hover {
    color: #3f729b !important;
}

.instagram-theme-bg,
.instagram-theme-bg-hover:hover {
    background-color: #3f729b !important;
}

.vk-theme,
.vk-theme-hover:hover {
    color: #45668e !important;
}

.vk-theme-bg,
.vk-theme-bg-hover:hover {
    background-color: #45668e !important;
}

.stumbleupon-theme-bg,
.stumbleupon-theme-bg-hover:hover {
    background-color: #eb4823 !important;
}

.linkedin-theme-bg,
.linkedin-theme-bg-hover:hover {
    background-color: #0073b0 !important;
}
/* =============================================================================
  Layout
============================================================================= */
.site-wrapper {
    overflow: hidden;
    background: var(--bg-site);
}
.site-content {
    padding-top: 20px;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
}
@media (min-width: 768px) {
    .site-content {
        padding-top: 65px;
        padding-bottom: 60px;
    }
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row:before {
    display: none !important;
}
.row:after,
.row:before {
    display: table;
    content: " ";
}
.row:after {
    clear: both;
}
.atbs-main-col {
    width: 100%;
    min-height: 1px;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 992px) {
    .atbs-main-col {
        width: 680px;
    }
}
@media (min-width: 1200px) {
    .atbs-main-col {
        width: 900px;
        padding-right: 35px;
    }
}
.atbs-main-col.has-left-sidebar {
    float: right;
}
@media (min-width: 1200px) {
    .atbs-main-col.has-left-sidebar {
        padding-left: 35px;
        padding-right: 15px;
    }
}
.atbs-sub-col {
    width: 100%;
    float: left;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 992px) {
    .atbs-sub-col {
        padding-top: 0;
        width: 290px;
    }
}
@media (min-width: 1200px) {
    .atbs-sub-col {
        width: 300px;
    }
}

/* =============================================================================
   Block heading
============================================================================= */

.block-heading {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    width: 100%;
    position: relative;
    margin-bottom: 1.4rem;
    font-size: 1rem;
    line-height: 1.2;
}
.block-heading a {
    color: inherit;
    text-decoration: none;
}
.block-heading a:hover,
.block-heading a:active,
.block-heading a:focus {
    color: inherit;
    text-decoration: none;
}
.block-heading__title,
.heading-inside .heading__title-inside {
    margin: 0;
    color: #222222;
    font-size: 2.1428rem; /*font system*/
    letter-spacing: -0.3px;
    font-weight: 700;
    /*text-transform: uppercase;*/
}
.heading-inside .heading__title-inside {
    line-height: 1;
}
.block-heading {
    margin-bottom: 90px;
}
/*---- Block heading center ----*/
.block-heading--center {
    display: block;
    text-align: center;
    border: none !important;
}
.block-heading--center .block-heading__title {
    /*margin-bottom: 0.4em;*/
    padding: 0;
}
.block-heading--center .block-heading__subtitle {
    padding: 0;
}
.block-heading--center:before,
.block-heading--center:after {
    /*display: none;*/
}
/*---- Block heading has icon ----*/
.block-heading__title.block-heading__title-has-icon,
.heading__title-has-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/*---- Block heading small ----*/
.heading-inside,
.block-heading.block-heading-small {
    margin-bottom: 35px;
}
.heading-inside .heading__title-inside,
.block-heading.block-heading-small .block-heading__title {
    font-size: 1.4285rem; /*font system*/
}
@media (min-width: 576px) {
    .block-heading__title {
        font-size: 2.8571rem; /*font system*/
    }
}
@media (min-width: 768px) {
    .block-heading__title {
        font-size: 3.5714rem;
    }
}
@media (max-width: 1199px) {
    .block-heading {
        margin-bottom: 90px;
    }
    .block-heading__title {
        font-size: 3.2142rem;
    }
}
@media (max-width: 991px) {
    .block-heading {
        margin-bottom: 65px;
    }
}
@media (max-width: 767px) {
    .block-heading {
        margin-bottom: 55px;
    }
    .block-heading__title {
        font-size: 1.8rem !important;
    }
}
@media (max-width: 575px) {
    .block-heading {
        margin-bottom: 50px;
    }
    .block-heading__title {
        font-size: 1.65rem !important;
    }
}
@media (max-width: 480px) {
    .block-heading {
        margin-bottom: 40px;
    }
    .block-heading__title {
        font-size: 1.5rem !important;
    }
}
@media (max-width: 380px) {
    .block-heading {
        margin-bottom: 35px;
    }
    .block-heading__title {
        /*font-size: 2rem !important;*/
    }
}

/* -----------------------------------------------------------------
## Buttons
----------------------------------------------------------------- */
input[type="button"]:not(.btn),
input[type="reset"]:not(.btn),
input[type="submit"]:not(.btn) {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
input[type="button"]:not(.btn):hover,
input[type="reset"]:not(.btn):hover,
input[type="submit"]:not(.btn):hover {
    background: #efefef;
    border: 1px solid rgba(0, 0, 0, 0.2); }

.btn {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }

a.btn {
    text-decoration: none; }

.btn-link {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
.btn-link:active, .btn-link:focus, .btn-link:hover {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: var(--color-primary); }

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover {
    background: var(--color-primary);
    border: 1px solid rgba(0, 0, 0, 0.2); }

.btn-primary {
    background: #FC3C2D;
    color: #fff; }
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background: #ef392b;
    color: #fff; }
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover {
    background: #e33629;
    color: #fff; }

.btn-pill {
    border-radius: 999em; }

.btn-glass {
    border: 3px solid rgba(255, 255, 255, 0.4);
    background-clip: padding-box; }
.btn-glass:active, .btn-glass:focus, .btn-glass:hover {
    border: 3px solid rgba(255, 255, 255, 0.4); }

.btn-ghost {
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 0.8); }
.btn-ghost:hover, .btn-ghost:active, .btn-ghost:focus, .btn-ghost:visited {
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: white; }

.btn-frame {
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.8); }
.btn-frame:hover, .btn-frame:active, .btn-frame:focus, .btn-frame:visited {
    border: 1px solid rgba(0, 0, 0, 0.4);
    color: rgba(0, 0, 0, 0.8); }

/* =============================================================================
   Custom Scrollbar
============================================================================= */

.ps-container > .ps-scrollbar-y-rail,
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    width: 6px;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    right: 0;
    border-radius: 2px;
}

.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y,
.ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
    width: 8px;
}

.ps-container > .ps-scrollbar-y-rail {
    background: transparent !important;
}

.scrollbar-always-visible.ps-container > .ps-scrollbar-x-rail,
.scrollbar-always-visible.ps-container > .ps-scrollbar-y-rail {
    opacity: 0.6;
}

.iScrollVerticalScrollbar {
    position: absolute;
    z-index: 9999;
    width: 6px;
    bottom: 4px;
    top: 4px;
    right: 4px;
    overflow: hidden;
}

.iScrollIndicator {
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 999em;
}

.iScrollVerticalScrollbar .iScrollIndicator {
    width: 100%;
}

/* =============================================================================
   Forms
============================================================================= */

label {
    display: inline-block;
    margin-bottom: 5px;
    max-width: 100%;
    font-size: 14px;
    font-size: 1rem;
    font-weight: 700;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: rgba(0, 0, 0, 0.4);
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(0, 0, 0, 0.4);
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 4px 0.25em 0;
    margin-top: 1px;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus {
    outline: 5px auto var(--color-primary);
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.4;
    color: #555;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select {
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    vertical-align: middle;
    background-color: var(--bg-color-main);
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    color: var(--color-text);
    /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); */
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
    outline: none;
    border: 1px solid var(--color-primary, #045c40);
}

/*---- Custom Checkbox ----*/

input[type="checkbox"] {
    position: relative;
    cursor: default;
}

input[type="checkbox"]::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 13px;
    border-radius: 3px;
    border: 1px solid var(--color-text, #333);
    background-color: var(--bg-color-main);
}

input[type="checkbox"]:focus::before {
    border-color: var(--color-primary);
    -webkit-box-shadow: 0 0 4px var(--color-primary);
    box-shadow: 0 0 4px var(--color-primary);
    /*outline: 2px dotted var(--color-primary);
    outline-offset: 2px;*/
}

input[type="checkbox"]:checked::after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 4px;
    width: 5px;
    height: 9px;
    border: solid var(--color-text);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 100;
}

/* =============================================================================
   Review Score
============================================================================= */

.post-score {
    display: inline-block;
    color: var(--color-white);
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.post-score__inner {
    position: relative;
    z-index: 10;
}

.post-score-star {
    font-size: 1.2em;
    line-height: 1;
    color: #f7e74a;
}

.hexagon-svg {
    width: 100%;
    height: auto;
}

.post-score-hexagon {
    position: relative;
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
}

.post-score-hexagon .hexagon-svg {
    width: 50px;
    padding: 2px;
    -webkit-filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.25));
    overflow: visible;
}

@media (min-width: 768px) {
    .post-score-hexagon .hexagon-svg {
        width: 60px;
    }
}

@media (min-width: 1200px) {
    .post-score-hexagon .hexagon-svg {
        width: 64px;
    }
}

.post-score-hexagon .hexagon-svg g path {
    fill: #fc3c2d;
}

.post-score-hexagon .post-score-value {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: var(--color-white);
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

@media (min-width: 768px) {
    .post-score-hexagon .post-score-value {
        font-size: 22px;
    }
}

@media (min-width: 1200px) {
    .post-score-hexagon .post-score-value {
        font-size: 26px;
    }
}

.post-score-hexagon--s .hexagon-svg {
    width: 50px;
}

.post-score-hexagon--s .post-score-value {
    font-size: 20px;
}

.post-score-hexagon--l .hexagon-svg {
    width: 100px;
}

.post-score-hexagon--l .post-score-value {
    font-size: 42px;
}

.post-score-hexagon--xl .hexagon-svg {
    width: 100px;
}

@media (min-width: 1200px) {
    .post-score-hexagon--xl .hexagon-svg {
        width: 120px;
    }
}

.post-score-hexagon--xl .post-score-value {
    font-size: 42px;
}

@media (min-width: 1200px) {
    .post-score-hexagon--xl .post-score-value {
        font-size: 50px;
    }
}

/* =============================================================================
   Social List
============================================================================= */

.social-list {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-size: 1rem;
    list-style: none;
}

@media (min-width: 768px) {
    .social-list {
        font-size: 16px;
        font-size: 1.14286rem;
    }
}

.social-list > li > a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    padding: 0 0.4em;
    color: var(--color-text);
    line-height: 20px;
    -webkit-transition: all 0.15s ease-out 0s;
    -o-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
}

.social-list > li > a:hover,
.social-list > li > a:active,
.social-list > li > a:focus {
    color: inherit;
    text-decoration: none;
}

.social-list > li > a:hover,
.social-list > li > a:focus,
.social-list > li > a:active {
    color: rgba(0, 0, 0, 0.4);
}

.inverse-text .social-list > li > a {
    color: rgba(255, 255, 255, 0.8);
}

.inverse-text .social-list > li > a:hover,
.inverse-text .social-list > li > a:focus,
.inverse-text .social-list > li > a:active,
.inverse-text .social-list > li > a:visited {
    color: white;
}

.social-list--inverse > li > a {
    color: rgba(255, 255, 255, 0.8);
}

.social-list--inverse > li > a:hover,
.social-list--inverse > li > a:focus,
.social-list--inverse > li > a:active {
    color: white;
}

.social-list--circle > li {
    margin-bottom: 8px;
}

.social-list--circle > li:not(:last-child) {
    margin-right: 8px;
}

.social-list--circle > li > a {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    text-align: center;
}

.social-list--circle > li > a i {
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
}

.inverse-text .social-list--circle > li > a,
.overlay-content .social-list--circle > li > a {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 768px) {
    .social-list--sm {
        font-size: 14px;
        font-size: 1rem;
    }
}

@media (min-width: 768px) {
    .social-list--lg {
        font-size: 20px;
        font-size: 1.42857rem;
    }
}

@media (min-width: 768px) {
    .social-list--xl {
        font-size: 26px;
        font-size: 1.85714rem;
    }
}

@media (min-width: 768px) {
    .social-list--md.social-list--circle > li > a {
        width: 60px;
        height: 60px;
        border-width: 2px;
    }
    .social-list--md.social-list--circle > li > a i {
        font-size: 24px;
        line-height: 60px;
    }
}

/* =============================================================================
   Post General
============================================================================= */

.post {
    position: relative;
}

/*---- Post thumb ----*/

.post__thumb,
.entry-thumb {
    position: relative;
}

.post__thumb img,
.entry-thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.post__thumb a,
.entry-thumb a {
    display: block;
}

.post__thumb--circle {
    border-radius: 50%;
    overflow: hidden;
}

.post__thumb--circle img {
    border-radius: 50%;
}

/*---- Post content ----*/

.post__text-inner {
    position: relative;
    padding: 20px;
}

/*---- Post live ----*/

.post__live-icon {
    /*letter-spacing: 1px;*/
    display: inline-block;
    /*font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;*/
    margin-right: 8px;
    text-decoration: none;
}

/*---- Post category ----*/

.post__cat,
a.post__cat,
.entry-cat,
a.entry-cat {
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    font-size: 0.64286rem;
    font-weight: 600;
    /*** 700 to 600*/
    line-height: 1.4;
    margin-right: 8px;
    text-decoration: none;
}

@media (min-width: 768px) {
    .post__cat,
    a.post__cat,
    .entry-cat,
    a.entry-cat {
        font-size: 0.71429rem;
        font-size:0.78571428571rem;
    }
}

a.post__cat-primary {
    color: var(--color-primary);
}

.post a.cat-theme.post__cat-secondary,
a.post__cat-secondary {
    color: var(--color-secondary) !important;
}

a.post__cat-white {
    color: var(--color-white);
}

.post__cat--bg,
a.post__cat--bg,
.entry-cat--bg,
a.entry-cat--bg {
    display: inline-block;
    margin-right: 5px;
    padding: 6px 11px;
    color: var(--color-white);
    background: var(--color-primary);
    border: none;
    font-weight: 700;
    line-height: 1;
}

@media (min-width: 768px) {
    .post__cat--bg,
    a.post__cat--bg,
    .entry-cat--bg,
    a.entry-cat--bg {
        padding: 6px 11px;
    }
}

.post__cat--bg-inverse,
a.post__cat--bg-inverse,
.entry-cat--bg-inverse,
a.entry-cat--bg-inverse {
    display: inline-block;
    padding: 2px 6px;
    color: #333;
    background: var(--color-white);
    margin-right: 8px;
    border: none;
}

/*---- Read more ----*/

.btn.read-more {
    text-transform: uppercase;
}

.read-more-link {
    color: var(--color-text);
    text-decoration: none;
}

.read-more-link:hover,
.read-more-link:focus,
.read-more-link:active,
.read-more-link:visited {
    color: var(--color-text);
    text-decoration: none;
}

.read-more-link i {
    color: rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/*---- Post title ----*/

.post__title,
.entry-title {
    margin: 0.25em 0 0.4em;
}

.post__title:first-child,
.entry-title:first-child {
    margin-top: 0;
}

.post__title:last-child,
.entry-title:last-child {
    margin-bottom: 0;
}

.text-center .post__title,
.text-center .entry-title {
    margin-left: auto;
    margin-right: auto;
}

.post__title a,
.entry-title a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
}

.post__title a:hover,
.post__title a:focus,
.entry-title a:hover,
.entry-title a:focus {
    /* color: var(--color-links-hover); */
    color: inherit;
}

/*---- Post excerpt ----*/

.post__excerpt,
.entry-excerpt {
    max-width: 36em;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
    font-size: 1rem;
    line-height: 1.6;
}

.text-center .post__excerpt,
.text-center .entry-excerpt {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .post__excerpt--lg,
    .entry-excerpt--lg {
        font-size: 16px;
        font-size: 1.142857142857143rem;
    }
}

/*---- Post meta ----*/

.post__meta,
.entry-meta {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
    font-size: 12px;
    font-size: 0.85714rem;
    line-height: 1.5;
}

.post__meta:first-child,
.entry-meta:first-child {
    margin-top: 0;
}

.post__meta:last-child:not(.post__meta-head),
.entry-meta:last-child {
    margin-bottom: 0;
}

.post__meta:not(.post__meta--box) > *:not(:last-child),
.post__meta-left:not(.entry-meta--box) > *:not(:last-child),
.post__meta-right:not(.entry-meta--box) > *:not(:last-child),
.entry-meta:not(.entry-meta--box) > *:not(:last-child) {
    margin-right: 0.6em;
}

.post__meta a,
.entry-meta a {
    text-decoration: none;
}

.post__meta a:active,
.post__meta a:focus,
.post__meta a:hover,
.entry-meta a:active,
.entry-meta a:focus,
.entry-meta a:hover {
    text-decoration: none;
}

.post__meta i,
.entry-meta i {
    margin-right: 0.5em;
}

.post__meta .mdicon.mdicon-comment-o {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
}

.post__meta--border-top,
.entry-meta--border-top {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid var(--color-border);
}

.post--overlay .post__meta--border-top,
.post--overlay .entry-meta--border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.post__meta.post__meta-layout-1 > *:not(:last-child) {
    margin-right: 15px;
}

.post__meta.post__meta-layout-1 .post__meta-group:first-child {
    padding-right: 15px;
    border-right: 1px solid var(--color-border);
}

.post__meta.post__meta-border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.post__meta.post__meta-border > *:not(:first-child) {
    padding-left: calc(8px + 0.6em);
    position: relative;
}

.post__meta.post__meta-border > *:not(:first-child):before {
    content: "";
    width: 8px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    margin-right: 0.6em;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

/*---- Post author ----*/

.post-author,
.entry-author {
    text-transform: none;
}

.post-author .post-author__name,
.entry-author__name,
a.entry-author__name,
.single-header .entry-author a {
    color: inherit;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1;
}

.post__meta .entry-author__name,
.post__meta a.entry-author__name,
.post__meta .post-author__name,
.post__meta a.post-author__name {
    color: var(--color-meta);
}

.post-author__avatar {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.post-author__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.post-author__name span {
    margin-right: 5px;
}

.post-author__socials a {
    font-size: 14px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.6);
}

/*---- Post comments count ----*/

.comments-count-box {
    display: inline-block;
    position: relative;
    padding: 6px 14px;
    background: var(--color-primary);
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    color: var(--color-white) !important;
    text-align: center;
    text-decoration: none !important;
    border-radius: 2px;
}

.comments-count-box:hover,
.comments-count-box:active,
.comments-count-box:focus {
    color: var(--color-white);
}

.comments-count-box:before {
    content: "";
    position: absolute;
    top: 100%;
    right: auto;
    bottom: auto;
    left: 50%;
    margin-left: -5px;
    border: 0 solid transparent;
    border-width: 4px 5px;
    border-bottom-width: 0;
    border-top-color: var(--color-primary);
}

/*-- Overlay item --*/

.overlay-item {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: auto;
    left: auto;
    z-index: 2;
}

.overlay-item.overlay-item--sm-p {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: auto;
    left: auto;
}

.overlay-item--top-left {
    position: absolute;
    top: 20px;
    right: auto;
    bottom: auto;
    left: 20px;
}

.overlay-item--top-left.overlay-item--sm-p {
    position: absolute;
    top: 10px;
    right: auto;
    bottom: auto;
    left: 10px;
}

.overlay-item--left-bottom {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
}

.overlay-item--left-bottom.overlay-item--sm-p {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 10px;
    left: 10px;
}

.overlay-item--right-bottom {
    position: absolute;
    bottom: 20px;
    left: auto;
    top: auto;
    right: 20px;
}

.overlay-item--right-bottom.overlay-item--sm-p {
    position: absolute;
    bottom: 10px;
    left: auto;
    top: auto;
    right: 10px;
}

.media-right .overlay-item--right-bottom {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
}

.overlay-item--center-xy {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.post-type-icon i {
    font-size: 56px;
    line-height: 1.1;
}

@media (min-width: 768px) {
    .post-type-icon i {
        font-size: 60px;
    }
}

@media (min-width: 1200px) {
    .post-type-icon i {
        font-size: 68px;
    }
}

.post-type-icon--sm i {
    font-size: 56px;
}

.post-type-icon--sm .hexagon-svg {
    width: 50px;
}

.post-type-icon--sm .post-score-value {
    font-size: 20px;
}

@media (min-width: 768px) {
    .post-type-icon--md i {
        font-size: 80px;
    }
    .post-type-icon--md .hexagon-svg {
        width: 78px;
    }
    .post-type-icon--md .post-score-value {
        font-size: 32px;
    }
}

@media (min-width: 768px) {
    .post-type-icon--lg i {
        font-size: 120px;
    }
    .post-type-icon--lg .post-score-hexagon .hexagon-svg {
        width: 90px;
    }
    .post-type-icon--lg .post-score-hexagon .post-score-value {
        font-size: 36px;
    }
    .post-type-icon--lg .hexagon-svg {
        width: 100px;
    }
    .post-type-icon--lg .post-score-value {
        font-size: 42px;
    }
}

.inverse-text .category__title a,
.inverse-text .post__title,
.inverse-text .post__title a,
.inverse-text .entry-title,
.inverse-text .entry-title a,
.inverse-text .entry-author a.entry-author__name,
.inverse-text .entry-author time.time,
.inverse-text time.time,
.inverse-text .category__readmore a {
    color: var(--color-white);
}

.inverse-text time.time {
    opacity: 0.6;
}

.inverse-text .category__excerpt,
.inverse-text .post__excerpt,
.overlay-content .entry-excerpt,
.inverse-text .entry-excerpt,
.inverse-text .entry-teaser {
    color: rgba(255, 255, 255, 0.8);
}

.inverse-text .post__meta,
.inverse-text .post__meta a:not(.post__cat),
.inverse-text .entry-meta,
.inverse-text .entry-meta a:not(.post__cat),
.inverse-text .meta-text,
.inverse-text a.meta-text {
    color: rgba(255, 255, 255, 0.6);
}

.inverse-text .post__meta a.post-author__name,
.inverse-text .entry-author__name.entry-author__name {
    color: rgba(255, 255, 255, 0.9);
}

.text-color-black .category__excerpt,
.text-color-black .post__excerpt,
.text-color-black .entry-excerpt,
.text-color-black .entry-excerpt {
    color: rgba(0, 0, 0, 0.8);
}

.text-color-black .post__meta,
.text-color-black .post__meta a:not(.post__cat),
.text-color-black .entry-meta,
.text-color-black .entry-meta a:not(.post__cat),
.text-color-black .meta-text,
.text-color-black a.meta-text {
    color: var(--color-meta);
}

.text-color-black .post__meta a.post-author__name,
.text-color-black .entry-author__name.entry-author__name {
    color: var(--color-text);
}

.text-color-black .category__title a,
.text-color-black .post__title,
.text-color-black .post__title a,
.text-color-black .entry-title,
.text-color-black .entry-title a,
.text-color-black time.time,
.text-color-black .category__readmore a {
    color: var(--color-text);
}

/* =============================================================================
   Post Horizontal
============================================================================= */

.post--horizontal::after {
    clear: both;
    content: "";
    display: table;
}

.post--horizontal .post__thumb {
    width: 100%;
    margin: 0 0 15px 0;
}

.post--horizontal .post__excerpt {
    max-width: initial;
}

@media (min-width: 768px) {
    .post--horizontal .post__thumb {
        width: calc(50% - 15px);
        float: left;
        margin: 0 20px 0 0;
    }
}

@media (min-width: 992px) {
    .post--horizontal .post__thumb {
        margin: 0 30px 0 0;
    }
}

.post--horizontal-xxs .post__thumb,
.post--horizontal-xs .post__thumb {
    width: 70px;
    height: 70px;
    float: left;
    margin: 0 15px 0 0;
}

@media (min-width: 576px) {
    .post--horizontal-xxs .post__thumb,
    .post--horizontal-xs .post__thumb {
        width: 80px;
        height: 80px;
    }
}

@media (min-width: 768px) {
    .post--horizontal-xs .post__thumb {
        width: 100px;
        height: 100px;
        float: left;
    }
    .post--horizontal-xxs .post__thumb,
    .post--horizontal-xs .post__thumb {
        margin: 0 20px 0 0;
    }
}

.post--horizontal-sm .post__thumb {
    width: 33%;
    float: left;
    margin: 0 15px 5px 0;
}

@media (min-width: 768px) {
    .post--horizontal-sm .post__thumb {
        margin-right: 30px;
    }
}

@media (min-width: 768px) {
    .post--horizontal-md .post__thumb {
        width: 40%;
    }
}

@media (min-width: 768px) {
    .post--horizontal-lg .post__thumb {
        width: 55%;
    }
}

.post--horizontal .post__text {
    overflow: hidden;
}

@media (max-width: 767px) {
    .post--horizontal-xxs .post__excerpt,
    .post--horizontal-xs .post__excerpt,
    .post--horizontal-sm .post__excerpt,
    .post--horizontal-xxs .post__cat,
    .post--horizontal-xs .post__cat,
    .post--horizontal-sm .post__cat {
        display: none;
    }
}

@media (max-width: 767px) {
    .post--horizontal-xxs .post__cat + .post__title,
    .post--horizontal-xs .post__cat + .post__title,
    .post--horizontal-sm .post__cat + .post__title {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .post--horizontal-sm .post__title {
        font-size: 1.125rem;
        font-weight: 400;
    }
}

/*---- Post horizontal reverse ----*/

@media (min-width: 768px) {
    .post--horizontal-reverse .post__thumb {
        float: right;
        margin: 0 0 0 20px;
    }
}

@media (min-width: 992px) {
    .post--horizontal-reverse .post__thumb {
        margin: 0 0 0 30px;
    }
}

.post--horizontal-xxs.post--horizontal-reverse .post__thumb,
.post--horizontal-xs.post--horizontal-reverse .post__thumb,
.post--horizontal-sm.post--horizontal-reverse .post__thumb {
    float: right;
    margin: 0 0 0 15px;
}

@media (min-width: 768px) {
    .post--horizontal-xxs.post--horizontal-reverse .post__thumb,
    .post--horizontal-xs.post--horizontal-reverse .post__thumb {
        margin: 0 0 0 20px;
    }
}

@media (min-width: 768px) {
    .post--horizontal-sm.post--horizontal-reverse .post__thumb {
        margin-left: 20px;
    }
}

@media (min-width: 768px) {
    .post--horizontal-sm.post--horizontal-reverse .post__thumb {
        margin-left: 30px;
    }
}

/*---- Post horizontal middle ----*/

@media (min-width: 768px) {
    .post--horizontal-middle {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        box-align: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        box-pack: justify;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
    }
}

.post--horizontal-middle:after {
    content: none;
}

@media (min-width: 768px) {
    .post--horizontal-middle .post__thumb {
        -webkit-box-flex: 0;
        box-flex: 0;
        -moz-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

@media (min-width: 768px) {
    .post--horizontal-middle .post__text {
        -webkit-box-flex: 1;
        box-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.post--horizontal-middle.post--horizontal-xxs,
.post--horizontal-middle.post--horizontal-xs {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    box-pack: start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
}

.post--horizontal-middle.post--horizontal-xxs .post__thumb,
.post--horizontal-middle.post--horizontal-xs .post__thumb {
    -webkit-box-flex: 0;
    box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.post--horizontal-middle.post--horizontal-reverse {
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
}

.post--horizontal-middle.post--horizontal-reverse .post__text {
    -webkit-box-ordinal-group: -1;
    box-ordinal-group: -1;
    -moz-order: -1;
    order: -1;
    -ms-flex-order: -1;
    z-index: 1;
}

/* =============================================================================
   Post Overlay
============================================================================= */

.post--overlay {
    position: relative;
    overflow: hidden;
    background-color: #b4b4b4;
}

.post__thumb--overlay.post__thumb {
    position: absolute;
    width: 100%;
    height: 100%;
}

.post__thumb--overlay.post__thumb:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.25);
    content: "";
    position: absolute;
}

.post--overlay .post__text:not(.container) {
    width: 100%;
}

.post--overlay .post__text {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 14.28571rem;
}

/*.post--overlay .post__text-wrap {*/

/*    width: 100%;*/

/*}*/

.post--overlay .post__text-wrap {
    width: 100%;
}

.post--overlay .post__text.container .post__text-inner {
    padding-left: 0;
    padding-right: 0;
}

.post--overlay-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.post--overlay-bottom .post__text {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    box-align: end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
    padding-top: 40px;
}

.post--overlay-bottom.has-score-badge .post__text {
    padding-top: 80px;
}

.post--overlay.has-badge-bottom .post__text {
    padding-bottom: 80px;
}

.post--overlay.has-badge-bottom .badge-bottom {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.post--overlay-middle {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.post--overlay-middle .post__text {
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.post--overlay .post__text {
    z-index: 1;
    pointer-events: none;
}

.post--overlay .post__text a {
    pointer-events: auto;
    z-index: 1;
}

.post--overlay .entry-author {
    pointer-events: auto;
}

@media (min-width: 768px) {
    .post--overlay-xs .post__text {
        min-height: 17.85714rem;
    }
}

.post--overlay-sm .post__text {
    min-height: 17.85714rem;
}

@media (min-width: 768px) {
    .post--overlay-sm .post__text {
        min-height: 25rem;
    }
}

.post--overlay-md .post__text {
    min-height: 17.85714rem;
}

@media (min-width: 768px) {
    .post--overlay-md .post__text {
        min-height: 25rem;
    }
}

@media (min-width: 992px) {
    .post--overlay-md .post__text {
        min-height: 32.14286rem;
    }
}

.post--overlay-lg .post__text {
    min-height: 25rem;
}

@media (min-width: 768px) {
    .post--overlay-lg .post__text {
        min-height: 32.14286rem;
    }
}

@media (min-width: 992px) {
    .post--overlay-lg .post__text {
        min-height: 39.28571rem;
    }
}

@media (max-width: 767px) {
    .post--overlay-primary-xs .post__text {
        min-height: 17.85714rem;
    }
}

.post--overlay .background-img {
    overflow: hidden;
}

.post--overlay-floorfade .post__text-wrap {
    position: relative;
    width: 100%;
}

.post--overlay-floorfade .post__text-wrap:before {
    content: "";
    position: absolute;
    top: -100%;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(
            linear,
            left bottom, left top,
            from(black),
            color-stop(5.3%, rgba(0, 0, 0, 0.917)),
            color-stop(10.6%, rgba(0, 0, 0, 0.834)),
            color-stop(15.9%, rgba(0, 0, 0, 0.753)),
            color-stop(21.3%, rgba(0, 0, 0, 0.672)),
            color-stop(26.8%, rgba(0, 0, 0, 0.591)),
            color-stop(32.5%, rgba(0, 0, 0, 0.511)),
            color-stop(38.4%, rgba(0, 0, 0, 0.433)),
            color-stop(44.5%, rgba(0, 0, 0, 0.357)),
            color-stop(50.9%, rgba(0, 0, 0, 0.283)),
            color-stop(57.7%, rgba(0, 0, 0, 0.213)),
            color-stop(65%, rgba(0, 0, 0, 0.147)),
            color-stop(72.9%, rgba(0, 0, 0, 0.089)),
            color-stop(81.4%, rgba(0, 0, 0, 0.042)),
            color-stop(90.6%, rgba(0, 0, 0, 0.011)),
            to(transparent)
    );
    background-image: -o-linear-gradient(
            bottom,
            black 0%,
            rgba(0, 0, 0, 0.917) 5.3%,
            rgba(0, 0, 0, 0.834) 10.6%,
            rgba(0, 0, 0, 0.753) 15.9%,
            rgba(0, 0, 0, 0.672) 21.3%,
            rgba(0, 0, 0, 0.591) 26.8%,
            rgba(0, 0, 0, 0.511) 32.5%,
            rgba(0, 0, 0, 0.433) 38.4%,
            rgba(0, 0, 0, 0.357) 44.5%,
            rgba(0, 0, 0, 0.283) 50.9%,
            rgba(0, 0, 0, 0.213) 57.7%,
            rgba(0, 0, 0, 0.147) 65%,
            rgba(0, 0, 0, 0.089) 72.9%,
            rgba(0, 0, 0, 0.042) 81.4%,
            rgba(0, 0, 0, 0.011) 90.6%,
            transparent 100%
    );
    background-image: linear-gradient(
            0deg,
            black 0%,
            rgba(0, 0, 0, 0.917) 5.3%,
            rgba(0, 0, 0, 0.834) 10.6%,
            rgba(0, 0, 0, 0.753) 15.9%,
            rgba(0, 0, 0, 0.672) 21.3%,
            rgba(0, 0, 0, 0.591) 26.8%,
            rgba(0, 0, 0, 0.511) 32.5%,
            rgba(0, 0, 0, 0.433) 38.4%,
            rgba(0, 0, 0, 0.357) 44.5%,
            rgba(0, 0, 0, 0.283) 50.9%,
            rgba(0, 0, 0, 0.213) 57.7%,
            rgba(0, 0, 0, 0.147) 65%,
            rgba(0, 0, 0, 0.089) 72.9%,
            rgba(0, 0, 0, 0.042) 81.4%,
            rgba(0, 0, 0, 0.011) 90.6%,
            transparent 100%
    );
}

@media (min-width: 768px) {
    .post--overlay-padding-lg .post__text-inner {
        padding: 30px;
    }
}

@media (min-width: 768px) {
    .post--overlay-padding-lg .overlay-item {
        top: 30px;
        right: 30px;
    }
}

.post--overlay-padding-lg .overlay-item--md-p {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: auto;
    left: auto;
}

@media (min-width: 768px) {
    .post--overlay-padding-lg .overlay-item--top-left {
        top: 30px;
        left: 30px;
    }
    .post--overlay-padding-lg .overlay-item--sm-p {
        top: 10px;
        right: 10px;
    }
    .post--overlay-padding-lg .overlay-item--md-p {
        top: 20px;
        right: 20px;
    }
}

.post--overlay-padding-lg.has-score-bottom .post-score-hexagon {
    bottom: 30px;
}

/* =============================================================================
   Post Vertical
============================================================================= */

.post--vertical .post__thumb {
    display: block;
    margin-bottom: 20px;
    -webkit-transition: all 0.15s ease-out 0s;
    -o-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
}

/*---- Post vertical reverse ----*/

.post--vertical-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.post--vertical-reverse > * {
    width: 100%;
}

.post--vertical-reverse .post__thumb {
    margin-top: 20px;
    margin-bottom: 0;
}

.post--vertical-reverse .post__thumb:last-child {
    margin-top: 0;
}

.post--vertical-reverse .post__text {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

/*---- Post vertical center ----*/

.post--vertical-center .post__thumb {
    margin-bottom: 20px;
}

.post--vertical-center .post__thumb .post__cat {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.post--vertical-center .post__text,
.post--vertical-center .post__meta {
    text-align: center;
}

.post--vertical-center .post__excerpt {
    margin-left: auto;
    margin-right: auto;
}

/* -----------------------------------------------------------------
## Carousels
----------------------------------------------------------------- */
/*
## Owl carousel
----------------------------------------------------------------- */
.owl-carousel {
    display: block; }

.owl-carousel .owl-item {
    -webkit-backface-visibility: visible; }

.owl-carousel .owl-item:not(:first-child),
.owl-carousel .slide-content:not(:first-child) {
    display: none; }

.owl-carousel .owl-item:first-child,
.owl-carousel .slide-content:first-child {
    visibility: hidden; }

.owl-carousel.owl-loaded .owl-item:not(:first-child),
.owl-carousel.owl-loaded .slide-content:not(:first-child) {
    display: block; }

.owl-carousel.owl-loaded .owl-item:first-child,
.owl-carousel.owl-loaded .slide-content:first-child {
    visibility: visible; }

.owl-prev,
.owl-next {
    cursor: pointer; }

.carousel-stage-visible .owl-stage-outer {
    overflow: visible; }

.dots-visible-xs .owl-dots {
    display: none; }
@media (max-width: 767px) {
    .dots-visible-xs .owl-dots {
        display: block; } }

.dots-visible-sm .owl-dots {
    display: none; }
@media (max-width: 991px) {
    .dots-visible-sm .owl-dots {
        display: block; } }

@media (max-width: 767px) {
    .nav-hidden-xs .owl-nav {
        display: none; } }

.atbs-carousel {
    position: relative; }

/*
## Default Dots Pagination
----------------------------------------------------------------- */
.atbs-carousel .owl-dots {
    padding: 15px 0;
    text-align: center;
    line-height: 1; }

.atbs-carousel .owl-dot {
    display: inline-block;
    padding: 7px; }

.atbs-carousel .owl-dot span {
    display: block;
    height: 8px;
    width: 8px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.2);
    vertical-align: middle; }

.atbs-carousel .owl-dot.active span {
    background: rgba(0, 0, 0, 0.4); }


/*---- Inverse dots pagination ----*/
.atbs-carousel-dots-inverse .owl-dot span {
    background: rgba(255, 255, 255, 0.4); }

.atbs-carousel-dots-inverse .owl-dot.active span {
    background: rgba(255, 255, 255, 0.8); }

.atbs-carousel-dots-inverse .flickity-page-dots .dot:after {
    background: rgba(255, 255, 255, 0.4); }
.atbs-carousel-dots-inverse .flickity-page-dots .dot.is-selected:after {
    background: rgba(255, 255, 255, 0.8); }

/*---- Inside inverse dots pagination ----*/
.atbs-carousel-dots-inside .slide-content .post__text-wrap {
    padding-bottom: 20px; }

.atbs-carousel-dots-inside .owl-dots {
    width: 100%;
    position: absolute;
    bottom: 0; }

.atbs-carousel-dots-inside .owl-dot span {
    background: rgba(255, 255, 255, 0.4); }

.atbs-carousel-dots-inside .owl-dot.active span {
    background: rgba(255, 255, 255, 0.8); }

.atbs-carousel-dots-inside .flickity-page-dots {
    position: absolute;
    bottom: 0; }

.atbs-carousel-dots-inside .flickity-page-dots .dot:after {
    background: rgba(255, 255, 255, 0.4); }
.atbs-carousel-dots-inside .flickity-page-dots .dot.is-selected:after {
    background: rgba(255, 255, 255, 0.8); }

/*
## Default Navigation
----------------------------------------------------------------- */
.atbs-carousel .owl-prev,
.atbs-carousel .owl-next {
    width: 36px;
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-transform: translate(0, -50%) scale(1, 1);
    -ms-transform: translate(0, -50%) scale(1, 1);
    transform: translate(0, -50%) scale(1, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
    -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.1s; }

.atbs-carousel .owl-prev.disabled,
.atbs-carousel .owl-next.disabled {
    -webkit-transform: translate(0, -50%) scale(0, 1);
    -ms-transform: translate(0, -50%) scale(0, 1);
    transform: translate(0, -50%) scale(0, 1); }
.atbs-carousel .owl-prev i,
.atbs-carousel .owl-next i {
    margin: 0;
    font-size: 30px;
    line-height: 1; }

.atbs-carousel .owl-prev {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0; }

.atbs-carousel .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0; }



/*
 * Overflow carousel
 *--------------------*/
.atbs-carousel-overflow {
    overflow: hidden; }
@media (max-width: 767px) {
    .atbs-carousel-overflow {
        margin-left: -15px;
        margin-right: -15px; } }

.atbs-carousel-overflow--has-background {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5; }
@media (min-width: 768px) {
    .atbs-carousel-overflow--has-background {
        padding: 40px; } }

.atbs-carousel-overflow--has-background .atbs-carousel__inner {
    margin-left: -20px;
    margin-right: -20px; }
@media (min-width: 768px) {
    .atbs-carousel-overflow--has-background .atbs-carousel__inner {
        margin-left: -40px;
        margin-right: -40px; } }

.atbs-carousel-overflow--has-background:not(.atbs-carouel-dots-none) {
    padding-bottom: 0; }

/* =============================================================================
   Block general
============================================================================= */

.atbs-block {
    position: relative;
    margin-bottom: 100px;
}

.atbs-block:last-child {
    margin-bottom: 0;
}

.atbs-block__inner {
    position: relative;
}

@media (min-width: 1200px) {
    .atbs-block--fullwidth {
        margin-bottom: 100px;
    }
}
.single-infinity-container > .single-entry-section-wrap.atbs-block--contiguous:not(:first-child) {
    margin-top: 0 !important;
}
.single-entry-section-wrap.atbs-block--contiguous:last-child,
.atbs-block--fullwidth.atbs-block--contiguous:first-child {
    margin-top: -20px;
}

@media (min-width: 577px) {
    .single-entry-section-wrap.atbs-block--contiguous:last-child,
    .atbs-block--fullwidth.atbs-block--contiguous:first-child {
        margin-top: -60px;
    }
}
@media (max-width: 576px) {
    .atbs-block--fullwidth.atbs-block--contiguous:first-child {
        margin-top: -30px;
    }
}

.atbs-block--fullwidth.has-background:last-child {
    margin-bottom: -30px;
}

@media (min-width: 1200px) {
    .atbs-block--fullwidth.has-background:last-child {
        margin-bottom: -65px;
    }
}

.atbs-block--contiguous:not(.has-overlap-background) + .atbs-block--contiguous {
    margin-top: -40px;
}

@media (min-width: 1200px) {
    .atbs-block--fullwidth.atbs-block--contiguous:not(.has-overlap-background)
    + .atbs-block--fullwidth.atbs-block--contiguous {
        margin-top: -65px;
    }
}

.atbs-block.has-background {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 992px) {
    .atbs-block.has-background {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .atbs-block.has-background.has-background--md {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.atbs-block.has-border {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

@media (min-width: 992px) {
    .atbs-block.has-border {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

/* =============================================================================
   Widgets
============================================================================= */

.widget {
    margin-bottom: 3.928571428571429rem;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget--centered {
    text-align: center;
}

.widget--has-background {
    padding: 20px;
}

.widget__title {
    margin-bottom: 25px;
}

.widget__title:last-child {
    margin-bottom: 0;
}

.widget__title a {
    color: inherit;
    text-decoration: none;
}

.widget__title-text {
    margin: 0;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* =============================================================================
   WordPress Defaul Widgets
============================================================================= */

/*---- ## Archive Widget ----*/

.widget_archive ul {
    list-style: none;
    padding: 0;
}

.widget_archive li:not(:last-child) {
    margin-bottom: 15px;
}

.widget_archive li > a {
    display: inline-block;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
}

.widget_archive a > span {
    display: inline-block;
    background: #ccc;
    padding: 1px 5px;
    border-radius: 3px;
    margin-left: 5px;
    font-size: 0.8571rem;
    color: var(--color-white);
}

.widget_archive ul.children {
    padding-top: 15px;
    padding-left: 15px;
}

.widget_archive ul.children li > a {
    color: var(--color-contrast-60);
}

/*---- ## Calendar Widget ----*/

.widget_calendar {
    border-bottom: none;
}

#calendar_wrap {
    overflow: hidden;
    background-color: var(--bg-color-main);
}

.widget_calendar caption {
    padding: 0.6em;
    text-align: center;
    font-size: 18px;
    font-size: 1.2857rem;
    font-weight: 600;
    color: var(--color-white);
    background-color: #333;
}

.widget_calendar table {
    width: 100%;
    margin-bottom: 0;
    font-size: 12px;
    font-size: 0.8571rem;
    color: var(--color-contrast-60);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.widget_calendar thead {
    background-color: #fafafa;
}

.widget_calendar th {
    padding: 1em;
    text-align: center;
    border: none;
}

.widget_calendar td {
    padding: 0.8em 1em;
    border: none;
    text-align: center;
}

.widget_calendar td a {
    position: relative;
    text-decoration: none;
    color: var(--color-text);
    font-weight: 700;
}

.widget_calendar td a:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    top: -4px;
    right: -6px;
    bottom: auto;
    left: auto;
    border-radius: 100%;
    background-color: var(--color-primary, #aaa);
}

.widget_calendar #today,
.widget_calendar #today a {
    position: relative;
    font-weight: 700;
    color: var(--color-white);
    background-color: var(--color-primary, #444);
}

.widget_calendar tfoot {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.widget_calendar tfoot td {
    padding: 1em;
}

.widget_calendar tfoot a {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-text);
}

.widget_calendar tfoot a:before {
    content: none;
}

/*---- ## Categories Widget ----*/

.widget_categories ul {
    list-style: none;
    padding: 0;
}

.widget_categories li:not(:last-child) {
    margin-bottom: 15px;
}

.widget_categories li > a {
    display: inline-block;
    text-decoration: none;
    color: var(--color-text);
}

.widget_categories a > span {
    display: inline-block;
    background: #ccc;
    padding: 1px 5px;
    border-radius: 3px;
    margin-left: 5px;
    font-size: 0.8571rem;
    color: var(--color-white);
}

.widget_categories ul.children {
    padding-top: 15px;
    padding-left: 20px;
}

/*---- ## Menu Widget ----*/

.widget_nav_menu ul {
    list-style: none;
    padding: 0;
}

.widget_nav_menu li:not(:last-child) {
    margin-bottom: 15px;
}

.widget_nav_menu li > a {
    display: inline-block;
    text-decoration: none;
    color: var(--color-text);
}

.inverse-text .widget_nav_menu li > a {
    color: rgba(255, 255, 255, 0.8);
}

.inverse-text .widget_nav_menu li > a:hover,
.inverse-text .widget_nav_menu li > a:focus,
.inverse-text .widget_nav_menu li > a:active {
    color: white;
}

.widget_nav_menu .sub-menu {
    padding-top: 15px;
    padding-left: 20px;
}

.widget_nav_menu .sub-menu .sub-menu {
    font-size: 100%;
}

/*---- ## Meta Widget ----*/

.widget_meta ul {
    list-style: none;
    padding: 0;
}

.widget_meta li:not(:last-child) {
    margin-bottom: 15px;
}

.widget_meta li > a {
    display: inline-block;
    text-decoration: none;
    color: var(--color-text);
}

.inverse-text .widget_meta li > a {
    color: rgba(255, 255, 255, 0.8);
}

.inverse-text .widget_meta li > a:hover,
.inverse-text .widget_meta li > a:focus,
.inverse-text .widget_meta li > a:active {
    color: white;
}

/*---- ## Pages Widget ----*/

.widget_pages ul {
    list-style: none;
    padding: 0;
}

.widget_pages li:not(:last-child) {
    margin-bottom: 15px;
}

.widget_pages li > a {
    display: inline-block;
    text-decoration: none;
    color: var(--color-text);
}

.widget_pages ul.children {
    padding-top: 15px;
    padding-left: 20px;
}

/*---- ## Recent Comments Widget ----*/

.widget_recent_comments #recentcomments {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget_recent_comments .recentcomments {
    position: relative;
    margin-bottom: 20px;
}

.widget_recent_comments .recentcomments:before {
    content: "\e0cb";
    font-family: "mdicon";
    margin-right: 0.2em;
}

.widget_recent_comments .recentcomments > a {
    display: block;
    position: relative;
    margin-top: 8px;
    padding: 10px 15px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.05);
    color: var(--color-text);
    text-decoration: none !important;
}

.widget_recent_comments .comment-author-link {
    font-weight: 700;
}

.widget_recent_comments .comment-author-link a {
    color: inherit;
    text-decoration: none !important;
    text-transform: uppercase;
}

.inverse-text .widget_recent_comments .recentcomments > a {
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
}

/*---- ## Recent Posts Widget ----*/

.widget_recent_entries ul {
    list-style: none;
    padding: 0;
}

.widget_recent_entries li:not(:last-child) {
    margin-bottom: 15px;
}

.widget_recent_entries li > a {
    display: inline-block;
    text-decoration: none;
    color: var(--color-text);
}

/*---- ## RSS Widget ----*/

.widget_rss .rss-widget-icon {
    display: none;
}

.widget_rss .widget__title a.rsswidget:last-child:before {
    content: "\e0e5";
    font-family: "mdicon";
    margin-right: 0.3em;
}

.widget_rss ul {
    list-style: none;
}

.widget_rss li {
    position: relative;
    padding: 12px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.widget_rss li:first-child {
    padding-top: 0;
    border-top: none;
}

.widget_rss a.rsswidget {
    font-weight: 700;
    color: inherit;
}

.widget_rss .rss-date {
    display: block;
    margin-top: 0.4em;
    font-size: 12px;
    font-size: 0.8571rem;
    font-style: italic;
}

.widget_rss .rssSummary {
    margin: 0.4em 0;
}

/*---- ## Search Widget ----*/

.widget_search button.search-form__submit {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 6px 10px;
    background: transparent;
    border: none;
    outline: 0;
    color: var(--color-contrast-40);
}

.widget_search .search-form__submit i {
    font-size: 20px;
}

/*---- ## Tag Cloud Widget ----*/

.tagcloud::after {
    clear: both;
    content: "";
    display: table;
}

.tagcloud a {
    display: inline-block;
    float: left;
    padding: 5px 10px;
    margin: 0 10px 10px 0;
    font-size: 12px;
    font-size: 0.8571rem;
    text-decoration: none;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fafafa;
    color: rgba(0, 0, 0, 0.44);
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.tagcloud a:hover {
    background: var(--color-white);
    color: var(--color-text);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

/*---- ## Instagram Widget ----*/

.tnm-instagram-widget-wrap ul li {
    width: 33.33%;
    border: 1px solid transparent;
    float: left;
}

/* =============================================================================
   Flexbox
============================================================================= */

.flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-box-nowrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.flex-box-auto > *,
.flex-item-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-item-auto-bottom {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-flex-line-pack: end;
    align-content: flex-end;
}

.flex-item-auto-top {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

/**/

.flex-column-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.flex-row-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

/**/

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-content-space {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify-content-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/**/

.align-item-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-item-space {
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.align-item-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.align-item-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

/** Align Content **/

.content-start {
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.content-end {
    -ms-flex-line-pack: end;
    align-content: flex-end;
}

.content-center {
    -ms-flex-line-pack: center;
    align-content: center;
}

.content-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
}

.content-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

/** Align Self **/

.self-auto {
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
}

.self-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.self-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.self-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.self-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline;
}

.self-stretch {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

/** Flex Grow **/

.flex-grow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.flex-grow-0 {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

/**/

.flex-box-1i > * {
    width: 100%;
}

.flex-box-2i > * {
    width: 50%;
}

.flex-box-3i > * {
    width: calc(100% / 3);
}

.flex-box-4i > * {
    width: 25%;
}

@media (max-width: 991px) and (min-width: 768px) {
    .flex-box-2i-md > * {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .flex-box-1i-sm > * {
        width: 100%;
    }
}

.flex-column-10 {
    width: 10%;
}

.flex-column-15 {
    width: 15%;
}

.flex-column-20 {
    width: 20%;
}

.flex-column-25 {
    width: 25%;
}

.flex-column-30 {
    width: 30%;
}

.flex-column-40 {
    width: 40%;
}

.flex-column-50 {
    width: 50%;
}

.flex-column-55 {
    width: 55%;
}

.flex-column-60 {
    width: 60%;
}

.flex-column-65 {
    width: 65%;
}

.flex-column-70 {
    width: 70%;
}

.flex-column-75 {
    width: 75%;
}

.flex-column-80 {
    width: 80%;
}

.flex-column-100 {
    width: 100%;
}

@media (min-width: 1200px) {
    .flex-column-15-xl {
        width: 15%;
    }
    .flex-column-20-xl {
        width: 20%;
    }
    .flex-column-25-xl {
        width: 25%;
    }
    .flex-column-30-xl {
        width: 30%;
    }
    .flex-column-40-xl {
        width: 40%;
    }
    .flex-column-50-xl {
        width: 50%;
    }
    .flex-column-55-xl {
        width: 55%;
    }
    .flex-column-60-xl {
        width: 60%;
    }
    .flex-column-65-xl {
        width: 65%;
    }
    .flex-column-70-xl {
        width: 70%;
    }
    .flex-column-75-xl {
        width: 75%;
    }
    .flex-column-80-xl {
        width: 80%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .flex-column-15-lg {
        width: 15%;
    }
    .flex-column-20-lg {
        width: 20%;
    }
    .flex-column-25-lg {
        width: 25%;
    }
    .flex-column-30-lg {
        width: 30%;
    }
    .flex-column-40-lg {
        width: 40%;
    }
    .flex-column-50-lg {
        width: 50%;
    }
    .flex-column-55-lg {
        width: 55%;
    }
    .flex-column-60-lg {
        width: 60%;
    }
    .flex-column-65-lg {
        width: 65%;
    }
    .flex-column-70-lg {
        width: 70%;
    }
    .flex-column-75-lg {
        width: 75%;
    }
    .flex-column-80-lg {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .flex-column-100-sm {
        width: 100%;
    }
}

.flex-height-100 {
    height: 100%;
}

.flex-space-10 {
    margin: -5px;
}

.flex-space-10 > * {
    padding: 5px;
}

.flex-space-15 {
    margin: -7.5px;
}

.flex-space-15 > * {
    padding: 7.5px;
}

.flex-space-20 {
    margin: -10px;
}

.flex-space-20 > * {
    padding: 10px;
}

.flex-space-25 {
    margin: -12.5px;
}

.flex-space-25 > * {
    padding: 12.5px;
}

.flex-space-30 {
    margin: -15px;
}

.flex-space-30 > * {
    padding: 15px;
}

.flex-space-40 {
    margin: -20px;
}

.flex-space-40 > * {
    padding: 20px;
}

.flex-space-50 {
    margin: -25px;
}

.flex-space-50 > * {
    padding: 25px;
}

.flex-space-60 {
    margin: -30px;
}

.flex-space-60 > * {
    padding: 30px;
}

.flex-space-70 {
    margin: -35px;
}

.flex-space-70 > * {
    padding: 35px;
}

.flex-space-75 {
    margin: -37.5px;
}

.flex-space-75 > * {
    padding: 37.5px;
}

.flex-space-80 {
    margin: -40px;
}

.flex-space-80 > * {
    padding: 40px;
}

.flex-space-90 {
    margin: -45px;
}

.flex-space-90 > * {
    padding: 45px;
}

.flex-space-100 {
    margin: -50px;
}

.flex-space-100 > * {
    padding: 50px;
}

.flex-space-120 {
    margin: -60px;
}

.flex-space-120 > * {
    padding: 60px;
}

.flex-space-160 {
    margin: -80px;
}

.flex-space-160 > * {
    padding: 80px;
}

@media (max-width: 767px) {
    .flex-space-40-sm {
        margin: -20px;
    }
    .flex-space-40-sm > * {
        padding: 20px;
    }
}

.flex-gutter-15 {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.flex-gutter-15 > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.flex-gutter-20 {
    margin-left: -10px;
    margin-right: -10px;
}

.flex-gutter-20 > * {
    padding-left: 10px;
    padding-right: 10px;
}

.flex-gutter-25 {
    margin-left: -12.5px;
    margin-right: -12.5px;
}

.flex-gutter-25 > * {
    padding-left: 12.5px;
    padding-right: 12.5px;
}

.flex-gutter-30 {
    margin-left: -15px;
    margin-right: -15px;
}

.flex-gutter-30 > * {
    padding-left: 15px;
    padding-right: 15px;
}

.flex-gutter-40 {
    margin-left: -20px;
    margin-right: -20px;
}

.flex-gutter-40 > * {
    padding-left: 20px;
    padding-right: 20px;
}

.flex-gutter-50 {
    margin-left: -25px;
    margin-right: -25px;
}

.flex-gutter-50 > * {
    padding-left: 25px;
    padding-right: 25px;
}

.flex-gutter-60 {
    margin-left: -30px;
    margin-right: -30px;
}

.flex-gutter-60 > * {
    padding-left: 30px;
    padding-right: 30px;
}

.flex-gutter-70 {
    margin-left: -35px;
    margin-right: -35px;
}

.flex-gutter-70 > * {
    padding-left: 35px;
    padding-right: 35px;
}

.flex-gutter-75 {
    margin-left: -37.5px;
    margin-right: -37.5px;
}

.flex-gutter-75 > * {
    padding-left: 37.5px;
    padding-right: 37.5px;
}

.flex-gutter-80 {
    margin-left: -40px;
    margin-right: -40px;
}

.flex-gutter-80 > * {
    padding-left: 40px;
    padding-right: 40px;
}

.flex-gutter-90 {
    margin-left: -45px;
    margin-right: -45px;
}

.flex-gutter-90 > * {
    padding-left: 45px;
    padding-right: 45px;
}

.flex-order-1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.atbs-line-limit,
a.atbs-line-limit,
h3.atbs-line-limit > a {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.atbs-line-limit.atbs-line-limit-2,
h3.atbs-line-limit.atbs-line-limit-2 > a {
    -webkit-line-clamp: 2;
}

.atbs-line-limit.atbs-line-limit-3,
h3.atbs-line-limit.atbs-line-limit-3 > a {
    -webkit-line-clamp: 3;
}

.atbs-line-limit.atbs-line-limit-4,
h3.atbs-line-limit.atbs-line-limit-4 > a {
    -webkit-line-clamp: 4;
}
.atbs-line-limit.atbs-line-limit-5,
h3.atbs-line-limit.atbs-line-limit-5 > a {
    -webkit-line-clamp: 5;
}

/* =============================================================================
   Typography
============================================================================= */

.f-14 {
    font-size: 1rem;
    line-height: 1.5;
}

.f-15 {
    font-size: 1.0714rem;
    line-height: 1.5;
}

.f-16 {
    font-size: 1.1428rem;
    line-height: 1.5;
}
.f-17 {
    font-size: 1.2142rem;
    line-height: 1.5;
}
.f-18 {
    font-size: 1.2857rem;
    line-height: 1.5;
}

.f-20 {
    font-size: 1.4285rem;
    line-height: 1.4;
}

.f-22 {
    font-size: 1.5714rem;
    line-height: 1.4;
}

.f-24 {
    font-size: 1.7142rem;
    line-height: 1.4;
}

.f-26 {
    font-size: 1.8571rem;
    /*font system*/
    line-height: 1.4;
}

.f-28 {
    font-size: 2rem;
    line-height: 1.4;
}

.f-30 {
    font-size: 2.1428rem;
    /*font system*/
    line-height: 1.4;
}

.f-32 {
    font-size: 2.2857rem;
    line-height: 1.4;
}

.f-34 {
    font-size: 2.4285rem;
    line-height: 1.4;
}

.f-36 {
    font-size: 2.5714rem;
    line-height: 1.3;
}

.f-38 {
    font-size: 2.7142rem;
    line-height: 1.3;
}

.f-40 {
    font-size: 2.8571rem;
    line-height: 1.3;
}

.f-42 {
    font-size: 3rem;
    line-height: 1.3;
}

.f-44 {
    font-size: 3.1428rem;
    line-height: 1.3;
}

.f-46 {
    font-size: 3.2857rem;
    line-height: 1.3;
}

.f-48 {
    font-size: 3.4285rem;
    line-height: 1.3;
}

.f-50 {
    font-size: 3.5714rem;
    line-height: 1.3;
}

.f-52 {
    font-size: 3.7142rem;
    line-height: 1.3;
}

.f-54 {
    font-size: 3.8571rem;
    line-height: 1.3;
}

.f-56 {
    font-size: 4rem;
    line-height: 1.3;
}

.f-58 {
    font-size: 4.1428rem;
    line-height: 1.3;
}

.f-60 {
    font-size: 4.28571428571rem;
    line-height: 1.3;
}

@media (max-width: 1199px) {
    .f-22 {
        font-size: 1.4285rem;
        line-height: 1.4;
    }
    .f-24 {
        font-size: 1.5714rem;
        line-height: 1.4;
    }
    .f-26 {
        font-size: 1.7142rem;
        line-height: 1.4;
    }
    .f-28 {
        font-size: 1.8571rem;
        /*font system*/
        line-height: 1.4;
    }
    .f-30 {
        font-size: 1.8571rem;
        /*font system*/
        line-height: 1.4;
    }
    .f-32 {
        font-size: 2rem;
        line-height: 1.4;
    }
    .f-34 {
        font-size: 2.1428rem;
        /*font system*/
        line-height: 1.4;
    }
    .f-36 {
        font-size: 2.2857rem;
        line-height: 1.4;
    }
    .f-38 {
        font-size: 2.4285rem;
        /*font system*/
        line-height: 1.4;
    }
    .f-40 {
        font-size: 2.5714rem;
        /*font system*/
        line-height: 1.3;
    }
    .f-42 {
        font-size: 2.7142rem;
        line-height: 1.3;
    }
    .f-44 {
        font-size: 2.8571rem;
        line-height: 1.3;
    }
    .f-46 {
        font-size: 3rem;
        line-height: 1.3;
    }
    .f-48 {
        font-size: 3.1428rem;
        line-height: 1.3;
    }
    .f-50 {
        font-size: 3.2857rem;
        line-height: 1.3;
    }
    .f-52 {
        font-size: 3.4285rem;
        line-height: 1.3;
    }
    .f-54 {
        font-size: 3.5714rem;
        line-height: 1.3;
    }
    .f-56 {
        font-size: 3.7142rem;
        line-height: 1.3;
    }
    .f-58 {
        font-size: 3.8571rem;
        line-height: 1.3;
    }
    .f-60 {
        font-size: 3.9285rem;
        line-height: 1.3;
    }
}

@media (max-width: 991px) {
    .f-24 {
        font-size: 1.5714rem;
        /*font system*/
        line-height: 1.4;
    }
    .f-30 {
        font-size: 1.7142rem;
        /*font system*/
        line-height: 1.4;
    }
    .f-32 {
        font-size: 1.8571rem;
        /*font system*/
        line-height: 1.4;
    }
    .f-34 {
        font-size: 1.8571rem;
        /*font system*/
        line-height: 1.4;
    }
    .f-36 {
        font-size: 2rem;
        line-height: 1.4;
    }
    .f-38 {
        font-size: 2.1428rem;
        /*font system*/
        line-height: 1.4;
    }
    .f-40 {
        font-size: 2.1428rem;
        /*font system*/
        line-height: 1.4;
    }
    .f-42 {
        font-size: 2.2857rem;
        line-height: 1.4;
    }
    .f-44 {
        font-size: 2.4285rem;
        line-height: 1.4;
    }
    .f-46 {
        font-size: 2.5714rem;
        line-height: 1.3;
    }
    .f-48 {
        font-size: 2.7142rem;
        line-height: 1.3;
    }
    .f-50 {
        font-size: 2.8571rem;
        line-height: 1.3;
    }
    .f-52 {
        font-size: 3rem;
        line-height: 1.3;
    }
    .f-54 {
        font-size: 3.1428rem;
        line-height: 1.3;
    }
    .f-56 {
        font-size: 3.2857rem;
        line-height: 1.3;
    }
    .f-58 {
        font-size: 3.4285rem;
        line-height: 1.3;
    }
    .f-60 {
        font-size: 3.5714rem;
        line-height: 1.3;
    }
}

@media (max-width: 767px) {
    .f-20 {
        font-size: 1.2857rem;
        line-height: 1.5;
    }
    .f-24 {
        font-size: 1.4285rem;
        line-height: 1.4;
    }
    .f-26,
    .f-28,
    .f-30,
    .f-32,
    .f-34,
    .f-36,
    .f-38,
    .f-40,
    .f-42 {
        /*font-size: 1.8571rem;*/
        font-size: 1.71428571429rem;
        line-height: 1.4;
    }
    .f-46,
    .f-48,
    .f-50,
    .f-52,
    .f-54 {
        font-size: 2rem;
        line-height: 1.4;
    }
    .f-56,
    .f-58,
    .f-60 {
        font-size: 2.1428rem;
        line-height: 1.4;
    }
}

@media (max-width: 575px) {
    .f-18 {
        font-size: 1.4285rem;
        line-height: 1.4;
    }
    .f-26,
    .f-28,
    .f-30,
    .f-32,
    .f-34,
    .f-36,
    .f-38,
    .f-40,
    .f-42 {
        font-size: 1.7142rem;
        line-height: 1.4;
    }
    .f-46,
    .f-48,
    .f-50,
    .f-52,
    .f-54,
    .f-56,
    .f-58,
    .f-60 {
        font-size: 1.8571rem;
        line-height: 1.4;
    }
}

@media (max-width: 480px) {
    .f-26,
    .f-28,
    .f-30,
    .f-32,
    .f-34,
    .f-36,
    .f-38,
    .f-40,
    .f-42 {
        font-size: 1.5714rem;
        line-height: 1.4;
    }
    .f-46,
    .f-48,
    .f-50,
    .f-52,
    .f-54,
    .f-56,
    .f-58,
    .f-60 {
        font-size: 1.7142rem;
        line-height: 1.4;
    }
}

@media (max-width: 380px) {
    .f-18,
    .f-20,
    .f-22,
    .f-24 {
        font-size: 1.2857rem;
        line-height: 1.5;
    }
}

/**/

.f-w-100 {
    font-weight: 100;
}

.f-w-300 {
    font-weight: 300;
}

.f-w-400 {
    font-weight: 400;
}

.f-w-500 {
    font-weight: 500;
}

.f-w-600 {
    font-weight: 600;
}

.f-w-700 {
    font-weight: 700;
}

.f-w-800 {
    font-weight: 800;
}

.f-w-900 {
    font-weight: 900;
}

@media (max-width: 767px) {
    /*.f-20.f-w-700,*/
    /*.f-w-500,*/
    /*.f-w-600 {*/
    /*    font-weight: 600;*/
    /*}*/
    /*.f-w-700,*/
    /*.f-w-800,*/
    /*.f-w-900 {*/
    /*    font-weight: 700;*/
    /*}*/
}

/* =============================================================================
   Width && Height
============================================================================= */

.atbs-thumb-object-fit a {
    width: 100%;
    height: 100%;
}

.atbs-thumb-object-fit.post__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.atbs-thumb-object-fit a.post__cat {
    width: unset;
    height: unset;
}

.atbs-thumb-object-fit.atbs-thumb-auto-fit.post__thumb {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

.atbs-thumb-object-fit.atbs-thumb-auto-fit.post__thumb a:not(.post__cat) {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

/*-----post-thumb - width-------*/

.post__thumb--width-100 .post__thumb {
    width: 100px;
}

.post__thumb--width-130 .post__thumb {
    width: 130px;
}

.post__thumb--width-150 .post__thumb {
    width: 150px;
}

.post__thumb--width-170 .post__thumb {
    width: 170px;
}

.post__thumb--width-180 .post__thumb {
    width: 180px;
}

.post__thumb--width-190 .post__thumb {
    width: 190px;
}

.post__thumb--width-200 .post__thumb {
    width: 200px;
}

.post__thumb--width-210 .post__thumb {
    width: 210px;
}

.post__thumb--width-220 .post__thumb {
    width: 220px;
}

.post__thumb--width-250 .post__thumb {
    width: 250px;
}

.post__thumb--width-255 .post__thumb {
    width: 255px;
}

.post__thumb--width-270 .post__thumb {
    width: 270px;
}

.post__thumb--width-280 .post__thumb {
    width: 280px;
}

.post__thumb--width-300 .post__thumb {
    width: 300px;
}

.post__thumb--width-370 .post__thumb {
    width: 370px;
}

.post__thumb--width-390 .post__thumb {
    width: 390px;
}

.post__thumb--width-400 .post__thumb {
    width: 400px;
}

.post__thumb--width-430 .post__thumb {
    width: 430px;
}

.post__thumb--width-450 .post__thumb {
    width: 450px;
}

.post__thumb--width-470 .post__thumb {
    width: 470px;
}

.post__thumb--width-480 .post__thumb {
    width: 480px;
}

.post__thumb--width-500 .post__thumb {
    width: 500px;
}

.post__thumb--width-630 .post__thumb {
    width: 630px;
}

.post__thumb--width-770 .post__thumb {
    width: 770px;
}

/*-----post-thumb - height-------*/

.post__thumb-70 .post__thumb {
    height: 70px;
}

.post__thumb-100 .post__thumb {
    height: 100px;
}

.post__thumb-130 .post__thumb {
    height: 130px;
}

.post__thumb-150 .post__thumb {
    height: 150px;
}

.post__thumb-170 .post__thumb {
    height: 170px;
}

.post__thumb-180 .post__thumb {
    height: 180px;
}

.post__thumb-190 .post__thumb {
    height: 190px;
}

.post__thumb-200 .post__thumb {
    height: 200px;
}

.post__thumb-210 .post__thumb {
    height: 210px;
}

.post__thumb-220 .post__thumb {
    height: 220px;
}

.post__thumb-230 .post__thumb {
    height: 230px;
}

.post__thumb-240 .post__thumb {
    height: 240px;
}

.post__thumb-250 .post__thumb {
    height: 250px;
}

.post__thumb-260 .post__thumb {
    height: 260px;
}

.post__thumb-270 .post__thumb {
    height: 270px;
}

.post__thumb-280 .post__thumb {
    height: 280px;
}

.post__thumb-295 .post__thumb {
    height: 295px;
}

.post__thumb-300 .post__thumb {
    height: 300px;
}

.post__thumb-320 .post__thumb {
    height: 320px;
}

.post__thumb-330 .post__thumb {
    height: 330px;
}

.post__thumb-340 .post__thumb {
    height: 340px;
}

.post__thumb-350 .post__thumb {
    height: 350px;
}

.post__thumb-370 .post__thumb {
    height: 370px;
}

.post__thumb-380 .post__thumb {
    height: 380px;
}

.post__thumb-390 .post__thumb {
    height: 390px;
}

.post__thumb-400 .post__thumb {
    height: 400px;
}

.post__thumb-410 .post__thumb {
    height: 410px;
}

.post__thumb-420 .post__thumb {
    height: 420px;
}

.post__thumb-430 .post__thumb {
    height: 430px;
}

.post__thumb-450 .post__thumb {
    height: 450px;
}

.post__thumb-460 .post__thumb {
    height: 460px;
}

.post__thumb-465 .post__thumb {
    height: 465px;
}

.post__thumb-480 .post__thumb {
    height: 480px;
}

.post__thumb-485 .post__thumb {
    height: 485px;
}

.post__thumb-490 .post__thumb {
    height: 490px;
}

.post__thumb-500 .post__thumb {
    height: 500px;
}

.post__thumb-520 .post__thumb {
    height: 520px;
}

.post__thumb-550 .post__thumb {
    height: 550px;
}

.post__thumb-570 .post__thumb {
    height: 570px;
}

.post__thumb-580 .post__thumb {
    height: 580px;
}

.post__thumb-600 .post__thumb {
    height: 600px;
}

.post__thumb-620 .post__thumb {
    height: 620px;
}

.post__thumb-640 .post__thumb {
    height: 640px;
}

.post__thumb-650 .post__thumb {
    height: 650px;
}

.post__thumb-660 .post__thumb {
    height: 660px;
}

.post__thumb-670 .post__thumb {
    height: 670px;
}

.post__thumb-700 .post__thumb {
    height: 700px;
}

.post__thumb-160 .post__thumb {
    height: 160px;
}

.post--overlay-height-190 .post--overlay .post__text {
    min-height: 190px;
}

.post--overlay-height-200.post--overlay .post__text {
    min-height: 200px;
}

.post--overlay-height-220.post--overlay .post__text {
    min-height: 220px;
}

.post--overlay-height-270.post--overlay .post__text {
    min-height: 270px;
}

.post--overlay-height-280.post--overlay .post__text {
    min-height: 280px;
}

.post--overlay-height-300.post--overlay .post__text {
    min-height: 300px;
}

.post--overlay-height-320.post--overlay .post__text {
    min-height: 320px;
}

.post--overlay-height-340.post--overlay .post__text {
    min-height: 340px;
}

.post--overlay-height-370.post--overlay .post__text {
    min-height: 370px;
}

.post--overlay-height-380.post--overlay .post__text {
    min-height: 380px;
}

.post--overlay-height-410.post--overlay .post__text {
    min-height: 410px;
}

.post--overlay-height-450.post--overlay .post__text {
    min-height: 450px;
}

.post--overlay-height-460.post--overlay .post__text {
    min-height: 460px;
}

.post--overlay-height-480.post--overlay .post__text {
    min-height: 480px;
}

.post--overlay-height-560.post--overlay .post__text {
    min-height: 560px;
}

.post--overlay-height-580.post--overlay .post__text {
    min-height: 580px;
}

.post--overlay-height-500.post--overlay .post__text {
    min-height: 500px;
}

.post--overlay-height-510.post--overlay .post__text {
    min-height: 510px;
}

.post--overlay-height-520.post--overlay .post__text {
    min-height: 520px;
}

.post--overlay-height-560.post--overlay .post__text {
    min-height: 560px;
}

.post--overlay-height-570.post--overlay .post__text {
    min-height: 570px;
}

.post--overlay-height-600.post--overlay .post__text {
    min-height: 600px;
}

.post--overlay-height-625.post--overlay .post__text {
    min-height: 625px;
}

.post--overlay-height-640.post--overlay .post__text {
    min-height: 640px;
}

.post--overlay-height-680.post--overlay .post__text {
    min-height: 680px;
}

.post--overlay-height-730.post--overlay .post__text {
    min-height: 730px;
}

/* =============================================================================
   Margin
============================================================================= */

.m-t-auto {
    margin-top: auto;
}

.m-r-auto {
    margin-right: auto;
}

.m-b-auto {
    margin-bottom: auto;
}

.m-l-auto {
    margin-left: auto;
}

.m-b-0 {
    margin-bottom: 0;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-12 {
    margin-bottom: 12px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-35 {
    margin-bottom: 35px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-b-45 {
    margin-bottom: 45px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-t-0 {
    margin-top: 0;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-35 {
    margin-top: 35px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-45 {
    margin-top: 45px;
}

.m-t-50 {
    margin-top: 50px;
}

@media (max-width: 1199px) {
    .post__title.m-b-30 {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .post__title.m-b-20,
    .post__title.m-b-25,
    .post__title.m-b-30 {
        margin-bottom: 15px;
    }
}

@media (min-width: 769px) {
    .atbs-block.atbs-custom-margin-top-minus-100 {
        margin-top: -7.142857142857143rem;
    }
    .atbs-block.atbs-custom-margin-top-minus-95 {
        margin-top: -6.785714285714286rem;
    }
    .atbs-block.atbs-custom-margin-top-minus-90 {
        margin-top: -6.428571428571429rem;
    }
    .atbs-block.atbs-custom-margin-top-minus-85 {
        margin-top: -6.071428571428571rem;
    }
    .atbs-block.atbs-custom-margin-top-minus-80 {
        margin-top: -5.714285714285714rem;
    }
    .atbs-block.atbs-custom-margin-top-minus-75 {
        margin-top: -5.357142857142857rem;
    }
    .atbs-block.atbs-custom-margin-top-minus-70 {
        margin-top: -5rem;
    }
    .atbs-block.atbs-custom-margin-top-minus-65 {
        margin-top: -4.642857142857143rem;
    }
    .atbs-block.atbs-custom-margin-top-minus-60 {
        margin-top: -4.285714285714286rem;
    }
    .atbs-block.atbs-custom-margin-top-minus-55 {
        margin-top: -3.9285714285714284rem;
    }
    .atbs-block.atbs-custom-margin-top-minus-50 {
        margin-top: -3.5714285714285716rem;
    }
    .atbs-block.atbs-custom-margin-top-minus-45 {
        margin-top: -3.2142857142857144rem;
    }
    .atbs-block.atbs-custom-margin-top-minus-40 {
        margin-top: -2.857142857142857rem;
    }
    .atbs-block.atbs-custom-margin-top-minus-35 {
        margin-top: -2.5rem;
    }
    .atbs-block.atbs-custom-margin-top-minus-30 {
        margin-top: -2.142857142857143rem;
    }
    .atbs-block.atbs-custom-margin-top-minus-25 {
        margin-top: -1.7857142857142858rem;
    }
    .atbs-block.atbs-custom-margin-top-minus-20 {
        margin-top: -1.4285714285714286rem;
    }
    .atbs-block.atbs-custom-margin-top-minus-15 {
        margin-top: -1.0714285714285714rem;
    }
    .atbs-block.atbs-custom-margin-top-minus-10 {
        margin-top: -0.7142857142857143rem;
    }
    .atbs-block.atbs-custom-margin-top-minus-5 {
        margin-top: -0.35714285714285715rem;
    }
    .atbs-block.atbs-custom-margin-top-minus-0 {
        margin-top: 0;
    }
}

/** Spacing heading **/

@media (min-width: 576px) {
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-100 {
        margin-bottom: 7.142857142857143rem;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-95 {
        margin-bottom: 6.785714285714286rem;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-90 {
        margin-bottom: 6.428571428571429rem;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-85 {
        margin-bottom: 6.071428571428571rem;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-80 {
        margin-bottom: 5.714285714285714rem;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-75 {
        margin-bottom: 5.357142857142857rem;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-70 {
        margin-bottom: 5rem;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-65 {
        margin-bottom: 4.642857142857143rem;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-60 {
        margin-bottom: 4.285714285714286rem;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-55 {
        margin-bottom: 3.9285714285714284rem;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-50 {
        margin-bottom: 3.5714285714285716rem;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-45 {
        margin-bottom: 3.2142857142857144rem;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-40 {
        margin-bottom: 2.857142857142857rem;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-35 {
        margin-bottom: 2.5rem;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-30 {
        margin-bottom: 2.142857142857143rem;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-25 {
        margin-bottom: 1.7857142857142858rem;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-20 {
        margin-bottom: 1.4285714285714286rem;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-15 {
        margin-bottom: 1.0714285714285714rem;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-10 {
        margin-bottom: 0.7142857142857143rem;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-5 {
        margin-bottom: 0.35714285714285715rem;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-0 {
        margin-bottom: 0px;
    }
}

/* =============================================================================
   Single
============================================================================= */

/*---- Comments section ----*/

.comments-title {
    margin: 0 0 0 0;
    padding-top: 20px;
    border-top: 2px solid rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.8);
    /*font-size: 1.1rem;
    line-height: 1.2;*/
    /*letter-spacing: 0.08em;
    font-weight: 700;
    text-transform: uppercase;*/
}

@media (min-width: 768px) {
    .comments-title {
        /* font-size: 1.3rem;*/
    }
}

.comments-title:before {
    content: "\e0ca";
    margin-right: 0.4em;
    font-family: "mdicon";
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
    font-size: 1.2em;
    vertical-align: middle;
}

.comments-title__text {
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.comments-title .add-comment {
    padding-left: 0.6em;
    color: rgba(0, 0, 0, 0.8);
    font-size: 90%;
    text-transform: uppercase;
}

.comment-list {
    margin-bottom: 30px;
    list-style: none;
}

.comment-list > li:not(:first-child) {
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.comment-list ol.children {
    position: relative;
    padding: 0 0 0 60px;
    list-style: none;
}

@media (min-width: 768px) {
    .comment-list ol.children {
        padding-left: 65px;
    }
}

.comment-list ol.children ol.children {
    padding-left: 0;
}

@media (min-width: 768px) {
    .comment-list ol.children ol.children {
        padding-left: 50px;
    }
}

.comment-list ol.children > li {
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.comment-body {
    margin-left: 65px;
    margin-bottom: 20px;
}

.pingback .comment-body {
    margin-left: 0;
}

.comment-meta {
    margin-bottom: 5px;
}

.comment-meta > *:not(:last-child) {
    margin-right: 4px;
}

.comment-author {
    position: relative;
    font-size: 1.1429rem;
    font-weight: 700;
}

@media (min-width: 768px) {
    .comment-author {
        display: inline-block;
    }
}

.comment-author > img {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 0;
    left: -65px;
    border-radius: 4px;
}

.bypostauthor > .comment-body .comment-author > img {
    border: 2px solid var(--color-primary);
}

.comment-author a {
    color: inherit;
    text-decoration: none;
}

.comment-author a:hover,
.comment-author a:active,
.comment-author a:focus {
    color: inherit;
    text-decoration: none;
}

.comment-author .says {
    display: none;
}

.children .comment-author > img {
    height: 36px;
    width: 36px;
    left: -51px;
}

.children .comment-body {
    margin-left: 50px;
}

.comment-metadata {
    font-size: 12px;
    font-size: 0.85714rem;
    color: rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) {
    .comment-metadata {
        display: inline-block;
    }
    .comment-metadata:before {
        content: "\b7";
        margin-right: 4px;
        font-weight: 400;
    }
}

.comment-metadata > *:not(:last-child) {
    margin-right: 4px;
}

.comment-metadata a,
.comment-metadata a:hover,
.comment-metadata a:focus,
.comment-metadata a:active,
.comment-metadata a:visited {
    color: rgba(0, 0, 0, 0.4);
    text-decoration: none;
}

.comment-metadata .edit-link {
    text-transform: uppercase;
}

.comment-metadata .comment-edit-link {
    color: rgba(0, 0, 0, 0.8);
    font-weight: 700;
}

.comment-metadata .comment-edit-link:before {
    content: "\e254";
    margin-right: 0.2em;
    font-family: "mdicon";
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
    font-size: 1.1em;
}

.comment-content {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 1.6;
}

.comment-form > * {
    z-index: 1;
}

.comment-content > *:last-child {
    margin-bottom: 0;
}

.comment-content .info {
    padding: 15px;
    background: #dedede;
    font-style: italic;
}

.comment-content .info p:last-child {
    margin-bottom: 0;
}

.comment-reply-link {
    color: inherit;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.comment-reply-link:hover,
.comment-reply-link:active,
.comment-reply-link:focus {
    color: inherit;
    text-decoration: none;
}

.comment-reply-link:hover {
    color: rgba(0, 0, 0, 0.8);
}

.comment-reply-link:before {
    content: "\e15e";
    margin-right: 0.2em;
    font-family: "mdicon";
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
    font-size: 1.1em;
}

.comment-respond {
    margin: 20px 0;
}

@media (min-width: 768px) {
    .comment-respond {
        margin: 40px 0 20px;
    }
}

@media (min-width: 768px) {
    .comment-list .comment-respond {
        padding: 0 0 0 65px;
    }
}

@media (min-width: 768px) {
    .comment-list .children .comment-respond {
        padding-left: 51px;
    }
}

.comment-reply-title {
    margin-top: 0;
    margin-bottom: 1em;
    color: rgba(0, 0, 0, 0.8);
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .comment-reply-title {
        font-size: 1.142857142857143rem;
    }
}

.comment-reply-title small {
    font-size: 80%;
}

#cancel-comment-reply-link {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    margin-left: 0.4em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    line-height: 1.2;
}

#cancel-comment-reply-link:hover,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:focus {
    color: inherit;
    text-decoration: none;
}

.comment-form .logged-in-as a {
    color: inherit;
    text-decoration: underline;
}

.comment-form .logged-in-as a:hover,
.comment-form .logged-in-as a:active,
.comment-form .logged-in-as a:focus {
    color: inherit;
    text-decoration: underline;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="password"],
.comment-form input[type="search"],
.comment-form input[type="tel"],
.comment-form input[type="number"],
.comment-form textarea {
    display: block;
}

.comment-form-comment textarea {
    max-width: 790px;
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 1.6;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    max-width: 320px;
}

.comment-form-url {
    margin-right: 0;
}

.comment-form .form-submit {
    clear: both;
    padding-top: 10px;
}

.comment-form .form-submit input[type="submit"] {
}

.comment-form .form-submit input[type="submit"]:active,
.comment-form .form-submit input[type="submit"]:focus,
.comment-form .form-submit input[type="submit"]:hover {
}

/*themes*/

/*form comment*/

.comment-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

[class*="comment-form-"] label {
    display: none;
}

.comment-notes {
    padding: 0 15px;
    margin-bottom: 30px;
}

.comment-respond .comment-form .comment-notes {
    width: 100%;
    font-size: 15px;
    opacity: 0.8;
}

.comment-form-comment {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.comment-form-author,
.comment-form-email {
    width: 50%;
    max-width: 100%;
    padding: 0 15px;
}

.comment-form-cookies-consent {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding: 0 15px;
}

.comment-form-cookies-consent {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.comment-form-cookies-consent label {
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 400;
    font-size: 15px;
    opacity: 0.8;
}

.form-submit {
    width: 100%;
    padding: 0 15px;
}

.logged-in-as {
    width: 100%;
    padding: 0px 15px;
    margin-bottom: 30px;
    font-size: 15px;
    opacity: 0.8;
}

.comment-form-author,
.comment-form-email {
    margin-bottom: 35px;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-comment .textarea {
    padding: 20px;
}

.single .comment-respond .comment-form-url {
    display: none;
}

.single .comment-respond .apsl-login-networks {
    padding-left: 15px;
}

.comment-form-comment textarea,
.comment-form .form-control-custom,
.wpcf7-form textarea {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    border: 1px solid #ebebf7;
    border-radius: 4px;
    background: transparent;
    color: #282835;
    -webkit-transition: border-color 0.25s ease-in-out,
    -webkit-box-shadow 0.25s ease-in-out;
    transition: border-color 0.25s ease-in-out,
    -webkit-box-shadow 0.25s ease-in-out;
    -o-transition: border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
    transition: border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
    transition: border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
    transition: border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out,
    -webkit-box-shadow 0.25s ease-in-out;
    margin-bottom: 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-comment textarea:focus,
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    outline: 0;
    border-color: rgba(0, 0, 0, 0.1);
    background-color: white;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 21, 46, 0.1);
    box-shadow: 0px 10px 20px 0px rgba(0, 21, 46, 0.1);
}
.comment-form-comment textarea:last-child {
    margin-bottom: 0;
}
.comment-form-comment .form-control-custom:focus,
.comment-form-author .form-control-custom:focus,
.comment-form-email .form-control-custom:focus {
    outline: 0;
    border-color: #ddd1fe;
    background-color: white;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 21, 46, 0.1);
    box-shadow: 0px 10px 20px 0px rgba(0, 21, 46, 0.1);
}

.comment-form .form-control-custom::-webkit-input-placeholder {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.4);
}

.comment-form .form-control-custom::-moz-placeholder {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.4);
}

.comment-form .form-control-custom:-ms-input-placeholder {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.4);
}

.comment-form .form-control-custom::-ms-input-placeholder {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.4);
}

.comment-form .form-control-custom::placeholder {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.4);
}

.form-submit {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.form-submit input {
    min-width: 120px;
    border-radius: 45px;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--color-primary);
    -webkit-box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
    box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
    border: 1px solid #5e2ced;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
    /*float: right;*/
}

.form-submit input:hover,
.comment-form .form-submit input[type="submit"]:active,
.comment-form .form-submit input[type="submit"]:focus,
.comment-form .form-submit input[type="submit"]:hover {
    border: 1px solid var(--color-primary);
    /*background-color: transparent;*/
    color: #222222;
    outline: none;
    color: #fff;
}

.wpcf7-form p {
    margin-bottom: 40px;
}

.wpcf7-form label {
    font-size: 15px;
    font-weight: 400;
}

.wpcf7-form input,
.wpcf7-form input,
.wpcf7-form label {
    width: 60%;
    margin-bottom: 0;
}

.wpcf7-form textarea,
.wpcf7-form label {
    width: 100%;
}

.wpcf7-form input,
.wpcf7-form textarea {
    padding: 12px 20px;
    margin-top: 15px;
    margin-bottom: 0;
}

.wpcf7-form .wpcf7-submit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 25px;
    color: #fff;
    margin-top: 40px;
}

.wpcf7-acceptance input {
    width: initial;
}

.wpcf7-acceptance label > input {
    margin-top: 0;
}

.wpcf7-form p:nth-last-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.wpcf7-form p:nth-last-child(2) > span {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    margin-left: 0;
}

.wpcf7-form p:nth-last-child(2) span.wpcf7-list-item {
    margin-left: 0;
}

.wpcf7-form p:nth-last-child(2) span.wpcf7-list-item-label {
    margin-left: 15px;
}

.atbs-block--fullwidth.has-background + .comments-section {
    border: 0;
}

.single .comments-title,
.page .comments-title {
    padding-top: 0;
    border-top: none;
    /*font-size: 24px;
    font-size: 1.7142rem;
    font-weight: bold;*/
    /*margin-bottom: 45px;*/
    /*line-height: 1.2;*/
    color: #131313;
}

.single .comment-reply-title,
.page .comment-reply-title {
    /*font-size: 24px;
    font-size: 1.7142rem;
    font-weight: bold;*/
    margin-bottom: 15px;
    /*line-height: 1.2;*/
}

/*.single .comments-title:before {
    display: none;
}*/

.single .block-heading_style-8 .comments-title:before,
.single .block-heading_style-7 .comments-title:before,
.single .block-heading_style-6 .comments-title:before {
    display: block;
}

.comment-form .form-submit input[type="submit"] {
    color: #fff;
    border-radius: 40px;
    padding: 12px 25px;
    border: 1px solid var(--color-primary);
    font-size: 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: var(--color-primary);
}

@media (max-width: 767px) {
    .comment-form .form-submit input[type="submit"] {
        color: #fff;
        border-radius: 20px;
        padding: 8px 15px;
        font-size: 14px;
    }
    .wpcf7-form input,
    .wpcf7-form input,
    .wpcf7-form label {
        width: 100%;
    }
    .wpcf7-acceptance input {
        width: initial;
    }
    .wpcf7-form p {
        margin-bottom: 30px;
    }
}

.comments-section label {
    margin-bottom: 15px;
}

/*end themes*/

/* =============================================================================
   Vendor
============================================================================= */

pre {
    overflow: auto;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important;
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

.hidden {
    display: none !important;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

.media-object.img-thumbnail {
    max-width: none;
}

.media-right,
.media > .pull-right {
    padding-left: 10px;
}

.media-left,
.media > .pull-left {
    padding-right: 10px;
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}


/* -----------------------------------------------------------------
## Carousel Heading Aside
----------------------------------------------------------------- */
.atbs-carousel-heading-aside .owl-nav {
    display: none; }

.atbs-carousel-heading-aside .carousel-heading {
    height: 100%;
    text-align: center;
    padding-bottom: 15px; }
@media (min-width: 768px) {
    .atbs-carousel-heading-aside .carousel-heading {
        text-align: left;
        padding-right: 15px; } }

.atbs-carousel-heading-aside .carousel-heading--has-bg {
    padding: 20px;
    background: #0a293b; }




@media (min-width: 769px) {
    .atbs-block.atbs-custom-margin-top-minus-100 {
        margin-top: -100px;
    }
    .atbs-block.atbs-custom-margin-bottom-minus-100:not(:last-child) {
        margin-bottom: -100px;
    }
    .atbs-block.atbs-custom-margin-top-minus-95 {
        margin-top: -95px;
    }
    .atbs-block.atbs-custom-margin-bottom-minus-95:not(:last-child) {
        margin-bottom: -95px;
    }
    .atbs-block.atbs-custom-margin-top-minus-90 {
        margin-top: -90px;
    }
    .atbs-block.atbs-custom-margin-bottom-minus-90:not(:last-child) {
        margin-bottom: -90px;
    }
    .atbs-block.atbs-custom-margin-top-minus-85 {
        margin-top: -85px;
    }
    .atbs-block.atbs-custom-margin-bottom-minus-85:not(:last-child) {
        margin-bottom: -85px;
    }
    .atbs-block.atbs-custom-margin-top-minus-80 {
        margin-top: -80px;
    }
    .atbs-block.atbs-custom-margin-bottom-minus-80:not(:last-child) {
        margin-bottom: -80px;
    }
    .atbs-block.atbs-custom-margin-top-minus-75 {
        margin-top: -75px;
    }
    .atbs-block.atbs-custom-margin-bottom-minus-75:not(:last-child) {
        margin-bottom: -75px;
    }
    .atbs-block.atbs-custom-margin-top-minus-70 {
        margin-top: -70px;
    }
    .atbs-block.atbs-custom-margin-bottom-minus-70:not(:last-child) {
        margin-bottom: -70px;
    }
    .atbs-block.atbs-custom-margin-top-minus-65 {
        margin-top: -65px;
    }
    .atbs-block.atbs-custom-margin-bottom-minus-65:not(:last-child) {
        margin-bottom: -65px;
    }
    .atbs-block.atbs-custom-margin-top-minus-60 {
        margin-top: -60px;
    }
    .atbs-block.atbs-custom-margin-bottom-minus-60:not(:last-child) {
        margin-bottom: -60px;
    }
    .atbs-block.atbs-custom-margin-top-minus-55 {
        margin-top: -55px;
    }
    .atbs-block.atbs-custom-margin-bottom-minus-55:not(:last-child) {
        margin-bottom: -55px;
    }
    .atbs-block.atbs-custom-margin-top-minus-50 {
        margin-top: -50px;
    }
    .atbs-block.atbs-custom-margin-bottom-minus-50:not(:last-child) {
        margin-bottom: -50px;
    }
    .atbs-block.atbs-custom-margin-top-minus-45 {
        margin-top: -45px;
    }
    .atbs-block.atbs-custom-margin-bottom-minus-45:not(:last-child) {
        margin-bottom: -45px;
    }
    .atbs-block.atbs-custom-margin-top-minus-40 {
        margin-top: -40px;
    }
    .atbs-block.atbs-custom-margin-bottom-minus-40:not(:last-child) {
        margin-bottom: -40px;
    }
    .atbs-block.atbs-custom-margin-top-minus-35 {
        margin-top: -35px;
    }
    .atbs-block.atbs-custom-margin-bottom-minus-35:not(:last-child) {
        margin-bottom: -35px;
    }
    .atbs-block.atbs-custom-margin-top-minus-30 {
        margin-top: -30px;
    }
    .atbs-block.atbs-custom-margin-bottom-minus-30:not(:last-child) {
        margin-bottom: -30px;
    }
    .atbs-block.atbs-custom-margin-top-minus-25 {
        margin-top: -25px;
    }
    .atbs-block.atbs-custom-margin-bottom-minus-25:not(:last-child) {
        margin-bottom: -25px;
    }
    .atbs-block.atbs-custom-margin-top-minus-20 {
        margin-top: -20px;
    }
    .atbs-block.atbs-custom-margin-bottom-minus-20:not(:last-child) {
        margin-bottom: -20px;
    }
    .atbs-block.atbs-custom-margin-top-minus-15 {
        margin-top: -15px;
    }
    .atbs-block.atbs-custom-margin-bottom-minus-15:not(:last-child) {
        margin-bottom: -15px;
    }
    .atbs-block.atbs-custom-margin-top-minus-10 {
        margin-top: -10px;
    }
    .atbs-block.atbs-custom-margin-bottom-minus-10:not(:last-child) {
        margin-bottom: -10px;
    }
    .atbs-block.atbs-custom-margin-top-minus-5 {
        margin-top: -5px;
    }
    .atbs-block.atbs-custom-margin-top-minus-0 {
        margin-top: 0;
    }
    .atbs-block.atbs-custom-margin-bottom-minus-5:not(:last-child) {
        margin-bottom: -5px;
    }
}

/** Spacing heading **/

@media (min-width: 576px) {
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-100 {
        margin-bottom: 100px;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-95 {
        margin-bottom: 95px;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-90 {
        margin-bottom: 90px;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-85 {
        margin-bottom: 85px;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-80 {
        margin-bottom: 80px;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-75 {
        margin-bottom: 75px;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-70 {
        margin-bottom: 70px;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-65 {
        margin-bottom: 65px;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-60 {
        margin-bottom: 60px;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-55 {
        margin-bottom: 55px;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-50 {
        margin-bottom: 50px;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-45 {
        margin-bottom: 45px;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-40 {
        margin-bottom: 40px;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-35 {
        margin-bottom: 35px;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-30 {
        margin-bottom: 30px;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-25 {
        margin-bottom: 25px;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-20 {
        margin-bottom: 20px;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-15 {
        margin-bottom: 15px;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-10 {
        margin-bottom: 10px;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-5 {
        margin-bottom: 5px;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-0 {
        margin-bottom: 0px;
    }
}

/*elementor*/

.elementor img.post-author__avatar {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
}

.elementor img.owl-background-img {
    height: 100%;
}

.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__html,
.fotorama__img,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.fotorama--fullscreen,
.fotorama__img {
    max-width: 99999px !important;
    max-height: 99999px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.fotorama__wrap .fotorama__grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.fotorama__grabbing * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.fotorama__spinner {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
}

.fotorama__wrap--css3 .fotorama__arr,
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border,
.fotorama__wrap--css3 .fotorama__video-close,
.fotorama__wrap--css3 .fotorama__video-play {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fotorama__caption,
.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img,
.fotorama__wrap--css3 .fotorama__stage__frame {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus,
.fotorama__nav__frame {
    outline: 0;
}

.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after {
    content: "";
    border-radius: inherit;
    background-color: rgba(0, 175, 234, 0.5);
}

.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__shaft {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
    transition-property: -webkit-transform, width;
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    -o-transition-property: transform, width;
    transition-property: transform, width;
    transition-property: transform, width, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
    -o-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
    -webkit-transition-duration: 0ms;
    -o-transition-duration: 0ms;
    transition-duration: 0ms;
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__no-select,
.fotorama__video-close,
.fotorama__video-play,
.fotorama__wrap {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fotorama__select {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.fotorama__nav,
.fotorama__nav__frame {
    margin: auto;
    padding: 0;
}

.fotorama__caption__wrap,
.fotorama__nav__frame,
.fotorama__nav__shaft {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
}

.fotorama__nav__frame,
.fotorama__thumb-border {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.fotorama__caption__wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fotorama--hidden,
.fotorama__load {
    position: absolute;
    left: -99999px;
    top: -99999px;
    z-index: -1;
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__nav,
.fotorama__nav__frame,
.fotorama__nav__shaft,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video-close,
.fotorama__video-play {
    -webkit-tap-highlight-color: transparent;
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
    background: url("fotorama.png") no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx) {
    .fotorama__arr,
    .fotorama__fullscreen-icon,
    .fotorama__video-close,
    .fotorama__video-play {
        background: url("fotorama@2x.png") 0 0/96px 160px no-repeat;
    }
}

.fotorama__thumb {
    background-color: #7f7f7f;
    background-color: rgba(127, 127, 127, 0.2);
}

@media print {
    .fotorama__arr,
    .fotorama__fullscreen-icon,
    .fotorama__thumb-border,
    .fotorama__video-close,
    .fotorama__video-play {
        background: none !important;
    }
}

.fotorama {
    min-width: 1px;
    overflow: hidden;
}

.fotorama:not(.fotorama--unobtrusive) > *:not(:first-child) {
    display: none;
}

.fullscreen {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #000;
}

.fotorama--fullscreen {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    float: none !important;
    z-index: 2147483647 !important;
    background: #000;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
}

.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage {
    background: #000;
}

.fotorama__wrap {
    -webkit-text-size-adjust: 100%;
    position: relative;
    direction: ltr;
    z-index: 0;
}

.fotorama__wrap--rtl .fotorama__stage__frame {
    direction: rtl;
}

.fotorama__nav,
.fotorama__stage {
    overflow: hidden;
    position: relative;
    max-width: 100%;
}

.fotorama__wrap--pan-y {
    -ms-touch-action: pan-y;
}

.fotorama__wrap .fotorama__pointer {
    cursor: pointer;
}

.fotorama__wrap--slide .fotorama__stage__frame {
    opacity: 1 !important;
}

.fotorama__stage__frame {
    overflow: hidden;
}

.fotorama__stage__frame.fotorama__active {
    z-index: 8;
}

.fotorama__wrap--fade .fotorama__stage__frame {
    display: none;
}

.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear,
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
    display: block;
    left: 0;
    top: 0;
}

.fotorama__wrap--fade .fotorama__fade-front {
    z-index: 8;
}

.fotorama__wrap--fade .fotorama__fade-rear {
    z-index: 7;
}

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
    z-index: 9;
}

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
    display: none;
}

.fotorama__img {
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    border: none !important;
}

.fotorama__error .fotorama__img,
.fotorama__loaded .fotorama__img {
    -ms-filter: "alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,
.fotorama__img--full {
    display: none;
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
    display: block;
}

.fotorama__wrap--only-active .fotorama__nav,
.fotorama__wrap--only-active .fotorama__stage {
    max-width: 99999px !important;
}

.fotorama__wrap--only-active .fotorama__stage__frame {
    visibility: hidden;
}

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
    visibility: visible;
}

.fotorama__nav {
    font-size: 0;
    line-height: 0;
    text-align: center;
    display: none;
    white-space: nowrap;
    z-index: 5;
}

.fotorama__nav__shaft {
    position: relative;
    left: 0;
    top: 0;
    text-align: left;
}

.fotorama__nav__frame {
    position: relative;
    cursor: pointer;
}

.fotorama__nav--dots {
    display: block;
}

.fotorama__nav--dots .fotorama__nav__frame {
    width: 18px;
    height: 30px;
}

.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
    display: none;
}

.fotorama__nav--thumbs {
    display: block;
}

.fotorama__nav--thumbs .fotorama__nav__frame {
    padding-left: 0 !important;
}

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
    padding-right: 0 !important;
}

.fotorama__nav--thumbs .fotorama__nav__frame--dot {
    display: none;
}

.fotorama__dot {
    display: block;
    width: 4px;
    height: 4px;
    position: relative;
    top: 12px;
    left: 6px;
    border-radius: 6px;
    border: 1px solid #7f7f7f;
}

.fotorama__nav__frame:focus .fotorama__dot:after {
    padding: 1px;
    top: -1px;
    left: -1px;
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
    width: 0;
    height: 0;
    border-width: 3px;
}

.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
    padding: 3px;
    top: -3px;
    left: -3px;
}

.fotorama__thumb {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}

.fotorama__nav__frame:focus .fotorama__thumb {
    z-index: 2;
}

.fotorama__thumb-border {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    border-style: solid;
    border-color: #00afea;
    background-image: -webkit-gradient(
            linear,
            left top, right bottom,
            from(rgba(255, 255, 255, 0.25)),
            to(rgba(64, 64, 64, 0.1))
    );
    background-image: -o-linear-gradient(
            top left,
            rgba(255, 255, 255, 0.25),
            rgba(64, 64, 64, 0.1)
    );
    background-image: linear-gradient(
            to bottom right,
            rgba(255, 255, 255, 0.25),
            rgba(64, 64, 64, 0.1)
    );
}

.fotorama__caption {
    position: absolute;
    z-index: 12;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
}

.fotorama__caption a {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, 0.5);
}

.fotorama__caption a:hover {
    color: #333;
    border-color: rgba(51, 51, 51, 0.5);
}

.fotorama__wrap--rtl .fotorama__caption {
    left: auto;
    right: 0;
}

.fotorama__wrap--no-captions .fotorama__caption,
.fotorama__wrap--video .fotorama__caption {
    display: none;
}

.fotorama__caption__wrap {
    background-color: var(--color-white);
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px 10px;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fotorama__wrap--css3 .fotorama__spinner {
    -webkit-animation: spinner 24s infinite linear;
    animation: spinner 24s infinite linear;
}

.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.fotorama__select {
    cursor: auto;
}

.fotorama__video {
    top: 32px;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 10;
}

@-moz-document url-prefix() {
    .fotorama__active {
        box-shadow: 0 0 0 transparent;
    }
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
    position: absolute;
    z-index: 11;
    cursor: pointer;
}

.fotorama__arr {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px;
}

.fotorama__arr--prev {
    left: 2px;
    background-position: 0 0;
}

.fotorama__arr--next {
    right: 2px;
    background-position: -32px 0;
}

.fotorama__arr--disabled {
    pointer-events: none;
    cursor: default;
    *display: none;
    opacity: 0.1;
}

.fotorama__fullscreen-icon {
    width: 32px;
    height: 32px;
    top: 2px;
    right: 2px;
    background-position: 0 -32px;
    z-index: 20;
}

.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus {
    border-radius: 50%;
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
    background-position: -32px -32px;
}

.fotorama__video-play {
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    margin-left: -48px;
    margin-top: -48px;
    background-position: 0 -64px;
    opacity: 0;
}

.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
    display: none;
}

.fotorama__error .fotorama__video-play,
.fotorama__loaded .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
    opacity: 1;
    display: block;
}

.fotorama__nav__frame .fotorama__video-play {
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
    background-position: -64px -32px;
}

.fotorama__video-close {
    width: 32px;
    height: 32px;
    top: 0;
    right: 0;
    background-position: -64px 0;
    z-index: 20;
    opacity: 0;
}

.fotorama__wrap--css2 .fotorama__video-close {
    display: none;
}

.fotorama__wrap--css3 .fotorama__video-close {
    -webkit-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0);
}

.fotorama__wrap--video .fotorama__video-close {
    display: block;
    opacity: 1;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
.fotorama__fullscreen-icon {
    opacity: 0;
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
.fotorama__fullscreen-icon:focus {
    opacity: 1;
}

.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
    opacity: 0 !important;
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
.fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
.fotorama__fullscreen-icon {
    display: none;
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
.fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
.fotorama__fullscreen-icon:focus {
    display: block;
}

.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
    display: none !important;
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows
.fotorama__fullscreen-icon:not(:focus) {
    -webkit-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows
.fotorama__arr--prev:not(:focus) {
    -webkit-transform: translate3d(-48px, 0, 0);
    transform: translate3d(-48px, 0, 0);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows
.fotorama__arr--next:not(:focus) {
    -webkit-transform: translate3d(48px, 0, 0);
    transform: translate3d(48px, 0, 0);
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
    -webkit-transform: translate3d(32px, -32px, 0) !important;
    transform: translate3d(32px, -32px, 0) !important;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
    -webkit-transform: translate3d(-48px, 0, 0) !important;
    transform: translate3d(-48px, 0, 0) !important;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
    -webkit-transform: translate3d(48px, 0, 0) !important;
    transform: translate3d(48px, 0, 0) !important;
}

.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
    transition-property: -webkit-transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before {
    content: "";
    display: block;
    position: absolute;
    text-decoration: none;
    top: 0;
    bottom: 0;
    width: 10px;
    height: auto;
    z-index: 10;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 1px 100%, 5px 100%;
}

.fotorama__nav:before,
.fotorama__stage:before {
    background-image: -webkit-gradient(
            linear,
            left top, left bottom,
            from(transparent),
            color-stop(25%, rgba(0, 0, 0, 0.2)),
            color-stop(75%, rgba(0, 0, 0, 0.3)),
            to(transparent)
    ),
    radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
    background-image: -o-linear-gradient(
            transparent,
            rgba(0, 0, 0, 0.2) 25%,
            rgba(0, 0, 0, 0.3) 75%,
            transparent
    ),
    -o-radial-gradient(0 50%, farthest-side, rgba(0, 0, 0, 0.4), transparent);
    background-image: linear-gradient(
            transparent,
            rgba(0, 0, 0, 0.2) 25%,
            rgba(0, 0, 0, 0.3) 75%,
            transparent
    ),
    radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
    background-position: 0 0, 0 0;
    left: -10px;
}

.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--left:before {
    left: 0;
}

.fotorama__nav:after,
.fotorama__stage:after {
    background-image: -webkit-gradient(
            linear,
            left top, left bottom,
            from(transparent),
            color-stop(25%, rgba(0, 0, 0, 0.2)),
            color-stop(75%, rgba(0, 0, 0, 0.3)),
            to(transparent)
    ),
    radial-gradient(
            farthest-side at 100% 50%,
            rgba(0, 0, 0, 0.4),
            transparent
    );
    background-image: -o-linear-gradient(
            transparent,
            rgba(0, 0, 0, 0.2) 25%,
            rgba(0, 0, 0, 0.3) 75%,
            transparent
    ),
    -o-radial-gradient(
            100% 50%,
            farthest-side,
            rgba(0, 0, 0, 0.4),
            transparent
    );
    background-image: linear-gradient(
            transparent,
            rgba(0, 0, 0, 0.2) 25%,
            rgba(0, 0, 0, 0.3) 75%,
            transparent
    ),
    radial-gradient(
            farthest-side at 100% 50%,
            rgba(0, 0, 0, 0.4),
            transparent
    );
    background-position: 100% 0, 100% 0;
    right: -10px;
}

.fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--right:after {
    right: 0;
}

.fotorama--fullscreen .fotorama__nav:after,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__stage:before,
.fotorama__wrap--fade .fotorama__stage:after,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__stage:before {
    display: none;
}

/*
 * Fotorama
 *--------------------*/

.atbs-gallery-slider .fotorama__stage {
    background: #111;
}

.atbs-gallery-slider .fotorama__thumb-border {
    border-color: #fc3c2d;
    background: transparent;
}

.atbs-gallery-slider .fotorama__nav__frame:not(.fotorama__active) {
    opacity: 0.8;
}

.atbs-gallery-slider .fotorama__nav--thumbs {
    position: relative;
    background: #111;
}

.atbs-gallery-slider .fotorama__nav--dots {
    margin-top: 5px;
}

.atbs-gallery-slider .fotorama__nav--dots .fotorama__nav__frame {
    width: auto;
    height: auto;
    padding: 12px 8px;
}

.atbs-gallery-slider .fotorama__dot {
    height: 8px;
    width: 8px;
    top: auto;
    left: auto;
    border: none;
    border-radius: 2px;
}

.atbs-gallery-slider .fotorama__nav__frame.fotorama__active .fotorama__dot {
    height: 8px;
    width: 8px;
    background: rgba(0, 0, 0, 0.4);
}

.atbs-gallery-slider .fotorama__caption {
    text-align: center;
    background-color: transparent;
    background-image: -o-linear-gradient(
            bottom,
            black 0%,
            rgba(0, 0, 0, 0.917) 5.3%,
            rgba(0, 0, 0, 0.834) 10.6%,
            rgba(0, 0, 0, 0.753) 15.9%,
            rgba(0, 0, 0, 0.672) 21.3%,
            rgba(0, 0, 0, 0.591) 26.8%,
            rgba(0, 0, 0, 0.511) 32.5%,
            rgba(0, 0, 0, 0.433) 38.4%,
            rgba(0, 0, 0, 0.357) 44.5%,
            rgba(0, 0, 0, 0.283) 50.9%,
            rgba(0, 0, 0, 0.213) 57.7%,
            rgba(0, 0, 0, 0.147) 65%,
            rgba(0, 0, 0, 0.089) 72.9%,
            rgba(0, 0, 0, 0.042) 81.4%,
            rgba(0, 0, 0, 0.011) 90.6%,
            transparent 100%
    );
    background-image: -webkit-gradient(
            linear,
            left bottom, left top,
            from(black),
            color-stop(5.3%, rgba(0, 0, 0, 0.917)),
            color-stop(10.6%, rgba(0, 0, 0, 0.834)),
            color-stop(15.9%, rgba(0, 0, 0, 0.753)),
            color-stop(21.3%, rgba(0, 0, 0, 0.672)),
            color-stop(26.8%, rgba(0, 0, 0, 0.591)),
            color-stop(32.5%, rgba(0, 0, 0, 0.511)),
            color-stop(38.4%, rgba(0, 0, 0, 0.433)),
            color-stop(44.5%, rgba(0, 0, 0, 0.357)),
            color-stop(50.9%, rgba(0, 0, 0, 0.283)),
            color-stop(57.7%, rgba(0, 0, 0, 0.213)),
            color-stop(65%, rgba(0, 0, 0, 0.147)),
            color-stop(72.9%, rgba(0, 0, 0, 0.089)),
            color-stop(81.4%, rgba(0, 0, 0, 0.042)),
            color-stop(90.6%, rgba(0, 0, 0, 0.011)),
            to(transparent)
    );
    background-image: linear-gradient(
            0deg,
            black 0%,
            rgba(0, 0, 0, 0.917) 5.3%,
            rgba(0, 0, 0, 0.834) 10.6%,
            rgba(0, 0, 0, 0.753) 15.9%,
            rgba(0, 0, 0, 0.672) 21.3%,
            rgba(0, 0, 0, 0.591) 26.8%,
            rgba(0, 0, 0, 0.511) 32.5%,
            rgba(0, 0, 0, 0.433) 38.4%,
            rgba(0, 0, 0, 0.357) 44.5%,
            rgba(0, 0, 0, 0.283) 50.9%,
            rgba(0, 0, 0, 0.213) 57.7%,
            rgba(0, 0, 0, 0.147) 65%,
            rgba(0, 0, 0, 0.089) 72.9%,
            rgba(0, 0, 0, 0.042) 81.4%,
            rgba(0, 0, 0, 0.011) 90.6%,
            transparent 100%
    );
}

.atbs-gallery-slider .fotorama__caption__wrap {
    padding: 1em;
    background: transparent;
    color: var(--color-white);
    font-size: 1rem;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.atbs-gallery-slider .fotorama__caption__wrap a,
.atbs-gallery-slider .fotorama__caption__wrap a:hover,
.atbs-gallery-slider .fotorama__caption__wrap a:focus,
.atbs-gallery-slider .fotorama__caption__wrap a:active {
    color: var(--color-white);
    text-decoration: none;
    border: none;
}

/* --------------- scroll-count-percent */

.scroll-count-percent-with-bookmark {
    cursor: pointer;
}

.scroll-count-percent {
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 9999;
    top: calc(101% + 50px);
    right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.atbs-go-top-article,
.atbs-go-bottom-article {
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 9999;
    top: calc(101% + 10px);
    right: 50px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}

.single .atbs-go-top-article,
.single .atbs-go-bottom-article {
    opacity: 1;
    visibility: visible;
}

.atbs-go-bottom-article {
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 9999;
    top: calc(101% + 130px);
    right: 50px;
}

.admin-bar .scroll-count-percent {
    top: calc(101% + 82px);
}

.js-sticky-header.is-fixed .scroll-count-percent {
    top: calc(101% + 50px);
}

.js-sticky-header.is-fixed.is-shown .scroll-count-percent {
    top: calc(101% + 50px);
}

.sticky-header.is-fixed .scroll-count-percent.active,
.scroll-count-percent.active {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    -webkit-transition: all 0.15s ease-out 0s;
    -o-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
}

.scroll-count-percent .progress-scroll {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.scroll-count-percent .progress__meter,
.scroll-count-percent .progress__value {
    fill: none;
}

.scroll-count-percent .progress__meter {
    stroke: #e6e6e6;
    fill: var(--bg-site);
}

.scroll-count-percent .progress__value {
    stroke: var(--color-primary);
    opacity: 0.8;
    stroke-linecap: round;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

.scroll-count-percent .percent {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.scroll-count-percent .percent-number {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.scroll-count-percent .percent-number span {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    margin-right: 1px;
}

@media (max-width: 1430px) {
    .scroll-count-percent {
        right: 20px;
    }
}

@media (max-width: 1366px) {
    .scroll-count-percent {
        right: 15px;
        height: 60px;
        width: 60px;
    }
    .scroll-count-percent .percent-number span {
        font-size: 13px;
    }
}

@media (max-width: 1199px) {
    .scroll-count-percent {
        display: none;
    }
}

@media (max-width: 1199px) {
    .scroll-count-percent {
        right: 20px;
        height: 60px;
        width: 60px;
    }
    .scroll-count-percent .percent-number span {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .scroll-count-percent {
        opacity: 1;
        right: 25px;
        display: none;
    }
}

/*scroll mobile*/

.scroll-count-percent-mobile.scroll-count-percent {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    display: none;
}

.scroll-count-percent-mobile.scroll-count-percent .progress-scroll {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    height: 100%;
}

.scroll-count-percent-mobile.scroll-count-percent .percent-number {
    background-color: var(--color-primary);
    height: 100%;
    width: 100px;
    position: initial;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    display: block;
    left: unset;
    top: unset;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

@media (max-width: 991px) {
    .scroll-count-percent-mobile.scroll-count-percent.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        visibility: visible;
    }
}

/*svg bookmark single*/

.scroll-count-percent .btn-bookmark-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.scroll-count-percent .btn-bookmark-icon svg {
    width: 25px;
    height: 25px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    cursor: pointer;
}

.scroll-count-percent .btn-bookmark-icon .bookmark-status-not-save {
    opacity: 1;
    visibility: visible;
}

.scroll-count-percent .btn-bookmark-icon .bookmark-status-saved {
    visibility: hidden;
    opacity: 0;
}

.scroll-count-percent .btn-bookmark-icon .bookmark-status-saved path {
    fill: var(--color-primary);
}

.scroll-count-percent .btn-bookmark-icon .bookmark-status-not-save path {
    fill: #999;
}

.scroll-count-percent .btn-bookmark-icon svg path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.scroll-count-percent .btn-bookmark-icon.is-saved .bookmark-status-saved {
    opacity: 1;
    visibility: visible;
}

.scroll-count-percent .btn-bookmark-icon.is-saved .bookmark-status-not-save {
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 1366px) {
    .scroll-count-percent .btn-bookmark-icon svg {
        width: 25px;
        height: 25px;
    }
}

/* -----------------------------------------------------------------
## Offcanvas Menu
----------------------------------------------------------------- */

body.is-atbs-offcanvas-opened {
    overflow: hidden;
}

.atbs-offcanvas {
    max-width: 100%;
    width: 320px;
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    margin: 0;
    overflow: hidden;
    background: var(--color-white);
    z-index: 1039;
}

.atbs-offcanvas {
    /* bootstrap modal */
    -webkit-transform: translate(-101%, 0);
    -ms-transform: translate(-101%, 0);
    transform: translate(-101%, 0);
    -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
    -o-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
    transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
    visibility: hidden;
}

@media (min-width: 768px) {
    .atbs-offcanvas {
        width: 360px;
    }
}

.atbs-offcanvas.is-active {
    -webkit-box-shadow: 0 1px 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px 10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
}

.atbs-offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1030;
    /* bootstrap backdrop */
}

.atbs-offcanvas-close {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: auto;
    left: auto;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 100%;
    background: transparent;
    color: rgba(0, 0, 0, 0.4) !important;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    text-decoration: none !important;
    overflow: hidden;
}

.atbs-offcanvas__title {
    position: relative;
    padding: 20px 50px 20px 20px;
    font-size: 14px;
}

.atbs-offcanvas__title .social-list {
    margin-top: 10px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.4);
}

.atbs-offcanvas__section {
    padding: 20px;
}

.atbs-offcanvas__section:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.atbs-offcanvas__section-search + .atbs-offcanvas__section-navigation {
    padding-top: 0;
    border-top: none;
}

.atbs-offcanvas__section .subscribe-form {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navigation--offcanvas {
    margin: 0 -20px;
}

.navigation--offcanvas li {
    color: rgba(0, 0, 0, 0.6);
    list-style: none;
}

.navigation--offcanvas li > a {
    color: inherit;
    text-decoration: none;
    display: block;
    position: relative;
    padding: 4px 7px;
    background: transparent;
    color: rgba(0, 0, 0, 0.6);
}

.navigation--offcanvas li > a:hover,
.navigation--offcanvas li > a:active,
.navigation--offcanvas li > a:focus {
    color: inherit;
    text-decoration: none;
}

.navigation--offcanvas li > a:hover {
    background: rgba(0, 0, 0, 0.02);
}

.navigation--offcanvas li > a:after {
    content: "";
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    border-right: 3px solid var(--color-primary);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
    -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
}

.navigation--offcanvas li.current-menu-item > a:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.navigation--offcanvas li.menu-item-has-children > a {
    padding-right: 56px;
}

.navigation--offcanvas > li > a {
    padding: 8px 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.navigation--offcanvas .sub-menu {
    display: none;
    padding: 10px 0;
    background: var(--bg-offcanvas-submenu);
    /*box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05) inset;*/
    margin-bottom: 0;
}

.navigation--offcanvas > li > .sub-menu > li > a {
    padding-left: 30px;
}

.navigation--offcanvas > li > .sub-menu > li > .sub-menu > li > a {
    padding-left: 40px;
}

.navigation--offcanvas .submenu-toggle {
    display: block;
    width: 36px;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    left: auto;
    text-align: center;
}

.navigation--offcanvas .submenu-toggle i {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    margin: 0;
    font-size: 20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#atbs-offcanvas-mobile .atbs-offcanvas__section-group {
    max-height: 100vh;
}

#atbs-offcanvas-mobile .navigation--offcanvas > li > a {
    padding: 12px 30px;
    color: var(--color-text);
    font-weight: 700;
    font-size: 1rem;
}

.navigation--offcanvas li > a {
    padding: 8px 11px;
}

#atbs-offcanvas-mobile .site-logo {
    display: block;
    max-width: 140px;
}

#atbs-offcanvas-mobile .site-logo a,
#atbs-offcanvas-mobile .site-logo .logo-wrapper,
#atbs-offcanvas-mobile .site-logo img {
    display: block;
}

#atbs-offcanvas-mobile .site-logo .logo-dark-mode {
    display: none;
}

#atbs-offcanvas-mobile .atbs-offcanvas__title {
    padding: 30px 50px 30px 20px;
}

#atbs-offcanvas-mobile .atbs-offcanvas-close {
    right: 15px;
    top: 30px;
}

@media (min-width: 992px) {
    #atbs-offcanvas-mobile {
        display: none;
    }
}

@media (max-width: 991px) {
    #atbs-offcanvas-primary {
        display: none;
    }
}

/* theme form login*/

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

/*.modal-body .login-with-social {
    display: none;
}
.modal-body #login-tab .block-divider {
    display: none;
}*/

.js-login-form-tabs {
    margin-bottom: 0;
}

.block-divider {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    margin: 1.2em 0;
}

.block-divider:before,
.block-divider:after {
    content: "";
    -webkit-box-flex: 1;
    box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px solid var(--color-border, rgba(0, 0, 0, 0.05));
}

.block-divider:before,
.block-divider:after {
    content: "";
    -webkit-box-flex: 1;
    box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px solid var(--color-border, rgba(0, 0, 0, 0.05));
}

.block-divider > span {
    margin: 0 0.6em;
}

.login-signup-form .lwa-submit-button input {
    background-color: var(--color-primary);
}

.login-with-social {
    margin-top: 10px;
}

.login-lost-password {
    margin-top: 15px;
}

.hidden-form {
    display: none;
}

.user-review-hidden {
    display: none;
}

.active-status-bookmark .atbs-bookmark-tooltip {
    display: none;
}

.navigation-wrapper.navigation-bar__section.justify-content-center {
    padding-left: 30px;
    padding-right: 30px;
}

/* bookmark list*/

.btn-bookmark-list {
    padding: 0px 10px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.top-bar .btn-bookmark-list {
    height: 27px;
}

.top-bar .bookmark-list {
    top: calc(100% + 10px);
}

.menu-height-70 .btn-bookmark-list {
    height: 70px;
}

.header-1 .site-header .btn-bookmark-list {
    height: 145px;
}

.btn-bookmark-link {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bookmark-list {
    position: absolute;
    right: -5px;
    top: calc(100%);
    width: 350px;
    height: auto;
    background-color: #fff;
    border-radius: 5px;
    z-index: 9999999;
    overflow: hidden;
    padding: 30px 0 30px 0;
    visibility: hidden;
    opacity: 0;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -webkit-box-shadow: 0 15px 29px rgba(0, 0, 0, 0.05);
    box-shadow: 0 15px 29px rgba(0, 0, 0, 0.05);
}

.bookmark-list .posts-list {
    margin: -15px 0;
}

.bookmark-list .list-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.bookmark-list .list-item {
    padding: 15px 25px;
}

.btn-bookmark-list:hover .bookmark-list {
    overflow: initial;
    visibility: visible;
    opacity: 1;
}

.bookmark-list .post--horizontal .post__title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    white-space: normal;
}

.bookmark-list .bookmark-see-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    padding: 10px 25px;
    border-radius: 25px;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--color-primary);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    text-decoration: none;
}

.bookmark-list .bookmark-see-more span {
    margin-right: 7px;
}

.header-element-inverse .btn-bookmark-link svg path,
.navigation-bar--inverse .btn-bookmark-link svg path {
    stroke: #fff;
}

.navigation-bar--inverse .navigation--main > li.current-menu-item > a {
    color: #fff;
}

.header-element-inverse .btn-bookmark-link:hover svg path,
.navigation-bar--inverse .btn-bookmark-link:hover svg path {
    stroke: rgba(255, 255, 255, 0.7);
}

.btn-bookmark-link:hover svg path {
    stroke: rgba(0, 0, 0, 0.3);
}

.atbs-bookmark-btn-wrap {
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-14 .navigation-bar-btn-height-80 .atbs-bookmark-btn-wrap,
.header-14
.navigation-bar-btn-height-80
.atbs-bookmark-btn-wrap
.btn-bookmark-list {
    width: auto;
}

.header-main-height-80 .atbs-bookmark-btn-wrap,
.header-main-height-80 .btn-bookmark-list,
.menu-height-80 .atbs-bookmark-btn-wrap,
.navigation-bar-btn-height-80 .atbs-bookmark-btn-wrap,
.menu-height-80 .btn-bookmark-list,
.navigation-bar-btn-height-80 .btn-bookmark-list {
    height: 80px;
    width: 80px;
}

.header-11 .bookmark-list,
.header-8 .bookmark-list {
    left: 0;
    right: auto;
}

.mobile-header .btn-bookmark-list,
.header-1 .site-header .mobile-header .btn-bookmark-list {
    height: auto;
}

.mobile-header--inverse svg.icon-bookmark-default path {
    fill: transparent;
    stroke: #fff;
}

.header-3 .menu-height-80 .btn-bookmark-list,
.header-3 .navigation-bar-btn-height-80 .btn-bookmark-list {
    width: auto;
}

/* .bookmark list*/

.alignleft {
    float: left;
    margin: 0.8em 1.6em 1.6em 0;
}

.alignright {
    float: right;
    margin: 0.8em 0 1.6em 1.6em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0.8em auto;
}

.wp-caption.alignleft .wp-caption-text, .single-content .wp-caption.alignleft .wp-caption-text {
    text-align: left;
}

.wp-caption.alignright {
    text-align: right;
}
.wp-caption.alignright .wp-caption-text, .single-content .wp-caption.alignright .wp-caption-text {
    text-align: right;
}

.post--single [class*="wp-block-"] .alignleft,
.post--single [class*="wp-block-"].alignleft {
    margin-left: 0;
}

.post--single [class*="wp-block-"] .alignright,
.post--single [class*="wp-block-"].alignright {
    margin-right: 0;
}

.wp-block-button.alignleft {
    margin: 0.8em 1.6em 1.6em 0;
}

.wp-block-button.alignright {
    margin: 0.8em 0 1.6em 1.6em;
}

/* */

.widget.widget_search {
    position: relative;
}

.widget_mc4wp_form_widget .form-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.widget_mc4wp_form_widget button[type="submit"] {
    height: 34px;
    padding: 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 5px;
}

.post--no-thumb-card:hover .post__meta--border-top,
.post--no-thumb-card:hover .entry-meta--border-top {
    border-color: rgba(255, 255, 255, 0.2);
}

.post--no-thumb-card:hover .count-comment a {
    color: rgba(255, 255, 255, 1);
}

@media (min-width: 992px) {
    .post--no-thumb-card.custom-color-black:hover .count-comment a {
        color: #222;
    }
    .post--no-thumb-card.custom-color-black:hover .post__meta--border-top,
    .post--no-thumb-card.custom-color-black:hover .entry-meta--border-top {
        border-color: rgba(0, 0, 0, 0.15);
    }
}

.widget_loginwithajaxwidget input[type="submit"] {
    color: #222;
}

.widget_loginwithajaxwidget .lwa-submit-links {
    padding-top: 10px;
    padding-bottom: 10px;
}

.widget_loginwithajaxwidget .lwa-submit-button {
    padding-right: 10px;
    padding-top: 10px;
}

.widget_loginwithajaxwidget .lwa-username-input {
    padding-bottom: 10px;
}

.widget_loginwithajaxwidget .lwa-password-input {
    padding-top: 10px;
    padding-bottom: 10px;
}

.widget_loginwithajaxwidget .apsl-login-networks {
    padding-top: 15px;
}

/*Theme Check*/

.typography-copy,
.comment-content {
    font-size: 16px;
    font-size: 1.1429rem;
    line-height: 1.6;
}

.typography-copy .h6:not([class*="f-"]),
.typography-copy h6:not([class*="f-"]),
.comment-content .h6:not([class*="f-"]),
.comment-content h6:not([class*="f-"]) {
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    font-size: 1em;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .typography-copy .h6:not([class*="f-"]),
    .typography-copy h6:not([class*="f-"]),
    .comment-content .h6:not([class*="f-"]),
    .comment-content h6:not([class*="f-"]) {
        font-size: 1em;
        line-height: 1.5;
    }
}

@media (min-width: 992px) {
    .typography-copy .h6:not([class*="f-"]),
    .typography-copy h6:not([class*="f-"]),
    .comment-content .h6:not([class*="f-"]),
    .comment-content h6:not([class*="f-"]) {
        font-size: 1em;
        line-height: 1.5;
    }
}

.typography-copy .h5:not([class*="f-"]),
.typography-copy h5:not([class*="f-"]),
.comment-content .h5:not([class*="f-"]),
.comment-content h5:not([class*="f-"]) {
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    font-size: 1.125em;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .typography-copy .h5:not([class*="f-"]),
    .typography-copy h5:not([class*="f-"]),
    .comment-content .h5:not([class*="f-"]),
    .comment-content h5:not([class*="f-"]) {
        font-size: 1.2em;
        line-height: 1.4;
    }
}

@media (min-width: 992px) {
    .typography-copy .h5:not([class*="f-"]),
    .typography-copy h5:not([class*="f-"]),
    .comment-content .h5:not([class*="f-"]),
    .comment-content h5:not([class*="f-"]) {
        font-size: 1.25em;
        line-height: 1.4;
    }
}

.typography-copy .h4:not([class*="f-"]),
.typography-copy h4:not([class*="f-"]),
.comment-content .h4:not([class*="f-"]),
.comment-content h4:not([class*="f-"]) {
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    font-size: 1.266em;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .typography-copy .h4:not([class*="f-"]),
    .typography-copy h4:not([class*="f-"]),
    .comment-content .h4:not([class*="f-"]),
    .comment-content h4:not([class*="f-"]) {
        font-size: 1.44em;
        line-height: 1.4;
    }
}

@media (min-width: 992px) {
    .typography-copy .h4:not([class*="f-"]),
    .typography-copy h4:not([class*="f-"]),
    .comment-content .h4:not([class*="f-"]),
    .comment-content h4:not([class*="f-"]) {
        font-size: 1.563em;
        line-height: 1.3;
    }
}

.typography-copy .h3:not([class*="f-"]),
.typography-copy h3:not([class*="f-"]),
.comment-content .h3:not([class*="f-"]),
.comment-content h3:not([class*="f-"]) {
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    font-size: 1.424em;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .typography-copy .h3:not([class*="f-"]),
    .typography-copy h3:not([class*="f-"]),
    .comment-content .h3:not([class*="f-"]),
    .comment-content h3:not([class*="f-"]) {
        font-size: 1.728em;
        line-height: 1.3;
    }
}

@media (min-width: 992px) {
    .typography-copy .h3:not([class*="f-"]),
    .typography-copy h3:not([class*="f-"]),
    .comment-content .h3:not([class*="f-"]),
    .comment-content h3:not([class*="f-"]) {
        font-size: 1.953em;
        line-height: 1.3;
    }
}

.typography-copy .h2:not([class*="f-"]),
.typography-copy h2:not([class*="f-"]),
.comment-content .h2:not([class*="f-"]),
.comment-content h2:not([class*="f-"]) {
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    font-size: 1.602em;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .typography-copy .h2:not([class*="f-"]),
    .typography-copy h2:not([class*="f-"]),
    .comment-content .h2:not([class*="f-"]),
    .comment-content h2:not([class*="f-"]) {
        font-size: 2.074em;
        line-height: 1.3;
    }
}

@media (min-width: 992px) {
    .typography-copy .h2:not([class*="f-"]),
    .typography-copy h2:not([class*="f-"]),
    .comment-content .h2:not([class*="f-"]),
    .comment-content h2:not([class*="f-"]) {
        font-size: 2.441em;
        line-height: 1.2;
    }
}

.typography-copy .h1:not([class*="f-"]),
.typography-copy h1:not([class*="f-"]),
.comment-content .h1:not([class*="f-"]),
.comment-content h1:not([class*="f-"]) {
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    font-size: 1.802em;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .typography-copy .h1:not([class*="f-"]),
    .typography-copy h1:not([class*="f-"]),
    .comment-content .h1:not([class*="f-"]),
    .comment-content h1:not([class*="f-"]) {
        font-size: 2.488em;
        line-height: 1.2;
    }
}

@media (min-width: 992px) {
    .typography-copy .h1:not([class*="f-"]),
    .typography-copy h1:not([class*="f-"]),
    .comment-content .h1:not([class*="f-"]),
    .comment-content h1:not([class*="f-"]) {
        font-size: 3.052em;
        line-height: 1.2;
    }
}

.typography-copy .h0:not([class*="f-"]),
.typography-copy h0:not([class*="f-"]),
.comment-content .h0:not([class*="f-"]),
.comment-content h0:not([class*="f-"]) {
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    font-size: 2.027em;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .typography-copy .h0:not([class*="f-"]),
    .typography-copy h0:not([class*="f-"]),
    .comment-content .h0:not([class*="f-"]),
    .comment-content h0:not([class*="f-"]) {
        font-size: 2.986em;
        line-height: 1.2;
    }
}

@media (min-width: 992px) {
    .typography-copy .h0:not([class*="f-"]),
    .typography-copy h0:not([class*="f-"]),
    .comment-content .h0:not([class*="f-"]),
    .comment-content h0:not([class*="f-"]) {
        font-size: 3.815em;
        line-height: 1.1;
    }
}

.typography-copy .h-1:not([class*="f-"]),
.typography-copy h-1:not([class*="f-"]),
.comment-content .h-1:not([class*="f-"]),
.comment-content h-1:not([class*="f-"]) {
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    font-size: 2.281em;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .typography-copy .h-1:not([class*="f-"]),
    .typography-copy h-1:not([class*="f-"]),
    .comment-content .h-1:not([class*="f-"]),
    .comment-content h-1:not([class*="f-"]) {
        font-size: 3.583em;
        line-height: 1.2;
    }
}

@media (min-width: 992px) {
    .typography-copy .h-1:not([class*="f-"]),
    .typography-copy h-1:not([class*="f-"]),
    .comment-content .h-1:not([class*="f-"]),
    .comment-content h-1:not([class*="f-"]) {
        font-size: 4.768em;
        line-height: 1.1;
    }
}

.typography-copy .h-2:not([class*="f-"]),
.typography-copy h-2:not([class*="f-"]),
.comment-content .h-2:not([class*="f-"]),
.comment-content h-2:not([class*="f-"]) {
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    font-size: 2.566em;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .typography-copy .h-2:not([class*="f-"]),
    .typography-copy h-2:not([class*="f-"]),
    .comment-content .h-2:not([class*="f-"]),
    .comment-content h-2:not([class*="f-"]) {
        font-size: 4.3em;
        line-height: 1.1;
    }
}

@media (min-width: 992px) {
    .typography-copy .h-2:not([class*="f-"]),
    .typography-copy h-2:not([class*="f-"]),
    .comment-content .h-2:not([class*="f-"]),
    .comment-content h-2:not([class*="f-"]) {
        font-size: 5.96em;
        line-height: 1.1;
    }
}

.typography-copy .typescale-n1:not([class*="f-"]),
.comment-content .typescale-n1:not([class*="f-"]) {
    font-size: 0.889em;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .typography-copy .typescale-n1,
    .comment-content .typescale-n1 {
        font-size: 0.889em;
        line-height: 1.5;
    }
}

@media (min-width: 992px) {
    .typography-copy .typescale-n1,
    .comment-content .typescale-n1 {
        font-size: 0.889em;
        line-height: 1.5;
    }
}

.typography-copy .typescale-0,
.comment-content .typescale-0 {
    font-size: 1em;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .typography-copy .typescale-0,
    .comment-content .typescale-0 {
        font-size: 1em;
        line-height: 1.5;
    }
}

@media (min-width: 992px) {
    .typography-copy .typescale-0,
    .comment-content .typescale-0 {
        font-size: 1em;
        line-height: 1.5;
    }
}

.typography-copy .typescale-1,
.comment-content .typescale-1 {
    font-size: 1.125em;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .typography-copy .typescale-1,
    .comment-content .typescale-1 {
        font-size: 1.2em;
        line-height: 1.4;
    }
}

@media (min-width: 992px) {
    .typography-copy .typescale-1,
    .comment-content .typescale-1 {
        font-size: 1.25em;
        line-height: 1.4;
    }
}

.typography-copy .typescale-2,
.comment-content .typescale-2 {
    font-size: 1.266em;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .typography-copy .typescale-2,
    .comment-content .typescale-2 {
        font-size: 1.44em;
        line-height: 1.4;
    }
}

@media (min-width: 992px) {
    .typography-copy .typescale-2,
    .comment-content .typescale-2 {
        font-size: 1.563em;
        line-height: 1.3;
    }
}

.typography-copy .typescale-3,
.comment-content .typescale-3 {
    font-size: 1.424em;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .typography-copy .typescale-3,
    .comment-content .typescale-3 {
        font-size: 1.728em;
        line-height: 1.3;
    }
}

@media (min-width: 992px) {
    .typography-copy .typescale-3,
    .comment-content .typescale-3 {
        font-size: 1.953em;
        line-height: 1.3;
    }
}

.typography-copy .typescale-4,
.comment-content .typescale-4 {
    font-size: 1.602em;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .typography-copy .typescale-4,
    .comment-content .typescale-4 {
        font-size: 2.074em;
        line-height: 1.3;
    }
}

@media (min-width: 992px) {
    .typography-copy .typescale-4,
    .comment-content .typescale-4 {
        font-size: 2.441em;
        line-height: 1.2;
    }
}

.typography-copy .typescale-5,
.comment-content .typescale-5 {
    font-size: 1.802em;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .typography-copy .typescale-5,
    .comment-content .typescale-5 {
        font-size: 2.488em;
        line-height: 1.2;
    }
}

@media (min-width: 992px) {
    .typography-copy .typescale-5,
    .comment-content .typescale-5 {
        font-size: 3.052em;
        line-height: 1.2;
    }
}

.typography-copy .typescale-6,
.comment-content .typescale-6 {
    font-size: 2.027em;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .typography-copy .typescale-6,
    .comment-content .typescale-6 {
        font-size: 2.986em;
        line-height: 1.2;
    }
}

@media (min-width: 992px) {
    .typography-copy .typescale-6,
    .comment-content .typescale-6 {
        font-size: 3.815em;
        line-height: 1.1;
    }
}

.typography-copy .typescale-7,
.comment-content .typescale-7 {
    font-size: 2.281em;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .typography-copy .typescale-7,
    .comment-content .typescale-7 {
        font-size: 3.583em;
        line-height: 1.2;
    }
}

@media (min-width: 992px) {
    .typography-copy .typescale-7,
    .comment-content .typescale-7 {
        font-size: 4.768em;
        line-height: 1.1;
    }
}

.typography-copy .typescale-8,
.comment-content .typescale-8 {
    font-size: 2.566em;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .typography-copy .typescale-8,
    .comment-content .typescale-8 {
        font-size: 4.3em;
        line-height: 1.1;
    }
}

@media (min-width: 992px) {
    .typography-copy .typescale-8,
    .comment-content .typescale-8 {
        font-size: 5.96em;
        line-height: 1.1;
    }
}

.typography-copy h4,
.typography-copy .h4,
.comment-content h4,
.comment-content .h4 {
    font-weight: 700;
}

.typography-copy h5,
.typography-copy .h5,
.comment-content h5,
.comment-content .h5 {
    /*color: rgba(0, 0, 0, 0.5);*/
    font-weight: 700;
    /*text-transform: uppercase;*/
}

.typography-copy h6,
.typography-copy .h6,
.comment-content h6,
.comment-content .h6 {
    font-weight: 700;
}

.typography-copy blockquote,
.comment-content blockquote {
    margin: 0 0 1.6rem 0;
    padding: 0 0 0 1rem;
    border-left: 5px solid #dedede;
    line-height: 1.75;
    color: rgba(0, 0, 0, 0.5);
}

.typography-copy blockquote:before,
.comment-content blockquote:before {
    content: "\201c";
    display: block;
    position: relative;
    top: 0.225em;
    margin-bottom: 0.2em;
    color: #dedede;
    font-weight: 700;
    font-size: 5rem;
    line-height: 0.3;
}

.typography-copy blockquote cite,
.comment-content blockquote cite {
    font-size: 1.0714rem;
}

.typography-copy blockquote p,
.comment-content blockquote p {
    margin-bottom: 1rem;
}

.typography-copy mark,
.comment-content mark {
    color: rgba(0, 0, 0, 0.8);
    background: #fbff64;
}

.typography-copy ol,
.typography-copy ul,
.comment-content ol,
.comment-content ul {
    margin-bottom: 1.6rem;
    padding-left: 1.8rem;
}

.typography-copy li > ol,
.typography-copy li > ul,
.comment-content li > ol,
.comment-content li > ul {
    margin-bottom: 0;
}

.screen-reader-text {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
    clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
}

.typography-copy .social-list {
    margin-bottom: 0;
}

.typography-copy .author-box .author-social {
    margin-bottom: 0;
}

/** Fix Word Break **/

.menu-item,
.search-term,
.popular-title,
.widget__title-text,
.block-heading__title,
.block-heading__subtitle,
.page-heading__title,
.page-heading__subtitle,
.post__title,
.entry-title,
.post__cat,
.entry-cat,
.atbs-review__product-name,
.atbs-review__product-byline,
.atbs-review__summary,
.author-name,
.author-bio,
.category-tile__description,
.widget_meta li,
.widget_pages .page_item,
.widget_categories .cat-item,
.widget_recent_entries li,
.textwidget > *:not(table),
.widget_mc4wp_form_widget p,
.widget_mc4wp_form_widget label,
.widget_mc4wp_form_widget small,
.widget_mc4wp_form_widget h2,
.widget_mc4wp_form_widget h3,
.widget_mc4wp_form_widget h4,
.widget_mc4wp_form_widget h5,
.widget_mc4wp_form_widget h6,
.widget_nav_menu .menu-item,
.recentcomments .comment-author-link,
.recentcomments a,
.rsswidget,
.rssSummary,
.tagcloud a {
    /* word-wrap: The originally (unprefixed) proprietary extension  word-wrapfrom Microsoft has been renamed
    in the current draft of the CSS3 text specification overflow-wrap */
    word-wrap: break-word;
    overflow-wrap: break-word;
    -ms-word-break: break-word;
    word-break: break-word;
}

/*
 * Set focus style for keyboard only if supported
 * Sources:
 * https://developer.mozilla.org/en-US/docs/Web/CSS/@supports
 * https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible
 */
@supports selector(:focus-visible) or selector(:-moz-focusring) {
    a:focus,
    [role="button"]:focus,
    input[type="submit"]:focus,
    input[type="button"]:focus,
    input[type="reset"]:focus,
    button:focus {
        outline: none;
    }
    a:focus-visible,
    [role="button"]:focus-visible,
    input[type="submit"]:focus-visible,
    input[type="button"]:focus-visible,
    input[type="reset"]:focus-visible,
    button:focus-visible {
        outline: none;
        outline-offset: none;
    }
    a:-moz-focusring,
    [role="button"]:-moz-focusring,
    input[type="submit"]:-moz-focusring,
    input[type="button"]:-moz-focusring,
    input[type="reset"]:-moz-focusring,
    button:-moz-focusring {
        outline: none;
        outline-offset: none;
    }
}
/*---- WordPress core ----*/
/* Alignment */
.alignleft {
    float: left;
    margin: 0.8em 1.6em 1.6em 0; }
@media (min-width: 1200px) {
    .alignleft {
        margin-left: -60px; } }
@media (min-width: 992px) {
    .post--single .single-body--wide .alignleft {
        margin-left: -80px; } }

.alignright {
    float: right;
    margin: 0.8em 0 1.6em 1.6em; }
@media (min-width: 1200px) {
    .alignright {
        margin-right: -60px; } }
@media (min-width: 992px) {
    .post--single .single-body--wide .alignright {
        margin-right: -80px; } }

.aligncenter {
    clear: both;
    display: block;
    margin: 0.8em auto; }

/*  Caption */
.wp-caption {
    margin-bottom: 1.6em;
    text-align: inherit; }

.wp-caption .wp-caption-text,
.wp-caption-dd {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.4);
    font-size: 11px;
    font-size: 0.8em; }

/* Galleries */
[class*="gallery-columns-"] {
    margin: 0 -1.79104477%; }

.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%; }

.gallery-columns-2 .gallery-item {
    max-width: 50%; }

.gallery-columns-3 .gallery-item {
    max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
    max-width: 25%; }

.gallery-columns-5 .gallery-item {
    max-width: 20%; }

.gallery-columns-6 .gallery-item {
    max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
    max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
    max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery .gallery-caption {
    color: rgba(0, 0, 0, 0.44);
    display: block;
    font-size: 13px;
    line-height: 1.5;
    padding: 7px 0; }

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none; }

.screen-reader-text {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
    clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px); }



/**
 * Owl Carousel v2.1.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel-under-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    display: none;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 0.1s ease;
    -webkit-transition: -webkit-transform 0.1s ease;
    -o-transition: transform 0.1s ease;
    transition: transform 0.1s ease;
    transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-carousel .owl-cursor {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid var(--color-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0, 0);
    -ms-transform: translate(-50%, -50%) scale(0, 0);
    transform: translate(-50%, -50%) scale(0, 0);
    opacity: 0;
    z-index: 2;
    /*pointer-events: none;*/
    /*transition: 0.5s ease-in-out;*/
}

.owl-carousel .owl-cursor svg {
    width: 40px;
    height: 40px;
    fill: var(--color-white);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: rotateY(0deg) perspective(1000px);
    transform: rotateY(0deg) perspective(1000px);
}

.owl-carousel.Left .owl-cursor svg {
    -webkit-transform: rotateY(180deg) perspective(1000px);
    transform: rotateY(180deg) perspective(1000px);
}

.owl-carousel.Right .owl-cursor svg {
    -webkit-transform: rotateY(0deg) perspective(1000px);
    transform: rotateY(0deg) perspective(1000px);
}

.owl-carousel.on-hover {
    cursor: none;
}

.owl-carousel.on-hover .owl-cursor {
    opacity: 1;
    z-index: -1;
}

.owl-carousel.show-cursor .owl-cursor {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    -ms-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1);
}

/**/

.owl-carousel.carousel-dot-center-number .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.owl-carousel.carousel-dot-center-number .owl-prev,
.owl-carousel.carousel-dot-center-number .owl-next {
    background-color: transparent;
    width: 20px;
    height: 20px;
    color: #222222;
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: unset;
    left: unset;
    right: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
}

.owl-carousel.carousel-dot-center-number .owl-prev i,
.owl-carousel.carousel-dot-center-number .owl-next i {
    font-size: 15px;
}

/*.owl-carousel.carousel-dot-center-number .owl-next {*/

/*    position: absolute;*/

/*}*/

.owl-carousel.carousel-dot-center-number .owl-dots {
    display: inline-block;
    padding: 0;
    position: absolute;
}

/* =============================================================================
## AJAX LOAD
============================================================================= */
.bk-preload-wrapper {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 100;
}
.bk-preload-blur {
    opacity: 0.3;
}
/* Loading spinner */
.bk-preload-wrapper::after {
    border: 2px solid #000;
    border-left-color: transparent;
    border-right-color: transparent;
    border-radius: 34px;
    content: "";
    width: 34px;
    height: 34px;
    display: inline-block;
    overflow: hidden;
    -webkit-animation: loading-icon-spin 1000ms infinite linear;
    animation: loading-icon-spin 1000ms infinite linear;
}
.bk-preload-wrapper::after {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -16px;
    border-width: 3px;
}
.bk-preload-wrapper::after {
    border-top-color: var(--color-primary);
    border-bottom-color: var(--color-primary);
}
@-webkit-keyframes loading-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes loading-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}


*,
::after,
::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: calc(var(--html-font-size) * 1px);
}


body {
    color: var(--color-text, #222);
    font-size: max(1rem, 13px);
    line-height: 1.4;
    -webkit-font-smoothing: antialiased; /* Chrome, Safari */
    -moz-osx-font-smoothing: grayscale; /* Firefox */
}

a {
    color: var(--color-links, #045c40);
    outline: none;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: var(--color-links-hover, #045c40);
}

a:focus {
    outline: none;
    outline-offset: none;
}

input,
optgroup,
select,
textarea,
button {
    margin: 0;
    font: inherit;
    color: inherit;
}

a,
[role="button"],
input[type="submit"],
input[type="button"],
input[type="reset"],
button {
    cursor: pointer;
}

dl dt:not(:first-child) {
    margin-top: 0.4em;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid var(--color-border, rgba(0, 0, 0, 0.05));
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

h1,
.h1 {
    font-size: 2.3571429rem;
    line-height: 3;
    margin-bottom: 3rem;
}

h2,
.h2 {
    font-size: 1.7857143rem;
    line-height: 3;
    margin-bottom: 1.5rem;
}

h3,
.h3 {
    font-size: 1.3571429rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

p {
    margin: 0 0 1em;
}

figure {
    margin: 0;
}

iframe,
object,
embed,
figure {
    max-width: 100%;
}

pre {
    padding: 1.6em;
    margin: 0 0 1.6em;
    font-size: 0.9em;
    background-color: #fafafa;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
}

table {
    margin: 0 0 1.6em;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

tr {
    border-bottom: 1px solid #dedede;
}

th {
    padding: 0.8em;
    text-align: left;
}

td {
    padding: 0.8em;
}

th:first-child,
td:first-child {
    padding-left: 0;
}

thead th {
    border-bottom: 2px solid #bbb;
    padding-bottom: 0.8em;
}

ul,
ol {
    margin: 0 0 1.6em;
    padding: 0;
}

dl {
    margin-top: 0;
    margin-bottom: 1.2em;
}

dd,
dt {
    line-height: 1.4;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

b,
strong {
    font-weight: 700;
}

small {
    font-size: 85%;
}

mark {
    padding: 0.2em;
    background-color: #ff0;
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.4;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: var(--color-white);
    background-color: #333;
    border-radius: 3px;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-word;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    white-space: pre-wrap;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* =============================================================================
   ScrollBar
============================================================================= */

.scrollbar-overflowing {
    overflow-y: auto;
}

.scrollbar-overflowing::-webkit-scrollbar {
    width: 3px;
}

.scrollbar-overflowing::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid transparent;
    background-clip: content-box;
}

.scrollbar-overflowing::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
}

.scrollbar-hidden {
    overflow-y: auto;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.scrollbar-hidden::-webkit-scrollbar {
    width: 0;
    display: none;
}

/* =============================================================================
   Background
============================================================================= */

.atbs-responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.atbs-responsive-video iframe,
.atbs-responsive-video object,
.atbs-responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.background-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-color: #333;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.background-img:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #111;
    opacity: 0;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.background-img--dimmed:after {
    opacity: 0.2;
}

.background-img--darkened:after {
    opacity: 0.4;
}

.background-img--more-darkened:after {
    opacity: 0.6;
}

.background-img--tinted:after {
    background-color: var(--color-white);
}

.background-img--floorfade:after {
    opacity: 1;
    background-color: transparent;
    background-image: -webkit-gradient(
            linear,
            left bottom, left top,
            color-stop(0, black),
            color-stop(70%, rgba(0, 0, 0, 0.6)),
            to(transparent)
    );
    background-image: -o-linear-gradient(
            bottom,
            black 0,
            rgba(0, 0, 0, 0.6) 70%,
            transparent 100%
    );
    background-image: linear-gradient(
            0deg,
            black 0,
            rgba(0, 0, 0, 0.6) 70%,
            transparent 100%
    );
}

.background-img--floorfade-light:after {
    opacity: 1;
    background-color: transparent;
    background-image: -webkit-gradient(
            linear,
            left bottom, left top,
            color-stop(0, black),
            color-stop(50%, transparent),
            to(transparent)
    );
    background-image: -o-linear-gradient(
            bottom,
            black 0,
            transparent 50%,
            transparent 100%
    );
    background-image: linear-gradient(
            0deg,
            black 0,
            transparent 50%,
            transparent 100%
    );
}

.background-img--scrim-bottom:after {
    opacity: 1;
    background-color: transparent;
    background-image: -webkit-gradient(
            linear,
            left bottom, left top,
            from(black),
            color-stop(5.3%, rgba(0, 0, 0, 0.917)),
            color-stop(10.6%, rgba(0, 0, 0, 0.834)),
            color-stop(15.9%, rgba(0, 0, 0, 0.753)),
            color-stop(21.3%, rgba(0, 0, 0, 0.672)),
            color-stop(26.8%, rgba(0, 0, 0, 0.591)),
            color-stop(32.5%, rgba(0, 0, 0, 0.511)),
            color-stop(38.4%, rgba(0, 0, 0, 0.433)),
            color-stop(44.5%, rgba(0, 0, 0, 0.357)),
            color-stop(50.9%, rgba(0, 0, 0, 0.283)),
            color-stop(57.7%, rgba(0, 0, 0, 0.213)),
            color-stop(65%, rgba(0, 0, 0, 0.147)),
            color-stop(72.9%, rgba(0, 0, 0, 0.089)),
            color-stop(81.4%, rgba(0, 0, 0, 0.042)),
            color-stop(90.6%, rgba(0, 0, 0, 0.011)),
            to(transparent)
    );
    background-image: -o-linear-gradient(
            bottom,
            black 0%,
            rgba(0, 0, 0, 0.917) 5.3%,
            rgba(0, 0, 0, 0.834) 10.6%,
            rgba(0, 0, 0, 0.753) 15.9%,
            rgba(0, 0, 0, 0.672) 21.3%,
            rgba(0, 0, 0, 0.591) 26.8%,
            rgba(0, 0, 0, 0.511) 32.5%,
            rgba(0, 0, 0, 0.433) 38.4%,
            rgba(0, 0, 0, 0.357) 44.5%,
            rgba(0, 0, 0, 0.283) 50.9%,
            rgba(0, 0, 0, 0.213) 57.7%,
            rgba(0, 0, 0, 0.147) 65%,
            rgba(0, 0, 0, 0.089) 72.9%,
            rgba(0, 0, 0, 0.042) 81.4%,
            rgba(0, 0, 0, 0.011) 90.6%,
            transparent 100%
    );
    background-image: linear-gradient(
            0deg,
            black 0%,
            rgba(0, 0, 0, 0.917) 5.3%,
            rgba(0, 0, 0, 0.834) 10.6%,
            rgba(0, 0, 0, 0.753) 15.9%,
            rgba(0, 0, 0, 0.672) 21.3%,
            rgba(0, 0, 0, 0.591) 26.8%,
            rgba(0, 0, 0, 0.511) 32.5%,
            rgba(0, 0, 0, 0.433) 38.4%,
            rgba(0, 0, 0, 0.357) 44.5%,
            rgba(0, 0, 0, 0.283) 50.9%,
            rgba(0, 0, 0, 0.213) 57.7%,
            rgba(0, 0, 0, 0.147) 65%,
            rgba(0, 0, 0, 0.089) 72.9%,
            rgba(0, 0, 0, 0.042) 81.4%,
            rgba(0, 0, 0, 0.011) 90.6%,
            transparent 100%
    );
}

.background-pattern {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-color: #aaa;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
}

.background-svg-pattern {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='304' height='304' viewBox='0 0 304 304' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M44.1 224c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H0v-2h44.1zm160 48c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H82v-2h122.1zm57.8-46c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H304v2h-42.1zm0 16c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H304v2h-42.1zm6.2-114c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4h-86.2c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4h86.2zm-256-48c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H0v-2h12.1zm185.8 34c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4h86.2c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4h-86.2zM258 12.1c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9V0h2v12.1zm-64 208c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9v-54.2c-2.282-.463-4-2.48-4-4.9 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.42-1.718 4.437-4 4.9v54.2zm48-198.2c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9V82h64v-2h-62V21.9zm16 16c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9V66h48v-2h-46V37.9zm-128 96c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9V210h16v10.1c-2.282.463-4 2.48-4 4.9 0 2.76 2.24 5 5 5s5-2.24 5-5c0-2.42-1.718-4.437-4-4.9V208h-16v-74.1zm-5.9-21.9c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H114v48H85.9c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H112v-48h12.1zm-6.2 130c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H176v-74.1c-2.282-.463-4-2.48-4-4.9 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.42-1.718 4.437-4 4.9V242h-60.1zm-16-64c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H114v48h10.1c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H112v-48h-10.1zM66 284.1c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9V274H50v30h-2v-32h18v12.1zM236.1 176c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H226v94h48v32h-2v-30h-48v-98h12.1zm25.8-30c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H274v44.1c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9V146h-10.1zm-64 96c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H208v-80h16v-14h-42.1c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H226v18h-16v80h-12.1zm86.2-210c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H272V0h2v32h10.1zM98 101.9c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9V144H53.9c-.463-2.282-2.48-4-4.9-4-2.76 0-5 2.24-5 5s2.24 5 5 5c2.42 0 4.437-1.718 4.9-4H98v-44.1zM53.9 34c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H80V0h2v34H53.9zm60.1 3.9c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9V64H80v64H69.9c-.463-2.282-2.48-4-4.9-4-2.76 0-5 2.24-5 5s2.24 5 5 5c2.42 0 4.437-1.718 4.9-4H82V66h32V37.9zM101.9 82c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H128V37.9c-2.282-.463-4-2.48-4-4.9 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.42-1.718 4.437-4 4.9V82h-28.1zm16-64c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H146v44.1c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9V18h-26.1zm102.2 270c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H98v14h-2v-16h124.1zM242 149.9c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9V162h16v30h-16v66h48v46h2v-48h-48v-62h16v-34h-16v-10.1zM53.9 18c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H64V2H48V0h18v18H53.9zm112 32c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H192V0h50v2h-48v48h-28.1zm-48-48c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5 0-.342.034-.677.1-1h2.07c-.11.313-.17.65-.17 1 0 1.657 1.343 3 3 3s3-1.343 3-3c0-.35-.06-.687-.17-1H178v34h-18V21.9c-2.282-.463-4-2.48-4-4.9 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.42-1.718 4.437-4 4.9V32h14V2h-58.1zm0 96c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H137l32-32h39V21.9c-2.282-.463-4-2.48-4-4.9 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.42-1.718 4.437-4 4.9V66h-40.172l-32 32H117.9zm28.1 90.1c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9v-76.513L175.586 80H224V21.9c-2.282-.463-4-2.48-4-4.9 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.42-1.718 4.437-4 4.9V82h-49.586L146 112.414V188.1zm16 32c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9v-99.513L184.586 96H300.1c.398-1.96 1.94-3.502 3.9-3.9v2.07c-1.165.413-2 1.524-2 2.83s.835 2.417 2 2.83v2.07c-1.96-.398-3.502-1.94-3.9-3.9H185.414L162 121.414V220.1zm-144-64c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9v-3.513l48-48V48h32V0h2v50H66v55.413l-48 48v2.687zM50 53.9c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9v42.686l-48 48V210h28.1c.463 2.282 2.48 4 4.9 4 2.76 0 5-2.24 5-5s-2.24-5-5-5c-2.42 0-4.437 1.718-4.9 4H2v-62.586l48-48V53.9zm-16 16c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9v18.686l-32 32v2.828l34-34V69.9zM12.1 32c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H9.414L0 43.414v-2.828L8.586 32H12.1zm265.8 18c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4h18.686L304 40.586v2.828L297.414 50H277.9zm-16 160c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H288V136.587l16-16v2.827l-14 14V210h-28.1zm-208 32c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H64v-22.586L40.586 194H21.9c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4h19.513L66 216.586V242H53.9zm150.2 14c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H96v-56.598L56.598 162H37.9c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4h19.502L98 200.598V256h106.1zm-150.2 2c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H80v-46.586L48.586 178H21.9c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4h27.513L82 208.586V258H53.9zM97 100c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-48 32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm32 48c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm32-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0-32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm32 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16-64c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 96c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-144c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-96 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm96 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16-64c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-32 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM49 36c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-32 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm32 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM33 68c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-48c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 240c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16-64c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16-32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm80-176c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm32 48c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0-32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm112 176c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM17 180c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0-32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM17 84c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm32 64c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 39.793V0h-2v40.586L8.586 64H0v2h9.413L34 41.414v-1.62zM2 300.1V258h14v46h2v-48H0V302.17c.313-.11.65-.17 1-.17 1.306 0 2.417.835 2.83 2H5.9c-.398-1.96-1.94-3.502-3.9-3.9zM34 241v63h-2v-62H0v-2h34v1zM17 18h1V0h-2v16H0v2h17zm273-2V0h-2v18h16v-2h-14zm-32 273v15h-2v-14h-14v14h-2v-16h18v1zM0 92.1c.323-.066.658-.1 1-.1 2.76 0 5 2.24 5 5s-2.24 5-5 5c-.342 0-.677-.034-1-.1v-2.07c.313.11.65.17 1 .17 1.657 0 3-1.343 3-3s-1.343-3-3-3c-.35 0-.687.06-1 .17V92.1zM80 272h2v32h-2v-32zm37.9 32c-.463-2.282-2.48-4-4.9-4-2.42 0-4.437 1.718-4.9 4h2.07c.413-1.165 1.524-2 2.83-2s2.417.835 2.83 2h2.07zM5.9 0c.066.323.1.658.1 1 0 2.76-2.24 5-5 5-.342 0-.677-.034-1-.1V3.83C.313 3.94.65 4 1 4c1.657 0 3-1.343 3-3 0-.35-.06-.687-.17-1H5.9zm294.2 0c-.066.323-.1.658-.1 1 0 2.42 1.718 4.437 4 4.9V3.83c-1.165-.413-2-1.524-2-2.83 0-.35.06-.687.17-1h-2.07zm3.9 300.1c-1.96.398-3.502 1.94-3.9 3.9h2.07c.302-.852.978-1.528 1.83-1.83v-2.07z' fill='%23ffffff' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.background-svg-pattern-inverse {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='304' height='304' viewBox='0 0 304 304' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M44.1 224c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H0v-2h44.1zm160 48c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H82v-2h122.1zm57.8-46c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H304v2h-42.1zm0 16c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H304v2h-42.1zm6.2-114c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4h-86.2c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4h86.2zm-256-48c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H0v-2h12.1zm185.8 34c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4h86.2c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4h-86.2zM258 12.1c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9V0h2v12.1zm-64 208c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9v-54.2c-2.282-.463-4-2.48-4-4.9 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.42-1.718 4.437-4 4.9v54.2zm48-198.2c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9V82h64v-2h-62V21.9zm16 16c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9V66h48v-2h-46V37.9zm-128 96c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9V210h16v10.1c-2.282.463-4 2.48-4 4.9 0 2.76 2.24 5 5 5s5-2.24 5-5c0-2.42-1.718-4.437-4-4.9V208h-16v-74.1zm-5.9-21.9c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H114v48H85.9c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H112v-48h12.1zm-6.2 130c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H176v-74.1c-2.282-.463-4-2.48-4-4.9 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.42-1.718 4.437-4 4.9V242h-60.1zm-16-64c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H114v48h10.1c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H112v-48h-10.1zM66 284.1c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9V274H50v30h-2v-32h18v12.1zM236.1 176c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H226v94h48v32h-2v-30h-48v-98h12.1zm25.8-30c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H274v44.1c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9V146h-10.1zm-64 96c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H208v-80h16v-14h-42.1c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H226v18h-16v80h-12.1zm86.2-210c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H272V0h2v32h10.1zM98 101.9c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9V144H53.9c-.463-2.282-2.48-4-4.9-4-2.76 0-5 2.24-5 5s2.24 5 5 5c2.42 0 4.437-1.718 4.9-4H98v-44.1zM53.9 34c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H80V0h2v34H53.9zm60.1 3.9c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9V64H80v64H69.9c-.463-2.282-2.48-4-4.9-4-2.76 0-5 2.24-5 5s2.24 5 5 5c2.42 0 4.437-1.718 4.9-4H82V66h32V37.9zM101.9 82c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H128V37.9c-2.282-.463-4-2.48-4-4.9 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.42-1.718 4.437-4 4.9V82h-28.1zm16-64c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H146v44.1c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9V18h-26.1zm102.2 270c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H98v14h-2v-16h124.1zM242 149.9c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9V162h16v30h-16v66h48v46h2v-48h-48v-62h16v-34h-16v-10.1zM53.9 18c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H64V2H48V0h18v18H53.9zm112 32c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H192V0h50v2h-48v48h-28.1zm-48-48c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5 0-.342.034-.677.1-1h2.07c-.11.313-.17.65-.17 1 0 1.657 1.343 3 3 3s3-1.343 3-3c0-.35-.06-.687-.17-1H178v34h-18V21.9c-2.282-.463-4-2.48-4-4.9 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.42-1.718 4.437-4 4.9V32h14V2h-58.1zm0 96c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H137l32-32h39V21.9c-2.282-.463-4-2.48-4-4.9 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.42-1.718 4.437-4 4.9V66h-40.172l-32 32H117.9zm28.1 90.1c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9v-76.513L175.586 80H224V21.9c-2.282-.463-4-2.48-4-4.9 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.42-1.718 4.437-4 4.9V82h-49.586L146 112.414V188.1zm16 32c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9v-99.513L184.586 96H300.1c.398-1.96 1.94-3.502 3.9-3.9v2.07c-1.165.413-2 1.524-2 2.83s.835 2.417 2 2.83v2.07c-1.96-.398-3.502-1.94-3.9-3.9H185.414L162 121.414V220.1zm-144-64c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9v-3.513l48-48V48h32V0h2v50H66v55.413l-48 48v2.687zM50 53.9c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9v42.686l-48 48V210h28.1c.463 2.282 2.48 4 4.9 4 2.76 0 5-2.24 5-5s-2.24-5-5-5c-2.42 0-4.437 1.718-4.9 4H2v-62.586l48-48V53.9zm-16 16c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9v18.686l-32 32v2.828l34-34V69.9zM12.1 32c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H9.414L0 43.414v-2.828L8.586 32H12.1zm265.8 18c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4h18.686L304 40.586v2.828L297.414 50H277.9zm-16 160c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H288V136.587l16-16v2.827l-14 14V210h-28.1zm-208 32c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H64v-22.586L40.586 194H21.9c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4h19.513L66 216.586V242H53.9zm150.2 14c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H96v-56.598L56.598 162H37.9c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4h19.502L98 200.598V256h106.1zm-150.2 2c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H80v-46.586L48.586 178H21.9c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4h27.513L82 208.586V258H53.9zM97 100c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-48 32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm32 48c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm32-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0-32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm32 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16-64c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 96c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-144c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-96 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm96 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16-64c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-32 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM49 36c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-32 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm32 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM33 68c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-48c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 240c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16-64c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16-32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm80-176c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm32 48c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0-32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm112 176c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM17 180c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0-32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM17 84c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm32 64c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 39.793V0h-2v40.586L8.586 64H0v2h9.413L34 41.414v-1.62zM2 300.1V258h14v46h2v-48H0V302.17c.313-.11.65-.17 1-.17 1.306 0 2.417.835 2.83 2H5.9c-.398-1.96-1.94-3.502-3.9-3.9zM34 241v63h-2v-62H0v-2h34v1zM17 18h1V0h-2v16H0v2h17zm273-2V0h-2v18h16v-2h-14zm-32 273v15h-2v-14h-14v14h-2v-16h18v1zM0 92.1c.323-.066.658-.1 1-.1 2.76 0 5 2.24 5 5s-2.24 5-5 5c-.342 0-.677-.034-1-.1v-2.07c.313.11.65.17 1 .17 1.657 0 3-1.343 3-3s-1.343-3-3-3c-.35 0-.687.06-1 .17V92.1zM80 272h2v32h-2v-32zm37.9 32c-.463-2.282-2.48-4-4.9-4-2.42 0-4.437 1.718-4.9 4h2.07c.413-1.165 1.524-2 2.83-2s2.417.835 2.83 2h2.07zM5.9 0c.066.323.1.658.1 1 0 2.76-2.24 5-5 5-.342 0-.677-.034-1-.1V3.83C.313 3.94.65 4 1 4c1.657 0 3-1.343 3-3 0-.35-.06-.687-.17-1H5.9zm294.2 0c-.066.323-.1.658-.1 1 0 2.42 1.718 4.437 4 4.9V3.83c-1.165-.413-2-1.524-2-2.83 0-.35.06-.687.17-1h-2.07zm3.9 300.1c-1.96.398-3.502 1.94-3.9 3.9h2.07c.302-.852.978-1.528 1.83-1.83v-2.07z' fill='%23000000' fill-opacity='0.025' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.background-svg-pattern--solid-color {
    background-color: #12162d;
}

.blurred {
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.blurred-subtle {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.blurred-more {
    -webkit-filter: blur(20px);
    filter: blur(20px);
}

.blurred-massive {
    -webkit-filter: blur(30px);
    filter: blur(30px);
}

.object-fit a,
.object-fit a img {
    width: 100%;
    height: 100%;
}

.object-fit a img {
    -o-object-fit: cover;
    object-fit: cover;
}

.post-not-exist-thumbnail.post--overlay {
    background-color: transparent;
}

.post-not-exist-thumbnail .post__thumb:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 0;
    top: 0;
    background-color: var(--bg-color-thumb);
}

.post-not-exist-thumbnail .post__thumb > * {
    z-index: 1;
}

.set-background-module {
    background-color: #fafbfc;
    padding-top: 85px;
    padding-bottom: 100px;
}

.atbs-patter-dots-circle {
    position: relative;
}

.atbs-patter-dots-circle:before {
    content: "";
    background: -o-radial-gradient(
            center,
            circle,
            var(--color-secondary) 32%,
            transparent 38%
    ),
    transparent;
    background: radial-gradient(
            circle at center,
            var(--color-secondary) 32%,
            transparent 38%
    ),
    transparent;
    background-size: 33px 33px;
    width: 260px;
    height: 225px;
    position: absolute;
    right: 0;
    top: 0;
}

.background-primary {
    background-color: var(--color-primary);
}

.background-secondary {
    background-color: var(--color-secondary);
}

.background-black {
    background-color: var(--color-text);
}

@media (max-width: 991px) {
    .atbs-patter-dots-circle:before {
        background: -o-radial-gradient(
                center,
                circle,
                var(--color-secondary) 30%,
                transparent 35%
        ),
        transparent;
        background: radial-gradient(
                circle at center,
                var(--color-secondary) 30%,
                transparent 35%
        ),
        transparent;
        background-size: 28px 28px;
        width: 225px;
        height: 165px;
    }
}

@media (max-width: 767px) {
    .atbs-patter-dots-circle:before {
        background: -o-radial-gradient(
                center,
                circle,
                var(--color-secondary) 26%,
                transparent 30%
        ),
        transparent;
        background: radial-gradient(
                circle at center,
                var(--color-secondary) 26%,
                transparent 30%
        ),
        transparent;
        background-size: 26px 26px;
        width: 185px;
        height: 125px;
    }
}

.owl-background a {
    display: block;
    width: 100%;
    height: 100%;
}

.owl-background-img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -o-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
    -webkit-transition: opacity 0.6s ease-in-out;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.owl-background-img.active {
    opacity: 1;
}

/* =============================================================================
   Ratio
============================================================================= */

.ratio-1by1 {
    position: relative;
    padding-bottom: 100%;
    height: 0;
}

.ratio-2by1 {
    position: relative;
    padding-bottom: 50%;
    height: 0;
}

.ratio-3by1 {
    position: relative;
    padding-bottom: 33.33%;
    height: 0;
}

.ratio-4by3 {
    position: relative;
    padding-bottom: 75%;
    height: 0;
}

.ratio-16by9 {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

/* =============================================================================
   Border Radius
============================================================================= */

.b-r-0 {
    border-radius: 0;
}

.b-r-1 {
    border-radius: 1px;
}

.b-r-2 {
    border-radius: 2px;
}

.b-r-3 {
    border-radius: 3px;
}

.b-r-4 {
    border-radius: 4px;
}

.b-r-5 {
    border-radius: 5px;
}

.b-r-6 {
    border-radius: 6px;
}

.b-r-7 {
    border-radius: 7px;
}

.b-r-8 {
    border-radius: 8px;
}

.b-r-9 {
    border-radius: 9px;
}

.b-r-10 {
    border-radius: 10px;
}

.b-r-15 {
    border-radius: 15px;
}

.b-r-20 {
    border-radius: 20px;
}

/* =============================================================================
   Text styling
============================================================================= */

@media (max-width: 767px) {
    .text-center-xs {
        text-align: center;
    }
}

.site-wrapper:not(.atbs-dark-mode) .inverse-text {
    /** Color Scale **/
    --color-contrast-100: var(--color-white);
    --color-contrast-90: var(--color-white-opacity-90);
    --color-contrast-80: var(--color-white-opacity-80);
    --color-contrast-70: var(--color-white-opacity-70);
    --color-contrast-60: var(--color-white-opacity-60);
    --color-contrast-50: var(--color-white-opacity-50);
    --color-contrast-40: var(--color-white-opacity-40);
    --color-contrast-30: var(--color-white-opacity-30);
    --color-contrast-20: var(--color-white-opacity-20);
    --color-contrast-10: var(--color-white-opacity-10);
    --color-contrast-5: var(--color-white-opacity-5);
    --color-text: var(--color-contrast-90);
    --color-heading: var(--color-contrast-90);
    --color-heading-subtitle: var(--color-contrast-50);
    --color-heading-desc: var(--color-contrast-60);
    --color-cat: var(--color-white);
    --color-excerpt: var(--color-contrast-60);
    --color-meta: var(--color-contrast-40);
    --color-socials: var(--color-contrast-60);
    --color-readmore: var(--color-contrast-80);
    --color-pagination: var(--color-contrast-60);
    --color-border: var(--color-contrast-10);
    --color-links: var(--color-text);
    --color-links-hover: var(--color-contrast-100);
    color: var(--color-white);
}

.text-white {
    color: #fff !important;
}

.text-underline {
    text-decoration: underline;
}

.text-truncate, .category-tile__name {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.truncate-y {
    position: relative;
    overflow: hidden;
}
.truncate-y:after {
    content: '';
    display: block;
    height: 40px;
    width: 100%;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(70%, rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(bottom, white 0, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, white 0, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0) 100%);
}

.inverse-text {
    position: relative;
    color: white;
}

.inverse-text blockquote {
    color: rgba(255, 255, 255, 0.6);
    border-color: rgba(255, 255, 255, 0.2);
}

.inverse-text blockquote .small,
.inverse-text blockquote footer,
.inverse-text blockquote small {
    color: rgba(255, 255, 255, 0.6);
}

.inverse-text blockquote::before {
    color: rgba(255, 255, 255, 0.1);
}

.inverse-text tr {
    border-color: rgba(255, 255, 255, 0.1);
}

.inverse-text thead th {
    border-color: rgba(255, 255, 255, 0.2);
}

.inverse-text caption {
    color: rgba(255, 255, 255, 0.6);
}

.inverse-text pre {
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.1);
}

.inverse-text code {
    color: #f9f2f4;
    background-color: #c7254e;
}

.inverse-text pre code {
    background: transparent;
}

.inverse-text hr {
    border-color: rgba(255, 255, 255, 0.1);
}

.inverse-text figure figcaption {
    color: rgba(255, 255, 255, 0.6);
}

.inverse-text input[type="text"],
.inverse-text input[type="email"],
.inverse-text input[type="url"],
.inverse-text input[type="password"],
.inverse-text input[type="search"],
.inverse-text input[type="tel"],
.inverse-text input[type="number"],
.inverse-text input[type="date"],
.inverse-text input[type="time"],
.inverse-text input[type="datetime-local"],
.inverse-text input[type="week"],
.inverse-text input[type="month"],
.inverse-text input[list],
.inverse-text textarea,
.inverse-text textarea.form-control,
.inverse-text select,
.inverse-text select.form-control {
    background: #222;
    color: rgba(255, 255, 255, 0.8);
    border-color: rgba(255, 255, 255, 0.1);
}

.inverse-text ::-webkit-input-placeholder { /* Modern Browsers */
    color: rgba(255, 255, 255, 0.6);
}

.inverse-text ::-moz-placeholder { /* Modern Browsers */
    color: rgba(255, 255, 255, 0.6);
}

.inverse-text :-ms-input-placeholder { /* Modern Browsers */
    color: rgba(255, 255, 255, 0.6);
}

.inverse-text ::-ms-input-placeholder { /* Modern Browsers */
    color: rgba(255, 255, 255, 0.6);
}

.inverse-text ::placeholder { /* Modern Browsers */
    color: rgba(255, 255, 255, 0.6);
}

.inverse-text ::-webkit-input-placeholder { /* Chrome / Opera / Safari */
    color: rgba(255, 255, 255, 0.6);
}

.inverse-text ::-moz-placeholder { /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.6);
}

.inverse-text :-ms-input-placeholder { /* IE 10+ */
    color: rgba(255, 255, 255, 0.6);
}

.inverse-text :-moz-placeholder { /* Firefox 18- */
    color: rgba(255, 255, 255, 0.6);
}

.link-overlay {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.link-block {
    display: block;
}

/* =============================================================================
   List styling
============================================================================= */

.list-unstyled {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-center {
    text-align: center;
}

.list-center > li {
    display: inline-block;
}

.list-float::after {
    clear: both;
    content: "";
    display: table;
}

.list-float > li {
    float: left;
}

.list-space-xs {
    margin-top: -5px;
    margin-bottom: -5px;
}

.list-space-xs > * {
    padding-top: 5px;
    padding-bottom: 5px;
}

.list-space-sm {
    margin-top: -7.5px;
    margin-bottom: -7.5px;
}

.list-space-sm > * {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
}

.list-space-md {
    margin-top: -10px;
    margin-bottom: -10px;
}

.list-space-md > * {
    padding-top: 10px;
    padding-bottom: 10px;
}

.list-space-lg {
    margin-top: -15px;
    margin-bottom: -15px;
}

.list-space-lg > * {
    padding-top: 15px;
    padding-bottom: 15px;
}

.list-space-xl {
    margin-top: -20px;
    margin-bottom: -20px;
}

.list-space-xl > * {
    padding-top: 20px;
    padding-bottom: 20px;
}

.list-space-xxl {
    margin-top: -25px;
    margin-bottom: -25px;
}

.list-space-xxl > * {
    padding-top: 25px;
    padding-bottom: 25px;
}

.list-horizontal {
    margin-top: 0;
    margin-bottom: 0;
}

.list-horizontal > li {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
}

.list-horizontal.list-space-xs {
    margin-left: -5px;
    margin-right: -5px;
}

.list-horizontal.list-space-xs > * {
    padding-left: 5px;
    padding-right: 5px;
}

.list-horizontal.list-space-sm {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.list-horizontal.list-space-sm > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.list-horizontal.list-space-md {
    margin-left: -10px;
    margin-right: -10px;
}

.list-horizontal.list-space-md > * {
    padding-left: 10px;
    padding-right: 10px;
}

.list-horizontal.list-space-lg {
    margin-left: -15px;
    margin-right: -15px;
}

.list-horizontal.list-space-lg > * {
    padding-left: 15px;
    padding-right: 15px;
}

.list-horizontal.list-space-xl {
    margin-left: -20px;
    margin-right: -20px;
}

.list-horizontal.list-space-xl > * {
    padding-left: 20px;
    padding-right: 20px;
}

.list-horizontal.list-space-xxl {
    margin-left: -25px;
    margin-right: -25px;
}

.list-horizontal.list-space-xxl > * {
    padding-left: 25px;
    padding-right: 25px;
}

[class*="list-seperated"].list-space-xs {
    margin-top: -10px;
    margin-bottom: -10px;
}

[class*="list-seperated"].list-space-xs > * {
    padding-top: 10px;
    padding-bottom: 10px;
}

[class*="list-seperated"].list-space-sm {
    margin-top: -15px;
    margin-bottom: -15px;
}

[class*="list-seperated"].list-space-sm > * {
    padding-top: 15px;
    padding-bottom: 15px;
}

[class*="list-seperated"].list-space-md {
    margin-top: -20px;
    margin-bottom: -20px;
}

[class*="list-seperated"].list-space-md > * {
    padding-top: 20px;
    padding-bottom: 20px;
}

[class*="list-seperated"].list-space-lg {
    margin-top: -30px;
    margin-bottom: -30px;
}

[class*="list-seperated"].list-space-lg > * {
    padding-top: 30px;
    padding-bottom: 30px;
}

[class*="list-seperated"].list-space-lgx {
    margin-top: -35px;
    margin-bottom: -35px;
}

[class*="list-seperated"].list-space-lgx > * {
    padding-top: 35px;
    padding-bottom: 35px;
}

[class*="list-seperated"].list-space-xl {
    margin-top: -40px;
    margin-bottom: -40px;
}

[class*="list-seperated"].list-space-xl > * {
    padding-top: 40px;
    padding-bottom: 40px;
}

[class*="list-seperated"].list-space-xxl {
    margin-top: -50px;
    margin-bottom: -50px;
}

[class*="list-seperated"].list-space-xxl > * {
    padding-top: 50px;
    padding-bottom: 50px;
}

[class*="list-seperated"] > *:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.list-seperated-include-first > *:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.list-seperated-include-last > *:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.list-seperated-exclude-first > *:first-child {
    border-bottom: none;
}

.inverse-text .list-seperated > *:not(:last-child),
.overlay-content .list-seperated > *:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.inverse-text .list-seperated-include-first > *:first-child,
.overlay-content .list-seperated-include-first > *:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.inverse-text .list-seperated-include-last > *:last-child,
.overlay-content .list-seperated-include-last > *:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.list-square-bullet {
    list-style: none;
}

.list-square-bullet > li > * {
    position: relative;
    padding-left: 15px;
}

.list-square-bullet > li > *:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 0.5em;
    right: auto;
    bottom: auto;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
}

.list-square-bullet-exclude-first > li:not(:first-child) > * {
    position: relative;
    padding-left: 15px;
}

.list-square-bullet-exclude-first > li:not(:first-child) > *:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 0.58em;
    right: auto;
    bottom: auto;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
}

/* =============================================================================
   Social branding color
============================================================================= */

.facebook-theme,
.facebook-theme-hover:hover {
    color: #3b5998 !important;
}

.facebook-theme-bg,
.facebook-theme-bg-hover:hover {
    background-color: #3b5998 !important;
}

.twitter-theme,
.twitter-theme-hover:hover {
    color: #55acee !important;
}

.twitter-theme-bg,
.twitter-theme-bg-hover:hover {
    background-color: #55acee !important;
}

.dribbble-theme,
.dribbble-theme-hover:hover {
    color: #ea4c89 !important;
}

.dribbble-theme-bg,
.dribbble-theme-bg-hover:hover {
    background-color: #ea4c89 !important;
}

.youtube-theme,
.youtube-theme-hover:hover {
    color: #cd201f !important;
}

.youtube-theme-bg,
.youtube-theme-bg-hover:hover {
    background-color: #cd201f !important;
}

.pinterest-theme,
.pinterest-theme-hover:hover {
    color: #bd081c !important;
}

.pinterest-theme-bg,
.pinterest-theme-bg-hover:hover {
    background-color: #bd081c !important;
}

.googleplus-theme,
.googleplus-theme-hover:hover {
    color: #dc4e41 !important;
}

.googleplus-theme-bg,
.googleplus-theme-bg-hover:hover {
    background-color: #dc4e41 !important;
}

.tumblr-theme,
.tumblr-theme-hover:hover {
    color: #35465c !important;
}

.tumblr-theme-bg,
.tumblr-theme-bg-hover:hover {
    background-color: #35465c !important;
}

.instagram-theme,
.instagram-theme-hover:hover {
    color: #3f729b !important;
}

.instagram-theme-bg,
.instagram-theme-bg-hover:hover {
    background-color: #3f729b !important;
}

.vk-theme,
.vk-theme-hover:hover {
    color: #45668e !important;
}

.vk-theme-bg,
.vk-theme-bg-hover:hover {
    background-color: #45668e !important;
}

.stumbleupon-theme-bg,
.stumbleupon-theme-bg-hover:hover {
    background-color: #eb4823 !important;
}

.linkedin-theme-bg,
.linkedin-theme-bg-hover:hover {
    background-color: #0073b0 !important;
}
/* =============================================================================
  Layout
============================================================================= */
.site-wrapper {
    overflow: hidden;
    background: var(--bg-site);
}
.site-content {
    padding-top: 20px;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
}
@media (min-width: 768px) {
    .site-content {
        padding-top: 65px;
        padding-bottom: 0;
    }
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row:before {
    display: none !important;
}
.row:after,
.row:before {
    display: table;
    content: " ";
}
.row:after {
    clear: both;
}
.atbs-main-col {
    width: 100%;
    min-height: 1px;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 992px) {
    .atbs-main-col {
        width: 680px;
    }
}
@media (min-width: 1200px) {
    .atbs-main-col {
        width: 900px;
        padding-right: 35px;
    }
}
.atbs-main-col.has-left-sidebar {
    float: right;
}
@media (min-width: 1200px) {
    .atbs-main-col.has-left-sidebar {
        padding-left: 35px;
        padding-right: 15px;
    }
}
.atbs-sub-col {
    width: 100%;
    float: left;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 992px) {
    .atbs-sub-col {
        padding-top: 0;
        width: 290px;
    }
}
@media (min-width: 1200px) {
    .atbs-sub-col {
        width: 300px;
    }
}

/* =============================================================================
   Block heading
============================================================================= */

.block-heading {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    width: 100%;
    position: relative;
    margin-bottom: 1.4rem;
    font-size: 1rem;
    line-height: 1.2;
}
.block-heading a {
    color: inherit;
    text-decoration: none;
}
.block-heading a:hover,
.block-heading a:active,
.block-heading a:focus {
    color: inherit;
    text-decoration: none;
}
.block-heading__title,
.heading-inside .heading__title-inside {
    margin: 0;
    color: #222222;
    font-size: 2.1428rem; /*font system*/
    letter-spacing: -0.3px;
    font-weight: 700;
    /*text-transform: uppercase;*/
}
.heading-inside .heading__title-inside {
    line-height: 1;
}
.block-heading {
    margin-bottom: 90px;
}
/*---- Block heading center ----*/
.block-heading--center {
    display: block;
    text-align: center;
    border: none !important;
}
.block-heading--center .block-heading__title {
    /*margin-bottom: 0.4em;*/
    padding: 0;
}
.block-heading--center .block-heading__subtitle {
    padding: 0;
}
.block-heading--center:before,
.block-heading--center:after {
    /*display: none;*/
}
/*---- Block heading has icon ----*/
.block-heading__title.block-heading__title-has-icon,
.heading__title-has-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/*---- Block heading small ----*/
.heading-inside,
.block-heading.block-heading-small {
    margin-bottom: 35px;
}
.heading-inside .heading__title-inside,
.block-heading.block-heading-small .block-heading__title {
    font-size: 1.4285rem; /*font system*/
}
@media (min-width: 576px) {
    .block-heading__title {
        font-size: 2.8571rem; /*font system*/
    }
}
@media (min-width: 768px) {
    .block-heading__title {
        font-size: 3.5714rem;
    }
}
@media (max-width: 1199px) {
    .block-heading {
        margin-bottom: 90px;
    }
    .block-heading__title {
        font-size: 3.2142rem;
    }
}
@media (max-width: 991px) {
    .block-heading {
        margin-bottom: 65px;
    }
}
@media (max-width: 767px) {
    .block-heading {
        margin-bottom: 55px;
    }
    .block-heading__title {
        /*font-size: 2.8571rem !important;*/
    }
}
@media (max-width: 575px) {
    .block-heading {
        margin-bottom: 50px;
    }
    .block-heading__title {
        /*font-size: 2.5714rem !important;*/
    }
}
@media (max-width: 480px) {
    .block-heading {
        margin-bottom: 40px;
    }
    .block-heading__title {
        /*font-size: 2.4285rem !important;*/
    }
}
@media (max-width: 380px) {
    .block-heading {
        margin-bottom: 35px;
    }
    .block-heading__title {
        /*font-size: 2rem !important;*/
    }
}

/* -----------------------------------------------------------------
## Buttons
----------------------------------------------------------------- */
input[type="button"]:not(.btn),
input[type="reset"]:not(.btn),
input[type="submit"]:not(.btn) {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
input[type="button"]:not(.btn):hover,
input[type="reset"]:not(.btn):hover,
input[type="submit"]:not(.btn):hover {
    background: #efefef;
    border: 1px solid rgba(0, 0, 0, 0.2); }

.btn {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }

a.btn {
    text-decoration: none; }

.btn-link {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
.btn-link:active, .btn-link:focus, .btn-link:hover {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: var(--color-primary); }

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover {
    background: var(--color-primary);
    border: 1px solid rgba(0, 0, 0, 0.2); }

.btn-primary {
    background: #FC3C2D;
    color: #fff; }
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background: #ef392b;
    color: #fff; }
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover {
    background: #e33629;
    color: #fff; }

.btn-pill {
    border-radius: 999em; }

.btn-glass {
    border: 3px solid rgba(255, 255, 255, 0.4);
    background-clip: padding-box; }
.btn-glass:active, .btn-glass:focus, .btn-glass:hover {
    border: 3px solid rgba(255, 255, 255, 0.4); }

.btn-ghost {
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 0.8); }
.btn-ghost:hover, .btn-ghost:active, .btn-ghost:focus, .btn-ghost:visited {
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: white; }

.btn-frame {
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.8); }
.btn-frame:hover, .btn-frame:active, .btn-frame:focus, .btn-frame:visited {
    border: 1px solid rgba(0, 0, 0, 0.4);
    color: rgba(0, 0, 0, 0.8); }

/* =============================================================================
   Custom Scrollbar
============================================================================= */

.ps-container > .ps-scrollbar-y-rail,
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    width: 6px;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    right: 0;
    border-radius: 2px;
}

.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y,
.ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
    width: 8px;
}

.ps-container > .ps-scrollbar-y-rail {
    background: transparent !important;
}

.scrollbar-always-visible.ps-container > .ps-scrollbar-x-rail,
.scrollbar-always-visible.ps-container > .ps-scrollbar-y-rail {
    opacity: 0.6;
}

.iScrollVerticalScrollbar {
    position: absolute;
    z-index: 9999;
    width: 6px;
    bottom: 4px;
    top: 4px;
    right: 4px;
    overflow: hidden;
}

.iScrollIndicator {
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 999em;
}

.iScrollVerticalScrollbar .iScrollIndicator {
    width: 100%;
}

/* =============================================================================
   Forms
============================================================================= */

label {
    display: inline-block;
    margin-bottom: 5px;
    max-width: 100%;
    font-size: 14px;
    font-size: max(1rem, 12px);
    font-weight: 700;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: rgba(0, 0, 0, 0.4);
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(0, 0, 0, 0.4);
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 4px 0.25em 0;
    margin-top: 1px;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus {
    outline: 5px auto var(--color-primary);
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.4;
    color: #555;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select {
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    vertical-align: middle;
    background-color: var(--bg-site);
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    color: var(--color-text);
    /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); */
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
    outline: none;
    border: 1px solid var(--color-primary, #045c40);
}

/*---- Custom Checkbox ----*/

input[type="checkbox"] {
    position: relative;
    cursor: default;
}

input[type="checkbox"]::before,
input[type="checkbox"]::after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 13px;
    height: 13px;
    border-radius: 3px;
    border: 1px solid var(--color-text, #333);
    background-color: var(--bg-site);
    z-index: 2;
}
input[type="checkbox"]::after {
    border: none;
    z-index: 1;
    top: 0;
}

input[type="checkbox"]:focus::before {
    border-color: var(--color-primary);
    -webkit-box-shadow: 0 0 4px var(--color-primary);
    box-shadow: 0 0 4px var(--color-primary);
    /*outline: 2px dotted var(--color-primary);
    outline-offset: 2px;*/
}

input[type="checkbox"]:checked::after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 4px;
    width: 5px;
    height: 9px;
    border: solid var(--color-text);
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* =============================================================================
   Review Score
============================================================================= */

.post-score {
    display: inline-block;
    color: var(--color-white);
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.post-score__inner {
    position: relative;
    z-index: 10;
}

.post-score-star {
    font-size: 1.2em;
    line-height: 1;
    color: #f7e74a;
}

.hexagon-svg {
    width: 100%;
    height: auto;
}

.post-score-hexagon {
    position: relative;
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
}

.post-score-hexagon .hexagon-svg {
    width: 50px;
    padding: 2px;
    -webkit-filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.25));
    overflow: visible;
}

@media (min-width: 768px) {
    .post-score-hexagon .hexagon-svg {
        width: 60px;
    }
}

@media (min-width: 1200px) {
    .post-score-hexagon .hexagon-svg {
        width: 64px;
    }
}

.post-score-hexagon .hexagon-svg g path {
    fill: #fc3c2d;
}

.post-score-hexagon .post-score-value {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: var(--color-white);
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

@media (min-width: 768px) {
    .post-score-hexagon .post-score-value {
        font-size: 22px;
    }
}

@media (min-width: 1200px) {
    .post-score-hexagon .post-score-value {
        font-size: 26px;
    }
}

.post-score-hexagon--s .hexagon-svg {
    width: 50px;
}

.post-score-hexagon--s .post-score-value {
    font-size: 20px;
}

.post-score-hexagon--l .hexagon-svg {
    width: 100px;
}

.post-score-hexagon--l .post-score-value {
    font-size: 42px;
}

.post-score-hexagon--xl .hexagon-svg {
    width: 100px;
}

@media (min-width: 1200px) {
    .post-score-hexagon--xl .hexagon-svg {
        width: 120px;
    }
}

.post-score-hexagon--xl .post-score-value {
    font-size: 42px;
}

@media (min-width: 1200px) {
    .post-score-hexagon--xl .post-score-value {
        font-size: 50px;
    }
}

/* =============================================================================
   Social List
============================================================================= */

.social-list {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-size: 1rem;
    list-style: none;
}

@media (min-width: 768px) {
    .social-list {
        font-size: 16px;
        font-size: 1.14286rem;
    }
}

.social-list > li > a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    padding: 0 0.4em;
    color: var(--color-text);
    line-height: 20px;
    -webkit-transition: all 0.15s ease-out 0s;
    -o-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
}

.social-list > li > a:hover,
.social-list > li > a:active,
.social-list > li > a:focus {
    color: inherit;
    text-decoration: none;
}

.social-list > li > a:hover,
.social-list > li > a:focus,
.social-list > li > a:active {
    color: rgba(0, 0, 0, 0.4);
}

.inverse-text .social-list > li > a {
    color: rgba(255, 255, 255, 0.8);
}

.inverse-text .social-list > li > a:hover,
.inverse-text .social-list > li > a:focus,
.inverse-text .social-list > li > a:active,
.inverse-text .social-list > li > a:visited {
    color: white;
}

.social-list--inverse > li > a {
    color: rgba(255, 255, 255, 0.8);
}

.social-list--inverse > li > a:hover,
.social-list--inverse > li > a:focus,
.social-list--inverse > li > a:active {
    color: white;
}

.social-list--circle > li {
    margin-bottom: 8px;
}

.social-list--circle > li:not(:last-child) {
    margin-right: 8px;
}

.social-list--circle > li > a {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    text-align: center;
}

.social-list--circle > li > a i {
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
}

.inverse-text .social-list--circle > li > a,
.overlay-content .social-list--circle > li > a {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 768px) {
    .social-list--sm {
        font-size: 14px;
        font-size: 1rem;
    }
}

@media (min-width: 768px) {
    .social-list--lg {
        font-size: 20px;
        font-size: 1.42857rem;
    }
}

@media (min-width: 768px) {
    .social-list--xl {
        font-size: 26px;
        font-size: 1.85714rem;
    }
}

@media (min-width: 768px) {
    .social-list--md.social-list--circle > li > a {
        width: 60px;
        height: 60px;
        border-width: 2px;
    }
    .social-list--md.social-list--circle > li > a i {
        font-size: 24px;
        line-height: 60px;
    }
}

/* =============================================================================
   Post General
============================================================================= */

.post {
    position: relative;
}

/*---- Post thumb ----*/

.post__thumb,
.entry-thumb {
    position: relative;
}

.post__thumb img,
.entry-thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.post__thumb a,
.entry-thumb a {
    display: block;
}

.post__thumb--circle {
    border-radius: 50%;
    overflow: hidden;
}

.post__thumb--circle img {
    border-radius: 50%;
}

/*---- Post content ----*/

.post__text-inner {
    position: relative;
    padding: 20px;
}

/*---- Post live ----*/

.post__live-icon {
    /*letter-spacing: 1px;*/
    display: inline-block;
    /*font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;*/
    margin-right: 8px;
    text-decoration: none;
}

/*---- Post category ----*/

.post__cat,
a.post__cat,
.entry-cat,
a.entry-cat {
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    font-size: 0.64286rem;
    font-weight: 600;
    /*** 700 to 600*/
    line-height: 1.4;
    margin-right: 8px;
    text-decoration: none;
}

@media (min-width: 768px) {
    .post__cat,
    a.post__cat,
    .entry-cat,
    a.entry-cat {
        font-size: 0.71429rem;
        font-size: max(0.78571428571rem, 10px);
    }
}

a.post__cat-primary {
    color: var(--color-primary);
}

.post a.cat-theme.post__cat-secondary,
a.post__cat-secondary {
    color: var(--color-secondary) !important;
}

a.post__cat-white {
    color: var(--color-white);
}

.post__cat--bg,
a.post__cat--bg,
.entry-cat--bg,
a.entry-cat--bg {
    display: inline-block;
    margin-right: 5px;
    padding: 6px 11px;
    color: var(--color-white);
    background: var(--color-primary);
    border: none;
    font-weight: 700;
    line-height: 1;
}

@media (min-width: 768px) {
    .post__cat--bg,
    a.post__cat--bg,
    .entry-cat--bg,
    a.entry-cat--bg {
        padding: 6px 11px;
    }
}

.post__cat--bg-inverse,
a.post__cat--bg-inverse,
.entry-cat--bg-inverse,
a.entry-cat--bg-inverse {
    display: inline-block;
    padding: 2px 6px;
    color: #333;
    background: var(--color-white);
    margin-right: 8px;
    border: none;
}

/*---- Read more ----*/

.btn.read-more {
    text-transform: uppercase;
}

.read-more-link {
    color: var(--color-text);
    text-decoration: none;
}

.read-more-link:hover,
.read-more-link:focus,
.read-more-link:active,
.read-more-link:visited {
    color: var(--color-text);
    text-decoration: none;
}

.read-more-link i {
    color: rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/*---- Post title ----*/

.post__title,
.entry-title {
    margin: 0.25em 0 0.4em;
}

.post__title:first-child,
.entry-title:first-child {
    margin-top: 0;
}

.post__title:last-child,
.entry-title:last-child {
    margin-bottom: 0;
}

.text-center .post__title,
.text-center .entry-title {
    margin-left: auto;
    margin-right: auto;
}

.post__title a,
.entry-title a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
}

.post__title a:hover,
.post__title a:focus,
.entry-title a:hover,
.entry-title a:focus {
    /* color: var(--color-links-hover); */
    color: inherit;
}

/*---- Post excerpt ----*/

.post__excerpt,
.entry-excerpt {
    max-width: 36em;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
    font-size: 1rem;
    line-height: 1.6;
}

.post__excerpt {
    color: var(--color-black-opacity-60);
}

.text-center .post__excerpt,
.text-center .entry-excerpt {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .post__excerpt--lg,
    .entry-excerpt--lg {
        font-size: 16px;
        font-size: 1.142857142857143rem;
    }
}

/*---- Post meta ----*/

.post__meta,
.entry-meta {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
    font-size: 12px;
    font-size: max(0.85714rem, 12px);
    line-height: 1.5;
}

.post__meta:first-child,
.entry-meta:first-child {
    margin-top: 0;
}

.post__meta:last-child:not(.post__meta-head),
.entry-meta:last-child {
    margin-bottom: 0;
}

.post__meta:not(.post__meta--box) > *:not(:last-child),
.post__meta-left:not(.entry-meta--box) > *:not(:last-child),
.post__meta-right:not(.entry-meta--box) > *:not(:last-child),
.entry-meta:not(.entry-meta--box) > *:not(:last-child) {
    margin-right: 0.6em;
}

.post__meta a,
.entry-meta a {
    text-decoration: none;
}

.post__meta a:active,
.post__meta a:focus,
.post__meta a:hover,
.entry-meta a:active,
.entry-meta a:focus,
.entry-meta a:hover {
    text-decoration: none;
}

.post__meta i,
.entry-meta i {
    margin-right: 0.5em;
}

.post__meta .mdicon.mdicon-comment-o {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
}

.post__meta--border-top,
.entry-meta--border-top {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid var(--color-border);
}

.post--overlay .post__meta--border-top,
.post--overlay .entry-meta--border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.post__meta.post__meta-layout-1 > *:not(:last-child) {
    margin-right: 15px;
}

.post__meta.post__meta-layout-1 .post__meta-group:first-child {
    padding-right: 15px;
    border-right: 1px solid var(--color-border);
}

.post__meta.post__meta-border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.post__meta.post__meta-border > *:not(:first-child) {
    padding-left: calc(8px + 0.6em);
    position: relative;
}

.post__meta.post__meta-border > *:not(:first-child):before {
    content: "";
    width: 8px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    margin-right: 0.6em;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

/*---- Post author ----*/

.post-author,
.entry-author {
    text-transform: none;
}

.post-author .post-author__name,
.entry-author__name,
a.entry-author__name,
.single-header .entry-author a {
    color: inherit;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 500;
    font-size: max(1rem ,13px);
    line-height: 1;
}

.post__meta .entry-author__name,
.post__meta a.entry-author__name,
.post__meta .post-author__name,
.post__meta a.post-author__name {
    color: var(--color-meta);
}

.post-author__avatar {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.post-author__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.post-author__name span {
    margin-right: 5px;
}

.post-author__socials a {
    font-size: 14px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.6);
}

/*---- Post comments count ----*/

.comments-count-box {
    display: inline-block;
    position: relative;
    padding: 6px 14px;
    background: var(--color-primary);
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    color: var(--color-white) !important;
    text-align: center;
    text-decoration: none !important;
    border-radius: 2px;
}

.comments-count-box:hover,
.comments-count-box:active,
.comments-count-box:focus {
    color: var(--color-white);
}

.comments-count-box:before {
    content: "";
    position: absolute;
    top: 100%;
    right: auto;
    bottom: auto;
    left: 50%;
    margin-left: -5px;
    border: 0 solid transparent;
    border-width: 4px 5px;
    border-bottom-width: 0;
    border-top-color: var(--color-primary);
}

/*-- Overlay item --*/

.overlay-item {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: auto;
    left: auto;
    z-index: 2;
}

.overlay-item.overlay-item--sm-p {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: auto;
    left: auto;
}

.overlay-item--top-left {
    position: absolute;
    top: 20px;
    right: auto;
    bottom: auto;
    left: 20px;
}

.overlay-item--top-left.overlay-item--sm-p {
    position: absolute;
    top: 10px;
    right: auto;
    bottom: auto;
    left: 10px;
}

.overlay-item--left-bottom {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
}

.overlay-item--left-bottom.overlay-item--sm-p {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 10px;
    left: 10px;
}

.overlay-item--right-bottom {
    position: absolute;
    bottom: 20px;
    left: auto;
    top: auto;
    right: 20px;
}

.overlay-item--right-bottom.overlay-item--sm-p {
    position: absolute;
    bottom: 10px;
    left: auto;
    top: auto;
    right: 10px;
}

.media-right .overlay-item--right-bottom {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
}

.overlay-item--center-xy {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.post-type-icon i {
    font-size: 56px;
    line-height: 1.1;
}

@media (min-width: 768px) {
    .post-type-icon i {
        font-size: 60px;
    }
}

@media (min-width: 1200px) {
    .post-type-icon i {
        font-size: 68px;
    }
}

.post-type-icon--sm i {
    font-size: 56px;
}

.post-type-icon--sm .hexagon-svg {
    width: 50px;
}

.post-type-icon--sm .post-score-value {
    font-size: 20px;
}

@media (min-width: 768px) {
    .post-type-icon--md i {
        font-size: 80px;
    }
    .post-type-icon--md .hexagon-svg {
        width: 78px;
    }
    .post-type-icon--md .post-score-value {
        font-size: 32px;
    }
}

@media (min-width: 768px) {
    .post-type-icon--lg i {
        font-size: 120px;
    }
    .post-type-icon--lg .post-score-hexagon .hexagon-svg {
        width: 90px;
    }
    .post-type-icon--lg .post-score-hexagon .post-score-value {
        font-size: 36px;
    }
    .post-type-icon--lg .hexagon-svg {
        width: 100px;
    }
    .post-type-icon--lg .post-score-value {
        font-size: 42px;
    }
}

.inverse-text .category__title a,
.inverse-text .post__title,
.inverse-text .post__title a,
.inverse-text .entry-title,
.inverse-text .entry-title a,
.inverse-text .entry-author a.entry-author__name,
.inverse-text .entry-author time.time,
.inverse-text time.time,
.inverse-text .category__readmore a {
    color: var(--color-white);
}

.inverse-text time.time {
    opacity: 0.6;
}

.inverse-text .category__excerpt,
.inverse-text .post__excerpt,
.overlay-content .entry-excerpt,
.inverse-text .entry-excerpt,
.inverse-text .entry-teaser {
    color: rgba(255, 255, 255, 0.8);
}

.inverse-text .post__meta,
.inverse-text .post__meta a:not(.post__cat),
.inverse-text .entry-meta,
.inverse-text .entry-meta a:not(.post__cat),
.inverse-text .meta-text,
.inverse-text a.meta-text {
    color: rgba(255, 255, 255, 0.6);
}

.inverse-text .post__meta a.post-author__name,
.inverse-text .entry-author__name.entry-author__name {
    color: rgba(255, 255, 255, 0.9);
}

.text-color-black .category__excerpt,
.text-color-black .post__excerpt,
.text-color-black .entry-excerpt,
.text-color-black .entry-excerpt {
    color: rgba(0, 0, 0, 0.8);
}

.text-color-black .post__meta,
.text-color-black .post__meta a:not(.post__cat),
.text-color-black .entry-meta,
.text-color-black .entry-meta a:not(.post__cat),
.text-color-black .meta-text,
.text-color-black a.meta-text {
    color: var(--color-meta);
}

.text-color-black .post__meta a.post-author__name,
.text-color-black .entry-author__name.entry-author__name {
    color: var(--color-text);
}

.text-color-black .category__title a,
.text-color-black .post__title,
.text-color-black .post__title a,
.text-color-black .entry-title,
.text-color-black .entry-title a,
.text-color-black time.time,
.text-color-black .category__readmore a {
    color: var(--color-text);
}

/* =============================================================================
   Post Horizontal
============================================================================= */

.post--horizontal::after {
    clear: both;
    content: "";
    display: table;
}

.post--horizontal .post__thumb {
    width: 100%;
    margin: 0 0 15px 0;
}

.post--horizontal .post__excerpt {
    max-width: initial;
}

@media (min-width: 768px) {
    .post--horizontal .post__thumb {
        width: calc(50% - 15px);
        float: left;
        margin: 0 20px 0 0;
    }
}

@media (min-width: 992px) {
    .post--horizontal .post__thumb {
        margin: 0 30px 0 0;
    }
}

.post--horizontal-xxs .post__thumb,
.post--horizontal-xs .post__thumb {
    width: 70px;
    height: 70px;
    float: left;
    margin: 0 15px 0 0;
}

@media (min-width: 576px) {
    .post--horizontal-xxs .post__thumb,
    .post--horizontal-xs .post__thumb {
        width: 80px;
        height: 80px;
    }
}

@media (min-width: 768px) {
    .post--horizontal-xs .post__thumb {
        width: 100px;
        height: 100px;
        float: left;
    }
    .post--horizontal-xxs .post__thumb,
    .post--horizontal-xs .post__thumb {
        margin: 0 20px 0 0;
    }
}

.post--horizontal-sm .post__thumb {
    width: 33%;
    float: left;
    margin: 0 15px 5px 0;
}

@media (min-width: 768px) {
    .post--horizontal-sm .post__thumb {
        margin-right: 30px;
    }
}

@media (min-width: 768px) {
    .post--horizontal-md .post__thumb {
        width: 40%;
    }
}

@media (min-width: 768px) {
    .post--horizontal-lg .post__thumb {
        width: 55%;
    }
}

.post--horizontal .post__text {
    overflow: hidden;
}

@media (max-width: 767px) {
    .post--horizontal-xxs .post__excerpt,
    .post--horizontal-xs .post__excerpt,
    .post--horizontal-sm .post__excerpt,
    .post--horizontal-xxs .post__cat,
    .post--horizontal-xs .post__cat,
    .post--horizontal-sm .post__cat {
        display: none;
    }
}

@media (max-width: 767px) {
    .post--horizontal-xxs .post__cat + .post__title,
    .post--horizontal-xs .post__cat + .post__title,
    .post--horizontal-sm .post__cat + .post__title {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .post--horizontal-sm .post__title {
        font-size: 1.125rem;
        font-weight: 400;
    }
}

/*---- Post horizontal reverse ----*/

@media (min-width: 768px) {
    .post--horizontal-reverse .post__thumb {
        float: right;
        margin: 0 0 0 20px;
    }
}

@media (min-width: 992px) {
    .post--horizontal-reverse .post__thumb {
        margin: 0 0 0 30px;
    }
}

.post--horizontal-xxs.post--horizontal-reverse .post__thumb,
.post--horizontal-xs.post--horizontal-reverse .post__thumb,
.post--horizontal-sm.post--horizontal-reverse .post__thumb {
    float: right;
    margin: 0 0 0 15px;
}

@media (min-width: 768px) {
    .post--horizontal-xxs.post--horizontal-reverse .post__thumb,
    .post--horizontal-xs.post--horizontal-reverse .post__thumb {
        margin: 0 0 0 20px;
    }
}

@media (min-width: 768px) {
    .post--horizontal-sm.post--horizontal-reverse .post__thumb {
        margin-left: 20px;
    }
}

@media (min-width: 768px) {
    .post--horizontal-sm.post--horizontal-reverse .post__thumb {
        margin-left: 30px;
    }
}

/*---- Post horizontal middle ----*/

@media (min-width: 768px) {
    .post--horizontal-middle {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        box-align: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        box-pack: justify;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
    }
}

.post--horizontal-middle:after {
    content: none;
}

@media (min-width: 768px) {
    .post--horizontal-middle .post__thumb {
        -webkit-box-flex: 0;
        box-flex: 0;
        -moz-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

@media (min-width: 768px) {
    .post--horizontal-middle .post__text {
        -webkit-box-flex: 1;
        box-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.post--horizontal-middle.post--horizontal-xxs,
.post--horizontal-middle.post--horizontal-xs {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    box-pack: start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
}

.post--horizontal-middle.post--horizontal-xxs .post__thumb,
.post--horizontal-middle.post--horizontal-xs .post__thumb {
    -webkit-box-flex: 0;
    box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.post--horizontal-middle.post--horizontal-reverse {
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
}

.post--horizontal-middle.post--horizontal-reverse .post__text {
    -webkit-box-ordinal-group: -1;
    box-ordinal-group: -1;
    -moz-order: -1;
    order: -1;
    -ms-flex-order: -1;
    z-index: 1;
}

/* =============================================================================
   Post Overlay
============================================================================= */

.post--overlay {
    position: relative;
    overflow: hidden;
    background-color: #b4b4b4;
}

.post__thumb--overlay.post__thumb {
    position: absolute;
    width: 100%;
    height: 100%;
}

.post__thumb--overlay.post__thumb:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.25);
    content: "";
    position: absolute;
}

.post--overlay .post__text:not(.container) {
    width: 100%;
}

.post--overlay .post__text {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 14.28571rem;
}

/*.post--overlay .post__text-wrap {*/

/*    width: 100%;*/

/*}*/

.post--overlay .post__text-wrap {
    width: 100%;
}

.post--overlay .post__text.container .post__text-inner {
    padding-left: 0;
    padding-right: 0;
}

.post--overlay-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.post--overlay-bottom .post__text {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    box-align: end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
    padding-top: 40px;
}

.post--overlay-bottom.has-score-badge .post__text {
    padding-top: 80px;
}

.post--overlay.has-badge-bottom .post__text {
    padding-bottom: 80px;
}

.post--overlay.has-badge-bottom .badge-bottom {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.post--overlay-middle {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.post--overlay-middle .post__text {
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.post--overlay .post__text {
    z-index: 1;
    pointer-events: none;
}

.post--overlay .post__text a {
    pointer-events: auto;
    z-index: 1;
}

.post--overlay .entry-author {
    pointer-events: auto;
}

@media (min-width: 768px) {
    .post--overlay-xs .post__text {
        min-height: 17.85714rem;
    }
}

.post--overlay-sm .post__text {
    min-height: 17.85714rem;
}

@media (min-width: 768px) {
    .post--overlay-sm .post__text {
        min-height: 25rem;
    }
}

.post--overlay-md .post__text {
    min-height: 17.85714rem;
}

@media (min-width: 768px) {
    .post--overlay-md .post__text {
        min-height: 25rem;
    }
}

@media (min-width: 992px) {
    .post--overlay-md .post__text {
        min-height: 32.14286rem;
    }
}

.post--overlay-lg .post__text {
    min-height: 25rem;
}

@media (min-width: 768px) {
    .post--overlay-lg .post__text {
        min-height: 32.14286rem;
    }
}

@media (min-width: 992px) {
    .post--overlay-lg .post__text {
        min-height: 39.28571rem;
    }
}

@media (max-width: 767px) {
    .post--overlay-primary-xs .post__text {
        min-height: 17.85714rem;
    }
}

.post--overlay .background-img {
    overflow: hidden;
}

.post--overlay-floorfade .post__text-wrap {
    position: relative;
    width: 100%;
}

.post--overlay-floorfade .post__text-wrap:before {
    content: "";
    position: absolute;
    top: -100%;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(
            linear,
            left bottom, left top,
            from(black),
            color-stop(5.3%, rgba(0, 0, 0, 0.917)),
            color-stop(10.6%, rgba(0, 0, 0, 0.834)),
            color-stop(15.9%, rgba(0, 0, 0, 0.753)),
            color-stop(21.3%, rgba(0, 0, 0, 0.672)),
            color-stop(26.8%, rgba(0, 0, 0, 0.591)),
            color-stop(32.5%, rgba(0, 0, 0, 0.511)),
            color-stop(38.4%, rgba(0, 0, 0, 0.433)),
            color-stop(44.5%, rgba(0, 0, 0, 0.357)),
            color-stop(50.9%, rgba(0, 0, 0, 0.283)),
            color-stop(57.7%, rgba(0, 0, 0, 0.213)),
            color-stop(65%, rgba(0, 0, 0, 0.147)),
            color-stop(72.9%, rgba(0, 0, 0, 0.089)),
            color-stop(81.4%, rgba(0, 0, 0, 0.042)),
            color-stop(90.6%, rgba(0, 0, 0, 0.011)),
            to(transparent)
    );
    background-image: -o-linear-gradient(
            bottom,
            black 0%,
            rgba(0, 0, 0, 0.917) 5.3%,
            rgba(0, 0, 0, 0.834) 10.6%,
            rgba(0, 0, 0, 0.753) 15.9%,
            rgba(0, 0, 0, 0.672) 21.3%,
            rgba(0, 0, 0, 0.591) 26.8%,
            rgba(0, 0, 0, 0.511) 32.5%,
            rgba(0, 0, 0, 0.433) 38.4%,
            rgba(0, 0, 0, 0.357) 44.5%,
            rgba(0, 0, 0, 0.283) 50.9%,
            rgba(0, 0, 0, 0.213) 57.7%,
            rgba(0, 0, 0, 0.147) 65%,
            rgba(0, 0, 0, 0.089) 72.9%,
            rgba(0, 0, 0, 0.042) 81.4%,
            rgba(0, 0, 0, 0.011) 90.6%,
            transparent 100%
    );
    background-image: linear-gradient(
            0deg,
            black 0%,
            rgba(0, 0, 0, 0.917) 5.3%,
            rgba(0, 0, 0, 0.834) 10.6%,
            rgba(0, 0, 0, 0.753) 15.9%,
            rgba(0, 0, 0, 0.672) 21.3%,
            rgba(0, 0, 0, 0.591) 26.8%,
            rgba(0, 0, 0, 0.511) 32.5%,
            rgba(0, 0, 0, 0.433) 38.4%,
            rgba(0, 0, 0, 0.357) 44.5%,
            rgba(0, 0, 0, 0.283) 50.9%,
            rgba(0, 0, 0, 0.213) 57.7%,
            rgba(0, 0, 0, 0.147) 65%,
            rgba(0, 0, 0, 0.089) 72.9%,
            rgba(0, 0, 0, 0.042) 81.4%,
            rgba(0, 0, 0, 0.011) 90.6%,
            transparent 100%
    );
}

@media (min-width: 768px) {
    .post--overlay-padding-lg .post__text-inner {
        padding: 30px;
    }
}

@media (min-width: 768px) {
    .post--overlay-padding-lg .overlay-item {
        top: 30px;
        right: 30px;
    }
}

.post--overlay-padding-lg .overlay-item--md-p {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: auto;
    left: auto;
}

@media (min-width: 768px) {
    .post--overlay-padding-lg .overlay-item--top-left {
        top: 30px;
        left: 30px;
    }
    .post--overlay-padding-lg .overlay-item--sm-p {
        top: 10px;
        right: 10px;
    }
    .post--overlay-padding-lg .overlay-item--md-p {
        top: 20px;
        right: 20px;
    }
}

.post--overlay-padding-lg.has-score-bottom .post-score-hexagon {
    bottom: 30px;
}

/* =============================================================================
   Post Vertical
============================================================================= */

.post--vertical .post__thumb {
    display: block;
    margin-bottom: 20px;
    -webkit-transition: all 0.15s ease-out 0s;
    -o-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
}

/*---- Post vertical reverse ----*/

.post--vertical-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.post--vertical-reverse > * {
    width: 100%;
}

.post--vertical-reverse .post__thumb {
    margin-top: 20px;
    margin-bottom: 0;
}

.post--vertical-reverse .post__thumb:last-child {
    margin-top: 0;
}

.post--vertical-reverse .post__text {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

/*---- Post vertical center ----*/

.post--vertical-center .post__thumb {
    margin-bottom: 20px;
}

.post--vertical-center .post__thumb .post__cat {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.post--vertical-center .post__text,
.post--vertical-center .post__meta {
    text-align: center;
}

.post--vertical-center .post__excerpt {
    margin-left: auto;
    margin-right: auto;
}

/* -----------------------------------------------------------------
## Carousels
----------------------------------------------------------------- */
/*
## Owl carousel
----------------------------------------------------------------- */
.owl-carousel {
    display: block; }

.owl-carousel .owl-item {
    -webkit-backface-visibility: visible; }

.owl-carousel .owl-item:not(:first-child),
.owl-carousel .slide-content:not(:first-child) {
    display: none; }

.owl-carousel .owl-item:first-child,
.owl-carousel .slide-content:first-child {
    visibility: hidden; }

.owl-carousel.owl-loaded .owl-item:not(:first-child),
.owl-carousel.owl-loaded .slide-content:not(:first-child) {
    display: block; }

.owl-carousel.owl-loaded .owl-item:first-child,
.owl-carousel.owl-loaded .slide-content:first-child {
    visibility: visible; }

.owl-prev,
.owl-next {
    cursor: pointer; }

.carousel-stage-visible .owl-stage-outer {
    overflow: visible; }

.dots-visible-xs .owl-dots {
    display: none; }
@media (max-width: 767px) {
    .dots-visible-xs .owl-dots {
        display: block; } }

.dots-visible-sm .owl-dots {
    display: none; }
@media (max-width: 991px) {
    .dots-visible-sm .owl-dots {
        display: block; } }

@media (max-width: 767px) {
    .nav-hidden-xs .owl-nav {
        display: none; } }

.atbs-carousel {
    position: relative; }

/*
## Default Dots Pagination
----------------------------------------------------------------- */
.atbs-carousel .owl-dots {
    padding: 15px 0;
    text-align: center;
    line-height: 1; }

.atbs-carousel .owl-dot {
    display: inline-block;
    padding: 7px; }

.atbs-carousel .owl-dot span {
    display: block;
    height: 8px;
    width: 8px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.2);
    vertical-align: middle; }

.atbs-carousel .owl-dot.active span {
    background: rgba(0, 0, 0, 0.4); }


/*---- Inverse dots pagination ----*/
.atbs-carousel-dots-inverse .owl-dot span {
    background: rgba(255, 255, 255, 0.4); }

.atbs-carousel-dots-inverse .owl-dot.active span {
    background: rgba(255, 255, 255, 0.8); }

.atbs-carousel-dots-inverse .flickity-page-dots .dot:after {
    background: rgba(255, 255, 255, 0.4); }
.atbs-carousel-dots-inverse .flickity-page-dots .dot.is-selected:after {
    background: rgba(255, 255, 255, 0.8); }

/*---- Inside inverse dots pagination ----*/
.atbs-carousel-dots-inside .slide-content .post__text-wrap {
    padding-bottom: 20px; }

.atbs-carousel-dots-inside .owl-dots {
    width: 100%;
    position: absolute;
    bottom: 0; }

.atbs-carousel-dots-inside .owl-dot span {
    background: rgba(255, 255, 255, 0.4); }

.atbs-carousel-dots-inside .owl-dot.active span {
    background: rgba(255, 255, 255, 0.8); }

.atbs-carousel-dots-inside .flickity-page-dots {
    position: absolute;
    bottom: 0; }

.atbs-carousel-dots-inside .flickity-page-dots .dot:after {
    background: rgba(255, 255, 255, 0.4); }
.atbs-carousel-dots-inside .flickity-page-dots .dot.is-selected:after {
    background: rgba(255, 255, 255, 0.8); }

/*
## Default Navigation
----------------------------------------------------------------- */
.atbs-carousel .owl-prev,
.atbs-carousel .owl-next {
    width: 36px;
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-transform: translate(0, -50%) scale(1, 1);
    -ms-transform: translate(0, -50%) scale(1, 1);
    transform: translate(0, -50%) scale(1, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
    -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.1s; }

.atbs-carousel .owl-prev.disabled,
.atbs-carousel .owl-next.disabled {
    -webkit-transform: translate(0, -50%) scale(0, 1);
    -ms-transform: translate(0, -50%) scale(0, 1);
    transform: translate(0, -50%) scale(0, 1); }
.atbs-carousel .owl-prev i,
.atbs-carousel .owl-next i {
    margin: 0;
    font-size: 30px;
    line-height: 1; }

.atbs-carousel .owl-prev {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0; }

.atbs-carousel .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0; }



/*
 * Overflow carousel
 *--------------------*/
.atbs-carousel-overflow {
    overflow: hidden; }
@media (max-width: 767px) {
    .atbs-carousel-overflow {
        margin-left: -15px;
        margin-right: -15px; } }

.atbs-carousel-overflow--has-background {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5; }
@media (min-width: 768px) {
    .atbs-carousel-overflow--has-background {
        padding: 40px; } }

.atbs-carousel-overflow--has-background .atbs-carousel__inner {
    margin-left: -20px;
    margin-right: -20px; }
@media (min-width: 768px) {
    .atbs-carousel-overflow--has-background .atbs-carousel__inner {
        margin-left: -40px;
        margin-right: -40px; } }

.atbs-carousel-overflow--has-background:not(.atbs-carouel-dots-none) {
    padding-bottom: 0; }

/* =============================================================================
   Block general
============================================================================= */

.atbs-block {
    position: relative;
    margin-bottom: 100px;
}

.atbs-block:last-child {
    margin-bottom: 0;
}

.atbs-block__inner {
    position: relative;
}

@media (min-width: 1200px) {
    .atbs-block--fullwidth {
        margin-bottom: 100px;
    }
}
.single-entry-section-wrap.atbs-block--contiguous:last-child,
.atbs-block--fullwidth.atbs-block--contiguous:first-child {
    margin-top: -20px;
}

@media (min-width: 577px) {
    .single-entry-section-wrap.atbs-block--contiguous:last-child,
    .atbs-block--fullwidth.atbs-block--contiguous:first-child {
        margin-top: -60px;
    }
}
@media (max-width: 575px) {
    .atbs-block--fullwidth.atbs-block--contiguous:first-child {
        margin-top: -40px;
    }
}

.atbs-block--fullwidth.has-background:last-child {
    margin-bottom: -30px;
}

@media (min-width: 1200px) {
    .atbs-block--fullwidth.has-background:last-child {
        margin-bottom: -65px;
    }
}

.atbs-block--contiguous:not(.has-overlap-background) + .atbs-block--contiguous {
    margin-top: -40px;
}

@media (min-width: 1200px) {
    .atbs-block--fullwidth.atbs-block--contiguous:not(.has-overlap-background)
    + .atbs-block--fullwidth.atbs-block--contiguous {
        margin-top: -65px;
    }
}

.atbs-block.has-background {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 992px) {
    .atbs-block.has-background {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .atbs-block.has-background.has-background--md {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.atbs-block.has-border {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

@media (min-width: 992px) {
    .atbs-block.has-border {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

/* =============================================================================
   Widgets
============================================================================= */

.widget {
    margin-bottom: 3.928571428571429rem;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget--centered {
    text-align: center;
}

.widget--has-background {
    padding: 20px;
}

.widget__title {
    margin-bottom: 25px;
}

.widget__title:last-child {
    margin-bottom: 0;
}

.widget__title a {
    color: inherit;
    text-decoration: none;
}

.widget__title-text {
    margin: 0;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* =============================================================================
   WordPress Defaul Widgets
============================================================================= */

/*---- ## Archive Widget ----*/

.widget_archive ul {
    list-style: none;
    padding: 0;
}

.widget_archive li:not(:last-child) {
    margin-bottom: 15px;
}

.widget_archive li > a {
    display: inline-block;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
}

.widget_archive a > span {
    display: inline-block;
    background: #ccc;
    padding: 1px 5px;
    border-radius: 3px;
    margin-left: 5px;
    font-size: 0.8571rem;
    color: var(--color-white);
}

.widget_archive ul.children {
    padding-top: 15px;
    padding-left: 15px;
}

.widget_archive ul.children li > a {
    color: var(--color-contrast-60);
}

/*---- ## Calendar Widget ----*/

.widget_calendar {
    border-bottom: none;
}

#calendar_wrap {
    overflow: hidden;
    background-color: var(--bg-color-main);
}

.widget_calendar caption {
    padding: 0.6em;
    text-align: center;
    font-size: 18px;
    font-size: 1.2857rem;
    font-weight: 600;
    color: var(--color-white);
    background-color: #333;
}

.widget_calendar table {
    width: 100%;
    margin-bottom: 0;
    font-size: 12px;
    font-size: max(0.8571rem, 13px);
    color: var(--color-contrast-60);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.widget_calendar thead {
    background-color: #fafafa;
}

.widget_calendar th {
    padding: 1em;
    text-align: center;
    border: none;
}

.widget_calendar td {
    padding: 0.85em;
    border: none;
    text-align: center;
}

.widget_calendar td a {
    position: relative;
    text-decoration: none;
    color: var(--color-text);
    font-weight: 700;
}

.widget_calendar td a:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    top: -4px;
    right: -6px;
    bottom: auto;
    left: auto;
    border-radius: 100%;
    background-color: var(--color-primary, #aaa);
}

.widget_calendar #today,
.widget_calendar #today a {
    position: relative;
    font-weight: 700;
    color: var(--color-white);
    background-color: var(--color-primary, #444);
}

.widget_calendar tfoot {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.widget_calendar tfoot td {
    padding: 1em;
}

.widget_calendar tfoot a {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-text);
}

.widget_calendar tfoot a:before {
    content: none;
}

/*---- ## Categories Widget ----*/

.widget_categories ul {
    list-style: none;
    padding: 0;
}

.widget_categories li:not(:last-child) {
    margin-bottom: 15px;
}

.widget_categories li > a {
    display: inline-block;
    text-decoration: none;
    color: var(--color-text);
}

.widget_categories a > span {
    display: inline-block;
    background: #ccc;
    padding: 1px 5px;
    border-radius: 3px;
    margin-left: 5px;
    font-size: 0.8571rem;
    color: var(--color-white);
}

.widget_categories ul.children {
    padding-top: 15px;
    padding-left: 20px;
}

/*---- ## Menu Widget ----*/

.widget_nav_menu ul {
    list-style: none;
    padding: 0;
}

.widget_nav_menu li:not(:last-child) {
    margin-bottom: 15px;
}

.widget_nav_menu li > a {
    display: inline-block;
    text-decoration: none;
    color: var(--color-text);
}

.inverse-text .widget_nav_menu li > a {
    color: rgba(255, 255, 255, 0.8);
}

.inverse-text .widget_nav_menu li > a:hover,
.inverse-text .widget_nav_menu li > a:focus,
.inverse-text .widget_nav_menu li > a:active {
    color: white;
}

.widget_nav_menu .sub-menu {
    padding-top: 15px;
    padding-left: 20px;
}

.widget_nav_menu .sub-menu .sub-menu {
    font-size: 100%;
}

/*---- ## Meta Widget ----*/

.widget_meta ul {
    list-style: none;
    padding: 0;
}

.widget_meta li:not(:last-child) {
    margin-bottom: 15px;
}

.widget_meta li > a {
    display: inline-block;
    text-decoration: none;
    color: var(--color-text);
}

.inverse-text .widget_meta li > a {
    color: rgba(255, 255, 255, 0.8);
}

.inverse-text .widget_meta li > a:hover,
.inverse-text .widget_meta li > a:focus,
.inverse-text .widget_meta li > a:active {
    color: white;
}

/*---- ## Pages Widget ----*/

.widget_pages ul {
    list-style: none;
    padding: 0;
}

.widget_pages li:not(:last-child) {
    margin-bottom: 15px;
}

.widget_pages li > a {
    display: inline-block;
    text-decoration: none;
    color: var(--color-text);
}

.widget_pages ul.children {
    padding-top: 15px;
    padding-left: 20px;
}

/*---- ## Recent Comments Widget ----*/

.widget_recent_comments #recentcomments {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget_recent_comments .recentcomments {
    position: relative;
    margin-bottom: 20px;
}

.widget_recent_comments .recentcomments:before {
    content: "\e0cb";
    font-family: "mdicon";
    margin-right: 0.2em;
}

.widget_recent_comments .recentcomments > a {
    display: block;
    position: relative;
    margin-top: 8px;
    padding: 10px 15px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.05);
    color: var(--color-text);
    text-decoration: none !important;
}

.widget_recent_comments .comment-author-link {
    font-weight: 700;
}

.widget_recent_comments .comment-author-link a {
    color: inherit;
    text-decoration: none !important;
    text-transform: uppercase;
}

.inverse-text .widget_recent_comments .recentcomments > a {
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
}

/*---- ## Recent Posts Widget ----*/

.widget_recent_entries ul {
    list-style: none;
    padding: 0;
}

.widget_recent_entries li:not(:last-child) {
    margin-bottom: 15px;
}

.widget_recent_entries li > a {
    display: inline-block;
    text-decoration: none;
    color: var(--color-text);
}

/*---- ## RSS Widget ----*/

.widget_rss .rss-widget-icon {
    display: none;
}

.widget_rss .widget__title a.rsswidget:last-child:before {
    content: "\e0e5";
    font-family: "mdicon";
    margin-right: 0.3em;
}

.widget_rss ul {
    list-style: none;
}

.widget_rss li {
    position: relative;
    padding: 12px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.widget_rss li:first-child {
    padding-top: 0;
    border-top: none;
}

.widget_rss a.rsswidget {
    font-weight: 700;
    color: inherit;
    font-size: max( 1rem, 13px);
}

.widget_rss .rss-date {
    display: block;
    margin-top: 0.4em;
    font-size: 12px;
    font-size: max( 0.8571rem, 12px);
    font-style: italic;
}

.widget_rss a.rsswidget {
    font-size: max( 1rem, 14px);
}
.widget_rss .rssSummary {
    margin: 0.4em 0;
    font-size: max( 1rem, 14px);
    line-height: 1.6;
}

/*---- ## Search Widget ----*/

.widget_search button.search-form__submit {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 6px 10px;
    background: transparent;
    border: none;
    outline: 0;
    color: var(--color-contrast-40);
}

.widget_search .search-form__submit i {
    font-size: 20px;
}

/*---- ## Tag Cloud Widget ----*/

.tagcloud::after {
    clear: both;
    content: "";
    display: table;
}

.tagcloud a {
    display: inline-block;
    float: left;
    padding: 5px 10px;
    margin: 0 10px 10px 0;
    font-size: 12px;
    font-size: 0.8571rem;
    text-decoration: none;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fafafa;
    color: rgba(0, 0, 0, 0.44);
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.tagcloud a:hover {
    background: var(--color-white);
    color: var(--color-text);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

/*---- ## Instagram Widget ----*/

.tnm-instagram-widget-wrap ul li {
    width: 33.33%;
    border: 1px solid transparent;
    float: left;
}

/* =============================================================================
   Flexbox
============================================================================= */

.flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-box-nowrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.flex-box-auto > *,
.flex-item-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-item-auto-bottom {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-flex-line-pack: end;
    align-content: flex-end;
}

.flex-item-auto-top {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

/**/

.flex-column-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.flex-row-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

/**/

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-content-space {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify-content-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/**/

.align-item-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-item-space {
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.align-item-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.align-item-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

/** Align Content **/

.content-start {
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.content-end {
    -ms-flex-line-pack: end;
    align-content: flex-end;
}

.content-center {
    -ms-flex-line-pack: center;
    align-content: center;
}

.content-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
}

.content-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

/** Align Self **/

.self-auto {
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
}

.self-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.self-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.self-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.self-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline;
}

.self-stretch {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

/** Flex Grow **/

.flex-grow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.flex-grow-0 {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

/**/

.flex-box-1i > * {
    width: 100%;
}

.flex-box-2i > * {
    width: 50%;
}

.flex-box-3i > * {
    width: calc(100% / 3);
}

.flex-box-4i > * {
    width: 25%;
}

@media (max-width: 991px) and (min-width: 768px) {
    .flex-box-2i-md > * {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .flex-box-1i-sm > * {
        width: 100%;
    }
}

.flex-column-10 {
    width: 10%;
}

.flex-column-15 {
    width: 15%;
}

.flex-column-20 {
    width: 20%;
}

.flex-column-25 {
    width: 25%;
}

.flex-column-30 {
    width: 30%;
}

.flex-column-40 {
    width: 40%;
}

.flex-column-50 {
    width: 50%;
}

.flex-column-55 {
    width: 55%;
}

.flex-column-60 {
    width: 60%;
}

.flex-column-65 {
    width: 65%;
}

.flex-column-70 {
    width: 70%;
}

.flex-column-75 {
    width: 75%;
}

.flex-column-80 {
    width: 80%;
}

.flex-column-100 {
    width: 100%;
}

@media (min-width: 1200px) {
    .flex-column-15-xl {
        width: 15%;
    }
    .flex-column-20-xl {
        width: 20%;
    }
    .flex-column-25-xl {
        width: 25%;
    }
    .flex-column-30-xl {
        width: 30%;
    }
    .flex-column-40-xl {
        width: 40%;
    }
    .flex-column-50-xl {
        width: 50%;
    }
    .flex-column-55-xl {
        width: 55%;
    }
    .flex-column-60-xl {
        width: 60%;
    }
    .flex-column-65-xl {
        width: 65%;
    }
    .flex-column-70-xl {
        width: 70%;
    }
    .flex-column-75-xl {
        width: 75%;
    }
    .flex-column-80-xl {
        width: 80%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .flex-column-15-lg {
        width: 15%;
    }
    .flex-column-20-lg {
        width: 20%;
    }
    .flex-column-25-lg {
        width: 25%;
    }
    .flex-column-30-lg {
        width: 30%;
    }
    .flex-column-40-lg {
        width: 40%;
    }
    .flex-column-50-lg {
        width: 50%;
    }
    .flex-column-55-lg {
        width: 55%;
    }
    .flex-column-60-lg {
        width: 60%;
    }
    .flex-column-65-lg {
        width: 65%;
    }
    .flex-column-70-lg {
        width: 70%;
    }
    .flex-column-75-lg {
        width: 75%;
    }
    .flex-column-80-lg {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .flex-column-100-sm {
        width: 100%;
    }
}

.flex-height-100 {
    height: 100%;
}

.flex-space-10 {
    margin: -5px;
}

.flex-space-10 > * {
    padding: 5px;
}

.flex-space-15 {
    margin: -7.5px;
}

.flex-space-15 > * {
    padding: 7.5px;
}

.flex-space-20 {
    margin: -10px;
}

.flex-space-20 > * {
    padding: 10px;
}

.flex-space-25 {
    margin: -12.5px;
}

.flex-space-25 > * {
    padding: 12.5px;
}

.flex-space-30 {
    margin: -15px;
}

.flex-space-30 > * {
    padding: 15px;
}

.flex-space-40 {
    margin: -20px;
}

.flex-space-40 > * {
    padding: 20px;
}

.flex-space-50 {
    margin: -25px;
}

.flex-space-50 > * {
    padding: 25px;
}

.flex-space-60 {
    margin: -30px;
}

.flex-space-60 > * {
    padding: 30px;
}

.flex-space-70 {
    margin: -35px;
}

.flex-space-70 > * {
    padding: 35px;
}

.flex-space-75 {
    margin: -37.5px;
}

.flex-space-75 > * {
    padding: 37.5px;
}

.flex-space-80 {
    margin: -40px;
}

.flex-space-80 > * {
    padding: 40px;
}

.flex-space-90 {
    margin: -45px;
}

.flex-space-90 > * {
    padding: 45px;
}

.flex-space-100 {
    margin: -50px;
}

.flex-space-100 > * {
    padding: 50px;
}

.flex-space-120 {
    margin: -60px;
}

.flex-space-120 > * {
    padding: 60px;
}

.flex-space-160 {
    margin: -80px;
}

.flex-space-160 > * {
    padding: 80px;
}

@media (max-width: 767px) {
    .flex-space-40-sm {
        margin: -20px;
    }
    .flex-space-40-sm > * {
        padding: 20px;
    }
}

.flex-gutter-15 {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.flex-gutter-15 > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.flex-gutter-20 {
    margin-left: -10px;
    margin-right: -10px;
}

.flex-gutter-20 > * {
    padding-left: 10px;
    padding-right: 10px;
}

.flex-gutter-25 {
    margin-left: -12.5px;
    margin-right: -12.5px;
}

.flex-gutter-25 > * {
    padding-left: 12.5px;
    padding-right: 12.5px;
}

.flex-gutter-30 {
    margin-left: -15px;
    margin-right: -15px;
}

.flex-gutter-30 > * {
    padding-left: 15px;
    padding-right: 15px;
}

.flex-gutter-40 {
    margin-left: -20px;
    margin-right: -20px;
}

.flex-gutter-40 > * {
    padding-left: 20px;
    padding-right: 20px;
}

.flex-gutter-50 {
    margin-left: -25px;
    margin-right: -25px;
}

.flex-gutter-50 > * {
    padding-left: 25px;
    padding-right: 25px;
}

.flex-gutter-60 {
    margin-left: -30px;
    margin-right: -30px;
}

.flex-gutter-60 > * {
    padding-left: 30px;
    padding-right: 30px;
}

.flex-gutter-70 {
    margin-left: -35px;
    margin-right: -35px;
}

.flex-gutter-70 > * {
    padding-left: 35px;
    padding-right: 35px;
}

.flex-gutter-75 {
    margin-left: -37.5px;
    margin-right: -37.5px;
}

.flex-gutter-75 > * {
    padding-left: 37.5px;
    padding-right: 37.5px;
}

.flex-gutter-80 {
    margin-left: -40px;
    margin-right: -40px;
}

.flex-gutter-80 > * {
    padding-left: 40px;
    padding-right: 40px;
}

.flex-gutter-90 {
    margin-left: -45px;
    margin-right: -45px;
}

.flex-gutter-90 > * {
    padding-left: 45px;
    padding-right: 45px;
}

.flex-order-1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.atbs-line-limit,
a.atbs-line-limit,
h3.atbs-line-limit > a {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.atbs-line-limit.atbs-line-limit-2,
h3.atbs-line-limit.atbs-line-limit-2 > a {
    -webkit-line-clamp: 2;
}

.atbs-line-limit.atbs-line-limit-3,
h3.atbs-line-limit.atbs-line-limit-3 > a {
    -webkit-line-clamp: 3;
}

.atbs-line-limit.atbs-line-limit-4,
h3.atbs-line-limit.atbs-line-limit-4 > a {
    -webkit-line-clamp: 4;
}
.atbs-line-limit.atbs-line-limit-5,
h3.atbs-line-limit.atbs-line-limit-5 > a {
    -webkit-line-clamp: 5;
}

/* =============================================================================
   Typography
============================================================================= */

.f-14 {
    font-size: 1rem;
    line-height: 1.5;
}

.f-15 {
    font-size: 1.0714rem;
    line-height: 1.5;
}

.f-16 {
    font-size: 1.1428rem;
    line-height: 1.5;
}
.f-17 {
    font-size: 1.2142rem;
    line-height: 1.5;
}
.f-18 {
    font-size: 1.2857rem;
    line-height: 1.5;
}

.f-20 {
    font-size: 1.4285rem;
    line-height: 1.4;
}

.f-22 {
    font-size: 1.5714rem;
    line-height: 1.4;
}

.f-24 {
    font-size: 1.7142rem;
    line-height: 1.4;
}

.f-26 {
    font-size: 1.8571rem;
    /*font system*/
    line-height: 1.4;
}

.f-28 {
    font-size: 2rem;
    line-height: 1.4;
}

.f-30 {
    font-size: 2.1428rem;
    /*font system*/
    line-height: 1.4;
}

.f-32 {
    font-size: 2.2857rem;
    line-height: 1.4;
}

.f-34 {
    font-size: 2.4285rem;
    line-height: 1.4;
}

.f-36 {
    font-size: 2.5714rem;
    line-height: 1.3;
}

.f-38 {
    font-size: 2.7142rem;
    line-height: 1.3;
}

.f-40 {
    font-size: 2.8571rem;
    line-height: 1.35;
}

.f-42 {
    font-size: 3rem;
    line-height: 1.3;
}

.f-44 {
    font-size: 3.1428rem;
    line-height: 1.3;
}

.f-46 {
    font-size: 3.2857rem;
    line-height: 1.3;
}

.f-48 {
    font-size: 3.4285rem;
    line-height: 1.3;
}

.f-50 {
    font-size: 3.5714rem;
    line-height: 1.3;
}

.f-52 {
    font-size: 3.7142rem;
    line-height: 1.3;
}

.f-54 {
    font-size: 3.8571rem;
    line-height: 1.3;
}

.f-56 {
    font-size: 4rem;
    line-height: 1.3;
}

.f-58 {
    font-size: 4.1428rem;
    line-height: 1.3;
}

.f-60 {
    font-size: 4.28571428571rem;
    line-height: 1.3;
}

@media (max-width: 1199px) {
    .f-22 {
        font-size: 1.4285rem;
        line-height: 1.4;
    }
    .f-24 {
        font-size: 1.5714rem;
        line-height: 1.4;
    }
    .f-26 {
        font-size: 1.7142rem;
        line-height: 1.4;
    }
    .f-28 {
        font-size: 1.8571rem;
        /*font system*/
        line-height: 1.4;
    }
    .f-30 {
        font-size: 1.8571rem;
        /*font system*/
        line-height: 1.4;
    }
    .f-32 {
        font-size: 2rem;
        line-height: 1.4;
    }
    .f-34 {
        font-size: 2.1428rem;
        /*font system*/
        line-height: 1.4;
    }
    .f-36 {
        font-size: 2.2857rem;
        line-height: 1.4;
    }
    .f-38 {
        font-size: 2.4285rem;
        /*font system*/
        line-height: 1.4;
    }
    .f-40 {
        font-size: 2.5714rem;
        /*font system*/
        line-height: 1.3;
    }
    .f-42 {
        font-size: 2.7142rem;
        line-height: 1.3;
    }
    .f-44 {
        font-size: 2.8571rem;
        line-height: 1.3;
    }
    .f-46 {
        font-size: 3rem;
        line-height: 1.3;
    }
    .f-48 {
        font-size: 3.1428rem;
        line-height: 1.3;
    }
    .f-50 {
        font-size: 3.2857rem;
        line-height: 1.3;
    }
    .f-52 {
        font-size: 3.4285rem;
        line-height: 1.3;
    }
    .f-54 {
        font-size: 3.5714rem;
        line-height: 1.3;
    }
    .f-56 {
        font-size: 3.7142rem;
        line-height: 1.3;
    }
    .f-58 {
        font-size: 3.8571rem;
        line-height: 1.3;
    }
    .f-60 {
        font-size: 3.9285rem;
        line-height: 1.3;
    }
}

@media (max-width: 991px) {
    .f-24 {
        font-size: 1.5714rem;
        /*font system*/
        line-height: 1.4;
    }
    .f-30 {
        font-size: 1.7142rem;
        /*font system*/
        line-height: 1.4;
    }
    .f-32 {
        font-size: 1.8571rem;
        /*font system*/
        line-height: 1.4;
    }
    .f-34 {
        font-size: 1.8571rem;
        /*font system*/
        line-height: 1.4;
    }
    .f-36 {
        font-size: 2rem;
        line-height: 1.4;
    }
    .f-38 {
        font-size: 2.1428rem;
        /*font system*/
        line-height: 1.4;
    }
    .f-40 {
        font-size: 2.1428rem;
        /*font system*/
        line-height: 1.4;
    }
    .f-42 {
        font-size: 2.2857rem;
        line-height: 1.4;
    }
    .f-44 {
        font-size: 2.4285rem;
        line-height: 1.4;
    }
    .f-46 {
        font-size: 2.5714rem;
        line-height: 1.3;
    }
    .f-48 {
        font-size: 2.7142rem;
        line-height: 1.3;
    }
    .f-50 {
        font-size: 2.8571rem;
        line-height: 1.3;
    }
    .f-52 {
        font-size: 3rem;
        line-height: 1.3;
    }
    .f-54 {
        font-size: 3.1428rem;
        line-height: 1.3;
    }
    .f-56 {
        font-size: 3.2857rem;
        line-height: 1.3;
    }
    .f-58 {
        font-size: 3.4285rem;
        line-height: 1.3;
    }
    .f-60 {
        font-size: 3.5714rem;
        line-height: 1.3;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .f-15 {
        font-size: max(1.0714rem, 13px);
    }
    .f-16 {
        font-size: max( 1.1428rem, 14px);
    }
    .f-17 {
        font-size: max(1.2142rem, 14px);
    }
    .f-18 {
        font-size: max(1.28571428571rem, 15px);
    }
    .f-20 {
        font-size: max(1.28571428571rem, 15px);
    }
    .f-22 {
        font-size: max(1.5714rem, 16px);
        line-height: 1.4;
    }
    .f-24 {
        font-size: max(1.5714rem, 17px);
        line-height: 1.4;
    }
    .f-26 {
        font-size: max(1.7142rem, 18px);
        line-height: 1.4;
    }
    .f-28 {
        font-size: max(1.8571rem, 19px);
        line-height: 1.4;
    }
    .f-30 {
        font-size: max(1.7142rem, 20px);
        line-height: 1.4;
    }
    .f-32 {
        font-size: max(1.8571rem, 22px);
        line-height: 1.4;
    }
    .f-34 {
        font-size: max(1.8571rem, 23px);/*font system*/
        line-height: 1.4;
    }
    .f-36 {
        font-size: max(2rem, 25px);/*font system*/
        line-height: 1.4;
    }
    .f-38 {
        font-size: max(2.1428rem, 26px);/*font system*/
        line-height: 1.4;
    }
    .f-40 {
        font-size: max(2.1428rem, 26px);/*font system*/
        line-height: 1.4;
    }
    .f-42 {
        font-size: max(2.2857rem, 27px);/*font system*/
        line-height: 1.4;
    }
    .f-44 {
        font-size: max(2.4285rem, 28px);/*font system*/
        line-height: 1.4;
    }
    .f-46 {
        font-size: max( 2.5714rem, 28px);/*font system*/
        line-height: 1.3;
    }
    .f-48 {
        font-size: max(2.7142rem, 29px);/*font system*/
        line-height: 1.3;
    }
    .f-50 {
        font-size: max(2.7142rem, 30px);/*font system*/
        line-height: 1.3;
    }
    .f-52 {
        font-size: max(3rem, 31px);/*font system*/
        line-height: 1.3;
    }
    .f-54 {
        font-size: max(3.1428rem, 32px);/*font system*/
        line-height: 1.3;
    }
    .f-56 {
        font-size: max(3.2857rem, 33px);/*font system*/
        line-height: 1.3;
    }
    .f-58 {
        font-size: max(3.4285rem, 34px);/*font system*/
        line-height: 1.3;
    }
    .f-60 {
        font-size: max(3.5714rem, 35px);/*font system*/
        line-height: 1.3;
    }
}


@media (max-width: 767px) {
    .f-20 {
        font-size: 1.2857rem;
        line-height: 1.5;
    }
    .f-24,
    .f-26 {
        font-size: 1.4285rem;
        line-height: 1.4;
    }

    .f-28,
    .f-30,
    .f-32,
    .f-34,
    .f-36,
    .f-38 {
        /*font-size: 1.8571rem;*/
        font-size: 1.71428571429rem;
        line-height: 1.4;
    }

    .f-40,
    .f-42,
    .f-46,
    .f-48,
    .f-50,
    .f-52,
    .f-54 {
        font-size: 2rem;
        line-height: 1.4;
    }
    .f-56,
    .f-58,
    .f-60 {
        font-size: 2.1428rem;
        line-height: 1.4;
    }
}

@media (max-width: 575px) {
    .f-18 {
        font-size: 1.2857rem;
        line-height: 1.4;
    }

    .f-28,
    .f-30,
    .f-32,
    .f-34,
    .f-36,
    .f-38 {
        font-size: 1.7142rem;
        line-height: 1.4;
    }

    .f-40,
    .f-42,
    .f-46,
    .f-48,
    .f-50,
    .f-52,
    .f-54,
    .f-56,
    .f-58,
    .f-60 {
        font-size: 1.8571rem;
        line-height: 1.4;
    }
}

@media (max-width: 480px) {

    .f-28,
    .f-30,
    .f-32,
    .f-34,
    .f-36,
    .f-38 {
        font-size: 1.5714rem;
        line-height: 1.4;
    }

    .f-40,
    .f-42,
    .f-46,
    .f-48,
    .f-50,
    .f-52,
    .f-54,
    .f-56,
    .f-58,
    .f-60 {
        font-size: 1.7142rem;
        line-height: 1.4;
    }
}

@media (max-width: 380px) {
    .f-18,
    .f-20,
    .f-22,
    .f-24,
    .f-26 {
        font-size: 1.2857rem;
        line-height: 1.5;
    }
}

/**/

.f-w-100 {
    font-weight: 100;
}

.f-w-300 {
    font-weight: 300;
}

.f-w-400 {
    font-weight: 400;
}

.f-w-500 {
    font-weight: 500;
}

.f-w-600 {
    font-weight: 600;
}

.f-w-700 {
    font-weight: 700;
}

.f-w-800 {
    font-weight: 800;
}

.f-w-900 {
    font-weight: 900;
}

@media (max-width: 767px) {
    /*.f-20.f-w-700,*/
    /*.f-w-500,*/
    /*.f-w-600 {*/
    /*    font-weight: 600;*/
    /*}*/
    /*.f-w-700,*/
    /*.f-w-800,*/
    /*.f-w-900 {*/
    /*    font-weight: 700;*/
    /*}*/
}

/* =============================================================================
   Width && Height
============================================================================= */

.atbs-thumb-object-fit a {
    width: 100%;
    height: 100%;
}

.atbs-thumb-object-fit.post__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.atbs-thumb-object-fit a.post__cat {
    width: unset;
    height: unset;
}

.atbs-thumb-object-fit.atbs-thumb-auto-fit.post__thumb {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

.atbs-thumb-object-fit.atbs-thumb-auto-fit.post__thumb a:not(.post__cat) {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

/*-----post-thumb - width-------*/

.post__thumb--width-100 .post__thumb {
    width: 100px;
}

.post__thumb--width-130 .post__thumb {
    width: 130px;
}

.post__thumb--width-150 .post__thumb {
    width: 150px;
}

.post__thumb--width-170 .post__thumb {
    width: 170px;
}

.post__thumb--width-180 .post__thumb {
    width: 180px;
}

.post__thumb--width-190 .post__thumb {
    width: 190px;
}

.post__thumb--width-200 .post__thumb {
    width: 200px;
}

.post__thumb--width-210 .post__thumb {
    width: 210px;
}

.post__thumb--width-220 .post__thumb {
    width: 220px;
}

.post__thumb--width-250 .post__thumb {
    width: 250px;
}

.post__thumb--width-255 .post__thumb {
    width: 255px;
}

.post__thumb--width-270 .post__thumb {
    width: 270px;
}

.post__thumb--width-280 .post__thumb {
    width: 280px;
}

.post__thumb--width-300 .post__thumb {
    width: 300px;
}

.post__thumb--width-370 .post__thumb {
    width: 370px;
}

.post__thumb--width-390 .post__thumb {
    width: 390px;
}

.post__thumb--width-400 .post__thumb {
    width: 400px;
}

.post__thumb--width-430 .post__thumb {
    width: 430px;
}

.post__thumb--width-450 .post__thumb {
    width: 450px;
}

.post__thumb--width-470 .post__thumb {
    width: 470px;
}

.post__thumb--width-480 .post__thumb {
    width: 480px;
}

.post__thumb--width-500 .post__thumb {
    width: 500px;
}

.post__thumb--width-630 .post__thumb {
    width: 630px;
}

.post__thumb--width-770 .post__thumb {
    width: 770px;
}

/*-----post-thumb - height-------*/

.post__thumb-70 .post__thumb {
    height: 70px;
}

.post__thumb-100 .post__thumb {
    height: 100px;
}

.post__thumb-130 .post__thumb {
    height: 130px;
}

.post__thumb-150 .post__thumb {
    height: 150px;
}

.post__thumb-170 .post__thumb {
    height: 170px;
}

.post__thumb-180 .post__thumb {
    height: 180px;
}

.post__thumb-190 .post__thumb {
    height: 190px;
}

.post__thumb-200 .post__thumb {
    height: 200px;
}

.post__thumb-210 .post__thumb {
    height: 210px;
}

.post__thumb-220 .post__thumb {
    height: 220px;
}

.post__thumb-230 .post__thumb {
    height: 230px;
}

.post__thumb-240 .post__thumb {
    height: 240px;
}

.post__thumb-250 .post__thumb {
    height: 250px;
}

.post__thumb-260 .post__thumb {
    height: 260px;
}

.post__thumb-270 .post__thumb {
    height: 270px;
}

.post__thumb-280 .post__thumb {
    height: 280px;
}

.post__thumb-295 .post__thumb {
    height: 295px;
}

.post__thumb-300 .post__thumb {
    height: 300px;
}

.post__thumb-320 .post__thumb {
    height: 320px;
}

.post__thumb-330 .post__thumb {
    height: 330px;
}

.post__thumb-340 .post__thumb {
    height: 340px;
}

.post__thumb-350 .post__thumb {
    height: 350px;
}

.post__thumb-370 .post__thumb {
    height: 370px;
}

.post__thumb-380 .post__thumb {
    height: 380px;
}

.post__thumb-390 .post__thumb {
    height: 390px;
}

.post__thumb-400 .post__thumb {
    height: 400px;
}

.post__thumb-410 .post__thumb {
    height: 410px;
}

.post__thumb-420 .post__thumb {
    height: 420px;
}

.post__thumb-430 .post__thumb {
    height: 430px;
}

.post__thumb-450 .post__thumb {
    height: 450px;
}

.post__thumb-460 .post__thumb {
    height: 460px;
}

.post__thumb-465 .post__thumb {
    height: 465px;
}

.post__thumb-480 .post__thumb {
    height: 480px;
}

.post__thumb-485 .post__thumb {
    height: 485px;
}

.post__thumb-490 .post__thumb {
    height: 490px;
}

.post__thumb-500 .post__thumb {
    height: 500px;
}

.post__thumb-520 .post__thumb {
    height: 520px;
}

.post__thumb-550 .post__thumb {
    height: 550px;
}

.post__thumb-570 .post__thumb {
    height: 570px;
}

.post__thumb-580 .post__thumb {
    height: 580px;
}

.post__thumb-600 .post__thumb {
    height: 600px;
}

.post__thumb-620 .post__thumb {
    height: 620px;
}

.post__thumb-640 .post__thumb {
    height: 640px;
}

.post__thumb-650 .post__thumb {
    height: 650px;
}

.post__thumb-660 .post__thumb {
    height: 660px;
}

.post__thumb-670 .post__thumb {
    height: 670px;
}

.post__thumb-700 .post__thumb {
    height: 700px;
}

.post__thumb-160 .post__thumb {
    height: 160px;
}

.post--overlay-height-190 .post--overlay .post__text {
    min-height: 190px;
}

.post--overlay-height-200.post--overlay .post__text {
    min-height: 200px;
}

.post--overlay-height-220.post--overlay .post__text {
    min-height: 220px;
}

.post--overlay-height-270.post--overlay .post__text {
    min-height: 270px;
}

.post--overlay-height-280.post--overlay .post__text {
    min-height: 280px;
}

.post--overlay-height-300.post--overlay .post__text {
    min-height: 300px;
}

.post--overlay-height-320.post--overlay .post__text {
    min-height: 320px;
}

.post--overlay-height-340.post--overlay .post__text {
    min-height: 340px;
}

.post--overlay-height-370.post--overlay .post__text {
    min-height: 370px;
}

.post--overlay-height-380.post--overlay .post__text {
    min-height: 380px;
}

.post--overlay-height-410.post--overlay .post__text {
    min-height: 410px;
}

.post--overlay-height-450.post--overlay .post__text {
    min-height: 450px;
}

.post--overlay-height-460.post--overlay .post__text {
    min-height: 460px;
}

.post--overlay-height-480.post--overlay .post__text {
    min-height: 480px;
}

.post--overlay-height-560.post--overlay .post__text {
    min-height: 560px;
}

.post--overlay-height-580.post--overlay .post__text {
    min-height: 580px;
}

.post--overlay-height-500.post--overlay .post__text {
    min-height: 500px;
}

.post--overlay-height-510.post--overlay .post__text {
    min-height: 510px;
}

.post--overlay-height-520.post--overlay .post__text {
    min-height: 520px;
}

.post--overlay-height-560.post--overlay .post__text {
    min-height: 560px;
}

.post--overlay-height-570.post--overlay .post__text {
    min-height: 570px;
}

.post--overlay-height-600.post--overlay .post__text {
    min-height: 600px;
}

.post--overlay-height-625.post--overlay .post__text {
    min-height: 625px;
}

.post--overlay-height-640.post--overlay .post__text {
    min-height: 640px;
}

.post--overlay-height-680.post--overlay .post__text {
    min-height: 680px;
}

.post--overlay-height-730.post--overlay .post__text {
    min-height: 730px;
}

/* =============================================================================
   Margin
============================================================================= */

.m-t-auto {
    margin-top: auto;
}

.m-r-auto {
    margin-right: auto;
}

.m-b-auto {
    margin-bottom: auto;
}

.m-l-auto {
    margin-left: auto;
}

.m-b-0 {
    margin-bottom: 0;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-12 {
    margin-bottom: 12px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-35 {
    margin-bottom: 35px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-b-45 {
    margin-bottom: 45px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-t-0 {
    margin-top: 0;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-35 {
    margin-top: 35px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-45 {
    margin-top: 45px;
}

.m-t-50 {
    margin-top: 50px;
}

@media (max-width: 1199px) {
    .post__title.m-b-30 {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .post__title.m-b-20,
    .post__title.m-b-25,
    .post__title.m-b-30 {
        margin-bottom: 15px;
    }
}

@media (min-width: 769px) {
    .atbs-block.atbs-custom-margin-top-minus-100 {
        margin-top: -7.142857142857143rem;
    }
    .atbs-block.atbs-custom-margin-top-minus-95 {
        margin-top: -6.785714285714286rem;
    }
    .atbs-block.atbs-custom-margin-top-minus-90 {
        margin-top: -6.428571428571429rem;
    }
    .atbs-block.atbs-custom-margin-top-minus-85 {
        margin-top: -6.071428571428571rem;
    }
    .atbs-block.atbs-custom-margin-top-minus-80 {
        margin-top: -5.714285714285714rem;
    }
    .atbs-block.atbs-custom-margin-top-minus-75 {
        margin-top: -5.357142857142857rem;
    }
    .atbs-block.atbs-custom-margin-top-minus-70 {
        margin-top: -5rem;
    }
    .atbs-block.atbs-custom-margin-top-minus-65 {
        margin-top: -4.642857142857143rem;
    }
    .atbs-block.atbs-custom-margin-top-minus-60 {
        margin-top: -4.285714285714286rem;
    }
    .atbs-block.atbs-custom-margin-top-minus-55 {
        margin-top: -3.9285714285714284rem;
    }
    .atbs-block.atbs-custom-margin-top-minus-50 {
        margin-top: -3.5714285714285716rem;
    }
    .atbs-block.atbs-custom-margin-top-minus-45 {
        margin-top: -3.2142857142857144rem;
    }
    .atbs-block.atbs-custom-margin-top-minus-40 {
        margin-top: -2.857142857142857rem;
    }
    .atbs-block.atbs-custom-margin-top-minus-35 {
        margin-top: -2.5rem;
    }
    .atbs-block.atbs-custom-margin-top-minus-30 {
        margin-top: -2.142857142857143rem;
    }
    .atbs-block.atbs-custom-margin-top-minus-25 {
        margin-top: -1.7857142857142858rem;
    }
    .atbs-block.atbs-custom-margin-top-minus-20 {
        margin-top: -1.4285714285714286rem;
    }
    .atbs-block.atbs-custom-margin-top-minus-15 {
        margin-top: -1.0714285714285714rem;
    }
    .atbs-block.atbs-custom-margin-top-minus-10 {
        margin-top: -0.7142857142857143rem;
    }
    .atbs-block.atbs-custom-margin-top-minus-5 {
        margin-top: -0.35714285714285715rem;
    }
    .atbs-block.atbs-custom-margin-top-minus-0 {
        margin-top: 0;
    }
}

/** Spacing heading **/

@media (min-width: 576px) {
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-100 {
        margin-bottom: 7.142857142857143rem;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-95 {
        margin-bottom: 6.785714285714286rem;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-90 {
        margin-bottom: 6.428571428571429rem;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-85 {
        margin-bottom: 6.071428571428571rem;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-80 {
        margin-bottom: 5.714285714285714rem;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-75 {
        margin-bottom: 5.357142857142857rem;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-70 {
        margin-bottom: 5rem;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-65 {
        margin-bottom: 4.642857142857143rem;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-60 {
        margin-bottom: 4.285714285714286rem;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-55 {
        margin-bottom: 3.9285714285714284rem;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-50 {
        margin-bottom: 3.5714285714285716rem;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-45 {
        margin-bottom: 3.2142857142857144rem;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-40 {
        margin-bottom: 2.857142857142857rem;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-35 {
        margin-bottom: 2.5rem;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-30 {
        margin-bottom: 2.142857142857143rem;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-25 {
        margin-bottom: 1.7857142857142858rem;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-20 {
        margin-bottom: 1.4285714285714286rem;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-15 {
        margin-bottom: 1.0714285714285714rem;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-10 {
        margin-bottom: 0.7142857142857143rem;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-5 {
        margin-bottom: 0.35714285714285715rem;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-0 {
        margin-bottom: 0px;
    }
}

/* =============================================================================
   Single
============================================================================= */

/*---- Comments section ----*/

.comments-title {
    margin: 0 0 0 0;
    padding-top: 20px;
    border-top: 2px solid rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.8);
    /*font-size: 1.1rem;
    line-height: 1.2;*/
    /*letter-spacing: 0.08em;
    font-weight: 700;
    text-transform: uppercase;*/
}

@media (min-width: 768px) {
    .comments-title {
        /* font-size: 1.3rem;*/
    }
}

.comments-title:before {
    content: "\e0ca";
    margin-right: 0.4em;
    font-family: "mdicon";
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
    font-size: 1.2em;
    vertical-align: middle;
}

.comments-title__text {
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.comments-title .add-comment {
    padding-left: 0.6em;
    color: rgba(0, 0, 0, 0.8);
    font-size: 90%;
    text-transform: uppercase;
}

.comment-list {
    margin-bottom: 30px;
    list-style: none;
}

.comment-list > li:not(:first-child) {
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.comment-list ol.children {
    position: relative;
    padding: 0 0 0 60px;
    list-style: none;
}

@media (min-width: 768px) {
    .comment-list ol.children {
        padding-left: 65px;
    }
}

.comment-list ol.children ol.children {
    padding-left: 0;
}

@media (min-width: 768px) {
    .comment-list ol.children ol.children {
        padding-left: 50px;
    }
}

.comment-list ol.children > li {
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.comment-body {
    margin-left: 65px;
    margin-bottom: 20px;
}

.pingback .comment-body {
    margin-left: 0;
}

.comment-meta {
    margin-bottom: 5px;
}

.comment-meta > *:not(:last-child) {
    margin-right: 4px;
}

.comment-author {
    position: relative;
    font-size: 1.1429rem;
    font-weight: 700;
}

@media (min-width: 768px) {
    .comment-author {
        display: inline-block;
    }
}

.comment-author > img {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 0;
    left: -65px;
    border-radius: 4px;
}

.bypostauthor > .comment-body .comment-author > img {
    border: 2px solid var(--color-primary);
}

.comment-author a {
    color: inherit;
    text-decoration: none;
}

.comment-author a:hover,
.comment-author a:active,
.comment-author a:focus {
    color: inherit;
    text-decoration: none;
}

.comment-author .says {
    display: none;
}

.children .comment-author > img {
    height: 36px;
    width: 36px;
    left: -51px;
}

.children .comment-body {
    margin-left: 50px;
}

.comment-metadata {
    font-size: 12px;
    font-size: 0.85714rem;
    color: rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) {
    .comment-metadata {
        display: inline-block;
    }
    .comment-metadata:before {
        content: "\b7";
        margin-right: 4px;
        font-weight: 400;
    }
}

.comment-metadata > *:not(:last-child) {
    margin-right: 4px;
}

.comment-metadata a,
.comment-metadata a:hover,
.comment-metadata a:focus,
.comment-metadata a:active,
.comment-metadata a:visited {
    color: rgba(0, 0, 0, 0.4);
    text-decoration: none;
}

.comment-metadata .edit-link {
    text-transform: uppercase;
}

.comment-metadata .comment-edit-link {
    color: rgba(0, 0, 0, 0.8);
    font-weight: 700;
}

.comment-metadata .comment-edit-link:before {
    content: "\e254";
    margin-right: 0.2em;
    font-family: "mdicon";
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
    font-size: 1.1em;
}

.comment-content {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 1.6;
}

.comment-form > * {
    z-index: 1;
}

.comment-content > *:last-child {
    margin-bottom: 0;
}

.comment-content .info {
    padding: 15px;
    background: #dedede;
    font-style: italic;
}

.comment-content .info p:last-child {
    margin-bottom: 0;
}

.comment-reply-link {
    color: inherit;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.comment-reply-link:hover,
.comment-reply-link:active,
.comment-reply-link:focus {
    color: inherit;
    text-decoration: none;
}

.comment-reply-link:hover {
    color: rgba(0, 0, 0, 0.8);
}

.comment-reply-link:before {
    content: "\e15e";
    margin-right: 0.2em;
    font-family: "mdicon";
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
    font-size: 1.1em;
}

.comment-respond {
    margin: 20px 0;
}

@media (min-width: 768px) {
    .comment-respond {
        margin: 40px 0 40px;
    }
}

@media (min-width: 768px) {
    .comment-list .comment-respond {
        padding: 0 0 0 65px;
    }
}

@media (min-width: 768px) {
    .comment-list .children .comment-respond {
        padding-left: 51px;
    }
}

.comment-reply-title {
    margin-top: 0;
    margin-bottom: 1em;
    color: rgba(0, 0, 0, 0.8);
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .comment-reply-title {
        font-size: 1.142857142857143rem;
    }
}

.comment-reply-title small {
    font-size: 80%;
}

#cancel-comment-reply-link {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    margin-left: 0.4em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    line-height: 1.2;
}

#cancel-comment-reply-link:hover,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:focus {
    color: inherit;
    text-decoration: none;
}

.comment-form .logged-in-as a {
    color: inherit;
    text-decoration: underline;
}

.comment-form .logged-in-as a:hover,
.comment-form .logged-in-as a:active,
.comment-form .logged-in-as a:focus {
    color: inherit;
    text-decoration: underline;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="password"],
.comment-form input[type="search"],
.comment-form input[type="tel"],
.comment-form input[type="number"],
.comment-form textarea {
    display: block;
}

.comment-form-comment textarea {
    max-width: 790px;
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 1.6;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    max-width: 320px;
}

.comment-form-url {
    margin-right: 0;
}

.comment-form .form-submit {
    clear: both;
    padding-top: 10px;
}

.comment-form .form-submit input[type="submit"] {
}

.comment-form .form-submit input[type="submit"]:active,
.comment-form .form-submit input[type="submit"]:focus,
.comment-form .form-submit input[type="submit"]:hover {
}

/*themes*/

/*form comment*/

.comment-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

[class*="comment-form-"] label {
    display: none;
}

.comment-notes {
    padding: 0 15px;
    margin-bottom: 30px;
}

.comment-respond .comment-form .comment-notes {
    width: 100%;
    font-size: 15px;
    opacity: 0.8;
}

.comment-form-comment {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.comment-form-author,
.comment-form-email {
    width: 50%;
    max-width: 100%;
    padding: 0 15px;
}

.comment-form-cookies-consent {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding: 0 15px;
}

.comment-form-cookies-consent {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.comment-form-cookies-consent label {
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 400;
    font-size: 15px;
    opacity: 0.8;
}

.form-submit {
    width: 100%;
    padding: 0 15px;
}

.logged-in-as {
    width: 100%;
    padding: 0px 15px;
    margin-bottom: 30px;
    font-size: 15px;
    opacity: 0.8;
}

.comment-form-author,
.comment-form-email {
    margin-bottom: 35px;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-comment .textarea {
    padding: 20px;
}

.single .comment-respond .comment-form-url {
    display: none;
}

.single .comment-respond .apsl-login-networks {
    padding-left: 15px;
}

.comment-form-comment textarea,
.comment-form .form-control-custom,
.wpcf7-form textarea {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    border: 1px solid #ebebf7;
    border-radius: 4px;
    background: transparent;
    color: #282835;
    -webkit-transition: border-color 0.25s ease-in-out,
    -webkit-box-shadow 0.25s ease-in-out;
    transition: border-color 0.25s ease-in-out,
    -webkit-box-shadow 0.25s ease-in-out;
    -o-transition: border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
    transition: border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
    transition: border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
    transition: border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out,
    -webkit-box-shadow 0.25s ease-in-out;
    margin-bottom: 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-comment textarea:focus,
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    outline: 0;
    border-color: rgba(0, 0, 0, 0.1);
    background-color: white;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 21, 46, 0.1);
    box-shadow: 0px 10px 20px 0px rgba(0, 21, 46, 0.1);
}

.comment-form-comment .form-control-custom:focus,
.comment-form-author .form-control-custom:focus,
.comment-form-email .form-control-custom:focus {
    outline: 0;
    border-color: #ddd1fe;
    background-color: white;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 21, 46, 0.1);
    box-shadow: 0px 10px 20px 0px rgba(0, 21, 46, 0.1);
}

.comment-form .form-control-custom::-webkit-input-placeholder {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.4);
}

.comment-form .form-control-custom::-moz-placeholder {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.4);
}

.comment-form .form-control-custom:-ms-input-placeholder {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.4);
}

.comment-form .form-control-custom::-ms-input-placeholder {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.4);
}

.comment-form .form-control-custom::placeholder {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.4);
}

.form-submit {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.form-submit input {
    min-width: 120px;
    border-radius: 45px;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--color-primary);
    -webkit-box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
    box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
    border: 1px solid #5e2ced;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
    /*float: right;*/
}

.form-submit input:hover,
.comment-form .form-submit input[type="submit"]:active,
.comment-form .form-submit input[type="submit"]:focus,
.comment-form .form-submit input[type="submit"]:hover {
    border: 1px solid var(--color-primary);
    /*background-color: transparent;*/
    color: #222222;
    outline: none;
    color: #fff;
}

.wpcf7-form p {
    margin-bottom: 40px;
}

.wpcf7-form label {
    font-size: 15px;
    font-weight: 400;
}

.wpcf7-form input,
.wpcf7-form input,
.wpcf7-form label {
    width: 60%;
    margin-bottom: 0;
}

.wpcf7-form textarea,
.wpcf7-form label {
    width: 100%;
}

.wpcf7-form input,
.wpcf7-form textarea {
    padding: 12px 20px;
    margin-top: 15px;
    margin-bottom: 0;
}

.wpcf7-form .wpcf7-submit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 25px;
    color: #fff;
    margin-top: 40px;
}

.wpcf7-acceptance input {
    width: initial;
}

.wpcf7-acceptance label > input {
    margin-top: 0;
}

.wpcf7-form p:nth-last-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.wpcf7-form p:nth-last-child(2) > span {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    margin-left: 0;
}

.wpcf7-form p:nth-last-child(2) span.wpcf7-list-item {
    margin-left: 0;
}

.wpcf7-form p:nth-last-child(2) span.wpcf7-list-item-label {
    margin-left: 15px;
}

.atbs-block--fullwidth.has-background + .comments-section {
    border: 0;
}

.single .comments-title,
.page .comments-title {
    padding-top: 0;
    border-top: none;
    /*font-size: 24px;
    font-size: 1.7142rem;
    font-weight: bold;*/
    /*margin-bottom: 45px;*/
    /*line-height: 1.2;*/
    color: #131313;
}

.single .comment-reply-title,
.page .comment-reply-title {
    /*font-size: 24px;
    font-size: 1.7142rem;
    font-weight: bold;*/
    margin-bottom: 15px;
    /*line-height: 1.2;*/
}

/*.single .comments-title:before {
    display: none;
}*/

.single .block-heading_style-8 .comments-title:before,
.single .block-heading_style-7 .comments-title:before,
.single .block-heading_style-6 .comments-title:before {
    display: block;
}

.comment-form .form-submit input[type="submit"] {
    color: #fff;
    border-radius: 40px;
    padding: 12px 25px;
    border: 1px solid var(--color-primary);
    font-size: 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: var(--color-primary);
}

@media (max-width: 767px) {
    .comment-form .form-submit input[type="submit"] {
        color: #fff;
        border-radius: 20px;
        padding: 8px 15px;
        font-size: 14px;
    }
    .wpcf7-form input,
    .wpcf7-form input,
    .wpcf7-form label {
        width: 100%;
    }
    .wpcf7-acceptance input {
        width: initial;
    }
    .wpcf7-form p {
        margin-bottom: 30px;
    }
}

.comments-section label {
    margin-bottom: 15px;
}

/*end themes*/

/* =============================================================================
   Vendor
============================================================================= */

pre {
    overflow: auto;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important;
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

.hidden {
    display: none !important;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

.media-object.img-thumbnail {
    max-width: none;
}

.media-right,
.media > .pull-right {
    padding-left: 10px;
}

.media-left,
.media > .pull-left {
    padding-right: 15px;
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}


/* -----------------------------------------------------------------
## Carousel Heading Aside
----------------------------------------------------------------- */
.atbs-carousel-heading-aside .owl-nav {
    display: none; }

.atbs-carousel-heading-aside .carousel-heading {
    height: 100%;
    text-align: center;
    padding-bottom: 15px; }
@media (min-width: 768px) {
    .atbs-carousel-heading-aside .carousel-heading {
        text-align: left;
        padding-right: 15px; } }

.atbs-carousel-heading-aside .carousel-heading--has-bg {
    padding: 20px;
    background: #0a293b; }




@media (min-width: 769px) {
    .atbs-block.atbs-custom-margin-top-minus-100 {
        margin-top: -100px;
    }
    .atbs-block.atbs-custom-margin-bottom-minus-100:not(:last-child) {
        margin-bottom: -100px;
    }
    .atbs-block.atbs-custom-margin-top-minus-95 {
        margin-top: -95px;
    }
    .atbs-block.atbs-custom-margin-bottom-minus-95:not(:last-child) {
        margin-bottom: -95px;
    }
    .atbs-block.atbs-custom-margin-top-minus-90 {
        margin-top: -90px;
    }
    .atbs-block.atbs-custom-margin-bottom-minus-90:not(:last-child) {
        margin-bottom: -90px;
    }
    .atbs-block.atbs-custom-margin-top-minus-85 {
        margin-top: -85px;
    }
    .atbs-block.atbs-custom-margin-bottom-minus-85:not(:last-child) {
        margin-bottom: -85px;
    }
    .atbs-block.atbs-custom-margin-top-minus-80 {
        margin-top: -80px;
    }
    .atbs-block.atbs-custom-margin-bottom-minus-80:not(:last-child) {
        margin-bottom: -80px;
    }
    .atbs-block.atbs-custom-margin-top-minus-75 {
        margin-top: -75px;
    }
    .atbs-block.atbs-custom-margin-bottom-minus-75:not(:last-child) {
        margin-bottom: -75px;
    }
    .atbs-block.atbs-custom-margin-top-minus-70 {
        margin-top: -70px;
    }
    .atbs-block.atbs-custom-margin-bottom-minus-70:not(:last-child) {
        margin-bottom: -70px;
    }
    .atbs-block.atbs-custom-margin-top-minus-65 {
        margin-top: -65px;
    }
    .atbs-block.atbs-custom-margin-bottom-minus-65:not(:last-child) {
        margin-bottom: -65px;
    }
    .atbs-block.atbs-custom-margin-top-minus-60 {
        margin-top: -60px;
    }
    .atbs-block.atbs-custom-margin-bottom-minus-60:not(:last-child) {
        margin-bottom: -60px;
    }
    .atbs-block.atbs-custom-margin-top-minus-55 {
        margin-top: -55px;
    }
    .atbs-block.atbs-custom-margin-bottom-minus-55:not(:last-child) {
        margin-bottom: -55px;
    }
    .atbs-block.atbs-custom-margin-top-minus-50 {
        margin-top: -50px;
    }
    .atbs-block.atbs-custom-margin-bottom-minus-50:not(:last-child) {
        margin-bottom: -50px;
    }
    .atbs-block.atbs-custom-margin-top-minus-45 {
        margin-top: -45px;
    }
    .atbs-block.atbs-custom-margin-bottom-minus-45:not(:last-child) {
        margin-bottom: -45px;
    }
    .atbs-block.atbs-custom-margin-top-minus-40 {
        margin-top: -40px;
    }
    .atbs-block.atbs-custom-margin-bottom-minus-40:not(:last-child) {
        margin-bottom: -40px;
    }
    .atbs-block.atbs-custom-margin-top-minus-35 {
        margin-top: -35px;
    }
    .atbs-block.atbs-custom-margin-bottom-minus-35:not(:last-child) {
        margin-bottom: -35px;
    }
    .atbs-block.atbs-custom-margin-top-minus-30 {
        margin-top: -30px;
    }
    .atbs-block.atbs-custom-margin-bottom-minus-30:not(:last-child) {
        margin-bottom: -30px;
    }
    .atbs-block.atbs-custom-margin-top-minus-25 {
        margin-top: -25px;
    }
    .atbs-block.atbs-custom-margin-bottom-minus-25:not(:last-child) {
        margin-bottom: -25px;
    }
    .atbs-block.atbs-custom-margin-top-minus-20 {
        margin-top: -20px;
    }
    .atbs-block.atbs-custom-margin-bottom-minus-20:not(:last-child) {
        margin-bottom: -20px;
    }
    .atbs-block.atbs-custom-margin-top-minus-15 {
        margin-top: -15px;
    }
    .atbs-block.atbs-custom-margin-bottom-minus-15:not(:last-child) {
        margin-bottom: -15px;
    }
    .atbs-block.atbs-custom-margin-top-minus-10 {
        margin-top: -10px;
    }
    .atbs-block.atbs-custom-margin-bottom-minus-10:not(:last-child) {
        margin-bottom: -10px;
    }
    .atbs-block.atbs-custom-margin-top-minus-5 {
        margin-top: -5px;
    }
    .atbs-block.atbs-custom-margin-top-minus-0 {
        margin-top: 0;
    }
    .atbs-block.atbs-custom-margin-bottom-minus-5:not(:last-child) {
        margin-bottom: -5px;
    }
}

/** Spacing heading **/

@media (min-width: 576px) {
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-100 {
        margin-bottom: 100px;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-95 {
        margin-bottom: 95px;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-90 {
        margin-bottom: 90px;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-85 {
        margin-bottom: 85px;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-80 {
        margin-bottom: 80px;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-75 {
        margin-bottom: 75px;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-70 {
        margin-bottom: 70px;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-65 {
        margin-bottom: 65px;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-60 {
        margin-bottom: 60px;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-55 {
        margin-bottom: 55px;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-50 {
        margin-bottom: 50px;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-45 {
        margin-bottom: 45px;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-40 {
        margin-bottom: 40px;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-35 {
        margin-bottom: 35px;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-30 {
        margin-bottom: 30px;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-25 {
        margin-bottom: 25px;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-20 {
        margin-bottom: 20px;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-15 {
        margin-bottom: 15px;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-10 {
        margin-bottom: 10px;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-5 {
        margin-bottom: 5px;
    }
    .atbs-block.atbs-block-custom-margin
    .block-heading.atbs-custom-margin-bottom-0 {
        margin-bottom: 0px;
    }
}

/*elementor*/

.elementor img.post-author__avatar {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
}

.elementor img.owl-background-img {
    height: 100%;
}

.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__html,
.fotorama__img,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.fotorama--fullscreen,
.fotorama__img {
    max-width: 99999px !important;
    max-height: 99999px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.fotorama__wrap .fotorama__grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.fotorama__grabbing * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.fotorama__spinner {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
}

.fotorama__wrap--css3 .fotorama__arr,
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border,
.fotorama__wrap--css3 .fotorama__video-close,
.fotorama__wrap--css3 .fotorama__video-play {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fotorama__caption,
.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img,
.fotorama__wrap--css3 .fotorama__stage__frame {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus,
.fotorama__nav__frame {
    outline: 0;
}

.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after {
    content: "";
    border-radius: inherit;
    background-color: rgba(0, 175, 234, 0.5);
}

.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__shaft {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
    transition-property: -webkit-transform, width;
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    -o-transition-property: transform, width;
    transition-property: transform, width;
    transition-property: transform, width, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
    -o-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
    -webkit-transition-duration: 0ms;
    -o-transition-duration: 0ms;
    transition-duration: 0ms;
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__no-select,
.fotorama__video-close,
.fotorama__video-play,
.fotorama__wrap {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fotorama__select {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.fotorama__nav,
.fotorama__nav__frame {
    margin: auto;
    padding: 0;
}

.fotorama__caption__wrap,
.fotorama__nav__frame,
.fotorama__nav__shaft {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
}

.fotorama__nav__frame,
.fotorama__thumb-border {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.fotorama__caption__wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fotorama--hidden,
.fotorama__load {
    position: absolute;
    left: -99999px;
    top: -99999px;
    z-index: -1;
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__nav,
.fotorama__nav__frame,
.fotorama__nav__shaft,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video-close,
.fotorama__video-play {
    -webkit-tap-highlight-color: transparent;
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
    background: url("fotorama.png") no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx) {
    .fotorama__arr,
    .fotorama__fullscreen-icon,
    .fotorama__video-close,
    .fotorama__video-play {
        background: url("fotorama@2x.png") 0 0/96px 160px no-repeat;
    }
}

.fotorama__thumb {
    background-color: #7f7f7f;
    background-color: rgba(127, 127, 127, 0.2);
}

@media print {
    .fotorama__arr,
    .fotorama__fullscreen-icon,
    .fotorama__thumb-border,
    .fotorama__video-close,
    .fotorama__video-play {
        background: none !important;
    }
}

.fotorama {
    min-width: 1px;
    overflow: hidden;
}

.fotorama:not(.fotorama--unobtrusive) > *:not(:first-child) {
    display: none;
}

.fullscreen {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #000;
}

.fotorama--fullscreen {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    float: none !important;
    z-index: 2147483647 !important;
    background: #000;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
}

.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage {
    background: #000;
}

.fotorama__wrap {
    -webkit-text-size-adjust: 100%;
    position: relative;
    direction: ltr;
    z-index: 0;
}

.fotorama__wrap--rtl .fotorama__stage__frame {
    direction: rtl;
}

.fotorama__nav,
.fotorama__stage {
    overflow: hidden;
    position: relative;
    max-width: 100%;
}

.fotorama__wrap--pan-y {
    -ms-touch-action: pan-y;
}

.fotorama__wrap .fotorama__pointer {
    cursor: pointer;
}

.fotorama__wrap--slide .fotorama__stage__frame {
    opacity: 1 !important;
}

.fotorama__stage__frame {
    overflow: hidden;
}

.fotorama__stage__frame.fotorama__active {
    z-index: 8;
}

.fotorama__wrap--fade .fotorama__stage__frame {
    display: none;
}

.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear,
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
    display: block;
    left: 0;
    top: 0;
}

.fotorama__wrap--fade .fotorama__fade-front {
    z-index: 8;
}

.fotorama__wrap--fade .fotorama__fade-rear {
    z-index: 7;
}

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
    z-index: 9;
}

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
    display: none;
}

.fotorama__img {
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    border: none !important;
}

.fotorama__error .fotorama__img,
.fotorama__loaded .fotorama__img {
    -ms-filter: "alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,
.fotorama__img--full {
    display: none;
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
    display: block;
}

.fotorama__wrap--only-active .fotorama__nav,
.fotorama__wrap--only-active .fotorama__stage {
    max-width: 99999px !important;
}

.fotorama__wrap--only-active .fotorama__stage__frame {
    visibility: hidden;
}

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
    visibility: visible;
}

.fotorama__nav {
    font-size: 0;
    line-height: 0;
    text-align: center;
    display: none;
    white-space: nowrap;
    z-index: 5;
}

.fotorama__nav__shaft {
    position: relative;
    left: 0;
    top: 0;
    text-align: left;
}

.fotorama__nav__frame {
    position: relative;
    cursor: pointer;
}

.fotorama__nav--dots {
    display: block;
}

.fotorama__nav--dots .fotorama__nav__frame {
    width: 18px;
    height: 30px;
}

.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
    display: none;
}

.fotorama__nav--thumbs {
    display: block;
}

.fotorama__nav--thumbs .fotorama__nav__frame {
    padding-left: 0 !important;
}

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
    padding-right: 0 !important;
}

.fotorama__nav--thumbs .fotorama__nav__frame--dot {
    display: none;
}

.fotorama__dot {
    display: block;
    width: 4px;
    height: 4px;
    position: relative;
    top: 12px;
    left: 6px;
    border-radius: 6px;
    border: 1px solid #7f7f7f;
}

.fotorama__nav__frame:focus .fotorama__dot:after {
    padding: 1px;
    top: -1px;
    left: -1px;
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
    width: 0;
    height: 0;
    border-width: 3px;
}

.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
    padding: 3px;
    top: -3px;
    left: -3px;
}

.fotorama__thumb {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}

.fotorama__nav__frame:focus .fotorama__thumb {
    z-index: 2;
}

.fotorama__thumb-border {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    border-style: solid;
    border-color: #00afea;
    background-image: -webkit-gradient(
            linear,
            left top, right bottom,
            from(rgba(255, 255, 255, 0.25)),
            to(rgba(64, 64, 64, 0.1))
    );
    background-image: -o-linear-gradient(
            top left,
            rgba(255, 255, 255, 0.25),
            rgba(64, 64, 64, 0.1)
    );
    background-image: linear-gradient(
            to bottom right,
            rgba(255, 255, 255, 0.25),
            rgba(64, 64, 64, 0.1)
    );
}

.fotorama__caption {
    position: absolute;
    z-index: 12;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
}

.fotorama__caption a {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, 0.5);
}

.fotorama__caption a:hover {
    color: #333;
    border-color: rgba(51, 51, 51, 0.5);
}

.fotorama__wrap--rtl .fotorama__caption {
    left: auto;
    right: 0;
}

.fotorama__wrap--no-captions .fotorama__caption,
.fotorama__wrap--video .fotorama__caption {
    display: none;
}

.fotorama__caption__wrap {
    background-color: var(--color-white);
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px 10px;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fotorama__wrap--css3 .fotorama__spinner {
    -webkit-animation: spinner 24s infinite linear;
    animation: spinner 24s infinite linear;
}

.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.fotorama__select {
    cursor: auto;
}

.fotorama__video {
    top: 32px;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 10;
}

@-moz-document url-prefix() {
    .fotorama__active {
        box-shadow: 0 0 0 transparent;
    }
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
    position: absolute;
    z-index: 11;
    cursor: pointer;
}

.fotorama__arr {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px;
}

.fotorama__arr--prev {
    left: 2px;
    background-position: 0 0;
}

.fotorama__arr--next {
    right: 2px;
    background-position: -32px 0;
}

.fotorama__arr--disabled {
    pointer-events: none;
    cursor: default;
    *display: none;
    opacity: 0.1;
}

.fotorama__fullscreen-icon {
    width: 32px;
    height: 32px;
    top: 2px;
    right: 2px;
    background-position: 0 -32px;
    z-index: 20;
}

.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus {
    border-radius: 50%;
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
    background-position: -32px -32px;
}

.fotorama__video-play {
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    margin-left: -48px;
    margin-top: -48px;
    background-position: 0 -64px;
    opacity: 0;
}

.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
    display: none;
}

.fotorama__error .fotorama__video-play,
.fotorama__loaded .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
    opacity: 1;
    display: block;
}

.fotorama__nav__frame .fotorama__video-play {
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
    background-position: -64px -32px;
}

.fotorama__video-close {
    width: 32px;
    height: 32px;
    top: 0;
    right: 0;
    background-position: -64px 0;
    z-index: 20;
    opacity: 0;
}

.fotorama__wrap--css2 .fotorama__video-close {
    display: none;
}

.fotorama__wrap--css3 .fotorama__video-close {
    -webkit-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0);
}

.fotorama__wrap--video .fotorama__video-close {
    display: block;
    opacity: 1;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
.fotorama__fullscreen-icon {
    opacity: 0;
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
.fotorama__fullscreen-icon:focus {
    opacity: 1;
}

.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
    opacity: 0 !important;
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
.fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
.fotorama__fullscreen-icon {
    display: none;
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
.fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
.fotorama__fullscreen-icon:focus {
    display: block;
}

.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
    display: none !important;
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows
.fotorama__fullscreen-icon:not(:focus) {
    -webkit-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows
.fotorama__arr--prev:not(:focus) {
    -webkit-transform: translate3d(-48px, 0, 0);
    transform: translate3d(-48px, 0, 0);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows
.fotorama__arr--next:not(:focus) {
    -webkit-transform: translate3d(48px, 0, 0);
    transform: translate3d(48px, 0, 0);
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
    -webkit-transform: translate3d(32px, -32px, 0) !important;
    transform: translate3d(32px, -32px, 0) !important;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
    -webkit-transform: translate3d(-48px, 0, 0) !important;
    transform: translate3d(-48px, 0, 0) !important;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
    -webkit-transform: translate3d(48px, 0, 0) !important;
    transform: translate3d(48px, 0, 0) !important;
}

.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
    transition-property: -webkit-transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before {
    content: "";
    display: block;
    position: absolute;
    text-decoration: none;
    top: 0;
    bottom: 0;
    width: 10px;
    height: auto;
    z-index: 10;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 1px 100%, 5px 100%;
}

.fotorama__nav:before,
.fotorama__stage:before {
    background-image: -webkit-gradient(
            linear,
            left top, left bottom,
            from(transparent),
            color-stop(25%, rgba(0, 0, 0, 0.2)),
            color-stop(75%, rgba(0, 0, 0, 0.3)),
            to(transparent)
    ),
    radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
    background-image: -o-linear-gradient(
            transparent,
            rgba(0, 0, 0, 0.2) 25%,
            rgba(0, 0, 0, 0.3) 75%,
            transparent
    ),
    -o-radial-gradient(0 50%, farthest-side, rgba(0, 0, 0, 0.4), transparent);
    background-image: linear-gradient(
            transparent,
            rgba(0, 0, 0, 0.2) 25%,
            rgba(0, 0, 0, 0.3) 75%,
            transparent
    ),
    radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
    background-position: 0 0, 0 0;
    left: -10px;
}

.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--left:before {
    left: 0;
}

.fotorama__nav:after,
.fotorama__stage:after {
    background-image: -webkit-gradient(
            linear,
            left top, left bottom,
            from(transparent),
            color-stop(25%, rgba(0, 0, 0, 0.2)),
            color-stop(75%, rgba(0, 0, 0, 0.3)),
            to(transparent)
    ),
    radial-gradient(
            farthest-side at 100% 50%,
            rgba(0, 0, 0, 0.4),
            transparent
    );
    background-image: -o-linear-gradient(
            transparent,
            rgba(0, 0, 0, 0.2) 25%,
            rgba(0, 0, 0, 0.3) 75%,
            transparent
    ),
    -o-radial-gradient(
            100% 50%,
            farthest-side,
            rgba(0, 0, 0, 0.4),
            transparent
    );
    background-image: linear-gradient(
            transparent,
            rgba(0, 0, 0, 0.2) 25%,
            rgba(0, 0, 0, 0.3) 75%,
            transparent
    ),
    radial-gradient(
            farthest-side at 100% 50%,
            rgba(0, 0, 0, 0.4),
            transparent
    );
    background-position: 100% 0, 100% 0;
    right: -10px;
}

.fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--right:after {
    right: 0;
}

.fotorama--fullscreen .fotorama__nav:after,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__stage:before,
.fotorama__wrap--fade .fotorama__stage:after,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__stage:before {
    display: none;
}

/*
 * Fotorama
 *--------------------*/

.atbs-gallery-slider .fotorama__stage {
    background: #111;
}

.atbs-gallery-slider .fotorama__thumb-border {
    border-color: #fc3c2d;
    background: transparent;
}

.atbs-gallery-slider .fotorama__nav__frame:not(.fotorama__active) {
    opacity: 0.8;
}

.atbs-gallery-slider .fotorama__nav--thumbs {
    position: relative;
    background: #111;
}

.atbs-gallery-slider .fotorama__nav--dots {
    margin-top: 5px;
}

.atbs-gallery-slider .fotorama__nav--dots .fotorama__nav__frame {
    width: auto;
    height: auto;
    padding: 12px 8px;
}

.atbs-gallery-slider .fotorama__dot {
    height: 8px;
    width: 8px;
    top: auto;
    left: auto;
    border: none;
    border-radius: 2px;
}

.atbs-gallery-slider .fotorama__nav__frame.fotorama__active .fotorama__dot {
    height: 8px;
    width: 8px;
    background: rgba(0, 0, 0, 0.4);
}

.atbs-gallery-slider .fotorama__caption {
    text-align: center;
    background-color: transparent;
    background-image: -o-linear-gradient(
            bottom,
            black 0%,
            rgba(0, 0, 0, 0.917) 5.3%,
            rgba(0, 0, 0, 0.834) 10.6%,
            rgba(0, 0, 0, 0.753) 15.9%,
            rgba(0, 0, 0, 0.672) 21.3%,
            rgba(0, 0, 0, 0.591) 26.8%,
            rgba(0, 0, 0, 0.511) 32.5%,
            rgba(0, 0, 0, 0.433) 38.4%,
            rgba(0, 0, 0, 0.357) 44.5%,
            rgba(0, 0, 0, 0.283) 50.9%,
            rgba(0, 0, 0, 0.213) 57.7%,
            rgba(0, 0, 0, 0.147) 65%,
            rgba(0, 0, 0, 0.089) 72.9%,
            rgba(0, 0, 0, 0.042) 81.4%,
            rgba(0, 0, 0, 0.011) 90.6%,
            transparent 100%
    );
    background-image: -webkit-gradient(
            linear,
            left bottom, left top,
            from(black),
            color-stop(5.3%, rgba(0, 0, 0, 0.917)),
            color-stop(10.6%, rgba(0, 0, 0, 0.834)),
            color-stop(15.9%, rgba(0, 0, 0, 0.753)),
            color-stop(21.3%, rgba(0, 0, 0, 0.672)),
            color-stop(26.8%, rgba(0, 0, 0, 0.591)),
            color-stop(32.5%, rgba(0, 0, 0, 0.511)),
            color-stop(38.4%, rgba(0, 0, 0, 0.433)),
            color-stop(44.5%, rgba(0, 0, 0, 0.357)),
            color-stop(50.9%, rgba(0, 0, 0, 0.283)),
            color-stop(57.7%, rgba(0, 0, 0, 0.213)),
            color-stop(65%, rgba(0, 0, 0, 0.147)),
            color-stop(72.9%, rgba(0, 0, 0, 0.089)),
            color-stop(81.4%, rgba(0, 0, 0, 0.042)),
            color-stop(90.6%, rgba(0, 0, 0, 0.011)),
            to(transparent)
    );
    background-image: linear-gradient(
            0deg,
            black 0%,
            rgba(0, 0, 0, 0.917) 5.3%,
            rgba(0, 0, 0, 0.834) 10.6%,
            rgba(0, 0, 0, 0.753) 15.9%,
            rgba(0, 0, 0, 0.672) 21.3%,
            rgba(0, 0, 0, 0.591) 26.8%,
            rgba(0, 0, 0, 0.511) 32.5%,
            rgba(0, 0, 0, 0.433) 38.4%,
            rgba(0, 0, 0, 0.357) 44.5%,
            rgba(0, 0, 0, 0.283) 50.9%,
            rgba(0, 0, 0, 0.213) 57.7%,
            rgba(0, 0, 0, 0.147) 65%,
            rgba(0, 0, 0, 0.089) 72.9%,
            rgba(0, 0, 0, 0.042) 81.4%,
            rgba(0, 0, 0, 0.011) 90.6%,
            transparent 100%
    );
}

.atbs-gallery-slider .fotorama__caption__wrap {
    padding: 1em;
    background: transparent;
    color: var(--color-white);
    font-size: 1rem;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.atbs-gallery-slider .fotorama__caption__wrap a,
.atbs-gallery-slider .fotorama__caption__wrap a:hover,
.atbs-gallery-slider .fotorama__caption__wrap a:focus,
.atbs-gallery-slider .fotorama__caption__wrap a:active {
    color: var(--color-white);
    text-decoration: none;
    border: none;
}

/* --------------- scroll-count-percent */

.scroll-count-percent-with-bookmark {
    cursor: pointer;
}

.scroll-count-percent {
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 9999;
    top: calc(101% + 50px);
    right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.atbs-go-top-article,
.atbs-go-bottom-article {
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 9999;
    top: calc(101% + 10px);
    right: 50px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}

.single .atbs-go-top-article,
.single .atbs-go-bottom-article {
    opacity: 1;
    visibility: visible;
}

.atbs-go-bottom-article {
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 9999;
    top: calc(101% + 130px);
    right: 50px;
}

.admin-bar .scroll-count-percent {
    top: calc(101% + 82px);
}

.js-sticky-header.is-fixed .scroll-count-percent {
    top: calc(101% + 50px);
}

.js-sticky-header.is-fixed.is-shown .scroll-count-percent {
    top: calc(101% + 50px);
}

.sticky-header.is-fixed .scroll-count-percent.active,
.scroll-count-percent.active {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    -webkit-transition: all 0.15s ease-out 0s;
    -o-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
}

.scroll-count-percent .progress-scroll {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.scroll-count-percent .progress__meter,
.scroll-count-percent .progress__value {
    fill: none;
}

.scroll-count-percent .progress__meter {
    stroke: #e6e6e6;
    fill: var(--bg-site);
}

.scroll-count-percent .progress__value {
    stroke: var(--color-primary);
    opacity: 0.8;
    stroke-linecap: round;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

.scroll-count-percent .percent {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.scroll-count-percent .percent-number {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.scroll-count-percent .percent-number span {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    margin-right: 1px;
}

@media (max-width: 1430px) {
    .scroll-count-percent {
        right: 20px;
    }
}

@media (max-width: 1366px) {
    .scroll-count-percent {
        right: 15px;
        height: 60px;
        width: 60px;
    }
    .scroll-count-percent .percent-number span {
        font-size: 13px;
    }
}

@media (max-width: 1199px) {
    .scroll-count-percent {
        display: none;
    }
}

@media (max-width: 1199px) {
    .scroll-count-percent {
        right: 20px;
        height: 60px;
        width: 60px;
    }
    .scroll-count-percent .percent-number span {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .scroll-count-percent {
        opacity: 1;
        right: 25px;
        display: none;
    }
}

/*scroll mobile*/

.scroll-count-percent-mobile.scroll-count-percent {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    display: none;
}

.scroll-count-percent-mobile.scroll-count-percent .progress-scroll {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    height: 100%;
}

.scroll-count-percent-mobile.scroll-count-percent .percent-number {
    background-color: var(--color-primary);
    height: 100%;
    width: 100px;
    position: initial;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    display: block;
    left: unset;
    top: unset;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

@media (max-width: 991px) {
    .scroll-count-percent-mobile.scroll-count-percent.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        visibility: visible;
    }
}

/*svg bookmark single*/

.scroll-count-percent .btn-bookmark-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.scroll-count-percent .btn-bookmark-icon svg {
    width: 25px;
    height: 25px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    cursor: pointer;
}

.scroll-count-percent .btn-bookmark-icon .bookmark-status-not-save {
    opacity: 1;
    visibility: visible;
}

.scroll-count-percent .btn-bookmark-icon .bookmark-status-saved {
    visibility: hidden;
    opacity: 0;
}

.scroll-count-percent .btn-bookmark-icon .bookmark-status-saved path {
    fill: var(--color-primary);
}

.scroll-count-percent .btn-bookmark-icon .bookmark-status-not-save path {
    fill: #999;
}

.scroll-count-percent .btn-bookmark-icon svg path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.scroll-count-percent .btn-bookmark-icon.is-saved .bookmark-status-saved {
    opacity: 1;
    visibility: visible;
}

.scroll-count-percent .btn-bookmark-icon.is-saved .bookmark-status-not-save {
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 1366px) {
    .scroll-count-percent .btn-bookmark-icon svg {
        width: 25px;
        height: 25px;
    }
}

/*single */
.infinity-single-trigger:not(.atbs-disable-infinityscrolling) + .infinity-single-button {
    display: none;
}
.infinity-single-trigger.atbs-disable-infinityscrolling {
    display: none;
}
.infinity-single-trigger.atbs-disable-infinityscrolling + .infinity-single-button {
    margin-top: 80px;
}
.infinity-single-button {
    text-align: center;
    margin-top: -52px;
    padding: 15px 45px;
    background-color: var(--color-primary);
    color: #fff;
    text-transform: uppercase;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
    letter-spacing: 0.05em;
    cursor: pointer;
}

.infinity-single-trigger {
    height: 0;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    position: relative;
    height: 140px;
}

.infinity-single-trigger:before {
    content: "\e97b";
    font-family: "mdicon" !important;
    font-size: 38px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 50%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg) translate(-50%);
        -webkit-transform-origin: left;
        transform-origin: left;
    }
    100% {
        -webkit-transform: rotate(360deg) translate(-50%);
        -webkit-transform-origin: left;
        transform-origin: left;
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg) translate(-50%);
        transform: rotate(0deg) translate(-50%);
        -webkit-transform-origin: left;
        transform-origin: left;
    }
    100% {
        -webkit-transform: rotate(360deg) translate(-50%);
        transform: rotate(360deg) translate(-50%);
        -webkit-transform-origin: left;
        transform-origin: left;
    }
}

/* -----------------------------------------------------------------
## Offcanvas Menu
----------------------------------------------------------------- */

body.is-atbs-offcanvas-opened {
    overflow: hidden;
}

.atbs-offcanvas {
    max-width: 100%;
    width: 320px;
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    margin: 0;
    overflow: hidden;
    background: var(--color-white);
    z-index: 1039;
}

.atbs-offcanvas {
    /* bootstrap modal */
    -webkit-transform: translate(-101%, 0);
    -ms-transform: translate(-101%, 0);
    transform: translate(-101%, 0);
    -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
    -o-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
    transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
    visibility: hidden;
}

@media (min-width: 768px) {
    .atbs-offcanvas {
        width: 360px;
    }
}

.atbs-offcanvas.is-active {
    -webkit-box-shadow: 0 1px 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px 10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
}

.atbs-offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1030;
    /* bootstrap backdrop */
}

.atbs-offcanvas-close {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: auto;
    left: auto;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 100%;
    background: transparent;
    color: rgba(0, 0, 0, 0.4) !important;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    text-decoration: none !important;
    overflow: hidden;
}

.atbs-offcanvas__title {
    position: relative;
    padding: 20px 50px 20px 20px;
    font-size: 14px;
}

.atbs-offcanvas__title .social-list {
    margin-top: 10px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.4);
}

.atbs-offcanvas__section {
    padding: 20px;
}

.atbs-offcanvas__section:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.atbs-offcanvas__section-search + .atbs-offcanvas__section-navigation {
    padding-top: 0;
    border-top: none;
}

.atbs-offcanvas__section .subscribe-form {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navigation--offcanvas {
    margin: 0 -20px;
}

.navigation--offcanvas li {
    color: rgba(0, 0, 0, 0.6);
    list-style: none;
}

.navigation--offcanvas li > a {
    color: inherit;
    text-decoration: none;
    display: block;
    position: relative;
    padding: 4px 7px;
    background: transparent;
    color: rgba(0, 0, 0, 0.6);
}

.navigation--offcanvas li > a:hover,
.navigation--offcanvas li > a:active,
.navigation--offcanvas li > a:focus {
    color: inherit;
    text-decoration: none;
}

.navigation--offcanvas li > a:hover {
    background: rgba(0, 0, 0, 0.02);
}

.navigation--offcanvas li > a:after {
    content: "";
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    border-right: 3px solid var(--color-primary);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
    -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
}

.navigation--offcanvas li.current-menu-item > a:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.navigation--offcanvas li.menu-item-has-children > a {
    padding-right: 56px;
}

.navigation--offcanvas > li > a {
    padding: 8px 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.navigation--offcanvas .sub-menu {
    display: none;
    padding: 10px 0;
    background: var(--bg-offcanvas-submenu);
    /*box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05) inset;*/
    margin-bottom: 0;
}

.navigation--offcanvas > li > .sub-menu > li > a {
    padding-left: 30px;
}

.navigation--offcanvas > li > .sub-menu > li > .sub-menu > li > a {
    padding-left: 40px;
}

.navigation--offcanvas .submenu-toggle {
    display: block;
    width: 36px;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    left: auto;
    text-align: center;
}

.navigation--offcanvas .submenu-toggle i {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    margin: 0;
    font-size: 20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#atbs-offcanvas-mobile .atbs-offcanvas__section-group {
    max-height: 100vh;
}

#atbs-offcanvas-mobile .navigation--offcanvas > li > a {
    padding: 12px 30px;
    color: var(--color-text);
    font-weight: 700;
    font-size: 1rem;
}

.navigation--offcanvas li > a {
    padding: 8px 11px;
}

#atbs-offcanvas-mobile .site-logo {
    display: block;
    max-width: 140px;
}

#atbs-offcanvas-mobile .site-logo a,
#atbs-offcanvas-mobile .site-logo .logo-wrapper,
#atbs-offcanvas-mobile .site-logo img {
    display: block;
}

#atbs-offcanvas-mobile .site-logo .logo-dark-mode {
    display: none;
}

#atbs-offcanvas-mobile .atbs-offcanvas__title {
    padding: 30px 50px 30px 20px;
}

#atbs-offcanvas-mobile .atbs-offcanvas-close {
    right: 15px;
    top: 30px;
}

@media (min-width: 992px) {
    #atbs-offcanvas-mobile {
        display: none;
    }
}

@media (max-width: 991px) {
    #atbs-offcanvas-primary {
        display: none;
    }
}

/* theme form login*/

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

/*.modal-body .login-with-social {
    display: none;
}
.modal-body #login-tab .block-divider {
    display: none;
}*/

.js-login-form-tabs {
    margin-bottom: 0;
}

.block-divider {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    margin: 1.2em 0;
}

.block-divider:before,
.block-divider:after {
    content: "";
    -webkit-box-flex: 1;
    box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px solid var(--color-border, rgba(0, 0, 0, 0.05));
}

.block-divider:before,
.block-divider:after {
    content: "";
    -webkit-box-flex: 1;
    box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px solid var(--color-border, rgba(0, 0, 0, 0.05));
}

.block-divider > span {
    margin: 0 0.6em;
}

.login-signup-form .lwa-submit-button input {
    background-color: var(--color-primary);
}

.login-with-social {
    margin-top: 10px;
}

.login-lost-password {
    margin-top: 15px;
}

.hidden-form {
    display: none;
}

.user-review-hidden {
    display: none;
}

.active-status-bookmark .atbs-bookmark-tooltip {
    display: none;
}

.navigation-wrapper.navigation-bar__section.justify-content-center {
    padding-left: 30px;
    padding-right: 30px;
}

/* bookmark list*/

.btn-bookmark-list {
    padding: 0px 10px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.top-bar .btn-bookmark-list {
    height: 27px;
}

.top-bar .bookmark-list {
    top: calc(100% + 10px);
}

.menu-height-70 .btn-bookmark-list {
    height: 70px;
}

.header-1 .site-header .btn-bookmark-list {
    height: 145px;
}

.btn-bookmark-link {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bookmark-list {
    position: absolute;
    right: -5px;
    top: calc(100%);
    width: 350px;
    height: auto;
    background-color: #fff;
    border-radius: 5px;
    z-index: 9999999;
    overflow: hidden;
    padding: 30px 0 30px 0;
    visibility: hidden;
    opacity: 0;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -webkit-box-shadow: 0 15px 29px rgba(0, 0, 0, 0.05);
    box-shadow: 0 15px 29px rgba(0, 0, 0, 0.05);
}

.bookmark-list .posts-list {
    margin: -15px 0;
}

.bookmark-list .list-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.bookmark-list .list-item {
    padding: 15px 25px;
}

.btn-bookmark-list:hover .bookmark-list {
    overflow: initial;
    visibility: visible;
    opacity: 1;
}

.bookmark-list .post--horizontal .post__title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    white-space: normal;
}

.bookmark-list .bookmark-see-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    padding: 10px 25px;
    border-radius: 25px;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--color-primary);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    text-decoration: none;
}

.bookmark-list .bookmark-see-more span {
    margin-right: 7px;
}

.header-element-inverse .btn-bookmark-link svg path,
.navigation-bar--inverse .btn-bookmark-link svg path {
    stroke: #fff;
}

.navigation-bar--inverse .navigation--main > li.current-menu-item > a {
    color: #fff;
}

.header-element-inverse .btn-bookmark-link:hover svg path,
.navigation-bar--inverse .btn-bookmark-link:hover svg path {
    stroke: rgba(255, 255, 255, 0.7);
}

.btn-bookmark-link:hover svg path {
    stroke: rgba(0, 0, 0, 0.3);
}

.atbs-bookmark-btn-wrap {
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-14 .navigation-bar-btn-height-80 .atbs-bookmark-btn-wrap,
.header-14
.navigation-bar-btn-height-80
.atbs-bookmark-btn-wrap
.btn-bookmark-list {
    width: auto;
}

.header-main-height-80 .atbs-bookmark-btn-wrap,
.header-main-height-80 .btn-bookmark-list,
.menu-height-80 .atbs-bookmark-btn-wrap,
.navigation-bar-btn-height-80 .atbs-bookmark-btn-wrap,
.menu-height-80 .btn-bookmark-list,
.navigation-bar-btn-height-80 .btn-bookmark-list {
    height: 80px;
    width: 80px;
}

.header-11 .bookmark-list,
.header-8 .bookmark-list {
    left: 0;
    right: auto;
}

.mobile-header .btn-bookmark-list,
.header-1 .site-header .mobile-header .btn-bookmark-list {
    height: auto;
}

.mobile-header--inverse svg.icon-bookmark-default path {
    fill: transparent;
    stroke: #fff;
}

.header-3 .menu-height-80 .btn-bookmark-list,
.header-3 .navigation-bar-btn-height-80 .btn-bookmark-list {
    width: auto;
}

/* .bookmark list*/

.alignleft {
    float: left;
    margin: 0.8em 1.6em 1.6em 0;
}

.alignright {
    float: right;
    margin: 0.8em 0 1.6em 1.6em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0.8em auto;
}

.post--single [class*="wp-block-"] .alignleft,
.post--single [class*="wp-block-"].alignleft {
    margin-left: 0;
}

.post--single [class*="wp-block-"] .alignright,
.post--single [class*="wp-block-"].alignright {
    margin-right: 0;
}

.wp-block-button.alignleft {
    margin: 0.8em 1.6em 1.6em 0;
}

.wp-block-button.alignright {
    margin: 0.8em 0 1.6em 1.6em;
}

/* */

.widget.widget_search {
    position: relative;
}
.widget_search .search-form__input {
    padding: 10px 15px;
}
.widget_mc4wp_form_widget .form-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.widget_mc4wp_form_widget button[type="submit"] {
    height: 34px;
    padding: 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 5px;
}

.post--no-thumb-card:hover .post__meta--border-top,
.post--no-thumb-card:hover .entry-meta--border-top {
    border-color: rgba(255, 255, 255, 0.2);
}

.post--no-thumb-card:hover .count-comment a {
    color: rgba(255, 255, 255, 1);
}

@media (min-width: 992px) {
    .post--no-thumb-card.custom-color-black:hover .count-comment a {
        color: #222;
    }
    .post--no-thumb-card.custom-color-black:hover .post__meta--border-top,
    .post--no-thumb-card.custom-color-black:hover .entry-meta--border-top {
        border-color: rgba(0, 0, 0, 0.15);
    }
}

.widget_loginwithajaxwidget input[type="submit"] {
    color: #222;
}

.widget_loginwithajaxwidget .lwa-submit-links {
    padding-top: 10px;
    padding-bottom: 10px;
}

.widget_loginwithajaxwidget .lwa-submit-button {
    padding-right: 10px;
    padding-top: 10px;
}

.widget_loginwithajaxwidget .lwa-username-input {
    padding-bottom: 10px;
}

.widget_loginwithajaxwidget .lwa-password-input {
    padding-top: 10px;
    padding-bottom: 10px;
}

.widget_loginwithajaxwidget .apsl-login-networks {
    padding-top: 15px;
}

/*Theme Check*/

.typography-copy,
.comment-content {
    font-size: 16px;
    font-size: 1.1429rem;
    line-height: 1.6;
}

.typography-copy .h6:not([class*="f-"]),
.typography-copy h6:not([class*="f-"]),
.comment-content .h6:not([class*="f-"]),
.comment-content h6:not([class*="f-"]) {
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    font-size: 1em;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .typography-copy .h6:not([class*="f-"]),
    .typography-copy h6:not([class*="f-"]),
    .comment-content .h6:not([class*="f-"]),
    .comment-content h6:not([class*="f-"]) {
        font-size: 1em;
        line-height: 1.5;
    }
}

@media (min-width: 992px) {
    .typography-copy .h6:not([class*="f-"]),
    .typography-copy h6:not([class*="f-"]),
    .comment-content .h6:not([class*="f-"]),
    .comment-content h6:not([class*="f-"]) {
        font-size: 1em;
        line-height: 1.5;
    }
}

.typography-copy .h5:not([class*="f-"]),
.typography-copy h5:not([class*="f-"]),
.comment-content .h5:not([class*="f-"]),
.comment-content h5:not([class*="f-"]) {
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    font-size: 1.125em;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .typography-copy .h5:not([class*="f-"]),
    .typography-copy h5:not([class*="f-"]),
    .comment-content .h5:not([class*="f-"]),
    .comment-content h5:not([class*="f-"]) {
        font-size: 1.2em;
        line-height: 1.4;
    }
}

@media (min-width: 992px) {
    .typography-copy .h5:not([class*="f-"]),
    .typography-copy h5:not([class*="f-"]),
    .comment-content .h5:not([class*="f-"]),
    .comment-content h5:not([class*="f-"]) {
        font-size: 1.25em;
        line-height: 1.4;
    }
}

.typography-copy .h4:not([class*="f-"]),
.typography-copy h4:not([class*="f-"]),
.comment-content .h4:not([class*="f-"]),
.comment-content h4:not([class*="f-"]) {
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    font-size: 1.266em;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .typography-copy .h4:not([class*="f-"]),
    .typography-copy h4:not([class*="f-"]),
    .comment-content .h4:not([class*="f-"]),
    .comment-content h4:not([class*="f-"]) {
        font-size: 1.44em;
        line-height: 1.4;
    }
}

@media (min-width: 992px) {
    .typography-copy .h4:not([class*="f-"]),
    .typography-copy h4:not([class*="f-"]),
    .comment-content .h4:not([class*="f-"]),
    .comment-content h4:not([class*="f-"]) {
        font-size: 1.563em;
        line-height: 1.3;
    }
}

.typography-copy .h3:not([class*="f-"]),
.typography-copy h3:not([class*="f-"]),
.comment-content .h3:not([class*="f-"]),
.comment-content h3:not([class*="f-"]) {
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    font-size: 1.424em;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .typography-copy .h3:not([class*="f-"]),
    .typography-copy h3:not([class*="f-"]),
    .comment-content .h3:not([class*="f-"]),
    .comment-content h3:not([class*="f-"]) {
        font-size: 1.728em;
        line-height: 1.3;
    }
}

@media (min-width: 992px) {
    .typography-copy .h3:not([class*="f-"]),
    .typography-copy h3:not([class*="f-"]),
    .comment-content .h3:not([class*="f-"]),
    .comment-content h3:not([class*="f-"]) {
        font-size: 1.953em;
        line-height: 1.3;
    }
}

.typography-copy .h2:not([class*="f-"]),
.typography-copy h2:not([class*="f-"]),
.comment-content .h2:not([class*="f-"]),
.comment-content h2:not([class*="f-"]) {
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    font-size: 1.602em;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .typography-copy .h2:not([class*="f-"]),
    .typography-copy h2:not([class*="f-"]),
    .comment-content .h2:not([class*="f-"]),
    .comment-content h2:not([class*="f-"]) {
        font-size: 2.074em;
        line-height: 1.3;
    }
}

@media (min-width: 992px) {
    .typography-copy .h2:not([class*="f-"]),
    .typography-copy h2:not([class*="f-"]),
    .comment-content .h2:not([class*="f-"]),
    .comment-content h2:not([class*="f-"]) {
        font-size: 2.441em;
        line-height: 1.2;
    }
}

.typography-copy .h1:not([class*="f-"]),
.typography-copy h1:not([class*="f-"]),
.comment-content .h1:not([class*="f-"]),
.comment-content h1:not([class*="f-"]) {
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    font-size: 1.802em;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .typography-copy .h1:not([class*="f-"]),
    .typography-copy h1:not([class*="f-"]),
    .comment-content .h1:not([class*="f-"]),
    .comment-content h1:not([class*="f-"]) {
        font-size: 2.488em;
        line-height: 1.2;
    }
}

@media (min-width: 992px) {
    .typography-copy .h1:not([class*="f-"]),
    .typography-copy h1:not([class*="f-"]),
    .comment-content .h1:not([class*="f-"]),
    .comment-content h1:not([class*="f-"]) {
        font-size: 3.052em;
        line-height: 1.2;
    }
}

.typography-copy .h0:not([class*="f-"]),
.typography-copy h0:not([class*="f-"]),
.comment-content .h0:not([class*="f-"]),
.comment-content h0:not([class*="f-"]) {
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    font-size: 2.027em;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .typography-copy .h0:not([class*="f-"]),
    .typography-copy h0:not([class*="f-"]),
    .comment-content .h0:not([class*="f-"]),
    .comment-content h0:not([class*="f-"]) {
        font-size: 2.986em;
        line-height: 1.2;
    }
}

@media (min-width: 992px) {
    .typography-copy .h0:not([class*="f-"]),
    .typography-copy h0:not([class*="f-"]),
    .comment-content .h0:not([class*="f-"]),
    .comment-content h0:not([class*="f-"]) {
        font-size: 3.815em;
        line-height: 1.1;
    }
}

.typography-copy .h-1:not([class*="f-"]),
.typography-copy h-1:not([class*="f-"]),
.comment-content .h-1:not([class*="f-"]),
.comment-content h-1:not([class*="f-"]) {
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    font-size: 2.281em;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .typography-copy .h-1:not([class*="f-"]),
    .typography-copy h-1:not([class*="f-"]),
    .comment-content .h-1:not([class*="f-"]),
    .comment-content h-1:not([class*="f-"]) {
        font-size: 3.583em;
        line-height: 1.2;
    }
}

@media (min-width: 992px) {
    .typography-copy .h-1:not([class*="f-"]),
    .typography-copy h-1:not([class*="f-"]),
    .comment-content .h-1:not([class*="f-"]),
    .comment-content h-1:not([class*="f-"]) {
        font-size: 4.768em;
        line-height: 1.1;
    }
}

.typography-copy .h-2:not([class*="f-"]),
.typography-copy h-2:not([class*="f-"]),
.comment-content .h-2:not([class*="f-"]),
.comment-content h-2:not([class*="f-"]) {
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    font-size: 2.566em;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .typography-copy .h-2:not([class*="f-"]),
    .typography-copy h-2:not([class*="f-"]),
    .comment-content .h-2:not([class*="f-"]),
    .comment-content h-2:not([class*="f-"]) {
        font-size: 4.3em;
        line-height: 1.1;
    }
}

@media (min-width: 992px) {
    .typography-copy .h-2:not([class*="f-"]),
    .typography-copy h-2:not([class*="f-"]),
    .comment-content .h-2:not([class*="f-"]),
    .comment-content h-2:not([class*="f-"]) {
        font-size: 5.96em;
        line-height: 1.1;
    }
}

.typography-copy .typescale-n1:not([class*="f-"]),
.comment-content .typescale-n1:not([class*="f-"]) {
    font-size: 0.889em;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .typography-copy .typescale-n1,
    .comment-content .typescale-n1 {
        font-size: 0.889em;
        line-height: 1.5;
    }
}

@media (min-width: 992px) {
    .typography-copy .typescale-n1,
    .comment-content .typescale-n1 {
        font-size: 0.889em;
        line-height: 1.5;
    }
}

.typography-copy .typescale-0,
.comment-content .typescale-0 {
    font-size: 1em;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .typography-copy .typescale-0,
    .comment-content .typescale-0 {
        font-size: 1em;
        line-height: 1.5;
    }
}

@media (min-width: 992px) {
    .typography-copy .typescale-0,
    .comment-content .typescale-0 {
        font-size: 1em;
        line-height: 1.5;
    }
}

.typography-copy .typescale-1,
.comment-content .typescale-1 {
    font-size: 1.125em;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .typography-copy .typescale-1,
    .comment-content .typescale-1 {
        font-size: 1.2em;
        line-height: 1.4;
    }
}

@media (min-width: 992px) {
    .typography-copy .typescale-1,
    .comment-content .typescale-1 {
        font-size: 1.25em;
        line-height: 1.4;
    }
}

.typography-copy .typescale-2,
.comment-content .typescale-2 {
    font-size: 1.266em;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .typography-copy .typescale-2,
    .comment-content .typescale-2 {
        font-size: 1.44em;
        line-height: 1.4;
    }
}

@media (min-width: 992px) {
    .typography-copy .typescale-2,
    .comment-content .typescale-2 {
        font-size: 1.563em;
        line-height: 1.3;
    }
}

.typography-copy .typescale-3,
.comment-content .typescale-3 {
    font-size: 1.424em;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .typography-copy .typescale-3,
    .comment-content .typescale-3 {
        font-size: 1.728em;
        line-height: 1.3;
    }
}

@media (min-width: 992px) {
    .typography-copy .typescale-3,
    .comment-content .typescale-3 {
        font-size: 1.953em;
        line-height: 1.3;
    }
}

.typography-copy .typescale-4,
.comment-content .typescale-4 {
    font-size: 1.602em;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .typography-copy .typescale-4,
    .comment-content .typescale-4 {
        font-size: 2.074em;
        line-height: 1.3;
    }
}

@media (min-width: 992px) {
    .typography-copy .typescale-4,
    .comment-content .typescale-4 {
        font-size: 2.441em;
        line-height: 1.2;
    }
}

.typography-copy .typescale-5,
.comment-content .typescale-5 {
    font-size: 1.802em;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .typography-copy .typescale-5,
    .comment-content .typescale-5 {
        font-size: 2.488em;
        line-height: 1.2;
    }
}

@media (min-width: 992px) {
    .typography-copy .typescale-5,
    .comment-content .typescale-5 {
        font-size: 3.052em;
        line-height: 1.2;
    }
}

.typography-copy .typescale-6,
.comment-content .typescale-6 {
    font-size: 2.027em;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .typography-copy .typescale-6,
    .comment-content .typescale-6 {
        font-size: 2.986em;
        line-height: 1.2;
    }
}

@media (min-width: 992px) {
    .typography-copy .typescale-6,
    .comment-content .typescale-6 {
        font-size: 3.815em;
        line-height: 1.1;
    }
}

.typography-copy .typescale-7,
.comment-content .typescale-7 {
    font-size: 2.281em;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .typography-copy .typescale-7,
    .comment-content .typescale-7 {
        font-size: 3.583em;
        line-height: 1.2;
    }
}

@media (min-width: 992px) {
    .typography-copy .typescale-7,
    .comment-content .typescale-7 {
        font-size: 4.768em;
        line-height: 1.1;
    }
}

.typography-copy .typescale-8,
.comment-content .typescale-8 {
    font-size: 2.566em;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .typography-copy .typescale-8,
    .comment-content .typescale-8 {
        font-size: 4.3em;
        line-height: 1.1;
    }
}

@media (min-width: 992px) {
    .typography-copy .typescale-8,
    .comment-content .typescale-8 {
        font-size: 5.96em;
        line-height: 1.1;
    }
}

.typography-copy h4,
.typography-copy .h4,
.comment-content h4,
.comment-content .h4 {
    font-weight: 700;
}

.typography-copy h5,
.typography-copy .h5,
.comment-content h5,
.comment-content .h5 {
    /*color: rgba(0, 0, 0, 0.5);*/
    font-weight: 700;
    /*text-transform: uppercase;*/
}

.typography-copy h6,
.typography-copy .h6,
.comment-content h6,
.comment-content .h6 {
    font-weight: 700;
}

.typography-copy blockquote,
.comment-content blockquote {
    margin: 0 0 1.6rem 0;
    padding: 0 0 0 1rem;
    border-left: 5px solid #dedede;
    line-height: 1.75;
    color: rgba(0, 0, 0, 0.5);
}

.typography-copy blockquote:before,
.comment-content blockquote:before {
    content: "\201c";
    display: block;
    position: relative;
    top: 0.225em;
    margin-bottom: 0.2em;
    color: #dedede;
    font-weight: 700;
    font-size: 5rem;
    line-height: 0.3;
}

.typography-copy blockquote cite,
.comment-content blockquote cite {
    font-size: 1.0714rem;
}

.typography-copy blockquote p,
.comment-content blockquote p {
    margin-bottom: 1rem;
}

.typography-copy mark,
.comment-content mark {
    color: rgba(0, 0, 0, 0.8);
    background: #fbff64;
}

.typography-copy ol,
.typography-copy ul,
.comment-content ol,
.comment-content ul {
    margin-bottom: 1.6rem;
    padding-left: 1.8rem;
}

.typography-copy li > ol,
.typography-copy li > ul,
.comment-content li > ol,
.comment-content li > ul {
    margin-bottom: 0;
    margin-top: 1.0714285714285714rem;
}

.screen-reader-text {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
    clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
}

.typography-copy .social-list {
    margin-bottom: 0;
}

.typography-copy .author-box .author-social {
    margin-bottom: 0;
}

/** Fix Word Break **/

.menu-item,
.search-term,
.popular-title,
.widget__title-text,
.block-heading__title,
.block-heading__subtitle,
.page-heading__title,
.page-heading__subtitle,
.post__title,
.entry-title,
.post__cat,
.entry-cat,
.atbs-review__product-name,
.atbs-review__product-byline,
.atbs-review__summary,
.author-name,
.author-bio,
.category-tile__description,
.widget_meta li,
.widget_pages .page_item,
.widget_categories .cat-item,
.widget_recent_entries li,
.textwidget > *:not(table),
.widget_mc4wp_form_widget p,
.widget_mc4wp_form_widget label,
.widget_mc4wp_form_widget small,
.widget_mc4wp_form_widget h2,
.widget_mc4wp_form_widget h3,
.widget_mc4wp_form_widget h4,
.widget_mc4wp_form_widget h5,
.widget_mc4wp_form_widget h6,
.widget_nav_menu .menu-item,
.recentcomments .comment-author-link,
.recentcomments a,
.rsswidget,
.rssSummary,
.tagcloud a {
    /* word-wrap: The originally (unprefixed) proprietary extension  word-wrapfrom Microsoft has been renamed
    in the current draft of the CSS3 text specification overflow-wrap */
    word-wrap: break-word;
    overflow-wrap: break-word;
    -ms-word-break: break-word;
    word-break: break-word;
}

/*
 * Set focus style for keyboard only if supported
 * Sources:
 * https://developer.mozilla.org/en-US/docs/Web/CSS/@supports
 * https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible
 */
@supports selector(:focus-visible) or selector(:-moz-focusring) {
    a:focus,
    [role="button"]:focus,
    input[type="submit"]:focus,
    input[type="button"]:focus,
    input[type="reset"]:focus,
    button:focus {
        outline: none;
    }
    a:focus-visible,
    [role="button"]:focus-visible,
    input[type="submit"]:focus-visible,
    input[type="button"]:focus-visible,
    input[type="reset"]:focus-visible,
    button:focus-visible {
        outline: none;
        outline-offset: none;
    }
    a:-moz-focusring,
    [role="button"]:-moz-focusring,
    input[type="submit"]:-moz-focusring,
    input[type="button"]:-moz-focusring,
    input[type="reset"]:-moz-focusring,
    button:-moz-focusring {
        outline: none;
        outline-offset: none;
    }
}
/*---- WordPress core ----*/
/* Alignment */
.alignleft {
    float: left;
    margin: 0.8em 1.6em 1.6em 0; }

.alignright {
    float: right;
    margin: 0.8em 0 1.6em 1.6em; }

.aligncenter {
    clear: both;
    display: block;
    margin: 0.8em auto; }

/*  Caption */
.wp-caption {
    margin-bottom: 1.6em;
    text-align: inherit; }

.wp-caption .wp-caption-text,
.wp-caption-dd {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.4);
    font-size: 11px;
    font-size: 0.8em; }

.wp-caption.alignleft {
    margin: 0.8em 1.6em 1.6em 0;
    text-align: left; }

.wp-caption.alignright {
    margin: 0.8em 0 1.6em 1.6em;
    text-align: right; }

.wp-caption.aligncenter {
    margin: 1.7857142857142858rem auto;
    text-align: center; }

/* Galleries */
[class*="gallery-columns-"] {
    margin: 0 -1.79104477%; }

.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%; }

.gallery-columns-2 .gallery-item {
    max-width: 50%; }

.gallery-columns-3 .gallery-item {
    max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
    max-width: 25%; }

.gallery-columns-5 .gallery-item {
    max-width: 20%; }

.gallery-columns-6 .gallery-item {
    max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
    max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
    max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery .gallery-caption {
    color: rgba(0, 0, 0, 0.44);
    display: block;
    font-size: 13px;
    line-height: 1.5;
    padding: 7px 0; }

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none; }

.screen-reader-text {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
    clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px); }



/**
 * Owl Carousel v2.1.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel-under-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    display: none;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 0.1s ease;
    -webkit-transition: -webkit-transform 0.1s ease;
    -o-transition: transform 0.1s ease;
    transition: transform 0.1s ease;
    transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-carousel .owl-cursor {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid var(--color-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0, 0);
    -ms-transform: translate(-50%, -50%) scale(0, 0);
    transform: translate(-50%, -50%) scale(0, 0);
    opacity: 0;
    z-index: 2;
    /*pointer-events: none;*/
    /*transition: 0.5s ease-in-out;*/
}

.owl-carousel .owl-cursor svg {
    width: 40px;
    height: 40px;
    fill: var(--color-white);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: rotateY(0deg) perspective(1000px);
    transform: rotateY(0deg) perspective(1000px);
}

.owl-carousel.Left .owl-cursor svg {
    -webkit-transform: rotateY(180deg) perspective(1000px);
    transform: rotateY(180deg) perspective(1000px);
}

.owl-carousel.Right .owl-cursor svg {
    -webkit-transform: rotateY(0deg) perspective(1000px);
    transform: rotateY(0deg) perspective(1000px);
}

.owl-carousel.on-hover {
    cursor: none;
}

.owl-carousel.on-hover .owl-cursor {
    opacity: 1;
    z-index: -1;
}

.owl-carousel.show-cursor .owl-cursor {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    -ms-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1);
}

/**/

.owl-carousel.carousel-dot-center-number .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.owl-carousel.carousel-dot-center-number .owl-prev,
.owl-carousel.carousel-dot-center-number .owl-next {
    background-color: transparent;
    width: 20px;
    height: 20px;
    color: #222222;
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: unset;
    left: unset;
    right: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
}

.owl-carousel.carousel-dot-center-number .owl-prev i,
.owl-carousel.carousel-dot-center-number .owl-next i {
    font-size: 15px;
}

/*.owl-carousel.carousel-dot-center-number .owl-next {*/

/*    position: absolute;*/

/*}*/

.owl-carousel.carousel-dot-center-number .owl-dots {
    display: inline-block;
    padding: 0;
    position: absolute;
}

/* =============================================================================
## AJAX LOAD
============================================================================= */
.bk-preload-wrapper {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 100;
}
.bk-preload-blur {
    opacity: 0.3;
}
/* Loading spinner */
.bk-preload-wrapper::after {
    border: 2px solid #000;
    border-left-color: transparent;
    border-right-color: transparent;
    border-radius: 34px;
    content: "";
    width: 34px;
    height: 34px;
    display: inline-block;
    overflow: hidden;
    -webkit-animation: loading-icon-spin 1000ms infinite linear;
    animation: loading-icon-spin 1000ms infinite linear;
}
.bk-preload-wrapper::after {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -16px;
    border-width: 3px;
}
.bk-preload-wrapper::after {
    border-top-color: var(--color-primary);
    border-bottom-color: var(--color-primary);
}
@-webkit-keyframes loading-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes loading-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

/*@end file 2*/
/* -----------------------------------------------------------------
## Icons
----------------------------------------------------------------- */

@font-face {
    font-family: 'mdicon';
    src: url("../fonts/mdicon.ttf?sx8kbt") format("truetype"), url("../fonts/mdicon.woff?sx8kbt") format("woff"), url("../fonts/mdicon.svg?sx8kbt#mdicon") format("svg");
    font-weight: normal;
    font-style: normal;
}

.mdicon {
    /* use !important to prevent issues with browser extensions that change fonts */
    display: inline-block;
    font-family: 'mdicon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn .mdicon {
    font-size: 1.2em;
}

@font-face {
    font-family: 'mdicon';
    src: url('../fonts/mdicon.ttf') format('truetype'),
    url('../fonts/mdicon.woff') format('woff'),
    url('../fonts/mdicon.svg?1qswia#mdicon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.mdicon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'mdicon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.mdicon-arrow_back:before {
    content: "\e5c4";
}
.mdicon-arrow_downward:before {
    content: "\e5db";
}
.mdicon-arrow_drop_down:before {
    content: "\e5c5";
}
.mdicon-arrow_drop_up:before {
    content: "\e5c7";
}
.mdicon-arrow_forward:before {
    content: "\e5c8";
}
.mdicon-arrow_upward:before {
    content: "\e5d8";
}
.mdicon-cached:before {
    content: "\e86a";
}
.mdicon-chat_bubble:before {
    content: "\e0ca";
}
.mdicon-chat_bubble_outline:before {
    content: "\e0cb";
}
.mdicon-navigate_before:before {
    content: "\e408";
}
.mdicon-navigate_next:before {
    content: "\e409";
}
.mdicon-close:before {
    content: "\e5cd";
}
.mdicon-mode_edit:before {
    content: "\e254";
}
.mdicon-crop_original:before {
    content: "\e3c4";
}
.mdicon-dehaze:before {
    content: "\e3c7";
}
.mdicon-expand_less:before {
    content: "\e5ce";
}
.mdicon-expand_more:before {
    content: "\e5cf";
}
.mdicon-filter:before {
    content: "\e3d3";
}
.mdicon-folder:before {
    content: "\e2c7";
}
.mdicon-folder_open:before {
    content: "\e2c8";
}
.mdicon-star:before {
    content: "\e838";
}
.mdicon-home:before {
    content: "\e88a";
}
.mdicon-open_in_new:before {
    content: "\e89e";
}
.mdicon-shopping_cart:before {
    content: "\e8cc";
}
.mdicon-local_offer:before {
    content: "\e54e";
}
.mdicon-mail_outline:before {
    content: "\e0e1";
}
.mdicon-menu:before {
    content: "\e5d2";
}
.mdicon-more_horiz:before {
    content: "\e5d3";
}
.mdicon-more_vert:before {
    content: "\e5d4";
}
.mdicon-person:before {
    content: "\e7fd";
}
.mdicon-play_arrow:before {
    content: "\e037";
}
.mdicon-play_circle_filled:before {
    content: "\e038";
}
.mdicon-play_circle_outline:before {
    content: "\e039";
}
.mdicon-public:before {
    content: "\e80b";
}
.mdicon-visibility:before {
    content: "\e8f4";
}
.mdicon-reply:before {
    content: "\e15e";
}
.mdicon-rss_feed:before {
    content: "\e0e5";
}
.mdicon-search:before {
    content: "\e8b6";
}
.mdicon-star_border:before {
    content: "\e83a";
}
.mdicon-star_half:before {
    content: "\e839";
}
.mdicon-chevron-thin-down:before {
    content: "\e902";
}
.mdicon-chevron-thin-left:before {
    content: "\e900";
}
.mdicon-chevron-thin-right:before {
    content: "\e901";
}
.mdicon-chevron-thin-up:before {
    content: "\e903";
}
.mdicon-dots-horizontal-triple:before {
    content: "\e904";
}
.mdicon-fire:before {
    content: "\e9a9";
}
.mdicon-enter:before {
    content: "\ea13";
}
.mdicon-telegram:before {
    content: "\ea95";
}
.mdicon-spinner2:before {
    content: "\e97b";
}
.mdicon-youtube-square:before {
    content: "\f166";
}
.mdicon-youtube:before {
    content: "\f167";
}
.mdicon-twitter:before {
    content: "\f099";
}
.mdicon-facebook:before {
    content: "\f09a";
}
.mdicon-facebook-f:before {
    content: "\f09a";
}
.mdicon-linkedin:before {
    content: "\f0e1";
}
.mdicon-xing:before {
    content: "\f168";
}
.mdicon-youtube-play:before {
    content: "\f16a";
}
.mdicon-instagram:before {
    content: "\f16d";
}
.mdicon-tumblr:before {
    content: "\f173";
}
.mdicon-dribbble:before {
    content: "\f17d";
}
.mdicon-skype:before {
    content: "\f17e";
}
.mdicon-foursquare:before {
    content: "\f180";
}
.mdicon-vk:before {
    content: "\f189";
}
.mdicon-stumbleupon:before {
    content: "\f1a4";
}
.mdicon-behance:before {
    content: "\f1b4";
}
.mdicon-spotify:before {
    content: "\f1bc";
}
.mdicon-deviantart:before {
    content: "\f1bd";
}
.mdicon-soundcloud:before {
    content: "\f1be";
}
.mdicon-vine:before {
    content: "\f1ca";
}
.mdicon-yelp:before {
    content: "\f1e9";
}
.mdicon-pinterest-p:before {
    content: "\f231";
}
.mdicon-medium:before {
    content: "\f23a";
}
.mdicon-vimeo:before {
    content: "\f27d";
}
.mdicon-product-hunt:before {
    content: "\f288";
}
.mdicon-snapchat-ghost:before {
    content: "\f2ac";
}
.mdicon-exit2:before {
    content: "\ea15";
}
.mdicon-person_pin:before {
    content: "\e55a";
}
.mdicon-sign-out:before {
    content: "\f08b";
}
.mdicon-sort-asc:before {
    content: "\f0de";
}
.mdicon-sort-up:before {
    content: "\f0de";
}
.mdicon-envelope:before {
    content: "\f0e0";
}
.mdicon-linkedin1:before {
    content: "\f0e2";
}
.mdicon-rotate-left:before {
    content: "\f0e3";
}
.mdicon-undo:before {
    content: "\f0e3";
}
.mdicon-comment-o:before {
    content: "\f0e6";
}
.mdicon-comments-o:before {
    content: "\f0e7";
}
.mdicon-angle-double-left:before {
    content: "\f100";
}
.mdicon-angle-double-right:before {
    content: "\f101";
}
.mdicon-angle-double-up:before {
    content: "\f102";
}
.mdicon-angle-double-down:before {
    content: "\f103";
}
.mdicon-angle-left:before {
    content: "\f104";
}


/*----------------------------------------------*/

.mdicon~span {
    vertical-align: middle;
}

.mdicon--first {
    margin-right: 0.35em;
}

.mdicon--last {
    margin-left: 0.35em;
}

.icon-twitter,
.icon-facebook,
.icon-google-plus,
.icon-linkedin,
.icon-youtube,
.icon-tumbler,
.icon-dribbble,
.icon-vk,
.icon-stumbleupon,
.icon-behance,
.icon-soundcloud,
.icon-vine,
.icon-twitch,
.icon-facebook-official,
.icon-pinterest_p,
.icon-vimeo {
    font-size: 1em;
}

.icon--2x.icon--2x {
    font-size: 200%;
}
/*@end file 3*/
/* ----------------------- buttons */

.btn {
    display: inline-block;
    padding: 0.7142857142857143rem 1.285714285714286rem;
    border: 0.0714285714285714rem solid transparent;
    border-radius: 0.5714285714285714rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:not(:disabled) {
    cursor: pointer;
}

.btn-default {
    color: var(--color-text);
    background-color: var(--color-white);
    border-color: var(--color-border);
}

/* buttons ----------------------- */
/*@end file 4*/
/* =============================================================================
   Heading Styles
============================================================================= */

/** Heading Setting Default **/

.block-heading {
    margin-bottom: 3.214285714285714rem;
}

.block-heading__title {
    color: var(--color-heading);
    font-size: 2.857142857142857rem;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: capitalize;
}
.block-heading__subtitle p {
    max-width: 576px;
    width: 100%;
    color: var(--color-heading-subtitle);
    font-size: 1.4285rem; /*font system*/
    line-height: 1.5;
    font-weight: 400;
}

.block-heading.block-heading--center .block-heading__subtitle p {
    margin: 0 auto;
}

.block-heading__description p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .block-heading__title {
        font-size: 2.5rem;
    }
}

@media (max-width: 991px) {
    .block-heading {
        margin-bottom: 2.5rem;
    }

    .block-heading__title {
        font-size: 2.285714285714286rem;
    }
}

@media (max-width: 767px) {
    .block-heading {
        margin-bottom: 2.142857142857143rem;
    }
}

@media (max-width: 575px) {
    .block-heading__title {
        font-size: 2rem;
    }
}

@media (max-width: 380px) {
    .block-heading__title {
        font-size: 1.857142857142857rem;
    }
}


/** Heading Style 1 **/

.block-heading_style-1:not(.block-heading--has-description) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.block-heading_style-1 .block-heading__title {
    color: var(--color-heading);
    width: 100%;
}

.block-heading_style-1 .block-heading__subtitle {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 0;
    width: 100%;
}

.block-heading_style-1 .block-heading__subtitle p {
    color: var(--color-heading-subtitle);
    font-size: 16px;
    font-size: 1.1428rem;
    font-weight: 600;
    font-style: italic;
    line-height: 1.2;
    letter-spacing: normal;
    text-transform: capitalize;
}

.block-heading_style-1 .block-heading__section:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.block-heading_style-1 .block-heading__section:last-child {
    -webkit-box-flex: 1;
    box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    margin-left: 60px;
    min-width: calc(100px + 30%);
}

.block-heading_style-1 .block-heading__description {
    margin-bottom: 0;
    padding-left: 25px;
    max-width: 420px;
    color: var(--color-heading-desc);
    font-size: 15px;
    font-size: 1.0714rem; /*font system*/
    line-height: 1.7;
}

.block-heading__description--line-before {
    border-left: 3px solid var(--color-primary);
}

@media (max-width: 991px) {
    .block-heading_style-1 .block-heading__section:last-child {
        margin-left: 35px;
    }
}

@media (max-width: 767px) {
    .block-heading_style-1 .block-heading__section:nth-child(2) {
        display: none;
    }
}

/** Heading Style 2 **/

.block-heading_style-2 {
    color: var(--color-primary);
    position: relative;
    padding-left: 25px;
    display: block;
}

.block-heading_style-2:before {
    content: "";
    width: 8px;
    height: 85%;
    background-color: var(--color-heading);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.block-heading_style-2 .block-heading__title {
    font-weight: 800;
    letter-spacing: 1.8px;
    color: var(--color-heading);
}

/** Heading Style 3 **/

.block-heading_style-3 {
    display: block;
    font-style: italic;
}

.block-heading_style-3 .block-heading__title {
    -webkit-text-stroke-color: var(--color-heading);
    -webkit-text-fill-color: rgba(2, 1, 1, 0);
    -webkit-text-stroke-width: 1px;
    font-weight: 900;
}

.block-heading_style-3 .block-heading__subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block-heading_style-3 .block-heading__subtitle:before {
    content: "";
    width: 120px;
    height: 2px;
    background-color: var(--color-heading);
    margin-right: 15px;
}

/** Heading Style 4 **/

.block-heading_style-4 {
    margin-bottom: 35px;
}

.block-heading_style-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block-heading_style-4 .block-heading__title {
    width: 100%;
    font-size: 1.4285rem; /*font system*/
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: capitalize;
}

.block-heading_style-4 .block-heading__subtitle {
    font-size: 1.4285rem; /*font system*/
    line-height: 1.4;
    text-transform: initial;
}

/** Heading Style 5 **/

.block-heading_style-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 12px;
    border-top: 6px solid var(--color-heading) !important;
    border-bottom: 2px solid var(--color-heading) !important;
}

.block-heading_style-5 .block-heading__subtitle {
    width: 100%;
}

.block-heading_style-5 .block-heading__subtitle p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/** Heading Style 6 **/

.block-heading_style-6 {
    display: block;
}

.block-heading_style-6 .block-heading__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: center;
    font-weight: 800;
    color: var(--color-heading);
}

.block-heading_style-6 .block-heading__title:after,
.block-heading_style-6 .block-heading__title:before {
    content: "";
    max-width: 100px;
    margin-right: 30px;
    border-bottom: 2px solid var(--color-heading);
    /*border-color: inherit;*/
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.block-heading_style-6 .block-heading__title:after {
    margin-left: 30px;
    margin-right: 0;
}

.block-heading_style-6 .block-heading__subtitle {
    text-align: center;
}

.block-heading_style-6 .block-heading__subtitle p {
    margin: 0 auto;
}

/** Heading Style 7 **/

.block-heading_style-7 {
    display: block;
    font-style: italic;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.block-heading_style-7 .block-heading__title {
    padding-left: 160px;
    padding-bottom: 15px;
    position: relative;
    line-height: 1.1;
    font-weight: 800;
    color: var(--color-heading);
}

.block-heading_style-7 .block-heading__title:before {
    content: "";
    width: 100px;
    height: 15px;
    background-color: var(--color-heading);
    bottom: 0;
    left: 0;
    position: absolute;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
}

.block-heading_style-7 .block-heading__title:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--color-heading);
    position: absolute;
    bottom: 7.5px;
    left: 0;
}

.block-heading_style-7 .block-heading__subtitle {
    padding-left: 220px;
}

.block-heading_style-7 .page-heading__subtitle {
    padding-left: 220px;
}

@media (max-width: 991px) {
    .block-heading_style-7 .page-heading__subtitle {
        padding-left: 170px;
    }
}

@media (max-width: 767px) {
    .block-heading_style-7 .page-heading__subtitle {
        padding-left: 120px;
    }
}

@media (max-width: 575px) {
    .block-heading_style-7 .page-heading__subtitle {
        padding-left: 0;
    }
}

/** Heading Style 8 **/

.block-heading_style-8.block-heading--center .block-heading__title {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.block-heading_style-8 .block-heading__title {
    background-color: var(--color-heading);
    color: #fff;
    padding: 15px 25px;
    font-weight: 800;
    position: relative;
}

.block-heading_style-8 .block-heading__title:before {
    content: "";
    position: absolute;
    width: calc(100% + 20px);
    height: 100%;
    left: 50%;
    top: -10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 1px solid var(--color-heading);
}

.block-heading_style-8 .block-heading__subtitle {
    margin-top: 10px;
}

/** Heading Style 9 **/

.block-heading_style-9 .block-heading__title {
    color: var(--color-heading);
}

.block-heading_style-9 {
    padding: 25px 0;
    position: relative;
}

.block-heading_style-9:before,
.block-heading_style-9:after {
    content: "";
    width: 100%;
    max-width: 465px;
    height: 15px;
    border: 5px solid var(--color-heading);
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.block-heading_style-9:before {
    top: 0;
    border-bottom: none !important;
}

.block-heading_style-9:after {
    bottom: 0;
    border-top: none !important;
}

/**/
.single .posts-sample .same-category-posts .block-heading_style-4 .block-heading__title {
    font-size: 1.4285rem !important; /*font system*/
    line-height: 1.4 !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    text-transform: capitalize !important;
}

/*Responsive*/
@media (min-width: 992px) {
    /** Heading Style 3 **/

    .block-heading_style-3 .block-heading__title {
        font-size: 4.28571428571rem;
        line-height: 1.3;
    }
}

@media (max-width: 991px) {
    /** Heading Style Setting Default **/

    .block-heading__subtitle {
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
        margin-top: 5px;
    }

    /** Heading Style 2 **/

    .block-heading_style-2 {
        padding-left: 20px;
    }

    .block-heading_style-2 .block-heading__title {
        font-weight: 800;
    }

    /** Heading Style 3 **/

    .block-heading_style-3 .block-heading__title {
        font-weight: 800;
    }

    .block-heading_style-3 .block-heading__subtitle:before {
        width: 80px;
    }

    /** Heading Style 7 **/

    .block-heading_style-7 .block-heading__title {
        padding-left: 130px;
    }

    .block-heading_style-7 .block-heading__subtitle {
        padding-left: 170px;
    }

    /** Heading Style 9 **/

    .block-heading_style-9:before,
    .block-heading_style-9:after {
        max-width: 380px;
    }
}

@media (max-width: 767px) {
    /** Heading Style 2 **/

    .block-heading_style-2 .block-heading_style-2 {
        padding-left: 16px;
    }

    .block-heading_style-2:before {
        width: 6px;
    }

    .block-heading_style-2 .block-heading__title {
        font-weight: 700;
    }

    /** Heading Style 3 **/

    .block-heading_style-3 .block-heading__title {
        font-weight: 700;
    }

    .block-heading_style-3 .block-heading__subtitle:before {
        width: 60px;
    }

    /** Heading Style 7 **/

    .block-heading_style-7 .block-heading__title {
        padding-left: 100px;
    }

    .block-heading_style-7 .block-heading__title:before {
        width: 70px;
    }

    .block-heading_style-7 .block-heading__subtitle {
        padding-left: 120px;
    }

    /** Heading Style 8 **/

    .block-heading_style-8 .block-heading__title {
        font-weight: 700;
    }

    /** Heading Style 9 **/

    .block-heading_style-9:before,
    .block-heading_style-9:after {
        max-width: 300px;
    }
}

@media (max-width: 767px) and (min-width: 481px) {
    /** Heading Style 6 **/

    .block-heading_style-6 .block-heading__title {
        font-size: 2.2857rem; /*font system*/
    }

    .block-heading_style-6 .block-heading__title:after,
    .block-heading_style-6 .block-heading__title:before {
        margin-right: 15px;
    }

    .block-heading_style-6 .block-heading__title:after {
        margin-left: 15px;
        margin-right: 0;
    }

    /** Heading Style 7 **/

    .block-heading_style-7 .block-heading__title {
        font-size: 2.2857rem; /*font system*/
    }
}

@media (max-width: 575px) {
    /** Heading Style Setting Default **/

    .block-heading__subtitle p {
        font-size: 1.1428rem; /*font system*/
        line-height: 1.5;
    }

    /** Heading Style 3 **/

    .block-heading_style-3 .block-heading__subtitle:before {
        display: none;
    }

    /** Heading Style 4 **/

    .block-heading_style-4 .block-heading__subtitle:before {
        display: none;
    }

    /** Heading Style 7 **/

    .block-heading_style-7 .block-heading__title {
        padding-left: 0;
    }

    .block-heading_style-7 .block-heading__title:before {
        display: none;
    }

    .block-heading_style-7 .block-heading__subtitle {
        padding-left: 0;
    }
}

@media (max-width: 480px) and (min-width: 381px) {
    /** Heading Style 6 **/

    .block-heading_style-6 .block-heading__title {
        font-size: 2.1428rem; /*font system*/
    }

    .block-heading_style-6 .block-heading__title:after,
    .block-heading_style-6 .block-heading__title:before {
        margin-right: 15px;
    }

    .block-heading_style-6 .block-heading__title:after {
        margin-left: 15px;
        margin-right: 0;
    }

    /** Heading Style 9 **/

    .block-heading_style-8 .block-heading__title {
        font-size: 2.1428rem; /*font system*/
        line-height: 1.4;
    }
}

@media (max-width: 380px) {
    /** Heading Style 6 **/

    .block-heading_style-6 .block-heading__title:after,
    .block-heading_style-6 .block-heading__title:before {
        display: none;
    }
}

/* theme.*/
.block-heading_style-7 .page-heading__subtitle {
    margin-top: 5px;
    width: 100%;
}

.page-heading__subtitle p {
    max-width: 576px;
    width: 100%;
    font-size: 1.4285rem; /*font system*/
    line-height: 1.5;
    font-weight: 400;
    color: rgba(23,23,23,0.8);
}

.block-heading_style-6 .page-heading__subtitle p,
.block-heading.block-heading--center .page-heading__subtitle p {
    margin: 0 auto;
}

.block-heading_style-6 .page-heading__subtitle p {
    text-align: center;
}

.block-heading_style-7 .page-heading__subtitle,
.block-heading_style-1 .page-heading__subtitle {
    margin-top: 5px;
    width: 100%;
}

.block-heading_style-7 .page-heading__subtitle {
    padding-left: 220px;
}

.page-heading.block-heading {
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .block-heading_style-7 .page-heading__subtitle {
        padding-left: 170px;
    }
}

@media (max-width: 767px) {
    .block-heading_style-7 .page-heading__subtitle {
        padding-left: 120px;
    }
}

@media (max-width: 575px) {
    .block-heading_style-7 .page-heading__subtitle {
        padding-left: 0;
    }
}

.block-heading_style-8 .page-heading__subtitle {
    margin-top: 10px;
}

.block-heading_style-8 .page-heading__title {
    color: #fff !important;
}

/* =============================================================================
   Widget Heading Styles
============================================================================= */

.widget__title {
    margin-bottom: 30px;
}

/*Widget Title 1*/

.widget__title-style-1 {

}

/*Widget Title 2*/

.widget__title-style-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.widget__title-style-2 i {
    border: 1px solid var(--color-text);
    border-radius: 50%;
    color: var(--color-text);
    width: 16px;
    height: 16px;
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
}

/*Widget Title 2*/

.widget__title-style-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.widget__title-style-3:before,
.widget__title-style-3:after {
    content: "";
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-top: 1px solid var(--color-text);
}

.widget__title-style-3:before {
    margin-right: 20px;
    display: none;
}

.widget__title-style-3:after {
    margin-left: 20px;
}

.widget__title-style-3.text-right:before,
.widget__title-style-3.text-center:before {
    display: block;
}

.widget__title-style-3.text-right:after {
    display: none;
}

/*Widget Title 3*/

.widget__title-style-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative;
    padding-bottom: 8px;
}

.widget__title-style-4:before,
.widget__title-style-4:after {
    content: "";
    background-color: var(--color-text);
    position: absolute;
    left: 0;
    bottom: 0;
}

.widget__title-style-4:before {
    width: 60px;
    height: 3px;
}

.widget__title-style-4:after {
    width: 100%;
    height: 1px;
    opacity: 0.5;
    bottom: 1px;
}

/*Widget Title 4*/

.widget__title-style-5 {
    position: relative;
    padding-top: 5px;
    padding-left: 10px;
}

.widget__title-style-5:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--color-text);
    border-left: 2px solid var(--color-text);
}
/*@end file 5*/
/* ----------------------- define-module */
body,
.site-footer--inverse .navigation--footer > li > a,
a.post__cat-style,
.post__title,
.block-heading .block-heading__title,
.post__meta--has-author-style-1,
.mnmd-offcanvas .navigation,
.navigation--offcanvas > li > a,
.logo-text,
.post__meta--has-date-stamp time,
.navigation-bar--inverse .navigation--main > li > a {
    color: var(--color-text);
}
.inverse-text .post__meta a.post-author__name,
.inverse-text .entry-author__name.entry-author__name {
    color: rgba(255, 255, 255, 0.8);
}
.site-content {
    padding-top: 60px;
}
@media (max-width: 575px) {
    .site-content {
        padding-top: 40px;
    }
}
.post__title,
.post__cat,
.post__meta--has-date-stamp time {
    text-transform: uppercase;
}
.logo-text {
    font-size: 2.14285714286rem;
    font-weight: 900;
    line-height: 1.4;
}
.widget__title {
    margin-bottom: 2.142857142857143rem;
}
.block-heading,
.block-heading__inside {
    /*margin-bottom: 4.285714285714286rem;*/
    margin-bottom: 3.214285714285714rem;
}
.block-heading--center.block-heading .block-heading__title,
.block-heading--center .block-heading__title-inside {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}
.block-heading--style .block-heading__title,
.block-heading__inside--style .block-heading__title-inside,
.widget__title-style-1 .widget__title-text {
    padding-left: 1.785714285714286rem;
    position: relative;
}
.block-heading--style.heading-style-2 .block-heading__title::before,
.block-heading--style.heading-style-2 .block-heading__title::after {
    content: none;
}
.block-heading.heading-style-2 .block-heading__title {
    padding-left: 0px;
}
.block-heading--style .block-heading__title::before,
.block-heading__inside--style .block-heading__title-inside::before,
.widget__title-style-1 .widget__title-text::before {
    position: absolute;
    content: "";
    width: 1.14285714286rem;
    height: 1.14285714286rem;
    border: 0.21428571428571427rem solid var(--bg-site);
    background: var(--color-primary);
    padding: 0.21428571428571427rem;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: 0.07142857142857142rem solid var(--color-primary);
}

.widget__title-style-1 .widget__title-text::before {
    top: calc(1.42857142857rem  / 2 / 1.5);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

/* heading style 2 */
.block-heading--style.heading-style-2::before,
.block-heading--style.heading-style-2::after {
    content: none;
}
.block-heading.heading-style-2 {
    padding-left: 0px;
}
.module-has-background .block-heading .block-heading__title {
    color: #fff;
}

.block-heading--inverse .block-heading__title,
.block-heading__inside--inverse .block-heading__title-inside,
.widget__title--inverse .widget__title-text {
    color: #ffffff;
}

.block-heading--inverse .block-heading__title::before,
.block-heading__inside--inverse .block-heading__title-inside::before,
.widget__title--inverse .widget__title-text::before {
    border-color: var(--color-secondary);
    background:#fff;
    outline-color:#fff;
}

/*has-background*/
.module-has-background .block-heading--style .block-heading__title::before,
.module-has-background .block-heading__inside--style .block-heading__title-inside::before {
    outline: 0.07142857142857142rem solid #fff;
    background: #fff;
    border: 0.21428571428571427rem solid var(--module-background-color);
}
.block-heading__inside .block-heading__title-inside {
    font-weight: 900;
}
.block-heading .block-heading__title,
.block-heading__inside .block-heading__title-inside,
.widget__title .widget__title-text {
    font-size: 1.92857142857rem;
    line-height: 1.4;
    margin-bottom: 0;
    text-transform: uppercase;
}
.widget__title .widget__title-text {
    font-size: 1.42857142857rem;
    line-height: 1.4;
}
a.post__cat-style {
    padding: 0.3571428571428571rem 0.7142857142857143rem;
    background-color: var(--color-primary);
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    border-bottom: none;
    font-size: max(0.8571rem, 10px);
    line-height: 1.5;
    font-weight: 700;
    margin-right: 0;
}

.post__meta a {
    color: var(--color-author-text);
}
.post__meta--has-date-stamp time {
    position: absolute;
    top: -0.7142857142857143rem;
    left: -0.7142857142857143rem;
    width: 7.142857142857143rem;
    height: 7.142857142857143rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: auto;
    right: auto;
    background-color: var(--color-primary);
    z-index: 10;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #FFFFFF;
    font-size: 2.2857rem;
    line-height: 1.4;
    font-weight: 700;
}
.post__meta--has-date-stamp time .month{
    font-size: 1.4285rem;
    line-height: 1.4;
    font-weight: 800;
}
.post__meta--has-date-stamp-2 time{
    margin-top: 0;
    color: rgba(255, 255, 255, 0.8);
    font-style: italic;
    font-weight: 400;
    font-size: max(1rem, 13px);
}
.post__meta--has-author-style-1 .post-author {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    padding-left: 0.07142857142857142rem;
}
.post__meta--has-author-style-1 .post-author__avatar {
    position: absolute;
    width: 2.857142857142857rem;
    height: 2.857142857142857rem;
    top: 50%;
    left: 0;
    right: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    margin-right: 0;
}

.post__meta--has-author-style-1 .post-author__text {
    padding: 0.4285714285714286rem 1rem 0.4285714285714286rem
    3.571428571428571rem;
    background-color: #f2f2f2;
    border-radius: 1.071428571428571rem;
}
.post__meta--has-author-style-1 a.post-author__name {
    margin-left: -0.07142857142857142rem;
}
.post__meta--has-author-style-1 a.post-author__name,
.post__meta--has-author-style-2 a.post-author__name {
    font-size: max(1rem, 12px);
    line-height: 1.5;
    font-weight: 600;
    color: var(--color-author-text);
}
.post__meta--has-author-style-2 .post-author{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.post__meta--has-author-style-2 .post-author__avatar{
    width: 2.857142857142857rem;
    height: 2.857142857142857rem;
    margin-right: 0.7142857142857143rem;
}
.post__meta--has-author-style-2 .post-author .post-author__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.post__meta--has-author-style-2 a.post-author__name {
    color: rgba(255, 255, 255, 0.8);
}
.bg-title {
    padding: 0.35714285714285715rem 0.5rem;
}

.bg-title a {
    background-color: #f2f2f2;
    -webkit-box-shadow: 0px 0px 0 0.5rem #f2f2f2,
    0px 0px 0 0.07142857142857142rem #f2f2f2 inset,
    0.07142857142857142rem -0.07142857142857142rem 0 0.07142857142857142rem #f2f2f2
    inset,
    0.07142857142857142rem 0.07142857142857142rem 0 0.07142857142857142rem
    #f2f2f2 inset;
    box-shadow: 0px 0px 0 0.5rem #f2f2f2,
    0px 0px 0 0.07142857142857142rem #f2f2f2 inset,
    0.07142857142857142rem -0.07142857142857142rem 0 0.07142857142857142rem #f2f2f2
    inset,
    0.07142857142857142rem 0.07142857142857142rem 0 0.07142857142857142rem
    #f2f2f2 inset;
    display: initial;
}

.mdicon-fire:before {
    content: "\e9a9";
}

.post__thumb a:not(.post__cat),
.post__thumb img {
    width: 100%;
    height: 100%;
}

.post__thumb .img {
    -o-object-fit: cover;
    object-fit: cover;
}

.post__thumb .post__cat--overlap {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.site-footer {
    margin-top: 80px;
}
[class*="max-width-"].text-center{
    margin-left: auto;
    margin-right: auto;
}
/* style-nav */
.nav-circle .owl-nav .owl-prev {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    color: var(--color-secondary);
}
.nav-circle .owl-nav .owl-next,
.nav-circle .owl-nav .owl-prev {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    color: var(--color-secondary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
}
.nav-circle .owl-nav .owl-next:hover,
.nav-circle .owl-nav .owl-prev:hover {
    background-color: var(--color-primary);
    color: #fff;
}
/* style-nav */

/* font-size */

/* =============================================================================
   Flexbox
============================================================================= */

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0px 3px 2px 0px rgb(0 0 0 / 3%), 0 1px 0 0 rgb(0 0 0 / 4%),
    0 -1px 0 0 rgb(0 0 0 / 4%);
    box-shadow: 0px 3px 2px 0px rgb(0 0 0 / 3%), 0 1px 0 0 rgb(0 0 0 / 4%),
    0 -1px 0 0 rgb(0 0 0 / 4%);
    visibility: hidden;
    pointer-events: none;
    z-index: 50;
    -webkit-transition: all 0.15s ease-out 0s;
    -o-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    -webkit-transform: translate3d(0, -101%, 0);
    -ms-transform: translate3d(0, -101%, 0);
    transform: translate3d(0, -101%, 0);
}

.sticky-header.is-fixed {
    pointer-events: initial;
    visibility: visible;
}

.sticky-header.is-shown {
    pointer-events: initial;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.container--narrow {
    max-width: 69.28571428571429rem;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 1200px) {
    .container {
        margin: 0 auto;
        padding-left: 50px;
        padding-right: 50px;
    }
    .single-entry .atbs-main-col .atbs-block .block-heading {
        margin-bottom: 2.14285714286rem;
    }
}

@media (max-width: 1199px) and (min-width: 576px) {
    .widget__title {
        margin-bottom: 2.5020850708924103vw;
    }
    .block-heading,
    .block-heading__inside {
        margin-bottom: 5.004170141784821vw;
    }
    .flex-space-10 {
        margin: -0.4170141784820684vw;
    }
    .flex-space-10>* {
        padding: 0.4170141784820684vw;
    }
    .flex-space-20 {
        margin: -0.8340283569641368vw;
    }
    .flex-space-20>* {
        padding: 0.8340283569641368vw;
    }
    .flex-space-30 {
        margin: -1.2510425354462051vw;
    }
    .flex-space-30>* {
        padding: 1.2510425354462051vw;
    }
    .flex-space-50 {
        margin: -4.3478260869565215vw;
    }

    .flex-space-50>* {
        padding: 4.3478260869565215vw;
    }
    .flex-space-60 {
        margin: -2.5020850708924103vw;
    }
    .flex-space-60>* {
        padding: 2.5020850708924103vw;
    }
    .site-footer {
        margin-top: 6.67222685571vw;
    }
}

@media (max-width: 767px) {
    .widget__title {
        margin-bottom: 3.259452411994785vw;
    }
}

@media (max-width: 575px) {
    .widget__title {
        margin-bottom: 3.4782608695652173vw;
    }
    .block-heading,
    .block-heading__inside {
        margin-bottom: 5.217391304347826vw;
    }
    .site-footer {
        margin-top: 10.4347826087vw;
    }

    .flex-space-20 {
        margin: -1.7391304347826086vw;
    }
    .flex-space-20>* {
        padding: 1.7391304347826086vw;
    }
    .flex-space-30 {
        margin: -2.608695652173913vw;
    }
    .flex-space-30>* {
        padding: 2.608695652173913vw;
    }
    .flex-space-50 {
        margin: -4.3478260869565215vw;
    }

    .flex-space-50 > * {
        padding: 4.3478260869565215vw;
    }
    .post__meta--has-date-stamp time {
        width: 6.428571428571429rem;
        height: 6.428571428571429rem;
    }
}

@media (max-width: 380px) {

}

/* ----------------------- define-module */
/*@end file 6*/
/* ----------------------- define*/
.thumb-700 {
    height: 50rem;
}
.thumb-450 {
    height: 32.142857142857146rem;
}
.thumb-300 {
    height: 21.428571428571427rem;
}
.thumb-225 {
    height: 16.071428571428573rem;
}
.thumb-180 {
    height: 12.85714285714286rem;
}
.thumb-150 {
    height: 10.71428571428571rem;
}
.overlay-thumb-350.post__text,
.post--overlay-has-author .overlay-thumb-350.post__text {
    min-height: 25rem;
}
.overlay-thumb-530.post__text,
.post--overlay-has-author .overlay-thumb-530.post__text {
    min-height: 37.857142857142854rem;
}

.object-fit>a:first-child {
    width: 100%;
    height: 100%;
}

.width-770 {
    width: 65.81196581196581%;
}
.width-370 {
    width: 31.62393162393162%;
}
.post--overlay-has-author.post--overlay-has-author-h250 .post__text {
    min-height: 17.857142857142858rem;
}
.post--overlay-has-author.post--overlay-has-author-h450 .post__text {
    min-height: 32.142857142857146rem;
}
.post--overlay-has-author.post--overlay-has-author-h470 .post__text {
    min-height: 32.142857142857146rem;
}

.post--overlay-has-author.post--overlay-has-author-h530 .post__text {
    min-height: 37.85714285714286rem;
}

.post--overlay-normal.post--overlay-normal-h370.post__text {
    min-height: 26.42857142857143rem;
}


.m-r-30 {
    margin-right: 2.142857142857143rem;
}
.has-background-17 {
    background-color: var(--color-secondary);
}
.thumb-700 {
    height: 50rem;
}
.thumb-625 {
    height: 44.642857142857146rem;
}
.post__thumb--overlay.no-filter::after {
    opacity: 0;
}
.thumb-230 {
    height: 16.42857142857143rem;
}
.post--horizontal .post__thumb.m-r-15 {
    margin-left: 1.071428571428571rem;
    margin-right: 0
}
.post--horizontal:not(.post--horizontal-reverse) .post__thumb.m-r-15 {
    margin-right: 1.071428571428571rem;
    margin-left: 0;
}
.post__title,
.post__cat,
.post__meta-style-time time {
    text-transform: uppercase;
}
a.post__cat-style:hover,
a.post__cat-style:focus,
a.post__cat-style:active
a.post__cat--bg:hover,
a.post__cat--bg:focus,
a.post__cat--bg:active {
    color: rgba(255, 255, 255, 0.8) !important;
}


.post--overlay-has-time {
    overflow: visible;
}
.post--overlay-has-time .post__text-inner {
    position: static;
}

.translate-y-50-percent {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.time-italic .time {
    font-style: italic;
}


.flex-space-80-30 {
    margin: -2.857142857142857rem -1.071428571428571rem;
}
.flex-space-80-30 >* {
    padding: 2.857142857142857rem 1.071428571428571rem;
}

.post__meta--has-author-style-3.post__meta .post-author__text::after,
.post__meta--has-author-style-3.post__meta .post-author__text::before {
    content: "";
    position: absolute;
    width: 2.142857142857143rem;
    height: 0.07142857142857142rem;
    background-color: var(--color-secondary);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}
.post__meta--has-author-style-3.post__meta .post-author {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.post__meta--has-author-style-3.post__meta a.post-author__name {
    font-size: 1.1428rem;
    line-height: 1.5;
    color: var(--color-meta);
    font-weight: 600;
}

.post__meta--has-author-style-3.post__meta .post__meta {
    margin-top: 0;
    padding-bottom: 1.0714285714285714rem;
}


.post__meta--has-author-style-3.post__meta .post-author__text {
    position: relative;
}

.post__meta--has-author-style-3.post__meta .post-author__text {
    padding: 0 3.0357142857142856rem;
}



.post__meta--has-author-style-3.post__meta .post-author__text::before {
    left: 0;
}

.post__meta--has-author-style-3.post__meta .post-author__text::after {
    right: 0;
}

/*  */

.post--vertical-normal-mar-20.post--vertical-reverse .post__thumb {
    margin-top: 2.14285714rem;
    margin-bottom: 0;
}

.post--vertical-normal-mar-20:not(.post--vertical-reverse) .post__thumb {
    margin-bottom: 1.428571428571429rem;
    margin-top: 0;
}
.clearfix {
    clear: both;
}
.nav-row-circle .owl-prev,
.nav-row-circle .owl-next {
    width: 4.285714285714286rem;
    height: 4.285714285714286rem;
    padding: 1.78571428571rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: transparent;
    border: 0.1428571428571429rem solid var(--color-white);
    cursor: pointer;
    color: var(--color-white);
}

.nav-row-circle .owl-prev i,
.nav-row-circle .owl-next i {
    font-size: 2.142857142857143rem;
}

.nav-row-circle .owl-prev:hover,
.nav-row-circle .owl-next:hover {
    background-color: var(--color-primary);
    border: transparent;
}

.nav-row-circle .owl-prev,
.nav-row-circle .owl-next {
    position: absolute;
    top: calc(55rem / 2);
    -webkit-transform: translate(0,50%);
    -ms-transform: translate(0,50%);
    transform: translate(0,50%)
}
.nav-row-circle .owl-prev {
    left: calc((83.57142857142857rem - 800px)/2 + 1.4285714285714286rem);;
}
.nav-row-circle .owl-next {
    right: calc((83.57142857142857rem - 800px)/2 + 1.4285714285714286rem);;
}

@media(max-width:1199px) and (min-width:576px) {

    .flex-space-80-30 {
        margin: -3.336113427856547vw -1.2510425354462051vw;
    }
    .flex-space-80-30 >* {
        padding: 3.336113427856547vw 1.2510425354462051vw;
    }

}
@media (max-width: 1199px) and (min-width: 992px) {
    .flex-space-80-30 {
        margin: -2.50208507089vw -1.2510425354462051vw;
    }
    .flex-space-80-30 >* {
        padding: 2.50208507089vw 1.2510425354462051vw;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .flex-space-80-30 {
        margin: -2.52270433905vw -1.2510425354462051vw;
    }
    .flex-space-80-30 >* {
        padding: 2.52270433905vw 1.2510425354462051vw;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .thumb-625 {
        height: 32.142857142857146rem;
    }
    .thumb-450 {
        height: 28.571428571428573rem;
    }
}
@media (max-width: 1199px) {
    .post__meta--has-author-style-3.post__meta .post-author__text::after,
    .post__meta--has-author-style-3.post__meta .post-author__text::before {
        width: 2.5020850708924103vw;
        height: 0.08340283569641367vw;
    }
    .post__meta--has-author-style-3.post__meta .post-author__text {
        padding: 0 3.5446205170975813vw;
    }
    .post__meta--has-author-style-3.post__meta .post-author__text::after,
    .post__meta--has-author-style-3.post__meta .post-author__text::before {
        width: 2.5020850708924103vw;
        height: 0.08340283569641367vw;
    }
}

@media (max-width: 575px) {

    .flex-space-80-30 {
        margin: -2.608695652173913vw;
    }
    .flex-space-80-30 >* {
        padding: 2.608695652173913vw;
    }
    .thumb-450 {
        height: 25rem;
    }
}
@media(max-width:380px) {
    .thumb-450 {
        height: 21.428571428571427rem;
    }
}



/*@end file 7*/
/* ----------------------- define*/

.post--horizontal .post__thumb {
    margin: 0 2.142857142857143rem 0 0;
}


.post--overlay-has-author.post--overlay-has-author-h450 .post__text {
    min-height: 32.142857142857146rem;
}

.post--overlay-has-author.post--overlay-has-author-h470 .post__text {
    min-height: 32.142857142857146rem;
}

.post--overlay-has-author.post--overlay-has-author-h500 .post__text {
    min-height: 35.714285714285715rem;
}

.post--overlay-has-author.post--overlay-has-author-h530 .post__text {
    min-height: 37.85714285714286rem;
}

.post--overlay-normal.post--overlay-normal-h500 .post__text {
    min-height: 35.71428571428571rem;
}

.post--overlay-normal.post--overlay-normal-h370 .post__text {
    min-height: 26.42857142857143rem;
}

.post--overlay-normal.post--overlay-normal-h250 .post__text {
    min-height: 17.85714285714286rem;
}

.m-r-30 {
    margin-right: 2.142857142857143rem;
}

.has-background-17 {
    background-color: var(--color-secondary);
}

.post__thumb--overlay.no-filter::after {
    opacity: 0;
}

.thumb-230 {
    height: 16.42857142857143rem;
}

.post--horizontal .post__thumb.m-r-15 {
    margin-left: 1.071428571428571rem;
    margin-right: 0
}

.post--horizontal:not(.post--horizontal-reverse) .post__thumb.m-r-15 {
    margin-right: 1.071428571428571rem;
    margin-left: 0;
}

.post__title,
.post__cat,
.post__meta-style-time time {
    text-transform: uppercase;
}



.post--overlay-has-time {
    overflow: visible;
}

.post--overlay-has-time .post__text-inner {
    position: static;
}

.post--no-thumb-seperate-meta .post__excerpt {
    color: var(--color-white-opacity-80);
    letter-spacing: 0.0285714285714286rem;
}

.translate-y-50-percent {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.time-italic .time {
    font-style: italic;
}

.post--overlay-normal .post__text.overlay-text-h500 {
    min-height: 35.71428571428571rem;
}

.post--overlay-normal .post__text.overlay-text-h470 {
    min-height: 33.57142857142857rem;
}
.post--overlay-normal .post__text.overlay-text-h440,
.post--overlay-has-author .post__text.overlay-text-h440 {
    min-height: 31.42857142857143rem;
}

.post--overlay-normal .post__text.overlay-text-h385 {
    min-height: 27.5rem;
}

.post--horizontal-normal .post__thumb,.post--horizontal-xxs .post__thumb, .post--horizontal-xs .post__thumb {
    margin-right: 0.7142857142857143rem;
    width: 5.714285714285714rem;
    height: 5.714285714285714rem;
}

.post--horizontal-normal .post__title {
    margin-bottom: 0;
}

.post--horizontal-normal .post__meta,
.post--no-thumb-normal .post__meta {
    margin-top: 0;
}

.post--vertical-normal:not(.post--vertical-reverse) .post__thumb {
    margin-bottom: 1.071428571428571rem;
    margin-top: 0;
}

.thumb-195 {
    height: 13.92857142857143rem;
}


.reverse-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.reverse-text .post__title {
    margin-bottom: 0;
    margin-top: 0.5714285714285714rem;
}

.reverse-text .post__meta {
    margin-top: 0;
}

.post--horizontal-normal .post__meta--has-date-stamp-2 .time,
.post--no-thumb-normal .post__meta--has-date-stamp-2 .time {
    color: rgba(23, 23, 23, 0.8);
}

.post--vertical-normal .post__meta {
    margin-top: 0;
}

.flex-gutter-30 {
    margin-left: -1.071428571428571rem;
    margin-right: -1.071428571428571rem;
}

.flex-gutter-30 {
    margin-left: -1.071428571428571rem;
    margin-right: -1.071428571428571rem;
}

.flex-gutter-30>* {
    padding-left: 1.071428571428571rem;
    padding-right: 1.071428571428571rem;
}

.entry-thumb-650 {
    height: 46.42857142857143rem;
}

.entry-thumb-620 {
    height: 44.28571428571429rem;
}

.single-entry .atbs-thumb-object-fit.single-entry-thumb>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.w-100-percent {
    width: 100%;
}

.w-32-percent {
    width: 32.29166666666667%;
}

.entry-author-normal>img {
    margin-right: 0.7142857142857143rem;
}
.single-content::after, .entry-content::after {
    clear: both;
    content: "";
    display: table;
}
.single-body {
    font-size: 1.1428rem;
    line-height: 1.8;
    font-weight: 400;
}

.single-content .single-body {
    color: var(--color-text);
}
.single-content .single-body .wp-caption:first-child {
    margin-top: 0;
}

.single-entry .atbs-object-fit img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.clear-bot {
    clear: both;
}

.single-content .single-body>p:last-child {
    margin-bottom: 0;
}

@media(max-width:1199px) and (min-width:576px) {

    .flex-gutter-30 {
        margin-left: -1.2510425354462051vw;
        margin-right: -1.2510425354462051vw;
    }
    .flex-gutter-30>* {
        padding-left: 1.2510425354462051vw;
        padding-right: 1.2510425354462051vw;
    }
    .entry-thumb-620 {
        height: 51.70975813177648vw;
    }
    .entry-author-normal>img {
        margin-right: 0.8340283569641368vw;
    }
}


@media (max-width: 991px) {
    .atbs-main-col {
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .post--overlay-has-author.post--overlay-has-author-h500 .post__text {
        min-height: 32.142857142857146rem;
    }
    .entry-thumb-650 {
        height: 32.142857142857146rem;
    }
}

@media (max-width: 575px) {
    .post--vertical-normal .post__meta {
        margin-top: 0;
    }
    .post--horizontal-normal .post__thumb,.post--horizontal-xxs .post__thumb, .post--horizontal-xs .post__thumb {
        width: 5rem;
        height: 5rem;
    }
}
@media(max-width:380px) {
    .entry-thumb-650 {
        height: 21.428571428571427rem;
    }
}
/*@end file 8*/
/* ----------------------- post-icon */

/*----- Post Icon -----*/

.overlay-item {
    position: absolute;
    top: 1.4285714285714286rem;
    right: 1.4285714285714286rem;
    bottom: auto;
    left: auto;
}

.overlay-item.overlay-item--sm-p {
    position: absolute;
    top: 0.7142857142857143rem;
    right: 0.7142857142857143rem;
    bottom: auto;
    left: auto;
    z-index: 2;
}

.overlay-item--top-left {
    position: absolute;
    top: 1.4285714285714286rem;
    right: auto;
    bottom: auto;
    left: 1.4285714285714286rem;
}

.overlay-item--top-left.overlay-item--sm-p {
    position: absolute;
    top: 0.7142857142857143rem;
    right: auto;
    bottom: auto;
    left: 0.7142857142857143rem;
}

.overlay-item--left-bottom {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 1.4285714285714286rem;
    left: 1.4285714285714286rem;
}

.overlay-item--left-bottom.overlay-item--sm-p {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0.7142857142857143rem;
    left: 0.7142857142857143rem;
}

.overlay-item--right-bottom {
    position: absolute;
    bottom: 1.4285714285714286rem;
    left: auto;
    top: auto;
    right: 1.4285714285714286rem;
}

.overlay-item--right-bottom.overlay-item--sm-p {
    position: absolute;
    bottom: 0.7142857142857143rem;
    left: auto;
    top: auto;
    right: 0.7142857142857143rem;
}

.media-right .overlay-item--right-bottom {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
}

.overlay-item--center-xy {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.post-type-icon i {
    font-size: 3.2857142857142856rem;
    line-height: 1.1;
}
.post-type-icon svg {
    width: 6rem;
    height: 6rem;
}
@media (min-width: 768px) {
    .post-type-icon i {
        font-size: 4.285714285714286rem;
    }
}

@media (min-width: 1200px) {
    .post-type-icon i {
        font-size: 4.857142857142857rem;
    }
}

.overlay-content .post-type-icon,
.post__thumb .post-type-icon,
.post--overlay .post-type-icon,
.post-type-icon--inverse {
    color: rgba(255, 255, 255, 0.8);
}

.post-type-icon--sm i {
    font-size: 4rem;
}

.post-type-icon--sm svg {
    width: 3.5714285714285716rem;
    height: 3.5714285714285716rem;
}

.post-type-icon--sm .post-score__value {
    font-size: 1.2857142857142858rem;
}

@media (min-width: 768px) {
    .post-type-icon--md i {
        font-size: 5.714285714285714rem;
    }

    .post-type-icon--md svg {
        width: 5.571428571428571rem;
        height: 5.571428571428571rem;
    }

    .post-type-icon--md .post-score__value {
        font-size: 1.8571428571428572rem;
    }
}

@media (min-width: 768px) {
    .post-type-icon--lg i {
        font-size: 8.571428571428571rem;
    }

    .post-type-icon--lg .post-score--circle svg {
        width: 6.428571428571429rem;
        height: 6.428571428571429rem;
    }

    .post-type-icon--lg .post-score--circle .post-score__value {
        font-size: 2.5714285714285716rem;
    }

    .post-type-icon--lg svg {
        width: 7.142857142857143rem;
        height: 7.142857142857143rem;
    }

    .post-type-icon--lg .post-score__value {
        font-size: 2rem;
    }
}

.media-left.post-type-icon > i:only-child,
.media-right.post-type-icon > i:only-child {
    display: block;
}

.post-type-icon i {
    font-size: 3.2857142857142856rem;
    line-height: 1.1;
}

@media (min-width: 768px) {
    .post-type-icon i {
        font-size: 4.285714285714286rem;
    }
}

/** Review Icon **/

.post-score--circle,
.post-type-icon.review-icon:not(.overlay-item) {
    position: relative;
}

.overlay-item.post-type-icon.review-icon:not([class*="overlay-item--"]) {
    top: 0;
    right: 0;
}

.post-score--circle,
.post-type-icon.review-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 6.428571428571429rem;
    height: 6.428571428571429rem;
    padding: 0.21428571428571427rem;
    border-radius: 50%;
    background-color: #f2f2f2;
    z-index: 0;
}

/*.overlay-item.post-type-icon.review-icon:not([class*="overlay-item--"])::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 50%;
    background: var(--bg-site);
    z-index: -1;
}
*/
/*.overlay-item.post-type-icon.review-icon:not([class*="overlay-item--"])::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #f2f2f2;
    border-radius: 50%;
    z-index: -1;
}*/

.post-score--circle svg,
.post-type-icon.review-icon svg {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.post-score--circle .post-score__value,
.post-type-icon.review-icon .review-score {
    position: absolute;
    top: 50%;
    left: 50%;
    color: var(--color-white);
    font-size: 1.42857143rem; /* 20px */
    font-weight: 700;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.post-score--circle .post-score__value {
    font-size: 2.428571428571429rem;
}

.post-score--circle {
    width: 12.857142857142858rem;
    height: 12.857142857142858rem;
    padding: 0;
    background-color: #fff;
}

.post-score--circle svg g {
    fill: #fff;
}

/** Gallery Icon **/

.post-type-icon.gallery-icon i {
    font-size: inherit !important;
}

.post--overlay .gallery-icon,
.post__thumb .gallery-icon,
.overlay-item.gallery-icon {
    padding: 0.4em 0.8em;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
}

.post--overlay .gallery-icon .mdicon:not(:last-child),
.post__thumb .gallery-icon .mdicon:not(:last-child),
.overlay-item.gallery-icon .mdicon:not(:last-child) {
    margin-right: 0.4em;
}

/* post-icon ----------------------- */
/*@end file 9*/
/* ----------------------- all-header */

.top-bar__inner--flex {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
}

.navigation-bar__inner {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}

.navigation-bar__section {
    min-width: 0;
    padding-left: 0.5714285714285714rem;
    padding-right: 0.5714285714285714rem;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.navigation-wrapper {
    -webkit-box-flex: 1;
    box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.navigation-bar-btn {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    height: 4.285714285714286rem;
    padding: 0 0.7142857142857143rem;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1rem;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
}

.navigation--main>li {
    font-size: 1rem;
    white-space: normal;
    text-align: left;
}

.navigation--main {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 0;
}

.navigation--inline>li {
    display: inline-block;
}

.navigation--main>li>a {
    display: inline-block;
    height: 4.285714285714286rem;
    padding: 0 0.7142857142857143rem;
    font-size: 0.92857rem;
    line-height: 4.285714285714286rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.navigation--main>li>a {
    position: relative;
    color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.2s ease-out 0.05s;
    -o-transition: all 0.2s ease-out 0.05s;
    transition: all 0.2s ease-out 0.05s;
}

.navigation--main>li>a:before {
    content: '';
    display: block;
    height: 0.21428571428571427rem;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    background: #FC3C2D;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.navigation--main>li {
    z-index: 1;
}

.priority-nav__more {
    position: relative;
}

.navigation--main>li.menu-item-has-children>a:after {
    display: inline-block;
    font-family: 'mdicon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e5cf';
    display: inline-block;
    margin-left: 0.1em;
    margin-top: -0.1em;
    font-size: 1.3em;
    letter-spacing: -0.2857em;
}

.priority-nav__more i {
    font-size: 1.5rem;
    margin-left: 1px;
}

.mdicon-more_vert::before {
    content: '\e5cf';
}

.navigation--main>li>.sub-menu,
.navigation--main li>.sub-menu .sub-menu {
    width: 220px;
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    bottom: auto;
    padding: 2rem 0;
    background: #f2f2f2;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 0.21428571428571427rem 0.42857142857142855rem rgba(0, 0, 0, .16);
    box-shadow: 0 0.21428571428571427rem 0.42857142857142855rem rgba(0, 0, 0, .16);
    -webkit-transform: translateY(8px) translateZ(0);
    transform: translateY(8px) translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1),
    visibility 300ms cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1),
    visibility 300ms cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1),
    visibility 300ms cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1),
    visibility 300ms cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1),
    visibility 300ms cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 1000;
}

.navigation--main .sub-menu {
    color: rgba(0, 0, 0, 0.6);
    font-size: 1rem;
    line-height: 1.4;
}

.navigation--main li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    z-index: 100;

    -webkit-backface-visibility: visible;

    backface-visibility: visible;
}

.navigation,
.menu,
.sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.priority-nav__more {
    /*direction: rtl;*/
}

.priority-nav__more * {
    /*direction: ltr;*/
}

.priority-nav__more .sub-menu .sub-menu,
.priority-nav__more li.menu-item-has-children>a::after,
.priority-nav__more .atbs-forter-mega-menu {
    display: none !important;
}

.navigation--main * {
    white-space: initial;
}

.mobile-header__inner--flex {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    width: 100%;
}

.mobile-header {
    position: relative;
    height: 3.5714285714285716rem;
    -webkit-box-shadow: 0px 0.21428571428571427rem 0.14285714285714285rem 0px rgb(0 0 0 / 3%), 0 1px 0 0 rgb(0 0 0 / 4%), 0 -1px 0 0 rgb(0 0 0 / 4%);
    box-shadow: 0px 0.21428571428571427rem 0.14285714285714285rem 0px rgb(0 0 0 / 3%), 0 1px 0 0 rgb(0 0 0 / 4%), 0 -1px 0 0 rgb(0 0 0 / 4%);
}

.mobile-header__inner {
    padding: 0 1.0714285714285714rem;
}

.mobile-header__section {
    padding-right: 1.4285714285714286rem;
    white-space: nowrap;
}

.header-branding--mobile {
    min-width: 0;
}

.flexbox__item {
    -webkit-box-flex: 1;
    box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.header-logo--mobile img {
    max-height: 3.5714285714285716rem;
    padding: 0.7142857142857143rem 0;
}

.header-logo a {
    text-decoration: none !important;
}

.mobile-header__section:last-child {
    padding-right: 0;
}

.mobile-header-btn {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    height: 3.5714285714285716rem;
    padding: 0 0.2857142857142857rem;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.8);
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    vertical-align: middle;
}

.mobile-header-btn i {
    font-size: 1.8571428571428572rem;
    line-height: 3.5714285714285716rem;
}

.header-search-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fafafa;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.header-search-dropdown.is-active {
    display: block;
    -webkit-box-shadow: 0px 0.21428571428571427rem 0.14285714285714285rem 0px rgb(0 0 0 / 3%), 0 1px 0 0 rgb(0 0 0 / 4%), 0 -1px 0 0 rgb(0 0 0 / 4%);
    box-shadow: 0px 0.21428571428571427rem 0.14285714285714285rem 0px rgb(0 0 0 / 3%), 0 1px 0 0 rgb(0 0 0 / 4%), 0 -1px 0 0 rgb(0 0 0 / 4%);
    opacity: 1;
    visibility: visible;
    z-index: 100;
}

.search-form {
    position: relative;
}

.search-form--horizontal {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}

.search-form--horizontal .search-form__input-wrap {
    -webkit-box-flex: 1;
    box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.header-search-dropdown .search-form__input {
    padding: 1.2857142857142858rem 0.5714285714285714rem;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1.14286rem;
}

.header-search-dropdown .search-form__submit {
    text-transform: uppercase;
}

@media(max-width:767px){
    .mobile-header__inner {
        padding: 0 1.955671447196871vw;
    }

    .mobile-header__section {
        padding-right: 2.607561929595828vw;
        white-space: nowrap;
    }
}
/* ----------------------- all-header */
/*@end file 10*/
/* ----------------------- atbs-browse */
.atbs-browse {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.site-footer--inverse .atbs-browse__list a,
.top-bar--inverse .atbs-browse__list a {
    background-color: transparent;
    color: rgba(255,255,255,0.6);
}

.atbs-browse__list {
    list-style: none;
}
.atbs-browse__list a {
    padding: 0.7142857142857143rem 1.2857142857142858rem;
    background-color: #f2f2f2;
    color: #4b4b4b;
    border: 0.07142857142857142rem solid var(--color-border);
    border-radius: 8px;
    line-height: 1.5;
    font-weight: 500;
    text-decoration: none;
    display: block;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;



}

.atbs-browse__list i {
    margin-right: 0.42857142857142855rem;
    font-size: 1.07142857143rem;
}
.atbs-browse__list li.priority-nav__more::before {
    position: absolute;
    content: "";
    top: calc(100% - 0.07142857142857142rem);
    width: 0;
    height: 0;
    border-left: 0.7142857142857143rem solid transparent;
    border-right: 0.7142857142857143rem solid transparent;
    border-top: 0.7142857142857143rem solid var(--color-primary);
    left: auto;
    right: 1.4285714285714286rem;
    z-index: 11;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.atbs-browse__list li.priority-nav__more .sub-menu {
    position: absolute;
    width: 14.285714285714286rem;
    height: auto;
    display: none;
    z-index: 10;
    right: 0.42857142857142855rem;
    padding-right: 0;
    top: 100%;
    padding-top: 0.7142857142857143rem;
    background: transparent;
}

.atbs-browse__list li.priority-nav__more .sub-menu a {
    border: none;
    border-radius: 0;
}
.atbs-browse__list li.priority-nav__more .sub-menu li {
    padding: 0;
}
.atbs-browse__list .priority-nav__more * {
    /*direction: rtl;*/
}

.atbs-browse__list li.priority-nav__more > a i {
    font-size: 1.5rem;
    margin-right: 0;
    margin-left: 0.42857142857142855rem;
}
.atbs-browse__list li.priority-nav__more > a{
    /*display: flex;*/
    /*flex-direction: row-reverse;*/
}
.atbs-browse__list li.priority-nav__more:hover::before {
    visibility: visible;
    opacity: 1;
}
.atbs-browse__list li.priority-nav__more:hover .sub-menu {
    display: block;
}
.atbs-browse__list li.priority-nav__more .sub-menu > li {
    border-left: 0.07142857142857142rem solid var(--color-border);
    border-right: 0.07142857142857142rem solid var(--color-border);
}
.atbs-browse__list li.priority-nav__more .sub-menu > li:first-child {
    border-top: 0.07142857142857142rem solid var(--color-border);
}
.site-header .atbs-browse__list li.priority-nav__more .sub-menu {
    -webkit-box-shadow: 0px 2px 2px rgb(0 0 0 / 30%);
    box-shadow: 0px 2px 2px rgb(0 0 0 / 30%);
}
.atbs-browse__list li.priority-nav__more .sub-menu > li:last-child {
    border-bottom: 0.07142857142857142rem solid var(--color-border);
}
.atbs-browse__list li.priority-nav__more .sub-menu > li a {
    padding: 1.0714285714285714rem 1.2857142857142858rem;
}

.atbs-browse__list li:hover > a,
.atbs-browse__list li:hover > a:focus {
    background-color: var(--color-primary);
    color: #ffffff;
    border: 0.07142857142857142rem solid var(--color-border);
}
.atbs-browse__list {
    margin: 0 -0.42857142857142855rem;
}
.atbs-browse__list li {
    padding: 0 0.42857142857142855rem;
}

/* ----------------------- atbs-browse */
/*@end file 11*/
/* ----------------------- offcanvas*/

.atbs-offcanvas {
    background-color: #f2f2f2;
    width: 400px;
}

.atbs-offcanvas__inner {
    height: 100%;
    scrollbar-width: thin;
    scrollbar-color: var(--color-primary) rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.atbs-offcanvas__section:not(:first-child) {
    border-top: 0.07142857142857142rem solid var(--color-border);
}

.atbs-offcanvas__title {
    padding: 2.142857142857143rem;
}

.atbs-offcanvas__title h2 {
    margin-bottom: 0;
}

.atbs-offcanvas__title img {
    width: 17.571428571428573rem;
}

.atbs-offcanvas-close {
    border: 0.07142857142857142rem solid var(--color-border);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: normal;
    font-size: 1rem;
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
}

.atbs-offcanvas-close:hover {
    background-color: var(--color-primary);
    color: #fff !important;
    border: 0.07142857142857142rem solid var(--color-primary);
}
.atbs-offcanvas .scrollbar-overflowing::-webkit-scrollbar{
    background: none;
    width: 0.2142857142857143rem;
}
.atbs-offcanvas .scrollbar-overflowing::-webkit-scrollbar-thumb {
    background-color: var(--color-primary);
    border: 0.07142857142857142rem solid var(--color-primary);
}

.atbs-offcanvas .scrollbar-overflowing::-webkit-scrollbar-track {
    background: none;
    border: none;
}
.atbs-offcanvas__section-navigation {
    padding: 0;
}

.navigation--offcanvas {
    padding: 0.7142857142857143rem 0;
}

.navigation--offcanvas li > a,
.navigation--offcanvas > li > .sub-menu > li > a {
    font-size: 1.14285714286rem;
    line-height: 1.5;
}

.navigation--offcanvas li>a {
    color: var(--color-secondary);
    /*font-weight: 700;*/
    padding: 1.0714285714285714rem 0 1.0714285714285714rem 2.142857142857143rem;
}

.navigation--offcanvas li > a:hover,
.navigation--offcanvas > li > .sub-menu > li > a:hover {
    background: none;
    color: var(--color-primary);
}
#atbs-offcanvas-mobile .navigation--offcanvas > li > .sub-menu > li > .sub-menu > li > a,
.navigation--offcanvas > li > .sub-menu > li > .sub-menu > li > a {
    padding-left: 5rem;
}
.navigation--offcanvas .sub-menu {
    background-color: #f2f2f2;
    padding: 0.7142857142857143rem 0;
    -webkit-box-shadow: 0 0.07142857142857142rem 0 var(--color-border) inset;
    box-shadow: 0 0.07142857142857142rem 0 var(--color-border) inset;
}

.navigation--offcanvas .sub-menu,
.navigation--offcanvas .sub-menu .sub-menu {
    margin-top: 0.5714285714285714rem;
}

.atbs-offcanvas .navigation .sub-menu li {
    padding: 0;
}

.navigation--offcanvas .submenu-toggle {
    right: 2rem;
}

.navigation--offcanvas>li>.sub-menu>li>a {
    padding: 0.7142857142857143rem;
    padding-left: 3.5714285714285716rem;
    /*font-weight: 400;*/
    color: var(--color-meta);
}

.navigation--offcanvas .submenu-toggle i {
    font-size: 1.42857142857rem;
}

.atbs-offcanvas__social {
    padding: 2.857142857142857rem 2.142857142857143rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}
.atbs-offcanvas__social .social-list{
    margin: -0.2857142857142857rem;
}
.atbs-offcanvas__social .social-list>li {
    padding: 0.2857142857142857rem;
}

.atbs-offcanvas__social .social-list>li>a {
    width: 3.5714285714285716rem;
    height: 3.5714285714285716rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0.07142857142857142rem solid var(--color-border);
}

.atbs-offcanvas__social .social-list>li>a i {
    color: var(--color-text);
    opacity: 0.5;
}

.atbs-offcanvas__social .social-list>li:hover a {
    background-color: var(--color-primary);
    border: 0.07142857142857142rem solid var(--color-primary);
}

.atbs-offcanvas__social .social-list>li:hover a i {
    color: #ffffff;
    opacity: 1;
}

.navigation--offcanvas .sub-menu .sub-menu .menu-item-has-children .submenu-toggle {
    display: none;
}

@media (max-width: 1199px) and (min-width: 576px) {
    .atbs-offcanvas__title {
        padding: 2.5020850708924103vw;
    }
    .atbs-offcanvas .scrollbar-overflowing::-webkit-scrollbar {
        width: 0.25020850708vw;
    }
    .atbs-offcanvas .scrollbar-overflowing::-webkit-scrollbar-thumb {
        border: 0.08340283569vw solid var(--color-primary);
    }
}

@media (max-width: 991px) {
    #atbs-offcanvas-primary {
        display: block;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .atbs-offcanvas {
        width: 33.36113427856547vw;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .atbs-offcanvas {
        width: 41.7209908735vw;
    }
    .atbs-offcanvas-close {
        font-size: 0.85714285714rem;
    }
    .atbs-offcanvas__social{
        padding: 2.142857142857143rem;
    }
}

@media (max-width: 575px) {
    .atbs-offcanvas {
        width: 320px;
    }
    .atbs-offcanvas__title {
        padding: 4.3478260869565215vw;
    }
    .atbs-offcanvas .scrollbar-overflowing::-webkit-scrollbar {
        width: 0.52173913043vw;
    }
    .atbs-offcanvas__title img {
        width: 42.78260869565217vw;
    }
    .atbs-offcanvas .scrollbar-overflowing::-webkit-scrollbar-thumb {
        border: 0.17391304347vw solid var(--color-primary);
    }
    #atbs-offcanvas-mobile li.menu-item-has-children > a,
    .navigation--offcanvas li.menu-item-has-children > a {
        /*padding-right: 9.73913043478261vw;*/
        padding: 1.0714285714285714rem 3.7rem 1.0714285714285714rem 4.3478260869565215vw;
    }
    #atbs-offcanvas-mobile .navigation--offcanvas > li > a {
        padding: 1.0714285714285714rem 3.7rem 1.0714285714285714rem 4.3478260869565215vw;
    }
    .navigation--offcanvas .submenu-toggle {
        right: 1rem;
        width: 2.57142857143rem;
    }
    .navigation--offcanvas .sub-menu {
        padding: 0.8695652173913043vw 0;

    }
    .navigation--offcanvas>li>.sub-menu>li>a {
        padding-left:8.695652173913043vw;
    }

    .atbs-offcanvas__social {
        padding: 4.3478260869565215vw;
    }
    .atbs-offcanvas__social .social-list{
        margin: -0.6956521739130435vw;
    }
    .atbs-offcanvas__social .social-list>li {
        padding: 0.6956521739130435vw;
    }

}


/* ----------------------- offcanvas*/
/*@end file 12*/
/* ----------------------- navigation */
.navigation .sub-menu li {
    position: relative;
    padding: 0 20px;
}
.navigation--main > li > .sub-menu,
.navigation--main li > .sub-menu .sub-menu {
    padding: 15px 0;
}

.navigation--main > li.menu-item-has-children > a::after,
.navigation--main .sub-menu > li.menu-item-has-children > a::after,
.navigation--main .sub-menu ul > li.menu-item-has-children > a::after {
    /* use !important to prevent issues with browser extensions that change fonts */
    display: inline-block;
    font-family: "mdicon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    /* Better Font Rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e5cf";
    display: inline-block;
    margin-left: 0.1em;
    margin-top: -0.1em;
    font-size: 1.3em;
    letter-spacing: -0.2857em;
}

.navigation--main .sub-menu > li.menu-item-has-children > a {
    position: relative;
}

.navigation--main .sub-menu li.menu-item-has-children > a::after,
.navigation--main .sub-menu ul > li.menu-item-has-children > a::after {
    content: "\e409";
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.navigation--main .sub-menu li.menu-item-has-children:hover > a::after,
.navigation--main .sub-menu li.menu-item-has-children:focus-within > a::after,
.navigation--main .sub-menu ul > li.menu-item-has-children:hover > a::after,
.navigation--main .sub-menu ul > li.menu-item-has-children:focus-within > a::after {
    color: var(--color-primary);
}

.navigation--main li > *:not(.atbs-mega-menu) .menu-item-has-children a {
    padding-right: 20px;
}

.navigation--main > li > a {
    position: relative;
    color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 200ms ease-out 50ms;
    -o-transition: all 200ms ease-out 50ms;
    transition: all 200ms ease-out 50ms;
}

.navigation--main > li > a::before {
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    background: #003366;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.navigation--main > li:hover > a,
.navigation--main > li:focus-within > a,
.navigation--main > li.current-menu-item > a {
    color: rgba(0, 0, 0, 0.8);
}

.navigation--main > li:hover > a::before,
.navigation--main > li:focus-within > a::before,
.navigation--main > li.current-menu-item > a::before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.navigation--main .sub-menu {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.4;
}

.navigation--main > li > .sub-menu,
.navigation--main li > .sub-menu .sub-menu {
    right: auto;
}

.navigation--main li:hover > .sub-menu,
.navigation--main li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    -webkit-transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1),
    visibility 300ms cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1),
    visibility 300ms cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1),
    visibility 300ms cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1),
    visibility 300ms cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1),
    visibility 300ms cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.navigation--main li > .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    margin-left: 0;
}

.navigation--main .sub-menu a {
    position: relative;
    display: block;
    padding: 12px 8px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.4;
    text-transform: uppercase;
    text-decoration: none;
}

/*----- Dropdown hover style -----*/

.navigation--main .sub-menu li a::before,
.atbs-mega-menu .sub-menu .sub-menu li a::before {
    content: '';
    position: absolute;
    top: calc( 0.7em + 10px + 0.5px );
    left: 0;
    width: 10px;
    height: 1px;
    background-color: var(--color-primary);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 300ms ease-out;
    transition: -webkit-transform 300ms ease-out;
    -o-transition: transform 300ms ease-out;
    transition: transform 300ms ease-out;
    transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
}

.navigation--main .sub-menu li a,
.atbs-mega-menu .sub-menu .sub-menu li a {
    -webkit-transition: 300ms padding ease-out;
    -o-transition: 300ms padding ease-out;
    transition: 300ms padding ease-out;
}

.navigation--main .sub-menu li a {
    padding-left: 0;
}

.navigation--main .sub-menu li a:hover,
.atbs-mega-menu .sub-menu .sub-menu li a:hover,
.navigation--main .sub-menu li a:focus,
.atbs-mega-menu .sub-menu .sub-menu li a:focus {
    /*padding-left: 15px;*/

    padding-left: 0;
}

.navigation--main .sub-menu li a:hover::before,
.atbs-mega-menu .sub-menu li a:hover::before,
.navigation--main .sub-menu li a:focus::before,
.atbs-mega-menu .sub-menu li a:focus::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);

    display: none;
}

.navigation--main .sub-menu li a:hover,
.atbs-mega-menu .sub-menu li a:hover,
.navigation--main .sub-menu li a:focus,
.atbs-mega-menu .sub-menu li a:focus {
    color: var(--color-primary);
}

/*----- Left Submenus -----*/

.top-bar__nav .navigation li.menu-item-has-left-sub-menu > .sub-menu,
.navigation--main li.menu-item-has-left-sub-menu > .sub-menu {
    right: 100%;
    left: auto;
    margin-right: 0;
}

.navigation--main .sub-menu > li.menu-item-has-left-sub-menu > a,
.navigation--main .sub-menu > li.menu-item-has-left-sub-menu ~ li > a {
    padding-right: 0;
    padding-left: 20px;
    text-align: right;
}

.menu-item-has-left-sub-menu > .sub-menu > .menu-item-has-children:not(.menu-item-has-left-sub-menu) > .sub-menu,
.menu-item-has-children:not(.menu-item-has-left-sub-menu) > .sub-menu > .menu-item-has-left-sub-menu > .sub-menu {
    top: calc(100% - 20px);
}

.navigation--main .sub-menu li.menu-item-has-children.menu-item-has-left-sub-menu > a::after,
.navigation--main .sub-menu ul li.menu-item-has-left-sub-menu.menu-item-has-children > a::after {
    content: '\e408';
    right: auto;
    left: -8px;
}

.navigation--main .sub-menu li.menu-item-has-children.menu-item-has-left-sub-menu > a::before,
.navigation--main .sub-menu li.menu-item-has-children.menu-item-has-left-sub-menu ~ li > a::before,
.navigation--main .sub-menu ul li.menu-item-has-left-sub-menu.menu-item-has-children > a::before {
    left: auto;
    right: 0;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.navigation--main .sub-menu li.menu-item-has-children.menu-item-has-left-sub-menu > a:hover,
.navigation--main .sub-menu li.menu-item-has-children.menu-item-has-left-sub-menu ~ li > a:hover,
.navigation--main .sub-menu ul > li.menu-item-has-left-sub-menu.menu-item-has-children > a:hover,
.navigation--main .sub-menu li.menu-item-has-children.menu-item-has-left-sub-menu > a:focus,
.navigation--main .sub-menu li.menu-item-has-children.menu-item-has-left-sub-menu ~ li > a:focus,
.navigation--main .sub-menu ul > li.menu-item-has-left-sub-menu.menu-item-has-children > a:focus {
    padding-right: 15px;
}



/* navigation ----------------------- */

/*@end file 13*/
/* ----------------------- header-2*/
.atbs-mobile-header{
    background-color: #f2f2f2;
}
.mobile-header--inverse {
    background-color: #222;
}

.header-2 .navigation-bar__inner {
    padding: 0 2.142857142857143rem;
}

.header-2 .navigation-bar--fullwidth {
    background-color: var(--color-primary);
}

.header-2 .top-bar--fullwidth {
    border-bottom: 0.07142857142857142rem solid var(--color-border);
}

.top-bar--inverse {
    background-color: var(--color-secondary);
}
.header-2 .header-main .site-logo {
    padding: 20px 0;
}
.header-2 .top-bar--fullwidth .top-bar__inner {
    padding: 1.0714285714285714rem 2.142857142857143rem;
}

.header-2 .navigation-bar--fullwidth .navigation {
    margin: 0 -2.142857142857143rem;
    font-size: 1rem;
}

.header-2 .offcanvas-menu-toggle svg {
    fill: var(--color-primary);
    width: 2.5rem;
    height: 1.7142857142857142rem;
}

.header-2 .top-bar__section .social-list {
    padding-right: 1.4285714285714286rem;
    margin-right: 2.142857142857143rem;
    position: relative;
}

.navigation-bar-btn:focus-within {
    border: none;
}

.header-2 label {
    margin-bottom: 0;
}


/* header-content  */

.header-main__section--has-offcanvas-toggle {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    width: 14rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.header-main__theme-switch{
    width: 14rem;
}
.header-main__section--has-offcanvas-toggle a{
    padding: 4.142857142857143rem 3.7142857142857144rem;
    line-height: 9.92857142857rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-right: 0.07142857142857142rem solid var(--color-border);
}

.header-2 .header-main__section:first-child .navigation-bar-btn {
    height: auto;
    padding: 0;
}

.header-2 .top-bar--inverse,
.header-main--inverse .header-main__section--seperated:not(:last-child) {
    border-color: rgba(255, 255, 255, 0.13);
}
/*.header-2 .site-logo {
    max-width: 16.571428571428573rem;
}*/
.header-2 .site-logo a,
.header-2 .site-logo a img {
    display: block;
}
.site-logo a img {
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}
/*.header-2 .site-logo a img {
    object-fit: contain;
}*/

.header-2 .viralcoll-design-theme-switch {
    margin-right: 2.142857142857143rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.header-2 .viralcoll-design-theme-switch:last-child {
    /*margin-right: 0;*/
}

/* header-content  */


/* Navigation bar  */

.header-2 .navigation-bar--fullwidth {
    height: 5.714285714285714rem;
}

.header-2 .navigation-bar--fullwidth .navigation-bar__section,
.header-2 .navigation-bar--fullwidth .navigation--main>li>a {
    height: 5.714285714285714rem;
}

.header-2 .navigation-bar--fullwidth .navigation--main>li>a {
    line-height: 5.714285714285714rem;
}

.navigation--main>li:hover>a:before,
.navigation--main>li.current-menu-item>a:before {
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

.header-2 .navigation-wrapper {
    margin: 0;
    padding: 0;
}
@media (max-width:1199px) {
    .header-2 .header-main,.header-2 .header-main__inner {
        height: auto;
    }

    .header-2 .navigation-bar__inner {
        padding: 0 3.33333333333vw;
    }
    .header-2 .top-bar--fullwidth .top-bar__inner {
        padding: 1.2510425354462051vw 3.33333333333vw;
    }
    .header-2 .top-bar--fullwidth {
        border-bottom: 0.0834028356964137vw solid var(--color-border);
    }
    .item-seperated::before {
        width: 0.0834028356964137vw;
    }
    .header-main__section--has-offcanvas-toggle a {
        padding: 3.2142857142857144rem;
        border-right: 0.0834028356964137vw solid var(--color-border);
    }
    .header-2 .viralcoll-design-theme-switch {
        margin-right: 3.33333333333vw;
    }
}
@media(max-width:767px){
    .header-2 .viralcoll-design-theme-switch {
        margin-right: 0;
    }
}

/* ----------------------- header-2*/
/*@end file 14*/
/* ----------------------- header-2*/
@media(min-width:1921px){
    /*.header-1{
        width: 1920px;
        margin: 0 auto;
    }*/

}
/*.header-1 .navigation-bar::before{
    position: absolute;
    content: "";
    left: calc((100vw - 1920px)/-2);
    right: 0;
    width: 100vw;
    height: 7.14285714286rem;
    background-color: var(--color-primary)
}*/
/* .header-1{
    background-color: #f2f2f2;
} */
.header-1 .header-main {
    padding: 0 2.142857142857143rem;
    background-color: var(--bg-site);
}
.header-1 .header-main, .header-1 .header-main__inner{
    height: 7.142857142857143rem;
}
.header-1 .atbs-browse {
    padding-left: 4.285714285714286rem;
}

.header-1 .header-main__section .social-list {
    padding-right: 1.4285714285714286rem;
    margin-right: 2.142857142857143rem;
    position: relative;
    text-align: right
}
.header-1 .header-main__section.flex-center{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/* .navigation--bar */

.header-1 .navigation-bar {
    background-color: var(--color-primary);
}


.header-1 .navigation-bar__inner {
    padding: 0 2.142857142857143rem;
}

.header-1 label {
    margin-bottom: 0;
}

.header-1 .navigation-bar,
.header-1 .navigation-bar .navigation-bar__section,
.header-1 .navigation-bar .navigation--main>li>a,
.header-1 .navigation-bar .navigation-bar__section .navigation-bar-btn {
    height: 7.142857142857143rem;
}

.header-1 .navigation-bar .navigation-bar__section:first-child {
    padding-right: 2.142857142857143rem;
    padding-left: 0;
    margin-left: 0;
}
.header-1 .navigation-bar .navigation--main>li>a{
    line-height: 7.142857142857143rem;
    font-weight: bold;
}
.header-1 .navigation-bar .navigation-bar__section .navigation-bar-btn {
    line-height: 7.142857142857143rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-1 .navigation-bar .navigation-bar__section:first-child .navigation-bar-btn {
    padding: 0;
}

.header-1 .navigation-bar .navigation-bar__section:last-child {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0;
    margin-right: 0;
}


.header-1 .navigation-bar--inverse .header-search input[type="text"] {
    color: #ffffff;
    background-color: var( --color-primary-dark);
    border: 0.07142857142857142rem solid var( --color-primary-dark);
}
.header-1 .navigation-bar--inverse .header-search input[type="text"]::-webkit-input-placeholder {
    color: #ffffff;
}

.header-1 .navigation-bar--inverse .header-search input[type="text"]::-moz-placeholder {
    color: #ffffff;
}

.header-1 .navigation-bar--inverse .header-search input[type="text"]:-ms-input-placeholder {
    color: #ffffff;
}

.header-1 .navigation-bar--inverse .header-search input[type="text"]::-ms-input-placeholder {
    color: #ffffff;
}
.header-1 .navigation-bar--inverse .header-search .search-form__submit,
.header-1 .navigation-bar--inverse .header-search input[type="text"],
.header-1 .navigation-bar--inverse .header-search input[type="text"]::placeholder {
    color: #ffffff;
}
.header-1 .navigation-bar__section .offcanvas-menu-toggle svg{
    width: 2.5rem;
    height: 1.7142857142857142rem;
}
.header-1 .navigation-bar--inverse .navigation-bar__section .offcanvas-menu-toggle svg {
    fill: #ffffff;
}
@media(max-width:1373px) and (min-width:1200px){
    .header-1 .header-main__section.justify-content-end{
        max-width: 500px;
    }
}

@media (max-width: 1199px) {
    .header-1 .header-main__browse{
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }
    .header-1 .navigation-bar__inner {
        /*padding: 0 2.50208507089241vw;*/
        padding: 0 3.33333333333vw;
    }
    .header-1 .navigation-bar__section:first-child {
        margin-left: 0;
    }
    .header-1 .navigation-bar__section:last-child {
        margin-right: 0;
    }
    .header-1 .atbs-browse {
        padding: 0 2.142857142857143rem;
    }
    .header-1 .header-main {
        /*padding: 0 2.50208507089241vw;*/
        padding: 0 3.33333333333vw;
    }
    .header-1 .site-logo .header-logo img {
        width: 17.571428571428573rem;
    }
}


/* ----------------------- header-2*/
/*@end file 15*/
/* ----------------------- header*/

.site-header,
.navigation-bar {
    position: relative;
}

.site-header .background-img {
    z-index: -1;
}

.header-1 .background-img-wrapper + .header-main {
    background-color: transparent;
}

.social-list > li > a > i {
    font-size: 1.42857142857rem;
}

.header-2 .top-bar .social-list > li > a > i {
    font-size: 1.142857rem;
}
.social-list > li > a {
    padding: 0.21428571428571427rem 0.7142857142857143rem;
    color: rgba(34, 34, 34, 0.5);
}
.social-list > li > a:hover {
    color: var(--color-primary);
}
.header-search {
    width: 17.857142857142858rem;
    height: 3.57142857143rem;
    position: relative;
}

.header-search input[type="text"] {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-style: italic;
    padding-left: 1.0714285714285714rem;
    padding-right: 2.857142857142857rem;
    width: 100%;
    height: 100%;
    border: 0.07142857142857142rem solid var(--color-border);
    border-radius: 0.5714285714285714rem;
}

.header-search input[type="text"]:focus {
    border: 0.07142857142857142rem solid var(--color-border);
}

.inverse-text .header-search .search-form__submit,
.inverse-text .header-search input[type="text"] {
    color: rgba(255, 255, 255, 0.6);
}

.inverse-text .header-search input[type="text"] {
    border-color: rgba(255, 255, 255, 0.3);
}

.header-search .search-form__submit {
    position: absolute;
    height: 3.5714285714285716rem;
    left: auto;
    border: none;
    background: no-repeat;
    right: 1.0714285714285714rem;
}

.header-search .search-form__submit i {
    font-size: 1.5rem;
}

.header-search .search-form__submit,
.header-search input[type="text"] {
    color: rgba(23, 23, 23, 0.6);
    font-size: 1.14285714286rem;
}

.item-seperated {
    position: relative;
}

.item-seperated::before {
    content: "";
    position: absolute;
    height: 2.357142857142857rem;
    width: 0.07142857142857142rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    bottom: auto;
    left: auto;
    background-color: var(--color-border);
}

.inverse-text .item-seperated::before {
    background-color: rgba(255, 255, 255, 0.2);
}

/* style-navigation */
.navigation-bar--inverse .navigation--main > li > a,
.navigation-bar--inverse .logo-text{
    color: #ffffff;
}

.navigation-bar .navigation--main {
    margin: 0 -2.142857142857143rem;
}
.navigation-bar .navigation--main > li {
    padding: 0 2.142857142857143rem;
}
.navigation-bar .navigation--main > li > a {
    padding: 0;
    font-size: 1.14285714286rem;
    font-weight: 500;
}

.navigation-bar .menu-item-has-children>a,
.navigation-bar .navigation--main >li >a:focus {
    position: relative;
}

.navigation-bar .navigation--main > li > a::before {
    content: "";
    top: 0;
    left: 50%;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 0.35714285714285715rem;
    background-color: var(--color-primary-dark);
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    display: block;
    /* opacity: 0;
    visibility: hidden;
    transform: translate(-50%) scale(1, 0);
    transform-origin: top;
    transition: opacity 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 100ms,
        visibility 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 100ms,
        transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 100ms; */
}

.navigation-bar .navigation--main > .current-menu-item > a::before,
.navigation-bar .navigation--main > li > a:focus::before,
.navigation-bar .navigation--main > li:hover > a::before,
.navigation-bar .navigation--main > li:focus-within > a::before {
    /* opacity: 1;
    visibility: visible;
    transform: translate(-50%) scale(1, 1);
    transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1),
                visibility 300ms cubic-bezier(0.165, 0.84, 0.44, 1),
                transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1); */
    display: block;
}

.navigation-bar .navigation--main:hover > .priority-nav__more > a::before {
    display: block;
}

.navigation-bar .navigation--main>.priority-nav__more>a,
.navigation-bar .navigation--main:hover > .priority-nav__more > a:focus {
    position: relative;
}

.navigation-bar .navigation--main>.priority-nav__more>a::before,
.navigation-bar .navigation--main> .priority-nav__more >a:focus::before {
    position: absolute;
    content: "";
    width: 7.857142857142857rem;
    height: 2.857142857142857rem;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: var(--color-primary-dark);
    z-index: -1;
    border-radius: 0.5714285714285714rem;
    display: block;
}

/* Logo Dark Mode */

.site-wrapper:not(.atbs-dark-mode) .logo-dark-mode,
.atbs-dark-mode .logo-light-mode:not(:only-child) {
    display: none;
}

.mobile-header--inverse .mobile-header-btn {
    color: rgba(255, 255, 255, 0.8);
}
.navigation-bar__section {
    margin-left: 0.6672226855713094vw;
    margin-right: 0.6672226855713094vw;
}


@media (max-width: 767px) {
    .atbs-mobile-header .logo-text {
        font-size: 1.57142857143rem;
        font-weight: 700;
    }
    .atbs-mobile-header .search-form__submit-wrap .btn {
        background-color: var(--color-primary);
        color: #ffffff;
        border: none;
        font-size: 1rem;
    }
    .atbs-mobile-header .header-search-dropdown .search-form__input
    input[type="text"] {
        color: #4b4b4b;
    }
    .atbs-mobile-header .header-search-dropdown .search-form__input,
    .atbs-mobile-header .header-search-dropdown .search-form__input input[type="text"]:focus {
        border: none;
    }
    .header-search-dropdown {
        background-color: var(--bg-site);
        border-top: 1px solid var(--color-border)
    }
    .atbs-mobile-header .search-form.search-form--horizontal,.atbs-mobile-header .mobile-header__inner{
        border-bottom: 1px solid var(--color-border);
    }
    .atbs-mobile-header .search-results{
        padding-top: 0.7142857142857143rem;
        font-size: 1.1428571428571428rem;
    }
    .atbs-mobile-header,
    .atbs-mobile-header .mobile-header-btn {
        height: 3.5714285714285716rem;
    }
    .atbs-mobile-header .mobile-header-btn {
        font-size: 1rem;
        padding: 0 0.5215123859191656vw;
        border-radius: 0.3911342894393742vw;
    }
    .atbs-mobile-header .mobile-header-btn i {
        line-height: 3.5714285714285716rem;
        font-size: 1.85714285714rem;
    }
    .atbs-mobile-header .mobile-header__inner {
        padding: 0 1.9556714472vw;
    }
    .atbs-mobile-header .header-search-dropdown .search-form__input {
        padding: 1.2857142857142858rem 0.7142857142857143rem;
    }
    .atbs-mobile-header .search-form__submit-wrap .btn {
        padding: 0.7142857142857143rem 0.8571428571428571rem;
        border-radius: 0.5714285714285714rem;
    }
    .atbs-mobile-header .mobile-header-btn:last-child {
        padding-right:  0;
    }
}
@media (max-width: 575px) {
    .atbs-mobile-header .mobile-header__inner {
        padding: 0 2.60869565217vw;
    }
}
@media (max-width: 480px) {
    .atbs-mobile-header .mobile-header__inner {
        padding: 0 3.125vw;
    }
}
@media(max-width:380px) {
    .atbs-mobile-header .header-search-dropdown .search-form__input {
        padding: 1.0714285714285714rem 0.7142857142857143rem;
    }
    .atbs-mobile-header .search-form__submit-wrap .btn {
        padding: 0.5714285714285714rem 0.7142857142857143rem;
    }
    .atbs-mobile-header .mobile-header__inner {
        padding: 0 3.94736842105vw;
    }
}


/* ----------------------- header*/

/*@end file 16*/
/* ----------------------- mega menu*/
.atbs-mega-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    max-width: 137.14285714285714rem;
    height: auto;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(0) translateZ(0);
    transform: translateX(-50%) translateY(0) translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    z-index: 10;
    background-color: var(--bg-site);
    border: 1px solid rgba(23, 23, 23, 0.1);
    overflow: hidden;
    /* will-change: transform; */
    -webkit-transition: opacity 100ms cubic-bezier(0.165, 0.84, 0.44, 1) 100ms,
    visibility 100ms cubic-bezier(0.165, 0.84, 0.44, 1) 100ms,
    -webkit-transform 100ms cubic-bezier(0.165, 0.84, 0.44, 1) 100ms;
    transition: opacity 100ms cubic-bezier(0.165, 0.84, 0.44, 1) 100ms,
    visibility 100ms cubic-bezier(0.165, 0.84, 0.44, 1) 100ms,
    -webkit-transform 100ms cubic-bezier(0.165, 0.84, 0.44, 1) 100ms;
    -o-transition: opacity 100ms cubic-bezier(0.165, 0.84, 0.44, 1) 100ms,
    visibility 100ms cubic-bezier(0.165, 0.84, 0.44, 1) 100ms,
    transform 100ms cubic-bezier(0.165, 0.84, 0.44, 1) 100ms;
    transition: opacity 100ms cubic-bezier(0.165, 0.84, 0.44, 1) 100ms,
    visibility 100ms cubic-bezier(0.165, 0.84, 0.44, 1) 100ms,
    transform 100ms cubic-bezier(0.165, 0.84, 0.44, 1) 100ms;
    transition: opacity 100ms cubic-bezier(0.165, 0.84, 0.44, 1) 100ms,
    visibility 100ms cubic-bezier(0.165, 0.84, 0.44, 1) 100ms,
    transform 100ms cubic-bezier(0.165, 0.84, 0.44, 1) 100ms,
    -webkit-transform 100ms cubic-bezier(0.165, 0.84, 0.44, 1) 100ms;
}

.atbs-mega-menu * {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
/*.atbs-mega-menu *:not(.post-type-icon) {
    backface-visibility: hidden;
    transform: translateZ(0);
}
*/
/* megamenu-style-1 */
.atbs-megamenu-style-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 0.07142857142857142rem solid rgba(23, 23, 23, 0.1);
}

.atbs-megamenu-style-1 .posts-list-main-wrap {
    width: 53.125%;
}

.atbs-megamenu-style-1 .posts-list-main-wrap {
    padding: 1.0714285714285714rem 1.0714285714285714rem 1.0714285714285714rem 2.142857142857143rem;
}

.atbs-megamenu-style-1 .posts-list-sub-wrap {
    width: calc(100% - 53.125%);
    border-left: 0.07142857142857142rem solid rgba(23, 23, 23, 0.1);
}

.navigation li:hover .atbs-mega-menu{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(0) translateZ(0);
    transform: translateX(-50%) translateY(0) translateZ(0);
    -webkit-transition: opacity 100ms cubic-bezier(0.165, 0.84, 0.44, 1),
    visibility 100ms cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 100ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 100ms cubic-bezier(0.165, 0.84, 0.44, 1),
    visibility 100ms cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 100ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: opacity 100ms cubic-bezier(0.165, 0.84, 0.44, 1),
    visibility 100ms cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 100ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 100ms cubic-bezier(0.165, 0.84, 0.44, 1),
    visibility 100ms cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 100ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 100ms cubic-bezier(0.165, 0.84, 0.44, 1),
    visibility 100ms cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 100ms cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 100ms cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: auto !important;
}

.megamenu-post--horizontal.post__thumb--width-450 .post__thumb {
    width: 46.63212435233161%;
}
.atbs-megamenu-style-1 .megamenu-post--horizontal .post__thumb{
    margin-right: 0;
    min-height: 600px;
}
.megamenu-flex-3i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.megamenu-flex-3i > * {
    width: calc(100% / 3);
}

.atbs-megamenu-style-1 .posts-list-sub-wrap .list-item {
    padding: 1.0714285714285714rem;
    position: relative;
}

.atbs-megamenu-style-1 .posts-list-sub-wrap .list-item:not(:nth-child(3n)):before {
    content: '';
    position: absolute;
    width: 0.07142857142857142rem;
    height: 100%;
    background-color: rgba(23, 23, 23, 0.1);
    right: 0;
    top: 0;
}
.atbs-megamenu-style-1 .posts-list-sub-wrap .bk-preload-wrapper {
    width: 100%;
}
.atbs-megamenu-style-1 .posts-list-sub-wrap .list-item:nth-child(3n + 1):not(:first-child):after {
    content: '';
    position: absolute;
    width: calc(100% * 3);
    height: 0.07142857142857142rem;
    top: 0;
    left: 0;
    background-color: rgba(23, 23, 23, 0.1);
}

.posts-list-main-wrap .megamenu-post--horizontal,
.posts-list-main-wrap .list-item {
    height: 100%;
}

.post__title {
    text-transform: uppercase;
}

.megamenu-post--horizontal .post__thumb {
    height: 100%;
    margin-left: 3.2142857142857144rem;
}

.atbs-megamenu-style-1 + .sub-categories {
    padding: 1.0714285714285714rem 2.142857142857143rem 1.0714285714285714rem 2.142857142857143rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.atbs-megamenu-style-1 + .sub-categories > li a {
    padding: 0.35714285714285715rem 0.7142857142857143rem;
    color: var(--color-secondary);
    font-size: 0.8571428571428571rem;
    font-weight: 700;
    background: transparent;
    border: 0.07142857142857142rem solid rgba(23,23,23,0.1);
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.atbs-megamenu-style-1 + .sub-categories > li:not(:last-child) {
    margin-right: 0.7142857142857143rem;
}

.atbs-megamenu-style-1 + .sub-categories > li:hover a,
.atbs-megamenu-style-1 + .sub-categories > li a:focus,
.atbs-megamenu-style-1 + .sub-categories > li.is-active a {
    background-color: var(--color-primary);
    color: rgba(255,255,255,0.8);
}

.megamenu-post--horizontal .text-group-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 2.142857142857143rem;
    padding-top: 2.142857142857143rem;
    border-top: 0.07142857142857142rem solid rgba(23, 23, 23, 0.1);
}

.megamenu-post--horizontal .text-group-2 .post__meta {
    width: 11.071428571428571rem;
    margin-right: 3.5714285714285716rem;
}

.megamenu-post--horizontal .text-group-2 .post__excerpt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.megamenu-post--vertical-normal.post__thumb-175.post__thumb--width-270 .post__thumb {
    width: 100%;
    height: 12.5rem;
}

@media (max-width: 1680px) {
    .megamenu-flex-3i > * {
        width: calc(100% / 2);
    }

    .atbs-megamenu-style-1 .posts-list-main-wrap {
        width: 63%;
    }

    .atbs-megamenu-style-1 .posts-list-sub-wrap {
        width: 37%;
    }

    .megamenu-flex-3i > *:nth-child(6),
    .megamenu-flex-3i > *:nth-child(5) {
        display: none;
    }

    .atbs-megamenu-style-1 .posts-list-sub-wrap .list-item:not(:nth-child(2n)):before {
        content: '';
        position: absolute;
        width: 0.07142857142857142rem;
        height: 100%;
        background-color: rgba(23, 23, 23, 0.1);
        right: 0;
        top: 0;
    }

    .atbs-megamenu-style-1 .posts-list-sub-wrap .list-item:nth-child(2n + 1):not(:first-child):after {
        content: '';
        position: absolute;
        width: calc(100% * 3);
        height: 0.07142857142857142rem;
        top: 0;
        left: 0;
        background-color: rgba(23, 23, 23, 0.1);
    }
}

@media (max-width: 1440px) {
    .megamenu-post--horizontal .text-group-2 .post__excerpt {
        display: none;
    }

    .megamenu-post--horizontal .text-group-2 {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (max-width: 1199px) {
    .megamenu-flex-3i > *:nth-child(4),
    .megamenu-flex-3i > *:nth-child(3) {
        display: none;
    }

    .megamenu-flex-3i > * {
        width: 100%;
    }

    .atbs-megamenu-style-1 .posts-list-main-wrap {
        width: 75%;
    }

    .atbs-megamenu-style-1 .posts-list-sub-wrap {
        width: 25%;
    }
}

/* end megamenu-style-1 */

/*atbs-megamenu-style-2-wrap*/
.atbs-megamenu-style-2-wrap .atbs-mega-menu__inner {
    max-width: 83.57142857142857rem;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.atbs-megamenu-style-2-wrap .sub-categories {
    width: 16.428571428571427rem;
}

.atbs-megamenu-style-2-wrap .posts-list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.atbs-megamenu-style-2 > *:not(.bk-preload-wrapper) {
    width: calc(100% / 3);
    padding: 1.0714285714285714rem;
}

.atbs-megamenu-style-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 1.0714285714285714rem;
    padding-bottom: 1.0714285714285714rem;
}

.atbs-megamenu-style-2-wrap .sub-categories a {
    background-color: transparent;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    color: #222;
    padding: 0;
}

.atbs-megamenu-style-2-wrap .sub-categories > li:not(:last-child) {
    margin-bottom: 2.142857142857143rem;
}

.atbs-megamenu-style-2-wrap .sub-categories a {
    vertical-align: middle;
    position: relative;
    /*transition: padding 300ms ease-out,
                color 300ms ease-out;*/
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
}

.atbs-megamenu-style-2-wrap .sub-categories li.is-active a,
.atbs-megamenu-style-2-wrap .sub-categories a:hover,
.atbs-megamenu-style-2-wrap .sub-categories a:focus {
    color: var(--color-primary);
    padding-left: 1.0714285714285714rem;
}

.atbs-megamenu-style-2-wrap .sub-categories a:before {
    content: '';
    position: absolute;
    top: calc( 0.75em + 0.5px );
    left: 0;
    width: 0.7142857142857143rem;
    height: 0.07142857142857142rem;
    background-color: var(--color-primary);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 300ms ease-out;
    transition: -webkit-transform 300ms ease-out;
    -o-transition: transform 300ms ease-out;
    transition: transform 300ms ease-out;
    transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
}

.atbs-megamenu-style-2-wrap .sub-categories li.is-active a:before,
.atbs-megamenu-style-2-wrap .sub-categories a:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.atbs-megamenu-style-2-wrap .sub-categories {
    padding-top: 2.857142857142857rem;
    border-right: 0.07142857142857142rem solid rgba(23, 23, 23, 0.1);
    margin-right: 1.0714285714285714rem;
}

@media (max-width: 1199px) {
    .atbs-megamenu-style-2-wrap .atbs-mega-menu__inner {
        padding-left: 2.50208507089241vw;
    }
}

/*atbs-megamenu-style-2-wrap*/

/*atbs-megamenu-style-3-wrap*/
.atbs-megamenu-style-3-wrap .atbs-mega-menu__inner {
    max-width: 83.57142857142857rem;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.atbs-megamenu-style-3-wrap .atbs-megamenu-style-3:last-child {
    margin-top: 2.142857142857143rem;
}
.atbs-megamenu-style-3-wrap {
    padding-bottom: 2.142857142857143rem;
}

.megamenu-js-carousel-4i30m .owl-prev,
.megamenu-js-carousel-4i30m .owl-next {
    position: absolute;
    left: -2.142857142857143rem;
    top: calc(12.5rem / 2 - 2.142857142857143rem); /*57.5px*/
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.megamenu-js-carousel-4i30m .owl-next {
    left: auto;
    right: -2.142857142857143rem;
}

.atbs-megamenu-style-3-wrap .megamenu-post--vertical-normal.post__thumb-175.post__thumb--width-270 .post__thumb {
    height: 12.5rem;
}

.atbs-megamenu-style-3-wrap .sub-categories {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2.142857142857143rem;
    margin-top: 2.142857142857143rem;
}

.atbs-megamenu-style-3-wrap .sub-categories > li a {
    padding: 0.35714285714285715rem 0.7142857142857143rem;
    color: var(--color-secondary);
    font-size: 0.8571428571428571rem;
    font-weight: 700;
    background: transparent;
    border: 0.07142857142857142rem solid rgba(23,23,23,0.1);
    -webkit-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.atbs-megamenu-style-3-wrap .sub-categories > li:not(:last-child) {
    margin-right: 0.7142857142857143rem;
}

.atbs-megamenu-style-3-wrap .sub-categories > li:hover a,
.atbs-megamenu-style-3-wrap .sub-categories > li a:focus,
.atbs-megamenu-style-3-wrap .sub-categories > li.is-active a {
    background-color: var(--color-primary);
    color: #fff;
}

.atbs-megamenu-style-3-wrap .sub-categories > li a.post__cat--bg.cat-theme-bg:focus {
    color: #fff !important;
}

.atbs-megamenu-style-3-wrap .mega-menu-grid-4item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -1.0714285714285714rem;
}

.atbs-megamenu-style-3-wrap .mega-menu-grid-4item > * {
    width: 25%;
    padding: 1.0714285714285714rem;
}

@media (max-width: 1235px) and (min-width: 1200px) {
    .atbs-megamenu-style-3-wrap {
        padding-left: 2.42914979757085vw;
        padding-right: 2.42914979757085vw;
    }
}

@media (max-width: 1199px) {
    .atbs-megamenu-style-3-wrap {
        padding-left: 2.50208507089241vw;
        padding-right: 2.50208507089241vw;
    }
}

/**/
.atbs-mega-menu__inner > .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0.35714285714285715rem -1.4285714285714286rem;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    max-width: 83.57142857142857rem;
    margin-left: auto;
    margin-right: auto;
}

.atbs-mega-menu__inner > .sub-menu > li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    padding: 1.4285714285714286rem 0.71428571428rem;
}

.atbs-mega-menu__inner > .sub-menu > li > a {
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    font-size: 1.1428571428571428rem;
    font-weight: 700;
    color: var(--color-primary);
    text-transform: uppercase;
    border-bottom: 0 solid rgba(0, 0, 0, 0.1);
    display: block;
    margin-bottom: 0.5rem;
}

.navigation--main .sub-menu li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.atbs-mega-menu__inner > .sub-menu > li.menu-item.menu-item {
    border: 0;
}
/*----- Remove Dropdown Menu styles form Mega Menu -----*/

.atbs-mega-menu__inner > .sub-menu .sub-menu li.menu-item-has-children > a::after,
.atbs-mega-menu__inner > .sub-menu .sub-menu ul > li.menu-item-has-children > a::after,
.atbs-mega-menu__inner > .sub-menu .sub-menu .sub-menu,
.atbs-mega-menu__inner > .sub-menu > li.menu-item > a::before,
.atbs-mega-menu__inner > .sub-menu > li.menu-item > a::after,
.sub-menu .atbs-mega-menu {
    display: none;
}

.atbs-mega-menu__inner > .sub-menu .sub-menu li {
    padding-left: 0;
    padding-right: 0;
}

.atbs-mega-menu__inner > .sub-menu > li.menu-item > a {
    padding-left: 0;
}
.atbs-megamenu-style-2-wrap .posts-list {
    position: relative;
}

/* ----------------------- mega menu*/

/*@end file 17*/
/* ----------------------- atbs-go-top */

.atbs-go-top.atbs-go-top {
    width: 45px;
    height: 45px;
    position: fixed;
    top: auto;
    bottom: 10px;
    left: auto;
    right: 10px;
    padding: 0;
    background-color: var(--color-primary);
    color: var(--color-white);
    font-size: 18px;
    line-height: 45px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03), 0 6px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03), 0 6px 6px rgba(0, 0, 0, 0.05);
    -webkit-transform: translate(0, 54px);
    -ms-transform: translate(0, 54px);
    transform: translate(0, 54px);
    -webkit-transition: all 0.15s ease-out 0s;
    -o-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    pointer-events: none;
    visibility: hidden;
    z-index: 10;
}

.atbs-go-top.atbs-go-top:hover,
.atbs-go-top.atbs-go-top:focus {
    background-color: var(--color-primary-dark);
}

.atbs-go-top.atbs-go-top.is-active:active {
    -webkit-transform: translate(0, 0.1em);
    -ms-transform: translate(0, 0.1em);
    transform: translate(0, 0.1em);
}

@media (min-width: 1200px) {
    .atbs-go-top.atbs-go-top {
        bottom: 20px;
        right: 20px;
        -webkit-transform: translate(0, 65px);
        -ms-transform: translate(0, 65px);
        transform: translate(0, 65px);
    }
}

.atbs-go-top.atbs-go-top.is-active {
    visibility: visible;
    pointer-events: initial;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .atbs-go-top.atbs-go-top {
    display: none;
}

.atbs-go-top.atbs-go-top i {
    line-height: 44px;
    vertical-align: initial;
}
/* atbs-go-top ----------------------- */
/*@end file 18*/
/* ----------------------- atbs-sticky-header */

.atbs-sticky-header {
    background-color: var(--color-primary);
}

/* .atbs-sticky-header .logo-text {
    color: #ffffff;
}

.atbs-sticky-header .navigation-bar__section svg {
    fill: #ffffff;
} */

.atbs-sticky-header .navigation-bar__inner {
    padding: 0 2.142857142857143rem;
}

.atbs-sticky-header .navigation-bar__section {
    padding: 0;
}

.atbs-sticky-header .navigation-bar__section:first-child {
    margin-left: 0;
}

.atbs-sticky-header .navigation-bar__section:last-child {
    margin-right: 0;
}

.atbs-sticky-header .navigation-bar,
.atbs-sticky-header .navigation-bar .navigation-bar__section,
.atbs-sticky-header .navigation-bar .navigation--main > li > a,
.atbs-sticky-header .navigation-bar .navigation-bar__section .navigation-bar-btn {
    height: 5.714285714285714rem;
}

.atbs-sticky-header .navigation-bar .navigation-bar__section .navigation-bar-btn,
.atbs-sticky-header .navigation-bar .navigation--main > li > a {
    line-height: 5.714285714285714rem;
}

.atbs-sticky-header .navigation-bar .navigation-bar__section .navigation-bar-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.atbs-sticky-header .offcanvas-menu-toggle {
    margin-right: 1.9rem;
    padding-left: 0;
}

/* .atbs-sticky-header .navigation-bar .header-search .search-form__submit,
.atbs-sticky-header .navigation-bar .header-search input[type="text"],
.atbs-sticky-header .navigation-bar .header-search
    input[type="text"]::placeholder {
    color: #ffffff;
} */
.atbs-sticky-header .navigation-bar.navigation-bar--inverse .header-search
input[type="text"]::-webkit-input-placeholder {
    color: #ffffff;
}

.atbs-sticky-header .navigation-bar.navigation-bar--inverse .header-search
input[type="text"]::-moz-placeholder {
    color: #ffffff;
}

.atbs-sticky-header .navigation-bar.navigation-bar--inverse .header-search
input[type="text"]:-ms-input-placeholder {
    color: #ffffff;
}

.atbs-sticky-header .navigation-bar.navigation-bar--inverse .header-search
input[type="text"]::-ms-input-placeholder {
    color: #ffffff;
}
.atbs-sticky-header .navigation-bar.navigation-bar--inverse .header-search .search-form__submit,
.atbs-sticky-header .navigation-bar.navigation-bar--inverse .header-search input[type="text"],
.atbs-sticky-header .navigation-bar.navigation-bar--inverse .header-search
input[type="text"]::placeholder {
    color: #ffffff;
}
.atbs-sticky-header .navigation-bar .navigation-bar__section svg {
    fill: #222;
}

.atbs-sticky-header .navigation-bar--inverse .navigation-bar__section svg {
    fill: #ffffff;
}

.atbs-sticky-header .navigation-bar .header-search input[type="text"] {
    border-color: rgba(255,255,255,0.15);
}

.sticky-header-logo img {
    max-height: 5.00417014vw;
}
.atbs-sticky-header .offcanvas-menu-toggle svg {
    width: 2.5rem;
    height: 1.7142857142857142rem;
}
.atbs-sticky-header .header-logo img {
    max-width: 17.571428571428573rem;
}

@media (min-width: 1200px) {
    .sticky-header-logo img {
        max-height: 4.285714285714286rem;
    }
}

@media (max-width: 1199px) {
    .atbs-sticky-header .navigation-bar__inner {
        padding: 0 2.5020850708924103vw;
    }
}

/* ----------------------- atbs-sticky-header */

/*@end file 19*/
/* ----------------------- atbs-theme-switch */

.viralcoll-design-theme-switch {
    position: relative;
    color: #4b4b4b;
}

.inverse-text .viralcoll-design-theme-switch {
    color: #fff;
}

.viralcoll-design-theme-switch__button {
    position: relative;
    display: inline-block;
    margin: 0 1.0714285714285714rem;
    height: 2.357142857142857rem;
    width: 4.785714285714286rem;
    background-color: #e5e5e5;
    border: none;
    border-radius: 1.0714285714285714rem;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

.viralcoll-design-theme-switch__button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.viralcoll-design-theme-switch__button:focus {
    -webkit-box-shadow: 0 0 0 0.07142857142857142rem var(--color-primary);
    box-shadow: 0 0 0 0.07142857142857142rem var(--color-primary);
    outline: none;
}
.viralcoll-design-theme-switch__label--light{
    color: var(--color-primary);
}

.viralcoll-design-theme-switch__button span {
    position: absolute;
    content: '';
    bottom: 0.2857142857142857rem;
    left: 0.2857142857142857rem;
    width: 1.7857142857142858rem;
    height: 1.7857142857142858rem;
    background-color: var(--color-primary);
    border-radius: 50%;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

.viralcoll-design-theme-switch__button[aria-checked="true"] {
    background-color: #2e2e2e;
}

.viralcoll-design-theme-switch__button[aria-checked="true"] span {
    -webkit-transform: translateX(136%);
    -ms-transform: translateX(136%);
    transform: translateX(136%);
    background-color: #e5e5e5;
}

.viralcoll-design-theme-switch__button[aria-checked="true"]:focus {
    -webkit-box-shadow: 0 0 0 0.07142857142857142rem rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0.07142857142857142rem rgba(255, 255, 255, 0.6);
}

/*---- Responsive -----*/
@media(max-width:767px) {
    .viralcoll-design-theme-switch__button {
        width: 3.642857142857143rem;
        height: 1.8571428571428572rem;
    }
    .viralcoll-design-theme-switch__button span {
        width: 1.2857142857142858rem;
        height: 1.2857142857142858rem;
    }
}


/* atbs-theme-switch ----------------------- */
/*@end file 20*/
/* ----------------------- pagination */
.atbs-pagination {
    margin-top: 4.285714285714286rem;
}
@media (max-width: 1199px) and (min-width: 576px) {
    .atbs-pagination {
        margin-top: 5.004170141784821vw; /*40x100/1199*/
    }
}
@media (max-width: 575px) {
    .atbs-pagination {
        margin-top: 5.004170141784821vw;/*40x100/575*/
    }
}
/* pagination ----------------------- */
.js-ajax-load-post .js-ajax-load-post-trigger i {
    font-size: 0px;
    opacity: 0;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.js-ajax-load-post.atbs_loading .js-ajax-load-post-trigger i {
    font-size: 16px;
    margin-left: 20px;
    margin-bottom: 4px;
    opacity: 1;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    visibility: visible;
}

@-webkit-keyframes loading-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loading-icon-spin {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
/*@end file 21*/
/* ----------------------- footer -1*/
.site-footer--inverse {
    background-color: var(--color-secondary);
}

.site-footer--inverse .logo-text,
.site-footer--inverse .navigation--footer > li > a,
.site-footer--inverse.site-footer__section:last-child .site-footer__section-right,
.site-footer--inverse .site-footer__section:last-child .site-footer__section-right a,
.site-footer--inverse .site-footer__section:last-child .site-footer__section-right a:hover,
.site-footer--inverse .site-footer__section:last-child .site-footer__section-right a:focus,
.site-footer--inverse .site-footer__section:last-child .site-footer__section-right a:active {
    color: #ffffff;
}

.footer-1 .site-footer__top .site-footer__section-inner {
    padding-top: 4.285714285714286rem;
    padding-bottom: 4.285714285714286rem;
}

.site-footer__section-left {
    padding-right: 0.7142857142857143rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.site-footer__section-right {
    padding-left: 0.7142857142857143rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}


.footer-1 .site-footer__bottom .site-footer__section-right {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 400;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.footer-1 .site-footer__bottom .site-footer__section-right:first-child:last-child {
    padding-left: 0;
}
.footer-1 .site-footer__bottom .site-footer__section-right a {
    text-decoration: none;
}

.footer-1 .site-footer__bottom .site-footer__section-inner {
    padding: 2.857142857142857rem 0;
    position: relative;
    border-top: 0.07142857142857142rem solid rgba(255, 255, 255, 0.1);
}


@media (max-width: 1199px) {
    .footer-1 .site-logo img {
        max-width: 20.517097581317763vw;
    }
    .footer-1 .atbs-browse__list {
        text-align: left;
    }
    .footer-1 .atbs-browse__btn{
        margin: 0 auto;
    }
    .footer-1 .site-footer__top .site-footer__section-inner {
        padding-top: 5.004170141784821vw;
        padding-bottom: 5.004170141784821vw;
    }
    .site-footer__section-left {
        padding-right: 0.8340283569641368vw;
    }
    .site-footer__section-right {
        padding-left: 0.8340283569641368vw;
        text-align: center;
    }
    .footer-1 .site-footer__bottom .site-footer__section-inner {
        padding: 3.336113427856547vw 0;
    }
    .footer-1 .atbs-browse__list{
        text-align: right;
    }
}

@media (max-width: 767px) {
    .footer-1 .site-logo img {
        max-width: 32.07301173402868vw;
    }
    .footer-1 .site-footer__bottom .site-footer__section-left,
    .footer-1 .site-footer__bottom .site-footer__section-right{
        width: 100%;
        text-align: center;
    }
    .footer-1 .site-footer__bottom .site-footer__section-right{
        padding-left: 0;
    }
    .footer-1 .site-footer__bottom .site-footer__section-left{
        margin-bottom: 1.0714285714285714rem;
    }

}

@media (max-width: 575px) {
    .footer-1 .site-logo img {
        max-width: 42.78260869565217vw;
    }
    .site-footer__section-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-1 .site-footer__top .site-footer__section-left{
        margin-bottom: 0.7142857142857143rem;
    }

}
@media(max-width:380px) {
    .footer-1 .site-logo img {
        max-width: 63.1578947368421vw;
    }
}

/* ----------------------- footer -1*/

/*@end file 22*/
/* ----------------------- footer-2*/

.footer-2 {
    position: relative;
}

.site-footer--inverse .logo-text,
.site-footer--inverse .navigation--footer > li > a,
.site-footer--inverse .site-footer__bottom .site-footer__section-right,
.site-footer--inverse .site-footer__bottom .site-footer__section-right a,
.site-footer--inverse .site-footer__bottom .site-footer__section-right a:hover,
.site-footer--inverse .site-footer__bottom .site-footer__section-right a:focus,
.site-footer--inverse .site-footer__bottom .site-footer__section-right a:active {
    color: rgba(255,255,255,0.6);
}

.footer-2 .site-footer__section:first-child .site-footer__section-inner {
    padding-top: 0;
    margin-bottom: 3.2142857142857144rem;
    position: relative;
}

.footer-2 .site-footer__top::before {
    position: absolute;
    content: "";
    top: -1px;
    height: 5.714285714285714rem;
    width: 100%;
    bottom: auto;
    left: 0;
    right: 0;
    background-color: var(--bg-site);
}

.footer-2 .site-footer__body:first-child .site-footer__section-inner {
    padding-top: 5.714285714285714rem;
    margin-bottom: 0;
    position: relative;
}
.footer-2 .site-footer__body::before{
    display: none;
}
.footer-2 .site-footer__body:first-child .site-footer__section-left {
    padding-right: 0;
    margin-bottom: 2.857142857142857rem;
}

.footer-2 .site-footer__body:first-child .site-footer__section-right {
    padding-left: 0;
}

.footer-2 .site-footer__body:first-child .footer-2::before {
    background-color: var(--color-secondary);
}

.footer-gallery > * {
    width: calc(100% / 6);
}

.gallery-img__item {
    position: relative;
}
.gallery-img__item img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.gallery-img__item::after,
.gallery-img__item::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.gallery-img__item::before {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: none;
    width: auto;
    height: auto;
    border: 1px solid #ffffff;
}

.gallery-img__item:hover::after,
.gallery-img__item:hover::before {
    opacity: 0.3;
    visibility: visible;
}


.footer-2 .site-footer__section:nth-child(2) .site-footer__section-left {
    padding-right: 0;
    margin-bottom: 2.857142857142857rem;
}

.footer-2 .site-footer__section:nth-child(2) .site-footer__section-right {
    padding-left: 0;
}

.footer-2 .site-footer__bottom .site-footer__section-inner {
    padding: 2.7142857142857144rem 0;
    border-top: 0.07142857142857142rem solid rgba(255, 255, 255, 0.2);
}

.footer-2 .site-footer__bottom .site-footer__section-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 0.7142857142857143rem;
    margin-bottom: 0;
}

.footer-2 .site-footer__bottom .site-footer__section-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 0.7142857142857143rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.footer-2 .site-footer__bottom {
    margin-top: 5.714285714285714rem;
    position: relative;
    font-weight: 400;
}

.footer-2 .site-footer__bottom a {
    text-decoration: none;
}

.footer-2 .site-footer__bottom .social-list {
    padding-left: 1.4285714285714286rem;
    margin-left: 2.142857142857143rem;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    text-align: right;
}

.site-footer .item-seperated::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    right: auto;
    bottom: auto;
    width: 0.07142857142857142rem;
    height: 1.2857142857142858rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--color-border);
}

.site-footer--inverse .item-seperated::before {
    background-color: rgba(255, 255, 255, 0.5);
}

.site-footer--inverse .site-footer__bottom .social-list > li > a {
    opacity: 0.5;
}

.site-footer--inverse .site-footer__bottom .social-list > li:hover a {
    opacity: 1;
}

@media (max-width: 1199px) {
    .footer-2 .site-logo img {
        max-width: 30.85904920767306vw;
    }
    .footer-2 .site-footer__top::before {
        height: 6.672226855713094vw;
    }
    .footer-2 .site-footer__section:first-child .site-footer__section-inner {
        margin-bottom: 3.7531276063386154vw;
    }
    .footer-2 .site-footer__body:first-child .site-footer__section-inner {
        padding-top: 6.67222685571vw;
        margin-bottom: 0;
    }
    .footer-2 .site-footer__body:first-child .site-footer__section-left {
        margin-bottom: 3.336113427856547vw;
    }
    .footer-2 .site-footer__section:nth-child(2) .site-footer__section-left {
        margin-bottom: 3.336113427856547vw;
    }
    .footer-2 .site-footer__bottom{
        margin-top: 6.672226855713094vw;
    }
    .footer-2 .site-footer__bottom .site-footer__section-inner {

        padding: 2.5020850708924103vw 0;
        border-top: 0.08340283569641367vw solid rgba(255, 255, 255, 0.2);
    }
    .footer-2 .site-footer__bottom .site-footer__section-left {
        padding-right: 0.8340283569641368vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer-2 .site-footer__bottom .site-footer__section-right {
        padding-left: 0.8340283569641368vw;
    }
    .footer-2 .atbs-browse {
        text-align: left;
    }
    .footer-2 .item-seperated::before {
        width: 0.08340283569641367vw;
    }
}
@media(max-width:1199px) and (min-width:768px) {
    .footer-2 .site-footer__bottom .social-list {
        padding-left: 0.8340283569641368vw;
        margin-left: 2.5020850708924103vw;
    }
    .footer-2 .social-list > li > a {
        padding: 0.3336113427856547vw 0.8340283569641368vw;
    }
}

@media (max-width: 767px) {
    .footer-2 .site-logo img {
        max-width: 48.23989569752282vw;
    }
    .footer-2 .site-footer__bottom .site-footer__section-left,
    .footer-2 .site-footer__bottom .site-footer__section-right{
        width: 100%;
        text-align: center;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .footer-2 .site-footer__bottom .site-footer__section-left{
        margin-bottom: 1.0714285714285714rem;
    }
    .footer-2 .site-footer__bottom .site-footer__section-right{
        padding-left: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer-2 .site-footer__section:last-child .social-list {
        padding-left: 1.6680567139282736vw;
        margin-left: 2.5020850708924103vw;
    }
    .footer-2 .atbs-browse__list{
        text-align: center
    }

}
@media (max-width: 575px) {
    .footer-2 .site-logo img {
        max-width: 64.34782608695652vw;
    }
    .footer-2 .site-footer__section:first-child .site-footer__section-inner {
        margin-bottom: 4.3478260869565215vw;
    }
    .footer-2 .site-footer__bottom {
        margin-top: 6.086956521739131vw;
    }

    .footer-2 .site-footer__bottom .site-footer__section-inner {
        padding: 3.4782608695652173vw 0;
        border-top: 0.17391304347826086vw solid rgba(255, 255, 255, 0.2);
    }
    .footer-2 .site-footer__section:last-child .site-footer__section-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 3.47826086957vw;
    }
    .footer-2 .site-footer__section:nth-child(2) .site-footer__section-left {
        margin-bottom: 3.4782608695652173vw;
    }
    .footer-2 .atbs-browse .atbs-browse__btn {
        margin: 0 auto;
    }
    .footer-2 .site-footer__section:last-child .site-footer__section-right {
        padding-left: 0;
        display: inline-block;
    }
    .footer-2 .site-footer__section:last-child .social-list{
        margin: 0 auto;
        padding: 0;
        margin-top: 1.7391304347826086vw;
    }
    .footer-2 .item-seperated::before {
        display: none
    }
}
@media(max-width:380px){
    .footer-2 .atbs-browse__list{
        left: 38.4210526316vw;
    }
}

/* ----------------------- footer-2*/

/*@end file 23*/
.site-footer:not(.site-footer--inverse){
    background-color: #f2f2f2;
}
.navigation--footer > li > a,
.site-footer .site-footer__section:last-child .site-footer__section-right {
    font-size: 1.07142857rem;
    line-height: 1.5;
}
.site-footer .site-footer__section:last-child .site-footer__section-right {
    font-weight: 400;
}
.navigation--footer > li a:hover,
.navigation--footer > li a:focus,
.navigation--footer > li a:active {
    color: var(--color-primary);
}

.navigation--footer {
    margin: -0.35714285714285715rem -1.07142857143rem;
}

.navigation--footer > li > a {
    color: var(--color-text);
    font-size: 1.07142857143rem;
    line-height: 1.5;
    text-decoration: none;
    -webkit-transition: color 200ms ease-out;
    -o-transition: color 200ms ease-out;
    transition: color 200ms ease-out;
}

.navigation--footer > li {
    /*padding: 0.35714285714285715rem 2.142857142857143rem;*/
    padding: 0.35714285714285715rem 1.07142857143rem;
}

.navigation--footer > li.current-menu-item a{
    color: rgba(0,0,0,0.8);
}
.navigation--footer > li a:hover {
    color: rgba(0,0,0,0.6);
}
.atbs-dark-mode .navigation--footer > li.current-menu-item a,
.site-footer--inverse .navigation--footer > li.current-menu-item a {
    color: rgba(255,255,255,1);
}
.atbs-dark-mode .navigation--footer > li a:hover,
.site-footer--inverse .navigation--footer > li a:hover {
    color: rgba(255,255,255,0.8);
}
.site-footer .atbs-browse__list li.priority-nav__more .sub-menu {
    top: auto;
    bottom: 100%;
    padding-top: 0;
    padding-bottom: 0.7142857142857143rem;
    text-align: left;
}
.site-footer .site-logo.footer-logo {
    max-width: 100%;
}
.site-footer .atbs-browse__list li.priority-nav__more::before{
    top: auto;
    bottom: calc(100% - 0.07142857142857142rem);
    border-top: 0;
    border-bottom: 0.7142857142857143rem solid var(--color-primary);
}
.site-footer .atbs-browse__list li.priority-nav__more > a .mdicon-more_vert::before{
    content: "\e5ce";
}
.inverse-text .atbs-browse__list li.priority-nav__more .sub-menu{
    background-color: var(--color-secondary);
}
.atbs-browse__list li.priority-nav__more .sub-menu {
    -webkit-box-shadow: 0px -2px 2px rgb(0 0 0 / 30%);
    box-shadow: 0px -2px 2px rgb(0 0 0 / 30%);
}
.atbs-browse__list li.priority-nav__more .sub-menu > li {
    margin: -1px;
}



@media (max-width: 1199px) {
    .navigation--footer {
        /*margin: -0.41701417848vw -2.5020850708924103vw;*/
        margin: -0.41701417848vw -1.25104253545vw;
    }
    .navigation--footer > li {
        /*padding: 0.41701417848vw 2.5020850708924103vw;*/
        padding: 0.41701417848vw 1.25104253545vw;
    }
    .inverse-text .atbs-browse__list a {
        background-color: var(--color-secondary);
        color: #ffffff;
    }
    .inverse-text .atbs-browse__list a:hover {
        background-color: var(--color-primary);
        border: 0.07142857142857142rem solid var(--color-primary);
        color: #ffffff;
    }
    .inverse-text .atbs-browse__list {
        /*background-color: var(--color-secondary);*/
        color: #ffffff;
    }
    .inverse-text .atbs-browse__list a {
        background: none;
        color: #ffffff;
    }
    .inverse-text .atbs-browse__list a:hover {
        color: #ffffff;
    }
}
@media(max-width:767px) {
    .navigation--footer{
        margin: -0.35714285714285715rem -1.4285714285714286rem;
        text-align: center
    }
    .navigation--footer > li{
        padding: 0.35714285714285715rem 1.4285714285714286rem;
    }
}

@media(max-width:575px) {
    .site-footer .atbs-browse__list a{
        padding: 0.42857142857142855rem 0.7142857142857143rem;
    }
    .site-footer .atbs-browse__list li.priority-nav__more .sub-menu > li a{
        padding: 0.8571428571428571rem 1.0714285714285714rem;
    }
    .navigation--footer{
        margin: -0.35714285714285715rem -1.0714285714285714rem;
        text-align: center
    }
    .navigation--footer > li{
        padding: 0.35714285714285715rem 1.0714285714285714rem;
    }
}

/*@end file 24*/
/* ----------------------- atbs-featured-module-1 */

.atbs-featured-module-1 {
    padding: 5.714285714285714rem 0;
    background-color: var(--module-background-color);
}

.atbs-featured-module-1 .section-main {
    width: 57.264957265%;
    margin-right: 2.142857142857143rem;
}

.atbs-featured-module-1 .section-sub {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/* post--overlay-has-author */

.post--overlay-has-author {
    overflow: visible;
}

.post--overlay-has-author .post__text {
    min-height: 42.85714285714286rem;
}

.post--overlay-has-author .post__title {
    margin-top: 0;
    margin-bottom: 1.428571428571429rem;
    max-width: 62.8571428571rem;
}

.post--overlay-has-author .post__text-inner {
    position: static;
}

.post--overlay-has-author .post__meta {
    margin-top: 0;
}


/* post--overlay-normal */

.post--overlay-normal .post__text {
    min-height: 22.85714285714286rem;
}

.post--overlay-normal .post__title {
    margin: 0;
}

/* post--overlay-not-post__cat */

.post--overlay-not-post__cat .post__text {
    min-height: 17.85714285714286rem;
    position: relative;
    z-index: 10;
}

.post--overlay-not-post__cat .post__thumb:after {
    background-color: var(--color-primary);
    opacity: 0.75;
}

.atbs-featured-module-1 .post-main {
    margin-bottom: 2.142857142857143rem;
}
.post--overlay-bottom .post__text {
    padding-top: 2.857142857142857rem;
}
.post--overlay .p-t-90 {
    padding-top: 6.428571428571429rem;
}
@media (min-width: 1200px) {
    .post--overlay-has-author .post__text-inner,
    .post--overlay-normal .post__text-inner,
    .post--overlay-not-post__cat .post__text-inner {
        padding: 1.785714285714286rem;
    }

}

@media (max-width: 1199px) and (min-width: 576px) {
    .atbs-featured-module-1 {
        padding: 5.004170141784821vw 0;
    }
    .atbs-featured-module-1 .section-main {
        margin-right: 2.50208507089241vw;
    }
    .atbs-featured-module-1 .post-main {
        margin-bottom: 2.50208507089241vw;
    }
    .post--overlay-has-author .post__text {
        min-height: 37.857142857142854rem;

    }

    .post--overlay-normal .post__text {
        min-height: 20rem;
    }
    .post--overlay-not-post__cat .post__text {
        min-height: 15.714285714285714rem;
    }
}
@media(max-width:767px) {
    .post--overlay-not-post__cat .post__text {
        min-height: 16.428571428571427rem;
    }
}

@media (max-width: 575px) {
    .atbs-featured-module-1 {
        padding: 8.695652173913043vw 0;
    }
    .atbs-featured-module-1 .section-main {
        margin-bottom: 6.956521739130435vw;
        margin-right: 0;
        width: 100%;
    }
    .post--overlay-has-author .post__text {
        min-height: 32.142857142857146rem;
    }

    .post--overlay-has-author .post__title {
        margin-bottom: 1.4285714285714286rem;
    }

    .atbs-featured-module-1 .section-sub {
        width: 100%;
        margin-left: 0;
    }
    .atbs-featured-module-1 .post-main {
        margin-bottom: 5.217391304347826vw;
    }
    .post--overlay-normal .post__text {
        min-height: 21.428571428571427rem;
    }
    .post--overlay-not-post__cat .post__text {
        min-height: 17.857142857142858rem;
    }
}
@media(max-width:380px) {
    .post--overlay-has-author .post__text {
        min-height: 28.571428571428573rem;
    }
    .post--overlay-normal .post__text {
        min-height: 20rem;
    }
}

/* ----------------------- atbs-featured-module-1 */

/*@end file 25*/
/* ----------------------- atbs-featured-module-2 */

.atbs-featured-module-2 .section-main {
    width: 48.7179487179%;
}

.atbs-featured-module-2 .section-sub {
    width: calc((100% - 48.7179487179%) / 2);
}

.atbs-featured-module-2 .flex-order-1 {
    padding-right: 0.7142857142857143rem;
}

.atbs-featured-module-2 .post--overlay-has-author .post__text {
    min-height: 35.71428571428571rem;
}

.atbs-featured-module-2 .post--overlay-not-post__cat .post__text {
    min-height: 17.5rem;
}

.atbs-featured-module-2 .post--overlay-not-post__cat .post__text-inner {
    padding: 1.428571428571429rem;
}
.atbs-featured-module-2 .post--overlay-not-post__cat .post__thumb:after{
    background: none
}
.atbs-featured-module-2 .section-sub__inner {
    height: 35.71428571428571rem;
}

.atbs-featured-module-2 .section-sub__inner::-webkit-scrollbar {
    background: none;
    width: 0.2142857142857143rem;
}

.atbs-featured-module-2 .section-sub__inner::-webkit-scrollbar-thumb {
    border: 1px solid var(--color-primary);
}

.atbs-featured-module-2 .section-sub__inner::-webkit-scrollbar-thumb,
.post--horizontal-hover:hover {
    background-color: var(--color-primary);
}

.post--horizontal-hover {
    padding: 1.07142857143rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.post--horizontal-hover .post__thumb {
    width: 5.714285714285714rem;
    height: 5.714285714285714rem;
    margin-bottom: 0;

}
.post--horizontal.post--horizontal-reverse.post--horizontal-hover{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.post--horizontal.post--horizontal-reverse.post--horizontal-hover .post__thumb{
    margin-right: 0;
    margin-left: 0.7142857142857143rem;
}
.post--horizontal:not(.post--horizontal-reverse).post--horizontal-hover .post__thumb {
    margin-right: 0.7142857142857143rem;
    margin-left: 0;
}

.post--horizontal-hover .post__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.post--horizontal-hover:hover .post__title {
    color: #ffffff;
}


@media (max-width: 1199px) and (min-width:576px) {
    .atbs-featured-module-2 .section-sub {
        width: calc((100% - 47.539616346955796vw) / 2);
    }
    .atbs-featured-module-2 .flex-order-1 {
        padding-right: 0.8340283569641368vw;
    }
    .atbs-featured-module-2 .section-sub__inner::-webkit-scrollbar {
        width: 0.25020850708924103vw;
    }

    .atbs-featured-module-2 .post--overlay-not-post__cat .post__text-inner {
        padding: 1.6680567139282736vw;
    }

}

@media(max-width:991px) {
    .atbs-featured-module-2 .section-main {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 3.911342894393742vw;
    }
    .atbs-featured-module-2 .post--overlay-has-author .post__text {
        min-height: 32.142857142857146rem;
    }
    .atbs-featured-module-2 .section-sub {
        width: calc(100%/2);
    }
    .atbs-featured-module-2 .flex-order-1 {
        padding-right: 1.303780964797914vw;
    }
}

@media(max-width:575px) {
    .atbs-featured-module-2 .section-main {
        margin-bottom: 5.217391304347826vw;
    }
    .atbs-featured-module-2 .section-sub {
        width: 100%;
    }
    .atbs-featured-module-2 .post--overlay-has-author .post__text {
        min-height: 28.571428571428573rem;
    }
    .atbs-featured-module-2 .flex-order-1 {
        padding-right: 0;
        margin-bottom: 3.4782608695652173vw;
    }
    .atbs-featured-module-2 .flex-order-1 .posts-list {
        margin: -1.7391304347826086vw;
    }
    .atbs-featured-module-2 .flex-order-1 .posts-list>* {
        padding: 1.7391304347826086vw;
    }
    .atbs-featured-module-2 .post--overlay-not-post__cat .post__text {
        min-height: 21.428571428571427rem;
    }
    .atbs-featured-module-2 .section-sub__inner {
        height: auto;
        overflow-y: hidden;
    }
    .atbs-featured-module-2 .section-sub__inner::-webkit-scrollbar {
        display: none;
    }

}

@media(max-width:380px) {
    .atbs-featured-module-2 .post--overlay-has-author .post__text {
        min-height: 25rem;
    }
    .post--horizontal-hover .post__thumb {
        width: 5rem;
        height: 5rem;
    }
    .atbs-featured-module-2 .post--overlay-not-post__cat .post__text {
        min-height: 20rem;
    }
}
/* ----------------------- atbs-featured-module-2 */
/*@end file 26*/
/* ----------------------- atbs-featured-module-3 */

.atbs-featured-module-3 {
    padding: 5.714285714285714rem 0;
}
.atbs-featured-module-3 .atbs-block__inner {
    z-index: 1;
}
.background-img--darkest:after {
    opacity: 0.9;
    background-color: #222222;
}

.atbs-featured-module-3 .section-main {
    margin-bottom: 2.142857142857143rem;
}

.atbs-featured-module-3 .post-main {
    width: 70.0854700855%;
    margin-right: 2.142857142857143rem;
}

.atbs-featured-module-3 .post-sub {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}
.atbs-featured-module-3 .post-sub::before{
    position: absolute;
    content: "";
    left: auto;
    right: 0.14285714285714285rem;
    height: 100%;
    width: 0.07142857142857142rem;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.2);
}
.atbs-featured-module-3 .post-sub__inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 0.0714285714285714rem solid rgba(255, 255, 255, 0.2);
    border-right: 0;
}

.atbs-featured-module-3 .post-sub__inner::-webkit-scrollbar {
    background: none;
    width: 0.2142857142857143rem;
}

.atbs-featured-module-3 .post-sub__inner::-webkit-scrollbar-thumb {
    background-color: var(--color-primary);
    border: 0.07142857142857142rem solid var(--color-primary);
}

.atbs-featured-module-3 .post-sub__inner::-webkit-scrollbar-track {
    background: none;
    border: none;
}

.post--horizontal-has-author .post__thumb {
    width: 46.3414634146%;
    margin-right: 0;
    margin-bottom: 0;
}

.post--horizontal-has-author .post__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0.7142857142857143rem 0;
    background-color: var(--color-secondary);
    position: static;
    padding: 4.285714285714286rem 1.428571428571429rem 4.285714285714286rem
    2.142857142857143rem;
}

.post--horizontal-has-author .post__title {
    margin-top: 1.285714285714286rem;
    margin-bottom: 1.428571428571429rem;
}

.post--horizontal-has-author .post__meta:not(.post__meta--box)> *:not(:last-child) {
    margin-right: 0;
}

.post--horizontal-has-author .post__meta {
    margin-top: 0;
    font-weight: 600;
    opacity: 1;
}
.post--horizontal-has-author .post__meta time{
    opacity: 1;
    color: #fff;
}
.atbs-featured-module-3 .post-sub .list-item {
    border-bottom: 0.0714285714285714rem solid rgba(255, 255, 255, 0.2);
    border-top: none;
}
.atbs-featured-module-3 .post-sub .list-item:last-child {
    border-bottom: none;
}

.post--no-thumb-nomarl .post__text {
    padding: 1.428571428571429rem;
}

.post--no-thumb-nomarl .post__title {
    margin-bottom: 1.285714285714286rem;
    margin-top: 0.71428571428rem;
}
.post--no-thumb-nomarl .post__meta{
    margin-top: 0;
}
.post--no-thumb-nomarl .inverse-text time.time,
.post--vertical-hover .inverse-text time.time {
    opacity: 0.8;
}
.post--vertical-hover {
    padding: 0 1.0714285714285714rem 1.6rem 1.0714285714285714rem;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 100%;
}

.post--vertical-hover::before {
    position: absolute;
    content: "";
    top: 1.4285714285714286rem;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--color-secondary);
    z-index: -1;
}

.post--vertical-hover:hover::before {
    background-color: var(--color-primary);
}

.post--vertical-hover .post__thumb {
    margin-bottom: 2.071428571428571rem;
    height: 16.071428571428573rem;
}

.post--vertical-hover a.post__cat {
    margin-top: -0.92857142857rem;
}

.post--vertical-hover .post__title {
    margin-top: 0;
    margin-bottom: 0.85714285714rem;
}

.post--vertical-hover .post__title a:hover {
    color: #fff;
}

.post--vertical-hover .post__cat--overlap {
    left: 0;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.post--vertical-hover .post__meta {
    margin-top: 0;
}

.atbs-featured-module-3 .post--vertical-hover:not(:hover)::before {
    background-color: #2a2a2a;
}

@media (max-width: 1199px) and (min-width: 576px) {
    .atbs-featured-module-3 {
        padding: 6.672226855713094vw 0;
    }
    .atbs-featured-module-3 .section-main {
        margin-bottom: max(2.5020850708924103vw, 25px);
    }
    .atbs-featured-module-3 .post-main {
        margin-right: 2.5020850708924103vw;
    }
    .atbs-featured-module-3 .post-sub::before{
        right: 0.25020850708924103vw;
        width: 0.08340283569641367vw;
    }
    .atbs-featured-module-3 .post-sub__inner {
        border: 0.08340283569641367vw solid rgba(255, 255, 255, 0.2);
        border-right: none;
    }
    .atbs-featured-module-3 .post-sub .list-item {
        border-bottom: 0.08340283569641367vw solid rgba(255, 255, 255, 0.2);
    }
    .post--vertical-hover::before {
        top: 1.6680567139282736vw;
    }
    .atbs-featured-module-3 .post-sub__inner::-webkit-scrollbar {
        width: 0.25020850708vw;
    }

    .atbs-featured-module-3 .post-sub__inner::-webkit-scrollbar-thumb {
        border: 0.08340283569vw solid var(--color-primary);
    }
}

@media (max-width: 767px) {
    .atbs-featured-module-3 .post-main {
        width: 100%;
        margin-right: 0;
        margin-bottom: 3.911342894393742vw;
    }
    .atbs-featured-module-3 .post-sub__inner {
        height: 28.571428571428573rem;
        position: relative;
    }
    .post--vertical-hover {
        padding: 0 0.7142857142857143rem 1.5rem 0.7142857142857143rem;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .post--vertical-hover .post__thumb {
        height: 13.071428571428573rem;
    }
}

@media (max-width: 575px) {
    .atbs-featured-module-3 {
        padding: 8.695652173913043vw 0;
    }
    .atbs-featured-module-3 .post-main,
    .atbs-featured-module-3 .section-main {
        margin-bottom: 5.217391304347826vw;
    }
    .atbs-featured-module-3 .post-sub::before{
        display: none;
    }
    .atbs-featured-module-3 .post-sub__inner {
        height: auto;
        overflow-y: hidden;
        border: 0.17391304347826086vw solid rgba(255, 255, 255, 0.2);
        border-right: none;
    }
    .post--horizontal-has-author {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .post--horizontal-has-author .post__thumb {
        width: 100%;
        height: 24rem;
    }
    .post--horizontal-has-author .post__text {
        margin: 0;
        padding: 1.0714285714285714rem;
    }
    .post--horizontal-has-author .post__title {
        margin-top: 0.5714285714285714rem;
        margin-bottom: 0.7142857142857143rem;
    }
    .atbs-featured-module-3 .post-sub .list-item {
        border-top: 0.17391304347826086vw solid rgba(255, 255, 255, 0.2);
        border-right: 0.17391304347826086vw solid rgba(255, 255, 255, 0.2);
        border-bottom: none;
    }
    .atbs-featured-module-3 .post-sub .list-item:first-child{
        border-top: none;
    }
    .post--no-thumb-nomarl .post__text {
        padding: 1.4285714285714286rem;
    }
    .post--no-thumb-nomarl .post__title {
        margin-bottom: 1.0714285714285714rem;
    }
    .atbs-featured-module-3 .section-sub .posts-list > * {
        width: 100%;
    }
    .post--vertical-hover {
        padding: 0 1.0714285714285714rem 1.5rem 1.0714285714285714rem;
    }
    .post--vertical-hover .post__thumb {
        margin-bottom: 1.7857142857142858rem;
        height: 20rem;
    }
    .post--vertical-hover .post__title {
        margin-bottom: 0.7142857142857143rem;
    }
}

@media(max-width:380px) {
    .post--horizontal-has-author .post__thumb {
        height: 20rem;
    }
    .post--no-thumb-nomarl .post__text {
        padding: 1.0714285714285714rem;
    }
    .post--vertical-hover .post__thumb {
        height: 17.857142857142858rem;
    }
}

/* ----------------------- atbs-featured-module-3 */

/*@end file 27*/
.atbs-featured-module-4 .post-main {
    width: 65.81196581196581%;
    margin-right: 2.142857rem;
}

.atbs-featured-module-4 .post-sub {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.atbs-featured-module-4 .section-main {
    margin-bottom: 2.142857rem;
}

.atbs-featured-module-4 .post-sub .post--vertical-hover .post__thumb{
    height: 21.428571428571427rem;
}
.atbs-featured-module-4 .post-sub .post--vertical-hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.atbs-featured-module-4 a.post__cat {
    margin-right: 0;
}
@media (max-width: 1199px) and (min-width: 576px) {
    .atbs-featured-module-4 .post-main {
        margin-right: 2.50208507089241vw;
    }
    .atbs-featured-module-4 .section-main {
        margin-bottom: 2.50208507089241vw;
    }
    .atbs-featured-module-4 .section-sub .flex-space-30 {
        margin: -1.2510425354462051vw;
    }
    .atbs-featured-module-4 .section-sub .flex-space-30>* {
        padding: 1.2510425354462051vw;
    }
}

@media (max-width: 767px) and (min-width:576px){
    .atbs-featured-module-4 .post--overlay-has-author .post__text {
        min-height: 29.714285714285715rem;
    }
    .atbs-featured-module-4 .post-sub .post--vertical-hover .post__thumb{
        height: 13.857142857142858rem;
    }
}

@media (max-width: 575px) {
    .atbs-featured-module-4 .post-main {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5.217391304347826vw;
    }
    .atbs-featured-module-4 .section-main {
        margin-bottom: 5.217391304347826vw;
    }
    .atbs-featured-module-4 .section-sub .flex-space-30 {
        margin: -2.608695652173913vw;
    }
    .atbs-featured-module-4 .section-sub .flex-space-30>* {
        padding: 2.608695652173913vw;
    }
    .atbs-featured-module-4 .post--overlay-has-author .post__text {
        min-height: 28.571428571428573rem;
    }
    .atbs-featured-module-4 .section-sub .posts-list>* {
        width: 100%;
    }
}

@media(max-width:380px) {
    .atbs-featured-module-4 .post--overlay-has-author .post__text {
        min-height: 25rem;
    }
    .atbs-featured-module-4 .post-sub .post--vertical-hover .post__thumb {
        height: 17.857142857142858rem;
    }
}
/*@end file 28*/

.atbs-featured-module-5 .section-main {
    margin-right: 2.142857142857143rem;
    width: 65.81196581196581%;
}

.atbs-featured-module-5 .section-sub {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: var(--color-secondary);
}

.post--overlay-has-author-h500 .post__text {
    min-height: 35.71428571428571rem;
}

.post--overlay-has-author-h500 {
    height: 100%;
}

.post--horizontal-hover.post--horizontal-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

/*Custom*/
@media (min-width: 1200px) {
    .atbs-posts-block-main-col-6 .post--horizontal-hover,
    .atbs-featured-module-13 .post--horizontal-hover,
    .atbs-featured-module-8 .post--horizontal-hover,
    .atbs-featured-module-5 .post--horizontal-hover {
        padding: 1.07142857143rem 1.42857142857rem;
    }

    .atbs-posts-block-main-col-6 .post--horizontal-hover .post__thumb,
    .atbs-featured-module-13 .post--horizontal-hover .post__thumb,
    .atbs-featured-module-8 .post--horizontal-hover .post__thumb,
    .atbs-featured-module-5 .post--horizontal-hover .post__thumb {
        width: 6.42857142857rem;
        height: 6.42857142857rem;
    }

    .atbs-posts-block-main-col-6 .post--horizontal:not(.post--horizontal-reverse).post--horizontal-hover .post__thumb,
    .atbs-featured-module-13 .post--horizontal:not(.post--horizontal-reverse).post--horizontal-hover .post__thumb,
    .atbs-featured-module-8 .post--horizontal:not(.post--horizontal-reverse).post--horizontal-hover .post__thumb,
    .atbs-featured-module-5 .post--horizontal:not(.post--horizontal-reverse).post--horizontal-hover .post__thumb {
        margin-right: 1.07142857143rem;
        margin-left: 0;
    }

    .atbs-posts-block-main-col-6 .post--horizontal.post--horizontal-reverse.post--horizontal-hover .post__thumb,
    .atbs-featured-module-13 .post--horizontal.post--horizontal-reverse.post--horizontal-hover .post__thumb,
    .atbs-featured-module-8 .post--horizontal.post--horizontal-reverse.post--horizontal-hover .post__thumb,
    .atbs-featured-module-5 .post--horizontal.post--horizontal-reverse.post--horizontal-hover .post__thumb {
        margin-right: 0;
        margin-left: 1.07142857143rem;
    }
}
@media (max-width: 1199px) {
    .atbs-featured-module-5 .section-main {
        margin-right: 2.5020850708924103vw;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .atbs-featured-module-5 .section-main {
        margin-right: 0;
        /*margin-bottom: 2.5020850708924103vw;*/
        margin-bottom: 3.02724520686vw;
        width: 100%;
    }
    .atbs-featured-module-5 .section-sub .posts-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .atbs-featured-module-5 .section-sub .posts-list > * {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .atbs-featured-module-5 .section-sub {
        width: 100%;
    }
    .atbs-featured-module-5 .section-main {
        width: 100%;
        margin-right: 0;
        margin-bottom: 3.911342894393742vw;
    }
    .atbs-featured-module-5 .section-sub .posts-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .atbs-featured-module-5 .section-sub .posts-list .list-item {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .atbs-featured-module-5 .section-main {
        margin-bottom: 5.21739130435vw;
    }
    .post--overlay-has-author.post--overlay-has-author-h500 .post__text {
        min-height:28.571428571428573rem;
    }
    .atbs-featured-module-5 .section-sub .posts-list .list-item {
        width: 100%;
    }
}
@media(max-width:380px) {
    .post--overlay-has-author.post--overlay-has-author-h500 .post__text {
        min-height: 25rem;
    }
}

/*@end file 29*/
/* ----------------------- atbs-featured-module-6 */

@media(min-width:1921px) {
    .atbs-featured-module-6 .atbs-block__inner {
        width: 1920px;
    }
}

.atbs-featured-module-6 .atbs-block__inner {
    padding-left: 1.4285714285714286rem;
    padding-right: 1.4285714285714286rem;
    margin: 0 auto;
}

.atbs-featured-module-6 .section-main {
    width: 47.9166666667%;
    margin-right: 1.4285714285714286rem;
}

.atbs-featured-module-6 .section-sub {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.atbs-featured-module-6 .post--overlay-has-author .post__text {
    min-height: 67.14285714285714rem;
}

.atbs-featured-module-6 .post--overlay-normal .post__text {
    min-height: 32.857142857142854rem;
}

@media (max-width: 1680px) and (min-width: 1200px) {
    .atbs-featured-module-6 .atbs-block__inner {
        padding-left: 1.1904761904761905vw;
        padding-right: 1.1904761904761905vw;
    }
    .atbs-featured-module-6 .section-main {
        margin-right: 1.1904761904761905vw;
    }
    .atbs-featured-module-6 .post--overlay-has-author .post__text {
        min-height: 55.95238095238095vw;
    }
    .atbs-featured-module-6 .post--overlay-has-author .post__title{
        font-size: 2.142857142857143vw;
    }
    .atbs-featured-module-6 .post--overlay-normal .post__text {
        min-height: 27.38095238095238vw;
    }
    .atbs-featured-module-6 .post--overlay-normal .post__title{
        font-size: 1.4285714285714286vw;
    }
    .atbs-featured-module-6 .flex-space-20 {
        margin: -0.5952380952380952vw;
    }
    .atbs-featured-module-6 .flex-space-20>* {
        padding: 0.5952380952380952vw;
    }
}

@media (max-width: 1199px) and (min-width: 576px) {
    .atbs-featured-module-6 .section-main {
        width: 100%;
        margin-right: 0;
        margin-bottom: 3.336113427856547vw;
    }
    .atbs-featured-module-6 .post--overlay-has-author .post__text {
        min-height: 42.857142857142854rem;
    }
    .atbs-featured-module-6 .post--overlay-normal .post__text {
        min-height: 28.571428571428573rem;
    }
}

@media (max-width: 1199px) {
    .atbs-featured-module-6 .section-main {
        width: 100%;
        margin-right: 0;
    }
    .atbs-featured-module-6 .atbs-block__inner {
        padding-right: 3.33333333333vw;
        padding-left: 3.33333333333vw;
    }
}
@media(max-width:767px) {
    .atbs-featured-module-6 .atbs-block__inner {
        padding-right: 1.9556714472vw;
        padding-left: 1.9556714472vw;
    }
    .atbs-featured-module-6 .post--overlay-has-author .post__text {
        min-height: 32.142857142857146rem;
    }
    .atbs-featured-module-6 .post--overlay-normal .post__text {
        min-height: 25rem;
    }
    .atbs-featured-module-6 .section-main  {
        margin-bottom: 3.91134289439vw;
    }
}
@media (max-width: 575px) {
    .atbs-featured-module-6 .atbs-block__inner {
        padding-right: 2.60869565217vw;
        padding-left: 2.60869565217vw;
    }
    .atbs-featured-module-6 .section-main {
        margin-bottom: 5.217391304347826vw;
    }
    .atbs-featured-module-6 .post--overlay-has-author .post__text {
        min-height: 28.571428571428573rem;
    }
    .atbs-featured-module-6 .section-sub .posts-list>* {
        width: 100%;
    }
    .atbs-featured-module-6 .post--overlay-normal .post__text {
        min-height: 21.428571428571427rem;
    }
}
@media (max-width: 480px) {
    .atbs-featured-module-6 .atbs-block__inner {
        padding-right: 3.125vw;
        padding-left: 3.125vw;
    }
}
@media(max-width:380px) {
    .atbs-featured-module-6 .atbs-block__inner {
        padding-right: 3.94736842105vw;
        padding-left: 3.94736842105vw;
    }
    .atbs-featured-module-6 .post--overlay-has-author .post__text {
        min-height: 25rem;
    }
    .atbs-featured-module-6 .post--overlay-normal .post__text {
        min-height: 20rem;
    }
}

/* ----------------------- atbs-featured-module-6 */
/*@end file 30*/
/* ----------------------- atbs-featured-module-7*/

.post--overlay-has-author-h530 .post__text {
    min-height: 37.85714285714286rem;
}

.post--overlay-has-author-h530,
.post--overlay-normal-h250 {
    height: 100%;
}

.atbs-featured-module-7 .section-main {
    margin-bottom: 2.1428rem;
    width: 100%;
}

.atbs-featured-module-7 .section-main .post-main {
    margin-right: 2.1428rem;
    width: 65.81196581196581%;
}

.atbs-featured-module-7 .section-main .post-sub {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.atbs-featured-module-7 .object-fit a {
    width: auto;
    height: auto;
}

.atbs-featured-module-7 .object-fit a:first-child {
    width: 100%;
    height: 100%;
}

@media(max-width:1199px) and (min-width:576px) {
    .atbs-featured-module-7 .section-main {
        margin-bottom: 2.5020850708924103vw;
    }
    .post--overlay-has-author.post--overlay-has-author-h530 .post__text{
        min-height: 37.857142857142854rem;
    }
    .atbs-featured-module-7 .section-main .post-main {
        margin-right: 2.5020850708924103vw;
    }
}


@media (max-width: 767px) {
    .atbs-featured-module-7 .section-main .posts-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .atbs-featured-module-7 .section-main .posts-list>* {
        width: 50%;
    }
    .atbs-featured-module-7 .section-main .post-main {
        margin-right: 0;
        margin-bottom: 5.215123859191656vw;
        width: 100%;
    }
    .post--overlay-has-author.post--overlay-has-author-h530 .post__text{
        min-height: 32.142857142857146rem;
    }
}

@media (max-width: 575px) {
    .atbs-featured-module-7 .section-main {
        margin-bottom: 5.217391304347826vw;
    }
    .atbs-featured-module-7 .section-main .posts-list>* {
        width: 100%;
    }
    .atbs-featured-module-7 .section-sub .flex-box-3i>* {
        width: 100%;
    }
    .post--overlay-normal.post--overlay-normal-h250 .post__text {
        min-height: 21.428571428571427rem;
    }
    .post--overlay-has-author.post--overlay-has-author-h530 .post__text{
        min-height: 28.571428571428573rem;
    }
    .atbs-featured-module-7 .section-main .post-main {
        margin-bottom: 6.956521739130435vw;
    }
}
@media(max-width:380px) {
    .post--overlay-normal.post--overlay-normal-h250 .post__text {
        min-height: 20rem;
    }
    .post--overlay-has-author.post--overlay-has-author-h530 .post__text{
        min-height: 25rem;
    }
}

/* ----------------------- atbs-featured-module-7 */
/*@end file 31*/
.post--overlay-has-author.post--overlay-has-author-h250 .post__title {
    margin-bottom: 0;
}
.atbs-featured-module-8 .section-main {
    width: 65.81196581196581%;
    margin-right: 2.142857rem;
}
.atbs-featured-module-8 .section-main .post-main,
.atbs-featured-module-8 .section-sub .post-main {
    margin-bottom: 2.142857rem;
}
.atbs-featured-module-8 .section-sub {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.atbs-featured-module-8 .post__cat,
.atbs-featured-module-8 a.post__cat,
.atbs-featured-module-8 .entry-cat,
a.entry-cat {
    margin-right: 0;
}
.atbs-featured-module-8 .section-sub .post-sub .post__title a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 1199px) and (min-width: 576px) {
    .atbs-featured-module-8 .section-main {
        margin-right: 2.50208507089241vw;
    }
    .atbs-featured-module-8 .section-main .post-main,
    .atbs-featured-module-8 .section-sub .post-main {
        margin-bottom: 2.50208507089241vw;
    }
}

@media (max-width: 767px) {
    .atbs-featured-module-8 .section-main {
        width: 100%;
        margin-bottom: 2.50208507089241vw;
        margin-right: 0;
    }
    .post--overlay-has-author.post--overlay-has-author-h250 .post__text {
        min-height: 21.428571428571427rem;
    }
    .atbs-featured-module-8 .section-sub {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -1.2510425354462051vw;
    }
    .atbs-featured-module-8 .section-sub>* {
        width: 100%;
        padding: 1.2510425354462051vw;
    }
    .atbs-featured-module-8 .section-sub .post-main {
        margin-bottom: 0;
    }

    .atbs-featured-module-8 .section-sub .post-main .post--overlay .post__text {
        min-height: 25rem;
    }

}
@media(max-width:767px) and (min-width:576px) {
    .atbs-featured-module-8 .section-sub .posts-list{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .atbs-featured-module-8 .section-sub .posts-list>*{
        width: 50%;
    }
}
@media (max-width: 575px) {
    .atbs-featured-module-8 .section-main .post-main,
    .atbs-featured-module-8 .section-sub .post-main,
    .atbs-featured-module-8 .section-main {
        margin-bottom: 5.217391304347826vw;
    }
    .post--overlay-has-author.post--overlay-has-author-h250 .post__text,.atbs-featured-module-8 .section-sub .post-main .post--overlay .post__text  {
        min-height: 21.428571428571427rem;
    }
    .atbs-featured-module-8 .flex-space-30 {
        margin: -2.608695652173913vw;
    }
    .atbs-featured-module-8 .flex-space-30>* {
        padding: 2.608695652173913vw;
    }
    .atbs-featured-module-8 .flex-space-30>*,
    .atbs-featured-module-8 .section-sub>* {
        width: 100%;
    }
    .atbs-featured-module-8 .section-sub {
        margin: 0;
    }
    .atbs-featured-module-8 .section-sub>* {
        padding: 0;
    }
}
@media(max-width:380px) {
    .post--overlay-has-author.post--overlay-has-author-h250 .post__text,.atbs-featured-module-8 .section-sub .post-main .post--overlay .post__text  {
        min-height: 20rem;
    }
}
/*@end file 32*/
.atbs-featured-module-9 {
    background-color: var(--module-background-color);
}
.atbs-featured-module-9 .section-main {
    width: 70.9401709402%;
    margin-right: 2.857142857142857rem;
    padding-top: 4.285714285714286rem;
    padding-bottom: 4.285714285714286rem;
}
.atbs-featured-module-9 .section-sub {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}
.post--vertical-has-author .post__thumb {
    margin-bottom: 2.0714285714285716rem;
    height: 29.285714285714285rem;
}
.atbs-featured-module-9 .post--vertical-has-author .post__text {
    position: static;
}
.post--vertical-has-author .post__text time {
    opacity: 1;
}
.post--vertical-has-author .post__cat--overlap {
    left: 0;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
}
.post--vertical-has-author .post__title {
    margin-bottom: 1.4285714285714286rem;
}
.post--vertical-has-author .post__meta {
    margin-top: 0;
}
.atbs-featured-module-9 .section-sub__inner::-webkit-scrollbar {
    background: none;
    width: 0.2142857142857143rem;
}

.atbs-featured-module-9 .section-sub__inner::-webkit-scrollbar-thumb {
    background-color: var(--color-primary);
    border: 0.07142857142857142rem solid var(--color-primary);
}

.atbs-featured-module-9 .section-sub__inner::-webkit-scrollbar-track {
    background: none;
    border: none;
}
.atbs-featured-module-9 .section-sub__inner .posts-list{
    height: 100%;
}

.atbs-featured-module-9 .post--vertical-hover {
    padding: 1.0714285714285714rem;
}
.atbs-featured-module-9 .post--vertical-hover .post__thumb {
    height: 11.428571428571429rem;
}
.atbs-featured-module-9 .post--vertical-hover::before {
    display: none;
}
.atbs-featured-module-9 .post--vertical-hover:hover {
    background-color: var(--color-primary);
}
.atbs-featured-module-9 .post--vertical-hover .post__title {
    margin-bottom: 0;
}

@media (max-width: 1199px) and (min-width: 576px) {
    .atbs-featured-module-9 .section-main {
        margin-right: 3.336113427856547vw;
        padding-bottom: 5.004170141784821vw;
        padding-top: 5.004170141784821vw;
    }
    .atbs-featured-module-9 .section-sub__inner::-webkit-scrollbar {
        width: 0.25020850708924103vw;
    }
    .atbs-featured-module-9 .section-sub__inner::-webkit-scrollbar-thumb {
        border: 0.08340283569641367vw solid var(--color-primary);
    }
    .atbs-featured-module-9 .section-sub__inner {
        border-left:0.08340283569641367vw solid rgba(255, 255, 255, 0.2);
    }
    .atbs-featured-module-9 .section-sub::before{
        right: 0.16680567139282734vw;
        width: 0.08340283569641367vw;
    }
    .atbs-featured-module-9 .section-sub__inner .list-item {
        border-top: 0.08340283569641367vw solid rgba(255, 255, 255, 0.2);
    }
}
@media(min-width:768px){
    .atbs-featured-module-9 .section-sub__inner {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-left:0.07142857142857142rem solid rgba(255, 255, 255, 0.2);
    }
    .atbs-featured-module-9 .section-sub::before{
        position: absolute;
        content: "";
        left: auto;
        right: 0.14285714285714285rem;
        height: 100%;
        width: 0.07142857142857142rem;
        top: 0;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.2);
    }
    .atbs-featured-module-9 .section-sub__inner .list-item {
        border-top: 0.07142857142857142rem solid rgba(255, 255, 255, 0.2);
    }
}

@media (max-width: 767px) {
    .atbs-featured-module-9 .atbs-block__inner {
        padding-top: 5.004170141784821vw;
        padding-bottom: 5.004170141784821vw;
    }
    .atbs-featured-module-9 .section-main {
        padding-top: 0;
    }
    .atbs-featured-module-9 .section-sub__inner {
        overflow-y: hidden;
        height: auto;
        border-left: none;
    }
    .atbs-featured-module-9 .section-main {
        width: 100%;
        margin: 0;
        padding-bottom: 0;
        margin-bottom: 5.21512385919vw;
    }
    .post--vertical-has-author .post__thumb {
        height: 25rem;
    }
    .atbs-featured-module-9 .section-sub {
        margin-top: 0;
    }
    .atbs-featured-module-9 .section-sub__inner {
        overflow: visible;
    }
    .atbs-featured-module-9 .section-sub__inner .posts-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -1.2510425354462051vw;
    }
    .atbs-featured-module-9 .section-sub__inner .posts-list > * {
        width: calc(100% / 2);
        padding: 1.2510425354462051vw;
        border: none;
    }
    .atbs-featured-module-9 .post--vertical-hover {
        background-color: #2a2a2a;
    }


    .atbs-featured-module-9 .post--vertical-hover .post__thumb {
        height: 14.285714285714286rem;
    }
}
@media (max-width: 575px) {
    .atbs-featured-module-9 .section-main {
        margin-bottom: 6.95652173913vw;
    }
    .post--vertical-has-author .post__thumb {
        margin-bottom: 1.7857142857142858rem;
    }
    .post--vertical-has-author .post__title {
        margin-bottom: 1.2857142857142858rem;
    }
    .atbs-featured-module-9 .section-sub__inner .posts-list {
        margin:  -2.60869565217vw;
    }
    .atbs-featured-module-9 .section-sub__inner .posts-list > * {
        width: 100%;
        padding: 2.60869565217vw;
    }
    .atbs-featured-module-9 .post--vertical-hover .post__thumb {
        height: 21.428571428571427rem;
    }
    .atbs-featured-module-9 .post--vertical-hover {
        padding: 1.0714285714285714rem;
    }
}
@media(max-width:380px) {
    .post--vertical-has-author .post__thumb {
        height: 21.428571428571427rem;
    }
    .atbs-featured-module-9 .post--vertical-hover .post__thumb {
        height: 20rem;
    }
    .atbs-featured-module-9 .post--vertical-hover {
        padding: 0.7142857142857143rem;
    }
    .post--vertical-has-author .post__title{
        margin-bottom: 1.0714285714285714rem;
    }
}

/*@end file 33*/
@media (min-width: 1921px) {
    .atbs-featured-module-10 .atbs-block__inner {
        width: 1920px;
    }
}
.atbs-featured-module-10 .block-heading{
    padding-top: 4.285714285714286rem;
}
.atbs-featured-module-10 .atbs-block__inner {
    margin: 0 auto;
}
.atbs-featured-module-10 {
    background-color: var(--module-background-color);
}

.atbs-featured-module-10 .post-sub {
    width: 100%;
    position: relative;
}
.atbs-featured-module-10 .post-sub::before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    right: auto;
    bottom: 0;
    width: 0.05208333333%;
    height: 100%;
    background-color: var(--color-white);
    opacity: 0.1;
    z-index: 1;
}
.atbs-featured-module-10 .section-main {
    border-right: 0.07142857142857142rem solid rgba(255, 255, 255, 0.2);
}
.atbs-featured-module-10 .section-main .post-sub {
    border-bottom: 0.07142857142857142rem solid rgba(255, 255, 255, 0.2);
}
.atbs-featured-module-10 .section-sub .post-sub {
    border-top: 0.07142857142857142rem solid rgba(255, 255, 255, 0.2);
}
.atbs-featured-module-10 .post--overlay-has-author .post__text {
    min-height: 68.57142857142857rem;
}
.atbs-featured-module-10 .post--vertical-hover {
    padding: 0;
    background-color: var(--color-secondary);
}
.atbs-featured-module-10 .post--vertical-hover:hover {
    background-color: var(--color-primary);
}
.atbs-featured-module-10 .post--vertical-hover .post__thumb {
    height: 22.857142857142858rem;
}
.atbs-featured-module-10 .post--vertical-hover::before {
    display: none;
}
.atbs-featured-module-10 .post--vertical-hover .post__text {
    padding: 0 1.42857142857rem 1.8rem 1.42857142857rem;
    /*min-height: 9.785714285714286rem;*/
    min-height: auto;
}

.atbs-featured-module-10 .post--vertical-hover .post__cat {
    left: 1.42857142857rem;
}
.atbs-featured-module-10 .post--vertical-hover .post__text .post__title {
    margin-bottom: 0.85714285714rem;
}
.atbs-featured-module-10 .post--vertical-hover .post__text .post__title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (max-width: 1680px) and (min-width: 1200px) {
    .atbs-featured-module-10 .post-sub::before {
        width: 0.05952380952380952vw;
    }
    .atbs-featured-module-10 .section-main {
        border-right: 0.05952380952380952vw solid rgba(255, 255, 255, 0.2);
    }
    .atbs-featured-module-10 .section-main .post-sub {
        border-bottom: 0.05952380952380952vw solid rgba(255, 255, 255, 0.2);
    }
    .atbs-featured-module-10 .section-sub .post-sub {
        border-top: 0.05952380952380952vw solid rgba(255, 255, 255, 0.2);
    }
    .atbs-featured-module-10 .post--overlay-has-author .post__text {
        min-height: 41.07142857142857vw;
    }
    .atbs-featured-module-10 .post--overlay-has-author .post__text .post__title {
        font-size: 2.142857142857143vw;
    }
    .atbs-featured-module-10 .post--overlay-has-author .post__meta--has-author-style-1 a.post-author__name,
    .atbs-featured-module-10 .post--vertical-hover .post__meta--has-date-stamp-2 time {
        font-size: max(0.8333333333333334vw, 13px);
    }
    .atbs-featured-module-10 .post--vertical-hover .post__thumb {
        height: 19.047619047619047vw;
    }
    .atbs-featured-module-10 .post--vertical-hover .post__text {
        /*padding: 0 0.8928571428571429vw 2.0833333333333335vw*/
        /*    0.8928571428571429vw;*/
        /*min-height: 8.154761904761905vw;*/
    }
    .atbs-featured-module-10 .post--vertical-hover .post__text .post__title {
        font-size: 1.4285714285714286vw;
    }
    .atbs-featured-module-10 .post--vertical-hover .post__text .post__title a {
        font-size: 1.4285714285714286vw;
    }
}
@media (max-width: 1199px) {
    .atbs-featured-module-10 .atbs-block__inner {
        width: 100%;
        /*padding-right: 3.33333333333vw;*/
        /*padding-left: 3.33333333333vw;*/
    }
}
@media (max-width: 1199px) and (min-width: 576px) {
    .atbs-featured-module-10 .block-heading{
        padding-top: 5.004170141784821vw;
    }
    .atbs-featured-module-10 .post-sub::before {
        width: 0.08340283569641367vw;
    }
    .atbs-featured-module-10 .section-main {
        border-right: 0.08340283569641367vw solid rgba(255, 255, 255, 0.2);
    }
    .atbs-featured-module-10 .section-main .post-sub {
        border-bottom: 0.08340283569641367vw solid rgba(255, 255, 255, 0.2);
    }
    .atbs-featured-module-10 .section-sub .post-sub {
        border-top: 0.08340283569641367vw solid rgba(255, 255, 255, 0.2);
    }
    .atbs-featured-module-10 .post--overlay-has-author .post__text {
        min-height: 42.857142857142854rem;
    }
    .atbs-featured-module-10 .post--vertical-hover .post__thumb {
        height: 19.285714285714285rem;
    }
    .atbs-featured-module-10 .post--vertical-hover .post__text {
        padding: 0 1.42857142857rem 2.142857142857143rem 1.42857142857rem;
    }
}
@media(max-width:767px) {
    .atbs-featured-module-10 .atbs-block__inner {
        /*padding-right: 1.9556714472vw;*/
        /*padding-left: 1.9556714472vw;*/
    }
    .atbs-featured-module-10 .section-main,.atbs-featured-module-10 .section-sub{
        width: 100%;
    }
    .atbs-featured-module-10 .section-main .post-sub{
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .atbs-featured-module-10 .section-main {
        border-right: none;
    }
    .atbs-featured-module-10 .post--overlay-has-author .post__text {
        min-height: 32.142857142857146rem;
    }
    .atbs-featured-module-10 .post--vertical-hover .post__text{
        /*min-height: 8.714285714285714rem;*/
    }
}
@media (max-width: 575px) {
    .atbs-featured-module-10 .atbs-block__inner {
        padding: 6.95652173913vw 2.60869565217vw;
    }
    .atbs-featured-module-10 .block-heading{
        padding-top: 5.217391304347826vw;
    }
    .atbs-featured-module-10 .post-sub::before {
        display: none;
    }
    .atbs-featured-module-10 .section-main {
        border-right: none;
    }
    .atbs-featured-module-10 .section-main .post-sub {
        border-bottom: none;
    }
    .atbs-featured-module-10 .section-sub .post-sub {
        border-top: none;
    }
    .atbs-featured-module-10 .atbs-block__inner > *,
    .atbs-featured-module-10 .post-sub .posts-list > * {
        width: 100%;
    }
    .atbs-featured-module-10 .post-sub .posts-list {
        margin: -2.60869565217vw;
    }
    .atbs-featured-module-10 .post-sub .posts-list > *{
        padding: 2.60869565217vw;
    }
    .atbs-featured-module-10 .section-main .post-sub {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .atbs-featured-module-10 .post-main,
    .atbs-featured-module-10 .section-main {
        margin-bottom: 5.217391304347826vw;
    }
    .atbs-featured-module-10 .post--overlay-has-author .post__text {
        min-height: 28.571428571428573rem;
    }
    .atbs-featured-module-10 .post--vertical-hover .post__thumb {
        height: 21.428571428571427rem;
    }
    .atbs-featured-module-10 .post--vertical-hover .post__text {
        /*padding: 0;*/
        min-height: auto;
    }
    .atbs-featured-module-10 .post--vertical-hover {
        background-color: #2a2a2a;
    }
}
@media (max-width: 480px) {
    .atbs-featured-module-10 .atbs-block__inner {
        padding-right: 3.125vw;
        padding-left: 3.125vw;
    }
}
@media(max-width:380px) {
    .atbs-featured-module-10 .atbs-block__inner {
        padding-right: 3.94736842105vw;
        padding-left: 3.94736842105vw;
    }
    .atbs-featured-module-10 .post--overlay-has-author .post__text {
        min-height: 25rem;
    }
    .atbs-featured-module-10 .post--vertical-hover .post__thumb {
        height: 20rem;
    }
}
/*@end file 34*/
.atbs-featured-module-12 .section-main .post--overlay-has-author .post__text {
    min-height: 46.428571rem;
}

.atbs-featured-module-12 .section-sub .post-sub .post--overlay-normal .post__text {
    min-height: 19.285714285714285rem;
}

.atbs-featured-module-12 .section-main {
    margin-bottom: 2.142857142857143rem;
    width: 100%;
}

.atbs-featured-module-12 .section-sub .post-main .post--overlay-normal .post__text {
    min-height: 40.714285714285715rem;
}

.atbs-featured-module-12 .section-sub .post-main .post--overlay-normal .post__text .post__title,
.atbs-featured-module-12 .section-sub .post-sub .post--overlay-normal .post__text .post__title {
    margin-top: 0;
}

.atbs-featured-module-12 .post__cat,
.atbs-featured-module-12 a.post__cat,
.atbs-featured-module-12 .entry-cat,
a.entry-cat {
    margin-right: 0;
}

@media(min-width:576px){
    .atbs-featured-module-12 .section-sub .post-sub{
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}
@media (max-width: 1366px) and (min-width: 1200px) {
    .atbs-featured-module-12 .section-main .post--overlay-has-author .post__text-inner {
        max-width: 860px;
    }
}
@media (max-width: 1199px) and (min-width: 576px) {
    .atbs-featured-module-12 .section-main {
        margin-bottom: 2.5020850708924103vw;
    }
    .atbs-featured-module-12 .flex-space-30 {
        margin: -1.2510425354462051vw;
    }
    .atbs-featured-module-12 .flex-space-30>* {
        padding: 1.2510425354462051vw;
    }
}
@media(max-width:767px) {
    .atbs-featured-module-12 .section-main .post--overlay-has-author .post__text {
        min-height: 32.142857142857146rem;
    }

    .atbs-featured-module-12 .section-sub .post-sub .post--overlay-normal .post__text {
        min-height: 17.857142857142858rem;
    }

    .atbs-featured-module-12 .section-sub .post-main .post--overlay-normal .post__text {
        min-height: 37.142857142857146rem;
    }
}
@media (max-width: 575px) {
    .atbs-featured-module-12 .section-main .post--overlay-has-author .post__text {
        min-height: 28.571428571428573rem;
    }
    .atbs-featured-module-12 .section-sub.flex-box-2i>* {
        width: 100%;
    }
    .atbs-featured-module-12 .section-sub .post-sub .post--overlay-normal .post__text,
    .atbs-featured-module-12 .section-sub .post-main .post--overlay-normal .post__text {
        min-height: 21.428571428571427rem;
    }
    .atbs-featured-module-12 .section-main {
        margin-bottom: 5.217391304347826vw;
    }
    .atbs-featured-module-12 .flex-space-30 {
        margin: -2.608695652173913vw;
    }
    .atbs-featured-module-12 .flex-space-30>* {
        padding: 2.608695652173913vw;
    }
}
@media(max-width:380px) {
    .atbs-featured-module-12 .section-main .post--overlay-has-author .post__text {
        min-height: 25rem;
    }
    .atbs-featured-module-12 .section-sub .post-sub .post--overlay-normal .post__text,
    .atbs-featured-module-12 .section-sub .post-main .post--overlay-normal .post__text {
        min-height: 20rem;
    }
}
/*@end file 35*/
.atbs-featured-module-13 .section-sub:nth-child(2) {
    margin-right: 2.142857142857143rem;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.atbs-featured-module-13 .section-sub:nth-child(3) {
    margin-top: 2.142857142857143rem;
    width: 100%;
}

.atbs-featured-module-13 .section-main {
    width: 65.81196581196581%;
}

.atbs-featured-module-13 .post-main {
    margin-bottom: 2.142857142857143rem;
}

.post--horizontal-hover-bg-black {
    background-color: var(--color-secondary);
}

.post--horizontal-hover-bg-black .post__title a:hover {
    color: #fff;
}

.post--overlay-normal-h370 .post__text {
    min-height: 26.42857142857143rem;
}

.post--overlay-normal-h500 .post__text {
    min-height: 35.71428571428571rem;
}
/*Custom*/
@media (min-width: 1200px) {
    .atbs-featured-module-13 .section-sub .post--overlay,
    .atbs-featured-module-13 .section-sub .post--overlay .post__text {
        height: 100%;
    }
}

@media (max-width: 1199px) {
    .atbs-featured-module-13 .section-sub:nth-child(2) {
        margin-right: 2.5020850708924103vw;
    }
    .atbs-featured-module-13 .section-sub:nth-child(3) {
        margin-top: 2.5020850708924103vw;
    }
    .atbs-featured-module-13 .post-main {
        margin-bottom: 2.5020850708924103vw;
    }
}


@media (max-width: 767px) {
    .atbs-featured-module-13 .section-sub:nth-child(2) {
        width: 100%;
        margin-bottom: 3.911342894393742vw;
        margin-right: 0;
    }
    .atbs-featured-module-13 .section-main .post-main .post--overlay-normal .post__text,
    .atbs-featured-module-13 .section-sub:nth-child(2)>.post--overlay-normal .post__text {
        min-height: 28.571428571428573rem;
    }



    .atbs-featured-module-13 .section-sub:nth-child(3) {
        margin-top: 0;
    }
    .atbs-featured-module-13 .section-main {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 3.911342894393742vw;
    }
    .atbs-featured-module-13 .section-main .post-main {
        margin-bottom: 3.911342894393742vw;
    }
    .atbs-featured-module-13 .section-main .post__list {
        margin: -1.2510425354462051vw;
    }
    .post--overlay-normal.post--overlay-normal-h370 .post__text {
        min-height: 22.857142857142858rem;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .atbs-featured-module-13 .section-sub:nth-child(2) >.post--overlay-normal .post__title {
        font-size: 1.71428571429rem;
        font-weight: 900;
    }
}
@media (max-width: 575px) {
    .atbs-featured-module-13 .section-sub:nth-child(3) .posts-list .list-item {
        width: 100%;
    }
    .atbs-featured-module-13 .section-main .posts-list .list-item {
        width: 100%;
    }
    .atbs-featured-module-13 .flex-space-30 {
        margin: -1.7391304347826086vw;
    }
    .atbs-featured-module-13 .flex-space-30>* {
        padding: 1.7391304347826086vw;
    }
    .atbs-featured-module-13 .section-main .post-main {
        margin-bottom: 5.217391304347826vw;
    }
    .atbs-featured-module-13 .section-sub:nth-child(2) {
        margin-bottom: 5.227391304347826vw
    }
    .atbs-featured-module-13 .section-sub:nth-child(3) {
        margin-top: 0;
    }
    .atbs-featured-module-13 .section-main {
        margin-bottom: 2.608695652173913vw;
    }
    .atbs-featured-module-13 .section-sub:nth-child(3) .post--overlay-normal-h370 .post__text {
        min-height: 21.428571428571427rem;
    }
    .atbs-featured-module-13 .section-main {
        margin-bottom: 5.217391304347826vw;
    }
    .atbs-featured-module-13 .section-sub .flex-space-30 {
        margin: -2.608695652173913vw;
    }
    .atbs-featured-module-13 .section-sub .flex-space-30>* {
        padding: 2.608695652173913vw;
    }
}
@media(max-width:380px) {
    .atbs-featured-module-13 .section-main .post-main .post--overlay-normal .post__text,
    .atbs-featured-module-13 .section-sub:nth-child(2)>.post--overlay-normal .post__text {
        min-height: 25rem;
    }
    .atbs-featured-module-13 .section-sub:nth-child(3) .post--overlay-normal-h370 .post__text {
        min-height: 20rem;
    }
}
/*@end file 36*/

.atbs-featured-module-14 .owl-carousel .owl-stage-outer,
.atbs-featured-module-14 .owl-carousel .owl-stage {
    overflow: visible;
}

.atbs-featured-module-14 .owl-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.8s ease 0.05s !important;
    -o-transition: all 0.8s ease 0.05s !important;
    transition: all 0.8s ease 0.05s !important;
}

.atbs-featured-module-14 .owl-carousel .post,
.atbs-featured-module-14 .owl-carousel .post .post__text,
.atbs-featured-module-14 .owl-carousel .owl-item .post .post__thumb,
.atbs-featured-module-14 .owl-carousel .owl-item .post .post-type-icon {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.atbs-featured-module-14 .owl-carousel .owl-item.active:not(.active_current.center) .post,
.atbs-featured-module-14 .owl-carousel .owl-item .post {
    width: 490px;
}

.atbs-featured-module-14 .owl-carousel .owl-item.active_current.center .post {
    width: 800px;
    padding: 0 7.142857142857143rem 4.285714285714286rem 7.142857142857143rem;
}

.atbs-featured-module-14 .owl-carousel .owl-item.active_current.center .post::after {
    position: absolute;
    content: "";
    background-color: #171717;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 8.571428571428571rem);
    z-index: -1;
}

.atbs-featured-module-14 .owl-carousel .owl-item:not(.active_current.center) .post .post__thumb,
.atbs-featured-module-14 .owl-carousel .owl-item.active:not(.active_current.center) .post .post__thumb {
    height: 46.42857142857143rem;
    margin-bottom: 0;
}

.atbs-featured-module-14 .owl-carousel .owl-item.active_current.center .post .post__thumb {
    height: 55rem;
    margin-top: -8.571428571428571rem;
}


.atbs-featured-module-14 .owl-carousel .owl-stage {
    padding-top: 8.571428571428571rem;
}
.post--vertical-style-2 .post__thumb {
    margin-bottom: 2.857142857142857rem;
}
.post--vertical-style-2 .post__text .post__title {
    margin-top: 1.071428571428571rem;
    margin-bottom: 1.071428571428571rem;
}
.post--vertical-style-2 .post__text .post__meta {
    margin-top: 0;
}
.post--vertical-style-2 .post__meta:not(.post__meta--box) > *:not(:last-child){
    margin-right: 0.71428571428rem;
}

.atbs-carousel-nav-custom-holder.atbs-row-nav::after {
    display: none;
}

.atbs-carousel-nav-custom-holder.atbs-row-nav .owl-prev:hover,
.atbs-carousel-nav-custom-holder.atbs-row-nav .owl-next:hover {
    background-color: var(--color-primary);
    border: transparent;
}

.atbs-featured-module-14 .owl-carousel .owl-nav {
    display: block;
}

@media (min-width: 768px) {
    .atbs-featured-module-14 .owl-carousel .owl-item.active_current.center .post,
    .atbs-featured-module-14 .owl-carousel .owl-item.active_current.center .post .post__thumb {
        -webkit-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }
    .atbs-featured-module-14 .owl-carousel .owl-item.active_current.center .post .post__text {
        /*max-height: 999px;*/
        overflow: visible;
    }
    .atbs-featured-module-14 .owl-carousel .owl-item .post .post__text {
        /*max-height: 0;*/
        overflow: hidden;
        width: calc(800px - 7.142857142857143rem * 2);
    }


    .atbs-featured-module-14  .atbs-block__inner {
        min-height: 1037px;
    }
}
@media(max-width:1680px) and (min-width:1200px) {
    .atbs-featured-module-14 .owl-carousel .owl-item.active_current.center .post {
        width: 800px;
    }
    .nav-row-circle .owl-prev {
        left: calc((100% - 800px)/2 + 20px);
    }
    .nav-row-circle .owl-next {
        right: calc((100% - 800px)/2 + 20px);
    }
}
@media (max-width: 1199px) {
    .atbs-featured-module-14 .atbs-block__inner {
        min-height: 85.6547122602vw;
    }
}
@media (max-width: 1199px) and (min-width: 576px) {
    /*.atbs-featured-module-14 .owl-carousel .owl-item:not(.active_current.center) .post .post__text,*/
    /*.atbs-featured-module-14 .owl-carousel .owl-item.active:not(.active_current.center) .post .post__text{*/
    /*    display: none;*/
    /*}*/
    .atbs-featured-module-14 .owl-carousel .owl-item.active:not(.active_current.center) .post,
    .atbs-featured-module-14 .owl-carousel .owl-item .post {
        width: 40.867389491242704vw;
    }
    .atbs-featured-module-14 .owl-carousel .owl-stage {
        padding-top: 10.008340283569641vw;
    }

    .atbs-featured-module-14 .nav-row-circle .owl-prev:hover,
    .atbs-featured-module-14 .nav-row-circle .owl-next:hover {
        background-color: var(--color-primary);
        border: transparent;
    }

    .atbs-featured-module-14 .nav-row-circle .owl-prev,
    .atbs-featured-module-14 .nav-row-circle .owl-next {
        top: calc(64.22018348623853vw / 2);
        -webkit-transform: translate(0, 50%);
        -ms-transform: translate(0, 50%);
        transform: translate(0, 50%);
    }
    .nav-row-circle .owl-prev {
        left: calc((100% - 800px)/2 + 20px);
    }
    .nav-row-circle .owl-next {
        right: calc((100% - 800px)/2 + 20px);
    }
}


@media (max-width: 991px) {
    .atbs-featured-module-14 .atbs-block__inner {
        min-height: 89.654712vw;
    }
}
@media(max-width:767px) {
    .atbs-featured-module-14 .owl-carousel .owl-item.active_current.center .post {
        width: 100vw;
        padding: 0 5.714285714285714rem 4.285714285714286rem 5.714285714285714rem;
    }
    .nav-row-circle .owl-prev {
        left: 0.651890482398957vw;
    }
    .nav-row-circle .owl-next {
        right: 0.651890482398957vw;
    }
    .atbs-featured-module-14 .owl-carousel .owl-item.active_current.center .post .post__thumb {
        height: 42.857142857142854rem;
        margin-top: -7.142857142857143rem;
        margin-bottom: 2.142857142857143rem;
    }

    .atbs-featured-module-14 .owl-carousel .owl-item .post .post__text {
        width: calc(100vw - 5.714285714285714rem * 2);
    }

    .atbs-featured-module-14 .owl-carousel .active_current.center .post .post__text {
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }


















    .atbs-featured-module-14 .owl-carousel .owl-item.active:not(.active_current.center) .post,
    .atbs-featured-module-14 .owl-carousel .owl-item .post {
        width: 100vw !important;
        padding: 0 5.714285714285714rem 4.285714285714286rem 5.714285714285714rem !important;
    }

    .atbs-featured-module-14 .owl-carousel .active_current.center .post .post__text {
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }


    .atbs-featured-module-14 .owl-carousel .owl-item .post .post__thumb,
    .atbs-featured-module-14 .owl-carousel .owl-item.active_current.center .post .post__thumb {
        height: 42.857142857142854rem !important;
        margin-top: -7.142857142857143rem !important;
        margin-bottom: 2.142857142857143rem !important;
    }


    .atbs-featured-module-14 .owl-carousel .owl-item .post::after,
    .atbs-featured-module-14 .owl-carousel .owl-item.active_current.center .post::after {
        position: absolute !important;
        content: "";
        background-color: #171717 !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: calc(100% - 8.571428571428571rem) !important;
        z-index: -1 !important;
    }

    .atbs-featured-module-14 .owl-carousel .owl-item.active:not(.active_current.center) .post .post__text,
    .atbs-featured-module-14 .owl-carousel .owl-item .post .post__text {
        width: calc(100vw - 5.714285714285714rem * 2) !important;
        margin-left: auto;
        margin-right: auto;
    }
}
@media(min-width:576px) {
    .atbs-featured-module-14 .owl-carousel .owl-item .post .post__text {
        visibility: hidden;
        opacity: 0;
    }
    .atbs-featured-module-14 .owl-carousel .owl-item.active_current.center.center .post .post__text {
        visibility: visible;
        opacity: 1;
    }
    .atbs-featured-module-14 .owl-carousel .active_current.center .post .post__text {
        -webkit-transition: 0s;
        -o-transition: 0s;
        transition: 0s;
        -webkit-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }
}
@media (max-width: 575px) {


    .atbs-featured-module-14 .owl-carousel .owl-item .post,
    .atbs-featured-module-14 .owl-carousel .owl-item.active_current.center .post {
        width: 100vw !important;
        padding: 0 4.285714285714286rem 2.142857142857143rem 4.285714285714286rem !important;
    }
    .atbs-featured-module-14 .owl-carousel .owl-item .post::after,
    .atbs-featured-module-14 .owl-carousel .owl-item.active_current.center .post::after {
        height: calc(100% - 4.285714285714286rem) !important;
    }
    .atbs-featured-module-14 .owl-carousel .owl-item .post .post__thumb,
    .atbs-featured-module-14 .owl-carousel .owl-item:not(.active_current.center) .post .post__thumb,
    .atbs-featured-module-14 .owl-carousel .owl-item.active:not(.active_current.center) .post .post__thumb {
        height: 25rem !important;
    }

    .atbs-featured-module-14 .owl-carousel .owl-item .post .post__thumb,
    .atbs-featured-module-14 .owl-carousel .owl-item.active_current.center .post .post__thumb {
        height: 25rem !important;
        margin-top: 0 !important;
    }

    .atbs-featured-module-14 .owl-carousel .owl-item .post .post__text,
    .atbs-featured-module-14 .owl-carousel .owl-item.active_current.center .post .post__text {
        width: 100% !important;
    }

    .atbs-featured-module-14 .owl-carousel .owl-stage {
        padding-top: 0;
    }

    .post--vertical-style-2 .post__text .post__title {
        margin-top: 0.5714285714285714rem;
        margin-bottom: 0.5714285714285714rem;
    }

    .atbs-featured-module-14 .nav-row-circle .owl-prev,
    .atbs-featured-module-14 .nav-row-circle .owl-next {
        top: calc(60.869565217391305vw / 2 + 5.217391304347826vw);
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    .atbs-featured-module-14 .nav-row-circle .owl-prev,
    .atbs-featured-module-14 .nav-row-circle .owl-next {
        width: 3.5714285714285716rem;
        height: 3.5714285714285716rem;
        background-color: var(--color-primary);
        color: #ffffff;
        border: 0;
        padding: 1.7857142857142858rem 0;
    }
    .atbs-featured-module-14 .nav-row-circle .owl-prev {
        left: 5.217391304347826vw;
    }
    .atbs-featured-module-14 .nav-row-circle .owl-next {
        right: 5.217391304347826vw;
    }
}
@media(max-width:380px) {
    .atbs-featured-module-14 .owl-carousel .owl-item .post,
    .atbs-featured-module-14 .owl-carousel .owl-item.active_current.center .post {
        padding: 0 2.142857142857143rem 2.142857142857143rem 2.142857142857143rem !important;
    }
    .atbs-featured-module-14 .nav-row-circle .owl-prev {
        left: 0;
    }
    .atbs-featured-module-14 .nav-row-circle .owl-next {
        right: 0;
    }
    .atbs-featured-module-14 .nav-row-circle .owl-prev, .atbs-featured-module-14 .nav-row-circle .owl-next {
        top: calc(92.10526315789474vw / 2 + 7.894736842105263vw);
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}
/*@end file 37*/
.post--no-thumb-featured .post__text .post__title,
.post--no-thumb-featured .post__meta {
    color: var(--color-secondary);
}

.post--no-thumb-featured .time{
    color: var(--color-meta);
}
.post--no-thumb-featured .post__text .post__title {
    padding-right: 3.5rem;
    margin-bottom: 0.7142857142857143rem;
}
.atbs-featured-module-15 .section-main {
    width: 100%;
}
.atbs-featured-module-15 .section-main .post-sub {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.atbs-featured-module-15 .section-main .post-main {
    width: 65.81196581196581%;
    margin-right: 2.142857142857143rem;
}

.atbs-featured-module-15 .post--overlay-normal .post__text {
    /*min-height: 32.142857142857146rem;*/
    min-height: 28.5714285714rem;
}

.atbs-featured-module-15 .post--overlay-normal .post__text .post__title {
    margin-top: 0;
}

.atbs-featured-module-15 .section-main .post-sub .posts-list .list-item .post--overlay-normal-short .post__text {
    /*min-height: 15.714285714285714rem;*/
    min-height: 19.2857142857rem;
}

.post--horizontal-featured-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.post--horizontal-featured-a .post__thumb {
    width: 66.25%;
    height: 50rem;
    margin-left: 0;
    margin-right: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.post--horizontal-featured-a .post__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    z-index: 1;
    margin-right: -16.785714285714285rem;
    padding-top: 6.428571428571429rem;
    padding-bottom: 6.428571428571429rem;
}

.post--horizontal-featured-a .post__title{
    margin-top: 0.5714285714285714rem;
    margin-bottom: 1.0714285714285714rem;
}

.atbs-featured-module-15 .section-sub {
    margin-bottom: 2.857142857142857rem;
    padding-bottom: 2.857142857142857rem;
    position: relative;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
}

.atbs-featured-module-15 .section-sub::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--color-border);
    width: 100%;
    height: 0.07142857142857142rem;
}

.atbs-featured-module-15 .post__meta {
    margin-top: 0;
}

.atbs-featured-module-15 .post__meta a.post-author__name {
    color: var(--color-secondary);
    opacity: 0.8;
    font-weight: 600;
}


@media (max-width: 1199px) {
    .atbs-featured-module-15 .section-sub {
        margin-bottom: 3.336113427856547vw;
        padding-bottom: 3.336113427856547vw;
    }
    .atbs-featured-module-15 .section-main .post-main {
        margin-right: 2.5020850708924103vw;
    }
}


@media (max-width: 767px) {
    .atbs-featured-module-14 .atbs-block__inner {
        min-height: auto;
    }

    .post--no-thumb-featured .post__text .post__title {
        padding-right: 0;
    }
    .post--horizontal-featured-a .post__thumb {
        height: 32.142857142857146rem;
    }
    .post--horizontal-featured-a .post__text {
        margin-right: -10.714285714285714rem;
    }
    .atbs-featured-module-15 .section-main .post-sub {
        width: 100%;
    }
    .atbs-featured-module-15 .section-main .post-sub .posts-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -0.9778357235984355vw;
    }
    .atbs-featured-module-15 .section-main .post-sub .posts-list>* {
        width: 50%;
        padding: 0.9778357235984355vw;
    }
    .atbs-featured-module-15 .post--overlay-normal .post__text,
    .atbs-featured-module-15 .section-main .post-sub .posts-list .list-item .post--overlay-normal-short .post__text {
        min-height: 25rem;
    }
    .atbs-featured-module-15 .section-main .post-main {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1.955671447196871vw;
    }


}

@media (max-width: 575px) {
    .atbs-featured-module-15 .section-sub {
        margin-bottom: 5.217391304347826vw;
        padding-bottom: 5.217391304347826vw;
    }
    .atbs-featured-module-15 .section-sub .posts-list>*, .atbs-featured-module-15 .section-main .post-sub .posts-list>* {
        width: 100%;
    }
    .post--horizontal-featured-a .post__thumb {
        height: 25rem;
        margin-left: 0;
        width: 100%;
        margin-bottom: 2.142857142857143rem;
    }
    .post--horizontal-featured-a .post__text {
        margin-top: 0;
    }
    .post--horizontal-featured-a .post__text .post__title {
        max-width: 100%;
        /*margin: 0;*/
        padding: 0.7142857142857143rem 0;
        padding: 0;
    }

    .atbs-featured-module-15 .post--overlay-normal .post__text,
    .atbs-featured-module-15 .section-main .post-sub .posts-list .list-item .post--overlay-normal-short .post__text {
        min-height: 21.428571428571427rem;
    }
    .post--horizontal-featured-a {
        -webkit-box-align: revert;
        -ms-flex-align: revert;
        align-items: revert;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .post--horizontal-featured-a .post__text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .atbs-featured-module-15 .section-main .post-main {
        margin-bottom: 6.95652173913vw;
    }
    .atbs-featured-module-15 .section-main .post-sub .posts-list {
        margin: -2.608695652173913vw;
    }
    .atbs-featured-module-15 .section-main .post-sub .posts-list >* {
        padding: 2.608695652173913vw;
    }
}
@media(max-width:380px) {
    .post--horizontal-featured-a .post__thumb {
        height: 21.428571428571427rem;
        margin-bottom: 1.4285714285714286rem;
    }
    .atbs-featured-module-15 .post--overlay-normal .post__text, .atbs-featured-module-15 .section-main .post-sub .posts-list .list-item .post--overlay-normal-short .post__text {
        min-height: 20rem;
    }
}
/*@end file 38*/
@media (min-width: 1921px) {
    .atbs-featured-module-16 .atbs-block__inner {
        width: 1920px;
        margin: 0 auto;
    }
}
.atbs-featured-module-16 .post--overlay-has-author .post__thumb:after {
    background-color: var(--color-secondary);
    opacity: 0.2;
}
.atbs-featured-module-16 .post--overlay-has-author .post__text {
    min-height: 53.57142857142857rem;
}
.atbs-featured-module-16 .post--overlay-has-author .post__text.max-width-sm {
    max-width: 37.5%;
}
.post--overlay-has-author .post__meta--has-author-style-3 a.post-author__name {
    color: var(--color-white-opacity-80);
}

.post--overlay-has-author .post__meta--has-author-style-3.post__meta .post-author__text::after,
.post--overlay-has-author .post__meta--has-author-style-3.post__meta .post-author__text::before {
    background-color: var(--color-white-opacity-80);
}
.atbs-featured-module-16 .section-sub {
    margin-top: -8.214285714285714rem;
    position: relative;
}
.atbs-featured-module-16 .section-sub .posts-list .list-item:not(:last-child) {
    position: relative;
}
.atbs-featured-module-16 .section-sub .posts-list .list-item:not(:last-child)::before {
    position: absolute;
    content: "";
    width: 0.05208333333%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: auto;
    z-index: 1;
    right: 0;
    background-color: rgba(255, 255, 255, 0.2);
}
.post--no-thumb-special {
    background-color: var(--color-secondary);
}
.post--no-thumb-special .post__text {
    padding: 0 1.7857142857142858rem 2.2857142857142856rem 1.7857142857142858rem;
    min-height: 16.428571428571427rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.post--no-thumb-special .post__text a.post__cat{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0.35714285714rem;
}
.post--no-thumb-special .post__title {
    margin-bottom:1.4285714285714286rem;
    margin-top: 0;
}
.post--no-thumb-special .post__meta {
    margin-top: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.post--no-thumb-special .post__meta>*:first-child {
    margin-right: 1.7857142857142858rem;
}
@media (max-width: 1680px) and (min-width: 1200px) {
    .atbs-featured-module-16 .post--overlay-has-author .post__text {
        min-height: 44.642857142857146vw;
    }
    .atbs-featured-module-16 .post--overlay-has-author .post__text.max-width-sm {
        max-width: 42.857142857142854vw;
    }
    .atbs-featured-module-16 .post--overlay-has-author .post__title {
        font-size: 2.619047619047619vw;
    }
    .atbs-featured-module-16 .post--overlay-has-author .post__meta--has-author-style-3 a.post-author__name {
        font-size: 0.8333333333333334vw;
    }
    .post--overlay-has-author .post__meta--has-author-style-3.post__meta .post-author__text::after,
    .post--overlay-has-author .post__meta--has-author-style-3.post__meta .post-author__text::before {
        width: 1.7857142857142858vw;
    }
}
@media (max-width: 1366px) and (min-width: 1200px) {
    .atbs-featured-module-16 .post--overlay-has-author .post__text.max-width-sm {
        max-width: 52.7086383602vw;
    }
}
@media (max-width:1199px) {
    .atbs-featured-module-16 .atbs-block__inner {
        width: 100%;
        /*padding-right: 3.33333333333vw;*/
        /*padding-left: 3.33333333333vw;*/
    }
}
@media (max-width: 1199px) and (min-width: 576px) {
    .atbs-featured-module-16 .post--overlay-has-author .post__text {
        min-height: 50rem;
    }
    .atbs-featured-module-16 .post--overlay-has-author .post__text.max-width-sm {
        max-width: 60.05004170141785vw;
    }
    .atbs-featured-module-16 .section-sub {
        margin-top: -9.591326105087573vw;
    }
    .atbs-featured-module-16 .section-sub .posts-list .list-item:not(:last-child)::before {
        width: 0.08340283569641367vw;
    }
}

@media (max-width: 767px) {
    .atbs-featured-module-16 .atbs-block__inner {
        /*padding-right: 1.9556714472vw;*/
        /*padding-left: 1.9556714472vw;*/
    }
    .atbs-featured-module-16 .post--overlay-has-author .post__text.max-width-sm {
        max-width: 90%;
    }
    .atbs-featured-module-16 .post--overlay-has-author .post__text{
        min-height: 35.714285714285715rem;
    }
    .post--no-thumb-special .post__text {
        min-height: 14.285714285714286rem;
    }
}

@media (max-width: 575px) {
    .atbs-featured-module-16 .atbs-block__inner {
        /*padding-right: 2.60869565217vw;*/
        /*padding-left: 2.60869565217vw;*/
    }
    .atbs-featured-module-16 .post--overlay-has-author .post__text {
        min-height: 28.571428571428573rem;
    }
    .atbs-featured-module-16 .post--overlay-has-author .post__text.max-width-sm {
        max-width: 100%;
    }
    .atbs-featured-module-16 .section-main {
        margin-bottom: 6.956521739130435vw;
    }
    .atbs-featured-module-16 .section-sub {
        margin-top: 0;
    }
    .atbs-featured-module-16 .section-sub .posts-list .list-item:not(:last-child)::before {
        display: none;
    }
    .atbs-featured-module-16 .section-sub .posts-list{
        margin: -1.7391304347826086vw;
    }
    .atbs-featured-module-16 .section-sub .posts-list>*{
        width: 100%;
        /*padding: 1.7391304347826086vw;*/
        padding: 3.47826086957vw  1.7391304347826086vw;
    }
    .post--no-thumb-special .post__text {
        padding: 0 1.0714285714285714rem 2.142857142857143rem 1.0714285714285714rem;
    }
    .post--no-thumb-special .post__title {
        margin-bottom: 1.0714285714285714rem;
    }
    .post--no-thumb-special .post__meta > *:first-child {
        margin-right: 1.4285714285714286rem;
    }
}
@media (max-width: 480px) {
    .atbs-featured-module-16 .atbs-block__inner {
        /*padding-right: 3.125vw;*/
        /*padding-left: 3.125vw;*/
    }
}
@media(max-width:380px) {
    .atbs-featured-module-16 .atbs-block__inner {
        /*padding-right: 3.94736842105vw;*/
        /*padding-left: 3.94736842105vw;*/
    }
    .post--no-thumb-special .post__text {
        min-height: 12.857142857142858rem;
    }
    /*.atbs-featured-module-16 .section-sub .posts-list {*/
    /*    margin: -2.6315789473684212vw;*/
    /*}*/
    /*.atbs-featured-module-16 .section-sub .posts-list > * {*/
    /*    padding: 2.6315789473684212vw;*/
    /*}*/
}

/*@end file 39*/
.post--no-thumb-seperate-bottom .post__title {
    width: 100%;
    margin-bottom: 0;
    margin-top: 1.071428571428571rem;
}

.post--no-thumb-seperate-bottom .content-group {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.post--no-thumb-seperate-bottom .content-group .post__meta {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 0;
}

.content-group-style-1 {
    padding-top: 2.857142857142857rem;
    margin-top: 2.857142857142857rem;
    border-top: 0.0714285714285714rem solid rgba(255,255,255,0.3);
}
.post-has-thumb-overlay {
    position: initial;
}
.post-has-thumb-overlay .post__thumb {
    position: absolute;
    top: -4.285714285714286rem;
    height: calc(100% + 8.571428571428571rem);
    left: calc( -1 * ( 50vw - ( 83.57142857142857rem / 2) ) );
    width: calc( (50vw - ( 83.57142857142857rem / 2)) + (100% + 20rem));
}

@media (max-width: 1199px) {
    .post-has-thumb-overlay .post__thumb {
        left: -1.251042535446205vw;
        top: -5.004170141784821vw;
        height: calc(100% + 10.008340283569641vw);
        width: calc( 1.251042535446205vw + (100% + 23.352793994995828vw));
    }
}
@media (max-width: 575px) {
    .post-has-thumb-overlay .post__thumb {
        left: -2.60869565217vw;
        top: 0;
        height: 100%;
    }
}
@media (max-width: 480px) {
    .post-has-thumb-overlay .post__thumb {
        left: -3.125vw;
    }
}
@media (max-width: 380px) {
    .post-has-thumb-overlay .post__thumb {
        left: -3.94736842105vw;
    }
}

.post-has-thumb-overlay .post__thumb:after {
    content: "";
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: var(--color-primary);
    opacity: 0.75;
}
/*.atbs-featured-module-17 .post__meta a.post-author__name {
    color: var(--color-secondary);
    opacity: 0.8;
    font-weight: 600;
}*/

.atbs-featured-module-17 .section-main {
    width: 46.58119658119658%;
    margin-right: 4.285714285714286rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.atbs-featured-module-17 .section-main::before {
    /*content: "";*/
    /*position: absolute;*/
    /*top: -4.285714285714286rem;*/
    /*left: -1px;*/
    /*background-color: var(--color-primary);*/
    /*height: calc(100% + 8.571428571428571rem);*/
    /*width: calc(100% + 20rem);*/
    /*z-index: -1;*/
}
.atbs-featured-module-17 .section-main a.post__cat-style {
    border: 0.0714285714285714rem solid rgba(255,255,255,0.3);
}
.atbs-featured-module-17 .section-main::after {
    /*content: "";*/
    /*position: absolute;*/
    /*top: -4.285714285714286rem;*/
    /*right: 100%;*/
    /*background-color: var(--color-primary);*/
    /*height: calc(100% + 8.571428571428571rem);*/
    /*width: calc((100vw - 83.57142857142857rem) / 2);*/
    /*z-index: -1;*/
}
.atbs-featured-module-17 .section-sub {
    width: calc((100% - 46.58119658119658% - 4.285714285714286rem) + ((100vw - 83.57142857142857rem)/ 2));
    margin-right: calc((100vw - 83.57142857142857rem) / -2);
    padding-left: 7.142857142857143rem;
    position: relative;
    /*background-image: url("../../image/module3-bg.png");*/
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    padding-top: 10.35714285714286rem;
    padding-bottom: 6.785714285714286rem;
}
@media (min-width: 1200px) {
    .atbs-featured-module-17 .section-sub {
        width: calc((100% - 46.58119658119658% - 4.285714285714286rem) + ((100vw - 90.7142857143rem)/ 2 + 50px));
        margin-right: calc((100vw - 90.7142857143rem) / -2 - 50px);
    }
    .atbs-featured-module-17 .post-has-thumb-overlay .post__thumb  {
        left: calc( -1 * ( 50vw - ( 90.7142857143rem / 2) ) - 50px );
        width: calc((50vw - ( 90.7142857143rem / 2)) + (100% + 20rem) + 50px);
    }
}
@media(max-width:1366px) and (min-width:1200px) {
    .atbs-featured-module-17 .section-sub {
        width: calc(100% - 46.58119658119658% - 4.285714285714286rem + 15px);
        margin-right: -15px;
    }
    .atbs-featured-module-17 .section-main::after {
        left: -15px;
        width: 15px;
    }


    .atbs-featured-module-17 .section-sub {
        width: calc((100% - 46.58119658119658% - 4.285714285714286rem) + ((100vw - 90.7142857143rem)/ 2 + 3.66032210835vw));
        margin-right: calc((100vw - 90.7142857143rem) / -2 - 3.66032210835vw);
    }
    .atbs-featured-module-17 .post-has-thumb-overlay .post__thumb  {
        left: calc( -1 * ( 50vw - ( 90.7142857143rem / 2) ) - 3.66032210835vw );
        width: calc((50vw - ( 90.7142857143rem / 2)) + (100% + 20rem) + 3.66032210835vw);
    }
}
.atbs-featured-module-17 .section-sub::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.85;
    background-color: var(--color-secondary);
}

/*.content-group-style-1 .post__excerpt {
    flex: 1;
    margin: 0;
    color: var(--color-secondary);
    opacity: 0.8;;
}*/
.content-group-style-1 .post__excerpt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    /*color: var(--color-secondary);
    opacity: 0.8;;*/
}

.content-group-style-1 .post__meta {
    margin-right: 5.714285714285714rem;
}

.atbs-featured-module-17 .atbs-block__inner {
    padding: 4.285714285714286rem 0;
}

.atbs-featured-module-17 .owl-carousel .post--vertical-hover {
    max-width: 370px;
}

.atbs-featured-module-17 .carousel-long-nav-auto-width .owl-nav {
    margin-left: 0;
}

.post--vertical-hover .post__thumb.thumb-265 {
    height: 18.92857142857143rem;
}

.carousel-long-nav-auto-width .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 2.142857142857143rem;
}

.carousel-long-nav-auto-width .owl-nav .owl-prev {
    margin-right: 1.428571428571429rem;
}

.carousel-long-nav-auto-width .owl-nav .owl-prev svg,
.carousel-long-nav-auto-width .owl-nav .owl-next svg {
    fill: var(--color-white);
}

.carousel-long-nav-auto-width .owl-nav .owl-prev:hover svg,
.carousel-long-nav-auto-width .owl-nav .owl-next:hover svg {
    fill: var(--color-white-opacity-50);
}

@media (max-width: 1199px) and (min-width: 576px) {
    .content-group-style-1 {
        border-top: 0.08340283569641367vw solid rgba(255,255,255,0.3);
    }
    .atbs-featured-module-17 .section-main {
        margin-right: 5.004170141784821vw;
    }
    .atbs-featured-module-17 .section-main::before {
        top: -5.004170141784821vw;
        height: calc(100% + 10.008340283569641vw);
        width: calc(100% + 23.352793994995828vw);
    }
    .atbs-featured-module-17 .section-main::after {
        top: -5.004170141784821vw;
        left: calc((100vw - 97.581317764804vw) / -2);
        height: calc(100% + 10.008340283569641vw);
        width: calc((100vw - 97.581317764804vw) / 2);
    }
    .atbs-featured-module-17 .section-sub {
        padding-top: 12.093411175979984vw;
        padding-bottom: 7.923269391159299vw;
        padding-left: 8.340283569641368vw;
    }
    .atbs-featured-module-17 .section-sub {
        width: calc((100% - 46.58119658119658% - 4.285714285714286rem) + ((100vw - 90.7142857143rem)/ 2 + 3.33333333333vw));
        margin-right: calc((100vw - 90.7142857143rem) / -2 - 3.33333333333vw);
    }
    .atbs-featured-module-17 .post-has-thumb-overlay .post__thumb {
        left: -3.33333333333vw;
    }



    .atbs-featured-module-17 .atbs-block__inner {
        padding: 5.004170141784821vw 0;
    }
    .atbs-featured-module-17 .owl-carousel .post--vertical-hover {
        max-width: 30.85904920767306vw;
    }
    .carousel-long-nav-auto-width .owl-nav {
        margin-top: 2.5020850708924103vw;
    }
    .carousel-long-nav-auto-width .owl-nav .owl-prev {
        margin-right: 1.6680567139282736vw;
    }
    .carousel-long-nav-auto-width .owl-nav svg {
        width: 3.8365304420350292vw;
    }
}

@media (max-width: 1199px) {
    .atbs-featured-module-17 .section-sub {
        width: calc((100% - 46.58119658119658% - 5.004170141784821vw) + ((100vw - 100%)/ 2));
        margin-right: calc((100vw - 100%) / -2);
    }
}

@media (max-width: 991px) {
    .atbs-featured-module-17 .section-sub {
        padding-left: 5.004170141784821vw;
    }
}

@media (max-width: 767px) {
    .post--no-thumb-seperate-bottom .content-group .post__meta {
        width: 100%;
        margin-right: 0;
    }
    .content-group-style-1 .post__excerpt {
        margin-top: 1.0714285714285714rem;
    }
    .atbs-featured-module-17 .owl-carousel .post--vertical-hover {
        max-width: 39.11342894393742vw;
    }
    .atbs-featured-module-17 .section-sub{
        padding-left: 3.259452411994785vw;
    }
    .post--vertical-hover .post__thumb.thumb-265 {
        height: 17.857142857142858rem;
    }
    .content-group-style-1 {
        padding-top: 1.7857142857142858rem;
        margin-top: 1.7857142857142858rem;
    }


}

@media (max-width: 575px) {
    .atbs-featured-module-17 .owl-carousel .post--vertical-hover {
        max-width: 64.34782608695652vw;
    }
    .post--vertical-hover .post__thumb.thumb-265 {
        height: 21.428571428571427rem;
    }
    .atbs-featured-module-17 .section-main {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5.217391304347826vw;
        background-color: var(--color-primary);
    }
    .atbs-featured-module-17 .section-main::before {
        display: none;
    }
    .atbs-featured-module-17 .section-main::after {
        display: none;
    }
    .content-group-style-1 {
        padding-top: 1.4285714285714286rem;
        margin-top: 1.4285714285714286rem;
    }
    .atbs-featured-module-17 .section-sub {
        width: calc(100vw - 2.60869565217vw);
        margin-right: 0;
        padding-top: 10.434782608695652vw;
        padding-bottom: 3.4782608695652173vw;
        padding-left: 0;
    }
    .atbs-featured-module-17 .section-sub::before {
        left: -2.60869565217vw;
        width: 100vw;
    }
    .atbs-featured-module-17 .atbs-block__inner {
        padding: 0;
    }
    .post--no-thumb-seperate-bottom .post__text{
        padding: 2.85714285714rem 1.4285714285714286rem;
    }
    .post--no-thumb-seperate-bottom .post__title {
        margin-top: 0.5714285714285714rem;
    }
    .content-group-style-1 .post__excerpt {
        margin-top: 1.0714285714285714rem;
    }
    .atbs-featured-module-17 .carousel-long-nav-auto-width .owl-nav {
        margin-top: 5.217391304347826vw;
        margin-left: 2.608695652173913vw;
    }
    .carousel-long-nav-auto-width .owl-nav .owl-prev {
        margin-right: 3.4782608695652173vw;
    }
    .carousel-long-nav-auto-width .owl-nav svg {
        width: 6.956521739130435vw;
    }
}
@media (max-width: 480px) {
    .atbs-featured-module-17 .section-sub {
        width: calc(100vw - 3.125vw);
    }
    .atbs-featured-module-17 .section-sub::before {
        left: -3.125vw;
    }
    .atbs-featured-module-17 .owl-carousel .post--vertical-hover {
        /*max-width: calc(100vw - 40px);*/
        max-width: 100%;
        width: 80vw;
    }
}
@media(max-width:380px) {
    /*.post--no-thumb-seperate-bottom .post__text {*/
    /*    padding: 1.0714285714285714rem;*/
    /*}*/
    .atbs-featured-module-17 .owl-carousel .post--vertical-hover {
        width: calc(100vw - 3.94736842105vw*2);
    }
    .atbs-featured-module-17 .section-sub {
        width: calc(100vw - 3.94736842105vw);
    }
    .atbs-featured-module-17 .section-sub::before {
        left: -3.94736842105vw;
    }
    .post--vertical-hover .post__thumb.thumb-265 {
        height:17.857142857142858rem;
    }
}
/*@end file 40*/
.atbs-featured-module-19 .atbs-block__inner .post {
    background: var(--color-secondary);
}

.carousel-has-bg-left::after {
    position: absolute;
    content: "";
    width: 33.57142857142857rem;
    background: var(--color-secondary);
    top: 0.7142857142857143rem;
    right: 0;
    z-index: -1;
    bottom: 0;
}
.carousel-has-bg-left {
    margin: -0.7142857142857143rem 0 0 -0.7142857142857143rem;
}
.carousel-has-bg-left > * {
    padding: 0.7142857142857143rem 0 0 0.7142857142857143rem;
}
.carousel-has-bg-left{
    padding-right: 0.7142857142857143rem;
}
.post--horizontal-featured-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.post--horizontal-featured-b .post__thumb {
    width: 59.82905982905983%;
    height: 46.42857142857143rem;
}
.post--horizontal-featured-b .post__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    z-index: 1;
    overflow: visible;
}
.post--horizontal-featured-b .post__text .post__meta {
    margin-top: 0;
}

.post--horizontal-featured-b .post__text .post__title {
    margin: 1.2857142857142858rem 0 2.357142857142857rem -12.714285714285714rem;
}

.atbs-carousel-nav-custom-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 59.82905982905983%);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1;
}
.atbs-carousel-nav-custom-holder .owl-prev,
.atbs-carousel-nav-custom-holder .owl-next,
.atbs-carousel-nav-custom-holder .owl-number {
    width: 5.714285714285714rem;
    height: 5.714285714285714rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.atbs-carousel-nav-custom-holder .owl-prev,
.atbs-carousel-nav-custom-holder .owl-next {
    background-color: var(--color-primary);
}
.atbs-carousel-nav-custom-holder .owl-prev .mdicon,
.atbs-carousel-nav-custom-holder .owl-next .mdicon {
    font-size: 2.142857142857143rem;
    color: #ffffff;
}
.atbs-carousel-nav-custom-holder .owl-number {
    font-size: 1.7142rem;
    line-height: 1.4;
    color: #ffffff;
    font-weight: 500;
}
.nav-row-square .slide-seperated {
    margin: 0 0.7142857142857143rem;
}
.atbs-carousel-nav-custom-holder::after {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.15);
    top: 0.07142857142857142rem;
    left: 0;
    width: 100%;
    height: 0.07142857142857142rem;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (min-width: 1200px) {
    .post--horizontal-featured-b .post__text {
        padding-right: 2.5rem;
    }
}
@media (max-width: 1199px) and (min-width: 576px) {
    .carousel-has-bg-left {
        margin: -0.8340283569641368vw 0 0 -0.8340283569641368vw;
        padding-right: 0.8340283569641368vw;
    }
    .carousel-has-bg-left > * {
        padding: 0.8340283569641368vw 0 0 0.8340283569641368vw;
    }
    .carousel-has-bg-left::after {
        width: 39.19933277731443vw;
        top: 0.8340283569641368vw;
    }
    .atbs-carousel-nav-custom-holder .owl-prev,
    .atbs-carousel-nav-custom-holder .owl-next,
    .atbs-carousel-nav-custom-holder .owl-number {
        width: 6.672226855713094vw;
        height: 6.672226855713094vw;
    }
    .atbs-carousel-nav-custom-holder .owl-prev .mdicon,
    .atbs-carousel-nav-custom-holder .owl-next .mdicon {
        font-size: 2.5020850708924103vw;
    }
    .nav-row-square .slide-seperated {
        margin: 0 0.8340283569641368vw;
    }
    .atbs-carousel-nav-custom-holder::after {
        top: 0.08340283569641367vw;
        height: 0.08340283569641367vw;
    }
}
@media(max-width:767px) {
    .post--horizontal-featured-b .post__thumb {
        height: 32.142857142857146rem;
    }
    .post--horizontal-featured-b .post__text .post__title {
        margin: 0.7142857142857143rem 0 1.4285714285714286rem -9.285714285714286rem;
    }
}
@media (max-width: 575px) {
    .carousel-has-bg-left {
        margin: 0;
    }
    .carousel-has-bg-left > * {
        padding: 0;
    }
    .post--horizontal-featured-b .post__thumb {
        width: 100%;
        height: 25rem;
        margin-right: 0;
        margin-bottom: 1.4285714285714286rem;
    }
    .carousel-has-bg-left::after {
        width: 100%;
        height: 100%;
        top: 0;
        margin-right: 0;
    }
    .post--horizontal-featured-b .post__text {
        padding: 0;
    }
    .post--horizontal-featured-b .post__text .post__title {
        margin: 0.7142857142857143rem 0 1.0714285714285714rem 0;
    }
    .atbs-carousel-nav-custom-holder {
        position: relative;
        width: 100%;
        background-color: var(--color-secondary);
    }


    .post--horizontal-featured-b {
        margin: 1.7391304347826086vw 0 5.21739130435vw 1.7391304347826086vw;
    }

    .atbs-carousel-nav-custom-holder .owl-prev,
    .atbs-carousel-nav-custom-holder .owl-next,
    .atbs-carousel-nav-custom-holder .owl-number {
        width: 13.91304347826087vw;
        height: 13.91304347826087vw;
    }
}
@media(max-width:380px) {
    .post--horizontal-featured-b .post__thumb {
        height: 21.428571428571427rem;
    }
}
/*@end file 41*/
.atbs-featured-module-20 .atbs-block__inner {
    padding-right: 6rem;
}
.carousel-long-nav {
    position: relative;
    padding: 5rem 0 2.142857142857143rem 5rem;
}
.post--horizontal-has-author-no-bg .post__text {
    margin: -1.428571428571429rem 0 0 0;
    background-color: transparent;
    padding: 0 0 0 2.857142857142857rem;
}
.post--horizontal-has-author-no-bg .post__title {
    color: #222222;
    margin-top: 1.071428571428571rem;
}
.post--horizontal-has-author-no-bg .post__meta a {
    color: #222222;
}
.atbs-featured-module-20 .owl-carousel .post--horizontal {
    padding-top: 0.7142857142857143rem;
    padding-left: 0.7142857142857143rem;
}
.atbs-featured-module-20 .owl-carousel .post--horizontal .post__thumb {
    padding-bottom: 46.7661691542%;
}
.atbs-featured-module-20 .owl-carousel .post--horizontal .post__thumb a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.atbs-featured-module-20 .owl-carousel .post--horizontal .post__meta time{
    top: 0;
    left: 0;
}
.post--horizontal .post__thumb.size-470{
    width: 46.7661691542%;
}
.atbs-featured-module-20 .carousel-long-nav::after {
    content: "";
    background-color: #171717;
    height: 100%;
    width: 34.06998158379374%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.carousel-long-nav .owl-nav {
    margin-top: 2.142857142857143rem;
    margin-left: 0.714285714285714rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.carousel-long-nav .owl-nav .owl-prev {
    margin-right: 1.428571428571429rem;
}
.carousel-long-nav .owl-nav .owl-prev:hover,
.carousel-long-nav .owl-nav .owl-next:hover {
    opacity: 0.5;
}
.carousel-long-nav svg{
    fill: var(--color-white);
}
@media(max-width:1199px) and (min-width:576px) {
    .atbs-featured-module-20 .atbs-block__inner {
        padding-right: 7.005838198498749vw;
    }
    .carousel-long-nav {
        padding: 5.838198498748957vw 0 2.5020850708924103vw 5.838198498748957vw;
    }
    .carousel-long-nav .owl-nav {
        margin-top: 2.5020850708924103vw;
        margin-left: 0.8340283569641368vw;
    }
    .carousel-long-nav .owl-nav .owl-prev {
        margin-right: 1.6680567139282736vw;
    }
    .carousel-long-nav .owl-nav svg {
        width: 3.8365304420350292vw;
    }
}

@media (max-width: 767px) {
    .post--horizontal-has-author-no-bg.post--horizontal-middle {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .post--horizontal .post__thumb.size-470 {
        width:55%;
    }

    .post--horizontal-has-author-no-bg .post__text {
        padding: 0 0 0 1.7857142857142858rem;
    }
    .post--horizontal-has-author-no-bg .post__title {
        margin-bottom: 1.071428571428571rem;
        margin-top: 0.7142857142857143rem;
    }
}
@media(max-width:767px) and (min-width:576px) {
    .atbs-featured-module-20 .owl-carousel .post--horizontal .post__meta time {
        width: 6.428571428571429rem;
        height: 6.428571428571429rem;
    }
}
@media (max-width: 575px) {
    .atbs-featured-module-20 .owl-carousel .post--horizontal .post__thumb {
        padding-bottom: 25rem;
    }
    .atbs-featured-module-20 .carousel-long-nav::after {
        width: 100vw;
        left: -2.60869565217vw;
    }
    .post--horizontal-has-author-no-bg .post__thumb.size-470 {
        width: 100%;
        height: 25rem;
        margin-bottom: 1.7857142857142858rem;
    }
    .post--horizontal-has-author-no-bg .post__text {
        margin: 0;
        padding: 0;
    }
    .carousel-long-nav {
        padding: 6.956521739130435vw 0 3.4782608695652173vw 0;
    }
    .post--horizontal-has-author-no-bg .post__title,
    .post--horizontal-has-author-no-bg .post__meta a {
        color: #fff;
    }
    .carousel-long-nav .owl-nav {
        margin-top: 1rem;
        margin-left: 1.7391304347826086vw;
    }
    .carousel-long-nav .owl-nav svg {
        width: 6.956521739130435vw;
    }
    .atbs-featured-module-20 .atbs-block__inner {
        padding-right: 0;
    }
    .atbs-featured-module-20 .owl-carousel .post--horizontal {
        margin-right: 0.7142857142857143rem;
    }
    .carousel-long-nav .owl-nav .owl-prev {
        margin-right: 3.4782608695652173vw;
    }
}

@media (max-width: 480px) {
    .atbs-featured-module-20 .carousel-long-nav::after {
        left: -3.125vw;
    }
}

@media (max-width: 380px) {
    .atbs-featured-module-20 .carousel-long-nav::after {
        left: -3.94736842105vw;
    }
    .atbs-featured-module-20 .owl-carousel .post--horizontal .post__thumb {
        padding-bottom: 21.428571428571427rem;
    }
    .post--horizontal-has-author-no-bg .post__thumb.size-470 {
        height: 21.428571428571427rem;
        margin-bottom: 1.4285714285714286rem;
    }
}
/*@end file 42*/
.post--horizontal-has-readmore .post__text {
    margin: 0;
    position: static;
    padding: 1.4285714285714286rem 9rem 1.4285714285714286rem 2.857142857142857rem;
    background-color: transparent;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.post--horizontal-has-readmore .post__title {
    color: #222222;
}
.post--horizontal-has-readmore .post__title {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.post--horizontal-has-readmore .post__thumb {
    width: 35.714285714285715%;
    height: 18.428571428571427rem;
}
.post--horizontal-has-readmore {
    padding-left: 3.571428571428571rem;
}
.posts--listing-list-no-sidebar-1 .post__meta--has-date-stamp  time{
    top: 50%;
    left: 0;
    bottom: auto;
    right: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.post--horizontal-has-readmore a.post-author__name {
    font-weight: 500;
}
.post--horizontal-has-readmore:hover .readmore-style-hover {
    background-color: var(--color-primary);
}
.post--horizontal-has-readmore:hover .readmore-style-hover .readmore__text path {
    fill: #fff;
}
.readmore-style {
    width: 3.571428571428571rem;
    height: 3.571428571428571rem;
    border-radius: 50%;
    border: 0.071428571428571rem solid var(--color-primary);
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}
.readmore-style .readmore__text {
    color: var(--color-primary);
}
.readmore-style-hover:hover {
    background-color: var(--color-primary);
}
.readmore-style-hover:hover .readmore__text path {
    fill: #fff;
}
.posts--listing-list-no-sidebar-1.list-seperated>*:not(:last-child) {
    border-bottom: 0.0714285714285714rem solid var(--color-border);
}
.posts--listing-list-no-sidebar-1 {
    margin-top: -2.142857142857143rem;
    margin-bottom: -2.142857142857143rem;
}
.posts--listing-list-no-sidebar-1>* {
    padding-top: 2.142857142857143rem;
    padding-bottom: 2.142857142857143rem;
}
.posts--listing-list-no-sidebar-1 .post__meta {
    margin-bottom: 0;
}
.posts--listing-list-no-sidebar-1 .post__readmore .readmore__text svg{
    fill:var(--color-primary);
}
@media(max-width:1199px) and (min-width:576px) {
    .posts--listing-list-no-sidebar-1 {
        margin-top: -2.5020850708924103vw;
        margin-bottom: -2.5020850708924103vw;
    }
    .posts--listing-list-no-sidebar-1 >* {
        padding-top: 2.5020850708924103vw;
        padding-bottom: 2.5020850708924103vw;
    }
    .posts--listing-list-no-sidebar-1.list-seperated>*:not(:last-child) {
        border-bottom: 0.08340283569641367vw solid var(--color-border);
    }
}
@media (max-width: 1199px) {
    .readmore-style {
        border: 0.08340283569641367vw solid var(--color-primary);
    }
}
@media (max-width: 767px) {
    .post--horizontal-has-readmore .post__text {
        padding: 1.4285714285714286rem 3.9285714285714284rem 1.4285714285714286rem 2.142857142857143rem;
    }
    .post--horizontal-has-readmore .post__title {
        margin-top: 0.7142857142857143rem;
        margin-bottom: 0.7142857142857143rem;
    }
    .posts--listing-list-no-sidebar-1 .posts-list .list-item {
        width: 100%;
    }
    .posts--listing-list-no-sidebar-1 .post__meta--has-date-stamp time{
        width: 6.428571428571429rem;
        height: 6.428571428571429rem;
    }
    .post--horizontal-has-readmore .post__thumb {
        width: 40%;
    }
}
@media (max-width: 575px) {
    .post--horizontal-has-readmore .post__thumb {
        width: 100%;
        height: 25rem;
    }
    .post--horizontal-has-readmore {
        padding-left: 0;
    }
    .posts--listing-list-no-sidebar-1 .post__meta--has-date-stamp time {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        top: -0.7142857142857143rem;
        left: -0.7142857142857143rem
    }
    .posts--listing-list-no-sidebar-1 .readmore-style {
        width: 2.5rem;
        height: 2.5rem;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        top: auto;
        bottom: 0;
    }
    .post--horizontal-has-readmore .post__text {
        padding-left: 0;
        padding-bottom: 0;
    }
    .posts--listing-list-no-sidebar-1 .posts-list {
        margin-top: -2.608695652173913vw;
        margin-bottom: -2.608695652173913vw;
    }
    .posts--listing-list-no-sidebar-1 .posts-list>* {
        padding-top: 2.608695652173913vw;
        padding-bottom: 2.608695652173913vw;
    }
    .posts--listing-list-no-sidebar-1 .list-seperated>*:not(:last-child) {
        border-bottom: none;
    }
    .post--horizontal-has-readmore .readmore__text>svg {
        width: 3.130434782608696vw;
    }
}
@media(max-width:380px) {
    .post--horizontal-has-readmore .post__thumb {
        height: 21.428571428571427rem;
    }
}
/* ----------------------- atbs-featured-module-10 */
/*@end file 43*/
.post--vertical-special .post__thumb {
    margin-bottom: 0;
    z-index: -1;
}
.post--vertical-special {
    z-index: 1;
}
.post--vertical-special .post__text {
    max-width: 82.905982906%;
    text-align: center;
    margin: 0 auto;
    margin-top: -8.928571428571429rem;
    background: #f2f2f2;
    min-height: 17.857142857142858rem;
    -webkit-box-shadow: 0rem 0.5rem 1.2857142857142858rem 0rem rgb(0 0 0 / 5%);
    box-shadow: 0rem 0.5rem 1.2857142857142858rem 0rem rgb(0 0 0 / 5%);
    padding: 0 1.428571428571429rem 1.0714285714285714rem 1.428571428571429rem;
}

.post--vertical-special .post__text .post__cat {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.post--vertical-special .post__text .post__title {
    margin-top: 2.0714285714285716rem;
    margin-bottom: 1.4285714285714286rem;
}
.post--vertical-special .post__meta{
    margin-top: 0
}


@media (max-width: 767px) {
    .post--vertical-special .post__text {
        margin-top: -7.142857142857143rem;
        min-height: 14.285714285714286rem;
        padding: 0 1.4285714285714286rem 1.4285714285714286rem 1.4285714285714286rem;
    }
    .post--vertical-special .post__text .post__title {
        margin-top: 1.4285714285714286rem;
        margin-bottom: 1.4285714285714286rem;
    }
}

@media (max-width: 575px) {
    .post--vertical-special .post__thumb.thumb-625 {
        height: 25rem;
    }
    .post--vertical-special .post__text .post__title {
        margin-top: 1.0714285714285714rem;
        margin-bottom: 1.0714285714285714rem;
    }
    .post--vertical-special .post__text {
        margin-top: -5.714285714285714rem;
        min-height: 12.142857142857142rem;
    }
    .posts--listing-list-no-sidebar-2 .posts-list{
        margin: -3.4782608695652173vw;
    }
    .posts--listing-list-no-sidebar-2 .posts-list>* {
        padding: 3.4782608695652173vw;
    }
}
@media(max-width:380px) {
    .post--vertical-special .post__thumb.thumb-625 {
        height: 21.428571428571427rem;
    }
    .post--vertical-special .post__text .post__title {
        margin-top: 0.7142857142857143rem;
        margin-bottom: 0.7142857142857143rem;
    }
    .post--vertical-special .post__text {
        margin-top: -5.714285714285714rem;
        padding: 0 0.7142857142857143rem 0.7142857142857143rem 0.7142857142857143rem;
    }
}

/*@end file 44*/
.post--vertical-has-bg .post__thumb {
    padding: 0 7.142857142857143rem;
    margin: 0 auto;
    height: 32.142857142857146rem;
}

.post--vertical-has-bg .post__text {
    background-color: var(--color-secondary);
    padding: 7.857142857142857rem 0;
}
.post--vertical-has-bg .post__meta--has-author-style-3.post__meta a.post-author__name{
    color: rgba(255, 255, 255, 0.8)
}
.post--vertical-has-bg .post__meta--has-author-style-3.post__meta .post-author__text::after, .post--vertical-has-bg .post__meta--has-author-style-3.post__meta .post-author__text::before {
    background-color: rgba(255, 255, 255, 0.8);
}
.post--vertical-has-bg .post__title {
    max-width: 70.5982905983%;
    margin-top: 0;
    margin-bottom: 0;
}

.post--vertical-has-bg .post__meta {
    margin-top: 1.64285714285714rem;
}

.post--vertical-has-bg .post__thumb {
    position: relative;
}

.post--vertical-has-bg .post__thumb::after {
    background-color: var(--color-secondary);
    display: block;
    width: 100%;
    height: 50%;
    content: "";
    position: absolute;
    top: -0.0714285714285714rem;
    left: 0;
    z-index: -1;
}
@media(max-width:767px) {
    .post--vertical-has-bg .post__text {
        padding: 3.5714285714285716rem 0;
    }
    .post--vertical-has-bg .post__meta {
        margin-top: 1.4285714285714286rem;
    }
    .post--vertical-has-bg .post__thumb {
        padding: 0 5.714285714285714rem;
        height: 25rem;
    }
}

@media (max-width: 575px) {
    .post--vertical-has-bg .post__title {
        max-width: 100%;
    }
    .post--vertical-has-bg .post__thumb {
        padding: 0;
        margin: 0;
    }
    .post--vertical-has-bg .post__text {
        padding: 1.4285714285714286rem;
    }
    .atbs-featured-module-18 .post--vertical-reverse .post__text {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .post--vertical-has-bg .post__meta {
        margin-top: 1.0714285714285714rem;
    }
    .post--vertical-has-bg .post__thumb::after {
        display: none;
    }
    .post--vertical-has-bg .post__thumb {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .posts--listing-list-no-sidebar-3{
        margin: -3.4782608695652173vw;
    }
    .posts--listing-list-no-sidebar-3>* {
        padding: 3.4782608695652173vw;
    }
}
@media(max-width:380px) {
    .post--vertical-has-bg .post__thumb {
        height: 21.428571428571427rem;
    }
    .post--vertical-has-bg .post__text {
        padding: 0.7142857142857143rem;
    }
    .post--vertical-has-bg .post__meta {
        margin-top: 0.7142857142857143rem;
    }
}

/*@end file 45*/
.atbs-posts--listing-list-no-sidebar-4 .post--vertical-has-author .post__meta--has-author-style-2 a.post-author__name,
.posts--listing-list-has-sidebar-3 .post--vertical-has-author .post__meta--has-author-style-2 a.post-author__name{
    color: rgba(23, 23, 23, 0.8);
}
.atbs-posts--listing-list-no-sidebar-4 .post--vertical-has-author .post__thumb{
    height: 34.285714285714285rem;
    margin-bottom: 2.142857142857143rem;
}
.posts--listing-list-has-sidebar-3 .post--vertical-has-author .post__thumb{
    height: 32.1428571429rem;
}
.atbs-posts--listing-list-no-sidebar-4 .post--vertical-has-author .post__text {
    max-width: 57.1428571429rem;
}
.atbs-posts--listing-list-no-sidebar-4 .post--vertical-has-author .post__title{
    margin-top: 1.0714285714285714rem;
    margin-bottom: 1.0714285714285714rem;
}
.posts--listing-list-has-sidebar-3 .post--vertical-has-author .post__excerpt,
.atbs-posts--listing-list-no-sidebar-4 .post--vertical-has-author .post__excerpt {
    /*margin-bottom: 2.142857142857143rem;*/
    margin-bottom: 1.42857142857rem;
    margin-top: 0;
}
.posts--listing-list-has-sidebar-3 .post--vertical-has-author .post__title {
    margin-bottom: 1.07142857143rem;
    max-width: 720px;
}

@media(max-width:767px) {
    .atbs-posts--listing-list-no-sidebar-4 .post--vertical-has-author .post__thumb{
        height: 28.571428571428573rem;
        margin-bottom: 1.4285714285714286rem;
    }
    .atbs-posts--listing-list-no-sidebar-4 .post--vertical-has-author .post__title{
        margin-top: 0.7142857142857143rem;
        margin-bottom: 0.7142857142857143rem;
    }
    .posts--listing-list-has-sidebar-3 .post--vertical-has-author .post__excerpt,
    .atbs-posts--listing-list-no-sidebar-4 .post--vertical-has-author .post__excerpt{
        margin-bottom: 1.0714285714285714rem;
    }
    .posts--listing-list-has-sidebar-3 .post--vertical-has-author .post__thumb{
        height: 28.5714285714rem;
    }
}
@media(max-width:767px) and (min-width:576px) {
    .atbs-posts--listing-list-has-sidebar-3 .posts-list,
    .atbs-posts--listing-list-no-sidebar-4 .posts-list{
        margin: -3.91134289439vw;
    }
    .atbs-posts--listing-list-has-sidebar-3 .posts-list>*,
    .atbs-posts--listing-list-no-sidebar-4 .posts-list>* {
        padding: 3.91134289439vw;
    }

}
@media(max-width:575px) {
    .atbs-posts--listing-list-has-sidebar-3 .posts-list,
    .atbs-posts--listing-list-no-sidebar-4 .posts-list{
        margin: -4.34782608696vw;
    }
    .atbs-posts--listing-list-has-sidebar-3 .posts-list >*,
    .atbs-posts--listing-list-no-sidebar-4 .posts-list>* {
        padding: 4.34782608696vw;
    }
    .atbs-posts--listing-list-no-sidebar-4 .post--vertical-has-author .post__thumb{
        height: 23rem;
    }
    .posts--listing-list-has-sidebar-3 .post--vertical-has-author .post__thumb{
        height: 21.428571428571427rem;
    }
}
@media (max-width: 480px) {
    .atbs-posts--listing-list-has-sidebar-3 .posts-list,
    .atbs-posts--listing-list-no-sidebar-4 .posts-list{
        margin: -5.20833333333vw;
    }
    .atbs-posts--listing-list-has-sidebar-3 .posts-list>*,
    .atbs-posts--listing-list-no-sidebar-4 .posts-list>* {
        padding: 5.20833333333vw;
    }
    .atbs-posts--listing-list-no-sidebar-4 .post--vertical-has-author .post__thumb{
        height: 21rem;
    }
}
@media(max-width:380px) {
    .atbs-posts--listing-list-has-sidebar-3 .posts-list,
    .atbs-posts--listing-list-no-sidebar-4 .posts-list{
        margin: -6.57894736842vw;
    }
    .atbs-posts--listing-list-has-sidebar-3 .posts-list>*,
    .atbs-posts--listing-list-no-sidebar-4 .posts-list>* {
        padding: 6.57894736842vw;
    }
    .atbs-posts--listing-list-no-sidebar-4 .post--vertical-has-author .post__thumb{
        height: 25rem;
        margin-bottom: 1.0714285714285714rem;
    }
    .atbs-posts--listing-list-no-sidebar-4 .post--vertical-has-author .post__thumb{
        height: 21.428571428571427rem;
    }

    .posts--listing-list-has-sidebar-3 .post--vertical-has-author .post__thumb{
        height: 20rem;
    }
    .atbs-posts--listing-list-no-sidebar-4 .post--vertical-has-author .post__title{
        margin-top: 0.5714285714285714rem;
        margin-bottom: 0.5714285714285714rem;
    }
    .posts--listing-list-has-sidebar-3 .post--vertical-has-author .post__excerpt,
    .atbs-posts--listing-list-no-sidebar-4 .post--vertical-has-author .post__excerpt{
        margin-bottom: 0.7142857142857143rem;
    }
    .atbs-posts--listing-list-no-sidebar-4 .post--vertical-has-author .post__thumb{
        height: 18rem;
    }
}
/*@end file 46*/
.atbs-posts-block-main-col-1 .section-main {
    /*width: 56.47058823529412%;*/
    width: 61%;
}

.atbs-posts-block-main-col-1 .section-sub {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: var(--color-secondary);
}

.list-seperated>*:not(:last-child) {
    position: relative;
}

.list-seperated>*:not(:last-child) {
    border-bottom: none;
}

.atbs-posts-block-main-col-1 .list-seperated>*:not(:last-child)::before {
    content: "";
    background-color: #fff;
    opacity: .2;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.0714285714285714rem;
    width: 100%;
}
.post--overlay-has-time {
    overflow: visible;
}

.post--overlay-has-time .post__text-inner {
    position: static;
}

.atbs-posts-block-main-col-1 .section-main .post--overlay,
.atbs-posts-block-main-col-1 .section-main .post--overlay .post__text {
    height: 100%;
}

.post--horizontal .post__title a {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (min-width: 1200px) {
    .atbs-posts-block-main-col-1 .post--overlay-normal,
    .atbs-posts-block-main-col-1 .post--overlay-normal .post__text {
        height: 100%;
    }
}
@media(max-width:1199px) and (min-width:576px) {
    .atbs-posts-block-main-col-1 .list-seperated>*:not(:last-child)::before {
        height: 0.08340283569641367vw;
    }
}

@media (max-width: 767px) {
    .atbs-posts-block-main-col-1 .section-main {
        width: 100%;
        margin-bottom: 3.911342894393742vw;
    }
    .atbs-posts-block-main-col-1 .section-sub .posts-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .atbs-posts-block-main-col-1 .section-sub .posts-list>* {
        width: 50%;
    }
    .atbs-posts-block-main-col-1 .post--overlay .post__text.overlay-text-h500 {
        min-height: 28.571428571428573rem;
    }
}

@media (max-width: 575px) {
    .atbs-posts-block-main-col-1 .section-sub .posts-list>* {
        width: 100%;
    }
    .atbs-posts-block-main-col-1 .post--overlay .post__text.overlay-text-h500 {
        min-height: 25rem;
    }
    .atbs-posts-block-main-col-1 .section-main {
        margin-bottom: 5.217391304347826vw;
    }
}
@media (max-width: 380px) {
    .atbs-posts-block-main-col-1 .post--overlay .post__text.overlay-text-h500 {
        min-height: 21.428571428571427rem;
    }
}
/*@end file 47*/
.atbs-posts-block-main-col-2 .section-main .post-main,
.atbs-posts-block-main-col-2 .section-sub .post-main  {
    width: 65.11627906976744%;
}
.atbs-posts-block-main-col-2 .section-main .post-sub,
.atbs-posts-block-main-col-2 .section-sub .post-sub {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.atbs-posts-block-main-col-2 .post__title {
    margin-top: 0;
}
.atbs-posts-block-main-col-2 .section-main {
    margin-bottom: 0.3571428571428571rem;
}

.post--overlay-normal .overlay-thumb-290 {
    min-height: 20.71428571428571rem;
}
/*Custom*/
@media (min-width: 1200px) {
    .atbs-posts-block-main-col-2 .post--overlay-normal .overlay-thumb-290 {
        min-height: 27.1428571429rem;
    }
}

@media (max-width: 1199px) and (min-width: 576px) {
    .atbs-posts-block-main-col-2 .section-main {
        margin-bottom: 0.4170141784820684vw;
    }

}

@media (min-width: 576px) {
    .atbs-posts-block-main-col-2 .section-sub .post-sub {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}
@media (max-width: 575px) {
    .atbs-posts-block-main-col-2 .section-main .post-main,
    .atbs-posts-block-main-col-2 .section-sub .post-main {
        width: 100%;
    }
    .atbs-posts-block-main-col-2 .section-main .post-main .post__text.overlay-thumb-290,
    .atbs-posts-block-main-col-2 .section-sub .post-main .post__text.overlay-thumb-290 {
        min-height: 25rem;
    }
    .atbs-posts-block-main-col-2 .section-main .post-sub .post__text.overlay-thumb-290,
    .atbs-posts-block-main-col-2 .section-sub .post-sub .post__text.overlay-thumb-290 {
        min-height: 21.428571428571427rem;
    }
    .atbs-posts-block-main-col-2 .section-main.flex-space-10,
    .atbs-posts-block-main-col-2 .section-sub.flex-space-10 {
        margin: -2.608695652173913vw;
    }
    .atbs-posts-block-main-col-2 .section-main.flex-space-10 >*,
    .atbs-posts-block-main-col-2 .section-sub.flex-space-10 >* {
        padding: 2.608695652173913vw;
    }
    .atbs-posts-block-main-col-2 .section-main {
        padding-bottom: 2.608695652173913vw;
    }
}
@media(max-width:380px) {
    .atbs-posts-block-main-col-2 .section-main .post-main .post__text.overlay-thumb-290,
    .atbs-posts-block-main-col-2 .section-sub .post-main .post__text.overlay-thumb-290 {
        min-height:  21.428571428571427rem;
    }
    .atbs-posts-block-main-col-2 .section-main .post-sub .post__text.overlay-thumb-290,
    .atbs-posts-block-main-col-2 .section-sub .post-sub .post__text.overlay-thumb-290 {
        min-height: 20rem;
    }
}
/*@end file 48*/
.atbs-posts-block-main-col-3 .section-main {
    width: 55.29411764705882%;
}

.atbs-posts-block-main-col-3 .section-sub {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.atbs-posts-block-main-col-3 .post--overlay-normal,
.atbs-posts-block-main-col-3 .post--overlay-normal .post__text {
    height: 100%;
}
.post--no-thumb-seperate-meta .post__cat {
    margin-bottom: 1.42857142857rem;
}

.post--no-thumb-seperate-meta .post__text {
    background-color: var(--color-secondary);
    /*padding: 0 1.428571428571429rem 1.428571428571429rem 1.428571428571429rem;*/
    padding: 1.428571428571429rem;
}

.post--no-thumb-seperate-meta .post__meta {
    margin-top: 5.142857142857143rem;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.post--no-thumb-seperate-meta .post__meta::after {
    content: "";
    position: absolute;
    top: -1.035714285714286rem;
    left: 0;
    background-color: rgba(255, 255, 255, .2);
    width: 100%;
    height: 0.0714285714285714rem;
}

.post--no-thumb-seperate-meta .post__meta .post-author {
    margin-right: 1.928571428571429rem;
}
.post--no-thumb-seperate-meta .post__meta a.post-author__name{
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
}
.post--no-thumb-seperate-meta .post__title {
    margin-bottom: 1.0714285714285714rem;
    margin-top: 0;
}

.atbs-posts-block-main-col-3 .section-main {
    margin-right: 0.7142857142857143rem;
}

.atbs-posts-block-main-col-3 .section-sub .post-sub {
    background-color: var(--color-secondary);
}

.atbs-posts-block-main-col-3 .section-sub .post-main {
    margin-bottom: 0.7142857142857143rem;
}

.post--no-thumb-seperate-meta .post__excerpt {
    color: rgba(255, 255, 255, .8);
    letter-spacing: 0.028571428571428574rem;
    margin: 0
}
@media(max-width: 1199px) and (min-width: 576px) {

    .post--no-thumb-seperate-meta .post__meta::after {
        top: -1.2093411175979982vw;
        height: 0.08340283569641367vw;
    }

    .atbs-posts-block-main-col-3 .section-main {
        margin-right: 0.8340283569641368vw;
    }
    .atbs-posts-block-main-col-3 .section-sub .post-main {
        margin-bottom: 0.8340283569641368vw;
    }
}

@media (max-width: 767px) {
    .atbs-posts-block-main-col-3 .section-main {
        width: 100%;
        margin-bottom: 5.215123859191656vw;
        margin-right: 0;
    }
    .atbs-posts-block-main-col-3 .section-sub {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .atbs-posts-block-main-col-3 .section-sub .post-sub {
        width: 50%;
    }
    .atbs-posts-block-main-col-3 .section-sub .post-main {
        width: 50%;
        margin-bottom: 0;
    }
    .atbs-posts-block-main-col-3 .post--overlay .post__text.overlay-text-h470 {
        min-height: 28.571428571428573rem;
    }
    .post--no-thumb-seperate-meta .post__meta {
        margin-top: 3.5714285714285716rem;
    }
}

@media (max-width: 575px) {
    .atbs-posts-block-main-col-3 .section-main {
        margin-bottom: 6.956521739130435vw;
    }
    .atbs-posts-block-main-col-3 .section-sub .post-sub {
        width: 100%;
    }
    .atbs-posts-block-main-col-3 .section-sub .post-main {
        width: 100%;
        margin-bottom: 3.4782608695652173vw;
    }
    .atbs-posts-block-main-col-3 .post--overlay .post__text.overlay-text-h470 {
        min-height: 25rem;
    }
    .post--no-thumb-seperate-meta .post__title {
        margin-bottom: 0.7142857142857143rem;
    }
}
@media (max-width: 575px) {

    .atbs-posts-block-main-col-3 .post--overlay .post__text.overlay-text-h470 {
        min-height: 21.428571428571427rem;
    }
}
/*@end file 49*/
.atbs-posts-block-main-col-4 .section-main .post-main,
.atbs-posts-block-main-col-4 .section-sub .post-main  {
    width: 64.70611764705882%;
}
.atbs-posts-block-main-col-4 .section-main .post-main,
.atbs-posts-block-main-col-4 .section-sub .post-sub {
    margin-right: 1.428571428571429rem;
}
.atbs-posts-block-main-col-4 .section-main .post-sub,
.atbs-posts-block-main-col-4 .section-sub .post-sub {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.post--overlay-has-author .overlay-thumb-350 {
    min-height: 25rem;
}
.atbs-posts-block-main-col-4  .post__thumb .post__cat--overlap {
    left: 0;
    -webkit-transform: translate(0,50%);
    -ms-transform: translate(0,50%);
    transform: translate(0,50%);
}
.post--vertical-normal .post__thumb{
    margin-bottom: 1.8571428571428572rem;
}
.post--vertical-normal .post-sub .post__text .post__meta {
    margin-top: 0.7142857142857143rem;
}
.post--vertical-normal .post__meta--has-date-stamp-2 time{
    color: rgba(23, 23, 23,0.8)
}
.post--vertical-normal .post__text .post__title {
    margin-bottom: 0.7142857142857143rem;
}
.atbs-posts-block-main-col-4 .post__title {
    margin-top: 0;
}

.atbs-posts-block-main-col-4 .post--vertical-normal .post__thumb{
    margin-bottom: 2.0714285714285716rem;
}
/*Custom*/
@media (min-width: 1200px) {
    .atbs-posts-block-main-col-4 .post--vertical-normal .post__text .post__title {
        font-size: 1.3571rem;

    }
}
@media (min-width: 576px) {
    .atbs-posts-block-main-col-4 .section-sub .post-sub {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}
@media(min-width:1200px) {
    .atbs-posts-block-main-col-4 .post__text-inner {
        padding: 1.7857142857142858rem;
    }
}
@media (max-width: 1199px) and (min-width: 576px) {
    .atbs-posts-block-main-col-4 .section-main .post-main,
    .atbs-posts-block-main-col-4 .section-sub .post-sub {
        margin-right: 1.6680567139282736vw;
    }
}

@media (max-width: 575px) {
    .atbs-posts-block-main-col-4 .section-main .post-main,
    .atbs-posts-block-main-col-4 .section-sub .post-main {
        width: 100%;
    }
    .atbs-posts-block-main-col-4 .section-main .post-main,
    .atbs-posts-block-main-col-4 .section-sub .post-sub {
        margin-right: 0;
    }
    .atbs-posts-block-main-col-4 .atbs-block__inner.flex-space-20 {
        margin: -2.608695652173913vw;
    }
    .atbs-posts-block-main-col-4 .atbs-block__inner.flex-space-20 >* {
        padding: 2.608695652173913vw;
    }
    .atbs-posts-block-main-col-4 .section-main .post-main,
    .atbs-posts-block-main-col-4 .section-sub .post-main {
        margin-bottom: 5.217391304347826vw;
    }
    .post--overlay-has-author .post__text.overlay-thumb-350 {
        min-height: 25rem;
    }
    .post--vertical-normal .post__thumb.thumb-180 {
        height: 21.428571428571427rem;
    }
    .post--vertical-normal .post__text .post__title {
        margin-bottom: 0.7142857142857143rem;
    }
    .atbs-posts-block-main-col-4 .post--vertical-normal .post__thumb{
        margin-bottom: 1.7857142857142858rem;
    }
}
@media(max-width:380px) {
    .post--overlay-has-author .post__text.overlay-thumb-350 {
        min-height: 21.428571428571427rem;
    }
    .post--vertical-normal .post__thumb.thumb-180 {
        height: 20rem;
        margin-bottom: 1.4285714285714286rem;
    }
}
/*@end file 50*/
.atbs-posts-block-main-col-5 .posts-list .list-item:nth-child(1),
.atbs-posts-block-main-col-5 .posts-list .list-item:nth-child(4) {
    /*width: 54.58823529411765%;*/
    width: 50%;
}

.atbs-posts-block-main-col-5 .posts-list .list-item:nth-child(2),
.atbs-posts-block-main-col-5 .posts-list .list-item:nth-child(3) {
    /*width: calc(100% - 54.58823529411765%);*/
    width: 50%;
}

.post--overlay-normal .post__text.overlay-text-h370 {
    min-height: 26.42857142857143rem;
}

.post--vertical-bg-primary {
    height: 100%;
    padding-bottom: 1.928571428571429rem;
}

.post--vertical-bg-primary .post__title {
    margin-bottom: 0.9285714285714286rem;
}

@media (max-width: 575px) {
    .atbs-posts-block-main-col-5 .posts-list .list-item:nth-child(1),
    .atbs-posts-block-main-col-5 .posts-list .list-item:nth-child(4),
    .atbs-posts-block-main-col-5 .posts-list .list-item:nth-child(2),
    .atbs-posts-block-main-col-5 .posts-list .list-item:nth-child(3) {
        width: 100%;
    }
    .post--overlay-normal .post__text.overlay-text-h370 {
        min-height: 25rem;
    }
}
@media(max-width:380px) {
    .post--overlay-normal .post__text.overlay-text-h370 {
        min-height: 21.428571428571427rem;
    }
    .post--vertical-bg-primary .post__title {
        margin-bottom: 0.7142857142857143rem;
    }
}

/*@end file 51*/
.atbs-posts-block-main-col-6 .section-main {
    /*width: 63.2183908045977%;*/
    width: 60%;
}
.atbs-posts-block-main-col-6 .section-sub {
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
}

.atbs-posts-block-main-col-6 .section-sub .post--vertical-normal-mar-20 .post__title {
    margin-top: 1.071428571428571rem;
}

.atbs-posts-block-main-col-6 .post__meta a.post-author__name {
    color: #222222;
    opacity: 0.8;
}
.atbs-posts-block-main-col-6 .section-sub .post-main {
    margin-top: 1.071428571428571rem;
}
.post--vertical-normal-mar-20.post--vertical-reverse .post__thumb {
    height: 13.571428571428571rem;
}
@media (min-width: 1200px) {
    .post--vertical-normal-mar-20.post--vertical-reverse .post__title {
        margin-bottom: 1.071428571428571rem;
    }
    .atbs-posts-block-main-col-6 .section-main .post--overlay,
    .atbs-posts-block-main-col-6 .section-main .post--overlay .post__text {
        height: 100%;
    }

}
@media (max-width: 1199px) {
    .post--vertical-normal-mar-20.post--vertical-reverse .post__meta {
        display: none;
    }
}
@media (min-width: 576px) {
    .atbs-posts-block-main-col-6 .section-sub {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}
@media (max-width: 1199px) and (min-width: 576px) {
    .atbs-posts-block-main-col-6 .section-sub .post-main {
        margin-top: 1.2510425354462051vw;
    }
}

@media(max-width:767px){
    .atbs-posts-block-main-col-6 .section-sub .post-main {
        margin-top: 0;
    }
    .atbs-posts-block-main-col-6 .post--overlay-has-author .overlay-thumb-530.post__text{
        min-height: 35.714285714285715rem;
    }
}
@media (max-width: 575px) {
    .atbs-posts-block-main-col-6 .section-main {
        width: 100%;
    }
    .atbs-posts-block-main-col-6 .post--overlay-has-author .overlay-thumb-530.post__text {
        min-height: 25rem;
    }
    .atbs-posts-block-main-col-6 .atbs-block__inner.flex-space-20 {
        margin: -2.608695652173913vw;
    }
    .atbs-posts-block-main-col-6 .atbs-block__inner.flex-space-20 >*{
        padding: 2.608695652173913vw;
    }
    .atbs-posts-block-main-col-6 .section-sub .post--vertical-normal-mar-20 .post__thumb {
        height: 21.428571428571427rem;
    }
    .atbs-posts-block-main-col-6 .section-sub .post-main {
        padding-top: 2.608695652173913vw;
    }
    .atbs-posts-block-main-col-6 .section-sub .posts-list{
        margin: -1.7391304347826086vw
    }
    .atbs-posts-block-main-col-6 .section-sub .posts-list >*{
        padding: 1.7391304347826086vw;
    }
}
@media(max-width:380px) {
    .atbs-posts-block-main-col-6 .post--overlay-has-author .overlay-thumb-530.post__text {
        min-height: 21.428571428571427rem;
    }
    .atbs-posts-block-main-col-6 .section-sub .post--vertical-normal-mar-20 .post__thumb {
        height: 20rem;
    }
}

/*@end file 52*/
.atbs-posts-block-main-col-7 .section-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.atbs-posts-block-main-col-7 .section-main .post-main {
    width: 63.52941176470588%;
    margin-right: 1.428571428571429rem;
}

.atbs-posts-block-main-col-7 .section-main .post-sub {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.atbs-posts-block-main-col-7 .section-main .post-sub {
    position: relative;

}

.atbs-posts-block-main-col-7 .section-sub:before {
    content: '';
    top: 0;
    left: 0;
    background-color: var(--color-border);
    position: absolute;
    width: 100%;
    height: 0.0714285714285714rem;
}
.atbs-posts-block-main-col-7 .section-sub  {
    margin-top: 2.14285714286rem;
    padding-top: 2.14285714286rem;
    position: relative;
}

.atbs-posts-block-main-col-7 .section-sub .post-sub .post--horizontal-hover {
    padding-left: 0;
}

.post--vertical-normal .post__meta--has-date-stamp-2 .time {
    color: var(--color-meta);
}
.atbs-posts-block-main-col-7 .post--vertical-normal .post__thumb{
    margin-bottom: 0;
    margin-top: 1.0714285714285714rem;
}
.atbs-posts-block-main-col-7 .post--vertical-normal .post__text .post__title{
    margin-bottom: 0.42857142857142855rem;
}
/*Custom */
.atbs-posts-block-main-col-7 .post--vertical-normal .post__cat {
    margin-bottom: 0.57142857142rem;
}
@media(max-width:1199px) and (min-width:576px) {
    .atbs-posts-block-main-col-7 .section-main .post-main {
        margin-right: 1.6680567139282736vw;
    }
    .atbs-posts-block-main-col-7 .section-sub {
        margin-top: calc(5.004170141784821vw / 2);
        padding-top: calc(5.004170141784821vw / 2);
    }
    .atbs-posts-block-main-col-7 .section-sub::after {
        height: 0.08340283569641367vw;
    }
}

@media (max-width: 767px) {
    .atbs-posts-block-main-col-7 .section-main {
        width: 100%;
        margin-right: 0;
        /*margin-bottom: 2.607561929595828vw;*/
    }
    .atbs-posts-block-main-col-7 .section-sub {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .atbs-posts-block-main-col-7 .section-sub .post-main {
        margin-top: 0;
        margin-bottom: 2.607561929595828vw;
    }
    .atbs-posts-block-main-col-7 .section-sub .post-sub .posts-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .atbs-posts-block-main-col-7 .section-sub .post-sub .posts-list>* {
        width: 50%;
    }
    .atbs-posts-block-main-col-7 .post--overlay-normal .post__text.overlay-text-h440,
    .post--overlay-has-author .post__text.overlay-text-h440 {
        min-height: 32.142857142857146rem;
    }
    .post--overlay-normal .post__text.overlay-text-h385 {
        min-height: 28.571428571428573rem;
    }
}

@media (max-width: 575px) {
    .atbs-posts-block-main-col-7 .section-sub .post-sub .posts-list>* {
        width: 100%;
    }

    .atbs-posts-block-main-col-7 .post--overlay-normal .post__text.overlay-text-h440,
    .post--overlay-has-author .post__text.overlay-text-h440 {
        min-height: 25rem;
    }
    .post--overlay-normal .post__text.overlay-text-h385 {
        min-height: 21.428571428571427rem;
    }
    .atbs-posts-block-main-col-7 .section-main .post-main {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5.217391304347826vw;
    }

    .atbs-posts-block-main-col-7 .section-main .post-sub {
        margin-top: 0;
    }
    .atbs-posts-block-main-col-7 .section-sub .post-main {
        margin-top: 0;
        margin-bottom: 5.217391304347826vw;
    }
    .atbs-posts-block-main-col-7 .section-sub {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .atbs-posts-block-main-col-7 .section-sub .posts-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -2.608695652173913vw;
    }
    .atbs-posts-block-main-col-7 .section-sub  .posts-list > * {
        width: 100%;
        padding: 2.608695652173913vw;
    }
    .atbs-posts-block-main-col-7 .post--vertical-normal .post__thumb{
        height:20rem;
    }

}
@media(max-width:380px) {
    .post--overlay-has-author .post__text.overlay-text-h440 {
        min-height: 21.428571428571427rem;
    }
    .post--overlay-normal .post__text.overlay-text-h385 {
        min-height: 20rem;
    }
    .atbs-posts-block-main-col-7 .post--vertical-normal .post__thumb{
        height:18.571428571428573rem;
    }

}
/*@end file 53*/
.atbs-posts--listing-grid-has-sidebar-1 .post__text-inner {
    padding: 1.42857rem 0.5714285714285714rem;
    text-align: center;
}
.atbs-posts--listing-grid-has-sidebar-1 .post__text-inner .post__title {
    margin-top: 0;
}
.atbs-posts--listing-list-has-sidebar-1 .post__text.text-center {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 767px) and (min-width: 576px) {
    .atbs-posts--listing-grid-has-sidebar-1 .posts-list.flex-box-3i > * {
        width: 50%;
    }
}
@media (max-width: 575px) {
    .atbs-posts--listing-grid-has-sidebar-1 .posts-list >* {
        width: 100%;
    }
    .atbs-posts--listing-grid-has-sidebar-1 .overlay-thumb-350.post__text {
        min-height: 21.428571428571427rem;
    }
    .atbs-posts--listing-grid-has-sidebar-1 .posts-list.flex-space-20 {
        margin: -2.608695652173913vw;
    }
    .atbs-posts--listing-grid-has-sidebar-1 .posts-list.flex-space-20 >* {
        padding: 2.608695652173913vw;
    }
}
@media(max-width:380px) {
    .atbs-posts--listing-grid-has-sidebar-1 .overlay-thumb-350.post__text {
        min-height: 20rem;
    }
}
/*@end file 54*/


.atbs-pagination-style-1 .atbs-pagination__links {
    font-weight: 400;
    font-size: 1.2857rem;
    line-height: 1.5;
}
.atbs-pagination-style-1 .atbs-pagination__links .atbs-pagination__item {
    color: rgba(23,23,23,0.5);
    padding: 0.7142857142857143rem;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin: 0 3px;
}
.atbs-pagination-style-1 .atbs-pagination__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.atbs-pagination-style-1 .atbs-pagination__links .atbs-pagination__item-current {
    background-color: var(--color-primary);
    color: #FFFFFF;
    border-radius: 50%;
}

.atbs-posts--listing-grid-has-sidebar-2 .post--vertical-hover .post__thumb {
    height: 18.928571428571427rem;
}

@media (max-width: 575px) {
    .atbs-posts--listing-grid-has-sidebar-2 .post--vertical-hover .post__thumb {
        height: 21.428571428571427rem;
    }
    .atbs-posts--listing-grid-has-sidebar-2 .posts-list.flex-box-2i >* {
        width: 100%;

    }
}
@media(max-width:380px) {
    .atbs-posts--listing-grid-has-sidebar-2 .post--vertical-hover .post__thumb {
        height: 20rem;
    }
}
/*@end file 55*/

.atbs-pagination-style-1 {
    margin-top: 4.285714285714286rem;
}
.atbs-pagination-style-1 .load-more-btn, .atbs-pagination-style-1 .view-all-btn {
    padding: 1.071428571428571rem 2.571428571428571rem;
    font-size: 1.071428571428571rem;
    line-height: 1.5;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: var(--color-primary);
    border: 0.0714285714285714rem solid var(--color-primary);
    border-radius: 0.3571428571428571rem;
    -webkit-box-shadow: 0rem 0.5rem 1.2857142857142858rem 0rem rgb(0 0 0 / 5%);
    box-shadow: 0rem 0.5rem 1.2857142857142858rem 0rem rgb(0 0 0 / 5%);
}
.atbs-pagination-style-1 .view-all-btn{
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.atbs-pagination-style-1 .load-more-btn:focus,.atbs-pagination-style-1 .view-all-btn:focus,.atbs-pagination-style-1 .load-more-btn:active,.atbs-pagination-style-1 .view-all-btn:active{
    border: 0.07142857142857142rem solid var(--color-primary);
    background-color: var(--color-primary);
}
.post__thumb.thumb-450{
    margin-bottom: 2.5rem;
}
@media(max-width:767px) {
    .post__thumb.thumb-450{
        margin-bottom: 2.142857142857143rem;
    }
    .atbs-pagination-style-1 {
        margin-top: 2.857142857142857rem;
    }
}

@media (max-width: 575px) {
    .posts--listing-list-has-sidebar-1 .post--vertical-special .post__thumb {
        height: 21.428571428571427rem;
    }
    .atbs-pagination-style-1 .load-more-btn:focus, .atbs-pagination-style-1 .view-all-btn:focus{
        border: 0.17391304347826086vw solid var(--color-primary)
    }
    .post__thumb.thumb-450{
        margin-bottom: 1.7857142857142858rem;
    }
}
@media(max-width:380px) {
    .posts--listing-list-has-sidebar-1 .post--vertical-special .post__thumb {
        height: 20rem;
    }
}
/*@end file 56*/
.posts--listing-list-has-sidebar-2 .post--horizontal-has-author .post__thumb{
    width: 44.705882352941174%;
    margin-right: 2.142857142857143rem;
    height: 27.142857142857142rem;
}
.posts--listing-list-has-sidebar-2 .post--horizontal-has-author .post__text{
    padding: 0;
    background: none;
    margin: 0;
}
.posts--listing-list-has-sidebar-2 .post--horizontal-has-author .post__meta--has-author-style-2 a.post-author__name{
    color: rgba(23, 23, 23, 0.8);
}
.posts--listing-list-has-sidebar-2 .post--horizontal-has-author .post__title{
    margin-top: 1.0714285714285714rem;
    margin-bottom: 2.142857142857143rem;
}
@media(max-width:767px) and (min-width:576px){
    .posts--listing-list-has-sidebar-2 .post--horizontal-has-author{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .posts--listing-list-has-sidebar-2 .post--horizontal-has-author .post__text{
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .posts--listing-list-has-sidebar-2 .post--horizontal-has-author .post__text a.post__cat{
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    .posts--listing-list-has-sidebar-2 {
        margin: -3.259452411994785vw;
    }
    .posts--listing-list-has-sidebar-2>*{
        padding: 3.259452411994785vw;
    }

}
@media(max-width:767px) {
    .posts--listing-list-has-sidebar-2 .post--horizontal-has-author .post__title {
        margin-top: 0.7142857142857143rem;
        margin-bottom: 1.4285714285714286rem;
    }
    .posts--listing-list-has-sidebar-2 .post--horizontal-has-author .post__thumb{
        height: 25rem;
    }
}
@media(max-width:575px){
    .posts--listing-list-has-sidebar-2 {
        margin: -3.4782608695652173vw;
    }
    .posts--listing-list-has-sidebar-2>*{
        padding: 3.4782608695652173vw;
    }
    .posts--listing-list-has-sidebar-2 .post--horizontal-has-author .post__thumb{
        width: 100%;
        margin-right:0;
        margin-bottom: 1.4285714285714286rem;
        height: 21.428571428571427rem;
    }
    .posts--listing-list-has-sidebar-2 .post--horizontal-has-author .post__title {
        margin-bottom: 1.0714285714285714rem;
    }
}
@media(max-width:380px) {
    .posts--listing-list-has-sidebar-2 {
        margin: -3.9473684210526314vw;
    }
    .posts--listing-list-has-sidebar-2>*{
        padding: 3.9473684210526314vw;
    }
    .posts--listing-list-has-sidebar-2 .post--horizontal-has-author .post__thumb{
        height: 20rem;
    }
    .posts--listing-list-has-sidebar-2 .post--horizontal-has-author .post__title {
        margin-bottom: 0.7142857142857143rem;
    }
}
/*@end file 57*/

@media (max-width: 767px) {
    .atbs-widget-posts-list-1 .posts-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .atbs-widget-posts-list-1 .posts-list>* {
        width: calc(100%/2);
    }
}

@media (max-width: 575px) {
    .atbs-widget-posts-list-1 .posts-list>* {
        width: 100%;
    }
}
/*@end file 58*/
.widget-categories-1 .cat-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cats-list .cat-item>a,
.cats-list .cat-item>a span {
    font-size: 1.28571428571rem;
    line-height: 1.5;
    color: var(--color-secondary);
    background-color: transparent;
    background: transparent;
    padding: 0;
    border-radius: 0;
    margin-left: auto;
}

.widget-categories-1 .cats-list .cat-item>a {
    color: var(--color-secondary);
}

.cats-list .cat-item:hover>a,
.cats-list .cat-item:hover>a span {
    color: var(--color-primary);
}

.widget-categories-1 .cats-list .cat-item:not(:last-child) {
    border-bottom: 0.2142857142857143rem dotted var(--color-border);
}

.widget-categories-1 .cats-list {
    margin-bottom: 0;
    list-style: none;
}

.widget-categories-1 .cat-item:not(:last-child) {
    margin-bottom: 0;
}

.widget-categories-1 .cats-list {
    margin: -0.7142857142857143rem 0;
}

.widget-categories-1 .cats-list>.cat-item{
    padding: 0.7142857142857143rem 0;
}

@media (max-width: 1199px) and (min-width: 576px) {
    .widget-categories-1 .cats-list .cat-item:not(:last-child)  {
        border-bottom: 0.25020850708924103vw dotted var(--color-border);
    }
    .widget-categories-1 .cats-list {
        margin: -0.8340283569641368vw 0;
    }
    .widget-categories-1 .cats-list>.cat-item {
        padding: 0.8340283569641368vw 0;
    }
}
@media(max-width:767px){
    .widget-categories-1 .cats-list{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -1.303780964797914vw;
    }
    .widget-categories-1 .cats-list>.cat-item {
        width: 50%;
        padding: 1.303780964797914vw;
    }
}
@media (max-width: 575px) {
    .widget-categories-1 .cats-list>.cat-item {
        width: 100%;
    }
}


/*@end file 59*/

@media (max-width: 991px) {
    .atbs-widget-posts-list-2 .posts-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .atbs-widget-posts-list-2 .posts-list>* {
        width: calc(100%/3);
        width: 100%;
    }
}

@media (max-width: 767px) {
    .atbs-widget-posts-list-2 .posts-list>* {
        width: calc(100%/2);
    }
}

@media (max-width: 575px) {
    .atbs-widget-posts-list-2 .posts-list>* {
        width: 100%;
    }
}
/*@end file 60*/
.post--vertical-post__cat-left .post__thumb .post__cat--overlap {
    left: 0;
    -webkit-transform: translate(0,50%);
    -ms-transform: translate(0,50%);
    transform: translate(0,50%);
}
.post--vertical-post__cat-left.post--vertical .post__thumb {
    margin-bottom: 1.7857142857142858rem;
}

@media (max-width: 767px) {
    .atbs-widget-posts-list-3 .posts-list{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .atbs-widget-posts-list-3 .posts-list >* {
        width: calc(100% / 2);
    }
    .post--vertical-post__cat-left.post--vertical .post__thumb {
        height: 15.714285714285714rem;
    }
    .post--vertical-post__cat-left.post--vertical .post__thumb {
        margin-bottom: 1.4285714285714286rem;
    }

}
@media (max-width: 575px) {

    .atbs-widget-posts-list-3 .posts-list >* {
        width: 100%;
    }
    .post--vertical-post__cat-left.post--vertical .post__thumb {
        height: 20rem;
    }
}
@media(max-width:380px) {
    .post--vertical-post__cat-left.post--vertical .post__thumb{
        height: 18.571428571428573rem;
    }
}
/*@end file 61*/

.atbs-widget-posts-list-4 .post--vertical .post__thumb {
    margin-bottom: 1.7857142857142858rem;
}

@media (max-width: 767px) {
    .atbs-widget-posts-list-4 .posts-list{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .atbs-widget-posts-list-4 .posts-list >* {
        width: calc(100% / 2);
    }
    .atbs-widget-posts-list-4 .post--vertical .post__thumb{
        height: 15.714285714285714rem;
    }
    .atbs-widget-posts-list-4 .post--vertical .post__thumb {
        margin-bottom: 1.4285714285714286rem;
    }
}
@media (max-width: 575px) {
    .atbs-widget-posts-list-4 .posts-list >* {
        width: 100%;
    }
    .atbs-widget-posts-list-4 .post--vertical .post__thumb {
        height: 20rem;
    }
}
@media (max-width: 380px) {
    .atbs-widget-posts-list-4 .post--vertical .post__thumb {
        height: 18.571428571428573rem;
    }
}
/*@end file 62*/
.widget-tags .tagcloud a {
    font-weight: 700;
    color: rgba(23,23,23,0.8);
    text-transform: uppercase;
    background: transparent;
    padding: 0.3571428571428571rem 0.7142857142857143rem;
    margin: 0 0.7142857142857143rem 0.7142857142857143rem 0;
    border: 1px solid rgba(23,23,23,0.1);
}

.widget-tags .tagcloud a:hover {
    background-color: var(--color-primary);
    color: #FFFFFF;
}

/*@end file 63*/
.single-header-1 {
    margin-bottom: 5.714285714285714rem;
}

.single-header-1 .entry-wrap-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-header-1 .entry-wrap-content .single-header {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.single-header-1 .single-header-featured .entry-group {
    margin-bottom: 0.57142857142rem;
}
.single-header-1 .entry-wrap-content:not(.reverse-content) .single-header {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.single-header-1 .single-entry-thumb {
    width: 48.71794871794872%;
}

.entry-group-flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.single-header-1 .entry-wrap-content .single-entry-thumb {
    margin-left: 2.857142857142857rem;
    margin-right: 0;
}

.single-header-1 .entry-wrap-content:not(.reverse-content) .single-entry-thumb {
    margin-right: 2.857142857142857rem;
    margin-left: 0;
}
.post--single {
    margin-bottom:0;
}
.entry-group-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    flex-wrap: wrap;
    position: relative;
    padding-top: 2.142857142857143rem;
    border-top: 0.0714285714285714rem solid var(--color-border);
    margin-top: 2.142857142857143rem;
}
.single-header .entry-meta,
.entry-wrap-meta-teaser .entry-meta,
.entry-group-style .entry-meta {
    margin-bottom: 0;
    color: rgba(0,0,0,0.6);
    margin-top: 1.428571428571429rem;
}
.atbs-dark-mode .single-header .entry-meta,
.atbs-dark-mode .entry-wrap-meta-teaser .entry-meta,
.atbs-dark-mode .entry-group-style .entry-meta {
    color: rgba(255,255,255,0.6);
}

.entry-author-style > img {
    margin-right: 0.7142857142857143rem;
    margin-bottom: 0;
}

.single-header-featured .entry-title {
    color: var(--color-secondary);
}

.single-header-featured a.entry-author__name {
    color: var(--color-meta);
    font-weight: 600;
}

.single-header-featured a.entry-author__name,
.entry-group-style a.entry-author__name {
    color: rgba(0,0,0,0.6);
}
.single-header-featured .entry-teaser {
    color: var(--color-meta);
    letter-spacing: 0.0285714285714286rem;
}

.single-header-featured .entry-title {
    margin-top: 1.001428571428571rem;
}

.single-header-featured .entry-author > img {
    margin-right: 0.7142857142857143rem;
    width: 2.857142857142857rem;
    height: 2.857142857142857rem;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 0;
    border-radius: 50%;
}
/* ===================== single-content =====================*/
.single-body p:not(:last-child) {
    /*margin: 0 0 1.7857142857142858rem;*/
    margin: 0 0 2rem; /*Gutenberg*/
}
.single-body p:not(:last-child) + .single-footer {
    margin-top: calc(2.857142857142857rem - 1.7857142857142858rem);
}
.single-body p:last-child {
    margin-bottom: 0;
}
.post-sharing-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.social-share-label-featured {
    margin-bottom: 1.428571428571429rem;
    display: inline-block;
    text-transform: uppercase;
    word-break: break-word;
    color: var(--color-text);
}

.single-content-1 .wrap-content-group .content-group-left {
    width: 3.5714285714285716rem;
    margin-right: 2.142857142857143rem;
}

.single-content-1 .wrap-content-group .content-group-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}

.list-item-style-word li .sharing-btn {
    width: 3.571428571428571rem;
    height: 3.571428571428571rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border: 0.0714285714285714rem solid rgba(23, 23, 23, 0.1);
}

.list-item-style-word li .sharing-btn {
    color: rgba(23, 23, 23, 0.5);
}

.list-item-style-hover li .sharing-btn:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
}
/* .single-footer-wrap{
    margin-top: 4.285714285714286rem;
} */
.single-content-1 .author-box-style-1 {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
}
.author-box-style-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.single-content-1 .single-footer {
    margin-top: 2.857142857142857rem;
}


/* ===================== author-box =====================*/

.author-box-style-1 .author-box__image {
    width: 6.571428571428571rem;
    height: 6.571428571428571rem;
    margin-right: 1.428571428571429rem;
}

.author-box-style-1 .author-box__text > span {
    font-weight: 400;
    font-size: 1.1428rem;
    line-height: 1.5;
    color: rgba(34, 34, 34, 0.5);
}

.author-box-style-1 .author-name {
    margin-bottom: 0.7142857142857143rem;
    font-weight: 700;
    font-size: 1.2857rem;
    line-height: 1.5;
    text-transform: capitalize;
}

.author-box-style-1 .author-name a {
    color: var(--color-text);
}

.author-box-style-1 .author-bio {
    font-weight: 400;
    font-size: 1.05rem;
    line-height: 1.5;
    color: rgba(34, 34, 34, 0.7);
    margin-bottom: 0.8571428571428571rem;
}
.author-box-style-1 ul {
    padding-left: 0 !important;
}
.author-box-style-1 ul li {
    padding-right: 0.5714285714285714rem;
}
.author-box-style-1 ul li a {
    color: rgba(34, 34, 34, 0.5);
}

.author-box-style-1 .author-box__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.author-box-style-1 {
    margin-right: 6.428571428571429rem;
}

.author-box-style-1 .author-avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.author-box-style-1 .author-avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
/* ===================== entry-categories =====================*/

.single-footer {
    width: 100%;
    clear: both;
}

.entry-categories-style-1 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -0.3571428571428571rem;
    padding-left: 0;
}

.entry-categories-style-1 ul li {
    list-style-type: none;
    padding: 0.3571428571428571rem;
}

.entry-categories-style-1 ul li .entry-cat {
    display: inline-block;
    list-style-type: none;
    text-transform: uppercase;
    font-size: max(0.8571428571428571rem, 11px);
    line-height: 1.2;
    color: rgba(23, 23, 23, 0.8);
    font-weight: 700;
    padding: 0.42857142857142855rem 0.7142857142857143rem;
    border: 0.0714285714285714rem solid rgba(23, 23, 23, 0.1);
}

.entry-categories-style-1 ul li .entry-cat:hover {
    background-color: var(--color-primary);
    color: #fff;
}
/* ===================== posts-navigation =====================*/

.posts-navigation-style-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 5.714285714285714rem;
}
.forterExnotfound .posts-navigation-style-1 {
    margin-left: 0;
}

.posts-navigation-style-1 .posts-navigation__next,
.posts-navigation-style-1 .posts-navigation__prev {
    padding: 1.428571428571429rem;
    width: 50%;
}

.posts-navigation-style-1 .posts-navigation__prev .post--horizontal .post__title {
    text-align: right;
}

.posts-navigation-style-1 .posts-navigation__prev .post--horizontal .post__meta {
    text-align: right;
}

.posts-navigation-style-1 .posts-navigation__next,
.posts-navigation-style-1 .posts-navigation__prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.posts-navigation-style-1 .posts-navigation__next .posts-navigation__label {
    text-align: left;
}

.posts-navigation-style-1 .posts-navigation__prev .posts-navigation__label {
    text-align: right;
}

.posts-navigation-style-1 .posts-navigation__label {
    margin-bottom: 1.14285714286rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--color-secondary);
    opacity: 0.6;
    font-style: italic;
    letter-spacing: 0.2px;
}


.posts-navigation-style-1 .post--horizontal .post__title {
    font-weight: 800;
    color: var(--color-secondary);
    text-transform: uppercase;
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.posts-navigation-style-1 .post--horizontal .time {
    color: var(--color-meta);
}

.posts-navigation-style-1 .post--horizontal .post__meta {
    margin-top: 0;
}

.posts-navigation-style-1 .post--horizontal .post__thumb {
    width: 7.142857142857143rem;
    height: 7.142857142857143rem;
}

.posts-navigation-style-1 .post--horizontal .post__thumb > a {
    width: 100%;
    height: 100%;
}

.posts-navigation-style-1 .post--horizontal .post__thumb > a > img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.posts-navigation-style-1 .posts-navigation__next .post--horizontal .post__thumb {
    margin-right: 1.071428571428571rem;
    margin-left: 0;
}

.posts-navigation-style-1 .posts-navigation__prev .post--horizontal .post__thumb {
    margin-left: 1.071428571428571rem;
    margin-right: 0;
}

.posts-navigation-style-1 .post--horizontal .post__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 7.142857142857143rem;
}

.posts-navigation-style-1 .posts-navigation__prev .post--horizontal .post__text {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.posts-navigation-style-1 .post--horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.posts-navigation-style-1 .posts-navigation__prev:hover,
.posts-navigation-style-1 .posts-navigation__next:hover {
    background-color: var(--color-primary);
}

.posts-navigation-style-1 .posts-navigation__next:hover .post--horizontal .post__title,
.posts-navigation-style-1 .posts-navigation__next:hover .posts-navigation__label,
.posts-navigation-style-1 .posts-navigation__prev:hover .post--horizontal .post__title,
.posts-navigation-style-1 .posts-navigation__prev:hover .posts-navigation__label {
    color: var(--color-white);
}

.posts-navigation-style-1 .posts-navigation__next:hover .post--horizontal .time,
.posts-navigation-style-1 .posts-navigation__prev:hover .post--horizontal .time {
    color: var(--color-white-opacity-80);
}
@media (max-width: 1199px) and (min-width: 576px) {
    .single-header-1 {
        margin-bottom: 6.672226855713094vw;
    }
    /* .single-header-1 .entry-wrap-content .single-entry-thumb {
        margin-left: 3.336113427856547vw;
    } */
    /* ===================== single-content =====================*/
    /* ===================== author-box =====================*/
    .single-content-1 .single-footer {
        margin-top: 3.336113427856547vw;
    }
    /* ===================== posts-navigation =====================*/
    .posts-navigation-style-1 {
        margin-left: 6.672226855713094vw;
        margin-bottom: 4.170141784820684vw;

        border-top: 0.0834028356964137vw solid var(--color-border);/*1px*/
        margin-top: 1.251042535446205vw;/*15px*/
    }
    .posts-navigation-style-1 .posts-navigation__next,
    .posts-navigation-style-1 .posts-navigation__prev {
        padding: 1.6680567139282736vw;
    }
    .posts-navigation-style-1 .posts-navigation__next .posts-navigation__label,.posts-navigation-style-1 .posts-navigation__prev .posts-navigation__label {
        margin-bottom: 1.6680567139282736vw;
    }
    /* ===================== posts-navigation =====================*/
}


@media (max-width: 767px) {
    .entry-group-style .entry-teaser {
        width: 100%;
    }
    .single-header-featured .entry-meta {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1.0714285714285714rem;
    }
    .entry-group-style {
        padding-top: 1.4285714285714286rem;
        margin-top: 1.4285714285714286rem;
    }
    /* ===================== single-content =====================*/
    .single-content-1 .wrap-content-group .content-group-left {
        display: none;
    }
    .single-content-1 .wrap-content-group .content-group-right {
        width: 100%;
        margin-left: 0;
    }
    /* ===================== posts-navigation =====================*/
    .posts-navigation-style-1 {
        margin-left: 0;
    }
    .single-header-1 .entry-wrap-content .single-entry-thumb {
        margin-left: 2.142857142857143rem;
        width: 50%;
    }
    .single-body p:not(:last-child) {
        margin: 0 0 1.4285714285714286rem;
    }
    .single-content .single-body .wp-caption {
        margin-top: 2.857142857142857rem;
        margin-bottom: 2.857142857142857rem;
    }
}
@media (min-width: 576px) {
    .posts-navigation-style-1 .posts-navigation__prev {
        border-right: 1px solid var(--color-border);
    }
}
@media (max-width: 575px) {
    .single-header-1 {
        margin-bottom: 6.956521739130435vw;
    }
    .single-header-1 .entry-thumb-650 {
        height: 25rem;
    }
    .atbs-block.single-header-1 {
        margin-bottom: 6.08695652174vw;
    }
    .single-header-1 .entry-wrap-content .entry-thumb {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 1.78571428571rem;
    }
    .single-header-1 .entry-wrap-content:not(.reverse-content) .single-entry-thumb {
        margin-right: 0;
        margin-left: 0;
    }
    .single-header-featured .entry-title {
        margin-top: 15px;
    }
    .single-header-featured .entry-meta {
        margin-top: 1.0714285714285714rem;
        margin-bottom: 0;
    }
    .entry-group-style {
        margin-top: 0.7142857142857143rem;
        border-top: none;
        padding-top: 0;
    }
    .entry-group-style .entry-teaser {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    /* ===================== single-content =====================*/
    .single-content-1 .author-box-style-1 {
        max-width: 100%;
        margin-right: 0;
    }
    .single-content-1 .single-footer {
        margin-top: 6.956521739130435vw;
    }
    /* ===================== posts-navigation =====================*/
    .posts-navigation-style-1 .posts-navigation__next,
    .posts-navigation-style-1 .posts-navigation__prev {
        width: 100%;
    }
    .posts-navigation-style-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .posts-navigation-style-1 {
        position: relative;
        border-top: 0.17391304347826086vw solid var(--color-border);/*1px*/
        margin-top: 1.7391304347826086vw;/*15px*/
    }
    .posts-navigation-style-1::after {
        display: none;
    }
    .posts-navigation-style-1 .posts-navigation__next,
    .posts-navigation-style-1 .posts-navigation__prev {
        padding: 3.4782608695652173vw 0;
    }
    .posts-navigation-style-1 .posts-navigation__next{
        border-top: 0.17391304347826086vw solid var(--color-border);
    }
    .posts-navigation-style-1 .posts-navigation__prev .posts-navigation__label,
    .posts-navigation-style-1 .posts-navigation__next .posts-navigation__label {
        margin-bottom: 2.608695652173913vw;
    }
    .posts-navigation-style-1 .post--horizontal .post__text {
        min-height: auto;
    }

    /* ===================== posts-navigation =====================*/
    .atbs-related-posts .posts-list .list-item {
        width: 100%;
    }
}

@media(max-width:380px) {

    .single-content .single-body .wp-caption {
        margin-top: 2.142857142857143rem;
        margin-bottom: 2.142857142857143rem;
    }
    .single-body p:not(:last-child) {
        margin: 0 0 1.0714285714285714rem;
    }
    .posts-navigation-style-1 .post--horizontal .post__title {
        margin-bottom: 0.7142857142857143rem;
    }
    .posts-navigation-style-1 .posts-navigation__next, .posts-navigation-style-1 .posts-navigation__prev {
        padding: 0.7142857142857143rem 0;
    }

    .single-header-featured .entry-title {
        margin-top: 13px;
    }
}


@media(max-width:320px) {

    .posts-navigation-style-1 .posts-navigation__next, .posts-navigation-style-1 .posts-navigation__prev {
        padding: 1.07142857143rem 0;
    }
}

/*@end file 64*/
.single-header-2 .single-header .entry-wrap-cat-title .entry-title {
    color: #171717;
    text-transform: uppercase;
    margin-top: 1.071428571428571rem;
}
.entry-title.entry-line {
    padding-bottom: 2.142857142857143rem;
}

a.entry-cat-style {
    padding: 0.3571428571428571rem 0.7142857142857143rem;
    background-color: var(--color-primary);
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    border-bottom: none;
    font-size: 0.8571rem;
    line-height: 1.5;
    font-weight: 700;
    margin-right: 0;
}

.single-header-2 .entry-wrap-meta-teaser {
    margin-top: 2.142857142857143rem;
}
.single-header-2 .entry-wrap-meta-teaser .entry-meta {
    margin-bottom: 0;
    padding-right: 3.5714285714285716rem;
}
.single-header-2 .entry-wrap-meta-teaser .entry-author .entry-author__name {
    padding-left: 0.7142857142857143rem;
    font-weight: 600;
}
.single-header-2 .entry-wrap-meta-teaser .entry-teaser {
    max-width: 55.2083333333%;
    letter-spacing: 0.0285714285714286rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.entry-line {
    position: relative;
}
.single-header .entry-teaser,
.single-header-2 .entry-wrap-meta-teaser .entry-teaser,
.entry-wrap-meta-teaser .entry-teaser,
.entry-group-style .entry-teaser {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.428571428571429rem;
    font-size: 17px;
    font-style: italic;
    line-height: 1.7;
    opacity: 0.7;
}

.entry-line::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.0714285714285714rem;
    background-color: var(--color-border);
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}
.single-header-2 .entry-wrap-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-header-2 .entry-wrap-content .entry-thumb {
    margin-right: 4.285714285714286rem;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.single-header-2 .thumb-object-fit.entry-thumb img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.single-header-2 .single-entry-thumb {
    width: 52.13675213675214%;
    height: 50.714285714285715rem;
}
.single-header-2 .single-header {
    max-width: 41.0256410256%;
    padding-top: 4.285714285714286rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.single-header-2 .single-entry-thumb img {
    width: calc(100% + (100vw - 83.57142857142857rem) / 2 + 15px);
    margin-left: calc((100vw - 83.57142857142857rem) / -2 - 15px);
    max-width: none;
    min-width: 100%;
}
.single-header-2 .single-entry-thumb {
    padding-top: 4.285714285714286rem;
    position: relative;
}
.single-header-2 .single-entry-thumb::after {
    content: "";
    position: absolute;
    width: 100vw;
    height: calc(100% - 4.285714285714286rem);
    bottom: 4.285714285714286rem;
    right: 4.285714285714286rem;
    background-color: var(--color-secondary);
    z-index: -1;
}
@media(max-width:1366px) and (min-width:1200px) {
    .single-header-2 .single-entry-thumb img {
        width: calc(100% + 15px);
        margin-left: -15px;
    }
}
@media (max-width: 1199px) and (min-width: 576px) {
    .single-header-2 .entry-wrap-meta-teaser .entry-teaser {
        /*max-width: 22.101751459549625vw;*/
        max-width: 440px;
    }
    .single-header-2 .single-header {
        /*max-width: 40.033361134278564vw;*/
        max-width: 100%;
    }

    .single-header-2 .single-entry-thumb img {
        width: 100%;
        margin-left: 0;
    }

    .single-header-2 .entry-wrap-content .entry-thumb {
        padding-top: 3.2142857142857144rem;
        margin-right: 3.2142857142857144rem;
        padding-left:0;
    }
    .single-header-2 .single-entry-thumb {
        height: 35.714285714285715rem;
    }
}

@media (max-width: 767px) {
    .single-header-2 .entry-wrap-content .entry-thumb {
        width: 100%;
        margin-right: 0;
    }
    .single-header-2 .single-header {
        max-width: 100%;
        margin-top: 2.142857142857143rem;
        padding-left: 0;
        padding-top: 0;
    }
    .single-header-2 .entry-wrap-meta-teaser .entry-teaser {
        max-width: 580px;
    }
    .single-header-2 .single-header .entry-wrap-cat-title .entry-title{
        padding-bottom: 1.4285714285714286rem;
    }
    .single-header-2 .entry-wrap-meta-teaser {
        margin-top: 1.4285714285714286rem;
    }
}

@media (max-width: 575px) {
    .single-header-2 .single-entry-thumb img {
        width: 100%;
        margin-left: 0;
    }
    .single-header-2 .single-entry-thumb {
        padding-top: 1.4285714285714286rem;
        height: 25rem;
    }
    .single-header-2 .single-header {
        margin-top: 1.4285714285714286rem;
    }
    .single-header-2 .single-header .entry-wrap-cat-title .entry-title {
        margin-top: 1.0714285714285714rem;
        padding-bottom: 0;
    }
    .entry-title.entry-line {
        padding-bottom: 0;
    }
    .entry-line::after {
        display: none;
    }
    .single-header-2 .entry-wrap-meta-teaser {
        margin-top: 0.7142857142857143rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .single-header-2 .entry-wrap-meta-teaser .entry-author .entry-author__name {
        padding-left: 0.7142857142857143rem;
    }
    .single-header-2 .entry-wrap-meta-teaser .entry-teaser {
        max-width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        font-size: 16px;
    }
    .single-header-2 .entry-wrap-meta-teaser .entry-meta {
        padding-right: 0;
        width: 100%;
        margin-top: 1.0714285714285714rem;
    }
}
@media(max-width:380px) {
    .single-header-2 .single-entry-thumb {
        height: 21.428571428571427rem;
    }
    .single-header-2 .single-header .entry-wrap-cat-title .entry-title {
        margin-top: 0.7142857142857143rem;
    }
}

/*@end file 65*/
.single-header-3 {
    margin-bottom: 5.714285714285714rem;
}

.single-header-3 .entry-wrap-content {
    position: relative;
    min-height: 44.28571428571429rem;
    padding-top: 4.642857142857143rem;
    padding-bottom: 4.642857142857143rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-header-3 .entry-wrap-content::after {
    position: absolute;
    top: 0;
    left: 3.571428571428571rem;
    background-color: #DFDFDF;
    width: calc(100% - 3.571428571428571rem);
    height: calc(100% - 3.571428571428571rem);
    content: "";
    z-index: -1;
}

.single-header-3 .entry-wrap-content .single-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 45rem;
    padding-right: 3.928571428571429rem;
}

.single-header-3 .entry-wrap-content:not(.reverse-content) .single-header {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.single-header-3 .entry-wrap-content .single-entry-thumb {
    width: 48.71794871794872%;
    top: 3.571428571428571rem;
    position: absolute;
    left: 0;
    height: calc(100% - 3.571428571428571rem);
}
@media(max-width:1366px) and (min-width:1200px) {
    .single-header-3 .entry-wrap-content .single-header {
        padding-left: 53.8922155689%;
    }
}
@media (max-width: 1199px) and (min-width: 576px) {
    .single-header-3 {
        margin-bottom: 6.672226855713094vw;
    }
    .single-header-3 .entry-wrap-content .single-header {
        padding-left: 52.543786488740615vw;
        padding-right: 4.587155963302752vw;
    }

}
@media(max-width:767px) {
    .single-header-3 .entry-wrap-content {
        min-height: 35.714285714285715rem;
    }
}
@media (max-width: 575px) {
    .single-header-3 .entry-wrap-content .single-header {
        padding: 1.0714285714285714rem;
        background-color: #DFDFDF;
    }
    .single-header-3 .entry-wrap-content .entry-thumb {
        position: static;
        width: 100%;
        height: 25rem;
    }
    .single-header-3 .entry-wrap-content::after {
        display: none;
    }
    .single-header-3 .entry-wrap-content {
        height: auto;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0;
        margin-bottom: 0;
    }
}
@media(max-width:380px) {
    .single-header-3 .entry-wrap-content .single-header {
        padding: 0.7142857142857143rem;
    }
    .single-header-3 .entry-wrap-content .entry-thumb {
        height: 21.428571428571427rem;
    }
}
/*@end file 66*/
.single-header-4 .entry-thumb {
    height: 50rem;
    overflow: hidden;
}
.single-header-4 .entry-thumb img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.single-header-special {
    margin-bottom: 3.214285714285714rem;
}
.single-header-special .entry-title {
    margin-top: 1.071428571428571rem;
}

@media (max-width: 1199px) {
    .single-header-4 .entry-thumb{
        height: 46.42857142857143rem;
    }
}
@media(max-width:767px) {
    .single-header-4 .entry-thumb{
        height: 32.142857142857146rem;
    }
    .single-header-special {
        margin-bottom: 2.142857142857143rem;
    }
    .single-header-special .entry-title {
        margin-top: 0.7142857142857143rem;
    }
}
@media (max-width: 575px) {
    .single-header-4 .entry-thumb {
        height: 25rem;
    }
    .single-header-special {
        margin-bottom: 1.4285714285714286rem;
    }
}
@media (max-width: 575px) {
    .single-header-4 .entry-thumb {
        height: 21.428571428571427rem;
    }
    .single-header-special {
        margin-bottom: 1.4285714285714286rem;
    }
}
/*@end file 67*/
.single-header-5 {
    position: relative;
}
.single-header-5::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(23, 23, 23, 0.4);
    z-index: 1;
}
.single-header-5 .single-entry-thumb {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.single-header-5 .single-entry-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.single-header-5 .single-header-special {
    position: relative;
    min-height: 46.42857142857143rem;
    text-align: center;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 0;
}
.single-header-5 .single-header-special .single-header__inner {
    padding: 2.857142857142857rem 2.142857142857143rem;
}
.single-header-5 .single-header__inner .entry-title {
    color: var(--color-white);
    max-width: 61.53846153846154%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.0714285714285714rem;
}
.single-header-5 .entry-meta,
.single-header-5 .entry-author__name,
.single-header-5 .entry-teaser {
    color: rgba(255,255,255,0.8);
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
}
@media(max-width:767px){
    .single-header-5 .single-header-special{
        min-height: 32.142857142857146rem;
    }
    .single-header-5 .single-header__inner .entry-title {
        max-width: 80%;
        margin-bottom: 0.7142857142857143rem;
    }
    .single-header-5 .entry-teaser{
        max-width: 70%;
    }
}
@media(max-width:575px) {
    .single-header-5 .single-header-special{
        min-height: 25em;
    }
    .single-header-5 .single-header__inner .entry-title {
        max-width: 100%;
    }
    .single-header-5 .single-header-special .single-header__inner {
        padding: 2.142857142857143rem 1.4285714285714286rem;
    }
    .single-header-5 .entry-teaser{
        max-width: 90%;
    }
}
@media(max-width:380px) {
    .single-header-5 .single-header-special{
        min-height: 21.428571428571427rem;
    }
    .single-header-5 .single-header__inner .entry-title {
        margin-bottom: 0;
    }
    .single-header-5 .single-header-special .single-header__inner {
        padding: 1.0714285714285714rem;
    }
    .single-header-5 .entry-teaser{
        display: none;
    }
}
/*@end file 68*/
/*----------------------- reaction */
.atbs-article-reactions {
    margin-top: 2.142857142857143rem;/* 30 /14*/
    margin-bottom: 3.928571428571429rem;/* 55 /14*/
    width: 100%;
}
.atbs-article-reactions:last-child {
    margin-bottom: 0
}
.atbs-reactions-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -0.7142857142857143rem; /* 10 */
}
.atbs-reactions-flex > .atbs-reactions-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.7142857142857143rem; /* 10 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media(max-width:1199px) and (min-width:576px) {
    .atbs-article-reactions {
        margin-top: 2.50208507089241vw;/* 30 x 100/ 1199*/
        margin-bottom: 4.587155963302752vw;/* 55 x 100/ 1199*/
    }
    .atbs-reactions-flex {
        margin: -0.8340283569641368vw; /* 10 */
    }

    .atbs-reactions-flex > .atbs-reactions-col {
        padding: 0.8340283569641368vw; /* 10 */
    }
}
@media(max-width: 575px) {
    .atbs-reactions-flex > .atbs-reactions-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3);
        flex: 0 0 calc(100% / 3);
        max-width: calc(100% / 3);
    }
}

@media(max-width: 380px) {
    /*.atbs-reactions-flex > .atbs-reactions-col {
        flex: 0 0 50%;
        max-width: 50%;
    }*/
}

.atbs-reactions-content[role="button"] {
    text-align: center;
    margin-bottom: 0;
    cursor: pointer;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    outline: none;
    border: 0.07142857142857142rem solid var(--color-border, rgba(0,0,0,0.1)); /* 1PX */
    border-radius: 0.14285714285714285rem;/* 2PX */
    padding-bottom: 1.0714285714285714rem;/* 15PX */
}

.atbs-article-reactions .atbs-reactions-content:hover,
.atbs-article-reactions .atbs-reactions-content:focus {
    border: 1px solid var(--color-primary);
}

.atbs-article-reactions .atbs-reactions-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;;
    -webkit-box-align: center;;
    -ms-flex-align: center;;
    align-items: center;
    text-align: center;
    margin-bottom: 0;
    padding-top: 1.4285714285714286rem;/*20PX*/
}

.atbs-article-reactions .atbs-reactions-content,
.atbs-article-reactions .atbs-reactions-content:active .atbs-reaction-count {
    -webkit-transition: transfrom 0.4s ;
    -o-transition: transfrom 0.4s ;
    transition: transfrom 0.4s ;
}

.atbs-article-reactions .atbs-reactions-content .atbs-reaction-count {
    font-weight: 500;
    margin-top: 1.0714285714285714rem;/*15PX*/
    font-size: 0.8571428571428571rem;/*12PX*/
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
    position: relative;
}
@media(max-width:1199px) and (min-width:576px) {
    .atbs-reactions-content[role="button"] {
        border-width: 0.08340283569641367vw; /* 1PX */
        border-radius: 0.16680567139282734vw;/* 2PX */
        padding-bottom: 1.2510425354462051vw;/* 15PX */
    }
    .atbs-article-reactions .atbs-reactions-image {
        padding-top: 1.6680567139282736vw;/*20PX*/
    }
    .atbs-article-reactions .atbs-reactions-content .atbs-reaction-count {
        margin-top: 1.2510425354462051vw;/*15PX*/
    }
}
@media (max-width:575px) {
    .atbs-reactions-content[role="button"] {
        border-width: 0.17391304347826086vw; /* 1PX */
        border-radius: 0.34782608695652173vw;/* 2PX */
        padding-bottom: 2.608695652173913vw;/* 15PX */
    }
    .atbs-article-reactions .atbs-reactions-image {
        padding-top: 3.4782608695652173vw;/*20PX*/
    }
    .atbs-article-reactions .atbs-reactions-content .atbs-reaction-count {
        margin-top: 2.608695652173913vw;/*15PX*/
    }

}

.atbs-article-reactions .atbs-reactions-content.active .atbs-reaction-count {
    color: var(--color-primary);
}

.atbs-article-reactions .atbs-reactions-content.scale-count .atbs-reaction-count {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}

.atbs-article-reactions .atbs-reactions-content svg {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

.atbs-article-reactions .atbs-reactions-content .scale-icon svg {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.atbs-article-reactions .atbs-reactions-image svg {
    width: 2.5rem;/*35px*/
    height: 2.5rem;/*35px*/
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}
.atbs-article-reactions .atbs-reaction-name {
    margin-top: 0.8571428571428571rem;/*12px*/
    text-transform: uppercase;
    font-size: 0.7857142857142857rem;/*11px*/
    letter-spacing: 0.028571428571428574rem;/*0.4px*/
    font-weight: 700;
    display: block;
}
.atbs-reactions-title {
    font-size: 1.2857142857142858rem;/*18px*/
    font-weight: 700;
    margin-bottom: 1.7857142857142858rem;/*25px*/
    line-height: 1.2;
}
@media (max-width: 1199px) and (min-width: 576px) {
    .atbs-article-reactions .atbs-reactions-image svg {
        width: 2.9190992493744785vw;/*35px*/
        height: 2.9190992493744785vw;/*35px*/
    }
    .atbs-article-reactions .atbs-reaction-name {
        margin-top: 1.0008340283569641vw;/*12px*/
        letter-spacing: 0.03336113427856547vw;/*0.4px*/
    }
    .atbs-reactions-title {
        margin-bottom: 2.085070892410342vw;/*25px*/
    }

}
/* /reaction ----------------------- */
/*@end file 69*/
.comments-section .block-heading {
    padding-top: 0;
    border-top: 0;
    margin-bottom: 2.142857142857143rem;
}
.comments-title {
    margin: 0 0 0 0;
    padding-top: 0;
    border-top: none;
}
.comment-author > img {
    height: 3.5714285714285716rem;
    width: 3.5714285714285716rem;
    position: absolute;
    top: 0;
    left: -4.642857142857143rem;
    border-radius: 0.2857142857142857rem;
}
.comment-list {
    margin-bottom: 2.142857142857143rem;
}
.comment-body {
    margin-left: 4.642857142857143rem;
    margin-bottom: 1.4285714285714286rem;
}
.comment-meta {
    margin-bottom: 0.71428571428rem;
}
.comment-author {
    color: var(--color-text);
}
.comment-meta > *:not(:last-child) {
    margin-right: 0.2857142857142857rem;
}
.comment-metadata {
    font-size: 1rem;
    color: rgba(23, 23, 23, 0.4);
}
.comment-metadata:before {
    margin-right: 0.2857142857142857rem;
}
.comment-metadata > *:not(:last-child) {
    margin-right: 0.2857142857142857rem;
}
.comment-content {
    margin-bottom: 0.85714285714rem;
}
.comments-section .comment-content p {
    color: var(--color-text);
    opacity: 0.8;
}
.children .comment-body {
    margin-left: 3.5714285714285716rem;
    margin-bottom: 1.4285714285714286rem;
}
.children .comment-author > img {
    height: 2.5714285714285716rem;
    width: 2.5714285714285716rem;
    left: -3.642857142857143rem;
}
.comment-reply-link {
    font-size: 0.8571428571428571rem;
    line-height: 1.1428571428571428rem;
}
.comment-list ol.children {
    padding-left: 4.642857142857143rem;
    margin-bottom: 1.5714285714285714rem;
}
.comment-list ol.children > li,
.comment-list > li:not(:first-child) {
    padding-top: 1.4285714285714286rem;
    border-top: 0.07142857142857142rem solid var(--color-border);
}

/* respond */
.comment-respond {
    margin: 2.857142857142857rem 0 2.857142857142857rem;
}
.comment-form {
    margin: 0 -1.0714285714285714rem;
}
.comment-respond .comment-form .comment-notes {
    width: 100%;
    font-size: 1.0714285714285714rem;
    opacity: 0.8;
}
.comment-notes {
    padding: 0 1.0714285714285714rem;
    margin-bottom: 2.142857142857143rem;
    color: var(--color-text);
}
.comments-section label {
    margin-bottom: 1.0714285714285714rem;
}

[class*="comment-form-"] label {
    display: block;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-comment .textarea,
.comment-form-url input[type="text"] {
    padding: 1.4285714285714286rem;
}
.comment-form-author,
.comment-form-email {
    margin-bottom: 2.5rem;
    padding: 0 1.0714285714285714rem;
}

.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond input[type="url"],
.comment-respond input[type="password"],
.comment-respond input[type="search"],
.comment-respond input[type="tel"],
.comment-respond input[type="number"],
.comment-respond textarea,
.comment-respond select,
.comment-form-url input[type="text"] {
    border-radius: 0.5714285714285714rem;
    border: 0.07142857142857142rem solid var(--color-border);
    font-size: 1rem;
    background: transparent;
}
.comment-form-url {
    padding-left: 1.0714285714285714rem;
    margin-bottom: 2.5rem;
    max-width: 50%;
    width: 50%;
    padding-right: 1.0714285714285714rem;
}

.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-comment textarea:focus,
.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.comment-form-url input[type="text"]:focus {
    outline: 0;
    border-color: var(--color-border);
    background-color: var(--bg-dark-mode-aside);
    -webkit-box-shadow:none;
    box-shadow:none;
}
.comment-form-comment textarea,
.comment-form .form-control-custom,
.wpcf7-form textarea {
    margin-bottom: 1.7857142857142858rem;
    color: var(--color-text);
    padding: 1.4285714285714286rem;
}
.comment-form-cookies-consent {
    padding: 0 1.0714285714285714rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.0714285714285714rem;
    margin-bottom: 1.0714285714285714rem;
}
.comment-form-cookies-consent label {
    margin-left: 10px;
    margin-bottom: 0 !important;
    font-size: 1.0714285714285714rem;
}
input[type="checkbox"],
input[type="radio"] {
    margin: 0;
}
.comment-form .form-submit {
    padding-top: 0;
    padding-left: 1.0714285714285714rem;
    margin-bottom: 0;
}
.comment-form .form-submit input[type="submit"] {
    padding: 0.8571428571428571rem 1.7857142857142858rem;
    border-radius: 0.5714285714285714rem;
    font-size: 1.0714285714285714rem;
    height: 3.2857142857142856rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.comment-form-comment {
    padding: 0 1.0714285714285714rem;
}


@media (max-width: 1199px) and (min-width: 576px) {
    .comments-section .block-heading {
        margin-bottom: 2.5020850708924103vw;
    }
    .comment-list {
        margin-bottom: 2.5020850708924103vw;
    }
    .comment-list ol.children > li,
    .comment-list > li:not(:first-child) {
        border-top: 0.08340283569641367vw solid var(--color-border);
    }

    /* respond */
    .comment-respond {
        margin: 3.336113427856547vw 0 1.6680567139282736vw;
    }
    .comment-form-author input:focus,
    .comment-form-email input:focus,
    .comment-form-comment textarea:focus,
    .wpcf7-form input:focus,
    .wpcf7-form textarea:focus,
    .comment-form-url input[type="text"]:focus {
        -webkit-box-shadow:none;
        box-shadow:none;
    }
}

@media (max-width: 575px) {
    .comments-section .block-heading {
        margin-bottom: max(3.4782608695652173vw, 17px);
    }
    .comment-list {
        margin-bottom: max(5.217391304347826vw, 20px);
    }
    .comment-meta > *:not(:last-child) {
        margin-right: 0;
    }
    .comment-list ol.children > li,
    .comment-list > li:not(:first-child) {
        border-top: 0.17391304347826086vw solid var(--color-border);
    }
    /* respond */

    .comment-respond {
        margin: 6.956521739130435vw 0 6.956521739130435vw;
    }
    .comment-form-author input,
    .comment-form-email input,
    .comment-form-comment .textarea,
    .comment-form-url input[type="text"] {
        padding: 1.0714285714285714rem;
    }
    .comment-form-comment textarea,
    .comment-form .form-control-custom,
    .wpcf7-form textarea {
        padding: 1.0714285714285714rem;
    }
    .comment-respond input[type="text"],
    .comment-respond input[type="email"],
    .comment-respond input[type="url"],
    .comment-respond input[type="password"],
    .comment-respond input[type="search"],
    .comment-respond input[type="tel"],
    .comment-respond input[type="number"],
    .comment-respond textarea,
    .comment-respond select {
        border: 0.17391304347826086vw solid var(--color-border);
    }
    .comment-form-author,
    .comment-form-email,
    .comment-form-comment {
        width: 100%;
        margin-bottom: 0;
        padding: 1.0714285714285714rem;
    }
    .comment-form-url {
        padding-left: 1.0714285714285714rem;
        margin-bottom: 1.0714285714285714rem;
        padding-right: 1.0714285714285714rem;
        max-width: 100%;
        width: 100%;
    }
    .comment-form-author input:focus,
    .comment-form-email input:focus,
    .comment-form-comment textarea:focus,
    .wpcf7-form input:focus,
    .wpcf7-form textarea:focus ,
    .comment-form-url input[type="text"]:focus{
        -webkit-box-shadow:none;
        box-shadow:none;
    }
    .comment-form-cookies-consent label {
        margin-bottom: 0;
    }
    .comment-form-cookies-consent input[type="checkbox"], input[type="radio"] {
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-top: 0.35714285714285715rem;
    }
    .comment-form .form-submit input[type="submit"] {
        -webkit-box-shadow: none;
        box-shadow: none;
        min-width:-webkit-fit-content;
        min-width:-moz-fit-content;
        min-width:fit-content;
    }
}
@media(max-width:380px) {

}

/*@end file 70*/
/*----------------------- review */
.atbs-review {
    padding-top: 1.0714285714285714rem;/*15*/
    margin-bottom: 2.142857142857143rem;/*30px*/
    font-size: 1.1429rem;/*15*/
}
/* .atbs-review:first-child {
    padding-top: 0;
} */

.single-body--context > .atbs-review:first-child {
    padding-top: 0;
}

.atbs-review__inner {
    padding: 1.4285714285714286rem;/*20px*/
    border-radius: 0.5714285714285714rem;/*8px*/
    background: #fafafa;
}

.atbs-review__inner > *:not(:last-child) {
    margin-bottom: 1.4285714285714286rem;/*20px*/
}

.atbs-review__product {
    width: 100%;
    margin-right: 1.0714285714285714rem;/*15px*/
    margin-bottom: 1.0714285714285714rem;/*15px*/
}

.atbs-review__product-image {
    width: 4.285714285714286rem;/*60px*/
}

.atbs-review .atbs-review__product-name {
    margin-top: 0;
    margin-bottom: 0;
}

.atbs-review__product-byline {
    color: rgba(0, 0, 0, 0.4);
}

.atbs-review__overall-score {
    text-align: center;
}

.atbs-review__summary p:last-child {
    margin-bottom: 0;
}

.atbs-review .atbs-review__list-title {
    margin-top: 0;
    margin-bottom: 0.7142857142857143rem;/*10px*/
    font-size: 1.1em;
    font-weight: 700;
    text-transform: uppercase;
}

.atbs-review__pros ul,
.atbs-review__cons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.atbs-review__pros ul li:not(:first-child),
.atbs-review__cons ul li:not(:first-child) {
    margin-top: .5em;
}

.atbs-review__pros ul i,
.atbs-review__cons ul i {
    margin-right: 0.4em;
}

.atbs-review__pros ul i {
    color: #59d66f;
}

.atbs-review__cons ul i {
    color: #fa3f40;
}


/*
    Layout
*/
.atbs-reviews-section {
    padding: 3.5714285714285716rem 1.7857142857142858rem; /*50px 25px*/
    background-color: #F8F8F8;
}

.atbs-reviews-section .reviews-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -1.0714285714285714rem; /*15px*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.atbs-reviews-section .reviews-title > * {
    padding: 1.0714285714285714rem;/*15px*/
}

.atbs-reviews-section .reviews-title > *:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
}

.atbs-reviews-section .heading-title {
    font-size: 1.2857142857142858rem; /*18px*/
    font-weight: bold;
    color: #222222;
    margin-top: 0;
}

.atbs-reviews-section .heading-title.text-center {
    font-size: 1.0714285714285714rem;/*15px*/
    font-weight: 400;
    color: #666;
}

.atbs-reviews-section .heading-title-link {
    text-decoration: none;
    color: #0661F1;
    text-transform: uppercase;
    font-size: 0.8571428571428571rem;/*12px*/
    font-weight: 400;
}

.atbs-reviews-section .reviews-content {
    margin-top: 1.7857142857142858rem;/*25px*/
    background-color: #fff;
    padding: 3.2142857142857144rem 2.142857142857143rem 1.7857142857142858rem 2.142857142857143rem;/*45px 30px 25px 30px*/
    border-radius: 0.5714285714285714rem;/*8px*/
}

.reviews-score-list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    /*margin-right: 90px;*/
}

.reviews-score-list .score-item:not(:last-child) {
    margin-bottom: 1.4285714285714286rem;/*20px*/
}
/*
    Content
*/
/**/
.score-item .score-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.score-item .score-name,
.score-item .score-number {
    font-size: 1rem;/*14px*/
    line-height: 1.5;
    color: #000;
    font-weight: 400;
}
/**/
.score-item .score-value {
    width: 100%;
    border-radius: 0 1.7142857142857142rem 1.7142857142857142rem 0;/*24px 24px */
    background-color: #f3f3f3;
    height: 0.2857142857142857rem;/*4px */
    margin-top: 0.5714285714285714rem;/*8px */
    position: relative;
}

.score-item .score-percent {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    height: 100%;
    background-color: #0661F1;
}

.single-percent-login-required {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/*----------------------------------*/

.atbs-review {
    line-height: 1.5;
}

.atbs-review__product-image {
    width: 7.142857142857143rem;/*100px */
}

.atbs-review__product-image.not-exist-img {
    position: relative;
    padding-top: 5.714285714285714rem;/*80px */
}

.atbs-review__product-image.not-exist-img::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #9A9A9A;
}

.atbs-review__product {
    margin-right: 2.142857142857143rem;/*30px */
}

.atbs-review__product .media-left {
    padding-right: 2.142857142857143rem;/*30px */
}

.atbs-review .atbs-review__product-name {
    margin-bottom: .75em;
}

.atbs-review__product-byline {
    color: rgba(0,0,0,.4);
}

.atbs-review__pros-and-cons ul {
    margin-bottom: 0;
    padding-left: 0;
}

.atbs-review__pros-and-cons .atbs-review__list-title {
    color: var(--color-text-dark);
}
@media (max-width: 1199px) and (min-width: 576px) {

    /*----------------------- review */
    .atbs-review {
        padding-top: 1.2510425354462051vw;/*15*/
        margin-bottom: 2.5020850708924103vw;/*30px*/
    }

    .atbs-review__inner {
        padding: 1.6680567139282736vw;/*20px*/
        border-radius: 0.6672226855713094vw;/*8px*/
    }

    .atbs-review__inner > *:not(:last-child) {
        margin-bottom: 1.6680567139282736vw;/*20px*/
    }

    .atbs-review__product {
        margin-right: 1.2510425354462051vw;/*15px*/
        margin-bottom: 1.2510425354462051vw;/*15px*/
    }

    .atbs-review__product-image {
        width: 5.004170141784821vw;/*60px*/
    }

    .atbs-review .atbs-review__list-title {
        margin-bottom: 0.8340283569641368vw;/*10px*/
    }
    .atbs-reviews-section {
        padding: 4.170141784820684vw 2.085070892410342vw; /*50px 25px*/
    }

    .atbs-reviews-section .reviews-title {
        margin: -1.2510425354462051vw; /*15px*/
    }

    .atbs-reviews-section .reviews-title > * {
        padding: 1.2510425354462051vw;/*15px*/
    }

    .atbs-reviews-section .reviews-content {
        margin-top: 2.085070892410342vw;/*25px*/
        padding: 3.7531276063386154vw 2.5020850708924103vw 2.085070892410342vw 2.5020850708924103vw;/*45px 30px 25px 30px*/
        border-radius: 0.5714285714285714rem;/*8px*/
    }

    .reviews-score-list .score-item:not(:last-child) {
        margin-bottom: 1.6680567139282736vw;/*20px*/
    }
    /**/
    .score-item .score-value {
        border-radius: 0 2.0016680567139282vw 2.0016680567139282vw 0;/*24px 24px */
        height: 0.3336113427856547vw;/*4px */
        margin-top: 0.6672226855713094vw;/*8px */
    }
    .atbs-review__product-image {
        width: 8.340283569641368vw;/*100px */
    }

    .atbs-review__product-image.not-exist-img {
        padding-top: 6.672226855713094vw;/*80px */
    }

    .atbs-review__product {
        margin-right: 2.5020850708924103vw;/*30px */
    }

    .atbs-review__product .media-left {
        padding-right: 2.5020850708924103vw;/*30px */
    }

}
@media (min-width: 1200px) {

    .atbs-review {
        padding-top: 1.4285714285714286rem;/*20*/
    }
    .atbs-review__inner {
        padding: 2.142857142857143rem;/*30px*/
    }
    .atbs-review__product-image {
        width: 5rem;/*70px*/
    }
    .atbs-review__overall-score {
        margin-top: -2.857142857142857rem;/*40px*/
    }

    .atbs-review__product-image.not-exist-img {
        padding-top: 5rem;/*70px*/
    }

    .atbs-review__overall-score {
        margin-top: -5rem;/*70px*/
    }
}
@media (max-width: 1199px) and (min-width: 576px) {

    .atbs-review {
        padding-top: 1.6680567139282736vw;/*20*/
    }
    .atbs-review__inner {
        padding: 2.5020850708924103vw;/*30px*/
    }
    .atbs-review__product-image {
        width: 5.838198498748957vw;/*70px*/
    }
    .atbs-review__overall-score {
        margin-top: -3.336113427856547vw;/*40px*/
    }

    .atbs-review__product-image.not-exist-img {
        padding-top: 5.838198498748957vw;/*70px*/
    }

    .atbs-review__overall-score {
        margin-top: -5.838198498748957vw;/*70px*/
    }
}


@media (min-width: 768px) {
    .atbs-review__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .atbs-review__overall-score {
        position: relative;
    }
}

@media (min-width: 1200px) {
    .atbs-review__overall-score {
        margin-top: -3.5714285714285716rem;
    }
}


@media (max-width: 767px) {
    .atbs-review__inner {
        position: relative;
        padding-top: calc( 23.4680574vw) ;
    }

    .atbs-review__inner > *:not(:last-child) {
        margin-bottom: 3.259452411994785vw;
    }
    .atbs-review__overall-score {
        margin-top: -3.911342894393742vw;
    }

    .atbs-review__overall-score {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .atbs-review .post-score-circle--l {
        width: 5.215123859191656vw;
    }

    .atbs-review .post-score-circle--l .post-score-value {
        font-size: 2.857142857142857rem;
    }

    .atbs-review .atbs-review__product-name {
        font-size: 1.5714285714285714rem;
        line-height: 1.41;
    }
}
@media (max-width: 575px) {
    .atbs-review__inner {
        padding-top: calc( 31.3043478vw + 3.4782608695652173vw) ;
    }
}

@media (max-width: 480px) {
    .atbs-review__product .media-left {
        display: block;
        margin-bottom: 4.166666666666667vw;
        padding: 0;
    }

    .atbs-review__product-image {
        margin: 0 auto;
        width: 41.666666666666664vw;
    }

    .atbs-review__product-image.not-exist-img {
        padding-top: 200px;
    }

    .atbs-review__product .media-middle {
        text-align: center;
    }
}

/** Update Review Icon **/

.post-type-icon svg,
.post-score svg {
    fill: var(--color-primary);
}

.post-score-hexagon--xl .post-score-value {
    color: var(--color-text);
}

@media (min-width: 1200px) {
    .single-body .atbs-review:not(.atbs-review--aside) {
        margin-left: 0;
        margin-right: 0;
    }

    .post-score-hexagon--xl .post-score-value {
        font-size: 3rem;
    }
}
/* /review ----------------------- */
/*@end file 71*/
/* -----------------------theme-setting*/

html {

    font-size: calc(var(--html-font-size) * 1px);
}
.row {
    margin-right: -1.251042535446205vw;
    margin-left: -1.251042535446205vw;
}
.atbs-main-col {
    padding-left: 1.251042535446205vw;
    padding-right: 1.251042535446205vw;
}
.atbs-sub-col {
    padding-left: 1.251042535446205vw;
    padding-right: 1.251042535446205vw;
}

@media (min-width: 768px) {
    .atbs-main-col {
        width: 75%;
        padding-right: 1.251042535446205vw;
    }
    .atbs-sub-col {
        width: 25%;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 90.7142857143rem;
        max-width: 100%;
    }
    .container--narrow {
        max-width: 69.28571428571429rem;
    }
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
    .atbs-sub-col {
        width: 25%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .atbs-main-col {
        padding-right: 35px;
        padding-left: 15px;
    }
    .atbs-block--fullwidth {
        margin-bottom: 7.142857142857143rem;
    }
    .atbs-block--fullwidth:last-child{
        margin-bottom: 0;
    }
}
@media (max-width: 1680px) and (min-width: 1200px){
    html {
        /*font-size: calc(var(--html-font-size) * 1px - 2px);*/

    }
}
@media (max-width: 1366px) {
    .container {
        padding-right: 3.66032210835vw;
        padding-left: 3.66032210835vw;
    }
    .row {
        margin-right: -1.0980966325vw;
        margin-left: -1.0980966325vw;
    }
    .atbs-main-col {
        padding-right: 2.56222547584vw;
        padding-left: 1.0980966325vw;
    }
    .atbs-sub-col {
        padding-left: 1.0980966325vw;
        padding-right: 1.0980966325vw;
    }
}
@media (max-width: 1199px) {

    .container {
        width: 100%;
        /*padding-right: 1.251042535446205vw;*/
        /*padding-left: 1.251042535446205vw;*/
        padding-right: 3.33333333333vw;
        padding-left: 3.33333333333vw;

    }
    .post__text-inner {
        padding: 1.4285714285714286rem;
    }
}
@media(max-width:1199px) and (min-width:768px) {
    .atbs-block{
        margin-bottom: 8.340283569641368vw;
    }
    .atbs-block:last-child{
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .container,
    .atbs-main-col,
    .atbs-sub-col {
        /*padding-right: 1.251042535446205vw;*/
        /*padding-left: 1.251042535446205vw;*/
        padding-right: 1.9556714472vw;
        padding-left: 1.9556714472vw;
    }
    .row {
        margin-right: -1.9556714472vw;
        margin-left: -1.9556714472vw;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .atbs-sub-col {
        padding-top: 7.822685788787484vw;
    }
    .atbs-block {
        margin-bottom: 9.126466753585397vw;
    }
    .atbs-block:last-child{
        margin-bottom: 0;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    html {
        font-size: max(calc((var(--html-font-size) * 100 / 1199) * 1vw), 12px);
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    html {
        font-size: max(calc((var(--html-font-size) * 100 / 767) * 1vw), 12px);
    }
}

@media(max-width:575px) {
    html {
        font-size: max(calc((var(--html-font-size) * 100 / 575) * 1vw), 12px);
        font-size: calc(var(--html-font-size) * 1px - 1px);
    }

    .atbs-block{
        margin-bottom: 8.695652173913043vw;
    }
    .atbs-block:last-child{
        margin-bottom: 0;
    }
    .container,
    .atbs-main-col,
    .atbs-sub-col {
        padding-right: 2.60869565217vw;
        padding-left: 2.60869565217vw;
    }
    .row {
        margin-right: -2.60869565217vw;
        margin-left: -2.60869565217vw;
    }
}
@media (max-width: 480px) {
    .container,
    .atbs-main-col,
    .atbs-sub-col {
        padding-right: 3.125vw;
        padding-left: 3.125vw;
    }
    .row {
        margin-right: -3.125vw;
        margin-left: -3.125vw;
    }
    .atbs-block{
        margin-bottom: 10.4166666667vw;
    }
    html {
        font-size: max(calc(var(--html-font-size) * 100 / 480 * 1vw), 12px);
    }
}

@media(max-width:440px) {
    .atbs-block {
        margin-bottom: 11.3636363636vw;
    }
    html {
        font-size: max(calc(var(--html-font-size) * 100 / 440 * 1vw), 12px);
    }
}

@media(max-width:380px) {
    html {
        /* font-size: 3.1578947368421053vw; */
        font-size: max(calc(var(--html-font-size) * 100 / 380 * 1vw), 12px);
    }
    .container,
    .atbs-main-col,
    .atbs-sub-col {
        padding-right: 3.94736842105vw;
        padding-left: 3.94736842105vw;
    }
    .row {
        margin-right: -3.94736842105vw;
        margin-left: -3.94736842105vw;
    }
}
/* -----------------------theme-setting*/
/*@end file 72*/
/* Default dark-mode text: white ; inverse --> black text
 * If data-dark-mode="false" then text will be black ; inverse --> white text
 **/

/* =============================================================================
## DARK MODE
============================================================================= */

.atbs-dark-mode,
.atbs-dark-mode article[data-dark-mode="false"] .inverse-text {
    --color-contrast-100:       rgb(255, 255, 255);
    --color-contrast-80:        rgba(255, 255, 255, 0.8);
    --color-contrast-60:        rgba(255, 255, 255, 0.6);
    --color-contrast-50:        rgba(255, 255, 255, 0.5);
    --color-contrast-40:        rgba(255, 255, 255, 0.4);
    --color-contrast-30:        rgba(255, 255, 255, 0.3);
    --color-contrast-20:        rgba(255, 255, 255, 0.2);
    --color-contrast-10:        rgba(255, 255, 255, 0.1);
    --color-contrast-5:         rgba(255, 255, 255, 0.05);

    --color-heading-subtitle:   var(--color-contrast-40);
    --color-text:               var(--color-contrast-80);
    --color-cat:                var(--color-contrast-60);
    --color-excerpt:            var(--color-contrast-60);
    --color-meta:               rgba(255, 255, 255, 0.48);
    --color-links:              var(--color-text);
    --color-links-hover:        var(--color-primary);
    --color-border:             rgba(255, 255, 255, 0.13);
    --color-input-border:       var(--color-contrast-20);
    --color-input-border-focus: var(--color-contrast-40);

    --bg-dark-mode:             #222222;
    --bg-site:                  #222222;
    --bg-dark-mode-aside:       #2a2a2a;
    --bg-color-main:            #353535;
    --bg-color-thumb:           #555555;
}

/* ----------------------------------------------------------------
  Generals
-----------------------------------------------------------------*/

.atbs-dark-mode {
    color-scheme: dark;
    background-color: var(--bg-dark-mode);
    color: var(--color-contrast-80);
}

.atbs-dark-mode a:focus {
    outline-color: #eee;
}

.atbs-dark-mode code {
    background-color: var(--bg-dark-mode-aside);
    color: var(--color-contrast-80);
}

.atbs-dark-mode pre {
    background-color: var(--color-contrast-10);
    color: var(--color-contrast-80);
}

.atbs-dark-mode pre code {
    background-color: transparent;
}

.atbs-dark-mode tr {
    border-bottom-color: var(--color-contrast-10);
}

.atbs-dark-mode table th,
.atbs-dark-mode table td {
    border-color: var(--color-contrast-10);
}

.atbs-dark-mode hr {
    border-color: rgba(255, 255, 255, 0.05);
}

.atbs-dark-mode legend {
    color: var(--color-contrast-80);
    border-color: var(--color-border);
}

.atbs-dark-mode optgroup,
.atbs-dark-mode optgroup::before {
    color: white;
    background-color: #2a2a2a;
}

.atbs-dark-mode select,
.atbs-dark-mode option {
    background-color: var(--bg-dark-mode-aside);
    color: var(--color-text);
}

.atbs-dark-mode optgroup {
    background-color: var(--bg-dark-mode);
    color: var(--color-text);
}

.atbs-dark-mode input[type="date"],
.atbs-dark-mode input[type="time"],
.atbs-dark-mode input[type="datetime-local"],
.atbs-dark-mode input[type="week"],
.atbs-dark-mode input[type="month"],
.atbs-dark-mode input[list],
.atbs-dark-mode input[type="text"],
.atbs-dark-mode input[type="email"],
.atbs-dark-mode input[type="url"],
.atbs-dark-mode input[type="password"],
.atbs-dark-mode input[type="search"],
.atbs-dark-mode input[type="tel"],
.atbs-dark-mode input[type="number"],
.atbs-dark-mode textarea,
.atbs-dark-mode select {
    color: var(--color-contrast-80);
    background-color: var(--bg-dark-mode-aside);
    border-color: rgba(255, 255, 255, 0.1);
}
.atbs-dark-mode input[type="text"]{
    /*background-color: transparent;*/
}
.atbs-dark-mode input[type="date"]:focus,
.atbs-dark-mode input[type="time"]:focus,
.atbs-dark-mode input[type="datetime-local"]:focus,
.atbs-dark-mode input[type="week"]:focus,
.atbs-dark-mode input[type="month"]:focus,
.atbs-dark-mode input[list]:focus,
.atbs-dark-mode input[type="text"]:focus,
.atbs-dark-mode input[type="email"]:focus,
.atbs-dark-mode input[type="url"]:focus,
.atbs-dark-mode input[type="password"]:focus,
.atbs-dark-mode input[type="search"]:focus,
.atbs-dark-mode input[type="tel"]:focus,
.atbs-dark-mode input[type="number"]:focus,
.atbs-dark-mode textarea:focus,
.atbs-dark-mode select:focus {
    border-color: var(--color-primary);
}

.atbs-dark-mode input[type="button"]:not(.btn),
.atbs-dark-mode input[type="reset"]:not(.btn),
.atbs-dark-mode input[type="submit"]:not(.btn) {
    color: var(--color-contrast-80);
    background: var(--bg-dark-mode-aside);
    border: var(--bg-dark-mode-aside);
}

.atbs-dark-mode input[type="button"]:not(.btn):hover,
.atbs-dark-mode input[type="reset"]:not(.btn):hover,
.atbs-dark-mode input[type="submit"]:not(.btn):hover {
    background: var(--bg-dark-mode-aside);
    border: var(--color-border);
    opacity: 0.8;
}

.atbs-dark-mode input[type="checkbox"]:focus::before {
    border-color: var(--color-contrast-100);
    -webkit-box-shadow: 0 0 4px var(--color-contrast-100);
    box-shadow: 0 0 4px var(--color-contrast-100);
}

.atbs-dark-mode ::-webkit-input-placeholder { /* Modern Browsers */
    color: var(--color-contrast-40) !important;
    opacity: 1; /* Firefox */
}

.atbs-dark-mode ::-moz-placeholder { /* Modern Browsers */
    color: var(--color-contrast-40) !important;
    opacity: 1; /* Firefox */
}

.atbs-dark-mode :-ms-input-placeholder { /* Modern Browsers */
    color: var(--color-contrast-40) !important;
    opacity: 1; /* Firefox */
}

.atbs-dark-mode ::-ms-input-placeholder { /* Modern Browsers */
    color: var(--color-contrast-40) !important;
    opacity: 1; /* Firefox */
}

.atbs-dark-mode ::placeholder { /* Modern Browsers */
    color: var(--color-contrast-40) !important;
    opacity: 1; /* Firefox */
}

.atbs-dark-mode ::-webkit-input-placeholder { /* Chrome / Opera / Safari */
    color: var(--color-contrast-40) !important;
}

.atbs-dark-mode ::-moz-placeholder { /* Firefox 19+ */
    color: var(--color-contrast-40) !important;
}

.atbs-dark-mode :-ms-input-placeholder { /* IE 10+ */
    color: var(--color-contrast-40) !important;
}

.atbs-dark-mode :-moz-placeholder { /* Firefox 18- */
    color: var(--color-contrast-40) !important;
}

.atbs-dark-mode ::-webkit-calendar-picker-indicator {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.atbs-dark-mode input[list]::-webkit-calendar-picker-indicator {
    -webkit-filter: none;
    filter: none;
    color: #fff;
}

.atbs-dark-mode .btn,
.atbs-dark-mode .btn:hover,
.atbs-dark-mode .btn:focus,
.atbs-dark-mode .btn:active,
.atbs-dark-mode .btn:visited {
    border-color: var(--color-border);
}

.atbs-dark-mode input[type="submit"]:not(.btn),
.atbs-dark-mode input[type="submit"]:not(.btn):hover,
.atbs-dark-mode input[type="submit"]:not(.btn):focus {
    background-color: var(--bg-dark-mode-aside);
}

.atbs-dark-mode .btn-default,
.atbs-dark-mode .btn-default:hover,
.atbs-dark-mode .btn-default:focus,
.atbs-dark-mode .btn-default:active {
    background: var(--bg-dark-mode-aside);
}

.atbs-dark-mode .btn-default:hover,
.atbs-dark-mode .btn-default:focus,
.atbs-dark-mode .btn-default:active {
    opacity: 0.8;
}

.atbs-dark-mode .btn-primary,
.atbs-dark-mode .btn-primary:focus,
.atbs-dark-mode .btn-primary:focus,
.atbs-dark-mode .btn-primary:active,
.atbs-dark-mode .btn-primary:active:hover,
.atbs-dark-mode .btn-primary:active:focus {
    border-color: var(--color-primary);
    background-color: var(--color-primary);
    color: var(--color-white);
}

.atbs-dark-mode .btn-primary:hover {
    border-color: var(--color-primary);
    background-color: transparent;
    color: var(--color-primary);
}

/* Change Autocomplete styles in Chrome*/
.atbs-dark-mode input:-webkit-autofill,
.atbs-dark-mode input:-webkit-autofill:hover,
.atbs-dark-mode input:-webkit-autofill:focus,
.atbs-dark-mode textarea:-webkit-autofill,
.atbs-dark-mode textarea:-webkit-autofill:hover,
.atbs-dark-mode textarea:-webkit-autofill:focus,
.atbs-dark-mode select:-webkit-autofill,
.atbs-dark-mode select:-webkit-autofill:hover,
.atbs-dark-mode select:-webkit-autofill:focus {
    caret-color: #fff;
    color: #fff;
    border-color: var(--color-contrast-40) !important;
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px #222 inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

.atbs-dark-mode .screen-reader-text:focus {
    background: #555;
    color: #fff;
    border-color: var(--color-border);
    -webkit-box-shadow: 0 5px 20px rgb(255, 255, 255, .3), 0 6px 6px rgb(255, 255, 255, .5);
    box-shadow: 0 5px 20px rgb(255, 255, 255, .3), 0 6px 6px rgb(255, 255, 255, .5);
}

.atbs-dark-mode .btn-default.atbs-go-top {
    background: #555;
    color: var(--color-contrast-100);
}

/*.atbs-dark-mode img {
    filter: brightness(0.9);
}

.atbs-dark-mode .site-logo img {
    filter: none;
}*/

.atbs-dark-mode blockquote {
    border-left-color: #444;
}

.atbs-dark-mode figure figcaption {
    color: rgba(255, 255, 255, 0.6);
}

.atbs-dark-mode .bg-dark {
    background-color: var(--bg-dark-mode-aside);
}

.atbs-dark-mode [class*="list-seperated"] > *:not(:last-child) {
    border-color: var(--color-border);
}

.atbs-dark-mode .social-list > li > a,
.atbs-dark-mode .social-list--inline > li > a {
    color: var(--color-contrast-80);
}


.atbs-dark-mode .atbs-icon-close::before {
    background-color: #fff;
}

.atbs-dark-mode .post-type-icon.video-icon,
.atbs-dark-mode .post-type-icon.review-icon:not(.review-icon--style-1) {
    --color-text: #222;
    background-color: #eee;
}

.atbs-dark-mode .post-type-icon.review-icon.review-icon--style-1 {
    background-color: transparent;
}

.atbs-dark-mode .button-readmore-no-text i {
    color: rgba(255, 255, 255, 0.3);
    border-color: rgba(240, 240, 240, 0.3);
}

.atbs-dark-mode .button-readmore-no-text:hover i,
.atbs-dark-mode .button-readmore-no-text .button__readmore:focus i {
    color: #fff;
    border-color: var(--color-primary);
}

/* ----------------------------------------------------------------
  Components
-----------------------------------------------------------------*/

/*---- Headers ----*/

.atbs-dark-mode .site-header .background-img {
    display: none;
    background-image: none;
}

.atbs-dark-mode .atbs-offcanvas {
    background-color: var(--bg-dark-mode-aside);
}

.atbs-dark-mode .navigation--offcanvas .sub-menu {
    background: rgba(0, 0, 0, 0.1);
    border-top: 0.0714285714285714rem solid rgba(255,255,255,0.13);
}

.atbs-dark-mode .mobile-header,
.atbs-dark-mode .site-header {
    background: var(--bg-dark-mode) !important;
}

.atbs-dark-mode .top-bar__nav .navigation .sub-menu,
.atbs-dark-mode .atbs-mega-menu,
.atbs-dark-mode .navigation--main > li > .sub-menu,
.atbs-dark-mode .navigation--main li > .sub-menu .sub-menu {
    background-color: var(--bg-dark-mode-aside);
}

.atbs-dark-mode .sticky-header .navigation-bar,
.atbs-dark-mode .site-header .navigation-custom-bg-color,
.atbs-dark-mode .site-header .navigation-bar .navigation-custom-bg-color,
.atbs-dark-mode .site-header .navigation-bar .navigation-custom-bg-color__inner,
.atbs-dark-mode .top-bar--fullwidth,
.atbs-dark-mode .navigation-bar {
    background-color: var(--bg-dark-mode-aside) !important;
}

.atbs-dark-mode .sticky-header.is-fixed > .navigation-bar {
    background: var(--bg-dark-mode-aside) !important;
}

.atbs-dark-mode .atbs-mega-menu__inner > .sub-menu > li > a::before {
    background-color: var(--color-contrast-50);
}

.atbs-dark-mode .header-time time,
.atbs-dark-mode .top-bar__nav .navigation > li > a,
.atbs-dark-mode .top-bar__nav .navigation .sub-menu a,
.atbs-dark-mode .atbs-offcanvas-close .label-icon,
.atbs-dark-mode .atbs-offcanvas .atbs-offcanvas__title .atbs-offcanvas-close--wrap,
.atbs-dark-mode .atbs-offcanvas__section .bk-canvas-logout a,
.atbs-dark-mode .atbs-offcanvas__section .lwa-avatar > .bk-username a,
.atbs-dark-mode .site-header .navigation-bar-btn,
.atbs-dark-mode .sticky-header .navigation-bar-btn i,
.atbs-dark-mode .navigation--main > li > a,
.atbs-dark-mode .navigation--main .sub-menu a,
.atbs-dark-mode .navigation--offcanvas li>a,
.atbs-dark-mode .header-social .social-list > li > a ,
.atbs-dark-mode .mobile-header-btn {
    color: var(--color-contrast-80);
}

.atbs-dark-mode .atbs-mega-menu__inner > .sub-menu > li > a,
.atbs-dark-mode .navigation .sub-menu li:not(:last-child),
.atbs-dark-mode .atbs-offcanvas__section .lwa-avatar .bk-canvas-logout,
.atbs-dark-mode .atbs-offcanvas__section:not(:first-child) {
    border-color: var(--color-border);
}

.atbs-mega-menu .posts-list.atbs-megamenu-wrap > li:nth-child(5)::before {
    background-color: var(--color-border);
}

.atbs-dark-mode .atbs-mega-menu .sub-categories li .post__cat {
    color: var(--color-text) !important;
    border-color: var(--color-border);
}

.atbs-dark-mode .atbs-offcanvas .border-right {
    border-right-color: var(--color-border);
}

.atbs-dark-mode .sticky-header,
.atbs-dark-mode .mobile-header {
    -webkit-box-shadow: 0px 0px 2px 0px rgba(255, 255, 255, 0.03),
    0 1px 0 0 rgba(255, 255, 255, 0.04),
    0 -1px 0 0 rgba(255, 255, 255, 0.04);
    box-shadow: 0px 0px 2px 0px rgba(255, 255, 255, 0.03),
    0 1px 0 0 rgba(255, 255, 255, 0.04),
    0 -1px 0 0 rgba(255, 255, 255, 0.04);
}

.atbs-dark-mode .navigation--main > li > a::before {
    background-color: rgba(255, 255, 255, 0.8);
}

/** Logo **/

.text-center.atbs-logo img.atbs-img-logo {
    margin-left: auto;
    margin-right: auto;
}

#atbs-offcanvas-mobile .atbs-logo img.atbs-img-logo,
.atbs-logo img.atbs-img-logo {
    display: none;
}

#atbs-offcanvas-mobile .atbs-logo img.atbs-img-logo.active,
.atbs-logo img.atbs-img-logo.active {
    display: block;
}

#atbs-offcanvas-mobile .atbs-logo.logo-dark-mode-active img.atbs-img-logo,
.atbs-logo.logo-dark-mode-active img.atbs-img-logo {
    display: block;
}

#atbs-offcanvas-mobile .atbs-logo.logo-dark-mode-active img.atbs-img-logo.active,
.atbs-logo.logo-dark-mode-active img.atbs-img-logo.active {
    display: none;
}

#atbs-offcanvas-mobile .atbs-logo.logo-dark-mode-active.not-exist-img-logo img.atbs-img-logo.active,
.atbs-logo.logo-dark-mode-active.not-exist-img-logo img.atbs-img-logo.active {
    display: block;
}

#atbs-offcanvas-mobile .atbs-logo.logo-dark-mode-active.not-exist-img-logo img.atbs-img-logo,
.atbs-logo.logo-dark-mode-active.not-exist-img-logo img.atbs-img-logo {
    display: none;
}

@media (max-width: 767px) {
    .site-footer .atbs-logo img.atbs-img-logo {
        margin-left: auto;
        margin-right: auto;
    }
}

/*.atbs-dark-mode .navigation-bar--inverse .navigation--main > li > a::before {
    background: #fff;
}*/

/** Theme Switch **/

.atbs-dark-mode .atbs-offcanvas-close {
    border-color: var(--color-border);
    color: rgba(255, 255, 255, 0.8) !important;
}

/** Header Styles **/

/*.header-1 .atbs-dark-mode .header-main,*/
.header-default .atbs-dark-mode .header-main,
{
    background: var(--bg-dark-mode-aside);
}
.header-2 .atbs-dark-mode .header-main,
.header-1 .atbs-dark-mode .header-main {
    background: var(--bg-dark-mode);
}

/** LWA **/

.atbs-dark-mode .bk-lwa-profile .bk-user-data a,
.atbs-dark-mode .bk-lwa-profile .bk-user-data a:visited,
.atbs-dark-mode .bk-lwa-profile .bk-user-data a:focus,
.atbs-dark-mode .bk-lwa-profile .bk-user-data a:hover,
.atbs-dark-mode .bk-lwa-profile .bk-user-data a:focus,
.atbs-dark-mode .bk-lwa-profile.bk-profile-custom .bk-user-item a {
    color: var(--color-contrast-80);
}

.atbs-dark-mode .bk-lwa-profile.bk-profile-custom .bk-user-item:not(:last-child),
.atbs-dark-mode .bk-lwa-profile .profile-author-wrap {
    border-color: var(--color-border);
}

/** Header Search **/

.atbs-dark-mode .atbs-search-panel .search-form__input {
    background-color: transparent;
}

/** Modals **/

.atbs-dark-mode .modal-content {
    background-color: var(--bg-dark-mode-aside);
    color: #fff;
}

.atbs-dark-mode .login-modal .modal-title .nav-tabs a,
.atbs-dark-mode .login-modal .modal-title .nav-tabs li.active a,
.atbs-dark-mode .login-modal .modal-title .nav-tabs a:hover,
.atbs-dark-mode .login-modal .modal-title .nav-tabs a:focus {
    color: var(--color-contrast-80);
}

/*---- Footers ----*/

.atbs-dark-mode .site-footer .atbs-widget-subscribe .subscribe-form,
.atbs-dark-mode .site-footer .mejs-container,
.atbs-dark-mode .site-footer .mejs-container .mejs-controls,
.atbs-dark-mode .site-footer .mejs-embed,
.atbs-dark-mode .site-footer .mejs-embed body,
.atbs-dark-mode .site-footer input[type="submit"]:not(.btn),
.atbs-dark-mode .site-footer input[type="submit"]:not(.btn):hover,
.atbs-dark-mode .site-footer input[type="submit"]:not(.btn):focus {
    background-color: var(--bg-dark-mode);
}

.atbs-dark-mode .site-footer,
.atbs-dark-mode .footer-3.site-footer,
.atbs-dark-mode .footer-5.site-footer,
.atbs-dark-mode .footer-6.site-footer,
.atbs-dark-mode .gradient-5,
.atbs-dark-mode .site-footer.footer-6 .site-footer__section:first-child,
.atbs-dark-mode .site-footer.footer-7 .site-footer__section:first-child,
.atbs-dark-mode .site-footer.footer-8 .site-footer__section:first-child {
    background: var(--bg-dark-mode-aside) !important;
}
.atbs-dark-mode .site-footer__section--flex .site-footer__section-right a,
.atbs-dark-mode .site-footer,
.atbs-dark-mode .navigation--footer > li > a,
.atbs-dark-mode .footer-author {
    color: var(--color-contrast-80);
}

.atbs-dark-mode .site-footer .site-logo a {
    color: var(--color-contrast-60);
}

.atbs-dark-mode .site-footer__section--bordered,
.atbs-dark-mode .site-footer__section--bordered-inner .site-footer__section-inner {
    border-color: var(--color-border);
}
.atbs-dark-mode .site-footer__section--flex .site-footer__section-right a:hover,
.atbs-dark-mode .site-footer__section--flex .site-footer__section-right a:focus {
    color: var(--color-links-hover);
}

.atbs-dark-mode .site-footer .social-list > li > a:hover,
.atbs-dark-mode .site-footer .social-list > li > a:focus {
    color: var(--color-links-hover);
}

/*---- Headings ----*/

.atbs-dark-mode .atbs-heading h4 {
    color: #e4e6e817;
}

.atbs-dark-mode .block-heading {
    --color-heading: var(--color-contrast-80) !important;
}

.atbs-dark-mode .block-heading__subtitle {
    color: var(--color-contrast-60);
}

.atbs-dark-mode .block-heading__title {
    color: var(--color-contrast-80);
}

.atbs-dark-mode .block-heading .page-heading__subtitle {
    color: var(--color-contrast-60) !important;
}

/** Heading Styles **/

.atbs-dark-mode .atbs-block .page-heading::after,
.atbs-dark-mode .module-heading::after {
    background: currentColor;
}

.atbs-dark-mode .block-heading.heading-style-1::before {
    background-color: rgba(255, 255, 255, 0.2);
}

.atbs-dark-mode .atbs-block .page-heading::after,
.atbs-dark-mode .module-heading::after {
    background: var(--color-contrast-80);
}

.atbs-dark-mode .block-heading.heading-style-1::after {
    border-color: rgba(255, 255, 255, 0.8) !important;
}

.atbs-dark-mode .block-heading--line.block-heading::after,
.atbs-dark-mode .block-heading--line-under.block-heading {
    border-color: var(--bg-dark-mode-aside) !important;
}

.atbs-dark-mode .widget__title.block-heading.heading-style-5::after,
.atbs-dark-mode .widget__title.block-heading.heading-style-5::before {
    background: var(--bg-dark-mode-aside) !important;
}

/*---- Modules ----*/

.atbs-dark-mode .set-module-background {
    background-color: var(--bg-dark-mode-aside);
}

.atbs-dark-mode .atbs-post--grid-a.atbs-block--has-bg .atbs-block__inner::before,
.atbs-dark-mode .atbs-post--grid-a.atbs-block--has-bg.atbs-block--has-heading .container:nth-child(1)::before,
.atbs-dark-mode .atbs-post--grid-d.atbs-block--has-bg .post-sub::before,
.atbs-dark-mode .atbs-post--grid-o.atbs-block--has-bg .atbs-block__inner::after {
    background-color: var(--bg-dark-mode-aside);
}

.atbs-dark-mode .atbs-post--grid-o .posts-list .list-item:nth-child(2) {
    background-color: #eee;
}

.atbs-dark-mode .atbs-post--grid-b .atbs-carousel .owl-next,
.atbs-dark-mode .atbs-post--grid-b .atbs-carousel .owl-prev {
    color: var(--color-contrast-30);
}

.atbs-post--grid-b .atbs-carousel .owl-next:hover,
.atbs-post--grid-b .atbs-carousel .owl-prev:hover {
    color: var(--color-primary);
}

.atbs-post--grid-b .atbs-carousel .owl-next:focus-visible,
.atbs-post--grid-b .atbs-carousel .owl-prev:focus-visible {
    color: var(--color-primary);
}


.atbs-post--grid-b .atbs-carousel .owl-next:-moz-focusring,
.atbs-post--grid-b .atbs-carousel .owl-prev:-moz-focusring {
    color: var(--color-primary);
}

.atbs-dark-mode .atbs-post--grid-g .post-sub .posts-navigation__label {
    opacity: 1;
}


.atbs-dark-mode .atbs-featured-module-3 .post--vertical-hover:not(:hover)::before {
    background-color: var(--bg-dark-mode);
}
/** Post **/

/* Default dark-mode text: white ; inverse --> black text
 * If data-dark-mode="false" then text will be black ; inverse --> white text
 **/

.atbs-dark-mode article[data-dark-mode="false"],
.atbs-dark-mode article[data-dark-mode="true"] .inverse-text {
    --color-text:                    #222222;
    --color-cat:                     #a1855a;
    --color-excerpt:                 var(--color-text-gray);
    --color-meta:                    rgba(0, 0, 0, .48);
    --color-border:                  rgba(19, 19, 19, .1);
    --color-links:                   var(--color-primary);
    --color-links-hover:             var(--color-primary);
}

.atbs-dark-mode article[data-dark-mode="true"] .post__cat.cat-theme {
    color: var(--color-text) !important;
}

.atbs-dark-mode .atbs-post--grid-h.atbs-block--has-bg,
.atbs-dark-mode .atbs-post--grid-g.atbs-block--has-bg .post-main::before {
    background-color: var(--bg-dark-mode-aside);
}

.atbs-dark-mode .atbs-post--grid-h .post--horizontal-not-middle .post__readmore .button__readmore {
    color: var(--color-text);
}

/** Carousel **/

.atbs-dark-mode .owl-dot span {
    background: rgba(255, 255, 255, 0.2);
}

.atbs-dark-mode .nav-circle .owl-prev:not(:hover):not(:focus):not(:active),
.atbs-dark-mode .nav-circle .owl-next:not(:hover):not(:focus):not(:active),
.atbs-dark-mode .atbs-feature-slider-c .owl-carousel .owl-prev:not(:hover):not(:focus):not(:active),
.atbs-dark-mode .atbs-feature-slider-c .owl-carousel .owl-next:not(:hover):not(:focus):not(:active) {
    background-color: #eee;
}

/** Pagination **/

.atbs-dark-mode .atbs-btn-load-post {
    color: var(--color-contrast-80);
}

.atbs-dark-mode .atbs-btn-load-post:focus {
    -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
}

.atbs-dark-mode .atbs-pagination a.read-more-link {
    color: var(--color-contrast-80);
}

.atbs-dark-mode .atbs-pagination--next-n-prev .atbs-pagination__label {
    color: var(--color-contrast-80);
}

/*---- Widgets ----*/
.atbs-widget-indexed-posts-2 .posts-list > li .post__title::after,
.atbs-dark-mode .widget_search .search-form__submit,
.atbs-dark-mode .widget_recent_comments .recentcomments,
.atbs-dark-mode .widget_recent_comments .recentcomments > a,
.atbs-dark-mode .atbs-widget-subscribe h4,
.atbs-dark-mode .mc4wp-form-fields,
.atbs-dark-mode .widget_loginwithajaxwidget,
.atbs-dark-mode .widget_rss .rssSummary,
.atbs-dark-mode .widget_rss .rss-date,
.atbs-dark-mode .widget_rss a.rsswidget,
.atbs-dark-mode .lwa-info a,
.atbs-dark-mode .apsl-widget,
.atbs-dark-mode .widget_nav_menu li > a,
.atbs-dark-mode .widget_text,
.atbs-dark-mode .widget_rss,
.atbs-dark-mode .widget_archive li,
.atbs-dark-mode .widget_archive li > a,
.atbs-dark-mode .widget_categories li,
.atbs-dark-mode .widget_categories li > a,
.atbs-dark-mode .widget_pages li,
.atbs-dark-mode .widget_pages li > a,
.atbs-dark-mode .widget_recent_entries li,
.atbs-dark-mode .widget_recent_entries li > a,
.atbs-dark-mode .widget_calendar table,
.atbs-dark-mode .widget_calendar td a,
.atbs-dark-mode .widget_meta li,
.atbs-dark-mode .widget_meta li > a {
    color: var(--color-text);
}

.atbs-dark-mode .widget_recent_comments .recentcomments > a:hover,
.atbs-dark-mode .widget_rss a.rsswidget:hover,
.atbs-dark-mode .lwa-info a:hover,
.atbs-dark-mode .widget_nav_menu li > a:hover,
.atbs-dark-mode .widget_archive li > a:hover,
.atbs-dark-mode .widget_categories li > a:hover,
.atbs-dark-mode .widget_pages li > a:hover,
.atbs-dark-mode .widget_recent_entries li > a:hover,
.atbs-dark-mode .widget_calendar td a:hover,
.atbs-dark-mode .widget_meta li > a:hover,
.atbs-dark-mode .widget_recent_comments .recentcomments > a:focus,
.atbs-dark-mode .widget_rss a.rsswidget:focus,
.atbs-dark-mode .lwa-info a:focus,
.atbs-dark-mode .widget_nav_menu li > a:focus,
.atbs-dark-mode .widget_archive li > a:focus,
.atbs-dark-mode .widget_categories li > a:focus,
.atbs-dark-mode .widget_pages li > a:focus,
.atbs-dark-mode .widget_recent_entries li > a:focus,
.atbs-dark-mode .widget_calendar td a:focus,
.atbs-dark-mode .widget_meta li > a:focus {
    color: var(--color-links-hover);
}


.atbs-dark-mode .widget .widget__title .widget__title-text {
    color: var(--color-contrast-80);
}

.atbs-dark-mode .widget_loginwithajaxwidget .lwa-links-remember,
.atbs-dark-mode .apsl-widget .user-login a {
    color: var(--color-contrast-60);
}

.atbs-dark-mode .widget_calendar thead {
    background-color: var(--bg-dark-mode);
}

.atbs-dark-mode .mejs-container,
.atbs-dark-mode .mejs-container .mejs-controls,
.atbs-dark-mode .mejs-embed,
.atbs-dark-mode .mejs-embed body {
    background-color: var(--bg-dark-mode-aside);
}

.atbs-dark-mode #calendar_wrap {
    background: transparent;
}

.atbs-dark-mode .widget_loginwithajaxwidget tr {
    border-bottom: none;
}

.atbs-dark-mode .widget_calendar table,
.atbs-dark-mode #calendar_wrap {
    border-color: var(--color-border);
}

.atbs-dark-mode .widget_rss li,
.atbs-dark-mode .widget_recent_comments .recentcomments > a {
    border-color: var(--color-contrast-5);
}

.atbs-dark-mode .bk-account-info {
    background-color: var(--bg-dark-mode);
    border-color: var(--color-contrast-20);
}

.atbs-dark-mode .tagcloud a {
    color: var(--color-contrast-80);
    background: var(--bg-dark-mode-aside);
    border-color: var(--color-contrast-20);
}

.atbs-dark-mode .tagcloud a:hover,
.atbs-dark-mode .tagcloud a:focus {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
    outline: none;
}
.atbs-dark-mode .wp-calendar-nav a {
    color: var(--color-contrast-80);
}
/**/

/*---- Singles ----*/

.atbs-dark-mode .single-entry--billboard-overlap-title .has-post-thumbnail {
    background-color: var(--bg-dark-mode);
}

.atbs-dark-mode .single-entry--billboard-overlap-title .single-header--has-background,
.atbs-dark-mode .single-entry--billboard-overlap-title .single-header,
.atbs-dark-mode .single-entry--template-4-alt .single-header-with-bg,
.atbs-dark-mode .single-entry--template-4 .single-header-with-bg {
    background: var(--bg-dark-mode-aside) !important;
}
.atbs-dark-mode .single-entry--template-4-alt .single-header-with-bg {
    background-color: #3f3e3e;
}

.single-post .atbs-dark-mode .comment-form .form-submit input[type="submit"] {
    color: var(--color-contrast-80);
    background-color: var(--color-primary);
}
.single-post .atbs-dark-mode .comment-form .form-submit input[type="submit"]:hover,
.single-post .atbs-dark-mode .comment-form .form-submit input[type="submit"]:focus {
    color: var(--color-contrast-100);
}

.atbs-dark-mode .single-entry .single-header:not(.inverse-text) .entry-cat:hover,
.atbs-dark-mode .single-entry .single-header:not(.inverse-text) .entry-cat:focus {
    color: #fff !important;
}

.atbs-dark-mode .typography-copy h5,
.atbs-dark-mode .typography-copy .h5,
.atbs-dark-mode .comment-content h5,
.atbs-dark-mode .comment-content .h5 {
    color: var(--color-contrast-80);
}

.atbs-dark-mode .entry-cat,
.atbs-dark-mode a.entry-cat,
.atbs-dark-mode .entry-title,
.atbs-dark-mode .single-body,
.atbs-dark-mode .single-content,
.atbs-dark-mode .typography-copy,
.atbs-dark-mode .comment-content,
.atbs-dark-mode .comment-respond {
    color: var(--color-contrast-80) !important;
}

.atbs-dark-mode .entry-teaser,
.atbs-dark-mode .author__text {
    color: var(--color-contrast-60);
}
.atbs-dark-mode .scroll-count-percent .percent-number {
    color: var(--color-contrast-100);
}
.typography-copy blockquote,
.comment-content blockquote {
    color: var(--color-contrast-60);
}

.atbs-dark-mode .typography-copy blockquote::before,
.atbs-dark-mode .comment-content blockquote::before {
    color: #888;
}

.single-post .atbs-dark-mode .entry-tags ul li a {
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.single-post .atbs-dark-mode .entry-tags ul li a:hover,
.single-post .atbs-dark-mode .entry-tags ul li a:focus {
    border-color: #17282d;
}

.atbs-dark-mode .social-share ul li a svg {
    border-color: var(--color-border);
}

/** Gallery **/

.atbs-dark-mode .atbs-gallery-slider .fotorama__thumb-border,
.atbs-dark-mode .fotorama__dot {
    border-color: var(--color-contrast-80);
}

.atbs-dark-mode .post-gallery-slider.gallery-4 .gallery-thumb {
    border-color: transparent;
}

.atbs-dark-mode .post-gallery-slider.gallery-4 .owl-next,
.atbs-dark-mode .post-gallery-slider.gallery-4 .owl-prev {
    background: #444;
}

/** ATBS Review **/

.atbs-dark-mode .atbs-review__inner {
    color: var(--color-contrast-80);
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: var(--bg-dark-mode-aside);
}

.atbs-dark-mode .atbs-review__pros-and-cons .atbs-review__list-title,
.atbs-dark-mode .atbs-review__product-byline {
    color: var(--color-contrast-80);
}

/** Single Footer **/

.atbs-dark-mode .entry-tags ul > li > a,
.atbs-dark-mode .single-footer .comments-count,
.atbs-dark-mode .single-footer .view-count {
    color: var(--color-contrast-100);
}

.atbs-dark-mode .post--single .entry-footer {
    color: var(--color-contrast-80);
}

.atbs-dark-mode .post--single .entry-footer {
    border-color: var(--color-border);
}

/** ATBS Reaction **/

.atbs-dark-mode .atbs-reaction-name,
.atbs-dark-mode .atbs-reactions-title {
    color: var(--color-contrast-80);
}

/** Post Navigation **/

.atbs-dark-mode .posts-navigation {
    border-color: var(--color-border);
}

.single-post .atbs-dark-mode .posts-navigation .posts-nav__label a,
.atbs-dark-mode .posts-navigation .navigation-button {
    color: var(--color-contrast-80);
}

.single-post .atbs-dark-mode .posts-navigation .posts-nav__label a:hover,
.single-post .atbs-dark-mode .posts-navigation .posts-nav__label a:focus,
.atbs-dark-mode .posts-navigation .post__title,
.atbs-dark-mode .posts-navigation .posts-navigation__label span {
    color: var(--color-contrast-100);
}
.atbs-dark-mode  .posts-navigation-style-1 .posts-navigation__label {
    opacity: 1;
}
.atbs-dark-mode .single-entry-wrap .posts-navigation::before {
    background-color: var(--color-border);
}

/** Author Box **/

.single .atbs-dark-mode .author-box {
    border-color: var(--color-border);
}

.atbs-dark-mode .author-box .author-avatar {
    background: var(--color-contrast-60);
    border-color: var(--color-contrast-60);
}

.atbs-dark-mode .author-box .author-name a:hover,
.atbs-dark-mode .author-box .author-name a:focus {
    color: var(--color-contrast-100);
}

.atbs-dark-mode .author-box .author-name a {
    color: var(--color-contrast-80);
}

.atbs-dark-mode .atbs-about .about_information p {
    color: var(--color-contrast-40);
}

.atbs-dark-mode .author-box .author-bio,
.atbs-dark-mode .author-box .author-info a,
.atbs-dark-mode .author-box .author-bio a {
    color: var(--color-contrast-60) !important;
}

.atbs-dark-mode .author-box .author-social a {
    color: var(--color-meta);
}

/** Comments **/

.atbs-dark-mode .comment-metadata .comment-edit-link::before,
.atbs-dark-mode .comment-metadata::before,
.atbs-dark-mode .comment-reply-link::before,
.atbs-dark-mode .comment-reply-link,
.atbs-dark-mode .comment-metadata a,
.single .atbs-dark-mode .comments-title,
.atbs-dark-mode .page .comments-title,
.atbs-dark-mode .comment-list {
    color: var(--color-contrast-80);
}

.atbs-dark-mode .comments-section,
.atbs-dark-mode .comment-list ol.children > li,
.atbs-dark-mode .comment-list > li:not(:first-child) {
    border-color: var(--color-border);
}

/*---- Pages ----*/

.atbs-dark-mode .page-heading--has-background {
    background-color: var(--bg-dark-mode);
    -webkit-box-shadow: 0px 0px 2px 0px rgba(255, 255, 255, 0.03), 0 1px 0 0 rgba(255, 255, 255, 0.04), 0 -1px 0 0 rgba(255, 255, 255, 0.04);
    box-shadow: 0px 0px 2px 0px rgba(255, 255, 255, 0.03), 0 1px 0 0 rgba(255, 255, 255, 0.04), 0 -1px 0 0 rgba(255, 255, 255, 0.04);
}

/** Page 404 **/

.atbs-dark-mode .atbs-404-block h1,
.atbs-dark-mode .page-404__backhome {
    color: var(--color-contrast-80);
}

.atbs-dark-mode .atbs-404-block p {
    color: var(--color-contrast-60);
}

.atbs-dark-mode .page-404__backhome:hover,
.atbs-dark-mode .page-404__backhome:focus {
    color: var(--color-contrast-100);
}

/** Page Author **/

.atbs-dark-mode .page_Author .author-box {
    background-color: var(--bg-dark-mode);
    color: #fff;
}

/*---- Theme Color ----*/

/*---- WP Core ----*/

.atbs-dark-mode .wp-caption .wp-caption-text,
.atbs-dark-mode .wp-caption-dd {
    color: var(--color-meta);
    border-color: var(--color-border);
}

.atbs-dark-mode article[data-dark-mode="true"] .post-author__name,
.atbs-dark-mode article[data-dark-mode="true"] a.post-author__name,
.atbs-dark-mode article[data-dark-mode="true"] .post__excerpt,
.atbs-dark-mode article[data-dark-mode="true"] .post-author__socials a,
    /* .atbs-dark-mode article[data-dark-mode="true"] time.time, */
.atbs-dark-mode article[data-dark-mode="true"] .comment-count a,
.atbs-dark-mode article[data-dark-mode="true"] .view-count,
.atbs-dark-mode article[data-dark-mode="true"] .list-index,
.atbs-dark-mode .single-header-featured a.entry-author__name {
    color: var(--color-contrast-60);
}

.atbs-dark-mode article[data-dark-mode="true"] .post__text:not(.text-color-black) a.post__cat {
    color: #fff !important;
}


/*Module Theme Setting*/

.atbs-dark-mode article[data-dark-mode="true"] .post__title {
    color: var(--color-contrast-100);
}

.atbs-dark-mode .bg-title a {
    /* background-color: #2A2A2A;
    box-shadow: 0px 0px 0 0.5rem #2A2A2A; */
}


/*atbs-featured-module 3*/

.atbs-dark-mode .post--horizontal-has-author[data-dark-mode="true"] .post__text {
    background-color: var(--bg-dark-mode-aside);
}

.atbs-dark-mode .post--vertical-hover[data-dark-mode="true"]::before {
    background-color: var(--bg-dark-mode-aside);
}

.atbs-dark-mode  .atbs-featured-module-10 .post--vertical-hover:not(:hover) {
    background-color:  var(--bg-dark-mode-aside);
}

/*atbs-featured-module 4*/

.atbs-dark-mode .atbs-featured-module-5 .section-sub {
    background-color: var(--bg-dark-mode-aside);
}


/*--------------------------------------------------------------------*/


/*atbs-featured-module 2*/

.atbs-dark-mode .atbs-featured-module-2 .section-sub {
    background-color: var(--bg-dark-mode-aside);
}


/*atbs-featured-module 4*/

.atbs-dark-mode .post--vertical-hover[data-dark-mode="true"]:hover::before {
    background-color: var(--color-primary);
}


/*atbs-featured-module 8*/

.atbs-dark-mode .posts-list.has-background-17 {
    background-color: var(--bg-dark-mode-aside);
}


/*atbs-featured-module 10*/

.atbs-dark-mode .atbs-featured-module-10 .post--vertical-hover {
    background-color: var(--bg-dark-mode-aside);
}

.atbs-dark-mode .atbs-featured-module-10 .post--vertical-hover:hover {
    background-color: var(--color-primary);
}


/*atbs-featured-module 13*/

.atbs-dark-mode .atbs-featured-module-13 .post--horizontal-hover-bg-black[data-dark-mode="true"] {
    background-color: var(--bg-dark-mode-aside);
}

.atbs-dark-mode .atbs-featured-module-13 .post--horizontal-hover:hover {
    background-color: var(--color-primary);
}


/*atbs-featured-module 16*/

.atbs-dark-mode .post--horizontal-has-author.post--horizontal-has-author-no-bg[data-dark-mode="true"] .post__text {
    background-color: var(--bg-dark-mode-aside);
}
/*atbs-featured-module 17*/

/*.atbs-dark-mode .atbs-featured-module-17 .section-main::before {
    background-color: var(--bg-dark-mode-aside);
}*/

/*.atbs-dark-mode .atbs-featured-module-17 .section-main::after {
    background-color: var(--bg-dark-mode-aside);
}
*/
.atbs-dark-mode .post--no-thumb-seperate-bottom .post__title {
    color: var(--color-contrast-100);
}
/*.atbs-dark-mode .atbs-featured-module-17 .section-main a.post__cat-style,
.atbs-dark-mode .atbs-featured-module-17 .content-group-style-1 {
    border-color: rgba(255,255,255,0.13);
}*/
.atbs-dark-mode .atbs-featured-module-17 .post__meta a.post-author__name {
    color: var(--color-contrast-60);
}

/*.atbs-dark-mode .atbs-featured-module-17 .section-main {
    background-color: var(--bg-dark-mode-aside);
}*/
/*atbs-featured-module 20*/

.atbs-dark-mode .post--horizontal-has-author-no-bg.post--horizontal-has-author[data-dark-mode="true"] .post__text {
    background-color: transparent;
}

.atbs-dark-mode .atbs-featured-module-20 .carousel-long-nav::after {
    background-color: var(--bg-dark-mode-aside);
}


/*atbs-posts--listing-grid-has-sidebar-1*/

.atbs-dark-mode .post--horizontal-has-author.post--horizontal-has-readmore[data-dark-mode="true"] .post__text {
    background-color: transparent;
}


/*atbs-posts--listing-grid-has-sidebar-3*/

.atbs-dark-mode .post--vertical-has-bg[data-dark-mode="false"] .post__text {
    background-color: var(--bg-dark-mode-aside);
}

.atbs-dark-mode .post--vertical-has-bg[data-dark-mode="false"] .post__thumb::after {
    background-color: var(--bg-dark-mode-aside);
}


/*widget-categories-1*/

.atbs-dark-mode .widget-categories-1 .cats-list li>a {
    color: var(--color-contrast-100);
}

.atbs-dark-mode .cats-list .cat-item>a span {
    color: var(--color-contrast-100);
}


.atbs-dark-mode .cats-list .cat-item:hover>a span {
    color: var(--color-primary);
}

.atbs-dark-mode .cats-list .cat-item:hover>a {
    color: var(--color-primary);
}
/*atbs-featured-module 3*/

.atbs-dark-mode .post--horizontal-has-author[data-dark-mode="true"] .post__text {
    background-color: var(--bg-dark-mode-aside);
}

.atbs-dark-mode .post--vertical-hover[data-dark-mode="true"]::before {
    background-color: var(--bg-dark-mode-aside);
}

.atbs-dark-mode .post--vertical-hover[data-dark-mode="true"]:hover::before {
    background-color: var(--color-primary);
}

/*atbs-featured-module 3*/

.atbs-dark-mode .atbs-featured-module-5 .section-sub {
    background-color: var(--bg-dark-mode-aside);
}
/*atbs-featured-module 1*/
.atbs-dark-mode  .atbs-featured-module-1 {
    background-color: var(--bg-dark-mode-aside);
}
/*atbs-featured-module 9*/
.atbs-dark-mode .atbs-featured-module-9 {
    background-color: var(--bg-dark-mode-aside);
}

/* .atbs-posts-block-main-col-1 */
.atbs-dark-mode .atbs-posts-block-main-col-1 .section-sub {
    background-color: var(--bg-dark-mode-aside);
}
/* .atbs-posts-block-main-col-3 */
.atbs-dark-mode .post--no-thumb-seperate-meta .post__text {
    background-color: var(--bg-dark-mode-aside);
}
.atbs-dark-mode .atbs-posts-block-main-col-3 .section-sub .post-sub {
    background-color: var(--bg-dark-mode-aside);
}
/* atbs-posts--listing-grid-has-sidebar-2 */
.atbs-dark-mode  .atbs-pagination-style-1 .atbs-pagination__links .atbs-pagination__item {
    color: var(--color-links);
}
/* module 14 */
.atbs-dark-mode .atbs-featured-module-14 .owl-carousel .owl-item.active_current .post::after {
    background-color: var(--bg-dark-mode-aside);
}
/* .atbs-featured-module-15 */
.atbs-dark-mode .atbs-featured-module-15 .post--horizontal-featured-a[data-dark-mode="false"] .post__meta a.post-author__name {
    color: var(--color-contrast-60);
}
.atbs-dark-mode .atbs-featured-module-15 .section-sub::before{
    background-color: var(--color-border);
}
/* posts--listing-list-no-sidebar-2 */

.atbs-dark-mode .post__meta--has-author-style-3.post__meta .post-author__text::after,
.atbs-dark-mode .post__meta--has-author-style-3.post__meta .post-author__text::before {
    background-color: var(--color-contrast-60);
}
.atbs-dark-mode .post--vertical-special[data-dark-mode="false"] .post__meta--has-author-style-3.post__meta a.post-author__name {
    color: var(--color-contrast-60);
}

/*single-1*/

.atbs-dark-mode .scroll-count-percent .progress__meter{
    stroke: var(--color-border);
    fill: var(--bg-dark-mode);
}

.atbs-dark-mode .single-header .entry-title {
    color: var(--color-contrast-100) !important;
}

.atbs-dark-mode .author-box .author-name a {
    color: var(--color-contrast-100);
}

.atbs-dark-mode .author-box .author-box__text>span {
    color: var(--color-contrast-80);
}

.atbs-dark-mode .single-header .entry-teaser {
    color: var(--color-contrast-80);
}

.atbs-dark-mode .single-header-featured>.entry-group:nth-child(2) {
    border-top-color: var(--color-border);
}

.atbs-dark-mode .list-item-style-word li .sharing-btn {
    border-color:var(--color-border);
}

.atbs-dark-mode .entry-categories-style-1 ul li .entry-cat {
    border-color:var(--color-border);
}

.atbs-dark-mode .posts-navigation-style-1 {
    border-top-color: var(--color-border);
}
.atbs-dark-mode .posts-navigation__prev{
    border-right-color: var(--color-border);
}
.atbs-dark-mode .posts-navigation-style-1::after{
    background-color: var(--color-border);
}


/*single-3*/

.atbs-dark-mode .single-header-3 .entry-wrap-content::after {
    background-color: var(--bg-dark-mode-aside);
}
.atbs-dark-mode article[data-dark-mode="true"] .post__title {
    color: var(--color-contrast-100);
}
.atbs-dark-mode .atbs-pagination-style-1 .load-more-btn {
    background-color: var(--color-primary);
}


/* single-2 */
/*.atbs-dark-mode .post-author .post-author__name,
.atbs-dark-mode .entry-author__name,
.atbs-dark-mode a.entry-author__name,
.atbs-dark-mode .single-header .entry-author a {
    color: #999;
}*/
.atbs-dark-mode .single-header-2 .single-entry-thumb::after {
    background-color: var(--bg-dark-mode-aside);
}
.atbs-dark-mode .entry-line::after {
    background-color: var(--color-border);
}
.atbs-dark-mode .atbs-megamenu-style-2-wrap .sub-categories li.is-active a,
.atbs-dark-mode .atbs-megamenu-style-2-wrap .sub-categories a:hover,
.atbs-dark-mode .atbs-megamenu-style-2-wrap .sub-categories a:focus,
.atbs-dark-mode .atbs-mega-menu__inner > .sub-menu > li > a {
    color: var(--color-primary) !important;
}
/* footer 1*/
.atbs-dark-mode .site-footer.site-footer--inverse {
    background-color: var(--bg-dark-mode-aside);
}
.header-1 .atbs-dark-mode .header-search input[type="text"] {
    background-color: var( --bg-dark-mode);
    border-color: var( --bg-dark-mode);
}
.atbs-dark-mode .navigation--footer > li a:hover,
.atbs-dark-mode .navigation--footer > li a:focus,
.atbs-dark-mode .navigation--footer > li a:active {
    color: var(--color-primary);
}
/* header */
.atbs-dark-mode .atbs-megamenu-style-2-wrap .sub-categories,
.atbs-dark-mode .atbs-mega-menu,
.atbs-dark-mode .atbs-megamenu-style-1,
.atbs-dark-mode .atbs-megamenu-style-1 .posts-list-sub-wrap {
    border-color: var(--color-border);
}
.atbs-dark-mode .atbs-posts-block-main-col-7 .section-main .post-sub::after,
.atbs-dark-mode .atbs-megamenu-style-1 .posts-list-sub-wrap .list-item:nth-child(3n + 1):not(:first-child):after,
.atbs-dark-mode .atbs-megamenu-style-1 .posts-list-sub-wrap .list-item:not(:nth-child(3n)):before {
    background-color: var(--color-border);
}
/* heading */
.atbs-dark-mode .block-heading__title {
    color: var(--color-contrast-80) !important;
}
.atbs-dark-mode .atbs-featured-module-3,
.atbs-dark-mode .post--vertical-hover::before {
    background-color: var(--bg-dark-mode-aside);
}
.atbs-dark-mode .post--horizontal-has-author .post__text {
    background-color: var(--bg-dark-mode);
}
.atbs-dark-mode .post--vertical-hover:hover::before {
    background-color: var(--color-primary);
}

.atbs-dark-mode .post--vertical-special .post__text {
    background-color: var(--bg-dark-mode-aside);
}
.atbs-dark-mode .list-item-style-hover li .sharing-btn:hover svg {
    fill: var(--color-contrast-80);
}
.atbs-dark-mode .atbs-carousel .owl-dot.active span {
    background: rgba(255, 255, 255, 0.8);
}
.atbs-dark-mode .megamenu-post--horizontal .text-group-2 {
    border-color: var(--color-border);
}
.atbs-dark-mode .post--horizontal-background-text a.post-author__name {
    color: var(--color-contrast-60);
}
.atbs-dark-mode .atbs-featured-module-19 .atbs-block__inner .post,
.atbs-dark-mode .carousel-has-bg-left::after {
    background-color: var(--bg-dark-mode-aside);
}
@media(max-width: 575px) {
    .atbs-dark-mode .single-header-3 .entry-wrap-content .single-header {
        background-color: var(--bg-dark-mode-aside);
    }
}
.atbs-dark-mode .post--no-thumb-special {
    background-color: var(--bg-dark-mode-aside);
}
.atbs-dark-mode .atbs-offcanvas__social .social-list>li>a i {
    color: rgba(255,255,255,0.8);
}
@media(min-width: 1200px) {
    .atbs-dark-mode .inverse-text .atbs-browse__list a {
        background-color: var(--bg-dark-mode-aside);
    }
}
.atbs-dark-mode .single-entry-section-wrap:not(:first-child) {
    border-color: rgba(255,255,255,0.13);
}
.atbs-dark-mode .atbs-widget-categories-3 .posts-list a,
.atbs-dark-mode .atbs-widget-categories-1 .category-title a,
.atbs-dark-mode .widget-categories-1 .cats-list .cat-item>a {
    color: var(--color-contrast-80);
}

.atbs-dark-mode .atbs-browse__list a {
    background-color: var(--bg-dark-mode);
    color: var(--color-contrast-80);
}
.atbs-dark-mode .atbs-browse__list a:hover,
.atbs-dark-mode .atbs-browse__list a:focus {
    background-color: var(--color-primary);
    color: #ffffff;
    border: 0.07142857142857142rem solid var(--color-border);
}
.header-2 .atbs-dark-mode .offcanvas-menu-toggle svg,
.atbs-dark-mode .atbs-sticky-header .navigation-bar .navigation-bar__section svg {
    fill: rgba(255,255,255,0.8);
}
.atbs-dark-mode .atbs-featured-module-10,
.atbs-dark-mode .viralcoll-design-theme-switch__button[aria-checked="true"],
.atbs-dark-mode .post--horizontal-hover-bg-black,
.atbs-dark-mode .inverse-text .atbs-browse__list li.priority-nav__more .sub-menu ,
.atbs-dark-mode .inverse-text .atbs-browse__list {
    background-color: var(--bg-dark-mode-aside);
}
/*has-background*/
.atbs-dark-mode .block-heading--style .block-heading__title::before,
.atbs-dark-mode .block-heading__inside--style .block-heading__title-inside::before,
.atbs-dark-mode .module-has-background .block-heading--style .block-heading__title::before,
.atbs-dark-mode .module-has-background .block-heading__inside--style .block-heading__title-inside::before {
    outline: 0.07142857142857142rem solid rgba(255,255,255,0.8);
    background: rgba(255,255,255,0.8);
    border: 0.21428571428571427rem solid var(--bg-dark-mode-aside);
}
.header-1.atbs-dark-mode .navigation-bar--inverse .header-search input[type="text"] {
    border-color: var( --bg-dark-mode);
}
.header-1.atbs-dark-mode .offcanvas-menu-toggle svg,
.header-2.atbs-dark-mode .offcanvas-menu-toggle svg {
    fill: rgba(255,255,255,0.8);
}
.atbs-dark-mode  .header-search .search-form__submit,
.atbs-dark-mode  .header-search input[type="text"] {
    color: rgba(255,255,255,0.7);
}
.header-1.atbs-dark-mode .navigation-bar--inverse .header-search input[type="text"],
.atbs-dark-mode .navigation-bar .navigation--main>.priority-nav__more>a::before,
.atbs-dark-mode .navigation-bar .navigation--main> .priority-nav__more >a:focus::before {
    background-color: var(--bg-dark-mode);
}
.atbs-dark-mode .atbs-posts--listing-list-no-sidebar-4 .post--vertical-has-author .post__meta--has-author-style-2 a.post-author__name,
.atbs-dark-mode .posts--listing-list-has-sidebar-2 .post--horizontal-has-author .post__meta--has-author-style-2 a.post-author__name,
.atbs-dark-mode .posts--listing-list-has-sidebar-3 .post--vertical-has-author .post__meta--has-author-style-2 a.post-author__name{
    color:var(--color-contrast-60);
}
.atbs-dark-mode .posts--listing-list-has-sidebar-2 .post--horizontal-has-author .post__text{
    background: none;
}
.atbs-dark-mode .sticky-header .navigation-bar__inner .header-search input[type='text']{
    background-color:var( --bg-dark-mode);
    border-color:var( --bg-dark-mode)
}
.atbs-dark-mode .sticky-header .navigation-bar .navigation--main>.priority-nav__more>a::before,
.atbs-dark-mode .sticky-header .navigation-bar .navigation--main > li > a::before {
    background-color:var( --bg-dark-mode);
    border-color:var( --bg-dark-mode)
}
.atbs-dark-mode #bk_widget_posts_list-2 .post--no-thumb-normal .post__meta--has-date-stamp-2 .time{
    color:var(--color-contrast-80);
}
/*@end file 73*/
/* ----------------------- wp-admin-bar */

html.no-scroll body.admin-bar,
* html.no-scroll body.admin-bar {
    margin-top: 32px !important;
}

@media screen and (max-width: 782px) {
    html.no-scroll {
        margin-top: 0 !important;
    }

    html.no-scroll body.admin-bar,
    * html.no-scroll body.admin-bar {
        margin-top: 46px !important;
    }
}

/*---- Sticky Header -----*/
.admin-bar .sticky-header.is-fixed {
    margin-top: 46px;
}

@media (min-width: 784px) {
    .admin-bar .sticky-header.is-fixed {
        margin-top: 32px;
    }
}

/*---- Offcanvas -----*/

body.admin-bar .atbs-offcanvas {
    margin-top: 46px;
}

@media (min-width: 784px) {
    body.admin-bar .atbs-offcanvas {
        margin-top: 32px;
    }
}

/*---- 404 -----*/

.admin-bar .site-content.page-404 {
    min-height: calc(100vh - 32px)
}

@media screen and (max-width: 782px) {
    .admin-bar .site-content.page-404 {
        min-height: calc(100vh - 46px)
    }
}

/* wp-admin-bar ----------------------- */
/*@end file 74*/
/* ----------------------- atbs-widget-categories-1 */
.atbs-widget-categories-1 .category-thumb {
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
}
.atbs-widget-categories-1 .category-thumb a {
    width: 100%;
    height: 100%;
    display: block;
}
.atbs-widget-categories-1 .category-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.atbs-widget-categories-1 .category-title a {
    letter-spacing: 0.72px;
    color: #131313;
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
    text-decoration: none;
}
@media (max-width: 991px) {
    .atbs-widget-categories-1 .category-title {
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .atbs-widget-categories-1 .category-thumb {
        height: 180px;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .atbs-widget-categories-1 .category-thumb {
        height: 150px;
    }
}
@media (max-width: 575px) and (min-width: 381px) {
    .atbs-widget-categories-1 .category-thumb {
        height: 150px;
    }
}
@media (max-width: 380px) {
    .atbs-widget-categories-1 .posts-list .list-item {
        width: 100%;
    }
    .atbs-widget-categories-1 .category-thumb {
        height: 180px;
    }
}
/* .atbs-widget-categories-1 ----------------------- */
/*@end file 75*/
/* ----------------------- atbs-widget-categories-2 */
.atbs-widget-categories-2 .category-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.atbs-widget-categories-2 .category-title a {
    text-transform: capitalize;
    font-size: 1.2857rem; /*font system*/
    line-height: 1.5;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-decoration: none;
    color: #222222;
}
.atbs-widget-categories-2 .category-counter {
    width: 30px;
    height: 30px;
    background-color: #222222;
    color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2px;
    margin-left: 15px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .atbs-widget-categories-2 .category-title {
        font-size: 1.1428rem; /*font system*/
        line-height: 1.5;
    }
    .atbs-widget-categories-2 .posts-list {
        margin-top: -15px;
        margin-bottom: -15px;
    }
    .atbs-widget-categories-2 .posts-list > * {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
/* .atbs-widget-categories-2 ----------------------- */
/*@end file 76*/
/* ----------------------- atbs-widget-categories-3 */
.atbs-widget-categories-3 .posts-list {
    margin: -2.5px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.atbs-widget-categories-3 .posts-list .list-item {
    list-style: none;
    display: inline-block;
    padding: 2.5px;
}
.atbs-widget-categories-3 .posts-list a {
    padding: 6px 11px;
    font-size: 0.85714285714rem;
    border: 1px solid var(--color-border);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: #222222;
    text-transform: uppercase;
    border-radius: 5px;
    letter-spacing: 0.72px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.atbs-widget-categories-3 .posts-list a:hover {
    background-color: var(--color-primary) !important;
    color: #fff !important;
}
/* .atbs-widget-categories-3 ----------------------- */
/*@end file 77*/
/* ----------------------- atbs-widget-categories-4 */
.atbs-widget-categories-4 .widget-category,
.atbs-widget-categories-4 .category-thumb,
.atbs-widget-categories-4 .category-title a,
.atbs-widget-categories-4 .category-thumb:before {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.atbs-widget-categories-4 .widget-category {
    position: relative;
    width: 100%;
    border: 1px solid var(--color-border);
    min-height: 120px;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.atbs-widget-categories-4 .category-thumb {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /*opacity: 0;*/
}

.atbs-widget-categories-4 .category-thumb a {
    display: block;
    width: 100%;
    height: 100%;
}
.atbs-widget-categories-4 .category-thumb a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.atbs-widget-categories-4 .category-text {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
}
.atbs-widget-categories-4 .category-title {
    width: 100%;
}
.atbs-widget-categories-4 .category-title a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    padding: 5px 15px;
    background: var(--color-primary);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    border-radius: 1px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.atbs-widget-categories-4 .widget-category:hover .category-thumb {
    opacity: 1;
}
.atbs-widget-categories-4 .widget-category:hover .category-title a {

}

/* .atbs-widget-categories-4 ----------------------- */
/*@end file 78*/

.atbs-forter-widget-subscribe .subscribe-form {
    padding: 1.428571428571429rem;
    background-color: var(--bg-site);
}
.atbs-forter-widget-subscribe .mc4wp-form-fields {
    margin-bottom: 1.428571428571429rem;
}
.atbs-forter-widget-subscribe h4 {
    margin-bottom: 1.428571428571429rem;
    font-size: 1.2857rem;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(0,0,0,0.8);
}
.atbs-forter-widget-subscribe .subscribe-text {
    margin: 0 auto 1.428571428571429rem;
    max-width: 21.42857142857143rem;
    color: var(--color-text-gray);
    font-size: 1.0714rem;
    line-height: 1.5;
}
.subscribe-form__fields {
    max-width: 42.85714285714286rem;
    margin-left: auto;
    margin-right: auto;
}
.atbs-forter-widget-subscribe .subscribe-form__fields input[type="email"] {
    width: 100%;
    padding: 0.4285714285714286rem 0.8571428571428571rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.42857143;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 0.0714285714285714rem solid rgba(0, 0, 0, 0.1);
    border-radius: 0.2142857142857143rem;
    color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    margin-bottom: 1.428571428571429rem;
}
.subscribe-form--center input[type="email"]{
    text-align: center;
}
.atbs-forter-widget-subscribe .subscribe-form__fields input[type="submit"] {
    max-width: 100%;
    width: auto;
    margin: auto;
    margin-top: 1.428571428571429rem;
    font-size: 1rem;
    border-radius: 0.2142857142857143rem;
    padding: 0.4285714285714286rem 0.8571428571428571rem;
    margin: 0;
}
.subscribe-form__fields input[type="submit"] {
    margin-bottom: 0.5rem;
    color: #fff;
}
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
.atbs-dark-mode .atbs-forter-widget-subscribe .subscribe-form__fields input[type="email"]{
    background-color: var(--bg-dark-mode-aside);
    color: var(--color-contrast-60);
}
.atbs-dark-mode .atbs-forter-widget-subscribe h4{
    color: var(--color-contrast-60);
}
.atbs-dark-mode .atbs-forter-widget-subscribe .atbs-forter-widget__inner {
    background: url(../img/bg-border-dark-mode.png) top left repeat;
}
.atbs-forter-widget-subscribe .atbs-forter-widget__inner {
    padding: 0.3571428571428571rem;
    background: url(../img/bg-border.png) top left repeat;
}
.atbs-forter-widget-subscribe input[type="submit"]:hover,
.atbs-forter-widget-subscribe input[type="submit"]:focus,
.atbs-forter-widget-subscribe input[type="submit"] {
    background-color: var(--color-primary);
    border: 0.0714285714285714rem solid rgba(0, 0, 0, 0.1);
    color: rgba(255,255,255,0.8);
}
/*@end file 79*/
/* -----------------------------------------------------------------
## Custom CSS



----------------------------------------------------------------- */
/* single navigation */

.posts-navigation-style-1 .posts-navigation__label {
    text-decoration: none;
}

/*.atbs-featured-module-17 .section-sub::before {
    background-color: unset;
}*/
.widget__title.heading-style-2::before,.widget__title.heading-style-2 h4::before ,
.widget__title.heading-style-2::after,.widget__title.heading-style-2 h4::after  {
    content: none;
}

.widget__title.heading-style-2 ,.widget__title.heading-style-2 h4{
    padding-left: 0;
}
/* ================================================= */

.site-header {
    z-index: 1;
}

.site-content {
    position: relative;
    z-index: 0;
}

.comment-respond .block-heading {
    margin-bottom: 0.5rem;
}
.comment-respond .block-heading .block-heading__title {
    padding-left: 0;
    font-size: 1.57142rem !important;
    font-weight: 800;
}
.comment-respond .block-heading .block-heading__title:before,
.single .block-heading__title.comments-title:before{
    display: none;
}
.single .block-heading__title.comments-title{
    padding-left: 0;
}
.comment-respond .block-heading .block-heading__title,
.single .block-heading__title.comments-title{
    font-size: 1.57142rem;
}
.comment-respond {
    margin-top: max(2.142857142857143rem, 20px);
}
.comment-respond .logged-in-as {
    margin-bottom: max(2.142857142857143rem, 20px);
}

[class*="comment-form-"] label {
    margin-bottom: 0.35714285714285715rem;/*5px*/
    display: block;
    font-weight: 500;
}
@media (max-width: 1199px) {
    /*.comment-respond .block-heading {*/
    /*    margin-bottom: 2.5020850708924103vw;!*30px*!*/
    /*}*/

    [class*="comment-form-"] label {
        margin-bottom: 0.4170141784820684vw;/*5px*/
    }
}


/* /============================================= */
/* Disable Scrolling */

html.no-scroll {
    margin: 0 !important; /* Fix admin bar */
    position: fixed;
    overflow-y: scroll;
    width: 100%;
}

.single-content .single-body .wp-caption {
    max-width: 100%;
}

.posts-navigation {
    margin-bottom: 3.5714285714285716rem;
    border-top: 0.0714285714285714rem solid var(--color-border);
    border-bottom: 0.0714285714285714rem solid var(--color-border);
    margin-top: 1.42857142857rem;
}

.entry-title {
    text-transform: uppercase;
}

.single-header .entry-group .entry-cat:not(:last-child) {
    margin-right: 0.35714285714285715rem;
    /*5px*/
}

@media(max-width: 1199px) {
    .single-header .entry-group .entry-cat:not(:last-child) {
        margin-right: 0.4170141784820684vw;
        /*5px*/
    }
}

@media (max-width: 575px) {
    .flex-box-1i-sm>* {
        width: 100%;
    }
}

.atbs-gallery-wrap,
.atbs-responsive-video {
    margin-bottom: 2.142857142857143rem;
    /*30px*/
}

.entry-author__avatar img {
    border-radius: 50%;
    margin-right: max(0.7142857142857143rem, 10px);
    /*10px*/
}
.single-entry .entry-author__avatar img {
    width: 3.57142857143rem;
    height: 3.57142857143rem;
}
.single-header .post__meta, .entry-meta {
    font-size: max(1rem ,13px);
}
.atbs-featured-module-3 {
    background-color: var(--module-background-color);
}
/* no thumb*/
.bg-thumb {
    background-color: #e4e4e4;
}

.post-not-exist-thumb .post__meta--has-date-stamp time,
.posts--listing-list-no-sidebar-1 .post-not-exist-thumb .post__meta--has-date-stamp time {
    display: none;
}

.post-not-exist-thumb.post--vertical-special .post__text {
    margin-top: 0;
}

.post--horizontal-has-readmore.post-not-exist-thumb .post__text {
    padding-left: 0;
}

.post-not-exist-thumb.post--vertical-hover::before {
    top: 0;
}

.post-not-exist-thumb.post--vertical-hover {
    padding-top: 2.2857142857142856rem;
    /*32px*/
}
/*single*/

.single-entry-section-wrap:not(:last-child) {
    margin-bottom: 7.142857142857143rem;
    /*100px*/
}

.single-entry-section-wrap:not(:first-child) {
    padding-top: 7.142857142857143rem;/*100px*/
    border-top: 0.0714285714285714rem solid rgba(0, 0, 0, 0.15);

}

.block-heading--style,
.block-heading--style-1 {
    display: block;
}

.post-sharing.mobile .social-list {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.post-sharing.mobile .social-share-label-featured {
    font-weight: 700;
}

.post-sharing.mobile {
    margin-bottom: 3.911342894393742vw;
    /*30 mobile */
}

@media (max-width: 1199px) {
    .atbs-gallery-wrap,
    .atbs-responsive-video {
        margin-bottom: 2.5020850708924103vw;
        /*30px*/
    }
    .entry-author__avatar img {
        margin-right: max(0.8340283569641368vw, 9px);
        /*10px*/
    }
    .post-not-exist-thumb.post--vertical-hover {
        padding-top: 2.6688907422852375vw;
        /*32px*/
    }
    /*single*/
    .single-entry-section-wrap:not(:last-child) {
        margin-bottom: 8.340283569641368vw;
        /*100px*/
    }
    .single-entry-section-wrap:not(:first-child) {
        padding-top: 8.340283569641368vw;
        /*100px*/
        border-top: 0.08340283569641367vw solid rgba(0, 0, 0, 0.15);
        /*1px*/
    }

}

@media(min-width: 768px) {
    .post-sharing.mobile {
        display: none;
    }
}
/* ----------------------------------------- */

.post--vertical-has-bg .post__thumb a {
    position: relative;
}

.page-404-search .search-form__submit {
    padding: 0.42857142857142855rem 0.7142857142857143rem;
    border-radius: 0;
    background-color: var(--color-primary);
    /*6px 10px */
}
.page-404-search .search-form__submit:hover,
.page-404-search .search-form__submit:focus {

    background-color: var(--color-primary);
}


.page-404-search .search-form__input {
    width: 40%;
}

.error404 .search-form {
    margin-top: 2.142857142857143rem;
    /*30px*/
}

.error404 .page-404-logo {
    margin-bottom: 1.4285714285714286rem;
    /*20px*/
}

.page-template-default .single-entry-thumb {
    margin-bottom: 2.142857142857143rem;
    /*30px*/
}

.page_Author .author-box {
    margin-bottom: 3.5714285714285716rem;
    /*50px*/
}

.comments-section:not(:last-child) {
    margin-bottom: 3.5714285714285716rem;
    /*50px*/
}

.footer-2 .atbs-browse {
    padding-left: 0;
}
/* footer 1*/

@media (max-width: 1199px) {
    .page-404-search .search-form__submit {
        padding: 0.5004170141784821vw 0.8340283569641368vw;
        /*6px 10px */
    }
    .error404 .search-form {
        margin-top: 2.5020850708924103vw;
        /*30px*/
    }
    .error404 .page-404-logo {
        margin-bottom: 1.6680567139282736vw;
        /*20px*/
    }
    .page-template-default .single-entry-thumb {
        margin-bottom: 2.5020850708924103vw;
        /*30px*/
    }
    .page_Author .author-box {
        margin-bottom: 4.170141784820684vw;
        /*50px*/
    }
    .comments-section:not(:last-child) {
        margin-bottom: 4.170141784820684vw;
        /*50px*/
    }
    .footer-1 .atbs-browse__btn {
        margin-right: 0;
    }
    .footer-1 .atbs-browse__list {
        left: auto;
        right: 0;
    }
}

@media (max-width: 575px) {
    .footer-1 .footer-logo {
        text-align: center;
    }
    .header-1 .atbs-browse {
        padding-left: 0;
    }
}
/* listing grid 1 no sidebar*/

@media (max-width: 380px) {
    /* .comment-form-comment {
        margin: 0 5px;
    } */
}

@media (max-width: 767px) {
    .atbs-posts-listing-grid-no-sidebar-1 .posts-list.flex-box.flex-box-3i>* {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .atbs-posts-listing-grid-no-sidebar-1 .posts-list.flex-box.flex-box-3i>* {
        width: 100%;
    }
}
/* icon */

.overlay-item.post-type-icon.review-icon:not([class*="overlay-item--"]) {
    z-index: 3;
}
.atbs-post-has-review .post__thumb a img,
.atbs-post-has-review {
    border-top-right-radius: 3.15rem;
}
.atbs-featured-module-16 .atbs-post-has-review.post--overlay-has-author .post__thumb:after {
    border-top-right-radius: 4.585714285714286rem;
}
.atbs-featured-module-9 .atbs-post-has-review.atbs-post-icon-size-default,
.atbs-featured-module-9 .post--vertical-hover {
    border-top-right-radius: 0;
}
@media(min-width: 1200px) {
    .atbs-post-has-review.atbs-post-icon-size-lg .post__thumb a img,
    .atbs-post-has-review.atbs-post-icon-size-lg {
        border-top-right-radius: 4.585714285714286rem;
    }
    .atbs-post-has-review.atbs-post-icon-size-md .post__thumb a img,
    .atbs-post-has-review.atbs-post-icon-size-md {
        border-top-right-radius: 3.571428571428571rem;/*50px*/
    }
    .atbs-post-has-review.atbs-post-icon-size-default .post__thumb a img,
    .atbs-post-has-review.atbs-post-icon-size-default {
        border-top-right-radius: 3.214285714285714rem;/*45px*/
    }
    .atbs-post-has-review.atbs-post-icon-size-sm .post__thumb a img,
    .atbs-post-has-review.atbs-post-icon-size-sm {
        border-top-right-radius: 2.5rem;/*35*/
    }

}
.overlay-item.review-icon {
    overflow: hidden;
}
.overlay-item.review-icon:not(.overlay-item--center-xy):before{
    content:"";
    position: absolute;
    width: 50%;
    height: 50%;
    left: 50%;
    bottom: 50%;
    background-color: #f2f2f2;
}

.post-type-icon.review-icon {
    width: 6.428571428571429rem;
    /*90px*/
    height: 6.428571428571429rem;
    /*90px*/
}

.post-type-icon.review-icon .review-score {
    font-size: 1.714285714285714rem;
    /*24px*/
}

.atbs-featured-module-19 .owl-stage-outer {
    padding-top: 1.0714285714285714rem;
    /*15px*/
}

.atbs-featured-module-19 .carousel-has-bg-left::after {
    top: 1.0714285714285714rem;
    /*15px*/
}

@media(min-width: 1200px) {

    .post-type-icon.review-icon.post-type-icon--lg {
        width: 8.571428571428571rem;
        /*120px*/
        height: 8.571428571428571rem;
        /*120px*/
    }
    .post-type-icon.review-icon.post-type-icon--md {
        width: 7.142857142857143rem;
        /*100px*/
        height: 7.142857142857143rem;
        /*100px*/
    }
    .post-type-icon.review-icon.post-type-icon--sm {
        width: 5rem;
        /*70px*/
        height: 5rem;
        /*70px*/
    }
    .post-type-icon.review-icon.post-type-icon--lg .review-score {
        font-size: 2rem;
        /*28px*/
    }
    .post-type-icon.review-icon.post-type-icon--md .review-score {
        font-size: 1.8571428571428572rem;
        /*26px*/
    }
    .post-type-icon.review-icon.post-type-icon--sm .review-score {
        font-size: 1.285714285714286rem;
        /*18px*/
    }
    .atbs-featured-module-19 .owl-stage-outer {
        padding-top: 1.4285714285714286rem;
        /*15px*/
    }
    .atbs-featured-module-19 .carousel-has-bg-left::after {
        top: 1.4285714285714286rem;
        /*15px*/
    }
}
@media (max-width: 767px) {
    .post-score--circle {
        width: 9.285714285714286rem;
        height: 9.285714285714286rem;
    }
    .atbs-review__inner {
        padding-top: 9.285714285714286rem;
    }
}

@media (max-width: 575px) {
    .atbs-featured-module-19 .owl-stage-outer {
        padding-top: 5.21739130435vw;
    }
    .atbs-featured-module-19 .carousel-has-bg-left::after {
        top: 0;
        left: -2.60869565217vw;
        width: 100vw;
    }
}
@media (max-width: 480px) {
    .atbs-featured-module-19 .carousel-has-bg-left::after {
        left: -3.125vw;
    }
}
@media (max-width: 380px) {
    .atbs-featured-module-19 .carousel-has-bg-left::after {
        left: -3.94736842105vw;
    }
    .post-score--circle {
        width: 7.857142857142857rem;
        height: 7.857142857142857rem;
    }
    .atbs-review__inner {
        padding-top: 7.857142857142857rem;
    }
}


.atbs-related-posts {
    /*margin-top: 3.5714285714285716rem;*/   /*50px*/
    margin-top: 5.1714285714285716rem;

}

@media (max-width: 1199px) {
    .atbs-related-posts {
        margin-top: 4.170141784820684vw;
        /*50px*/
    }
}
/*.post--overlay .post__text {
    padding-top: 70px;
}*/

.page-404 .page-404-title{
    line-height: 1;
    font-size: 10rem;
}
.page-404 .page-404-logo a{
    font-size: 2rem;
}
.social-list.list-item-style-hover>li:hover svg {
    fill: rgba(255, 255, 255, 0.8);
}

.atbs-sub-col--right .widget .block-heading{
    margin-bottom: 2.142857142857143rem; /*30*/
}
.atbs-dark-mode .viralcoll-design-theme-switch__label--light {
    color: rgba(255,255,255,0.6);
}
.atbs-sub-col--right .widget .block-heading h4{
    font-weight: 800;
}
.atbs-dark-mode .viralcoll-design-theme-switch__label--dark {
    color: rgba(255, 255, 255, 0.8);
}
.atbs-no-more-button{
    padding: 1.071428571428571rem 2.571428571428571rem;
    font-size: 1.071428571428571rem;
    line-height: 1.5;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: var(--color-primary);
    border: transparent;
    border-radius: 0.3571428571428571rem;
    -webkit-box-shadow: 0rem 0.5rem 1.2857142857142858rem 0rem rgb(0 0 0 / 5%);
    box-shadow: 0rem 0.5rem 1.2857142857142858rem 0rem rgb(0 0 0 / 5%);
}
.atbs-dark-mode .page-heading__subtitle p {
    color: #fff;
}
.atbs-dark-mode article[data-dark-mode="true"].post--horizontal-normal .post__meta--has-date-stamp-2 .time,
.atbs-dark-mode article[data-dark-mode="true"].post--no-thumb-normal .post__meta--has-date-stamp-2 .time {
    color: rgba(255,255,255,0.6);
}
.megamenu-js-carousel-4i30m .owl-dots{
    display: none;
}
@media (max-width: 767px) {
    .single-header .entry-author__avatar img {
        width: 6.51890482398957vw;
        height: 6.51890482398957vw;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .widget-posts-list-style,
    .widget-posts-list-style-2,
    .widget-posts-list-style-4 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -1.303780964797914vw;
    }
    .widget-posts-list-style > *,
    .widget-posts-list-style-2 li,
    .widget-posts-list-style-4 li {
        width: 50%;
        padding: 1.303780964797914vw;
    }

}

.post--horizontal-background-text a.post-author__name {
    color: rgba(255,255,255,0.6);
}
.header-1 .header-logo img {
    max-height: 5.714285714285714rem;
    max-width: initial;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.header-2 .header-logo img {
    max-height: 6.928571428571429rem;
    max-width: initial;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media (max-width: 991px) {
    .header-2 .header-logo img {
        max-height: 6.928571428571429rem;
    }
}
.header-1 .header-logo--mobile img,
.header-2 .header-logo--mobile img {
    max-height: 3.5714285714285716rem;
    padding: 0.7142857142857143rem 0;
}
/*custom css*/
.atbs-pagination--next-n-prev .atbs-pagination__label span {
    font-weight: 700;
}
.atbs-pagination--next-n-prev .atbs-pagination__inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}

.atbs-pagination--next-n-prev .atbs-pagination__label {
    padding-right: 0.7142857142857143rem;/*10px*/
    font-size: 1rem;
}

@media (min-width: 768px) {
    .atbs-pagination--next-n-prev .atbs-pagination__label {
        font-size: 1.14286rem;
    }
}

.atbs-pagination--next-n-prev .atbs-pagination__item {
    position: relative;
    padding: 0 0.5714285714285714rem;/*0 8px*/
    background: #FC3C2D;
    color: #fff;
}

.atbs-pagination--next-n-prev .atbs-pagination__links a:first-child .atbs-pagination__item,
.atbs-pagination--next-n-prev .atbs-pagination__links.atbs-pagination-last-page-link a:last-child .atbs-pagination__item {
    margin-left: 0.5714285714285714rem;/* 8px*/
}
.atbs-pagination--next-n-prev .atbs-pagination__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.atbs-pagination--next-n-prev .atbs-pagination__links a:not(:last-child) .atbs-pagination__item {
    margin-right: 0.3571428571428571rem;/*5px*/
}
.atbs-pagination--next-n-prev .atbs-pagination__links .atbs-pagination__item {
    height: 2.428571428571429rem;/*34px*/
    background-color: var(--color-primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.atbs-pagination--next-n-prev .atbs-pagination__links a:first-child .atbs-pagination__item:after{
    content: '';
    display: block;
    width: 0;
    position: absolute;
    right: 100%;
    left: auto;
    top: 0;
    border-width: 1.214285714285714rem 0.5714285714285714rem;/*17px 8px*/
    margin-left: 0;
    margin-right: 0;
    border-style: solid;
    border-color: transparent;
    border-right-color: #e6e6e6;
}
.atbs-pagination--next-n-prev .atbs-pagination__links a:last-child .atbs-pagination__item:after {
    content: '';
    display: block;
    width: 0;
    position: absolute;
    left: 100%;
    right: auto;
    top: 0;
    border-width: 1.214285714285714rem 0.5714285714285714rem;
    margin-left: 0px;
    margin-right: 0;
    border-style: solid;
    border-color: transparent;
    border-left-color: var(--color-primary);
}
.atbs-pagination--next-n-prev .atbs-pagination__links a .atbs-pagination__item {
    color: #fff;
}
.atbs-pagination--next-n-prev .atbs-pagination__links a:last-child .atbs-pagination__item {
    margin-right: 0.5714285714285714rem;/*8px*/
}
.atbs-pagination--next-n-prev .atbs-pagination__links a:first-child .atbs-pagination__item {
    margin-left: 0.5714285714285714rem;/*8px*/
}
.atbs-pagination--next-n-prev {
    margin-top: 2.142857142857143rem;
    margin-bottom: 2.142857142857143rem;
    clear: both;
    padding-top: 20px;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.atbs-pagination--next-n-prev .atbs-pagination__links a:first-child .atbs-pagination__item{
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
}
.atbs-pagination--next-n-prev .atbs-pagination__links a:last-child .atbs-pagination__item {
    margin-right: 0.5714285714285714rem;/*8*/
    color: #fff;
    background-color: var(--color-primary);
}
@media(max-width: 1199px) and (min-width: 576px) {
    .single-style-4 .entry-meta.m-t-15 {
        margin-top: 1.251042535446205vw;
    }

    .atbs-pagination--next-n-prev .atbs-pagination__label {
        padding-right: 0.8340283569641368vw;/*10px*/
    }

    .atbs-pagination--next-n-prev .atbs-pagination__item {
        padding: 0 0.6672226855713094vw;/*0 8px*/
    }

    .atbs-pagination--next-n-prev .atbs-pagination__links a:first-child .atbs-pagination__item,
    .atbs-pagination--next-n-prev .atbs-pagination__links.atbs-pagination-last-page-link a:last-child .atbs-pagination__item {
        margin-left: 0.6672226855713094vw;/* 8px*/
    }
    .atbs-pagination--next-n-prev .atbs-pagination__links a:not(:last-child) .atbs-pagination__item {
        margin-right: 0.4170141784820684vw;/*5px*/
    }
    .atbs-pagination--next-n-prev .atbs-pagination__links .atbs-pagination__item {
        height: 2.835696413678065vw;/*34px*/
    }
    .atbs-pagination--next-n-prev .atbs-pagination__links a:first-child .atbs-pagination__item:after,
    .atbs-pagination--next-n-prev .atbs-pagination__links a:last-child .atbs-pagination__item:after,
    .atbs-pagination--next-n-prev .atbs-pagination__links.atbs-pagination-last-page-link a:last-child .atbs-pagination__item:after {
        border-width: 1.4178482068390326vw 0.6672226855713094vw;/*17px 8px*/
    }
    .atbs-pagination--next-n-prev .atbs-pagination__links a:last-child .atbs-pagination__item {
        margin-right: 0.6672226855713094vw;/*8px*/
    }
    .atbs-pagination--next-n-prev .atbs-pagination__links a:first-child .atbs-pagination__item {
        margin-left: 0.6672226855713094vw;/*8px*/
    }
    .atbs-pagination--next-n-prev {
        margin-top: 2.50208507089241vw;
        margin-bottom: 2.50208507089241vw;
    }
}
@media (max-width: 575px) {

    .single-style-4 .entry-meta.m-t-15 {
        margin-top: 2.608695652173913vw;
    }

    .atbs-pagination--next-n-prev .atbs-pagination__label {
        padding-right: 1.7391304347826086vw;/*10px*/
    }

    .atbs-pagination--next-n-prev .atbs-pagination__item {
        padding: 0 1.391304347826087vw;/*0 8px*/
    }

    .atbs-pagination--next-n-prev .atbs-pagination__links a:first-child .atbs-pagination__item,
    .atbs-pagination--next-n-prev .atbs-pagination__links.atbs-pagination-last-page-link a:last-child .atbs-pagination__item {
        margin-left:1.391304347826087vw;/* 8px*/
    }
    .atbs-pagination--next-n-prev .atbs-pagination__links a:not(:last-child) .atbs-pagination__item {
        margin-right: 0.8695652173913043vw;/*5px*/
    }
    .atbs-pagination--next-n-prev .atbs-pagination__links .atbs-pagination__item {
        height: 5.913043478260869vw;/*34px*/
    }
    .atbs-pagination--next-n-prev .atbs-pagination__links a:first-child .atbs-pagination__item:after,
    .atbs-pagination--next-n-prev .atbs-pagination__links a:last-child .atbs-pagination__item:after,
    .atbs-pagination--next-n-prev .atbs-pagination__links.atbs-pagination-last-page-link a:last-child .atbs-pagination__item:after {
        border-width: 2.9565217391304346vw 1.391304347826087vw;/*17px 8px*/
    }
    .atbs-pagination--next-n-prev .atbs-pagination__links a:last-child .atbs-pagination__item {
        margin-right: 1.391304347826087vw;/*8px*/
    }
    .atbs-pagination--next-n-prev .atbs-pagination__links a:first-child .atbs-pagination__item {
        margin-left: 1.391304347826087vw;/*8px*/
    }
    .atbs-pagination--next-n-prev {
        margin-top: 2.142857142857143rem;
        margin-bottom: 2.142857142857143rem;
    }
}
/**/
.entry-interaction--horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.entry-interaction__left {
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
}
.single-footer .comments-count, .single-footer .view-count {
    display: inline-block;
    list-style-type: none;
    text-transform: uppercase;
    font-size: max(0.8571428571428571rem, 13px);
    line-height: 1.2;
    color: rgba(23, 23, 23, 0.6);
    font-weight: 700;
}
.single-footer .comments-count i, .single-footer .view-count i {
    font-size: max(1.071428571428571rem, 13px);
    margin-right: 0.5714285714285714rem;
}
.entry-interaction__right>a.view-count {
    margin-left: 1.071428571428571rem;
}
.tooltip.top {
    padding: 0.3571428571428571rem 0;
    margin-top: -0.2142857142857143rem;
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}
.fade.in {
    opacity: 1;
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 0.8571428571428571rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto;
}
.tooltip-inner {
    max-width: 14.28571428571429rem;
    padding: 0.2142857142857143rem 0.5714285714285714rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.2857142857142857rem;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -0.3571428571428571rem;
    border-width: 0.3571428571428571rem 0.3571428571428571rem 0;
    border-top-color: #000;
}
.single-header .entry-cat:not(:last-child) {
    margin-right: 0.3571428571428571rem;
}
.single-header .entry-cat {
    margin-bottom: 0.3571428571428571rem;
}
@media (max-width: 1199px){
    .single-header .entry-cat:not(:last-child) {
        margin-right: 0.4170141784820684vw;
    }
    .single-header .entry-cat {
        margin-bottom: 0.4170141784820684vw;
    }
    .post--single.atbs-block {
        margin-bottom: 0;
    }

}
.mobile-header--inverse .logo-text {
    color: #fff;
}
.megamenu-post--horizontal .post__meta--has-author-style-1 .post-author__text {
    background-color: transparent;
}
.fotorama__stage {
    width: 100% !important;
}
@media(min-width: 768px) {
    .atbs-sub-col {
        padding-top:0;
    }
    .widget .post--vertical-hover-sm .post__thumb {
        height: 11.14285714285714rem;
    }
    .widget .post--vertical-hover-sm::before {
        top: 1.071428571428571rem;
    }
    .widget .post--vertical-hover-sm .post__title {
        font-size: 1.142857142857143rem;
        font-size: max(1.142857142857143rem, 14px);
    }
    .widget .post--vertical-hover-sm {
        /*padding: 0 0.7142857142857143rem 1.428571428571429rem 0.7142857142857143rem;*/
        padding: 0 1.0714285714285714rem 1.428571428571429rem 1.0714285714285714rem;
    }

}
.page_Author .author-bio {
    max-width: 41.14285714285714rem;
}
@media (max-width: 480px) {
    .page_Author .author-box__image {
        margin-right: 0;
    }
    .page_Author .author-box__text {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        width: 100%;
        text-align: center;
        margin-top: 2.083333333333333vw;
    }
    .page_Author .author-box-style-1 .author-bio {
        margin-left: auto;
        margin-right: auto;
    }
    .page_Author .author-box {
        margin-right: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}


.widget_loginwithajaxwidget .lwa-info {
    line-height: 2.4;
}
.widget_loginwithajaxwidget .lwa-info a {
    display: inline-block;
}
.widget_loginwithajaxwidget .lwa-info a::first-letter {
    text-transform: uppercase;
}
.widget_loginwithajaxwidget tr {
    border-bottom: none;
}
.widget_loginwithajaxwidget .lwa-avatar {
    width: 5.357142857142857rem;
}
.widget_loginwithajaxwidget .avatar  {
    border-radius: 50%;
    vertical-align: middle;
}
.widget_loginwithajaxwidget .lwa-password {
    margin-bottom: 1.428571428571429rem;
}
.widget_loginwithajaxwidget tr.lwa-username td,
.widget_loginwithajaxwidget tr.lwa-password td {
    padding-bottom: 1.071428571428571rem;
}
.widget_loginwithajaxwidget .lwa-links-remember {
    display: inline-block;
    margin-top: 0.1428571428571429rem;
    color: var(--color-text-gray);
}
.widget_loginwithajaxwidget .bk-lwa.navigation-bar-btn {
    position: relative;
    text-align: left;
    height: auto;
}
.widget_loginwithajaxwidget .bk-lwa.navigation-bar-btn table,
.widget_loginwithajaxwidget .bk-lwa.navigation-bar-btn td {
    margin: 0;
    padding: 0;
}
.widget_loginwithajaxwidget .bk-lwa.navigation-bar-btn .avatar {
    line-height: 0;
    vertical-align: top;
}
.widget_loginwithajaxwidget .bk-lwa.navigation-bar-btn .bk-account-info {
    top: calc(100% + 0.7142857142857143rem);
    left: 0;
}
.widget_loginwithajaxwidget .bk-lwa.navigation-bar-btn:hover .bk-account-info {
    visibility: visible;
    opacity: 1;
}
@media (max-width: 991px) and (min-width: 481px) {
    .widget_loginwithajaxwidget .lwa-divs-only .lwa-username,
    .widget_loginwithajaxwidget .lwa-divs-only .lwa-password {
        float: left;
        width: calc(50% - 1.071428571428571rem);
    }
    .widget_loginwithajaxwidget .lwa-divs-only .lwa-password {
        float: right;
    }
    .widget_loginwithajaxwidget .lwa-divs-only .lwa-password .input {
        margin-top: 0.3571428571428571rem;
    }
    .widget_loginwithajaxwidget .lwa-divs-only .lwa-password + * {
        clear: both;
    }
}
@media (max-width: 767px) and (min-width: 481px) {
    .widget_loginwithajaxwidget .lwa-divs-only .lwa-username,
    .widget_loginwithajaxwidget .lwa-divs-only .lwa-password {
        width: calc(50% - 0.7142857142857143rem);
    }
}
.lwa-modal {
    padding: 0;
    background: none;
    width: auto;
    margin-left: 0;
}
.lwa-status,
.bk-login-status {
    margin-bottom: 1.428571428571429rem;
}
.lwa-avatar.bk-avatar img {
    border-radius: 50%;
}
.bk-lwa.navigation-bar-btn .avatar {
    line-height: 1.428571428571429rem;
}
.bk-account-info {
    width: 16.42857142857143rem;
    position: absolute;
    top: 100%;
    right: 0;
    bottom: auto;
    left: auto;
    padding: 1.785714285714286rem 0 0.7142857142857143rem 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 0 0.2857142857142857rem rgba(0, 0, 0, 0.1), 0 0.7142857142857143rem 1.428571428571429rem rgba(0, 0, 0, 0.03), 0 0.4285714285714286rem 0.4285714285714286rem rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 0.2857142857142857rem rgba(0, 0, 0, 0.1), 0 0.7142857142857143rem 1.428571428571429rem rgba(0, 0, 0, 0.03), 0 0.4285714285714286rem 0.4285714285714286rem rgba(0, 0, 0, 0.05);
    -webkit-transform: scale(1, 0.9);
    -ms-transform: scale(1, 0.9);
    transform: scale(1, 0.9);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
    -o-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
    z-index: 30;
    overflow-y: auto;
    max-height: 27.14285714285714rem;
}
.bk-lwa:hover>.bk-account-info,
.bk-lwa:focus>.bk-account-info {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.bk-lwa-profile .profile-author-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 1.785714285714286rem 1.785714285714286rem 1.785714285714286rem;
    border-bottom: 0.0714285714285714rem solid rgba(0,0,0,0.1);
}
.bk-lwa-profile.bk-profile-custom .bk-avatar img {
    width: 3.571428571428571rem;
    height: 3.571428571428571rem;
    border-radius: 50%;
}
.bk-lwa-profile{
    text-align: left;
}
.bk-lwa-profile .bk-avatar {
    width: auto;
    height: auto;
    float: none;
    margin-left: 0;
    position: initial;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: left;
    margin-right: 1.071428571428571rem;
}
.lwa-avatar.bk-avatar img {
    border-radius: 50%;
}
.bk-lwa-profile .bk-user-data {
    color: rgba(0,0,0,0.8);
    font-size: 1rem;
    text-align: left;
}
.bk-lwa-profile .bk-user-data>div {
    padding: 0.5714285714285714rem;
}
.bk-lwa-profile .bk-username{
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.bk-lwa-profile .bk-username a{
    font-size: 1.142857142857143rem;
    line-height: 1.5;
    font-weight: 600;
    color: rgba(0,0,0,0.6);
    text-transform: capitalize;
}
.bk-lwa-profile .bk-user-data>div:hover {
    /* background-color: #F0F0F0;*/
}
.bk-lwa-profile.bk-profile-custom .bk-block:not(:last-child) {
    border-bottom: 0.0714285714285714rem solid rgba(0,0,0,0.1);
}
.bk-lwa-profile.bk-profile-custom .bk-block {
    padding: 1.071428571428571rem 1.785714285714286rem;
}
.bk-lwa-profile.bk-profile-custom .bk-block a {
    font-size: 1.142857142857143rem;
    line-height: 1.5;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    text-transform: initial;
    text-decoration: none;
}
.bk-lwa-profile .bk-user-data>div:first-child {
    margin-top: 0;
}
.bk-lwa-profile .bk-user-data i {
    margin-right: 0.3571428571428571rem;
    width: 1.214285714285714rem;
    height: 1.214285714285714rem;
    line-height: 1rem;
    color: #666;
}
.widget_text ul,.widget_text ol{
    padding-left: 2.857142857rem;
}
.widget .wp-calendar-nav{
    padding-top: 5px;
    padding-bottom: 10px;
}
.widget .wp-calendar-nav a{
    padding: 5px;
}
.widget_text select,
.widget_categories select,
.widget_archive select,
.widget_search .search-form__input {
    background-color: var(--bg-site);
}
.atbs-featured-module-9 .section-sub .posts-list .post--vertical-hover .post__meta.post__meta--has-date-stamp-2 {
    margin-top: 0.7142857142857143rem;
}
/*
*/
.widget_nav_menu ul:not(.sub-menu) > li:not(:last-child) {
    margin-bottom: 1.428571428571429rem;
}
.widget_nav_menu li:not(:last-child) {
    margin-bottom: 0.8571428571428571rem;
}
.widget_nav_menu .sub-menu {
    padding-top: 0.7142857142857143rem;
    padding-left: 1.0714285714285714rem;
}
.site-wrapper {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}
.site-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.post__excerpt a > .excerpt {
    color: var(--color-text);
}
.post__title.atbsStickyMark a::after {
    content: "\e9a9";
    font-family: mdicon;
    margin-left: 0.7142857142857143rem;
    font-size: 2rem;
    color: var(--color-primary);
}
.atbs-posts--listing-list-no-sidebar-4 .post--vertical-has-author .post__cat-style,
.atbs-posts--listing-list-has-sidebar-3 .post--vertical-has-author .post__cat-style {
    margin-bottom: 0.35714285714285715rem;
}
/* theme check*/
.single-body p {
    margin: 0 0 2rem;
}
.single-content .single-body .has-background-dim p {
    /*color: rgba(255,255,255,0.8);*/ /*Comment Gutenberg*/
}
a {
    text-decoration: none;
}
/*[class *= 'wp-block-'],*/
.wp-block-image,
.wp-block-cover,
.wp-block-cover-image,
.wp-block-embed,
.wp-block-archives-dropdown,
.wp-block-search,
.wp-block-categories,
.wp-block-group,
.wp-block-media-text,
.wp-block-separator,
.wp-block-table,
.wp-block-audio {
    margin-bottom: 2rem;
}
.wp-block-button,
.wp-block-preformatted {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.wp-block-button.alignright,
.wp-block-button.alignleft {
    margin-top: 0.8em;
}
.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    display: none;
}
/*Wp Image*/
.wp-caption {
    max-width: 100%;
}
.wp-block-image figcaption,
.wp-caption .wp-caption-text,
.wp-caption-dd,
.single-content .wp-block-image figcaption,
.single-content .wp-caption .wp-caption-text,
.single-content .wp-caption-dd{
    color: #666;
    font-size: 1rem;
    line-height: 1.5;
    /*display: flex;*/
    /*flex-direction: column;*/
    text-align: center;
}
.wp-block-image img {
    display: block;
}
.wp-block-image:nth-last-child(2):before,
.wp-block-image:nth-last-child(3):before,
.wp-block-image:nth-last-child(2):after,
.wp-block-image:nth-last-child(3):after {
    content: '';
    display: table;
}
.wp-block-image:nth-last-child(2):after,
.wp-block-image:nth-last-child(3):after {
    clear: both;
}
/*Wp Button*/
audio::-webkit-media-controls-enclosure {
    background-color: #e4e4e4;
}
.atbs-dark-mode audio::-webkit-media-controls-enclosure {
    background-color: var(--bg-dark-mode-aside);
}
/*Wp Background*/
.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]) {
    color: #fff;
}
.wp-block-cover,
.wp-block-cover-image {
    height: auto;
    color: #fff;
}
.wp-block-cover-image .wp-block-cover-image-text a,
.wp-block-cover .wp-block-cover-text a,
section.wp-block-cover-image>h2 {
    text-decoration:  none;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image>h2 {
    font-size: 2rem;
    line-height: 1.4;
}
/*Wp Column*/

.wp-block-columns {
    margin-bottom: 0;
}
.typography-copy ol,
.typography-copy ul,
.comment-content ol,
.comment-content ul {
    margin-bottom: 1.6rem;
    padding-left: 1.8rem;
}
.entry-categories-style-1 ul {
    padding-left: 0;
    margin-bottom: 0;
}
.wp-block-rss li a,
.wp-block-rss li,
.wp-block-archives-list li a,
.wp-block-archives-list li  {
    color: #222222;
}

.atbs-dark-mode .wp-block-rss li a,
.atbs-dark-mode .wp-block-rss li,
.atbs-dark-mode .wp-block-archives-list li a,
.atbs-dark-mode .wp-block-archives-list li  {
    color: rgba(255,255,255,0.8);
}
.post--single .single-body {
    /*font-size: 1.1428rem;*/
    font-size: 17px;
    line-height: 1.75;
}
.has-large-font-size {
    font-size: 2.5714rem;
    line-height: 1.25;
}
.has-medium-font-size {
    font-size: 1.4285rem;
    line-height: 1.4;
}
/*Wp Quote*/
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    /*font-size: 1.0714rem;*/
}
.wp-block-quote a {
    text-decoration: none;
    font-size: 1.4285rem;
    line-height: 1.4;
}

/*Wp Categories*/
.typography-copy ul.blocks-gallery-grid {
    margin: 0;
    padding: 0;
}

.typography-copy .wp-block-gallery {
    margin-bottom: 1.6em;
}

.typography-copy ul li:not(:last-child).blocks-gallery-item {
    margin-top: 0;
}

.wp-block-embed figcaption {
    text-align: center;
}
.blocks-gallery-caption,
.wp-block-video figcaption {
    width: 100%;
    color: #555555;
    font-size: 0.9285714285714286rem;
    margin-top: 0.35714285714285715rem;
    margin-bottom: 1.0714285714285714rem;
}
/*Wp Widget*/
.wp-block-calendar table {
    margin-bottom: 0;
}
.wp-block-calendar table caption {
    margin-bottom: 0.7142857142857143rem;
}
.wp-block-calendar table th {
    text-align: center;
}

/*
.wp-calendar-nav {
    margin-top: 15px;
}*/

.single-body > ol li:not(:last-child),
.single-body > ul li:not(:last-child),
.single-body > ol li:not(:last-child),
.single-body > ul li:not(:last-child),
.single-body ol[class *= 'wp-block-'] li:not(:last-child),
.single-body ul[class *= 'wp-block-'] li:not(:last-child),
.single-body ol[class *= 'wp-block-'] li:not(:last-child),
.single-body ul[class *= 'wp-block-'] li:not(:last-child),
.wp-block-latest-posts__list li:not(:last-child) {
    margin-bottom: 1.0714285714285714rem;
}

.wp-block-search .wp-block-search__label {
    font-size: 1.2857rem;
    line-height: 1.5;
    margin-bottom: 0.7142857142857143rem;
    font-weight: 700;
    display: block;
}

.wp-block-search .wp-block-search__button {
    background: #333;
    border-radius: 0.14285714285714285rem;
    padding: 0 1.0714285714285714rem;
    height: 2.857142857142857rem;
    line-height: 2.857142857142857rem;
    color: #fff;
    border: 0;
    font-size: 1.2857rem;
}

/*Wp Layout Elements*/
.wp-block-group.has-background {
    padding: 3.5714285714285716rem 2.142857142857143rem;
}
.wp-block-group p:last-child {
    margin-bottom: 0;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
    height: 0.7142857142857143rem;
    border: none;
    background-color: transparent;
    background-image: -o-radial-gradient(currentColor 0.07142857142857142rem, transparent 0.07142857142857142rem);
    background-image: radial-gradient(currentColor 0.07142857142857142rem, transparent 0.07142857142857142rem);
    background-position: 0.07142857142857142rem 0.07142857142857142rem;
    background-size: 0.35714285714285715rem 0.35714285714285715rem;
    background-repeat: repeat;
    opacity: .25;
}
.wp-block-separator:not(.is-style-dots) {
    position: relative;
    display: block;
    height: 10px;
    border: none;
    background-color: transparent;
    background-image: -o-radial-gradient(currentColor 0.07142857142857142rem, transparent 0.07142857142857142rem);
    background-image: radial-gradient(currentColor 0.07142857142857142rem, transparent 0.07142857142857142rem);
    background-position: 0.07142857142857142rem 0.07142857142857142rem;
    background-size: 0.35714285714285715rem 0.35714285714285715rem;
    background-repeat: repeat;
    opacity: 1;
}
.wp-block-separator.is-style-dots {
    background: none!important;
    border: none;
    text-align: center;
    max-width: none;
    line-height: 1;
    height: auto;
}

/*Wp Format*/
.wp-block-table table {
    border: 0.1rem solid rgba(0,0,0,0.1);
}
.wp-block-table td:first-child {
    padding: 0.8em;
}
.wp-block-table th, .wp-block-table td {
    border: 0.1rem solid rgba(0,0,0,0.1);
}

/*Classic*/
input[type="button"]:not(.btn),
input[type="reset"]:not(.btn),
input[type="submit"]:not(.btn) {
    margin-top: 1.4285714rem;
}
.trackback .comment-body {
    margin-left: 0;
}
/* theme css*/
.wp-block-rss__item-title a,
.wp-block-archives.wp-block-archives-list li,
.wp-block-archives.wp-block-archives-list li::marker,
.wp-block-archives.wp-block-archives-list li a {
    color: #222222;
}
.atbs-dark-mode .wp-block-rss__item-title a,
.atbs-dark-mode .wp-block-archives.wp-block-archives-list li,
.atbs-dark-mode .wp-block-archives.wp-block-archives-list li::marker,
.atbs-dark-mode .wp-block-archives.wp-block-archives-list li a {
    color: rgba(255,255,255,0.8);
}
.atbs-dark-mode .subscribe-modal .modal-content {
    background-color: var(--bg-dark-mode-aside);
}
.atbs-dark-mode .subscribe-modal input[type="email"] {
    border-color: rgba(255,255,255,0.1);
    color: var(--color-light-mode);
}
.atbs-dark-mode .subscribe-modal input[type="email"]::-webkit-input-placeholder {
    color: rgba(255,255,255,0.6);
}
.atbs-dark-mode .subscribe-modal input[type="email"]::-moz-placeholder {
    color: rgba(255,255,255,0.6);
}
.atbs-dark-mode .subscribe-modal input[type="email"]:-ms-input-placeholder {
    color: rgba(255,255,255,0.6);
}
.atbs-dark-mode .subscribe-modal input[type="email"]::-ms-input-placeholder {
    color: rgba(255,255,255,0.6);
}
.atbs-dark-mode .subscribe-modal input[type="email"]::placeholder {
    color: rgba(255,255,255,0.6);
}
.subscribe-modal input[type="submit"] {
    padding: 0.5714285714285714rem 0.9285714285714286rem;
}
.atbs-dark-mode .subscribe-modal .modal-body,
.atbs-dark-mode .subscribe-modal .modal-title.modal-title {
    color: var(--color-light-mode);
}
.atbs-dark-mode .wp-block-group .wp-block-button__link {
    background-color: var(--background-dark-mode);
}
.atbs-dark-mode .item-border > *:last-child {
    border-color: rgba(255,255,255,0.1);
}

.pingback .comment-body {
    margin-left: 0;
}
.posts-navigation .posts-navigation__next:first-child{
    width: 100%;
}
/* theme check */

.typography-copy .gallery-caption {
    color: #999;
    font-size: 1rem;
}

.typography-copy .gallery-icon {
    background: transparent;
}
.atbs-dark-mode .typography-copy .gallery-caption {
    color: rgba(255,255,255,0.4);

}

.atbs-dark-mode .typography-copy .gallery-icon {
    background: transparent;
}
.wp-block-archives > li,
.wp-block-archives > li::marker {
    color: var(--color-primary);
}

.atbs-dark-mode .wp-block-archives > li,
.atbs-dark-mode .wp-block-archives > li::marker {
    color: rgba(255,255,255,0.8);
}

.author-social .sr-only {
    display: none;
}
/* wp-block-button */
.wp-block-button .wp-block-button__link {
    text-decoration: none;
    padding: 0.5em 1em;
    border-radius: 8px;
}
.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0;
}
.format-gallery .gallery + *,
.gallery + * {
    margin-top: 2rem;
}
.post-password-form {
    margin-bottom: 2rem;
}

.atbs-dark-mode select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' fill='%23ffffffcc' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.594 8.578l1.406 1.406-6 6-6-6 1.406-1.406 4.594 4.594z'/%3E%3C/svg%3E") !important;
}
/* author meta single */
/*.single-entry-section-wrap:not(.single-style-4):not(.single-style-5):not(.single-style-1) .entry-meta time.time {
    display: block
}*/
/*@end file 80*/
/* -----------------------------------------------------------------
## atbs-default-font
----------------------------------------------------------------- */
body {
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

.atbs-search-full-style-2 .search-form__input::-webkit-input-placeholder {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
}

.atbs-search-full-style-2 .search-form__input::-moz-placeholder {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
}

.atbs-search-full-style-2 .search-form__input:-ms-input-placeholder {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
}

.atbs-search-full-style-2 .search-form__input::-ms-input-placeholder {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
}

.page-heading__title,
.widget__title-text,
.comment-reply-title,
.comments-title,
.comment-reply-title,
.category-tile__name,
.block-heading,
.block-heading__title,
.post-categories__title,
.post__title,
.entry-title,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.text-font-primary,
.social-tile__title,
.widget_recent_comments .recentcomments>a,
.widget_recent_entries li>a,
.modal-title.modal-title,
.author-box .author-name a,
.comment-author,
.comment-author-name,
.widget_calendar caption,
.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_pages li,
.widget_categories li,
.widget_recent_entries li,
.widget_categories li>a,
.widget_meta ul,
.widget_recent_comments .recentcomments>a,
.widget_pages li>a,
.apsl-widget,
.widget_archive li,
.widget_archive a,
.lwa td,
.widget_nav_menu ul,
.widget_rss a.rsswidget,
.atbs-search-full-style-2 .search-form__input,
.atbs-search-full-style-2 .search-form__input::placeholder,
.post-score-circle .post-score-value,
.logo-text,
.wp-calendar-nav,
.menu,
.navigation-bar .navigation--main>li>a,
.navigation-bar-btn,
.navigation--main>li>a ,
.navigation--offcanvas>li>a ,
.atbs-footer .menu,
.atbs-footer .navigation--footer>li>a,
.navigation--footer>li>a ,
.block-heading:not(.carousel-heading--aside-title) .block-heading__title,
.widget__title .widget__title-text ,
.single .single-entry-section .block-heading .block-heading__title,
.single .comment-reply-title,
.page .comment-reply-title,
.single .atbs-reactions-title ,
.archive.category .block-heading .block-heading__title ,
.archive .archive_page .block-heading .block-heading__title,
.archive.tag .block-heading .block-heading__title ,
.search .block-heading:not(.widget__title) .block-heading__title.page-heading__title ,
.blog_page .block-heading:not(.widget__title) .block-heading__title.page-heading__title {
    font-family: Montserrat, sans-serif;
}

::-webkit-input-placeholder {
    font-family: Roboto, sans-serif;
}

::-webkit-input-placeholder,
::placeholder,
.block-heading__subtitle,
.meta-font,
.post__cat,
.post__readmore,
.time,
.atbs-pagination,
.subscribe-form__info,
.btn .author__name,
.author__text,
.social-share-label ,
.mobile-header-btn,
.meta-text,
a.meta-text,
.meta-font,
a.meta-font,
.text-font-tertiary,
.block-heading-tabs,
.block-heading-tabs>li>a,
input[type="button"]:not(.btn),
input[type="reset"]:not(.btn),
input[type="submit"]:not(.btn),
.btn,
label,
.page-nav,
.post-score,
.post-score-hexagon .post-score-value,
.read-more-link,
.post__meta,
.entry-meta,
.entry-author__name,
a.entry-author__name,
.comments-count-box,
.atbs-atbs-widget-indexed-posts-a .posts-list>li .post__thumb:after,
.atbs-atbs-widget-indexed-posts-b .posts-list>li .post__title:after,
.atbs-atbs-widget-indexed-posts-c .list-index,
.social-tile__count,
.widget_recent_comments .comment-author-link,
.atbs-atbs-video-box__playlist .is-playing .post__thumb:after,
.atbs-atbs-posts-listing-a .cat-title,
.atbs-atbs-news-ticker__heading,
.post-sharing__title,
.post-sharing--simple .sharing-btn,
.entry-action-btn,
.entry-tags-title,
.comments-title__text,
.comments-title .add-comment,
.comment-metadata,
.comment-metadata a,
.comment-reply-link,
.countdown__digit,
.modal-title,
.comment-meta,
.comment .reply,
.wp-caption,
.gallery-caption,
.widget-title,
.btn,
.logged-in-as,
.countdown__digit,
.atbs-atbs-widget-indexed-posts-a .posts-list>li .post__thumb:after,
.atbs-atbs-widget-indexed-posts-b .posts-list>li .post__title:after,
.atbs-atbs-widget-indexed-posts-c .list-index,
.atbs-atbs-horizontal-list .index,
.atbs-atbs-pagination,
.atbs-atbs-pagination--next-n-prev .atbs-atbs-pagination__label,
.post__readmore,
.single-header .atbs-date-style ,
.navigation--main .sub-menu a ,
.navigation--offcanvas>li>.sub-menu>li>a,
.navigation--offcanvas>li>.sub-menu>li>.sub-menu>li>a ,
.archive.category .block-heading .page-heading__subtitle p ,
.search .block-heading:not(.widget__title) .page-heading__subtitle {
    font-family: Roboto, sans-serif;
}


/*@end file 81*/


/*Gutenberg*/
.aligncenter {
    text-align: center;
}
.blocks-gallery-caption, .wp-block-video figcaption {
    text-align: center;
}
.blocks-gallery-caption {
    margin-top: 0;
}
.typography-copy .wp-block-gallery {
    margin-bottom: 2rem;
    margin-top: 0;
}
.wp-block-columns {
    margin-bottom: 2rem;
}

.typography-copy blockquote, .comment-content blockquote {
    margin: 0 0 1.6em 0;
    padding: 0 0 0 1em;
    border-left: 5px solid #eee;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.5);
}
.atbs-dark-mode .typography-copy blockquote,
.atbs-dark-mode .comment-content blockquote {
    color: rgba(255, 255, 255, 0.65);
}
.typography-copy blockquote::before, .comment-content blockquote::before {
    content: "\201c";
    display: block;
    position: relative;
    top: 0.225em;
    margin-bottom: 0.2em;
    color: #eee;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 5em;
    line-height: 0.3;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    color: rgba(0,0,0,0.5);
    margin-bottom: 0;
}
.wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 80%;
}

p.has-drop-cap.has-medium-font-size {
    min-height: 82.5px;
}
.has-drop-cap:not(:focus):first-letter {
    font-weight: inherit;
    font-size: 5em;
    line-height: .825;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal;
}
.wp-block-cover .has-text-align-center.has-large-font-size {
    font-size: 2rem;
    line-height: 1.4;
}

.wp-block-calendar {
    margin-bottom: 2rem;
}
.wp-block-embed figcaption {
    color: #999;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
}
.wp-calendar-nav {
    margin-top: 15px;
}

.wp-calendar-nav  a {
    color: rgba(0,0,0,0.8);
    text-decoration: none;
}
.wp-block-pullquote.is-style-solid-color {
    text-align: left;
}
select {
    border-radius: 5px;
    padding: 8px 15px;
    line-height: 1.5;
    padding-right: 2.6em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' fill='%23222222' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.594 8.578l1.406 1.406-6 6-6-6 1.406-1.406 4.594 4.594z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right .8em center;
    background-size: 20px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: .875em;
    line-height: 1.8;
    margin: .36em 0 1.4em;
}
pre {
    padding: 1.6em;
    margin: 0 0 1.6em;
    font-size: 0.9em;
    line-height: 1.6;
    background-color: #fafafa;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
}

.wp-block-table tbody tr:nth-child(2n){
    background-color: rgba(0, 0, 0, .025);
}
.wp-block-column ul li,
.wp-block-column ol li {
    margin-bottom: 1.0714285714285714rem !important;
}

.wp-block-embed__wrapper .atbs-responsive-video {
    margin-bottom: 0;
}
.wp-block-search .wp-block-search__button {
    background: #333;
    border-radius: 2px;
    padding: 15px;
    min-height: 53px;
    line-height: 1.2;
    color: #fff;
    border: 0;
    font-size: 1.2857rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wp-block-tag-cloud a:not(:hover) {
    color: rgba(0,0,0,0.8);
}
.wp-block-archives-dropdown label {
    font-size: 17px;
    line-height: 1.75;
}
.wp-block-calendar a {
    text-decoration: none;
}
ul[class*="wp-block-"],
ol[class*="wp-block-"] {
    padding-left: 0;
}

.wp-block-table table {
    border: 1px solid rgba(0,0,0,0.1);
}
.wp-block-table th, .wp-block-table td {
    border: 1px solid rgba(0,0,0,0.1);
    /* border-collapse: unset; */
}

.post__excerpt,
.post__excerpt.f-16 {
    font-size: max( 1.1428rem, 15px) !important;
}
.post--horizontal .post__title.f-16 {
    font-size: max( 1.1428rem, 12px) !important;
}

.atbs-index-page .posts--listing-list-has-sidebar-3 {
    margin: -30px 0;
}
.atbs-index-page .posts--listing-list-has-sidebar-3 .list-item {
    padding: 30px 0;
}
@media (max-width: 767px) {
    .atbs-index-page .posts--listing-list-has-sidebar-3 {
        margin: -25px 0;
    }
    .atbs-index-page .posts--listing-list-has-sidebar-3 .list-item {
        padding: 25px 0;
    }

}
.atbs-index-page .posts--listing-list-has-sidebar-3 .list-item:not(:last-child) {
    border-bottom: 1px solid var(--color-border);
}

.atbs-page-template .block-heading.block-heading--style {
    margin-bottom:  2.14285714286rem;
    /*padding-top: 2.14285714286rem;*/
}
.atbs-page-template #respond .block-heading.block-heading--style {
    margin-bottom: 0.3rem;
    /*padding-top: 2.14285714286rem;*/
}
.atbs-page-template #respond .block-heading--style .block-heading__title {
    padding-left: 0;
    font-size: 1.7rem;
}
.atbs-page-template #respond .block-heading--style .block-heading__title::before{
    display: none;
}
.atbs-page-template .comments-section  {
    margin-top: 2.85714285714rem;
}
.atbs-main-col-no-sidebar {
    max-width: 100%;
}
.textwidget p {
    line-height: 1.8;
}
/* custom index post overlay nothumb */
.custom-post--overlay-nothumb {
    background-color: transparent;
}
.custom-post--overlay-nothumb .post__cat {
    margin-bottom: 12px;
}
.custom-post--overlay-nothumb .post__title {
    padding: 0;
}
.custom-post--overlay-nothumb .post__text {
    min-height: 0px !important;
}
.custom-post--overlay-nothumb .post__text-inner {
    padding: 0;
}