/*-----------------------------------------------------------------------------------

  Theme Name: Leonas
  Theme URI: #
  Description: Ultimate News and Magazine Template
  Author: bkninja
  Author URI: https://themeforest.net/user/bkninja
  Version: 1.0

  Stylesheet

-----------------------------------------------------------------------------------*/
/*---- 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');
}
/*---- Work_Sans Font Face ----*/
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  src: url('../fonts/Work_Sans/WorkSans-VariableFont_wght.ttf') format('truetype');
}
@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  src: url('../fonts/Work_Sans/WorkSans-Italic-VariableFont_wght.ttf') format('truetype');
}
/*----  end ----*/

/* =============================================================================
## VARIABLES
============================================================================= */

:root {
    /* color-scheme: light dark; */
    /*Handling User Agent Styles*/
    /** Predefined Color **/
    --color-primary: #c90000;
    --color-primary-dark: #990000;
    --color-secondary: #171717;
    --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-offcanvas-submenu: var(--bg-color-main);
}


/* =============================================================================
## BASE
============================================================================= */

*,
::after,
::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 14px;
}

body {
    color: var(--color-text, #222222);
    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: 2px dotted var(--color-primary);
    outline-offset: 2px;
}

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: 1.3;
    margin-bottom: 1.5rem;
}

h2,
.h2 {
    font-size: 1.7857143rem;
    line-height: 1.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 #eee;
}

th {
    padding: 0.8em;
    text-align: left;
}

td {
    padding: 0.8em;
}

thead th {
    border-bottom: 2px solid #eee;
    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;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-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-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-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-linear-gradient( -270deg, 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 {
    filter: blur(10px);
}

.blurred-subtle {
    filter: blur(5px);
}

.blurred-more {
    filter: blur(20px);
}

.blurred-massive {
    filter: blur(30px);
}

.object-fit a,
.object-fit a img {
    width: 100%;
    height: 100%;
}

.object-fit a img {
    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: 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: 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: 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;
    transition: opacity 0.6s ease-in-out;
    -webkit-transition: opacity 0.6s ease-in-out;
    width: 100%;
    height: 100%;
    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-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);
}

.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 ::placeholder {
    /* Modern Browsers */
    color: rgba(255, 255, 255, 0.4);
}

.inverse-text ::-webkit-input-placeholder {
    /* Chrome / Opera / Safari */
    color: rgba(255, 255, 255, 0.4);
}

.inverse-text ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.4);
}

.inverse-text :-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.4);
}

.inverse-text :-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.4);
}

.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-only-first>*:not(:first-child) {
    border-bottom: none;
}

.list-seperated-only-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-only-first>*:first-child,
.overlay-content .list-seperated-only-first>*:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.inverse-text .list-seperated-only-last>*:last-child,
.overlay-content .list-seperated-only-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-color-main);
}

.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: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -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: 50px;
}


/*---- Block heading center ----*/

.block-heading--center {
    display: block;
    text-align: center;
}

.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: flex;
    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 (min-width: 992px) {
    .block-heading__title {
        font-size: 4.142857142857143rem;
    }
}

@media (max-width: 1199px) {
    .block-heading {
        margin-bottom: 70px;
    }
    .block-heading__title {
        font-size: 3.2142rem;
    }
}

@media (max-width: 991px) {
    .block-heading {
        margin-bottom: 45px;
    }
}

@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;
    }
}


/*---- Block heading inverse ----*/

.block-heading--inverse {
    position: relative;
    color: white;
    z-index: 1;
}

.block-heading--inverse .block-heading__title {
    color: white;
}

.block-heading--inverse .block-heading__subtitle {
    color: rgba(255, 255, 255, 0.8);
}

.block-heading.block-heading--inverse:before,
.block-heading.block-heading--inverse:after {
    border-color: rgba(255, 255, 255, 0.2);
}


/* =============================================================================
 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;
    -moz-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;
    -moz-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);
    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, #333);
    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: var(--color-primary);
}

.post-score-hexagon .post-score-value {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-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: 24px;
    }
}

.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;
    -moz-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: 10px;
        font-size: 0.71429rem;
    }
}

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: 400;
    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;
    -moz-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: 576px;
    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: 12px;
}

.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 {
    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: flex;
    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%;
    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%;
    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%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-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: 100px;
        height: 100px;
    }
    .post-type-icon--lg .post-score-hexagon .post-score-value {
        font-size: 33px;
    }
    .post-type-icon--lg .hexagon-svg {
        width: 100px;
    }
    .post-type-icon--lg .post-score-value {
        font-size: 42px;
    }
}


/*.inverse-text .post__cat.post__cat-primary,*/


/*.inverse-text .post__cat.post__cat-secondary,*/

.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.8);
}

.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: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -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;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 0 auto;
        -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;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-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: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-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;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.post--horizontal-middle.post--horizontal-reverse {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -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;
    -moz-box-ordinal-group: -1;
    box-ordinal-group: -1;
    -webkit-order: -1;
    -moz-order: -1;
    order: -1;
    -ms-flex-order: -1;
    z-index: 1;
}


/* =============================================================================
 Post Overlay
============================================================================= */

.post--overlay {
    position: relative;
    overflow: hidden;
    background-color: #333;
}

.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: -webkit-flex;
    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: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.post--overlay-bottom .post__text {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-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);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.post--overlay-middle {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.post--overlay-middle .post__text {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: 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-linear-gradient( -270deg, 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;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
}


/*---- Post vertical reverse ----*/

.post--vertical-reverse {
    display: flex;
    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 {
    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%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-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;
}


/* =============================================================================
 Block general
============================================================================= */

.atbs-block {
    position: relative;
    margin-bottom: 40px;
}

.atbs-block:last-child {
    margin-bottom: 0;
}

.atbs-block__inner {
    position: relative;
}

@media (min-width: 1200px) {
    .atbs-block--fullwidth {
        margin-bottom: 60px;
    }
}

.single-entry-section-wrap.atbs-block--contiguous:first-child,
.atbs-block--fullwidth.atbs-block--contiguous:first-child {
    margin-top: -20px;
}

@media (min-width: 768px) {
    .single-entry-section-wrap.atbs-block--contiguous:first-child,
    .atbs-block--fullwidth.atbs-block--contiguous:first-child {
        margin-top: -65px;
    }
}

.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.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: 55px;
}

.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: 600;
    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: 20px;
}

.widget_archive li>a {
    display: inline-block;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 500;
    text-transform: uppercase;
}

.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;*/
    padding: 12px 15px;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-white);
    background-color: #333;
    text-transform: uppercase;
}

.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: 20px;
}

.widget_categories li>a {
    display: inline-block;
    text-decoration: none;
    color: var(--color-text);
    text-transform: uppercase;
    font-weight: 500;
}

.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: 20px;
}

.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: 17px;
}

.widget_nav_menu .sub-menu .sub-menu {
    font-size: 100%;
}
.widget_nav_menu li a {
    font-weight: 500;
    text-transform: uppercase;
}

/*---- ## Meta Widget ----*/

.widget_meta ul {
    list-style: none;
    padding: 0;
}

.widget_meta li:not(:last-child) {
    margin-bottom: 20px;
}

.widget_meta li>a {
    display: inline-block;
    text-decoration: none;
    color: var(--color-text);
    text-transform: uppercase;
    font-weight: 500;
}

.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: 20px;
}

.widget_pages li>a {
    display: inline-block;
    text-decoration: none;
    color: var(--color-text);
    text-transform: uppercase;
    font-weight: 500;
}

.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;
    list-style: none;
}

.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: 10px;
    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 ul:last-child {
    margin-bottom: 0;
}

.widget_recent_entries li:not(:last-child) {
    margin-bottom: 20px;
}

.widget_recent_entries li>a {
    display: inline-block;
    text-decoration: none;
    color: var(--color-text);
    font-weight: 500;
    text-transform: uppercase;
}


/*---- ## 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 ul li a.rsswidget {
    font-size: 15px;
}
.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;
    font-size: 15px;
    opacity: 0.9;
    margin-top: 10px;
    line-height: 1.5;
}


/*---- ## Search Widget ----*/

.widget_search button.search-form__submit {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-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;
    font-size: 13px !important;
    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;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.tagcloud a:hover {
    background: var(--color-white);
    color: var(--color-text);
    /*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
============================================================================= */

.flexbox {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.flexbox>* {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    /*IE fix*/
}

.flexbox--middle {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}

.flexbox__item {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-box {
    display: flex;
    flex-wrap: wrap;
}

.flex-box-nowrap {
    display: flex;
}

.flex-direction-column {
    flex-direction: column;
    height: 100%;
}

.flex-box-auto>*,
.flex-item-auto {
    flex: 1;
}

.flex-item-auto-bottom {
    flex: 1 1 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-self: auto;
    align-content: flex-end;
}

.flex-item-auto-top {
    flex: 1 1 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}


/**/

.flex-column-reverse {
    display: flex;
    flex-direction: column-reverse;
}

.flex-row-reverse {
    display: flex;
    flex-direction: row-reverse;
}


/**/

.justify-content-center {
    justify-content: center;
}

.justify-content-space {
    justify-content: space-between;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-end {
    justify-content: flex-end;
}


/**/

.align-item-center {
    align-items: center;
}

.align-item-space {
    align-content: space-between;
}

.align-item-end {
    align-items: flex-end;
}

.align-item-start {
    align-items: flex-start;
}


/** Align Content **/

.content-start {
    align-content: flex-start;
}

.content-end {
    align-content: flex-end;
}

.content-center {
    align-content: center;
}

.content-around {
    align-content: space-around;
}

.content-stretch {
    align-content: stretch;
}


/** Align Self **/

.self-auto {
    align-self: auto;
}

.self-start {
    align-self: flex-start;
}

.self-end {
    align-self: flex-end;
}

.self-center {
    align-self: center;
}

.self-baseline {
    align-self: baseline;
}

.self-stretch {
    align-self: stretch;
}


/** Flex Grow **/

.flex-grow {
    flex-grow: 1;
}

.flex-grow-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 {
    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-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;
        /*font system*/
        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-24 {
        font-size: 1.4285rem;
        /*font system*/
        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 system*/
        line-height: 1.4;
    }
    .f-46,
    .f-48,
    .f-50,
    .f-52,
    .f-54 {
        font-size: 2rem;
        /*font system*/
        line-height: 1.4;
    }
    .f-56,
    .f-58,
    .f-60 {
        font-size: 2.1428rem;
        /*font system*/
        line-height: 1.4;
    }
}

@media (max-width: 575px) {
    .f-18 {
        font-size: 1.4285rem;
        /*font system*/
        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;
        /*font system*/
        line-height: 1.4;
    }
    .f-46,
    .f-48,
    .f-50,
    .f-52,
    .f-54,
    .f-56,
    .f-58,
    .f-60 {
        font-size: 1.8571rem;
        /*font system*/
        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;
        /*font system*/
        line-height: 1.4;
    }
    .f-46,
    .f-48,
    .f-50,
    .f-52,
    .f-54,
    .f-56,
    .f-58,
    .f-60 {
        font-size: 1.7142rem;
        /*font system*/
        line-height: 1.4;
    }
}

@media (max-width: 380px) {
    .f-18,
    .f-20,
    .f-22,
    .f-24 {
        font-size: 1.2857rem;
        /*font system*/
        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: 700;
}

.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%;
    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-140 .post__thumb {
    height: 140px;
}
.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-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;
    }
}


/* =============================================================================
 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__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;*/
    font-size: 17px;
    line-height: 1.75;

}

.comment-form>* {
    z-index: 1;
}

.comment-content>*:last-child {
    margin-bottom: 0;
}

.comment-content .info {
    padding: 15px;
    background: #eee;
    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: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-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;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    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;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding: 0 15px;
}

.comment-form-cookies-consent {
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -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;
    -webkit-flex: 1;
    -moz-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.6;
}

.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;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    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;
    -moz-transition: border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, -moz-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, -moz-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;
    -moz-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: var(--bg-dark-mode-aside);
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 21, 46, 0.1);
    -moz-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: var(--bg-dark-mode-aside);
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 21, 46, 0.1);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 21, 46, 0.1);
    box-shadow: 0px 10px 20px 0px rgba(0, 21, 46, 0.1);
}


/* .atbs-dark-mode .comment-form-comment .form-control-custom:focus,
.atbs-dark-mode .comment-form-author .form-control-custom:focus,
.atbs-dark-mode .comment-form-email .form-control-custom:focus {
    outline: 0;
    border-color: #ddd1fe;
    background-color: var(--bg-dark-mode-aside);
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 21, 46, 0.1);
    -moz-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:-moz-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;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    order: 3;
}

.form-submit input {
    min-width: 120px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    background: var(--color-primary);
    -webkit-box-shadow: 0px 4px 7px 2px rgb(12 0 46 / 10%);
    -moz-box-shadow: 0px 4px 7px 2px rgb(12 0 46 / 10%);
    box-shadow: 0px 4px 7px 2px rgb(12 0 46 / 10%);
    border: 1px solid var(--color-primary);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-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: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.wpcf7-form p:nth-last-child(2)>span {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-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;
    font-size: 1.8rem;
    font-weight: 800;
}

.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;*/
}

.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;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    padding: 10px 25px;
    border: 1px solid var(--color-primary);
    font-size: 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    background: var(--color-primary);
}

@media (max-width: 767px) {
    .comment-form .form-submit input[type="submit"] {
        color: #fff;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        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;
}
@media (max-width: 767px) {
  .atbs-related-posts .block-heading__title,
  .single .comments-title,
  .page .comments-title {
  
      font-size: 1.57142857143rem !important;
      font-weight: 700 !important; 
    
  }
}
@media (max-width: 575px) {
  .atbs-related-posts .block-heading__title,
  .single .comments-title,
  .page .comments-title {
  
      font-size: 1.42857142857rem !important; 
    
  }
}

/*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;
}


/**
* 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 {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel-under-post {
    display: flex;
    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;
    -khtml-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: 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 {
    transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    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;
    transition: 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;
    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: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    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);
    transition: 0.3s ease-in-out;
    transform: rotateY(0deg) perspective(1000px);
}

.owl-carousel.Left .owl-cursor svg {
    transform: rotateY(180deg) perspective(1000px);
}

.owl-carousel.Right .owl-cursor svg {
    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 {
    transform: translate(-50%, -50%) scale(1, 1);
}


/**/

.owl-carousel.carousel-dot-center-number .owl-nav {
    display: flex;
    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;
    transform: none;
    top: unset;
    left: unset;
    right: unset;
    display: flex;
    align-items: 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;
}

@media (min-width: 768px) {
    .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;
    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;
    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;
    transition-property: transform, width;
    transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
    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 {
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
}

.fotorama__nav__frame,
.fotorama__thumb-border {
    box-sizing: content-box;
}

.fotorama__caption__wrap {
    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),
(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: 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 {
    transition-property: opacity;
    transition-timing-function: linear;
    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;
    transition-property: transform, opacity;
    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: 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: 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;
    background-color: #d8d8d8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    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: -webkit-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: -moz-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%);
}

.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: -webkit-calc(101% + 50px);
    top: -moz-calc(101% + 50px);
    top: calc(101% + 50px);
    right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    -moz-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: -webkit-calc(101% + 10px);
    top: -moz-calc(101% + 10px);
    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: -webkit-calc(101% + 130px);
    top: -moz-calc(101% + 130px);
    top: calc(101% + 130px);
    right: 50px;
}

.admin-bar .scroll-count-percent {
    top: -webkit-calc(101% + 82px);
    top: -moz-calc(101% + 82px);
    top: calc(101% + 82px);
}

.js-sticky-header.is-fixed .scroll-count-percent {
    top: -webkit-calc(101% + 50px);
    top: -moz-calc(101% + 50px);
    top: calc(101% + 50px);
}

.js-sticky-header.is-fixed.is-shown .scroll-count-percent {
    top: -webkit-calc(101% + 50px);
    top: -moz-calc(101% + 50px);
    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;
    -moz-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);
    -moz-transform: rotate(-90deg);
    -o-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(--color-white);
}

.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;
    -moz-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%);
    -moz-transform: translate(-50%, -50%);
    -o-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%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-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;
    -webkit-justify-content: unset;
    -moz-box-pack: unset;
    justify-content: unset;
    display: none;
}

.scroll-count-percent-mobile.scroll-count-percent .progress-scroll {
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -o-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;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    display: block;
    left: unset;
    top: unset;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-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: -webkit-flex;
        display: -moz-box;
        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%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
}

.scroll-count-percent .btn-bookmark-icon svg {
    width: 25px;
    height: 25px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-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;
    -moz-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 {
    height: 0;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -moz-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%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    top: 50%;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* -----------------------------------------------------------------
## 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);
    -moz-transform: translate(-101%, 0);
    -ms-transform: translate(-101%, 0);
    -o-transform: translate(-101%, 0);
    transform: translate(-101%, 0);
    -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
    -moz-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 {
    box-shadow: 0 1px 10px 10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-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(255, 255, 255, 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: rgba(255, 255, 255, 0.6);;
    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);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
    -moz-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);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-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%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-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: rgba(255,255,255,0.8);
    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: 8px;
    top: 10px;
}

@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: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    -moz-box-align: 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;
    -webkit-flex: 1;
    -moz-box-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;
    -webkit-flex: 1;
    -moz-box-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: flex;
    justify-content: 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: flex;
    justify-content: center;
    align-items: center;
}

.bookmark-list {
    position: absolute;
    right: -5px;
    top: -webkit-calc(100%);
    top: -moz-calc(100%);
    top: calc(100%);
    width: 350px;
    height: auto;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 9999999;
    overflow: hidden;
    padding: 30px 0 30px 0;
    visibility: hidden;
    opacity: 0;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -webkit-box-shadow: 0 15px 29px rgba(0, 0, 0, 0.05);
    -moz-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: flex;
    padding: 20px;
    justify-content: 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: 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: flex;
    justify-content: 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 {
    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: 0.8em auto;
    text-align: center;
}

.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: flex;
    align-items: center;
}

.widget_mc4wp_form_widget button[type="submit"] {
    height: 34px;
    padding: 5px 10px;
    display: flex;
    align-items: 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;*/
    font-size: 16px;
    font-size: 17px;
    line-height: 1.75;
}

.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-"]):not(.entry-title),
.typography-copy h1:not([class*="f-"]):not(.entry-title),
.comment-content .h1:not([class*="f-"]):not(.entry-title),
.comment-content h1:not([class*="f-"]):not(.entry-title) {
    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-"]):not(.entry-title),
    .typography-copy h1:not([class*="f-"]):not(.entry-title),
    .comment-content .h1:not([class*="f-"]):not(.entry-title),
    .comment-content h1:not([class*="f-"]):not(.entry-title) {
        font-size: 2.488em;
        line-height: 1.2;
    }
}

@media (min-width: 992px) {
    .typography-copy .h1:not([class*="f-"]):not(.entry-title),
    .typography-copy h1:not([class*="f-"]):not(.entry-title),
    .comment-content .h1:not([class*="f-"]):not(.entry-title),
    .comment-content h1:not([class*="f-"]):not(.entry-title) {
        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 h1,
.typography-copy .h1,
.comment-content h1,
.comment-content .h1,
.typography-copy h2,
.typography-copy .h2,
.comment-content h2,
.comment-content .h2,
.typography-copy h3,
.typography-copy .h3,
.comment-content h3,
.comment-content .h3,
.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 #eee;
    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: #eee;
    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;
}
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;
    }

.author-box .author-avatar img {
    height: 100%;
    width: 100%;
    border-radius: 100%;
}


/* -----------------------------------------------------------------
## Single
----------------------------------------------------------------- */

.single-entry-section {
    margin-top: 40px;
}

@media (min-width: 1200px) {
    .single-entry-section {
        margin-top: 60px;
    }
}

.single-header-wrap {
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .single-header-wrap {
        margin-bottom: 30px;
    }
}

.single-header {
    margin: 20px 0;
}

.single-header:first-child {
    margin-top: 0;
}

.single-header__content {
    position: relative;
}

.single-header .entry-title {
    max-width: 970px;
    font-size: 2.027rem;
    font-weight: 600;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .single-header .entry-title {
        font-size: 2.986rem;
        line-height: 1.2;
    }
}

@media (min-width: 992px) {
    .single-header .entry-title {
        font-size: 3.052rem;
        line-height: 1.2;
    }
}

@media (min-width: 992px) {
    .single-header .entry-title--lg {
        font-size: 3.815rem;
        line-height: 1.1;
    }
}

.single-header--center .entry-title {
    margin-left: auto;
    margin-right: auto;
}

.single-header>*:first-child,
.single-header .post__header-inner>*:first-child,
.single-content>*:first-child,
.single-content .entry-content>*:first-child {
    margin-top: 0;
}

.single-header>*:last-child,
.single-header .post__header-inner>*:last-child {
    margin-bottom: 0;
}

.single-header .post__header-inner {
    max-width: 940px;
}

.entry-teaser {
    margin: 1em 0;
    font-size: 18px;
    font-size: 1.28571rem;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) {
    .entry-teaser {
        font-size: 20px;
        font-size: 1.42857rem;
        line-height: 1.4;
    }
}

.inverse-text .entry-teaser {
    color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 768px) {
    .entry-teaser--lg {
        font-size: 18px;
        font-size: 1.2857rem;
    }
}

.single-header .entry-teaser {
    max-width: 40em;
}

.single-header--center .entry-teaser {
    margin-left: auto;
    margin-right: auto;
}

.single-header--center {
    text-align: center;
}

.entry-interaction {
    margin: 15px 0;
}

.entry-interaction:first-child {
    margin-top: 0;
}

.entry-interaction:last-child {
    margin-bottom: 0;
}

.entry-interaction--border-top {
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.entry-interaction--horizontal {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
}

.entry-interaction--horizontal>div {
    margin-top: 5px;
    margin-bottom: 5px;
}

.entry-interaction__left:not(:last-child) {
    margin-right: 15px;
}

.single-entry-thumb,
.single-entry-featured-media {
    margin-bottom: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.08);
}

.single-entry-thumb-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 20px;
    color: #fff;
}

.single-entry-thumb-caption span {
    position: relative;
}

.single-entry-thumb-caption a {
    display: inline-block;
    color: inherit !important;
    text-decoration: underline;
}

.single-entry-thumb-caption:before {
    content: '';
    position: absolute;
    top: -50%;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(-270deg, 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%);
    opacity: 0.8;
}

@media (max-width: 767px) {
    .single-entry-thumb,
    .single-entry-featured-media {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.single-entry-thumb:last-child,
.single-entry-featured-media:last-child {
    margin-bottom: 0;
}

.page.post--single .single-entry-thumb {
    margin-bottom: 60px;
}

.single-entry-featured-media-wrap {
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .single-entry-featured-media-wrap {
        margin-bottom: 30px;
    }
}

.single-content::after,
.entry-content::after {
    clear: both;
    content: "";
    display: table;
}


/*
   * Post sharing
   *--------------------*/

.post-sharing>ul {
    display: inline-block;
    margin: -4px -2px;
    padding: 0;
    line-height: 0;
    list-style: none;
    vertical-align: middle;
}

.post-sharing>ul>li {
    display: inline-block;
    margin: 4px 2px;
    line-height: 0;
}

.post-sharing--simple .sharing-btn {
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 2px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    .post-sharing--simple .sharing-btn {
        height: 34px;
        width: 34px;
    }
}

.post-sharing--simple .sharing-btn i {
    font-size: 12px;
    font-size: 0.8571rem;
}

@media (min-width: 768px) {
    .post-sharing--simple .sharing-btn i {
        font-size: 14px;
        font-size: 1rem;
    }
}

.post-sharing--simple .sharing-btn>* {
    line-height: 30px;
}

@media (min-width: 768px) {
    .post-sharing--simple .sharing-btn>* {
        line-height: 34px;
    }
}

@media (min-width: 768px) {
    .post-sharing--simple .sharing-btn-primary {
        width: auto;
        padding: 0 15px;
    }
}

.post-sharing--simple .sharing-btn-primary .sharing-btn__text {
    display: none;
}

@media (min-width: 768px) {
    .post-sharing--simple .sharing-btn-primary .sharing-btn__text {
        display: inline-block;
        margin-left: 0.4em;
    }
}

.entry-action-btn {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    height: 30px;
    min-width: 60px;
    padding: 0 10px;
    border-radius: 2px;
    background: #FC3C2D;
    color: #fff !important;
    font-size: 12px;
    text-align: center;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.entry-action-btn:hover,
.entry-action-btn:active,
.entry-action-btn:focus {
    color: inherit;
    text-decoration: none;
}

@media (min-width: 768px) {
    .entry-action-btn {
        height: 34px;
        min-width: 80px;
        padding: 0 14px;
        font-size: 14px;
    }
}

.entry-action-btn:not(:first-child) {
    margin-left: 5px;
}

.entry-action-btn i {
    margin-right: 0.4em;
    font-size: 1.2em;
}

.entry-action-btn span {
    vertical-align: middle;
}

.entry-action-btn>* {
    line-height: 30px;
}

@media (min-width: 768px) {
    .entry-action-btn>* {
        line-height: 34px;
    }
}


/*---- Author box ----*/
.page_Author .author-box:not(.authorbox-page-style) {
    display: block;
}
.author-box {
    position: relative;
    padding: 30px;
    background: #fafafa;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.author-box .author-avatar {
    height: 100px;
    width: 100px;
    margin: 0px auto 20px;
    border-radius: 100%;
    border: 4px solid #fff;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.05), 0 10px 10px rgba(0, 0, 0, 0.04);
}

@media (min-width: 768px) {
    .author-box .author-avatar {
        margin: 0;
        position: absolute;
        top: 50%;
        right: auto;
        bottom: auto;
        left: -15px;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}

.author-box .author-avatar img {
    height: 100%;
    width: 100%;
    border-radius: 100%;
}

.author-box__text {
    text-align: center;
}

@media (min-width: 768px) {
    .author-box__text {
        padding-left: 80px;
        text-align: left;
    }
}

.author-box .author-name span {
    color: rgba(0, 0, 0, 0.4);
}

.author-box .author-name a {
    color: rgba(0, 0, 0, 0.8);
    font-size: 110%;
    font-weight: 700;
    text-transform: uppercase;
}

.author-box .author-bio {
    margin: 15px 0;
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
}

.author-box .author-info {
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
}

@media (min-width: 768px) {
    .author-box .author-info {
        text-align: left;
    }
}

.author-box .author-info a,
.author-box .author-bio a {
    color: rgba(0, 0, 0, 0.6);
}

.author-box .author-info a:hover,
.author-box .author-info a:focus,
.author-box .author-info a:active,
.author-box .author-bio a:hover,
.author-box .author-bio a:focus,
.author-box .author-bio a:active {
    color: rgba(0, 0, 0, 0.8);
}

.author-box .author-socials ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.author-box .author-socials a {
    display: inline-block;
    font-size: 1.4rem;
    white-space: nowrap;
    text-decoration: none;
}

@media (min-width: 768px) {
    .author-box .author-all-posts {
        text-align: right;
    }
}

.author-box .author-all-posts__link {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-decoration: none;
}


/*---- Posts navigation ----*/

.posts-navigation {
    padding-bottom: 20px;
}

.posts-navigation .post--overlay .post__text {
    min-height: 200px;
}

.posts-navigation .post--overlay .post__text-wrap {
    padding-bottom: 15px;
}

.posts-navigation__prev,
.posts-navigation__next {
    position: relative;
}

@media (min-width: 768px) {
    .posts-navigation__prev,
    .posts-navigation__next {
        width: 50%;
        float: left;
    }
}

@media (min-width: 768px) {
    .posts-navigation__prev {
        padding-right: 10px;
    }
}

.posts-navigation__prev:not(:only-child) {
    margin-bottom: 35px;
}

@media (min-width: 768px) {
    .posts-navigation__prev:not(:only-child) {
        margin-bottom: 0;
    }
}

.posts-navigation__prev i {
    margin-right: 0.4em;
}

.posts-navigation__next {
    text-align: right;
}

@media (min-width: 768px) {
    .posts-navigation__next {
        padding-left: 10px;
    }
}

.posts-navigation__next i {
    margin-left: 0.4em;
}

.posts-navigation__label {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 10px 35px;
    color: inherit;
    text-decoration: none;
    font-size: 12px;
    color: #fff !important;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -o-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.posts-navigation__label:hover,
.posts-navigation__label:active,
.posts-navigation__label:focus {
    color: inherit;
    text-decoration: none;
}

.posts-navigation__label:before {
    content: '';
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    left: 20px;
    background: #FC3C2D;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.posts-navigation>div:hover .posts-navigation__label:before {
    left: 0;
    right: 0;
}

@media (min-width: 768px) {
    .posts-navigation__prev .posts-navigation__label {
        right: 10px;
    }
}

@media (min-width: 768px) {
    .posts-navigation__next .posts-navigation__label {
        left: 10px;
    }
}

.posts-navigation__label span {
    position: relative;
}


/*---- Comments section ----*/

.comments-title {
    margin: 0 0 2em 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 30px;
    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: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.comment-body {
    margin-left: 65px;
    margin-bottom: 30px;
}

.pingback .comment-body {
    margin-left: 0;
}

.comment-meta {
    margin-bottom: 8px;
}

.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: 51px;
}

.comment-metadata {
    font-size: 12px;
    font-size: 0.85714rem;
    color: rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    font-weight: 600;
}

@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: 20px;
    /*font-size: 16px;*/
    /*font-size: 1.14286rem;*/
    /*line-height: 1.5;*/

    font-size: 17px;
    line-height: 1.75;
    opacity: 0.95;
}

.comment-content>*:last-child {
    margin-bottom: 0;
}

.comment-content .info {
    padding: 15px;
    background: #eee;
    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;
    letter-spacing: 0.08em;
}

.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: 0;
    line-height: 1.2;
    font-weight: 600;
    color: var(--color-black-opacity-60);
}

#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;
    border: 1px solid #e6e6e6;
    font-size: 1.14286rem;
    line-height: 1.6;
}

.atbs-dark-mode .comment-form-comment textarea {
    max-width: 790px;
    font-size: 16px;
    border: 1px solid #3f3f3f;
    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"] {
    background: #FC3C2D;
    color: #fff;
}

.comment-form .form-submit input[type="submit"]:active,
.comment-form .form-submit input[type="submit"]:focus,
.comment-form .form-submit input[type="submit"]:hover {
    background: #ef392b;
    color: #fff;
}
/*@end file 1*/
a {
    text-decoration: none !important;
}

.container:before {
    content: '';
    display: table;
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

@media (max-width: 767px) {
    .atbs-sub-col.sidebar {
        padding: 30px 15px 30px 15px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .container {
        width: 540px;
    }
}

.items-clear-both-2>div:nth-child(2n+1) {
    clear: both;
}

.items-clear-both-3>div:nth-child(3n+1) {
    clear: both;
}

.remove-margin-bottom-lastchild *:last-child {
    margin-bottom: 0 !important;
}

.atbs-block {
    margin-bottom: 100px;
}

.atbs-block-sub:not(:last-child) {
    margin-bottom: 60px;
}

.remove-margin-bottom-lastchild *:last-child {
    margin-bottom: 0 !important;
}

@media (max-width: 1199px) {
    .atbs-block {
        margin-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .atbs-block .module-small:not(:first-child) {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .atbs-block {
        margin-bottom: 85px;
    }
}

@media (max-width: 767px) {
    .atbs-block {
        margin-bottom: 80px;
    }
}

@media (max-width: 575px) {
    .atbs-block {
        margin-bottom: 65px;
    }
}


/*----color---*/

:root {
    --color-white: #fff;
    --color-text: #1b0b0b;
    --color-logo: #48337b;
    --color-sub: rgba(34, 34, 34, 0.8);
    --color-primary: #caa570;
    --color-secondary: #222222;
}

.color-primary {
    color: var(--color-primary);
}

.color-secondary {
    color: var(--color-secondary);
}

.color-white {
    color: #fff;
}

.set-background-module {
    background-color: #fafbfc;
    padding-top: 85px;
    padding-bottom: 100px;
}

.line-top-hover {
    position: relative;
}

.line-top-hover:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 1;
    background-color: var(--color-secondary);
    opacity: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.line-top-hover:hover:before {
    opacity: 1;
}

@media (max-width: 1199px) {
    .set-background-module {
        padding-top: 75px;
        padding-bottom: 90px;
    }
}

@media (max-width: 575px) {
    .set-background-module {
        padding-top: 65px;
        padding-bottom: 70px;
    }
}

@media (max-width: 420px) {
    .set-background-module {
        padding-top: 60px;
        padding-bottom: 65px;
    }
}


/*-----heading-------------------*/

.block-heading .block-heading__title {
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 0;
    font-weight: 800;
}

.block-heading.block-heading--lg .block-heading__title {
    font-size: 80px;
    font-size: 5.71428rem;
    line-height: 1.2;
    letter-spacing: 0;
}

.block-heading.block-heading-small {
    margin-bottom: 40px;
}

.block-heading.block-heading-large {
    margin-bottom: 90px;
}

.block-heading.block-heading-small .block-heading__title {
    font-size: 20px;
    line-height: 1.4;
}

.block-heading.block-heading-large .block-heading__title {
    font-size: 50px;
    line-height: 1;
}

.block-heading.block-heading-line-top {
    padding-top: 30px;
    border-top: 1px solid rgba(72, 51, 123, 0.1);
}

.block-heading__title.block-heading__title-has-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-heading__title.block-heading__title-has-icon i {
    background-color: var(--color-primary);
    border-radius: 50%;
    color: #fff;
    width: 15px;
    height: 15px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.block-heading__title.block-heading__title-has-icon i:before {
    width: 93.3%;
    height: 93.3%;
}

.block-heading.block-heading--lg .block-heading__title {
    color: var(--color-text);
    text-align: center;
    text-transform: uppercase;
}

.block-heading.block-heading--color-primary .block-heading__title {
    color: var(--color-primary) !important;
}

.block-heading.block-heading--md {
    margin-bottom: 0;
    padding-bottom: 20px;
    justify-content: center;
}

.atbs-post-listing--grid-a .block-heading.block-heading--md {
    margin-bottom: 70px;
}

.block-heading.block-heading--md .block-heading__title {
    text-transform: uppercase;
    color: var(--color-text);
    font-size: 22px;
    font-size: 1.57143rem;
    line-height: 1.772;
}

.block-heading--md-line-bottom {
    border-bottom: 1px solid rgba(202, 165, 112, .2);
}

.block-heading--lg {
    margin-bottom: 60px;
    justify-content: center;
}

@media (max-width: 1199px) {
    .block-heading.block-heading-large {
        margin-bottom: 65px;
    }
    .block-heading.block-heading-large .block-heading__title {
        font-size: 45px;
    }
}

@media (max-width: 991px) {
    .block-heading.block-heading--lg .block-heading__title {
        font-size: 66px;
        font-size: 4.71428rem;
    }
}

@media (max-width: 767px) {
    .block-heading.block-heading-line-top {
        padding-top: 20px;
    }
    .block-heading.block-heading-large .block-heading__title {
        font-size: 40px;
    }
    .block-heading.block-heading-large {
        margin-bottom: 55px;
    }
    .block-heading.block-heading-small {
        margin-bottom: 30px;
    }
    .block-heading.block-heading--lg .block-heading__title {
        font-size: 50px;
        font-size: 3.57143rem;
    }
    .block-heading--lg {
        margin-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .block-heading.block-heading-large {
        margin-bottom: 50px;
    }
    .block-heading.block-heading-small {
        margin-bottom: 30px;
    }
    .block-heading.block-heading-large .block-heading__title {
        font-size: 36px;
    }
    .block-heading.block-heading-small .block-heading__title {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .block-heading.block-heading-large {
        margin-bottom: 45px;
    }
    .block-heading.block-heading-large .block-heading__title {
        font-size: 34px;
    }
}

@media (max-width: 420px) {
    .block-heading.block-heading-large {
        margin-bottom: 40px;
    }
    .block-heading.block-heading-large .block-heading__title {
        font-size: 30px;
    }
    .block-heading.block-heading--lg .block-heading__title {
        font-size: 30px;
        font-size: 2.14286rem;
    }
}

@media (max-width: 380px) {
    .block-heading.block-heading-large {
        margin-bottom: 35px;
    }
    .block-heading.block-heading-large .block-heading__title {
        font-size: 28px;
    }
}

@media (max-width: 320px) {
    .block-heading.block-heading-large .block-heading__title {
        font-size: 26px;
    }
}


/*-----post-thumb fix width-----*/

.atbs-thumb-object-fit a {
    width: 100%;
    height: 100%;
}

.atbs-thumb-object-fit.post__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.atbs-thumb-object-fit a.post__cat {
    width: unset;
    height: unset;
}

.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-thumb - width-------*/

.post__thumb--width-100 .post__thumb {
    width: 100px;
}

.post__thumb--width-140 .post__thumb {
    width: 140px;
}

.post__thumb--width-150 .post__thumb {
    width: 150px;
}

.post__thumb--width-190 .post__thumb {
    width: 190px;
}

.post__thumb--width-255 .post__thumb {
    width: 255px;
}

.post__thumb--width-270 .post__thumb {
    width: 270px;
}

.post__thumb--width-300 .post__thumb {
    width: 300px;
}

.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-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-140 .post__thumb {
    height: 140px;
}

.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-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-330 .post__thumb {
    height: 330px;
}

.post__thumb-380 .post__thumb {
    height: 380px;
}

.post__thumb-390 .post__thumb {
    height: 390px;
}

.post__thumb-400 .post__thumb {
    height: 400px;
}

.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-500 .post__thumb {
    height: 500px;
}

.post__thumb-550 .post__thumb {
    height: 550px;
}

.post__thumb-580 .post__thumb {
    height: 580px;
}

.post__thumb-160 .post__thumb {
    height: 160px;
}

.post--overlay-height-200.post--overlay .post__text {
    min-height: 200px;
}

.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-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-620.post--overlay .post__text {
    min-height: 620px;
}


/*-----custom-------*/

.post__cat,
a.post__cat,
.entry-cat,
a.entry-cat {
    border-bottom: none;
}

a.post__cat {
    margin-bottom: 10px;
    color: rgba(27, 11, 11, 0.6);
    font-size: 0.7142rem;
    font-weight: 500;
    line-height: 1.66;
    letter-spacing: 0.08px;
}

.post-author img {
    border-radius: 50%;
}

.post-author .author__name {
    display: block;
    color: var(--color-text);
    font-size: 15px;
    font-size: 1.0714rem;
    font-weight: 600;
    margin-left: 15px;
    line-height: 1.5;
    text-decoration: none;
    opacity: 0.8;
}

.post-author .author__label {
    color: var(--color-text);
    font-size: 11px;
    font-size: 0.7857rem;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
    opacity: 0.6;
}


/*-----post thumb---*/

.post--vertical .post__thumb {
    margin-bottom: 25px;
}


/*-----post-time---*/

.post-time-cat-wrap {
    margin-bottom: 25px;
}

.post-time-cat-wrap .post-time-cat-inner {
    margin: -5px;
}

.post-time-cat-wrap .post-time-cat-inner>* {
    margin: 0;
    padding: 5px;
}

time.time {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.6px;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: 0.7;
}

.time.time-black-opactity {
    color: #131313;
    opacity: 0.6;
}


/*-----post-cat---*/

.post__cat,
a.post__cat,
.entry-cat,
a.entry-cat {
    font-size: 12px;
    line-height: 1;
    border-bottom: none;
    font-weight: 600;
    opacity: 1;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-decoration: unset;
    letter-spacing: 1px;
}

a.post__cat.post__cat-color-primary {
    color: var(--color-primary);
}

a.post__cat.post__cat-color-secondary {
    color: var(--color-secondary);
}

.post__cat--bg-primary,
a.post__cat--bg-primary {
    padding: 6px 11px;
}

.post__cat-has-line {
    position: relative;
    padding-left: 16px;
}

.post__cat-has-line:before {
    content: '';
    width: 3px;
    height: 60%;
    background-color: #0661f1;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}


/*-----post-title--*/

.post__title {
    margin-top: 0;
    color: #222222;
}


/*-----post-expect---*/

.post__excerpt {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #222;
    opacity: 0.6;
    line-height: 1.66;
}


/**/

@media (max-width: 767px) {
    .post--horizontal-xxs .post__cat,
    .post--horizontal-xs .post__cat,
    .post--horizontal-sm .post__cat {
        display: inline-block;
    }
}


/*---post-interactive---*/

.thumb-radius-circle {
    border-radius: 50%;
    overflow: hidden;
}

.post__meta .count_interactive a,
.post__meta .count_interactive {
    color: var(--color-text);
}

.readmore-normal i {
    margin-left: 8px;
}

.post__readmore--seperated {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

a.button__readmore {
    display: block;
    padding: 25px;
    text-decoration: none !important;
}

.readmore__text {
    font-size: 15px;
    font-size: 1.0714rem;
    line-height: 1.375;
    font-weight: 400;
    color: var(--color-text);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.inverse-text .readmore__text {
    color: rgba(255,255,255,0.8);
}
.inverse-text .post__readmore--seperated {
    border-color: rgba(255,255,255,0.13);
}
@media (max-width: 767px) {
    .readmore__text {
        font-size: 15px;
        font-size: 1.07143rem;
        line-height: 1.375;
        font-weight: 500;
    }
}

.count-comment a {
    font-size: 12px;
    line-height: 1.66;
    color: var(--color-text);
    font-weight: 300;
    text-transform: uppercase;
    opacity: 0.6;
}

.btn-circle-small {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.6);
    margin-left: 15px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.btn-circle-small:hover {
    background-color: #fff;
    color: #222222;
    opacity: 1;
}


/**/

.nav-circle .owl-next,
.nav-circle .owl-prev {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    padding: 0;
}

.nav-circle.nav-border .owl-next,
.nav-circle.nav-border .owl-prev {
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    cursor: pointer;
}

.nav-circle .owl-next:hover,
.nav-circle .owl-prev:hover {
    width: 45px;
    height: 45px;
    background-color: var(--color-primary);
    color: var(--color-secondary);
}

.dots-circle .owl-dot {
    padding: 4px;
}

.dots-circle .owl-dot span {
    border-radius: 50%;
}

.dots-circle .owl-dot.active span {
    background-color: var(--color-logo);
}

.post--overlay.post--overlay-text-has-shadow {
    overflow: initial;
}

.atbs-carousel-nav-custom-holder>*:not(:last-child) {
    margin-right: 15px;
}


/**/

.limit-line-text,
a.limit-line-text,
h3.limit-line-text>a {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.limit-line-text.limit-line-2,
h3.limit-line-text.limit-line-2>a {
    -webkit-line-clamp: 2;
}

.limit-line-text.limit-line-3,
h3.limit-line-text.limit-line-3>a {
    -webkit-line-clamp: 3;
}

.limit-line-text.limit-line-4,
h3.limit-line-text.limit-line-4>a {
    -webkit-line-clamp: 4;
}


/* flex-wrap */

.flexbox-space-x {
    justify-content: space-between;
}

.flexbox-space-y {
    align-content: space-between;
}

.flexbox-center-y {
    align-items: center;
}

.flexbox-center-xy {
    align-items: center;
    justify-content: center;
}

.flexbox-right-x {
    justify-content: flex-end;
}

.flexbox-bottom-y {
    align-items: flex-end;
}

.flexbox-top-y {
    align-items: flex-end;
}

.flexbox-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.flexbox-wrap.flexbox-wrap-1i>*,
.flexbox-wrap .flexbox-item-100 {
    width: 100%;
}

.flexbox-wrap.flexbox-wrap-2i>*,
.flexbox-wrap .flexbox-item-50 {
    width: 50%;
}

.flexbox-wrap.flexbox-wrap-3i>* {
    width: calc(100% / 3);
}

.flexbox-wrap.flexbox-wrap-4i>* {
    width: calc(100% / 4);
}

.flexbox-wrap.flex-space-15 {
    margin: -7.5px;
}

.flexbox-wrap.flex-space-15>* {
    padding: 7.5px;
}

.flexbox-wrap.flex-space-30 {
    margin: -15px;
}

.flexbox-wrap.flex-space-30>* {
    padding: 15px;
}

.flexbox-wrap.flex-space-40 {
    margin: -20px;
}

.flexbox-wrap.flex-space-40>* {
    padding: 20px;
}

.flexbox-wrap.flex-space-45 {
    margin: -22.5px;
}

.flexbox-wrap.flex-space-45>* {
    padding: 22.5px;
}

.flexbox-wrap.flex-space-50 {
    margin: -25px;
}

.flexbox-wrap.flex-space-50>* {
    padding: 25px;
}

.flexbox-wrap.flex-space-55 {
    margin: -27.5px;
}

.flexbox-wrap.flex-space-55>* {
    padding: 27.5px;
}

.flexbox-wrap.flex-space-60 {
    margin: -30px;
}

.flexbox-wrap.flex-space-60>* {
    padding: 30px;
}

.flexbox-wrap.flex-space-70 {
    margin: -35px;
}

.flexbox-wrap.flex-space-70>* {
    padding: 35px;
}

.flexbox-wrap.flex-space-80 {
    margin: -40px;
}

.flexbox-wrap.flex-space-80>* {
    padding: 40px;
}

.flexbox-wrap.flex-space-90 {
    margin: -45px;
}

.flexbox-wrap.flex-space-90>* {
    padding: 45px;
}

.flexbox-wrap.flex-space-110 {
    margin: -55px;
}

.flexbox-wrap.flex-space-110>* {
    padding: 55px;
}

.flex-self-start {
    align-self: flex-start;
}

.flex-column-reverse>* {
    width: 100%;
}

.flex-row-reverse>* {
    width: 100%;
}

.flex-row-reverse>*:not(:last-child) {
    margin-bottom: 30px;
}

@media(min-width: 768px) {
    .flex-column-reverse {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .flex-row-reverse {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row-reverse;
    }
}

.item-line-count {
    position: relative;
}

.item-line-count-4i {
    position: relative;
}

.item-line-count-2i:nth-child(2n+1):not(:first-child):after {
    position: absolute;
    content: '';
    width: calc( 100% * 2 - 30px);
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    left: 15px;
    top: 0;
}

.item-line-count-4i:nth-child(4n+1):not(:first-child):after {
    position: absolute;
    content: '';
    width: calc( 100% * 4 - 30px);
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    left: 15px;
    top: 0;
}

@media (max-width: 991px) {
    .flexbox-wrap.flexbox-wrap-4i>* {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .flexbox-wrap.flexbox-wrap-2i>* {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .flexbox-wrap.flexbox-wrap-4i>*,
    .flexbox-wrap .flexbox-item-50 {
        width: 100%;
    }
}


/*---font-size---*/

@media (min-width: 992px) {
    .typescale-1 {
        line-height: 1.5;
    }
    .typescale-0.custom-typescale-0 {
        font-size: 1.1rem;
        line-height: 1.5;
    }
    .typescale-2.custom-typescale-2 {
        font-size: 1.428rem;
        line-height: 1.4;
    }
    .typescale-2_5 {
        font-size: 1.55rem;
        line-height: 1.41;
    }
    .typescale-3.custom-typescale-3 {
        font-size: 1.85rem;
        line-height: 1.38;
    }
    .typescale-4_5 {
        font-size: 2.85rem;
        line-height: 1.4;
    }
}

@media (max-width: 991px) {
    .typescale-0.custom-typescale-0 {
        font-size: 15px;
        font-size: 1.0714rem;
        /*font system*/
    }
}

@media (max-width: 767px) {
    .typescale-0.custom-typescale-0 {
        font-size: 16px;
        font-size: 1.1428rem;
        /*font system*/
    }
}

@media (max-width: 320px) {
    .typescale-0.custom-typescale-0 {
        font-size: 15px;
        font-size: 1.0714rem;
        /*font system*/
    }
}

@media (max-width: 991px) {
    .atbs-pagination__links {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .post__cat,
    a.post__cat {
        font-size: 11px;
    }
    /*.typescale-0.custom-typescale-0{*/
    /*    font-size: 16px;*/
    /*}*/
}


/*---- Responsive Video wrapper ----*/

.items-clear-both-2>div:nth-child(2n+1) {
    clear: both;
}

.items-clear-both-3>div:nth-child(3n+1) {
    clear: both;
}

@media (max-width: 991px) {
    .items-clear-both-3>div:nth-child(3n+1) {
        clear: none;
    }
    .items-clear-both-3>div:nth-child(2n+1) {
        clear: both;
    }
}


/* ------------------------- Widget Css */


/* Slide bar -- frame*/

.widget {
    margin-bottom: 55px;
}

.widget__title {
    margin-bottom: 35px;
    color: var(--color-logo);
}

.widget__title-text {
    font-size: 18px;
    font-weight: 700;
    text-transform: initial;
    letter-spacing: 0;
}

/*--frame*/

.atbs-main-col {
    width: 900px;
}

.atbs-sub-col {
    width: 300px;
}

/* ----------------------- Widget post list*/


/*
    Layout
*/


/*
    Content
*/

.atbs-widget-posts-list .post__thumb {
    height: 70px;
    margin-right: 20px;
}

.atbs-widget-posts-list .post__excerpt {
    display: none;
}

.atbs-widget-posts-list .post__title {
    line-height: 1.5;
    color: #222222;
}


/* ----------------------- Widget post list*/


/* ----------------------- Widget post rating*/


/*
    Content
*/

.post--overlay-rating .post__thumb:after {
    background-color: #000;
    opacity: 0.3;
}

.post--overlay-rating .post__text-inner {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
}

.post--overlay-rating .post__title {
    font-weight: 600;
    flex: 1;
    color: #fff;
    margin-bottom: 0;
    margin-right: 15px;
}

.post--overlay-rating .post-type-icon svg {
    display: none;
}

.post--overlay-rating .post-type-icon .post-score-value {
    position: initial;
    transform: none;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    background-color: var(--color-logo);
}


/* ----------------------- Widget post rating*/

@media (min-width: 1200px) {
    /* main col*/
    .atbs-main-col {
        width: 900px;
    }
    /* sub col*/
    .atbs-sub-col {
        width: 300px;
        float: right;
    }
}

@media (max-width: 1199px) {
    /* main*/
    .atbs-main-col {
        width: 680px;
    }
    /*sub*/
    .atbs-sub-col {
        width: 290px;
        padding: 10px 15px 30px 15px;
    }
    /* ----------------------- Widget post list */
    .atbs-widget-posts-list .post--horizontal .post__thumb {
        float: none;
        margin: 0 20px 0 0;
    }
    .atbs-widget-posts-list .post--horizontal .post__text {
        order: initial;
    }
    /* Widget post list ----------------------- */
}

@media (max-width: 991px) {
    /* All */
    .atbs-main-col {
        width: 100%;
        padding-right: 15px;
    }
    .atbs-sub-col {
        width: 100%;
        float: left;
        padding: 10px 15px 30px 15px;
    }
    .widget:not(:last-child) {
        margin-bottom: 45px;
    }
    .widget__title {
        text-align: center;
    }
    /* ----------------------- Widget post list */
    .atbs-widget-posts-list ul {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .atbs-widget-posts-list ul li {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .atbs-widget-posts-list .posts-list {
        margin: 0 -30px;
        display: flex;
        flex-wrap: wrap;
    }
    .atbs-widget-posts-list .posts-list .list-item {
        padding: 30px;
        width: calc( 100% / 3);
        border: none;
    }
    .atbs-widget-posts-list .posts-list .list-item:not(:last-child) {
        border-right: 1px solid rgba(0, 0, 0, .1);
        border-bottom: none;
    }
    .atbs-widget-posts-list .post--horizontal .post__thumb {
        float: none;
        margin: 0 20px 0 0;
    }
    .atbs-widget-posts-list .post--horizontal .post__text {
        order: initial;
    }
    /* Widget post list ----------------------- */
    /*----------------------- Widget post list rating */
    .atbs-widget-posts-list-rating .posts-list {
        margin: 0 -15px;
        display: flex;
        flex-wrap: wrap;
    }
    .atbs-widget-posts-list-rating .posts-list .list-item {
        padding: 15px;
        width: calc( 100% / 3);
        border: none;
    }
    .post--overlay-rating .post__text-inner {
        position: relative;
        padding: 15px;
    }
    .post--overlay-rating .post-type-icon .post-score-value {
        width: 40px;
        height: 40px;
    }
    .post--overlay-rating .post__title {
        font-size: 16px;
        line-height: 1.5;
    }
    /* Widget post list rating ----------------------*/
}

@media (max-width: 768px) {
    .widget:not(:last-child) {
        margin-bottom: 40px;
    }
    .widget__title {
        margin-bottom: 30px;
    }
    /* ----------------------- Widget post list */
    .atbs-widget-posts-list .posts-list {
        width: 80%;
        margin: -30px auto;
    }
    .atbs-widget-posts-list .posts-list .list-item {
        padding: 30px 0;
        width: 100%;
    }
    .atbs-widget-posts-list .posts-list .list-item:not(:last-child) {
        border-bottom: 1px solid rgba(50, 199, 105, 0.1);
        border-right: none;
    }
    .atbs-widget-posts-list .post--horizontal {
        justify-content: initial;
    }
    .atbs-widget-posts-list .post--horizontal .post__cat {
        display: block;
    }
    /* Widget post list ----------------------- */
    /* ----------------------- Widget post list rating */
    .atbs-widget-posts-list-rating .posts-list .list-item {
        width: 100%;
    }
    .post--overlay-height-200.post--overlay .post__text {
        min-height: 250px;
    }
    .post--overlay-rating .post__text-inner {
        position: relative;
        padding: 20px;
        width: 100%;
        justify-content: space-between;
    }
    .post--overlay-rating .post__title {
        font-size: 20px;
        line-height: 1.4;
        max-width: 80%;
    }
    .post--overlay-rating .post-type-icon .post-score-value {
        width: 45px;
        height: 45px;
    }
    /* Widget post list rating----------------------- */
}

@media (max-width: 480px) {
    .atbs-widget-posts-list .posts-list {
        margin: -15px auto;
    }
    .atbs-widget-posts-list .posts-list .list-item {
        padding: 15px 0;
    }
    .post--overlay-rating.post--overlay .post__text {
        min-height: 235px;
    }
}

@media (max-width: 420px) {
    .atbs-widget-posts-list .posts-list {
        max-width: 90%;
        width: 100%;
    }
    .post--overlay-rating.post--overlay .post__text {
        min-height: 230px;
    }
}

@media (max-width: 380px) {
    .atbs-widget-posts-list .posts-list {
        max-width: 100%;
        width: 100%;
    }
    .post--overlay-rating.post--overlay .post__text {
        min-height: 220px;
    }
    .post--overlay-rating .post__title {
        font-size: 18px;
        line-height: 1.38;
    }
}

@media (max-width: 320px) {
    /* ----------------------- Widget post list */
    .atbs-widget-posts-list .post--horizontal .post__cat {
        display: none;
    }
    .post--overlay-rating.post--overlay .post__text {
        min-height: 200px;
    }
    .post--overlay-rating .post__title {
        font-size: 16px;
        line-height: 1.43;
    }
    /* Widget post list ----------------------- */
}

.atbs-block .flexbox-wrap.flex-space-40>* {
    width: 100%;
    padding: 20px;
}


/* .Widget Css -------------------------*/
/*@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#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-schedule:before {
  content: "\e8b5";
}
.mdicon-add_circle:before {
  content: "\e147";
}
.mdicon-apps:before {
  content: "\e5c3";
}
.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-audiotrack:before {
  content: "\e3a1";
}
.mdicon-border_color:before {
  content: "\e22b";
}
.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-remove_circle:before {
  content: "\e15c";
}
.mdicon-expand_less:before {
  content: "\e5ce";
}
.mdicon-expand_more:before {
  content: "\e5cf";
}
.mdicon-extension:before {
  content: "\e87b";
}
.mdicon-favorite:before {
  content: "\e87d";
}
.mdicon-favorite_border:before {
  content: "\e87e";
}
.mdicon-get_app:before {
  content: "\e884";
}
.mdicon-filter:before {
  content: "\e3d3";
}
.mdicon-flash_on:before {
  content: "\e3e7";
}
.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-share:before {
  content: "\e80d";
}
.mdicon-shuffle:before {
  content: "\e043";
}
.mdicon-star_border:before {
  content: "\e83a";
}
.mdicon-star_half:before {
  content: "\e839";
}
.mdicon-thumb_up:before {
  content: "\e8dc";
}
.mdicon-trending_up:before {
  content: "\e8e5";
}
.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-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-google-plus:before {
  content: "\f0d5";
}
.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-codepen:before {
  content: "\f1cb";
}
.mdicon-twitch:before {
  content: "\f1e8";
}
.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-gavel:before {
  content: "\f0e4";
}
.mdicon-legal:before {
  content: "\f0e4";
}
.mdicon-dashboard:before {
  content: "\f0e5";
}
.mdicon-tachometer:before {
  content: "\f0e5";
}
.mdicon-comment-o:before {
  content: "\f0e6";
}
.mdicon-comments-o:before {
  content: "\f0e7";
}
.mdicon-cloud-download:before {
  content: "\f0ed";
}
.mdicon-cloud-upload:before {
  content: "\f0ee";
}
.mdicon-user-md:before {
  content: "\f0f0";
}
.mdicon-stethoscope:before {
  content: "\f0f1";
}
.mdicon-suitcase:before {
  content: "\f0f2";
}
.mdicon-bell:before {
  content: "\f0f3";
}
.mdicon-coffee:before {
  content: "\f0f4";
}
.mdicon-cutlery:before {
  content: "\f0f5";
}
.mdicon-beer:before {
  content: "\f0fc";
}
.mdicon-h-square:before {
  content: "\f0fd";
}
.mdicon-plus-square:before {
  content: "\f0fe";
}
.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*/
/* ----------------------- post-icon */


/*----- Post Icon -----*/

.overlay-item {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: auto;
    left: auto;
}

.overlay-item.overlay-item--sm-p {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: auto;
    left: auto;
    z-index: 2;
}

.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%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.post-type-icon i {
    font-size: 46px;
    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;
    }
}

.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: 56px;
}

.post-type-icon--sm .circle-svg {
    width: 50px;
}

.post-type-icon--sm .post-score-value {
    font-size: 17px;
}

@media (min-width: 768px) {
    .post-type-icon--md i {
        font-size: 80px;
    }
    .post-type-icon--md .circle-svg {
        width: 78px;
    }
    .post-type-icon--md .post-score-value {
        font-size: 26px;
    }
}

@media (min-width: 768px) {
    .post-type-icon--lg i {
        font-size: 120px;
    }
    .post-type-icon--lg .post-score-circle .circle-svg {
        width: 90px;
    }
    .post-type-icon--lg .post-score-circle .post-score-value {
        font-size: 36px;
    }
    .post-type-icon--lg .circle-svg {
        width: 100px;
    }
    .post-type-icon--lg .post-score-value {
        font-size: 28px;
    }
}

.media-left.post-type-icon>i:only-child,
.media-right.post-type-icon>i:only-child {
    display: block;
}

.post-type-icon i {
    font-size: 46px;
    line-height: 1.1;
}

@media (min-width: 768px) {
    .post-type-icon i {
        font-size: 60px;
    }
}


/** Review Icon **/

.post-score-circle {
    width: 60px;
    position: relative;
}

.post-score-circle .post-score-value {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    color: var(--color-white);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}


/**/

.post-score-circle.post-score-circle--l,
.post-type-icon.review-icon {
    border-radius: 50%;
    background-color: #f2f2f2;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    padding: 3px;
}

.post-score-circle svg,
.post-type-icon.review-icon svg {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    transform: rotate(-90deg);
}

.post-score-circle .post-score-value,
.post-type-icon.review-icon .post-score-value {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.post-score-circle.post-score-circle--l {
    /* width: 180px;
    height: 180px;
    padding: 3px; */
    background-color: #fff;
}

.post-score-circle.post-score-circle--l svg g {
    fill: #fff;
}

@media (min-width: 768px) {
    .post-score-circle--l {
        width: 90px;
    }
    .post-score-circle--l .post-score-value {
        font-size: 30px;
    }
}

@media (min-width: 1200px) {
    .post-score-circle--l {
        width: 100px;
    }
    .post-score-circle--l .post-score-value {
        font-size: 22px;
    }
}

.post-type-icon,
.post-type-icon--inverse {
    z-index: 2;
}

.post-type-icon svg:not(.circle-svg),
.post-type-icon .post-score-circle {
    width: 60px;
    height: 60px;
}

.post-type-icon--sm svg:not(.circle-svg),
.post-type-icon--sm .post-score-circle {
    width: 50px;
    height: 50px;
}

.post-type-icon--md svg:not(.circle-svg),
.post-type-icon--md .post-score-circle {
    width: 68px;
    height: 68px;
}

.post-type-icon--lg svg:not(.circle-svg),
.post-type-icon--lg .post-score-circle {
    width: 80px;
    height: 80px;
}

@media (min-width: 576px) {
    .post-type-icon--lg .post-score-value {
        font-size: 28px;
    }
    .post-type-icon--md .post-score-value {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .post-type-icon svg:not(.circle-svg),
    .post-type-icon .post-score-circle,
    .post-type-icon--inverse .post-score-circle,
    .post-type-icon--sm .post-score-circle,
    .post-type-icon--md .post-score-circle,
    .post-type-icon--lg .post-score-circle {
        width: 54px;
        height: 54px;
    }
    .post-type-icon.post-score-value,
    .post-type-icon--inverse .post-score-value,
    .post-type-icon--md .post-score-value,
    .post-type-icon--lg .post-score-value {
        font-size: 22px;
    }
    .post-type-icon--sm svg:not(.circle-svg),
    .post-type-icon--sm .post-score-circle {
        width: 54px;
        height: 54px;
    }
    .post-type-icon--md svg:not(.circle-svg),
    .post-type-icon--md .post-score-circle {
        width: 54px;
        height: 54px;
    }
}

@media (max-width: 991px) and (min-width: 576px) {
    .post-type-icon--lg svg:not(.circle-svg),
    .post-type-icon--lg .post-score-circle {
        width: 68px;
        height: 68px;
    }
    .post-type-icon--lg .post-score-value {
        font-size: 28px;
    }
}


/** 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 4*/
/* ----------------------- all-header */

.top-bar__inner--flex {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -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: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: 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;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.navigation-wrapper {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-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;
    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: 80px;
    padding: 0 25px;
    font-size: 1rem;
    line-height: 80px;
    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;
    -moz-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);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.navigation--main>li {
    z-index: 10;
}

.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;
    box-shadow: 0 0.21428571428571427rem 0.42857142857142855rem rgba(0, 0, 0, .16);
    transform: translateY(8px) translateZ(0);
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    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);
    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);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    -moz-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;
}

.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-keylin-mega-menu {
    display: none !important;
}

.navigation--main * {
    white-space: initial;
}

.mobile-header__inner--flex {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -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;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: 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: 70px;
    background: #fff;
    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;
    display: flex;
    align-items: center;
}
.header-branding--mobile .offcanvas-menu-toggle {
    margin-right: 15px;
    display: flex;
    align-items: center;
}
.flexbox__item {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-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: 70px;
    padding: 0 0.2857142857142857rem;
    background: transparent;
    border: 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: 22px;
    line-height: 3.5714285714285716rem;
}

.header-search-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: transparent;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.header-search-dropdown.is-active {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 100;
}

.search-form {
    position: relative;
}

.search-form--horizontal {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: 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;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-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;
    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 15px;
    }
    .mobile-header__section {
        padding-right: 20px;
        white-space: nowrap;
    }
}


/* ----------------------- all-header */


/* 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: flex;
    justify-content: 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 */


/*top-bar*/

.top-bar__inner--flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-bar--fullwidth.padding-md {
    padding-left: 30px;
    padding-right: 30px;
}

.site-header-2 .top-bar--fullwidth.padding-md {
    padding-left: 45px;
}

.navigation--right>li,
.navigation--left>li,
.navigation--center>li {
    display: inline-block;
}

.top-bar--inverse.top-bar--fullwidth {
    background-color: #222;
}

.top-bar__section .social-list {
    /*padding: 0 10px;*/
}

.social-list.list-horizontal>li>a,
header .social-list.list-horizontal>li>a {
    display: flex;
    align-items: center;
}

.top-bar .navigation-bar-btn,
.top-bar .navigation-bar-btn i,
.top-bar--inverse .navigation-bar-btn i,
.top-bar--inverse .navigation-bar-btn {
    height: auto;
    line-height: 1;
}

.top-bar--inverse svg path {
    fill: rgba(255, 255, 255, 0.8);
}

.top-bar--inverse svg.icon-bookmark-default path {
    fill: transparent;
    stroke: #fff;
}

.top-bar .navigation>li>a {
    color: rgba(0, 0, 0, 0.8);
}

.social-list--inverse.atbs-social-header-main.social-list--inverse>li>a,
.top-bar--inverse .navigation-bar-btn,
.top-bar--inverse .navigation>li>a,
.top-bar--inverse .social-list--inline>li>a {
    color: rgba(255, 255, 255, 0.8);
}

.top-bar__inner {
    padding: 10px 0;
}

.navigation--top.navigation>li>a {
    padding: 0 15px;
    line-height: 20px;
}

.navigation--top.navigation {
    margin: 0 -15px;
    font-size: 14px;
}

.navigation-bar--inverse .offcanvas-menu-toggle svg,
.navigation-bar--inverse .offcanvas-menu-toggle svg rect,
.inverse-text .offcanvas-menu-toggle svg,
.inverse-text .offcanvas-menu-toggle svg rect {
    fill: rgba(255,255,255,0.8);
}
/*@end file 5*/
/* ----------------------- offcanvas*/

.atbs-offcanvas {
    background-color: #222;
    width: 400px;
}

.atbs-offcanvas__inner {
    max-height: 100%;
    height: 100%;
    scrollbar-width: thin;
    scrollbar-color: var(--color-primary) rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}
.atbs-offcanvas__section-navigation {
    flex: 1;
}
.atbs-offcanvas__section:not(:first-child) {
    border-top: 0.07142857142857142rem solid rgba(255, 255, 255, 0.1);
}

.atbs-offcanvas__title {
    padding: 2.142857142857143rem;
}

.atbs-offcanvas__title h2 {
    margin-bottom: 0;
}


.atbs-offcanvas-close {
    border: 0.07142857142857142rem solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    font-size: 1rem;
}

.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: rgba(255, 255, 255, 0.8);
    font-weight: 700;
    padding: 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: #222;
    padding: 0.7142857142857143rem 0;
    box-shadow: 0 0.07142857142857142rem 0 rgba(255, 255, 255, 0.1) 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: 8px;
}

.navigation--offcanvas>li>.sub-menu>li>a {
    padding: 0.7142857142857143rem 3.5714285714285716rem;
    font-weight: 400;
    color: rgba(255,255,255,0.8);
}

.navigation--offcanvas .submenu-toggle i {
    font-size: 1.42857142857rem;
}

.atbs-offcanvas__social {
    padding: 2.857142857142857rem;
}

.atbs-offcanvas__social .social-list {
    margin: -7.5px;
}

.atbs-offcanvas__social .social-list>li {
    padding: 7.5px;
}

.atbs-offcanvas__social .social-list>li>a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.07142857142857142rem solid rgba(255,255,255,0.13);
    color: rgba(255, 255, 255, 0.8);
}

.atbs-offcanvas__social .social-list>li>a i {
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
}

.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;
}

.navigation--offcanvas .sub-menu .sub-menu .menu-item-has-children .submenu-toggle {
    display: none;
}



@media (max-width: 991px) {
    #atbs-offcanvas-primary {
        display: block;
    }
}

@media (max-width: 767px) and (min-width: 576px) {

    .atbs-offcanvas-close {
        font-size: 0.85714285714rem;
    }
}

@media (max-width: 575px) {
    .atbs-offcanvas {
        max-width: 360px;
        width: 100%;
    }

}


/* ----------------------- offcanvas*/
/*@end file 6*/
/* ----------------------- 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;
    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);
    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;
    transform: scale(1, 0);
    transform-origin: bottom center;
    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 {
    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;
    transform: translateY(0) translateZ(0);
    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);
}

.navigation--main li > .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    margin-left: 0;
}

.navigation--main .sub-menu a {
    position: relative;
    display: block;
    padding: 10px 8px;
    color: rgba(0, 0, 0, 0.7);
    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: 50%;*/
    /*left: 0;*/
    /*width: 10px;*/
    /*height: 1px;*/
    /*background-color: var(--color-primary);*/
    /*transform: scale(0, 1);*/
    /*opacity: 0;*/
    /*visibility: hidden;*/
    /*transform-origin: left center;*/
    /*transition: transform 300ms ease-out;*/
}

.navigation--main .sub-menu li a,
.atbs-mega-menu .sub-menu .sub-menu li a {
    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;*/
}

.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;
    transform: scale(1, 1);
}

.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;
    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 7*/
/* ----------------------- header-1*/

@media(min-width:1921px) {
    .header-1 {
        width: 1920px;
        margin: 0 auto;
    }
    .header-1 .navigation-bar::before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        width: 100vw;
        height: 100px;
        background-color: var(--color-primary)
    }
}

.header-1 .header-main {
    padding: 28px 30px;
}

.header-1 .atbs-browse {
    padding-left: 60px;
}

.header-1 .header-main__section .social-list {
    padding-right: 20px;
    margin-right: 30px;
    position: relative;
}


/* .navigation--bar */

/*.header-1 .navigation-bar {
    background-color: var(--color-primary);
}*/

.header-1 .navigation-bar__inner {
    padding: 0 30px;
}

.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: 100px;
}

.header-1 .navigation-bar .navigation-bar__section:first-child {
    padding-right: 30px;
    padding-left: 0
}

.header-1 .navigation-bar .navigation--main>li>a {
    line-height: 100px;
}

.header-1 .navigation-bar .navigation-bar__section .navigation-bar-btn {
    line-height: 100px;
    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;
}

.header-1 .header-search input[type="text"] {
    color: #ffffff;
    background-color: var(--color-primary-dark);
    border: 1px solid rgba(23, 23, 23, 0.15);
}

.header-1 .header-search .search-form__submit,
.header-1 .header-search input[type="text"],
.header-1 .header-search input[type="text"]::placeholder {
    color: #ffffff;
}

.header-1 .navigation-bar--inverse .navigation-bar__section svg {
    fill: #ffffff;
}

@media(max-width:1373px) and (min-width:1200px) {
    .header-1 .header-main__section.justify-content-end {
        max-width: 350px;
    }
}

@media (max-width: 1366px) {
    .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: 80px;
    }
    .header-1 .navigation-bar .navigation-bar__section .navigation-bar-btn {
        line-height: 80px;
    }
    .header-1 .navigation-bar .navigation--main>li>a {
        line-height: 80px;
    }
}

@media (max-width: 1199px) {
    .header-1 .navigation-bar__section:first-child {
        margin-left: 0;
    }
    .header-1 .navigation-bar__section:last-child {
        margin-right: 0;
    }
    .header-1 .atbs-browse {
        display: block;
    }

}


/* ----------------------- header-1*/
/*@end file 8*/
/* ----------------------- 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;
}

.social-list>li>a {
    padding: 3px 10px;
    color: rgba(34, 34, 34, 0.8);
}

.social-list>li>a:hover {
    color: var(--color-primary);
}

.header-search {
    width: 13.0208333333vw;
    height: 3.57142857143rem;
    position: relative;
}

.header-search input[type="text"] {
    background: none;
    border: none;
    box-shadow: none;
    font-style: italic;
    padding-left: 15px;
    width: 100%;
    height: 100%;
    border: 1px solid var(--color-border);
    border-radius: 8px;
}

.header-search input[type="text"]:focus {
    border: 1px 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.2);
}

.header-search .search-form__submit {
    position: absolute;
    height: 50px;
    left: auto;
    border: none;
    background: no-repeat;
    right: 15px;
}

.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%;
    transform: translateY(-50%);
    right: 0;
    margin-right: -5px;
    bottom: auto;
    left: auto;
    background-color: var(--color-border);
}

.atbs-header-group .item-seperated-left {
    padding-left: 5px;
    margin-left: 20px;
}

.atbs-header-group .social-list.list-horizontal {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.item-seperated-left::before {
    right: auto;
    left: 0;
    margin: 0;
}

.inverse-text .item-seperated::before {
    background-color: rgba(255, 255, 255, 0.7);
}


/* style-navigation */

.navigation-bar--inverse .navigation--main>li>a {
    color: #ffffff;
}

.navigation-bar .navigation--main>li>a {
    padding: 0 25px;
}

.navigation-bar .menu-item-has-children>a,
.navigation-bar .navigation--main>li:not(.priority-nav__more)>a:focus {
    position: relative;
}

.navigation-bar .navigation--main>li:not(.priority-nav__more)>a::before {
    content: '';
    top: 0;
    left: 50%;
    right: auto;
    bottom: auto;
    width: 100px;
    height: 5px;
    background-color: var(--color-primary-dark);
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    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:not(.priority-nav__more)>a:focus::before,
.navigation-bar .navigation--main>li:not(.priority-nav__more):hover>a::before,
.navigation-bar .navigation--main>li:not(.priority-nav__more):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);
}

.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: 110px;
    height: 40px;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    transform: translate(-50%, -50%);
    background-color: var(--color-primary-dark);
    z-index: -1;
    border-radius: 8px;
    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);
}


.atbs-mobile-header .atbs-theme-switch svg {
    width: 16px;
}
@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;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    /* header-mobile */
    .header-search-dropdown {
        background-color: #f2f2f2;
    }
    .atbs-mobile-header .header-search-dropdown .container {
        margin: 0 auto;
    }
    .atbs-mobile-header,
    .atbs-mobile-header .mobile-header-btn {
        font-size: 1rem;
    }
    .atbs-mobile-header .mobile-header-btn i {
        font-size: 22px;
    }
}

@media(max-width:575px) {
    .atbs-mobile-header .search-form__submit-wrap .btn {
        border: 1px solid var(--color-primary);
        font-size: 1.14285714286rem;
    }
    .header-search-dropdown .search-form__input {
        font-size: 1.28571428571rem;
        font-weight: 500;
    }
}


/*.site-header-3*/

.site-header-3 {}

.site-header-3 .atbs-main-header-center>.navigation-bar__section:nth-child(3),
.site-header-3 .atbs-main-header-center>.navigation-bar__section:nth-child(1) {
    min-width: 20%;
}

.site-header-3 .navigation-bar .navigation--main>.priority-nav__more>a::before,
.site-header-3 .navigation-bar .navigation--main>.priority-nav__more>a:focus::before {
    display: none;
}

.site-header-3 .priority-nav__more i {
    font-size: 1.3em;
}
.site-header-3 .atbs-header-group .offcanvas-menu-toggle {
    margin-right: 25px;
}

.atbs-theme-switch {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
    border: none;
    background: none !important;
    padding: 0;
}

.atbs-theme-switch .dark-mode-button {
    visibility: visible;
    opacity: 1;
    font-size: 20px;
}

.atbs-theme-switch>* {
    transition: 0.1s;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 20px;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
}

.atbs-theme-switch .light-mode-button {
    visibility: hidden;
    opacity: 0;
    font-size: 20px;
}

.atbs-theme-switch.active .light-mode-button {
    visibility: visible;
    opacity: 1;
}

.atbs-theme-switch.active .dark-mode-button {
    visibility: hidden;
    opacity: 0;
}

.atbs-theme-switch.active .light-mode-button svg {
    fill: #fff;
}


/* ----------------------- header*/
/*@end file 9*/
/* ----------------------- mega menu*/
.atbs-mega-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    max-width: 1920px;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    z-index: 10;
    background-color: #f2f2f2;
    border: 1px solid rgba(23, 23, 23, 0.1);
    overflow: hidden;
    /* will-change: transform; */
    transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 100ms,
                visibility 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 100ms,
                transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 100ms;
}

.atbs-mega-menu * {
    backface-visibility: hidden;
}
/*.atbs-mega-menu *:not(.post-type-icon) {
    backface-visibility: hidden;
    transform: translateZ(0);
}
*/
/* megamenu-style-1 */
.atbs-megamenu-style-1 {
    display: flex;
    border-bottom: 1px 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: 15px 15px 15px 30px;
}

.atbs-megamenu-style-1 .posts-list-sub-wrap {
    width: calc(100% - 53.125%);
    border-left: 1px solid rgba(23, 23, 23, 0.1);
}

.navigation li:hover .atbs-mega-menu,
.navigation li:focus-within .atbs-mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%);
    transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1),
                visibility 300ms cubic-bezier(0.165, 0.84, 0.44, 1),
                transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.megamenu-post--horizontal.post__thumb--width-450 .post__thumb {
    width: 46.63212435233161%;
}

.megamenu-flex-3i {
    display: flex;
    flex-wrap: wrap;
}

.megamenu-flex-3i > * {
    width: calc(100% / 3);
}

.atbs-megamenu-style-1 .posts-list-sub-wrap .list-item {
    padding: 15px;
    position: relative;
}

.atbs-megamenu-style-1 .posts-list-sub-wrap .list-item:not(:nth-child(3n)):before {
    content: '';
    position: absolute;
    width: 1px;
    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(3n + 1):not(:first-child):after {
    content: '';
    position: absolute;
    width: calc(100% * 3);
    height: 1px;
    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: 45px;
}

.atbs-megamenu-style-1 + .sub-categories {
    padding: 15px 30px 15px 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.atbs-megamenu-style-1 + .sub-categories > li a {
  padding: 5px 10px;
  color: #222;
  font-size: 12px;
  font-weight: 700;
  background: transparent;
  border: 1px solid rgba(23,23,23,0.1);
}

.atbs-megamenu-style-1 + .sub-categories > li:not(:last-child) {
    margin-right: 10px;
}

.atbs-megamenu-style-1 + .sub-categories > li:hover a,
.atbs-megamenu-style-1 + .sub-categories > li.active a {
    background-color: var(--color-primary);
    color: rgba(255,255,255,0.8);
}

.megamenu-post--horizontal .text-group-2 {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(23, 23, 23, 0.1);
}

.megamenu-post--horizontal .text-group-2 .post__meta {
    width: 155px;
    margin-right: 50px;
}

.megamenu-post--horizontal .text-group-2 .post__excerpt {
    flex: 1;
}

.megamenu-post--vertical-normal.post__thumb-175.post__thumb--width-270 .post__thumb {
    width: 100%;
    height: 175px;
}

@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: 1px;
        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: 1px;
        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 {
        justify-content: flex-start;
        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: 1170px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row-reverse;
}

.atbs-megamenu-style-2-wrap .sub-categories {
    width: 230px;
}

.atbs-megamenu-style-2-wrap .posts-list {
    flex: 1;
}

.atbs-megamenu-style-2 > * {
    width: calc(100% / 3);
    padding: 15px;
}

.atbs-megamenu-style-2 {
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 15px;
}

.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: 30px;
}

.atbs-megamenu-style-2-wrap .sub-categories a {
    vertical-align: middle;
    position: relative;
    transition: 0.2s all;
}

.atbs-megamenu-style-2-wrap .sub-categories li.active a,
.atbs-megamenu-style-2-wrap .sub-categories a:hover {
    color: var(--color-primary);
    padding-left: 15px;
}

.atbs-megamenu-style-2-wrap .sub-categories a:before {
    content: "";
    height: 1px;
    width: 0;
    top: 0.75em;
    background-color: var(--color-primary);
    position: absolute;
    left: 0;
}

.atbs-megamenu-style-2-wrap .sub-categories li.active a:before,
.atbs-megamenu-style-2-wrap .sub-categories a:hover:before {
    width: 10px;
}

.atbs-megamenu-style-2-wrap .sub-categories {
    padding-top: 40px;
    border-right: 1px solid rgba(23, 23, 23, 0.1);
    margin-right: 15px;
}

@media (max-width: 1199px) {
    .atbs-megamenu-style-2-wrap .atbs-mega-menu__inner {
        padding-left: 30px;
    }
}

/*atbs-megamenu-style-2-wrap*/

/*atbs-megamenu-style-3-wrap*/
.atbs-megamenu-style-3-wrap .atbs-mega-menu__inner {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column-reverse;
}

.atbs-megamenu-style-3-wrap {
    padding-bottom: 30px;
}

.atbs-megamenu-style-3 .megamenu-js-carousel-4i30m .owl-prev,
.atbs-megamenu-style-3 .megamenu-js-carousel-4i30m .owl-next {
    position: absolute;
    left: -30px;
    top: calc(175px / 2 - 30px); /*57.5px*/
}

.atbs-megamenu-style-3 .megamenu-js-carousel-4i30m .owl-next {
    left: auto;
    right: -30px;
}
.atbs-megamenu-style-3 .nav-circle .owl-next:hover,
.atbs-megamenu-style-3 .nav-circle .owl-prev:hover {
    height: 60px;
    width: 60px;
}

.atbs-megamenu-style-3-wrap .megamenu-post--vertical-normal.post__thumb-175.post__thumb--width-270 .post__thumb {
    height: 175px;
}

.atbs-megamenu-style-3-wrap .sub-categories {
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
    margin-top: 30px;
}

.atbs-megamenu-style-3-wrap .sub-categories > li a {
  padding: 5px 10px;
  color: var(--color-secondary);
  font-size: 12px;
  font-weight: 700;
  background: transparent;
  border: 1px solid rgba(23,23,23,0.1);
    transition: all 100ms ease-out;
}

.atbs-megamenu-style-3-wrap .sub-categories > li:not(:last-child) {
    margin-right: 10px;
}

.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.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: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.atbs-megamenu-style-3-wrap .mega-menu-grid-4item > * {
    width: 25%;
    padding: 15px;
}

@media (max-width: 1235px) and (min-width: 1200px) {
    .atbs-megamenu-style-3-wrap {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 1199px) {
    .atbs-megamenu-style-3-wrap {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/**/
.atbs-mega-menu__inner > .sub-menu {
    display: flex;
    flex-wrap: wrap;
    margin: 5px -20px;
    transform: scale(1, 1);
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.atbs-mega-menu__inner > .sub-menu > li {
    flex: 1;
    flex-basis: 25%;
    padding: 20px;
}

.atbs-mega-menu__inner > .sub-menu > li > a {
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    font-size: 16px;
    font-weight: 700;
    color: var(--color-primary);
    text-transform: uppercase;
    border-bottom: 0 solid rgba(0, 0, 0, 0.1);
    display: block;
    margin-bottom: 7px;
}

/*----- 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;
}

/* ----------------------- mega menu*/

/*@end file 10*/
/* ----------------------- atbs-go-top */

.atbs-go-top.atbs-go-top {
    width: 40px;
    height: 40px;
    position: fixed;
    top: auto;
    bottom: 10px;
    left: auto;
    right: 10px;
    padding: 0;
    font-size: 18px;
    line-height: 40px;
    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);
    -moz-transform: translate(0, 54px);
    -ms-transform: translate(0, 54px);
    -o-transform: translate(0, 54px);
    transform: translate(0, 54px);
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    pointer-events: none;
    visibility: hidden;
    z-index: 10;
}

@media (min-width: 1200px) {
    .atbs-go-top.atbs-go-top {
        bottom: 20px;
        right: 20px;
        -webkit-transform: translate(0, 64px);
        -moz-transform: translate(0, 64px);
        -ms-transform: translate(0, 64px);
        -o-transform: translate(0, 64px);
        transform: translate(0, 64px);
    }
}

.atbs-go-top.atbs-go-top.is-active {
    visibility: visible;
    pointer-events: initial;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-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: 38px;
    vertical-align: initial;
}
/* atbs-go-top ----------------------- */
/*@end file 11*/
/* ----------------------- atbs-sticky-header */

.atbs-sticky-header {
    background-color: var(--color-primary);
}
.atbs-sticky-header .logo-text {
    color: #222222;
}
.atbs-sticky-header .navigation-bar--inverse .logo-text {
    color: #ffffff;
}

.atbs-sticky-header .navigation-bar--inverse .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: flex;
}

.atbs-sticky-header .offcanvas-menu-toggle {
    margin-right: 25px;
    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 .header-search input[type="text"] {
    border-color: rgba(255, 255, 255, 0.15);
}

.sticky-header-logo img {
    max-height: 5.00417014vw;
}

@media (min-width: 1200px) {
    .sticky-header-logo img {
        max-height: 60px;
    }
}


/* ----------------------- atbs-sticky-header */
/*@end file 12*/
/* ----------------------- atbs-theme-switch */

.atbs-design-theme-switch {
    position: relative;
    color: #4b4b4b;
}

.inverse-text .atbs-design-theme-switch {
    color: #fff;
}

.atbs-design-theme-switch__button {
    position: relative;
    display: inline-block;
    margin: 0 15px;
    height: 33px;
    width: 67px;
    background-color: #e5e5e5;
    border: none;
    border-radius: 15px;
    transition: 400ms;
}

.atbs-design-theme-switch__button:disabled {
    opacity: .6;
    cursor: not-allowed;
}

.atbs-design-theme-switch__button:focus {
    box-shadow: 0 0 0 1px var(--color-primary);
    outline: none;
}
.atbs-design-theme-switch__label--light{
    color: var(--color-primary);
}

.atbs-design-theme-switch__button span {
    position: absolute;
    content: '';
    bottom: 4px;
    left: 4px;
    width: 25px;
    height: 25px;
    background-color: var(--color-primary);
    border-radius: 50%;
    transition: 400ms;
}

.atbs-design-theme-switch__button[aria-checked="true"] {
    background-color: #2e2e2e;
}

.atbs-design-theme-switch__button[aria-checked="true"] span {
    transform: translateX(136%);
    background-color: #e5e5e5;
}

.atbs-design-theme-switch__button[aria-checked="true"]:focus {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6);
}

/*---- Responsive -----*/

@media (max-width: 1199px) {
    .atbs-design-theme-switch__button {
        margin: 0 15px;
        width: 67px;
        height: 33px;
        border-radius: 15px;
    }

    .atbs-design-theme-switch__button span {
        width: 25px;
        height: 25px;
        bottom: 4px;
        left: 4px;
    }
}
@media(max-width:575px){
    .atbs-design-theme-switch__button {
        width: 40px;
        height: 20px;
        border-radius: 10px;
    }

    .atbs-design-theme-switch__button span {
        width: 14px;
        height: 14px;
        bottom: 3px;
        left: 3px;
    }
}

/* atbs-theme-switch ----------------------- */
/*@end file 13*/
/* ----------------------- pagination */
.atbs-pagination {
    margin-top: 40px;
}
/* pagination ----------------------- */
.atbs-dark-mode  .atbs-pagination-style-1 .atbs-pagination__links .atbs-pagination__item {
    color: var(--color-links);
}
.atbs-dark-mode .atbs-pagination-style-1 .load-more-btn {
    background-color: var(--color-primary);
}


.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 10px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
}
.atbs-pagination-style-1 .atbs-pagination__links .atbs-pagination__item-prev,
.atbs-pagination-style-1 .atbs-pagination__links .atbs-pagination__item-next {
    color: var(--color-primary);
}
.atbs-pagination-style-1 .atbs-pagination__links .atbs-pagination__item-current {
    background-color: var(--color-primary);
    color: #FFFFFF;
}

.atbs-pagination-style-1 {
    margin-top: 4.285714285714286rem;
}
.atbs-pagination-style-1 .load-more-btn, .atbs-pagination-style-1 .view-all-btn ,.atbs-pagination-style-1 .atbs-no-more-button {
    padding: 13px 35px;
    font-size: 1.14285714286rem;
    line-height: 1.5;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: var(--color-primary);
    /* border: transparent; */
    border-radius: 3px;
    letter-spacing: 0.01em;
    border: 0;
    outline: 0;
    box-shadow: none !important;
}
.atbs-pagination-style-1 .view-all-btn{
    display: block;
    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{
    background-color: var(--color-primary);
}
.post__thumb.thumb-450{
    margin-bottom: 2.5rem;
}
@media (max-width: 1199px) and (min-width: 576px) {
    .atbs-pagination-style-1 .load-more-btn, .atbs-pagination-style-1 .view-all-btn {
        padding: 17px 40px;
        border-radius: 5px;
    }
    .atbs-pagination-style-1 {
        margin-top: 60px;
    }

}

@media (max-width: 575px) {

    .atbs-pagination-style-1 .load-more-btn, .atbs-pagination-style-1 .view-all-btn {
        padding: 10px 20px;
        border-radius: 5px;
    }
    .atbs-pagination-style-1 {
        margin-top: 40px;
    }

}


@media (max-width: 1199px) and (min-width: 576px) {
    .atbs-pagination-style-1 .atbs-pagination__links .atbs-pagination__item {
        padding: 2px 10px 4px 10px;
    }
}

@media (max-width: 575px) {
    .atbs-pagination-style-1 .atbs-pagination__links .atbs-pagination__item {
        padding: 2px 10px 4px 10px;
    }

}
/*@end file 14*/
/* ----------------------- footer -1*/

.footer-1 {
    overflow: hidden
}

.site-footer--inverse {
    background-color: var(--color-secondary);
}

.footer-1 .navigation--footer>li {
    padding: 23px;
}

.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__section:first-child .site-footer__section-inner {
    padding-top: 2.5rem;
    /*35px*/
    padding-bottom: 2.5rem;
}

.site-footer__section-left {
    padding-right: 0.7142857142857143rem;
    flex: 1;
}

.site-footer__section-right {
    padding-left: 0.7142857142857143rem;
    flex: 1;
}

.footer-1 .site-footer__section:last-child .site-footer__section-right {
    width: 330px;
    font-weight: 400;
    flex: none;
}

.footer-1 .site-footer__section:last-child .site-footer__section-right a {
    text-decoration: none;
}

.footer-1 .site-footer__section:last-child .site-footer__section-inner {
    padding: 2.5rem 0;
    position: relative;
    border-top: 0.07142857142857142rem solid rgba(0, 0, 0, 0.2);
}

.atbs-dark-mode .footer-1 .site-footer__section:last-child .site-footer__section-inner,
.footer-1.site-footer--inverse .site-footer__section:last-child .site-footer__section-inner {
    border-top: 0.07142857142857142rem solid rgba(255, 255, 255, 0.2);
}

.footer-1 .social-list::before {
    display: none;
}

.footer-1 .site-footer__section-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width: 1199px) {
    .footer-1 .site-logo img {
        max-width: 245px;
    }
    .footer-1 .navigation--footer>li {
        padding: 2px 5px;
    }
    .footer-1 .atbs-browse__list {
        text-align: left;
        left: 230px;
    }
    .footer-1 .atbs-browse__btn {
        margin: 0 auto;
    }
    .site-footer__section-left {
        text-align: center;
    }

    .footer-1 .site-footer__section:last-child .site-footer__section-right {
        flex: 1;
        width: auto;
        text-align: right;
    }
}

@media (max-width: 767px) {
    .footer-1 .site-footer__section-right.text-right {
        padding: 0;
    }
    .footer-1 .site-logo img {
        max-width: 330px;
    }
    .site-footer__section-inner {
        flex-direction: column;
    }
    .site-footer__section-left {
        width: 100%;
        margin-bottom: 20px;
    }
    .footer-menu,
    .footer-logo,
    .footer-1 .site-footer__section:last-child .site-footer__section-right {
        text-align: center;
    }
    .footer-1 .atbs-browse__list {
        width: 200px;
        left: 0;
    }
    .footer-1 .site-footer__section-right.text-right {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    /* .footer-1 .site-logo img {
        max-width: 42.78260869565217vw;
    }
    .site-footer__section-inner {
        flex-direction: column;
    }
    .site-footer__section-left {
        width: 100%;
        margin-bottom: 2.60869565217vw;
    }
    .footer-menu,
    .footer-logo,
    .footer-1 .site-footer__section:last-child .site-footer__section-right {
        text-align: center;
    }
    .footer-1 .atbs-browse__list {
        width: 26.0869565217vw;
        left: 0;
    }
    .footer-1 .site-footer__section-right.text-right {
        justify-content: center;
    } */
}


/* ----------------------- footer -1*/
/*@end file 15*/
/* ----------------------- footer-2*/

.footer-2 {
    position: relative;
    overflow: hidden;
}

.footer-2 .navigation--footer>li {
    padding: 23px;
}

.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;
}

.site-footer--inverse .site-footer__section .social-list>li>a>i {
  color: rgba(255,255,255,0.8);
}
.site-footer--inverse .site-footer__section .social-list>li>a:hover>i {
  color: #ffffff;
}
.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 {
    position: relative;
    z-index: 1;
}
.footer-2 .site-footer__top::before {
    position: absolute;
    content: "";
    top: 0;
    height: 50%;
    width: 100vw;
    bottom: auto;
    left: 50%;
    right: 0;
    background-color: #ffffff;
    z-index: -1;
    transform: translateX(-50%);
}

.footer-2 .site-footer__body:first-child .site-footer__section-inner {
    padding-top: 5.714285714285714rem;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

.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);
}

.footer-gallery__item {
    position: relative;
}

.footer-gallery__item::after,
.footer-gallery__item::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.2, 1.2);
    transition: opacity 300ms;
}

.footer-gallery__item::before {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: none;
    width: auto;
    height: auto;
    border: 1px solid #ffffff;
}

.footer-gallery__item:hover::after,
.footer-gallery__item:hover::before {
    opacity: 0.3;
    visibility: visible;
    transform: scale(1, 1);
    transition: opacity 300ms;
}

.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__section:last-child .site-footer__section-inner {
    margin-top: 2.5rem;
    padding: 2.5rem 0;
    border-top: 0.07142857142857142rem solid rgba(0, 0, 0, 0.2);
}

.atbs-dark-mode .footer-2 .site-footer__section:last-child .site-footer__section-inner,
.footer-2.site-footer--inverse .site-footer__section:last-child .site-footer__section-inner {
    border-top: 0.07142857142857142rem solid rgba(255, 255, 255, 0.2);
}

.footer-2 .site-footer__section:last-child .site-footer__section-left {
    flex: 1;
    padding-right: 0.7142857142857143rem;
    margin-bottom: 0;
}

.footer-2 .site-footer__section:last-child .site-footer__section-right {
    flex: 1;
    padding-left: 0.7142857142857143rem;
    align-items: center;
    justify-content: flex-end;
}

.footer-2 .site-footer__section:last-child {
    position: relative;
    font-weight: 400;
}

.footer-2 .site-footer__section:last-child a {
    text-decoration: none;
}

.footer-2 .site-footer__section:last-child .social-list {
    padding-left: 1.4285714285714286rem;
    margin-left: 2.142857142857143rem;
    position: relative;
    flex: 1;
    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;
    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__section:last-child .social-list>li>a {
    opacity: 0.8;
}

.site-footer--inverse .site-footer__section:last-child .social-list>li:hover a {
    opacity: 1;
}

.footer-2 .site-footer__2 .site-footer__section-left {
    display: flex;
    justify-content: start;
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .footer-2 .site-footer__body:first-child .site-footer__section-inner {
        margin-bottom: 0;
    }

    .footer-2 .atbs-browse {
        text-align: left;
    }
    .footer-2 .atbs-browse__list {
        top: auto;
        bottom: 100%;
    }
    .footer-2 .atbs-browse .mdicon-expand_more::before {
        content: "\e5ce";
    }
    .footer-2 .navigation--footer>li {
        padding: 0 5px !important;
    }
}

@media (max-width: 767px) {
    .footer-2 .atbs-browse__list {
        width: 170px;
    }
    .footer-2 .site-footer__section:last-child .social-list {
        padding-left: 12px;
        margin-left: 18px;
    }
    .footer-2 .site-footer__section:last-child .item-seperated::before {
        display: none;
    }
    .footer-2 .site-footer__section-right.text-right.flex-box.justify-content-end {
        display: flex;
        justify-content: center;
        padding: 0;
    }
    .footer-2 .site-footer__section:nth-child(2) .site-footer__section-left {
        padding-right: 0;
        margin-bottom: 1.857142857142857rem;
    }
    .footer-2 .site-footer__2 .site-footer__section-left {
        display: flex;
        justify-content: center;
    }
    .footer-2 .site-footer__section:last-child .site-footer__section-left {
        padding-right: 0;
        padding-bottom: 20px;
    }
    .footer-2 .site-footer__section-inner {
        flex-direction: column-reverse;
    }
    .footer-2 .site-footer__section:last-child .social-list {
        padding: 0;
        margin: 0;
    }
    .footer-2 .site-footer__section:last-child .site-footer__section-inner {
        padding: 0;
    }
}

@media (max-width: 575px) {
    .footer-2 .site-logo img {
        max-width: 370px;
    }
    .footer-2 .site-footer__section:last-child .site-footer__section-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .footer-2 .atbs-browse .atbs-browse__btn {
        margin: 0 auto;
    }
    .footer-2 .atbs-browse__list {
        width: 150px;
        left: 233px;
    }
    .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: 10px;
    }
    .footer-2 .site-footer__2 .site-footer__section-left {
        justify-content: center;
    }

    .footer-2 .site-footer__top::before {
        height: 20%;
    }
    .footer-gallery__item {
        width: calc(100% / 3);
    }
}


/* ----------------------- footer-2*/
/*@end file 16*/
.footer-3 .footer-wap {
    display: flex;
    flex-wrap: wrap;
}

.footer-3 .footer-left {
    width: 15%;
    display: flex;
    align-items: center;
}

.footer-3 .footer-center {
    width: 70%;
    display: flex;
    justify-content: center;
}

.footer-3 .footer-right {
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-3 .navigation--footer>li {
    padding: 5px 23px;
}

.footer-3 .navigation--footer>li>a {
    font-size: 0.92857142rem;
    /*13px*/
    color: #1B0B0B;
    font-weight: 400;
}

.footer-3 .site-footer__section {
    padding: 20px 0;
}

.site-wrapper {
    background-color: #FFF;
}

.footer-3 .social-list::before {
    content: none;
}

.footer-3 .footer-logo a span {
    font-size: 1.4285714rem;
    /*20px*/
    font-weight: 600;
}

.footer-3.inverse-text .footer-menu ul>li>a {
    color: rgba(255,255,255,0.8);
}
.footer-3.inverse-text .footer-menu ul>li>a:hover {
    color: #fff;
}

.footer-3.inverse-text .social-list>li>a>i {
    color: #fff;
}

.footer-3 .social-list>li>a>i {
    color: rgb(144, 144, 144);
    font-size: 1.071428rem;
    /*15px*/
}

.atbs-dark-mode .footer-3 .navigation--footer>li>a {
    font-size: 0.92857142rem;
    color: #fff;
}

.atbs-dark-mode .footer-3 .social-list>li>a>i {
    color: #fff;
}

.footer-3 .navigation--footer>li:nth-child(1) a {
    color: #1B0B0B;
}

.footer-3 .navigation--footer {
    margin-left: 0;
}

.footer-3 .footer-menu {
    display: flex;
    justify-content: center;
    align-items: center;
}



@media (max-width: 767px) {
    .footer-3 .site-footer__section {
        padding: 40px 0;
    }
    .footer-3 .navigation--footer>li>a {
        font-size: 0.71428rem;
        /*10px*/
    }
    .footer-3 .footer-logo a span {
        font-size: 1.0714rem;
        /*15px*/
    }
    .footer-3 .social-list>li>a>i {
        font-size: 0.9285rem;
        /*13px*/
    }
    .footer-3 .footer-menu {
        /* padding-left: 2.608695652173913vw; */
        text-align: center;
    }
    .footer-3 .site-footer__section-inner {
        flex-direction: column;
    }
    .footer-3 .footer-center {
        width: 100%;
        padding: 15px 0;
    }
    .footer-3 .footer-right {
        width: 100%;
        justify-content: center;
    }
    .footer-3 .footer-left {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .footer-3 .footer-left {
        width: 100%;
        justify-content: center;
        margin-bottom: 10px;
    }
    .footer-3 .footer-center {
        width: 100%;
        margin-bottom: 15px;
    }
    .footer-3 .footer-right {
        width: 100%;
        justify-content: center;
    }
    .footer-3 .navigation--footer>li>a {
        font-size: 0.8571rem;
        /*12px*/
    }
    .footer-3 .navigation--footer>li {
        padding: 7px 10px 7px 10px;
    }
    .footer-3 .footer-menu {
        padding-left: 0;
        padding-right: 0;
    }
    .footer-3 .footer-left {
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .footer-3 .footer-center {
        width: 100%;
        padding: 0;
    }
}
/*@end file 17*/
.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: 0.92857142rem;
    /*13px*/
    color: #1B0B0B;
    font-weight: 300;
    line-height: 1.5;
    text-decoration: none;
}

.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 -2.142857142857143rem; */
    margin-left: -1.0714285714285714rem;
}

.site-footer--inverse.inverse-text .navigation--footer>li>a,
.site-footer--inverse.inverse-text .copyright {
    color: #ffffff;
}

.atbs-dark-mode .copyright,
.atbs-dark-mode .site-footer__section .social-list>li>a>i {
    color: rgba(255, 255, 255, 0.8);
}

.site-footer__section .social-list>li>a>i {
    color: #1b0b0b;
    font-size: 1.071428rem;
    /*15px*/
}

.navigation--footer>li a:hover {
    color: var(--color-primary);
}

.site-footer .site-logo.footer-logo {
    max-width: 100%;
}

.site-footer .footer-logo a span {
    font-size: 1.4285714rem;
    font-weight: 600;
}

.site-footer .navigation--footer>li>a {
    font-size: 1.0714rem;
    color: #1B0B0B;
    font-weight: 400;
    text-transform: capitalize !important;
}

.site-footer .social-list::before {
    display: none;
}

@media (min-width: 1200px) {
    .inverse-text .atbs-browse__list a {
        background-color: var(--color-secondary);
        border: 0.07142857142857142rem solid rgba(255, 255, 255, 0.2);
        color: #ffffff;
    }
    .inverse-text .atbs-browse__list a:hover {
        background-color: var(--color-primary);
        border: 0.07142857142857142rem solid var(--color-primary);
    }
}

@media (max-width: 1199px) {
    .inverse-text .atbs-browse__btn {
        background-color: var(--color-secondary);
        border: 1px solid rgba(255, 255, 255, 0.2);
        color: #ffffff;
    }
    .inverse-text .atbs-browse__btn:hover {
        background-color: var(--color-primary);
        border: 1px solid var(--color-primary);
    }
    .inverse-text .atbs-browse__btn i {
        color: #ffffff;
    }
    .inverse-text .atbs-browse__list {
        background-color: var(--color-secondary);
        border: 1px solid rgba(255, 255, 255, 0.2);
        color: #ffffff;
    }
    .inverse-text .atbs-browse__list a {
        background: none;
        color: #ffffff;
    }
    .inverse-text .atbs-browse__list a:hover {
        color: var(--color-primary);
    }
}
/*@end file 18*/
/* css */
.site-header__ads {
    text-align: right;
}
/* theme check*/
.single-body p {
    margin: 0 0 2rem;
}
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 {
    color: #777;
    font-size: 1rem;
    line-height: 1.5;
    /*display: flex;*/
    /*flex-direction: column;*/

}
.aligncenter figcaption,
.aligncenter.wp-caption .wp-caption-text{
    text-align: center;
}
.alignright figcaption,
.alignright.wp-caption .wp-caption-text {
    text-align: right;
}


.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*/

/*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-column p:last-child {
  margin-bottom: 2rem;
}
.wp-block-columns {
    margin-bottom: 0;
}
.post--single .single-body {
    font-size: 1.1428rem;
    line-height: 1.75;
}
.has-large-font-size {
    font-size: 2.5714rem;
    /*line-height: 1.3;*/
    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: 13px;
    margin-top: 5px;
    margin-bottom: 15px;
}
/*Wp Widget*/
.wp-block-calendar table {
    margin-bottom: 0;
}
.wp-block-calendar table caption {
    margin-bottom: 10px;
    text-align: center;
}
.wp-block-calendar table th {
    text-align: center;
}

.wp-block-calendar .wp-calendar-nav {
    margin-top: 5px;
}
/*
.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: 15px;
}

.wp-block-search .wp-block-search__label {
    font-size: 1.2857rem;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: 700;
    display: block;
}

.wp-block-search .wp-block-search__button {
    background: #333;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 15px;
    min-height: 53px;
    /*line-height: 53px;*/
    color: #fff;
    border: 0;
    font-size: 1.2857rem;
}

.wp-block-search .wp-block-search__button {

}

/*Wp Layout Elements*/
.wp-block-group.has-background {
    padding: 50px 30px;
}
.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: 10px;
    border: none;
    background-color: transparent;
    background-image: -webkit-radial-gradient(currentColor 1px, transparent 1px);
    background-image: -moz-radial-gradient(currentColor 1px, transparent 1px);
    background-image: -o-radial-gradient(currentColor 1px, transparent 1px);
    background-image: radial-gradient(currentColor 1px, transparent 1px);
    background-position: 1px 1px;
    -webkit-background-size: 5px 5px;
    -moz-background-size: 5px 5px;
    -o-background-size: 5px 5px;
    background-size: 5px 5px;
    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: -webkit-radial-gradient(currentColor 1px, transparent 1px);
    background-image: -moz-radial-gradient(currentColor 1px, transparent 1px);
    background-image: -o-radial-gradient(currentColor 1px, transparent 1px);
    background-image: radial-gradient(currentColor 1px, transparent 1px);
    background-position: 1px 1px;
    -webkit-background-size: 5px 5px;
    -moz-background-size: 5px 5px;
    -o-background-size: 5px 5px;
    background-size: 5px 5px;
    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, table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid rgba(0, 0, 0, .025);
    margin-bottom: 0;
}
.wp-block-table td, .wp-block-table th,
table td, table th  {
    padding: 0.8em;
    border: 1px solid #eee;
}
.wp-block-table tbody tr:nth-child(2n),
table tbody tr:nth-child(2n) {
    background-color: rgba(0, 0, 0, .025);
}

/*Classic*/
.post-password-form label > input {
  margin-top: 0;
}
input[type="button"]:not(.btn),
input[type="reset"]:not(.btn),
input[type="submit"]:not(.btn) {
    margin-top: 15px;
}
.post-password-form input[type="submit"]:not(.btn) {
    font-size: 12px;
    padding: 7px 20px;
}
.post-password-form input[type="password"] {
    padding: 8px 15px;
}
.post-password-form input[type="submit"] {
    background-color: rgba(0, 0, 0, 0.05);
    outline: none;
    text-transform: uppercase;
    border: 1px solid var(--color-border);
}
.post-password-form input[type="submit"]:hover {
    background-color: #131313;
    color: var(--color-primary);
}

.trackback .comment-body {
    margin-left: 0;
}

/*DarkMode*/
.atbs-dark-mode .is-style-outline>.wp-block-button__link:not(.has-text-color),
.atbs-dark-mode .wp-block-button__link.is-style-outline:not(.has-text-color) {
    color: #fff;
    border-color: var(--color-border);
}

.atbs-dark-mode .typography-copy blockquote,
.atbs-dark-mode .comment-content blockquote,
.atbs-dark-mode .wp-calendar-nav a {
    color: var(--color-contrast-80);
}

.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, textarea.form-control,
.atbs-dark-mode select, .atbs-dark-mode select.form-control,
.atbs-dark-mode input[type="button"]:not(.btn), .atbs-dark-mode  input[type="reset"]:not(.btn),
.atbs-dark-mode input[type="submit"]:not(.btn) {
    background-color: var(--bg-dark-mode-aside);
    color: #fff;
}

.atbs-dark-mode .page-404-search .search-form__input[type="text"]::placeholder {
    color: rgba(34,34,34,0.6) !important;
}
.atbs-dark-mode .page-404-search .search-form__input[type="text"] {
    background-color: #fff;
    color: #222222;
}
.atbs-dark-mode .wp-block-search .wp-block-search__input {
    border-color: transparent;
    outline: none;
    box-shadow: none;
}
.atbs-dark-mode .wp-block-group .wp-block-button__link {
    background-color: var(--bg-dark-mode);
}

.atbs-dark-mode .wp-block-media-text.has-background,
.atbs-dark-mode .wp-block-group.has-background {
    background-color: var(--bg-dark-mode-aside) !important;
}

.atbs-dark-mode .typography-copy blockquote,
.atbs-dark-mode .comment-content blockquote {
    border-color: var(--color-border);
}
.atbs-dark-mode table th,
.atbs-dark-mode table td,
.atbs-dark-mode tr,
.atbs-dark-mode .wp-block-table.is-style-stripes,
.atbs-dark-mode .wp-block-table th,
.atbs-dark-mode .wp-block-table td,
.atbs-dark-mode .wp-block-table table {
    border-color: var(--color-border);
}
.atbs-dark-mode .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: var(--bg-dark-mode-aside);
}

/* 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-contrast-80);
}
.atbs-dark-mode .subscribe-modal input[type="email"]::placeholder {
    color: rgba(255,255,255,0.6);
}
.subscribe-modal input[type="submit"] {
    padding: 8px 13px;
}
.atbs-dark-mode .subscribe-modal .modal-body,
.atbs-dark-mode .subscribe-modal .modal-title.modal-title {
    color: var(--color-contrast-80);
}
.atbs-dark-mode .wp-block-group .wp-block-button__link {
    background-color: var(--bg-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;
}

/* end theme check*/

/* 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-90: rgba(255, 255, 255, 0.9);
    --color-contrast-80: rgba(255, 255, 255, 0.8);
    --color-contrast-70: rgba(255, 255, 255, 0.7);
    --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: #222;
    --bg-dark-mode-aside: #2a2a2a;
    --bg-dark-mode-aside-2: #333;
    --bg-color-thumb: #555;
}


/* ----------------------------------------------------------------
  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 .post--single-1 p {
    color: #969696;
}

.atbs-dark-mode .comment-form-comment lable {
    color: #d3d3d3 !important;
}

.atbs-dark-mode .single-footer-has-hover .entry-interaction__right a span {
    color: #d3d3d3;
}

.atbs-dark-mode label {
    color: #d3d3d3;
}

.atbs-dark-mode .posts-navigation-single::before,
.posts-navigation-single::after {
    background-color: #d3d3d3;
}

.atbs-dark-mode .posts-navigation-single::after {
    background-color: #d3d3d3;
}

.atbs-dark-mode .posts-navigation-single .posts-navigation__prev::before {
    background-color: #d3d3d3;
}

@supports selector(:focus-visible) or selector(:-moz-focusring) {
    .atbs-dark-mode a:focus-visible,
    .atbs-dark-mode [role="button"]:focus-visible,
    .atbs-dark-mode input[type="submit"]:focus-visible,
    .atbs-dark-mode input[type="button"]:focus-visible,
    .atbs-dark-mode input[type="reset"]:focus-visible,
    .atbs-dark-mode button:focus-visible {
        outline-color: #eee;
    }
    .atbs-dark-mode :-moz-focusring {
        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 .scroll-count-percent .percent-number,
.atbs-dark-mode .entry-teaser,
.atbs-dark-mode .author__text {
    color: var(--bg-dark-mode-aside);
}

.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);
}

.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-border);
}

.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);
    box-shadow: 0 0 4px var(--color-contrast-100);
}

.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 {
    filter: invert(1);
}

.atbs-dark-mode input[list]::-webkit-calendar-picker-indicator {
    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;
    transition: background-color 5000s ease-in-out 0s;
}

.atbs-dark-mode .screen-reader-text:focus {
    background: #555;
    color: #fff;
    border-color: var(--color-border);
    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.13);
}

.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: 1px 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-2) !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 {
    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-3 .atbs-dark-mode .site-header .navigation-bar .navigation-bar__inner,
.header-1 .atbs-dark-mode .site-header .header-main,
.header-2 .atbs-dark-mode .site-header .header-main,
.header-default .atbs-dark-mode .header-main,
.header-1 .atbs-dark-mode .header-main,
.header-2 .atbs-dark-mode .header-main,
.header-3 .atbs-dark-mode .header-main,
.header-4 .atbs-dark-mode .navigation-bar--fullwidth,
.header-5 .atbs-dark-mode .navigation-bar--fullwidth {
    background: var(--bg-dark-mode-aside);
}


/** 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;
}


/*---- Modules ----*/


/*Featured module a*/

.atbs-dark-mode .atbs-feature-module-a {
    background-color: var(--bg-dark-mode-aside);
}

.atbs-dark-mode .atbs-feature-module-a .post--horizontal-hover-background:hover {
    background-color: var(--bg-dark-mode);
}


/*Featured module b*/

.atbs-dark-mode .post--overlap-has-hidden-content .post__text-wrap {
    background-color: var(--bg-dark-mode-aside);
}

.atbs-dark-mode .post--vertical-feature-readmore-large .post__readmore--seperated {
    border-color: var(--color-border);
}

@media (min-width: 992px) {
    .atbs-dark-mode .container--fullwidth-overflow-left .sub-posts .list-item.hover-active,
    .atbs-dark-mode .container--fullwidth-overflow-left .sub-posts .list-item:hover {
        background-color: var(--bg-dark-mode-aside);
    }
}

@media (max-width: 991px) {
    .atbs-dark-mode .container--fullwidth-overflow-left .main-post {
        border-color: var(--color-border);
    }
}

/*Featured module c*/
@media (min-width: 481px) {

    .atbs-dark-mode .post--overlay-thumb-follow-parent.hover-active a.post__cat,
    .atbs-dark-mode .post--overlay-thumb-follow-parent.hover-active .inverse-text a.post__cat.post__cat--color-primary,
    .atbs-dark-mode .post--overlay-thumb-follow-parent:hover a.post__cat,
    .atbs-dark-mode .post--overlay-thumb-follow-parent:hover .inverse-text a.post__cat.post__cat--color-primary{
        color: var(--color-contrast-80);
    }

    .atbs-dark-mode .post--overlay-thumb-follow-parent.hover-active .post__title > a,
    .atbs-dark-mode .post--overlay-thumb-follow-parent:hover .post__title > a ,
    .atbs-dark-mode .atbs-feature-module-c .posts-list:hover .post--overlay-thumb-follow-parent.hover-active .post__title > a {
        color: var(--color-contrast-100);
    }
    .atbs-dark-mode .atbs-feature-module-c .posts-list .post--overlay-thumb-follow-parent:hover .post__title > a:hover,
    .atbs-dark-mode .atbs-feature-module-c .posts-list .post--overlay-thumb-follow-parent.hover-active:hover .post__title > a {
        color: var(--color-contrast-100);
    }
}

/*Posts listing grid a*/

.atbs-dark-mode .atbs-post-listing--grid-a {
    background-color: var(--bg-dark-mode-aside);
}
.atbs-dark-mode .atbs-post-listing--grid-a.module-no-background .post--vertical-thumb-hover-background-below .post__title {
    color: var(--color-contrast-80);
}
.atbs-dark-mode .post--vertical-thumb-hover-background-below .post__title.custom-typescale-2 {
    color: var(--color-contrast-80);
}

/*Featured Slider a*/

.atbs-dark-mode .atbs-feature-slider-a .atbs-block__inner::before {
    background: linear-gradient(to right, var(--bg-dark-mode-aside) 56.295754%, var(--bg-dark-mode-aside-2) 56.295754%);
}

@media (max-width: 991px) {
    .atbs-dark-mode .atbs-feature-slider-a .atbs-block__inner::before {
        background: linear-gradient(to top, var(--bg-dark-mode-aside) 56.295754%, var(--bg-dark-mode-aside-2) 56.295754%);
    }
}


/*Featured module d*/

.atbs-dark-mode .atbs-feature-module-d .list-item:hover,
.atbs-dark-mode .atbs-feature-module-d .list-item.hover-active {
    background-color: var(--bg-dark-mode-aside);
}

.atbs-dark-mode .atbs-feature-module-d .list-item {
    border-color: var(--color-border);
}

@media (min-width: 481px) {
    .atbs-dark-mode .atbs-feature-module-d .posts-list:hover .list-item.hover-active {
        background-color: transparent;
    }
    .atbs-dark-mode .atbs-feature-module-d .posts-list .list-item.hover-active:hover {
        background-color: var(--bg-dark-mode-aside);
    }
    .atbs-dark-mode .atbs-feature-module-d .posts-list:hover .list-item.hover-active .post__title a {
        color: var(--color-contrast-80);
    }

    .atbs-dark-mode .atbs-feature-module-d .posts-list:hover .list-item.hover-active:hover .post__title a {
        color: var(--color-primary);
    }
}

@media (max-width: 480px) {
    .atbs-dark-mode .post--vertical-thumb-absolute {
        background-color: var(--bg-dark-mode-aside);
    }
}


/*Post carousel a*/

.atbs-dark-mode .atbs-post-carousel-a .atbs-carousel.atbs-carousel-border .owl-stage-outer {
    border-color: var(--color-border);
}

.atbs-dark-mode .atbs-post-carousel-a .owl-item {
    border-color: var(--color-border);
}

.atbs-dark-mode .atbs-post-carousel-a .atbs-carousel .owl-prev,
.atbs-dark-mode .atbs-post-carousel-a .atbs-carousel .owl-next {
    background-color: transparent !important;
}

.atbs-dark-mode .atbs-post-carousel-a .owl-prev::after {
    background-color: var(--color-border);
}

.atbs-dark-mode .atbs-carousel.atbs-carousel-post-vertical .owl-prev:hover,
.atbs-dark-mode .atbs-carousel.atbs-carousel-post-vertical .owl-next:hover {
    background-color: var(--bg-dark-mode-aside);
}


/**/

.atbs-dark-mode .post--overlay-thumb-follow-parent .post__text {
    background-color: var(--bg-dark-mode-aside);
    border-color: rgba(255, 255, 255, 0.1);
}


/*Listing grid b*/

.atbs-dark-mode .posts-list--staircase::before {
    background-color: var(--bg-dark-mode-aside);
}


/*Featured slider b*/

.atbs-dark-mode .atbs-feature-slider-b .atbs-carousel-wrap {
    background-color: var(--bg-dark-mode-aside);
}

.atbs-dark-mode .post--horizontal-grid .post__text {
    border-color: var(--color-border);
}

.atbs-dark-mode .post--horizontal-grid .post__text:after {
    background-color: var(--color-border);
}


/*Block Main Col b*/

.atbs-dark-mode .atbs-posts-block-main-col-a .atbs-block__inner {
    border-color: var(--color-border);
}

@media (min-width: 481px) {
    .atbs-dark-mode .atbs-feature-module-c .posts-list:hover .post--overlay-thumb-follow-parent.hover-active>.post__text {
        background-color: var(--bg-dark-mode-aside);
    }
    .atbs-dark-mode .atbs-feature-module-c .posts-list .post--overlay-thumb-follow-parent.hover-active:hover>.post__text {
        background-color: var(--color-primary);
    }
    .atbs-dark-mode .post--overlay-thumb-follow-parent.hover-active a.post__cat,
    .atbs-dark-mode .post--overlay-thumb-follow-parent.hover-active .inverse-text a.post__cat.post__cat--color-primary,
    .atbs-dark-mode .post--overlay-thumb-follow-parent:hover a.post__cat,
    .atbs-dark-mode .post--overlay-thumb-follow-parent:hover .inverse-text a.post__cat.post__cat--color-primary {
        color: var(--color-contrast-80);
    }


    .atbs-dark-mode .post--overlay-thumb-follow-parent.hover-active .post__title>a,
    .atbs-dark-mode .post--overlay-thumb-follow-parent:hover .post__title>a,
    .atbs-dark-mode .atbs-feature-module-c .posts-list .post--overlay-thumb-follow-parent.hover-active:hover .post__title>a {
        color: var(--color-contrast-100);
    }
}

@media (max-width: 767px) and (min-width: 481px) {
    .atbs-dark-mode .atbs-feature-module-c .posts-list-wrap .list-item:not(:last-child) {
        border-bottom: 1px solid var(--color-border);
    }
}

@media (max-width: 480px) {
    .atbs-dark-mode .post--overlay-thumb-follow-parent .post__text {
        border-right: 0;
    }
}


/** 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 {
    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__item:not(.atbs-pagination__item-current) {
    color: var(--color-contrast-80);
}

.atbs-dark-mode .atbs-pagination__item-current {
    background-color: var(--bg-dark-mode-aside);
}

.atbs-dark-mode .atbs-pagination--next-n-prev .atbs-pagination__label {
    color: var(--color-contrast-80);
}

.atbs-dark-mode .atbs-go-top.atbs-go-top.is-active {
    color: #fff;
}


/*---- 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-90);
}

.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 .widget__title-style::before,
.atbs-dark-mode .block-heading--related::before {
    background-color: var(--color-border);
    opacity: 1;
}

.atbs-dark-mode .atbs-widget-2 .author-info i {
    color: var(--color-contrast-30);
}

.atbs-dark-mode .atbs-widget-3 button {
    background-color: var(--bg-dark-mode-aside-2);
}

.atbs-dark-mode .posts-navigation-single .posts-navigation>*:nth-child(1):before {
    background-color: var(--color-border);
    opacity: 1;
}


/**/


/*---- 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(--bg-dark-mode-aside);
}

.atbs-dark-mode .scroll-count-percent .percent-number {
    color: var(--color-contrast-80);
}

.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,
.atbs-dark-mode .single-footer-has-hover .entry-interaction__right a span {
    color: var(--color-contrast-60);
}

.atbs-dark-mode .single-footer-has-hover .entry-tags ul>li {
    background-color: var(--bg-dark-mode-aside);
}

.atbs-dark-mode .widget__title-text,
.atbs-dark-mode .comments-title,
.atbs-dark-mode .comments-title:before,
.atbs-dark-mode .comment-reply-title,
.atbs-dark-mode label,
.atbs-dark-mode .block-heading--related .block-heading__title,
.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-dark-mode .posts-navigation-single::before,
.atbs-dark-mode .posts-navigation-single::after {
    background-color: var(--color-border);
    opacity: 1;
}

@media (min-width: 576px) {
    .atbs-dark-mode .posts-navigation-single .posts-navigation__prev::before {
        background-color: var(--color-border);
        opacity: 1;
    }
}


/** 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-80);
}

.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);
    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-aside);*/
    color: rgba(255, 255, 255, 0.8);
}

.atbs-dark-mode .atbs-widget-2 .author-box__text .author-name a {
    color: rgba(255, 255, 255, 0.8);
}


/*---- Theme Color ----*/


/*---- WP Core ----*/
.atbs-dark-mode .author-box.authorbox-page-style .author-social>li>a,
.atbs-dark-mode .author-single .author-socials a {
    /*opacity: 0.6;*/
    /*border-color: rgba(255,255,255,0.2);*/
}
.atbs-dark-mode .author-box .author-info a,
.atbs-dark-mode .author-box .author-social a,
.atbs-dark-mode .author-box .author-socials a {
    border-color: rgba(255,255,255,0.1);
}


.atbs-dark-mode .author-single .author-bio,
.atbs-dark-mode .post__excerpt {
    opacity: 1;
}
.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 article[data-dark-mode="true"] .post__title,
.atbs-dark-mode .inverse-text .category__title a, .atbs-dark-mode .inverse-text .post__title,
.atbs-dark-mode .inverse-text .post__title a, .atbs-dark-mode .inverse-text .entry-title,
.atbs-dark-mode .inverse-text .entry-title a, .atbs-dark-mode .inverse-text .entry-author a.entry-author__name,
.atbs-dark-mode .inverse-text .entry-author time.time, .atbs-dark-mode .inverse-text time.time,
.atbs-dark-mode .inverse-text .category__readmore a,
.atbs-dark-mode .atbs-feature-module-a.theme-dark .post--horizontal-hover-background .post__title {
    color: var(--color-contrast-80);
}
.atbs-dark-mode .post--horizontal-video-feature .inverse-text a.post__cat,
.atbs-dark-mode article[data-dark-mode="true"] .post__text:not(.text-color-black) a.post__cat,
.atbs-dark-mode .post--overlap a.post__cat {
    color: var(--color-contrast-70);
}

.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-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 .post__meta a.post-author__name {
    color: #999;
}

.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: #999;
}

.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: #999;
}

.atbs-dark-mode .post--vertical-special[data-dark-mode="false"] .post__meta--has-author-style-3.post__meta a.post-author__name {
    color: #999;
}


/*single-1*/

.atbs-dark-mode .social-share li i {
    color: var(--color-contrast-80);
}

.atbs-dark-mode .single-header .entry-title {
    color: var(--color-contrast-100) !important;
}

.atbs-dark-mode .author-box .author-name a {
    color: #d3d3d3;
}

.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);
}

.atbs-dark-mode input[type="checkbox"]:checked::after {
    border-color: #222222;
}

.atbs-dark-mode .single-1::before {
    background-color: var(--bg-dark-mode-aside);
}

.atbs-dark-mode .atbs-pagination-style-1 .load-more-btn {
    background-color: var(--color-primary);
}

.atbs-dark-mode .single-1 .single-header::after,
.atbs-dark-mode .single-1 .entry-thumb::before {
    background-color: var(--color-border);
}

.atbs-dark-mode .single-1 .single-header::before {
    background-color: var(--bg-dark-mode-aside);
}


.atbs-dark-mode .atbs-pagination-style-1 .load-more-btn {
    background-color: var(--color-primary);
}

.atbs-dark-mode .single-body--share .social-share li {
    background-color: var(--bg-dark-mode-aside);
    border-color: rgba(255,255,255,0.15);
}

.atbs-dark-mode .single-entry-section-wrap:not(:first-child) {
    border-color: rgba(255, 255, 255, 0.13);
}

.atbs-dark-mode .scroll-count-percent .progress__meter {
    fill: var(--bg-dark-mode);
    stroke: var(--bg-dark-mode-aside);
}


/* 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);
}


/* footer 1*/

.atbs-dark-mode .site-footer--inverse {
    background-color: var(--bg-dark-mode-aside) !important;
}

.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);
}


/* ----dark-mode theme-----*/

.atbs-dark-mode .no-background .post--vertical-thumb-hover-background-below .post__title.custom-typescale-2 {
    color: #fff;
}

.atbs-dark-mode .atbs-feature-module-c .post--overlay .post__thumb {
    z-index: -1;
}

.atbs-dark-mode .atbs-feature-module-c .post--overlay .post__text {
    z-index: 1;
}

.atbs-dark-mode .block-heading h4.block-heading__title {
    color: var(--color-contrast-90) !important;
}

.atbs-dark-mode .atbs-post-listing--grid-b .posts-list--staircase::before {
    background-color: #222;
}

.atbs-dark-mode .atbs-post-carousel-b .nav-circle .owl-nav .owl-prev,
.atbs-dark-mode .atbs-post-carousel-b .nav-circle .owl-nav .owl-next {
    background-color: var(--bg-dark-mode-aside-2);
    color: var(--color-white);
}
.atbs-dark-mode a.post__cat.post__cat-color-primary {
    color: rgba(255,255,255,0.8)
}
.atbs-dark-mode .atbs-post-carousel-b .nav-circle .owl-nav .owl-prev:hover,
.atbs-dark-mode .atbs-post-carousel-b .nav-circle .owl-nav .owl-next:hover {
    background-color: #ffffff;
    color: #222222;
}

.atbs-dark-mode .atbs-posts-block-main-col-a .nav-circle .owl-nav .owl-prev,
.atbs-dark-mode .atbs-posts-block-main-col-a .nav-circle .owl-nav .owl-next {
    background-color: var(--bg-dark-mode-aside-2);
    color: var(--color-primary);
}

.atbs-dark-mode .atbs-posts-block-main-col-a .nav-circle .owl-nav .owl-prev:hover,
.atbs-dark-mode .atbs-posts-block-main-col-a .nav-circle .owl-nav .owl-next:hover {
    background-color: var(--color-primary);
    color: #222;
}

/*.atbs-dark-mode .atbs-feature-slider-a .atbs-block__inner::before {
    background: -webkit-linear-gradient(left, var(--bg-dark-mode-aside) 56.295754%, var(--bg-dark-mode-aside-2) 56.295754%);
    background: -o-linear-gradient(left, var(--bg-dark-mode-aside) 56.295754%, var(--bg-dark-mode-aside-2) 56.295754%);
    background: linear-gradient(to right, var(--bg-dark-mode-aside) 56.295754%, var(--bg-dark-mode-aside-2) 56.295754%);
}
*/

/*featured module d*/

.atbs-dark-mode .atbs-feature-module-d .list-item.hover-active {
    background-color: var(--bg-dark-mode-aside);
}

.atbs-dark-mode .atbs-feature-module-d .list-item:nth-child(3),
.atbs-dark-mode .atbs-feature-module-d .list-item:nth-child(4),
.atbs-dark-mode .atbs-feature-module-d .list-item:nth-child(2),
.atbs-dark-mode .atbs-feature-module-d .list-item:nth-child(3) {
    border-color: var(--color-border);
}

@media (min-width: 481px) {
    .atbs-dark-mode .atbs-feature-module-d .posts-list:hover .list-item.hover-active {
        background-color: var(--bg-dark-mode);
    }
    .atbs-dark-mode .atbs-feature-module-d .posts-list .list-item.hover-active:hover,
    .atbs-dark-mode .atbs-feature-module-d .list-item.hover-activ,
    .atbs-dark-mode .atbs-feature-module-d .list-item:hover,
    .atbs-dark-mode .atbs-feature-module-d .list-item.hover-active {
        background-color: var(--bg-dark-mode-aside);
    }
}

@media (max-width: 1680px) {
    .atbs-dark-mode .atbs-megamenu-style-1 .posts-list-sub-wrap .list-item:not(:nth-child(2n)):before {
        background-color: rgba(255, 255, 255, 0.4);
    }
}

.atbs-dark-mode .atbs-megamenu-style-1 .posts-list-sub-wrap .list-item:not(:nth-child(3n)):before {
    background-color: rgba(255, 255, 255, 0.4);
}

.atbs-dark-mode .atbs-megamenu-style-1 {
    border: 1px solid rgba(255, 255, 255, 0.13);
}

.atbs-dark-mode .megamenu-post--horizontal .text-group-2 {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.atbs-dark-mode .atbs-megamenu-style-1 .posts-list-sub-wrap {
    border-left: 1px solid rgba(255, 255, 255, 0.13);
}

@media (max-width: 1680px) {
    .atbs-dark-mode .atbs-megamenu-style-1 .posts-list-sub-wrap .list-item:nth-child(2n + 1):not(:first-child):after {
        background-color: rgba(255, 255, 255, 0.4);
    }
}

.atbs-dark-mode .atbs-mega-menu .nav-circle .owl-nav .owl-next,
.atbs-dark-mode .atbs-mega-menu .nav-circle .owl-nav .owl-prev {
    background-color: var(--bg-dark-mode-aside-2);
    color: var(--color-primary);
}

.atbs-dark-mode .atbs-megamenu-style-3-wrap .sub-categories {
    margin-bottom: 20px;
}


/* ---------carousel a ---------*/

.atbs-dark-mode .atbs-post-carousel-a .atbs-carousel.atbs-carousel-border .owl-stage-outer {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.atbs-dark-mode .atbs-post-carousel-a .owl-item.active {
    border-right: 1px solid rgba(255, 255, 255, 0.13);
}
.atbs-dark-mode .single-5 .posts-navigation-single::before {
    background-color: rgba(255,255,255,1);
}
.atbs-dark-mode .post--horizontal-grid .post__text:after {
    background-color: rgba(255, 255, 255, 0.13);
}

.atbs-dark-mode .post--horizontal-grid .post__text {
    border-color: rgba(255, 255, 255, 0.13);
}

.atbs-dark-mode .atbs-carousel .owl-dot span {
    background-color: rgba(255, 255, 255, 0.4);
}

.atbs-dark-mode .atbs-posts-listing--grid-has-sidebar-a .posts-listing-grid-a .list-item:nth-child(3n+1):before {
    background-color: rgba(255, 255, 255, 0.4);
}
.atbs-dark-mode .post__readmore--seperated,
.atbs-dark-mode .atbs-feature-module-a {
    border-color: rgba(255, 255, 255, 0.13);
}

.atbs-dark-mode .atbs-feature-slider-a .atbs-block__inner::after {
    border-right: 1px solid rgba(202, 165, 112, 0.13);
}

.atbs-dark-mode .post--vertical-feature-readmore-large .post__readmore--seperated {
    border: none;
    border-left: 0.5px solid rgba(255, 255, 255, 0.13);
    border-right: 0.5px solid rgba(255, 255, 255, 0.13);
}
.post--overlap-has-hidden-content .icon-play-large {
    color: #fff;
}
.post--overlap-has-hidden-content .icon-play-large i {
    margin-right: 5px;
}


/* widget */

.atbs-dark-mode .widget__title-style::before,
.atbs-dark-mode .block-heading--related::before {
    background-color: var(--color-border);
    opacity: 1;
}


/* .atbs-dark-mode .widget__title-style::before,
.atbs-dark-mode .block-heading--related::before {
    background-color: var(--color-border);
    opacity: 1;
} */

.atbs-dark-mode .atbs-widget-3 input[type=email] {
    background-color: var(--bg-dark-mode-aside-2);
}

.atbs-dark-mode .widget.widget_mc4wp_form_widget input[type=email] {
    background-color: var(--bg-dark-mode-aside-2);
}


.atbs-dark-mode .widget.widget_mc4wp_form_widget button {
    background-color: var(--bg-dark-mode-aside-2);
}

.atbs-dark-mode .bk_widget_category_titles-2 .cats-list.cat-item {
    background-color: var(--bg-dark-mode-aside);
}

.atbs-dark-mode .atbs-widget-categories-2 .cats-list .cat-item a {
    background-color: var(--bg-dark-mode);
    color: var(--color-contrast-80);
}

.atbs-dark-mode .atbs-widget-categories-3 .posts-list a {
    color: var(--color-contrast-80);
}

.atbs-dark-mode a.atbs-go-top {
    border: 1px solid rgba(255, 255, 255, 0.13);
}

.atbs-dark-mode .widget__title.block-heading--line::before {
    background-color: #fff;
}

.atbs-dark-mode .widget .bk-account-info {
    border: 1px solid rgba(255, 255, 255, 0.13);
}

.atbs-dark-mode .widget_archive li>a {
    display: inline-block;
    text-decoration: none;
    color: var(--color-contrast-80);
}

.atbs-widget-categories-1 .category-title a {
    color: var(--color-contrast-80) !important;
}


/*module a*/

@media (min-width: 992px) {
    .atbs-dark-mode .atbs-feature-module-a.theme-dark .post--horizontal-hover-background:hover {
        background-color: var(--bg-dark-mode);
    }
    .atbs-dark-mode .atbs-feature-module-a.theme-dark .post--horizontal-hover-background:hover a.post__cat,
    .atbs-dark-mode .atbs-feature-module-a.theme-dark .post--horizontal-hover-background:hover h3.post__title {
        color: var(--color-contrast-80);
    }
}

.atbs-dark-mode .post--single p {
    color: var(--color-contrast-80);
}


/*single-1*/

.atbs-dark-mode .single-header .entry-title {
    color: var(--color-contrast-90) !important;
}

.atbs-dark-mode .author-box {
    background-color: transparent;
}

.atbs-dark-mode .author-box .author-name a {
    color: var(--color-contrast-80);
}

.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 .social-share-label {
    color: var(--color-contrast-80);
}

.atbs-dark-mode .social-share-label::before {
    background-color: var(--color-contrast-80);
}

.atbs-dark-mode .social-share li {
    background-color: rgba(255, 255, 255, 0.05);
}

.atbs-dark-mode .social-share li:hover {
    background-color: var(--bg-dark-mode-aside);
}

.atbs-dark-mode .social-share li i {
    color: var(--color-contrast-80);
}

.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 .atbs-pagination-style-1 .load-more-btn {
    background-color: var(--color-primary);
}


.atbs-dark-mode .single-1 .single-header::after,
.atbs-dark-mode .single-1 .entry-thumb::before {
    background-color: var(--color-border);
}
.atbs-dark-mode .single-1 .single-header::before,
.atbs-dark-mode .single-1::before {
    background-color: var(--bg-dark-mode-aside);
}
.atbs-dark-mode .single-1 .single-header::before {
    border-top: 1px solid var(--color-border);
}
.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 .post-score-hexagon--xl .post-score-value {
    color: rgba(255,255,255,1)
}

.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);
}


/* footer 1*/

.atbs-dark-mode .site-footer--inverse {
    background-color: var(--bg-dark-mode-aside) !important;
}

.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);
}

.atbs-dark-mode .single-4 .entry-meta a {
    color: rgba(255, 255, 255, 0.5);
}

.atbs-dark-mode .single-4 .entry-meta time i,
.atbs-dark-mode .single-4 .entry-meta time.time {
    color: rgba(255, 255, 255, 0.5);
}

.atbs-dark-mode .single-5 .single-header {
    background-color: var(--bg-dark-mode) !important;
}

.atbs-dark-mode .single-5 .entry-meta a {
    color: rgba(255, 255, 255, 0.5);
}

.atbs-dark-mode .single-5 .entry-meta time i,
.atbs-dark-mode .single-5 .entry-meta time.time {
    color: rgba(255, 255, 255, 0.5);
}

.atbs-dark-mode .atbs-offcanvas__social .social-list>li a i,
.atbs-dark-mode .atbs-offcanvas .social-list>li a i {
    color: var(--color-contrast-80);
}

.atbs-dark-mode .atbs-leonas-search-full-style-2.is-open #atbs-leonas-search-close>i {
    color: #7f7f7f;
}

.atbs-leonas-search-full-style-2 {
    outline: 0 !important;
}

.atbs-dark-mode .atbs-leonas-icon-close::before {
    background-color: #7f7f7f;
}

.atbs-dark-mode .atbs-leonas-search-full-style-2 {
    background-color: var(--bg-dark-mode-aside);
}
.atbs-dark-mode .footer-2 .site-footer__top::before {
    background-color: var(--bg-dark-mode);
}
.atbs-dark-mode .atbs-leonas-search-full-style-2 .search-form__input {
    border-bottom: 2px solid var(--color-border);
}

.atbs-dark-mode .atbs-leonas-icon-right-arrow {
    color: #7e7e7e;
}
.atbs-dark-mode .atbs-reactions-content{
    border: 1px solid var(--color-border);;
}
.atbs-dark-mode .page-404-title{
    color: rgba(255, 255, 255, 0.8);
}
.atbs-dark-mode .block-heading.heading-style-3,.atbs-dark-mode  .block-heading.heading-style-4 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.atbs-dark-mode .offcanvas-menu-toggle svg,
.atbs-dark-mode .offcanvas-menu-toggle svg rect {
    fill: rgba(255,255,255,0.8);
}


.atbs-dark-mode .atbs-widget-6 .social-list li:hover a i {
    background-color: var(--bg-dark-mode-aside);
}
.atbs-dark-mode .atbs-widget-6 .social-list a:hover {
    color: #fff;
}

.atbs-dark-mode .block-heading .page-heading__title {
    color: var(--color-contrast-90) !important;
}
/*@end file 19*/
/* ----------------------- 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 20*/
/* -----------------------------------------------------------------
## Custom CSS



----------------------------------------------------------------- */
.header-logo span.logo-text {
    font-weight: 700;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


/* single navigation */

.header-p-l-sm {
    padding-left: 30px;
}

.header-p-r-sm {
    padding: 0 30px 0 15px;
}

.posts-navigation-style-1 .posts-navigation__label {
    text-decoration: none;
}

.widget__title.heading-style-2::before,
.widget__title.heading-style-2::after {
    content: none;
}

.widget__title.heading-style-2 {
    padding-left: 0;
}


/* ================================================= */

/*.comment-respond .block-heading {
    margin-bottom: 30px;
}*/

[class*="comment-form-"] label {
    margin-bottom: 5px;
    display: block;
    font-weight: 500;
}


/* /============================================= */


/* 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%;
}

.entry-title {
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .flex-box-1i-sm>* {
        width: 100%;
    }
}

.atbs-gallery-wrap,
.atbs-responsive-video {
    margin-bottom: 30px;
}

.entry-author__avatar img {
    border-radius: 50%;
    margin-right: 10px;
}

.atbs-featured-module-3 {
    background-color: var(--color-secondary);
}


/*single*/

.single-entry-section-wrap:not(:last-child) {
    margin-bottom: 100px;
}

.single-entry-section-wrap:not(:first-child) {
    padding-top: 100px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}


/* header 3 */

.social-list--inverse.social-list>li>a {
    color: rgba(255, 255, 255, 0.8);
}

.navigation-bar__section {
    padding-right: 0;
}

@media (max-width: 767px) and (min-width: 576px) {
    .atbs-mobile-header .mobile-header--inverse .mobile-header-btn i {
        line-height: 50px;
        font-size: 1.85714285714rem;
        color: #222;
    }
}

.mdicon-search {
    /* color: #7c7979; */
    font-size: 25px;
}

input[type="text"]:focus {
    outline: none;
}

.search-form__submit {
    color: #CAA570;
    padding: 7px 15px;
    border-radius: 6px;
    border: 2px solid #CAA570;
    background-color: transparent;
    transition: .2s ease-in;
}

.search-form__submit:hover {
    color: #fff;
    background-color: #CAA570;
}

.search-form__submit-wrap {
    padding: 10px 15px;
}

.site-header-3 .navigation--main>li>a {
    line-height: 120px;
    height: 120px;
    display: inline-block;
    padding: 0 25px;
    font-size: 1.0714rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}


/* header 2 */

.site-header-2 .header-main__section {
    padding-right: 30px;
}


/* dark mode  */

.atbs-dark-mode .atbs-design-theme-switch__label--light {
    color: #fff;
}

.atbs-dark-mode .atbs-design-theme-switch__label--dark {
    color: var(--color-primary);
}

.header-main__section--seperated:not(:last-child) {
    border-right: 0.07142857142857142rem solid var(--color-border);
}

.header-2 .header-main__section--has-offcanvas-toggle {
    padding: 45px;
}

.header-3 .social-list>li>a>i,
.header-2 .social-list>li>a>i  {
    font-size: 16px;
}

/*------- carousel -------*/

.atbs-carousel .owl-dot span {
    display: block;
    height: 8px;
    width: 8px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.2);
    vertical-align: middle;
}

.atbs-carousel .owl-dot.active span {
    background: rgba(0, 0, 0, 0.4);
}

.atbs-carousel .owl-dot {
    display: inline-block;
    padding: 4px;
}

.atbs-carousel .owl-dots {
    padding: 15px 0;
    text-align: center;
    line-height: 1;
}


/*----- atbs-block-----*/

.atbs-block {
    position: relative;
}

.single-entry-post-nothumb .atbs-block {
    margin-bottom: 80px;
}

.atbs-block-nothumb .atbs-block {
    margin-bottom: 200px;
}

.atbs-block__inner {
    position: relative;
}


/* -------  -------*/

.atbs-is-sticky-enable .sticky-atbs-post .post__title a:after,
a,
a:hover,
a:focus,
a:active,
.post__text:not(.inverse-text) a.post__cat:hover,
.post--horizontal-mini .post__title a:hover,
.post--horizontal-tiny .post__title a:hover,
.post--horizontal-small .post__title a:hover,
.post--horizontal-large .post__title a:hover,
.post--horizontal-big .post__title a:hover,
.post--horizontal-huge .post__title a:hover,
.post--horizontal-massive .post__title a:hover,
.post--no-thumb-huge .post__title a:hover,
.post--no-thumb-md .post__title a:hover,
.post--no-thumb-sm .post__title a:hover,
.post--vertical-huge .post__title a:hover,
.post--vertical-big .post__title a:hover,
.post--vertical-large .post__title a:hover,
.post--vertical-medium .post__title a:hover,
.post--vertical-small .post__title a:hover,
.post--vertical-review .post__title a:hover,
.post--most-commented .post__title a:hover,
.post--overlap .post__title a:hover,
.atbs-vertical-megamenu .post__title a:hover,
.post__text:not(.inverse-text) a.post__cat:focus,
.post--horizontal-mini .post__title a:focus,
.post--horizontal-tiny .post__title a:focus,
.post--horizontal-small .post__title a:focus,
.post--horizontal-large .post__title a:focus,
.post--horizontal-big .post__title a:focus,
.post--horizontal-huge .post__title a:focus,
.post--horizontal-massive .post__title a:focus,
.post--no-thumb-huge .post__title a:focus,
.post--no-thumb-md .post__title a:focus,
.post--no-thumb-sm .post__title a:focus,
.post--vertical-huge .post__title a:focus,
.post--vertical-big .post__title a:focus,
.post--vertical-large .post__title a:focus,
.post--vertical-medium .post__title a:focus,
.post--vertical-small .post__title a:focus,
.post--vertical-review .post__title a:focus,
.post--most-commented .post__title a:focus,
.post--overlap .post__title a:focus,
.atbs-vertical-megamenu .post__title a:focus,
.author__name a:hover,
.author__name a:focus,
.author-box .author-name a:hover,
.author-box .author-name a:focus,
.author-box .author-info a:hover,
.author-box .author-info a:focus,
.social-list>li>a:hover,
.social-list>li>a:focus,
.social-list>li>a:active,
.comment-author-name a:hover,
.comment-author-name a:focus,
.reply a:hover,
.reply a:focus,
.comment-metadata a:hover,
.comment-metadata a:focus,
.comment-metadata a:active,
.widget_rss a.rsswidget:hover,
.widget_rss a.rsswidget:focus,
.widget_archive li>a:hover,
.widget_archive li>a:focus,
.widget_pages li>a:hover,
.widget_pages li>a:focus,
.widget_categories li>a:hover,
.widget_categories li>a:focus,
.post--single .entry-tags .tag:hover,
.post--single .entry-tags .tag:focus,
.tagcloud a:hover,
.tagcloud a:focus,
.atbs-search-full-style-2 .search-results__heading,
.atbs-widget-indexed-posts-b .posts-list>li .post__title:after,
.atbs-pagination__item:hover,
.atbs-pagination__item:focus,
.atbs-pagination__item:active,
.post__readmore--style-1:hover .readmore__text,
.post__readmore--style-1:focus .readmore__text {
    color: var(--color-primary);
}

.post__text .post__cat--bg,
.post__cat.post__cat--bg,
.post__text a.post__cat.post__cat--bg-primary:hover {
    color: #fff;
}

.atbs-feature-module-a .block-heading {
    padding-top: 80px;
}


/* loadmore */

.js-ajax-load-post .ajax-load-more-btn {
    margin-bottom: 30px;
}


/* category */

a.cat-2.post__cat.post__cat--bg.post__cat--bg-primary.custom-category {
    color: #fff;
}

.post__text:not(.inverse-text) a.post__cat--bg.post__cat:hover,
a.post__cat.post__cat--bg.post__cat--bg-primary.custom-category,
a.cat-3.post__cat.post__cat-style-1,
a.cat-3.post__cat.post__cat-style-1.overlay-item--top-left,
a.cat-5.post__cat.post__cat-style-1.overlay-item--top-left,
a.cat-4.post__cat.post__cat-style-1,
a.cat-3.post__cat.post__cat-style-1.custom-category,
a.cat-4.post__cat.post__cat-style-1.custom-category,
a.cat-5.post__cat.post__cat-style-1.custom-category {
    color: #fff;
}

.dots-circle .owl-dot span {
    border-radius: 50%;
}

.mdicon {
    font-family: 'mdicon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mdicon {
    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;
}

.atbs-carousel-nav-custom-holder .owl-prev i,
.atbs-carousel-nav-custom-holder .owl-next i {
    font-size: 20px;
}

.atbs-post-carousel-b .owl-carousel .owl-dots.disabled,
.atbs-post-carousel-b .owl-carousel .owl-nav.disabled {
    display: block;
}

.atbs-post-carousel-a .owl-carousel .owl-nav.disabled {
    display: flex;
}

.atbs-post-carousel-b .owl-next {
    position: absolute;
    right: 0;
    left: auto;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
}

.atbs-post-carousel-b .owl-prev {
    position: absolute;
}

.atbs-carousel .owl-prev {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-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;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.archive.category .block-heading .block-heading__title {
    /*line-height: 85px;*/
}

.atbs-block-custom-margin .heading-style-1 {
    display: block;
}


/* author */

.author__text {
    display: flex;
    align-items: center;
}


/* croll top  */

.atbs-go-top {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container--narrow {
    max-width: 970px;
}

.bg-thumb {
    background-color: #e4e4e4;
}

.post--vertical-post__cat-inside.post-not-exist-thumb.post-not-exist-thumb-disnable-cat:hover .post__cat,
.post-not-exist-thumb.post-not-exist-thumb-disnable-cat .post__cat {
    display: none;
}

.page-404 .search-form__input {
    width: 65%;
    margin-right: 1%;
}


/* ------- page_Author ------ - */

.page_Author .author-box.authorbox-page-style {
    margin-bottom: 60px;
}

/* all header and darkmode  */

.header-2 .inverse-text .offcanvas-menu-toggle svg {
    fill: #fff;
}


/* all header and darkmode  */


/*single */

.wp-caption {
    max-width: 100%;
    /*width: 100% !important;*/
}

.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: 840px;
        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: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 992px) {
    .atbs-sub-col {
        padding-top: 0;
        width: 290px;
    }
}


/* */

.single-body--content .wp-caption-text {
    margin-top: 10px;
}

.wp-caption .wp-caption-text {
    font-size: 1rem;
    font-style: italic;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}


/**/

.no-background .post--vertical-thumb-hover-background-below .post__title.custom-typescale-2 {
    color: #1B0B0B;
}

.widget__title .widget__title-text {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
}

.widget__title-style::before,
.block-heading--related::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #111111;
    opacity: 0.1;
    z-index: 1;
}


/* header */

.navigation-bar.navigation-bar--inverse {
    background-color: #222;
}
.header-1 .navigation-bar {
    background-color: var(--color-primary);
}

/* search darkmode  */

.atbs-dark-mode .header-search-dropdown {
    background-color: transparent;
    border-top: 1px solid var(--color-border);
}

.atbs-dark-mode .btn-primary {
    background-color: #2a2a2a;
}

.atbs-dark-mode .btn-primary:hover {
    background-color: #222;
}

@media (max-width: 912px) {
    .atbs-sub-col.sidebar {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 768px) {
    .widget ol.posts-list.list-space-lg.list-unstyled {
        display: flex;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
    }
    .widget ol.posts-list.list-space-lg.list-unstyled>li {
        width: 50%;
        padding: 10px;
    }
    .widget ul.list-space-lg.widget-posts-list-style-2 {
        display: flex;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
    }
    .widget ul.list-space-lg.widget-posts-list-style-2>li {
        width: 50%;
        padding: 10px;
    }
    .widget ol.widget-posts-list-style-4 {
        display: flex;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
    }
    .widget ol.widget-posts-list-style-4>li {
        width: 50%;
        padding: 10px;
    }
    .atbs-sub-col.sidebar {
        padding-right: 5px;
        padding-left: 15px;
    }
}

@media (max-width: 575px) {
    .widget ol.posts-list.list-space-lg.list-unstyled {
        display: block;
        flex-wrap: wrap;
        margin-left: 0px;
        margin-right: 0px;
    }
    .widget ol.posts-list.list-space-lg.list-unstyled>li {
        width: 100%;
    }
    .widget ul.list-space-lg.widget-posts-list-style-2 {
        display: block;
        flex-wrap: wrap;
        margin-left: 0px;
        margin-right: 0px;
    }
    .widget ul.list-space-lg.widget-posts-list-style-2>li {
        width: 100%;
    }
    .widget ol.widget-posts-list-style-4 {
        display: block;
        flex-wrap: wrap;
        margin-left: 0px;
        margin-right: 0px;
    }
    .widget ol.widget-posts-list-style-4>li {
        width: 100%;
    }
    .atbs-sub-col.sidebar {
        padding-right: 10px;
        padding-left: 10px;
    }
}


/* widget */

.widget.widget_mc4wp_form_widget input[type=email] {
    height: 40px;
    border: none;
    box-shadow: none;
    background-color: #131313;
    border-radius: 0;
    color: #fff;
}

.widget.widget_mc4wp_form_widget input[type=email]::placeholder {
    color: #fff;
    font-style: oblique;
    font-weight: 100;
    font-size: 11px;
}

.widget_mc4wp_form_widget .subscribe-form__fields {
    display: flex;
}

.widget_mc4wp_form_widget .subscribe-form__fields p:first-child {
    flex: 1;
}

.widget_mc4wp_form_widget .subscribe-form__fields>* {
    margin: 0;
}

.widget_mc4wp_form_widget .subscribe-form__fields>* {
    margin: 0;
}

.widget.widget_mc4wp_form_widget button {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 0;
    background-color: #131313;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
}

.widget_mc4wp_form_widget button svg g g polygon {
    fill: var(--color-primary)
}

a.atbs-go-top {
    border: 1px solid black;
}


/* login widget */

.lwa-modal {
    padding: 0;
    background: none;
    width: auto;
    margin-left: 0;
}

.lwa-status,
.bk-login-status {
    margin-bottom: 20px;
}

.lwa-avatar.bk-avatar img {
    border-radius: 50%;
}

.bk-lwa.navigation-bar-btn .avatar {
    line-height: 70px;
}

.bk-account-info {
    width: 230px;
    position: absolute;
    top: 100%;
    right: 0;
    bottom: auto;
    left: auto;
    padding: 25px 0 10px 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.03), 0 6px 6px rgba(0, 0, 0, 0.05);
    -webkit-transform: scale(1, 0.9);
    -moz-transform: scale(1, 0.9);
    -o-transform: scale(1, 0.9);
    transform: scale(1, 0.9);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
    -moz-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: 380px;
}

.bk-lwa:hover>.bk-account-info,
.bk-lwa:focus>.bk-account-info {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    -moz-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: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 25px 25px 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.bk-lwa-profile.bk-profile-custom .bk-avatar img {
    width: 50px;
    height: 50px;
    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;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    text-align: left;
    margin-right: 15px;
}

.lwa-avatar.bk-avatar img {
    border-radius: 50%;
}

.bk-lwa-profile .bk-user-data {
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    text-align: left;
}

.bk-lwa-profile .bk-user-data>div {
    padding: 8px;
}

.bk-lwa-profile .bk-username {
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.bk-lwa-profile .bk-username a {
    font-size: 16px;
    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: 1px solid rgba(0, 0, 0, 0.1);
}

.bk-lwa-profile.bk-profile-custom .bk-block {
    padding: 15px 25px;
}

.bk-lwa-profile.bk-profile-custom .bk-block a {
    font-size: 16px;
    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: 5px;
    width: 17px;
    height: 17px;
    line-height: 14px;
    color: #666;
}


/* Widget Login with Ajax */

.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: 75px;
}

.widget_loginwithajaxwidget .avatar {
    border-radius: 50%;
    vertical-align: middle;
}

.widget_loginwithajaxwidget .lwa-password {
    margin-bottom: 20px;
}

.widget_loginwithajaxwidget tr.lwa-username td,
.widget_loginwithajaxwidget tr.lwa-password td {
    padding-bottom: 15px;
}

.widget_loginwithajaxwidget .lwa-links-remember {
    display: inline-block;
    margin-top: 2px;
    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: -moz-calc(100% + 10px);
    top: calc(100% + 10px);
    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 Login with Ajax */
    .widget_loginwithajaxwidget .lwa-divs-only .lwa-username,
    .widget_loginwithajaxwidget .lwa-divs-only .lwa-password {
        float: left;
        width: -moz-calc(50% - 15px);
        width: calc(50% - 15px);
    }
    .widget_loginwithajaxwidget .lwa-divs-only .lwa-password {
        float: right;
    }
    .widget_loginwithajaxwidget .lwa-divs-only .lwa-password .input {
        margin-top: 5px;
    }
    .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: -moz-calc(50% - 10px);
        width: calc(50% - 10px);
    }
}

.widget__title.block-heading--line::before {
    position: absolute;
    content: '';
    top: 30px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #111111;
    opacity: 0.1;
    z-index: 1;
}

.widget_calendar th {
    padding: 1em 0.8em;
    text-align: center;
    border: none;
}

.widget_calendar td {
    padding: 0.8em 0.8em;
    border: none;
    text-align: center;
}

.widget_calendar table {
    width: 100%;
    margin-bottom: 0;
    font-size: 13px;
    color: var(--color-contrast-60);
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 5px;
}
.widget_calendar .wp-calendar-nav {
    margin-top: 10px;
}


/* social-share */

.social-share .social-list li:hover svg {
    fill: var(--color-primary);
}

.fotorama__stage {
    width: 100% !important;
}


/* comment  */

@media (max-width: 1199px) {
    .single-3 .comment-form-comment textarea {
        max-width: 635px;
    }
}



.atbs-related-posts .block-heading {
    margin-bottom: 40px;
}
.atbs-related-posts .block-heading__title {
    font-size: 1.8rem;
    font-weight: 800;
}


/*heading*/

.block-heading.heading-style-3,
.block-heading.heading-style-4 {
    color: #222;
}

.block-heading.heading-style-3,
.block-heading.heading-style-4 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    padding-bottom: 35px;
}

.dark-mode-button svg path {
    fill: rgba(34, 34, 34, 1);
}

.js-search-dropdown-toggle i {
    color: rgba(34, 34, 34, 0.8);
}

.header-1 .header-main.inverse-text {
    background-color: #222222
}

.mobile-header--inverse .dark-mode-button svg path,
.inverse-text .dark-mode-button svg path {
    fill: rgba(255, 255, 255, 1);
}

.mobile-header--inverse .js-search-dropdown-toggle i,
.atbs-dark-mode .js-search-dropdown-toggle i,
.inverse-text .js-search-dropdown-toggle i,
.navigation-bar--inverse .js-search-dropdown-toggle i {
    color: rgba(255, 255, 255, 0.8);
}

.mobile-header--inverse,
.navigation-bar--inverse,
.header-main--inverse {
    background-color: #222;
}

.header-2 .navigation-bar {
    background-color: var(--color-primary);
}

.megamenu-post--vertical-normal .post__text-inner {
    padding: 0;
}

.atbs-widget-about .author-bio {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}


/* author box page author */

.authorbox-page-style {
    display: flex;
    padding: 40px 35px;
    background: none;
    border: 1px solid var(--color-border);
}

.author-box.authorbox-page-style .author-avatar {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    box-shadow: none;
    border: none;
}

.author-box.authorbox-page-style .author-box__image {
    margin-right: 25px;
}

.author-box.authorbox-page-style .author-box__text {
    padding-left: 0;
    max-width: 500px;
}

.author-box.authorbox-page-style .author-social>li:not(:last-child) {
    margin-right: 7px;
}

.author-box.authorbox-page-style .author-social>li>a {
    font-size: 14px;
    /*color: rgba(34, 34, 34, 0.8);*/
    /*opacity: 0.5;*/
    /*border-color: rgba(0,0,0,0.3);*/
}

@media(max-width: 767px) {
    .author-box.authorbox-page-style .author-box__image {
        margin-right: 0;
    }
    .author-box.authorbox-page-style .author-avatar {
        margin: 0 auto 15px auto;
    }
    .author-box.authorbox-page-style .author-box__image,
    .author-box.authorbox-page-style .author-box__text {
        width: 100%;
    }
    .page_Author .author-box.authorbox-page-style {
        margin-bottom: 40px;
    }
}


/* search  */

.social-share .social-list>li {
    border: 0.07142857142857142rem solid var(--color-border);
}

.page .block-heading {
    display: flex;
    flex-wrap: wrap;
}

.page .block-heading .page-heading__title {
    width: 100%;
}

.search .block-heading {
    display: flex;
    flex-wrap: wrap;
}

.search .block-heading .page-heading__title {
    width: 100%;
}

.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: 1rem;
    margin-left: 0.5714285714285714rem;
    margin-bottom: 0.1428571428571429rem;
    opacity: 1;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    visibility: visible;
}

@-moz-keyframes loading-icon-spin {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-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% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.atbs-pagination .btn:active:focus,
.btn:focus {
    outline: none
}

.atbs-pagination .btn-default:active:focus,
.btn-default:active:hover {
    color: #ffffff;
}

.post .post__text a.post__cat:focus {
    /*color: #ffffff;*/
}

.atbs-pagination-style-1 .atbs-no-more-button:focus {
    background-color: var(--color-primary);
}

.site-header .background-img-wrapper {
    z-index: 1;
}

.site-header .background-img-wrapper .background-img {
    z-index: 0;
}

.site-header .header-main__inner {
    z-index: 1;
    position: relative;
}

.site-header .top-bar {
    position: relative;
}

@media (max-width: 575px) {
    .post-type-icon--lg svg:not(.circle-svg),
    .post-type-icon--lg .post-score-circle {
        width: 54px;
        height: 54px;
    }
}
/*icon*/
.icon-play-large svg g g circle {
    fill: var(--color-primary);
}
.post-type-icon svg g g circle {
    fill: var(--color-primary);
}

/*comment*/
.comment-body{
    word-break: break-word;
}
.block-heading.block-heading--center{
    justify-content: center;
}
/*.atbs-feature-module-e .block-heading{
    margin-bottom: 0;
}*/
.atbs-post-carousel-a  .block-heading{
    margin-bottom: 15px;
}
.atbs-gallery-wrap .fotorama__nav.fotorama__nav--dots{
    display: none;
}


.layout-404-bottom {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-404-logo {
    margin-bottom: 20px;
}
.page-404-title {
    color: rgba(255, 255, 255, 1);
    text-align: center;
    font-size: 18rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.02em;
    float: left;
    margin-right: 60px;
    margin-top: 0;
}
.page-404-subtitle {
    margin-bottom: 15px;
    color: rgba(255,255,255, 1);
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.4;
}
.page-404-description {
    margin-bottom: 1.5em;
    color: rgba(255,255,255,0.7);
    line-height: 1.5;
    padding-right: 20px;
}
.page-404-search .search-form {
    display: flex;
    flex-wrap: wrap;
    max-width: 420px;
}
.page-404-search .search-form__input {
    padding: 12px 20px;
    max-width: 600px;
    display: block;
    flex: 1;
    border-radius: 0;
}
.page-404-search .search-form__submit {
    margin-top: 0;
    padding: 12px 20px;
    background:var(--color-primary);
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: rgba(255,255,255,1);
    font-weight: 500;
    margin-left: 10px;
    border-radius: 0;
}
.page-404-search .search-form__submit:hover,
.page-404-search .search-form__submit:active,
.page-404-search .search-form__submit:focus {
    background: #131313;
    color: rgba(255,255,255,1);
}
@media (max-width: 1199px) {
    .page-404-title {
        font-size: 15rem;
    }
    .page-404-subtitle {
        margin-bottom: 12px;
        font-size: 34px;
        line-height: 1.4;
    }
}
@media (max-width: 991px) {
    .page-404-title {
        float: none;
        margin-right: 0;
    }
    .page-404-text {
        text-align: center;
    }
    .page-404-search .search-form {
        justify-content: center;
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .page-404-title {
        font-size: 12rem;
    }
    .page-404-subtitle {
        margin-bottom: 12px;
        font-size: 28px;
        line-height: 1.4;
    }
}
@media (max-width: 575px) {
    .page-404-title {
        font-size: 10rem;
    }
    .page-404-subtitle {
        font-size: 26px;
        line-height: 1.4;
    }
}

@media (max-width: 380px) {
    .page-404-title {
        font-size: 8rem;
    }
    .page-404-subtitle {
        font-size: 24px;
        line-height: 1.4;
    }
}

.site-content.page-404 {
    background-image: url('../img/404-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.site-content.page-404:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: -1;
}
/*custom css */
.atbs-pagination-style-1 .atbs-pagination__item-prev {
    margin-right: 10px;
}
@media(min-width: 768px) {
    .atbs-post-carousel-a .block-heading h4.block-heading__title {
        font-size: 22px;
        font-size: 1.57143rem !important;
    }
}

.site-wrapper {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}
.site-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.atbs-block.post--single  {
    margin-bottom: 40px;
}
.atbs-block.atbs-related-posts {
    margin-top: 50px;
}
.comments-section:last-child {
    margin-bottom:0;
}
.comment-respond,
.comment-form .form-submit {
    margin-bottom: 0;
}
.atbs-block-single-top {
    margin-bottom: 80px;
}
@media (max-width: 1199px) {
    .atbs-block-single-top {
        margin-bottom: 60px;
    }
}
@media (max-width: 991px) {
    .atbs-block-single-top {
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .atbs-block-single-top {
        margin-bottom: 30px;
    }
}
/*--- bk-preload ---*/

.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;
  -moz-animation: loading-icon-spin 1000ms infinite linear;
  -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);
}

@-moz-keyframes loading-icon-spin {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-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% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg)
  }
  100% {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
       transform: rotate(360deg)
  }
}
.site-footer__section-inner .site-footer__section-right:first-child{
    text-align: left;
    padding-left: 0;
    justify-content: flex-start;
}
.wp-caption:first-child,
.wp-caption.aligncenter:first-child {
    margin-top: 0;
}

.post__title.atbsStickyMark a {
    position: relative;
}
.post__title.atbsStickyMark a::after {
    content: "\e9a9";
    font-family: mdicon;
    margin-left: 10px;
    font-size: 18px;
    color: var(--color-primary);
}
.link-excerpt,
.link-excerpt .excerpt,
.link-excerpt:hover,
.link-excerpt .excerpt:hover,
.link-excerpt:focus,
.link-excerpt .excerpt:focus{
    text-decoration: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
}
.atbs-dark-mode .link-excerpt,
.atbs-dark-mode .link-excerpt .excerpt,
.atbs-dark-mode .link-excerpt:hover,
.atbs-dark-mode .link-excerpt .excerpt:hover,
.atbs-dark-mode .link-excerpt:focus,
.atbs-dark-mode .link-excerpt .excerpt:focus {
    color: rgba(255,255,255,1);
}
.link-excerpt:hover,
.link-excerpt:hover .excerpt,
.link-excerpt:focus,
.link-excerpt:focus .excerpt {
    text-decoration: none;
}
.single-body--content__inner::after,.single-content::after, .entry-content::after {
    clear: both;
    content: "";
    display: table;
}
/* -----------------------------------------------------------------
## Paginations
----------------------------------------------------------------- */

.atbs-pagination:last-child {
    margin-bottom: 0;
}

.atbs-pagination__title {
    font-size: 16px;
    font-size: 1.14286rem;
}

.atbs-pagination__links {
    margin: -2px;
    font-size: 0;
}

.atbs-pagination__item {
    display: inline-block;
    min-width: 34px;
    height: 34px;
    margin: 2px;
    padding: 0 4px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    background: #f5f5f5;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
}

.atbs-pagination__item:hover,
.atbs-pagination__item:focus,
.atbs-pagination__item:active {
    background: #ddd;
    color: rgba(0, 0, 0, 0.8);
}
.atbs-dark-mode .atbs-pagination__item:hover,
.atbs-dark-mode .atbs-pagination__item:focus,
.atbs-dark-mode .atbs-pagination__item:active {
    background: var(--bg-dark-mode-aside);
}
.atbs-dark-mode .atbs-widget-categories-2 .cats-list:not(:hover) .cat-item:first-child a,
.atbs-dark-mode .atbs-widget-categories-2 .cats-list .cat-item:hover:first-child a,
.atbs-dark-mode .atbs-widget-categories-2 .cats-list .cat-item:hover a {
    background: var(--bg-dark-mode-aside);
}
.navigation--offcanvas .sub-menu,
.navigation--offcanvas .sub-menu .sub-menu {
    margin-top:0;
}
@media (min-width: 768px) {
    .atbs-pagination__item {
        padding: 0 6px;
        font-size: 14px;
    }
}

.atbs-pagination__item-current {
    background: #fc3c2d;
    color: #fff;
}

.atbs-pagination__item-current:hover,
.atbs-pagination__item-current:focus,
.atbs-pagination__item-current:active {
    background: #fc3c2d;
    color: #fff;
}

.atbs-pagination__dots {
    min-width: auto;
    background: transparent !important;
}

.atbs-pagination--next-n-prev .atbs-pagination__inner {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -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;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: 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: 10px;
  font-size: 14px;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .atbs-pagination--next-n-prev .atbs-pagination__label {
    font-size: 16px;
    font-size: 1.14286rem;
  }
}

.atbs-pagination--next-n-prev .atbs-pagination__item {
  position: relative;
  padding: 0 8px;
  background: var(--color-primary);
  color: #fff;
  border-radius: 0;
  width: auto;
  height: 34px;
  line-height: 34px;
}

.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: 8px;
  background: #f1f1f1;
  color: rgba(0, 0, 0, 0.8);
}

.atbs-pagination--next-n-prev .atbs-pagination__links a:last-child .atbs-pagination__item {
    position: relative;
    padding: 1px 8px 0;
    background-color: var(--color-primary);
    color: var(--color-white);
}
.atbs-pagination--next-n-prev .atbs-pagination__links a:first-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 {
  content: '';
  display: block;
  width: 0;
  position: absolute;
  right: 100%;
  left: auto;
  top: 0;
  border-width: 17px 8px;
  margin-left: 0;
  margin-right: -1px;
  border-style: solid;
  border-color: transparent;
  border-right-color: #f1f1f1;
}

.atbs-pagination--next-n-prev .atbs-pagination__links a:last-child .atbs-pagination__item {
  margin-right: 8px;
  color: #fff;
}

.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: 17px 8px;
  /*margin-left: -1px;*/
  margin-right: 0;
  border-style: solid;
  border-color: transparent;
  border-left-color: var(--color-primary);
}
.atbs-pagination--next-n-prev .atbs-pagination__label span {
    font-weight: 600;
}
.sub-categories a.post__cat {
    margin-bottom: 0;
}


.page_Author .atbs-post-listing--grid-b {
    position: relative;
}
.page-heading__subtitle {
    margin-top: 10px;
}
/*@end file 21*/
.block-heading__title-style {
    color: var(--color-primary);
}

.post__title {
    color: #1B0B0B;
    text-transform: uppercase;
}

.post__excerpt {
    color: #000000;
    opacity: 0.75;
}

.post__cat-position {
    position: absolute;
    z-index: 2;
    bottom: 10px;
    left: 10px;
}

a.post__cat-style-1 {
    color: #FFFFFF;
    background-color: var(--color-primary);
    font-size: 12px;
    line-height: 1;
    border-bottom: none;
    font-weight: 600;
    opacity: 1;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-decoration: unset;
    letter-spacing: 1px;
    padding: 6px 11px;
}

a.post__cat-style-2 {
    font-weight: 400;
    font-size: 12px;
    border-bottom: none;
    color: #1B0B0B;
    opacity: 0.6;
}

a.post__cat-style {
    font-size: 0.8571rem;
    line-height: 1.5;
    color: var(--color-primary);
    border-bottom: none;
    font-weight: 400;
}

a.post__author-mame-style {
    text-decoration: none;
    color: #222222;
}

.post__thumb a:first-child {
    width: 100%;
    height: 100%;
}

.post__thumb a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* widget */

.widget__title-style,
.block-heading--related {
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
    padding-left: 0;
}

.block-heading--related {
    padding-left: 0;
    justify-content: center;
}

.widget__title-style::before,
.block-heading--related::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #111111;
    opacity: 0.1;
    z-index: 1;
}

.block-heading--related .block-heading__title {
    font-weight: 700;
    font-size: 1.57142857143rem;
    line-height: 1.4;
}
label
 {
    color: #222;
}
.widget__title-text,
.comments-title,
.comment-reply-title,

.block-heading--related .block-heading__title {
    letter-spacing: 0;
    color: #1B0B0B;
}

.block-heading--related .block-heading__title {
    font-size: 1.57142857143rem;
    line-height: 1.4;
    font-weight: 700;
}


/* margin-top */

.m-t-15 {
    margin-top: 15px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-b-16 {
    margin-bottom: 16px;
}

.m-t-35 {
    margin-top: 35px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-60 {
    margin-top: 60px;
}

.m-t-75 {
    margin-top: 75px;
}

.m-t-80 {
    margin-top: 80px;
}

.m-t-85 {
    margin-top: 85px;
}


/* margin-bottom */

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-b-60 {
    margin-bottom: 60px;
}


/* margin-right */

.m-r-100 {
    margin-right: 100px;
}


/* margin-left */


/* font-size */

.f-10 {
    font-size: 0.7142rem;
    line-height: 1.5;
}

.f-11 {
    font-size: 0.7857rem;
    list-style: 1.5;
}

.f-12 {
    font-size: 0.8571rem;
    line-height: 1.5;
}

.f-13 {
    font-size: 0.9285rem;
    line-height: 1.5;
}

.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.21428571429rem;
    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;
}


/* font-weight */

.f-w-100 {
    font-weight: 100;
}

.f-w-200 {
    font-weight: 200;
}

.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;
}


/* =============================================================================
   Flexbox
============================================================================= */

.flex-box {
    display: flex;
    flex-wrap: wrap;
}

.flex-direction-column {
    flex-direction: column;
    height: 100%;
}

.flex-box-auto>*,
.flex-item-auto {
    flex: 1;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-item-auto-bottom {
    flex: 1 1 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-self: auto;
    align-content: flex-end;
}

.flex-item-auto-top {
    flex: 1 1 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}


/**/

.flex-column-reverse {
    display: flex;
    flex-direction: column-reverse;
}

.flex-row-reverse {
    display: flex;
    flex-direction: row-reverse;
}


/**/

.justify-content-center {
    justify-content: center;
}

.justify-content-space {
    justify-content: space-between;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-end {
    justify-content: flex-end;
}


/**/

.align-item-center {
    align-items: center;
}

.align-item-space {
    align-content: space-between;
}

.align-item-end {
    align-items: flex-end;
}

.align-item-start {
    align-items: flex-start;
}


/**/

.flex-box-1i>* {
    width: 100%;
}

.flex-box-2i>* {
    width: 50%;
}

.flex-box-3i>* {
    width: calc(100% / 3);
}

.flex-box-4i>* {
    width: 25%;
}

.flex-column-10 {
    width: 10%;
}

.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-60 {
    width: 60%;
}

.flex-column-70 {
    width: 70%;
}

.flex-column-80 {
    width: 80%;
}

.flex-column-100 {
    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-22 {
    margin: -11px;
}

.flex-space-22>* {
    padding: 11px;
}

.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-55 {
    margin: 0 -27.25px;
}

.flex-space-55>* {
    padding: 0 27.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;
}

.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 {
    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;
}

.line-clamp-limit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.line-clamp-limit-1 {
    -webkit-line-clamp: 1;
}

.line-clamp-limit-2 {
    -webkit-line-clamp: 2;
}

.line-clamp-limit-3 {
    -webkit-line-clamp: 3;
}

.line-clamp-limit-4 {
    -webkit-line-clamp: 4;
}

@media(min-width:1200px) {
    .atbs-main-col {
        width: 885px;
        padding-right: 15px;
        margin-right: 25px;
    }
    .atbs-sub-col {
        width: 290px;
    }
}

@media (max-width: 1199px) {
    .f-22 {
        font-size: 1.4285rem;
        line-height: 1.4;
    }
    .f-24 {
        font-size: 1.5714rem;
        /*font system*/
        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;
    }
    .flex-space-55>* {
        padding: 0 15px;
    }
    .flex-space-55 {
        margin: 0 -15px;
    }
    .flex-space-60>* {
        padding: 15px;
    }
    .flex-space-60 {
        margin: -15px;
    }
    .m-t-80 {
        margin-top: 50px;
    }
    .m-t-60 {
        margin-top: 50px;
    }
}

@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;
    }
    .flex-space-55>* {
        padding: 15px;
    }
    .flex-space-55 {
        margin: -15px;
    }
    .m-t-80 {
        margin-top: 40px;
    }
    .m-t-60 {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .f-24 {
        font-size: 1.4285rem;
        /*font system*/
        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 system*/
        line-height: 1.4;
    }
    .f-46,
    .f-48,
    .f-50,
    .f-52,
    .f-54 {
        font-size: 2rem;
        /*font system*/
        line-height: 1.4;
    }
    .f-56,
    .f-58,
    .f-60 {
        font-size: 2.1428rem;
        /*font system*/
        line-height: 1.4;
    }
    .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;
    }
    .m-t-80 {
        margin-top: 35px;
    }
    .m-t-60 {
        margin-top: 35px;
    }
}

@media (max-width: 575px) {
    .f-18 {
        font-size: 1.4285rem;
        /*font system*/
        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;
        /*font system*/
        line-height: 1.4;
    }
    .f-46,
    .f-48,
    .f-50,
    .f-52,
    .f-54,
    .f-56,
    .f-58,
    .f-60 {
        font-size: 1.8571rem;
        /*font system*/
        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;
        /*font system*/
        line-height: 1.4;
    }
    .f-46,
    .f-48,
    .f-50,
    .f-52,
    .f-54,
    .f-56,
    .f-58,
    .f-60 {
        font-size: 1.7142rem;
        /*font system*/
        line-height: 1.4;
    }
    .flex-space-40 {
        margin: -15px;
    }
    .flex-space-40>* {
        padding: 15px;
    }
}

@media (max-width: 380px) {
    .f-18,
    .f-20,
    .f-22,
    .f-24 {
        font-size: 1.2857rem;
        /*font system*/
        line-height: 1.5;
    }
    .flex-space-22 {
        margin: -8px;
    }
    .flex-space-22>* {
        padding: 8px;
    }
}


/* ----------------------- define-module */


/* =============================================================================
   Flexbox
============================================================================= */

.justify-content-end {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    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;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    -webkit-transform: translate3d(0, -101%, 0);
    -moz-transform: translate3d(0, -101%, 0);
    -ms-transform: translate3d(0, -101%, 0);
    -o-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);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}


@media (max-width: 575px) {
    .bg-title {
        padding: 5px 7px;
    }
    .bg-title a {
        box-shadow: 0px 0px 0 7px #f2f2f2, 0px 0px 0 1px #f2f2f2 inset, 1px -1px 0 1px #f2f2f2 inset, 1px 1px 0 1px #f2f2f2 inset;
    }
}


/* ----------------------- define-module */
/*@end file 22*/
/* ----------------------- atbs-feature-module-a */

.theme-dark {
    --color-theme: #222;
}

.theme-light {
    --color-theme: #fff;
    --color-inverse: #222;
}


/*
    Layout
*/

.atbs-feature-module-a .aside-post {
    position: relative;
}

.atbs-feature-module-a {
    background-color: var(--color-theme);
    border-bottom: 1px solid var(--primary-color-20);
}

@media(min-width: 1260px) {
    .atbs-feature-module-a .atbs-block__inner {
        padding: 0 30px 40px;
    }
}

.atbs-feature-module-a .atbs-block__inner {
    padding-bottom: 40px;
}

.post--overlay-feature-fullwidth .post__text-wrap {
    width: 1170px;
    margin: 0 auto 110px auto;
}

.post--overlay-feature-fullwidth .post__text-inner {
    width: 520px;
    padding: 0;
}

.atbs-feature-module-a .aside-post>.post {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 370px;
    z-index: 5;
    border-radius: 2px;
}

@media only screen and (min-width: 1366px) {
    .atbs-feature-module-a .aside-post>.post {
        left: calc(50% + 285px);
        right: auto;
    }
}


/*
    Content
*/


/* .main-post */

.atbs-feature-module-a .owl-nav {
    display: none;
}

.atbs-feature-module-a .atbs-carousel .owl-dots {
    padding: 20px 0 5px 0;
}

.atbs-feature-module-a .atbs-carousel .owl-dot {
    padding: 4px 5px;
}

.atbs-feature-module-a .atbs-carousel .owl-dot span {
    height: 3px;
    width: 30px;
    border-radius: 0 !important;
    background: rgba(255, 255, 255, 0.3);
}

.atbs-feature-module-a .atbs-carousel .owl-dot.active span {
    background: var(--color-white);
}

.atbs-feature-module-a .post--overlay-feature-fullwidth .post__title {
    font-weight: 800;
    margin-top: 7.5px;
}
/* .aside-post*/

.post--no-thumb {
    background-color: var(--color-primary);
}

.post--no-thumb .post__text {
    padding: 45px 40px 25px;
}

.post--no-thumb .post__title {
    margin-bottom: 50px;
    color: var(--color-text);
}
.post--no-thumb  .author__name {
    font-weight: 500;
    color: rgba(255,255,255,1) !important;
}

/*.sub-posts*/

.atbs-feature-module-a .sub-posts {
    margin-top: 50px;
}

.post--horizontal-xs .post__thumb {
    margin-right: 20px;
}

.atbs-feature-module-a.theme-dark .post--horizontal-hover-background a.post__cat {
    color: rgba(255, 255, 255, 0.6);
}

.atbs-feature-module-a.theme-dark .post--horizontal-hover-background .post__title {
    color: var(--color-white);
}

.post--horizontal-hover-background {
    padding: 30px 20px;
}
@media (min-width: 1200px) {
    .atbs-feature-module-a.theme-dark .post--horizontal-hover-background .post__title {
        font-size: 15.5px;
        line-height: 1.5;
    }

    .atbs-feature-module-a .post--overlay-feature-fullwidth .post__title {
        font-size: 2.5714rem;
    }
}
@media (min-width: 992px) {
    /*--Hovers--*/
    /*Dark theme*/
    .atbs-feature-module-a.theme-dark .post--horizontal-hover-background:hover {
        background-color: var(--color-white);
    }
    .atbs-feature-module-a.theme-dark .post--horizontal-hover-background:hover .post__title {
        color: var(--color-text);
    }
    .atbs-feature-module-a.theme-dark .post--horizontal-hover-background:hover a.post__cat {
        color: rgba(27, 11, 11, 0.6);
    }
    /*Light theme*/
    .atbs-feature-module-a.theme-light .post--horizontal-hover-background:hover {
        background-color: var(--color-inverse);
    }
    .atbs-feature-module-a.theme-light .post--horizontal-hover-background:hover .post__title {
        color: var(--color-white);
    }
    .atbs-feature-module-a.theme-light .post--horizontal-hover-background:hover a.post__cat {
        color: rgba(255, 255, 255, 0.6);
    }
}


/*Generals*/

.post__title.custom-typescale-4 {
    font-size: 30px;
    font-size: 2.1428rem;
    font-weight: 700;
    line-height: 1.4;
}

.post__title.custom-typescale-3 {
    font-size: 22px;
    font-size: 1.57142rem;
    font-weight: 700;
    line-height: 1.409;
}

.post__title.custom-typescale-2 {
    font-size: 18px;
    font-size: 1.2857rem;
    font-weight: 600;
    line-height: 1.5;
}

.post__title.custom-typescale-1 {
    font-size: 15.5px;
    font-size: 1.10714285714rem;
    font-weight: 600;
    line-height: 1.5;
}

.post__cat--bg-primary,
a.post__cat--bg-primary {
    background-color: var(--color-primary);
}

.atbs-feature-module-a .post__title.custom-typescale-2 {
    font-size: 20px;
    font-size: 1.42857rem;
    font-weight: 700;
}


/*
    Responsive
*/

@media only screen and (max-width: 1199px) {
    /*
        Layout
    */
    .post--overlay-feature-fullwidth .post__text-wrap {
        width: 940px;
    }
    .post--overlay-feature-fullwidth .post__text-inner {
        padding-right: 0;
    }
    /*
        Content
    */
    /*sub post*/
    .atbs-feature-module-a .sub-posts .flexbox-wrap.flex-space-30 {
        margin: 0;
    }
    .atbs-feature-module-a .sub-posts .flexbox-wrap.flex-space-30>* {
        padding: 0;
    }
}

@media only screen and (max-width: 991px) {
    /*
        Layout
    */
    .post--overlay-feature-fullwidth.post--overlay-height-620 .post__text {
        min-height: 550px;
    }
    .post--overlay-feature-fullwidth .post__text-wrap {
        width: 720px;
        padding-bottom: 300px;
        padding-right: 300px;
        margin-bottom: 0;
    }
    .post--overlay-feature-fullwidth .post__text {
        -webkit-box-align: start;
        -moz-box-align: start;
        box-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start;
        -ms-flex-align: start;
        padding-top: 100px;
    }
    .post--overlay-feature-fullwidth .post__text-inner {
        width: 100%;
        max-width: 420px;
    }
    /*
        Content
    */
    .atbs-feature-module-a .aside-post>.post {
        bottom: 30px;
    }
    .atbs-feature-module-a .post__readmore {
        display: none;
    }
    .post--no-thumb .post__title {
        margin-bottom: 30px;
    }
    .atbs-feature-module-a .sub-posts {
        margin-top: 40px;
    }
    /*sub post*/
    .atbs-feature-module-a .sub-posts .flexbox-wrap.flex-space-30 {
        margin: -15px -15px;
    }
    .atbs-feature-module-a .sub-posts .flexbox-wrap.flex-space-30>* {
        padding: 15px 15px;
    }
    .post--horizontal-hover-background {
        padding: 0;
    }
    .atbs-feature-module-a .sub-posts .list-item {
        width: 50%;
    }
    .post--no-thumb .post__text {
        padding: 40px 40px 30px;
    }
    .post__title.custom-typescale-4 {
        font-size: 30px;
        font-size: 2.14286rem;
        font-weight: 700;
        line-height: 1.409;
    }
}

@media only screen and (max-width: 767px) {
    .atbs-feature-module-a .block-heading {
        padding-top: 50px;
    }
    /*Main Post*/
    .post--overlay-feature-fullwidth.post--overlay-height-620 .post__text {
        min-height: 500px;
    }
    .post--overlay-feature-fullwidth .post__text {
        -webkit-box-align: end;
        -moz-box-align: end;
        box-align: end;
        -webkit-align-items: flex-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;
    }
    /*Aside post*/
    .atbs-feature-module-a .aside-post>.post {
        position: initial;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 510px;
        height: auto;
    }
    .post--overlay-feature-fullwidth .post__text-wrap {
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 120px;
        width: 510px;
    }
    .post--overlay-feature-fullwidth .post__text-inner {
        justify-content: center;
        max-width: 100%;
    }
    .post--overlay-feature-fullwidth .post__title {
        text-align: center;
    }
    /*Aside Post*/
    .atbs-feature-module-a .aside-post {
        margin-top: 30px;
    }
    .atbs-feature-module-a .sub-posts {
        margin-top: 40px;
    }
    .post--no-thumb .post__title.custom-typescale-2 {
        font-size: 18px;
        font-size: 1.2857rem;
        font-weight: 600;
        line-height: 1.5;
    }
    /*Sub Posts*/
    .atbs-feature-module-a .sub-posts .list-item {
        width: 100%;
    }
    .atbs-feature-module-a .post--horizontal-hover-background:hover {
        background: none;
    }
    .atbs-feature-module-a .post--horizontal-hover-background:hover .post__title {
        color: var(--color-white) !important;
    }
    .atbs-feature-module-a .post--horizontal-hover-background:hover a.post__cat {
        color: rgba(255, 255, 255, 0.6) !important;
    }
}

@media only screen and (max-width: 575px) {
    /*Main Post*/
    .post--overlay-feature-fullwidth.post--overlay-height-620 .post__text {
        min-height: 400px;
    }
    .atbs-feature-module-a .block-heading {
        padding-top: 30px;
        margin-bottom: 30px;
    }
    .post--overlay-feature-fullwidth .post__text-wrap {
        padding: 0px 40px 60px;
        width: 100%;
    }
    .post__title.custom-typescale-4 {
        font-size: 24px;
        font-size: 1.71428rem;
        line-height: 1.409;
    }
    .post--overlay-feature-fullwidth .post__title.custom-typescale-4 {
        font-weight: 700;
    }
    /*Aside Post*/
    .atbs-feature-module-a .aside-post>.post {
        max-width: calc(100% - 30px);
    }
    .post--no-thumb .post__text {
        padding: 30px;
    }
    /*Sub Posts*/
}

@media only screen and (max-width: 420px) {
    /*Main Post*/
    .post--overlay-feature-fullwidth.post--overlay-height-620 .post__text {
        min-height: 350px;
    }
    .atbs-feature-module-a .block-heading {
        padding-top: 20px;
        margin-bottom: 20px;
    }
    /*Aside Post*/
    .atbs-feature-module-a .aside-post .post__title {
        margin-bottom: 35px;
    }
    .readmore__text {
        font-size: 14px;
        font-size: 1rem;
    }
    /*Sub Posts*/
}

@media only screen and (max-width: 380px) {
    /*Main Post*/
    .post--overlay-feature-fullwidth .post__text-wrap {
        padding: 0 15px 40px;
    }
    /*Aside Post*/
    .post__title.custom-typescale-4 {
        font-size: 22px;
        font-size: 1.57142rem;
    }
    a.button__readmore {
        display: block;
        padding: 20px;
    }
}

@media only screen and (max-width: 320px) {
    .post__title.custom-typescale-1 {
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.4;
    }
}


/* .atbs-feature-module-a ----------------------- */
/*@end file 23*/
/* ----------------------- atbs-feature-module-b */
/*
    Layout
*/
.atbs-block--fullwidth-overflow-left .item-fullwidth-overflow-left {
    width: calc(50% + 585px);
}
@media only screen and (max-width: 1199px) {
    .atbs-block--fullwidth-overflow-left .item-fullwidth-overflow-left {
        width: calc(50% + 470px);
    }
}
@media only screen and (max-width: 991px) {
    .atbs-block--fullwidth-overflow-left .item-fullwidth-overflow-left {
        width: calc(50% + 360px);
    }
}
@media only screen and (max-width: 767px) {
    .atbs-block--fullwidth-overflow-left .item-fullwidth-overflow-left {
        width: calc( 50% + 510px / 2);
        flex-direction: column;
    }
}
@media only screen and (max-width: 575px) {
    .atbs-block--fullwidth-overflow-left .item-fullwidth-overflow-left {
        width: 100%;
        padding-right: 15px;
    }
}

.atbs-feature-module-e .main-post,
.atbs-feature-module-b .main-post {
    width: calc(100% - 400px);
}
.atbs-feature-module-e .sub-posts,
.atbs-feature-module-b .sub-posts {
    width: 100%;
    max-width: 400px;
}

/**/
.atbs-feature-module-b {
    padding-top: 80px;
}

.atbs-feature-module-b:after {
    content: "";
    background: #222;
    height: 350px;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
}
/**/

/*Posts Overlap*/
.post--overlap-has-hidden-content{
    padding-bottom: 60px;
}

.post--overlap-has-hidden-content .post__thumb{
    height: 380px;
}

.post--overlap-has-hidden-content .post__text{
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px);
    transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.post--overlap-has-hidden-content .post__cat {
    margin-bottom: 12px;
}

.post--overlap-has-hidden-content:hover .post__text, .post--overlap-has-hidden-content.hover-active .post__text {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}
.post--overlap-has-hidden-content .post__text-wrap {
    display: flex;
    background-color: #222;
}

.post--overlap-has-hidden-content .post__text-inner {
    flex: 1;
    padding: 20px 40px 15px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.post--overlap a.post__cat {
    color: var(--color-white);
}

.post--overlap-has-hidden-content .post-type-icon__wrap {
    display: flex;
    padding: 20px 20px;
    width: 125px;
    border-left: 1px solid var(--primary-color-20);
    justify-content: center;
    align-items: center;
}

.post-type-icon.icon-play-large svg{
    display: flex;
    height: 85px;
    width: 85px;
    border-radius: 100%;
    background-color: var(--color-primary);
    color: #222;
    justify-content: center;
    align-items: center;
}
.post-type-icon.icon-play-large svg g g circle{
    fill:var(--color-primary);
}
.post-type-icon.icon-play-large i {
    font-size: 2.42857rem;
}


/*Section 2 of .atbs-feature-module-b*/
.post--vertical-feature-readmore-large .post__title.custom-typescale-3 {
    margin-top: 5px;
    margin-bottom: 20px;
}
.post--vertical-feature-readmore-large .post__title.custom-typescale-3,
.atbs-posts-block-main-col-a .post--vertical-text-two-column .post__title.custom-typescale-3 {
    font-weight: 700;

}
.post--vertical-feature-readmore-large .post__thumb {
    margin-bottom: 0;
    height: 422px;
}

.post--vertical-feature-readmore-large .post__text-wrap {
    padding-top: 40px;
    padding-right: 60px;
    padding-bottom: 70px;
    padding-left: calc(100% - 770px );
}
.post--vertical-feature-readmore-large .post__readmore {
    padding: 80px 65px;
}

.post--vertical-feature-readmore-large .post__readmore--seperated {
    border: none;
    border-left: 1px solid rgba(0,0,0,0.1);
    border-right: 1px solid rgba(0,0,0,0.1);
}

.post--vertical-feature-readmore-large a.button__readmore {
    padding: 25px;
    width: 170px;
    background-color: var(--color-primary);
}

.post--vertical-feature-readmore-large .readmore__text {
    color: var(--color-white);
}



.container--fullwidth-overflow-left .sub-posts .posts-list {
    margin: 0;
}

.container--fullwidth-overflow-left .sub-posts .list-item {
    padding-left: 50px;
    padding-right: 15px;
}


.post--overlap-has-hidden-content .post__title a {
    color: var(--color-primary);
    font-weight: 700;

}
@media (min-width: 1200px) {
    .atbs-posts-block-main-col-a .post--vertical-text-two-column .post__title.custom-typescale-3,
    .post--vertical-feature-readmore-large .post__title.custom-typescale-3 {
        font-size: 1.7142rem;
        font-weight: 800;
        /*opacity: 0.9;*/
    }
}
@media (min-width: 992px) {
    .post--overlap-has-hidden-content .post__text-wrap {
        min-height: 110px;
    }
    .container--fullwidth-overflow-left .sub-posts .list-item.hover-active,
    .container--fullwidth-overflow-left .sub-posts .list-item:hover {
        background-color: var(--color-theme);
    }

    .container--fullwidth-overflow-left .sub-posts .list-item.hover-active a.post__cat,
    .container--fullwidth-overflow-left .sub-posts .list-item:hover a.post__cat {
        color: var(--color-white);
    }

    .container--fullwidth-overflow-left .sub-posts .list-item.hover-active .post__title,
    .container--fullwidth-overflow-left .sub-posts .list-item:hover .post__title {
        color: var(--color-white);
    }
}

.post--horizontal-small-80 .post__thumb {
    width: 80px;
    height: 80px;
}

/*
    Responsive
*/

@media only screen and (max-width: 1199px) {
    /*
        Layout
    */
    .container--fullwidth-overflow-left {
        display: flex;
        width: calc(50% + 470px);
    }

    .container--fullwidth-overflow-left .main-post {
        width: calc(100% - 320px);
    }

    .container--fullwidth-overflow-left .sub-posts {
        max-width: 320px;
    }

    /*
        Content
    */
    /*Posts Overlap*/
    .post--overlap-has-hidden-content .post__thumb {
        height: 300px;
    }

    /*.post--overlap-has-hidden-content .post__title.custom-typescale-2 {
        font-size: 15px;
        font-size: 1.0714rem;
        font-weight: 600;
        line-height: 1.46;
    }*/

    .post--overlap-has-hidden-content .post-type-icon {
        height: 70px;
        width: 70px;
    }
    .post--overlap-has-hidden-content .post-type-icon svg {
        width: 100%;
        height: 100%;
    }

    .post--overlap-has-hidden-content .post-type-icon i {
        font-size: 2rem;
    }

    /*Section 2*/
    .post--vertical-feature-readmore-large .post__thumb {
        height: 348px;
    }

    .post--vertical-feature-readmore-large .post__text-wrap {
        padding-top: 35px;
        padding-right: 50px;
        padding-bottom: 60px;
        padding-left: calc(100% - 620px );
    }

    .post--vertical-feature-readmore-large .post__readmore {
        padding: 70px 55px;
    }

    .container--fullwidth-overflow-left .sub-posts .list-item {
        padding-left: 40px;
    }

    .post--vertical-feature-readmore-large .post__title.custom-typescale-3 {
        font-size: 20px;
        font-size: 1.42857rem;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 1024px) {
    .post--vertical-feature-readmore-large .post__thumb {
        height: 350px;
    }
}

@media only screen and (max-width: 991px) {
    /*
        Layout
    */

    .container--fullwidth-overflow-left .main-post {
        margin-bottom: 55px;
        width: 100%;
    }

    .container--fullwidth-overflow-left .sub-posts {
        max-width: 720px;
        margin-left: auto;
    }

    /*
        Content
    */


    /*Posts Overlap*/
    .list-horizontal-overlap .list-item:first-child {
        margin-bottom: 40px;
    }
    .atbs-feature-module-e .flexbox-wrap.flexbox-wrap-2i > *,
    .atbs-feature-module-b .flexbox-wrap.flexbox-wrap-2i > * {
        width: 100%;
    }

    .post--overlap-has-hidden-content .post__thumb {
        height: 380px;
    }

    .post--overlap-has-hidden-content .post__title.custom-typescale-2 {
        font-size: 22px;
        font-size: 1.57142rem;
        font-weight: 600;
        line-height: 1.409;
    }
    .post--overlap-has-hidden-content .post__text-inner {
        padding: 25px 30px;
    }
    .post--overlap-has-hidden-content .post-type-icon {
        height: 85px;
        width: 85px;
    }

    .post--overlap-has-hidden-content .post-type-icon i {
        font-size: 2.42857rem;
    }

    /*Section 2*/
    .container--fullwidth-overflow-left .main-post {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    .post--vertical-feature-readmore-large .post__text-wrap {
        padding-left: 0;
    }
    .post--vertical-feature-readmore-large .post__text {
        max-width: 720px;
        margin-right: 0;
        margin-left:  auto;
    }
    .container--fullwidth-overflow-left .sub-posts .posts-list {
        display: flex;
        flex-wrap: wrap;
        margin: -15px;
    }

    .container--fullwidth-overflow-left .sub-posts .list-item {
        padding: 15px;
        width: 50%;
    }

    .container--fullwidth-overflow-left [class*="list-seperated"]>*:not(:last-child) {
        border-bottom: none;
    }

    .atbs-feature-module-b {
        padding-top: 60px;
    }


    .atbs-feature-module-b  .post--overlap-has-hidden-content .post__title a {
        -webkit-line-clamp: 3;
    }
}

@media only screen and (max-width: 767px) {
    /*
        Layout
    */

    .atbs-feature-module-b {
        padding-top: 40px;
    }
    .container--fullwidth-overflow-left {
        width: 510px;
    }
    .container--fullwidth-overflow-left .sub-posts {
        max-width: 510px;
    }
    /*
        Content
    */

    /*Posts Overlap*/
    .post--overlap-has-hidden-content .post__thumb {
        height: 300px;
    }

    .post--overlap-has-hidden-content .post__title.custom-typescale-2 {
        font-size: 18px;
        font-size: 1.2857rem;
        line-height: 1.5;
    }

    .post--overlap-has-hidden-content .post-type-icon {
        height: 70px;
        width: 70px;
    }

    .post--overlap-has-hidden-content .post-type-icon i {
        font-size: 2rem;
    }

    /*Section 2*/
    .container--fullwidth-overflow-left .main-post {
        margin-bottom: 40px;
    }
    .container--fullwidth-overflow-left .sub-posts .list-item {
        width: 100%;
    }

    .post--vertical-feature-readmore-large .post__thumb{
        height: 300px;
    }
    .post--vertical-feature-readmore-large .post__text {
        max-width: 510px;
    }
    .post--vertical-feature-readmore-large .post__text-wrap {
        padding-top: 25px;
        padding-right: 15px;
        padding-bottom: 25px;
    }
    .post--vertical-feature-readmore-large .post__readmore {
        padding: 60px 40px;
    }
    .post--vertical-feature-readmore-large a.button__readmore {
        padding: 20px;
        width: 140px;
    }
    .post--vertical-feature-readmore-large .post__title.custom-typescale-1 {
        font-size: 1.0714rem; /*font system*/
        line-height: 1.53;
    }
}

@media only screen and (max-width: 575px) {
    .container--fullwidth-overflow-left .sub-posts{
        max-width: 100%;
        padding-left: 15px;
    }
    .post--vertical-feature-readmore-large .post__text{
        padding-left: 15px;
        max-width: 100%;
    }
    .post--vertical-feature-readmore-large .post__title.custom-typescale-1 {
        font-size: 1.0714rem; /*font system*/
        line-height: 1.53;
    }
}

@media only screen and (max-width: 480px) {
    .atbs-feature-module-b:after{
        height: 300px;
    }

    /*Posts Overlap*/
    .post--overlap-has-hidden-content .post__thumb {
        height: 270px;
    }

    .post--overlap-has-hidden-content .post__text {
        padding-left: 15px;
        padding-right: 15px;
    }

    .post--vertical-feature-readmore-large .post__thumb {
        height: 250px;
        margin-bottom: 20px;
    }
    .post--vertical-feature-readmore-large .post__text-wrap {
        padding-top: 0;
        padding-right: 0;

    }
    .post--vertical-feature-readmore-large .post__readmore {
        display: none;
    }

}

@media only screen and (max-width: 420px) {
    .atbs-feature-module-b:after{
        height: 280px;
    }

    /*Posts Overlap*/
    .post--overlap-has-hidden-content .post__thumb {
        height: 250px;
    }

    .post--overlap-has-hidden-content .post-type-icon__wrap {
        display: none;
    }
}

@media only screen and (max-width: 380px) {
    /*Posts Overlap*/
    .post--overlap-has-hidden-content .post__thumb {
        height: 220px;
    }

    .post--overlap-has-hidden-content .post__text-inner {
        padding: 25px;
    }

    .post--overlap-has-hidden-content .post__title.custom-typescale-2 {
        font-weight: 500;
    }
}

@media only screen and (max-width: 320px) {
    /*Posts Overlap*/
    .post--overlap-has-hidden-content .post__thumb {
        height: 180px;
    }

    .post--overlap-has-hidden-content .post__text-inner {
        padding: 20px;
    }

    .post--overlap-has-hidden-content .post__title.custom-typescale-2 {
        font-size: 15px;
        font-size: 1.0714rem;
        line-height: 1.46;
    }

    .post--vertical-feature-readmore-large .post__title.custom-typescale-3 {
        font-size: 18px;
        font-size: 1.2857rem;
        line-height: 1.5;
    }

    .post--horizontal-small-80 .post__title.custom-typescale-1 {
        font-size: 14px;
        font-size: 1rem;
    }
    .post--horizontal-small-80 .post__thumb {
        width: 70px;
        height: 70px;
    }
}
/* .atbs-feature-module-b ----------------------- */
/*@end file 24*/
/* ----------------------- atbs-post-listing--grid-a */


/*
    Layout
*/


/*
    Content
*/

.atbs-post-listing--grid-a {
    padding-top: 20px;
}

/*.atbs-post-listing--grid-a .atbs-block__inner {
    padding-bottom: 50px;
}*/

.atbs-post-listing--grid-a {
    background-color: var(--color-theme);
}

.post--vertical-thumb-hover-background-below a.post__cat {
    font-size: 12px;
    font-size: 0.8571rem;
    line-height: 2.083;
}

.post--vertical-thumb-hover-background-below .post__title.custom-typescale-2 {
    color: var(--color-white);
}

.post--vertical-thumb-hover-background-below .post__thumb {
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}

.atbs-post-listing--grid-a .post--vertical-thumb-hover-background-below {
    margin-right: 0;
}


.atbs-post-listing--grid-a .block-heading.heading-style-4 {
    border: 0 !important;
}
.atbs-post-listing--grid-a .block-heading.heading-style-4:before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 1px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-color: var(--color-primary);
    opacity: 0.2;
}
.atbs-post-listing--grid-a.module-no-background {
    background-color: transparent !important;
    padding: 0;
}
.atbs-post-listing--grid-a.module-no-background .post--vertical-thumb-hover-background-below .post__title {
    color: #1b0b0b;
}


@media (min-width: 1200px) {
    .post--vertical-thumb-hover-background-below .post__title.custom-typescale-2 {
        font-size: 1.2142rem;
    }
}
@media (min-width: 992px) {
    .post--vertical-thumb-hover-background-below .post__thumb::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 8px;
        right: 8px;
        background-color: var(--color-primary);
        z-index: -1;
        opacity: 0;
        transition: 0.3s ease-in-out;
    }
    .post--vertical-thumb-hover-background-below .post__thumb:hover::after {
        opacity: 1;
    }
}

@media only screen and (max-width: 1199px) {
    .atbs-post-listing--grid-a .flexbox-wrap.flex-space-55 {
        margin: -20px;
    }
    .atbs-post-listing--grid-a .flexbox-wrap.flex-space-55>* {
        padding: 20px;
    }
    .post--vertical-thumb-hover-background-below .post__title.custom-typescale-2 {
        font-size: 1.1428rem;
        /*font system*/
        line-height: 1.5;
    }
}

@media only screen and (max-width: 991px) {
    .atbs-post-listing--grid-a.atbs-block-custom-margin {
        margin-top: 0 !important;
    }
    .post--vertical-thumb-hover-background-below .post__thumb {
        margin-bottom: 20px;
        height: 200px;
    }
    .post--vertical-thumb-hover-background-below .post__title.custom-typescale-2 {
        font-size: 1.2857rem;
        /*font system*/
        line-height: 1.5;
    }
}

@media only screen and (max-width: 767px) {

    .atbs-post-listing--grid-a .posts-list > * {
        width: 100%;
    }

    .atbs-post-listing--grid-a {
        margin-top: 0;
    }
    .atbs-post-listing--grid-a .flexbox-wrap.flex-space-55 {
        margin: -20px -15px;
    }
    .atbs-post-listing--grid-a .flexbox-wrap.flex-space-55>* {
        padding: 20px 15px;
    }
        .post--vertical-thumb-hover-background-below .post__thumb {
        height: 240px;
    }
}

@media only screen and (max-width: 575px) {
    .atbs-post-listing--grid-a .flexbox-wrap.flexbox-wrap-4i>*,
    .atbs-post-listing--grid-a .flexbox-wrap .flexbox-item-50 {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .atbs-post-listing--grid-a .flexbox-wrap.flexbox-wrap-4i>*,
    .atbs-post-listing--grid-a .flexbox-wrap .flexbox-item-50 {
        width: 100%;
    }
    .post--vertical-thumb-hover-background-below .post__thumb {
        height: 250px;
    }
    .post--vertical-thumb-hover-background-below a.post__cat {
        margin-bottom: 10px;
    }
    .post--vertical-thumb-hover-background-below .post__title.custom-typescale-2 {
        font-size: 1.42857rem;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 420px) {
    .post--vertical-thumb-hover-background-below .post__thumb {
        height: 230px;
    }
}

@media only screen and (max-width: 380px) {
    .post--vertical-thumb-hover-background-below .post__thumb {
        height: 200px;
    }
}

@media only screen and (max-width: 320px) {
    .post--vertical-thumb-hover-background-below .post__thumb {
        height: 190px;
    }
    .post--vertical-thumb-hover-background-below .post__title.custom-typescale-2 {
        font-size: 1.2857rem;
        /*font system*/
        line-height: 1.5;
    }
}

.atbs-post-listing--grid-a {
    padding: 35px 0 50px 0;
}

/*.single-1 .post--vertical-thumb-hover-background-below .post__title.custom-typescale-2,*/
/*.single-2 .post--vertical-thumb-hover-background-below .post__title.custom-typescale-2,*/
/*.single-3 .post--vertical-thumb-hover-background-below .post__title.custom-typescale-2,*/
/*.single-4 .post--vertical-thumb-hover-background-below .post__title.custom-typescale-2,*/
/*.single-5 .post--vertical-thumb-hover-background-below .post__title.custom-typescale-2 {*/
/*    color: #1b0b0b;*/
/*}*/
/*.atbs-dark-mode .single-1 .post--vertical-thumb-hover-background-below .post__title.custom-typescale-2,*/
/*.atbs-dark-mode .single-2 .post--vertical-thumb-hover-background-below .post__title.custom-typescale-2,*/
/*.atbs-dark-mode .single-3 .post--vertical-thumb-hover-background-below .post__title.custom-typescale-2,*/
/*.atbs-dark-mode .single-4 .post--vertical-thumb-hover-background-below .post__title.custom-typescale-2,*/
/*.atbs-dark-mode .single-5 .post--vertical-thumb-hover-background-below .post__title.custom-typescale-2 {*/
/*    color: var(--color-contrast-100);*/
/*}*/

/* .atbs-post-listing--grid-a ----------------------- */


/*@end file 25*/
/* ----------------------- .atbs-feature-slider-a */
/*
    Layout
*/

.atbs-feature-slider-a .atbs-block__inner {
    padding-top: 185px;
    padding-bottom: 65px;
}

.atbs-feature-slider-a .atbs-block__inner::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(34,34,34);
    background: -webkit-linear-gradient(left, rgba(34,34,34,1) 56.295754%, rgba(234,234,234,1) 56.295754%);
    background: -o-linear-gradient(left, rgba(34,34,34,1) 56.295754%, rgba(234,234,234,1) 56.295754%);
    background: linear-gradient(to right, rgba(34,34,34,1) 56.295754%, rgba(234,234,234,1) 56.295754%);
}

.atbs-feature-slider-a .atbs-block__inner::after {
    content: "";
    position: absolute;
    margin: 0 auto;
    width: 1170px;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    border-right: 1px solid rgba(0,0,0,0.08);
}
.atbs-feature-slider-b .nav-circle.nav-border .owl-next,
.atbs-feature-slider-b .nav-circle.nav-border .owl-prev,
.atbs-feature-slider-a .nav-circle.nav-border .owl-next,
.atbs-feature-slider-a .nav-circle.nav-border .owl-prev {
    border: 1px solid var(--color-white);
    color: var(--color-white);
}
.atbs-feature-slider-b .nav-circle .owl-next:hover,
.atbs-feature-slider-b .nav-circle .owl-prev:hover,
.atbs-feature-slider-a .nav-circle .owl-next:hover,
.atbs-feature-slider-a .nav-circle .owl-prev:hover {
    background-color: #ffffff;
}
.atbs-feature-slider-b .nav-circle.nav-border .owl-next:hover,
.atbs-feature-slider-b .nav-circle.nav-border .owl-prev:hover,
.atbs-feature-slider-a .nav-circle.nav-border .owl-next:hover,
.atbs-feature-slider-a .nav-circle.nav-border .owl-prev:hover {
    color: #222222;
}
.atbs-feature-slider-b .atbs-carousel .owl-dot.active span {
    background-color: var(--color-primary);
}
/*
    Content
*/

.atbs-feature-slider-a .owl-nav,
.atbs-feature-slider-a .owl-dots {
    display: none;
}

.post--horizontal-video-feature .post__thumb {
    width: 700px;
}

.post--horizontal-video-feature .post-type-icon {
    color: #222;
}

.post--horizontal-video-feature .post__text-group:first-child {
    margin-bottom: 50px;
}

.post--horizontal-video-feature .post__title {
    width: calc(100%);
}

.post--horizontal-video-feature .post__text {
    overflow: visible;
}

.post--horizontal-video-feature .inverse-text .post__title a {
    color: var(--color-primary);
}

.post--horizontal-video-feature .inverse-text a.post__cat {
    margin-bottom: 15px;
    color: var(--color-white);
}

.overlay-content .post__excerpt,
.inverse-text .post__excerpt,
.overlay-content .entry-excerpt,
.inverse-text .entry-excerpt {
    color: rgba(255, 255, 255, 0.6);
}


.atbs-feature-slider-a .atbs-carousel-nav-custom-holder {
    position: relative;
    padding-top: 70px;
    z-index: 2;
}

.atbs-feature-slider-a .atbs-carousel-nav-custom-holder:before {
    content: "";
    position: absolute;
    top: -1px;
    right: 0;
    width: 9999px;
    height: 1px;
    background: var(--color-primary);
    opacity: 0.2;
}

.nav-circle .owl-next, .nav-circle .owl-prev {
    width: 50px;
    height: 50px;
}

.nav-circle .owl-next:hover, .nav-circle .owl-prev:hover {
    width: 50px;
    height: 50px;
    background-color: var(--color-primary);
    color: var(--color-text);
}

.atbs-carousel-nav-custom-holder > *:not(:last-child) {
    margin-right: 30px;
}

.atbs-feature-slider-a .owl-number {
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    font-size: 1.07143rem;
    line-height: 2.33;
}
.atbs-feature-slider-a .owl-item {
    opacity: 0;
    transition: 0.6s;
}
.atbs-feature-slider-a .owl-item.active {
    opacity: 1;
}

.atbs-feature-slider-a .owl-number:first-letter {
    color: var(--color-white);
}

.atbs-feature-slider-a .post--horizontal-video-feature .post__title {
    font-weight: 800;
}
.atbs-feature-slider-a .post--horizontal-video-feature .post__excerpt {
    color: rgba(255,255,255,0.8);
}
@media(min-width: 1200px) {
    .atbs-feature-slider-a .post--horizontal-video-feature .post__title {
        font-size: 2.28571428571rem;
        margin-bottom: 25px;
    }
    .post--horizontal-video-feature .inverse-text a.post__cat {
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 1199px) {
    /*
        Layout
    */

    /*
        Content
    */
    .post--horizontal-video-feature .post__thumb {
        width: 588px;
        height: 350px;
    }

    .post--horizontal-video-feature .post__text-group:first-child {
        margin-bottom: 40px;
    }
    .post--horizontal-video-feature .post__title.custom-typescale-4{
        font-size: 1.8571rem; /*font system*/
        line-height: 1.38;
    }
}

@media only screen and (max-width: 991px) {
    /*
        Layout
    */

    /*
        Content
    */

    .atbs-feature-slider-a .atbs-block__inner {
        padding-top: 70px;
        padding-bottom: 30px;
    }

    .atbs-feature-slider-a .atbs-block__inner::before {
        background: -webkit-linear-gradient(bottom, rgba(34,34,34,1) 56.295754%, rgba(234,234,234,1) 56.295754%);
        background: -o-linear-gradient(bottom, rgba(34,34,34,1) 56.295754%, rgba(234,234,234,1) 56.295754%);
        background: linear-gradient(to top, rgba(34,34,34,1) 56.295754%, rgba(234,234,234,1) 56.295754%);
    }

    .post--horizontal-video-feature {
        flex-direction: column;
    }

    .post--horizontal-video-feature .post__thumb {
        margin-left: 0;
        margin-bottom: 40px;
        width: 100%;
        height: 430px;
    }

    .post--horizontal-middle.post--horizontal-reverse.post--horizontal-video-feature .post__text {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
         -webkit-order: 2;
        -moz-order: 2;
         order: 2;
        -ms-flex-order: 2;
    }

    .post--horizontal-middle.post--horizontal-reverse.post--horizontal-video-feature .post__text-wrap {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }
    .post--horizontal-video-feature .post__text-group:first-child{
        margin-bottom: 30px;
    }
    .post--horizontal-video-feature .post__text-group:first-child {
        width: 55%;
    }
    .post--horizontal-video-feature .post__text-group:last-child {
        width: 45%;
        padding-left: 50px;
    }
    .post--horizontal-video-feature .post__title {
        width: 100%;
        margin-bottom: 10px;
    }

    .post--horizontal-video-feature .inverse-text .post__excerpt {
        color: var(--color-white);
    }

    .atbs-feature-slider-a .owl-dots {
        display: block;
        padding-top: 25px;
        padding-bottom: 0;
    }
    .atbs-feature-slider-a .atbs-carousel-nav-custom-holder {
        display: none;
    }

    .atbs-feature-slider-a .atbs-carousel .owl-dot:not(.active) span {
        background-color: rgba(255, 255, 255, 0.2);
    }
}


@media only screen and (max-width: 767px) {
    /*
        Layout
    */

    /*
        Content
    */
    .atbs-feature-slider-a .atbs-block__inner::before {
        background: -webkit-linear-gradient(bottom, rgba(34,34,34,1) 64%, rgba(234,234,234,1) 64%);
        background: -o-linear-gradient(bottom, rgba(34,34,34,1) 64%, rgba(234,234,234,1) 64%);
        background: linear-gradient(to top, rgba(34,34,34,1) 64%, rgba(234,234,234,1) 64%);
    }

    .post--horizontal-video-feature .post__thumb {
        width: 100%;
        height: 300px;
        margin-bottom: 25px;
    }
    .post--horizontal-video-feature .post__text-group:first-child ,
    .post--horizontal-video-feature .post__text-group:last-child ,
    .post--horizontal-video-feature .post__text-group {
        width: 100%;
        padding: 0;
    }
    .post--horizontal-video-feature .post__title.custom-typescale-4 {
        font-size: 1.5714rem; /*font system*/
        line-height: 1.41;
    }
    .post--horizontal-video-feature .post__excerpt {
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    /*
        Layout
    */

    /*
        Content
    */
    .atbs-feature-slider-a .atbs-block__inner {
        padding-top: 50px;
    }
    .atbs-feature-slider-a .owl-dots {
        padding-top: 25px;
    }

    .post--horizontal-video-feature .post__title.custom-typescale-4{
        font-size: 1.4285rem; /*font system*/
        line-height: 1.4;
    }
}

@media only screen and (max-width: 480px) {
    /*
        Layout
    */

    /*
        Content
    */
    .atbs-feature-slider-a .atbs-block__inner {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .post--horizontal-video-feature .post__thumb{
        margin-bottom: 20px;
    }
    .post--horizontal-video-feature .post__title {
        /*margin-bottom: 0;*/
    }
    .post--horizontal-video-feature .post__text-group:first-child{
        margin-bottom: 0;
    }
    .post--horizontal-video-feature .post__text-group:nth-child(2) {
        display: none;
    }
}

@media only screen and (max-width: 420px) {
    /*
        Layout
    */

    /*
        Content
    */
    .atbs-feature-slider-a .atbs-block__inner::before {
        background: -webkit-linear-gradient(bottom, rgba(34,34,34,1) 66%, rgba(234,234,234,1) 66%);
        background: -o-linear-gradient(bottom, rgba(34,34,34,1) 66%, rgba(234,234,234,1) 66%);
        background: linear-gradient(to top, rgba(34,34,34,1) 66%, rgba(234,234,234,1) 66%);
    }
    .post--horizontal-video-feature .post__thumb {
        height: 250px;
    }

    .post--horizontal-video-feature .post-type-icon.icon-play-large {
        height: 60px;
        width: 60px;
    }

    .post--horizontal-video-feature .post-type-icon i {
        font-size: 24px;
        font-size: 1.71428rem;
    }
}

@media only screen and (max-width: 380px) {
    /*
        Layout
    */

    /*
        Content
    */

    .post--horizontal-video-feature .post__thumb {
        height: 220px;
    }
}

@media only screen and (max-width: 320px) {
    /*
        Layout
    */

    /*
        Content
    */
    .post--horizontal-video-feature .post__thumb {
        height: 200px;
    }
    .post--horizontal-video-feature .post__title.custom-typescale-4{
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }
}


/* .atbs-feature-slider-a ----------------------- */
/*@end file 26*/
/* ----------------------- .atbs-feature-module-d */

.atbs-feature-module-d .atbs-block__inner-wrap {
    position: relative;
    display: flex;
    min-height: 456px;
}
.atbs-feature-module-d .posts-list,
.atbs-feature-module-d .list-item,
.atbs-feature-module-d .post {
    position: initial;
}

.atbs-feature-module-d .posts-list {
    width: 100%;
    pointer-events: none;
}

.atbs-feature-module-d .list-item {
    float: left;
    width: calc(100% / 3 );
    height: calc(100% / 3 );
    transition: 0.3s ease;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    pointer-events: auto;
}
.atbs-feature-module-d .list-item:nth-child(2),
.atbs-feature-module-d .list-item:nth-child(3) {
    border-left: 1px solid rgba(0,0,0,0.08);
}

.atbs-feature-module-d .list-item:nth-child(3),
.atbs-feature-module-d .list-item:nth-child(4) {
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.atbs-feature-module-d .list-item:nth-child(4),
.atbs-feature-module-d .list-item:nth-child(5) {
    margin-left: calc(100% / 3 * 2);
}

.post--vertical-thumb-absolute .post__thumb {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% / 3 * 2);
    height: calc(100% / 3 * 2);
    opacity: 0;
    visibility: hidden;
    margin-bottom: 0;
}

.post--vertical-thumb-absolute .post__text-inner {
    padding: 50px 50px;
}

.post--vertical-thumb-absolute .post__title.custom-typescale-1 a {
    font-weight: 600;
    max-height: 4.38em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    overflow: hidden;
}

.post--vertical-thumb-absolute a.post__cat,
.post--vertical-thumb-absolute .post__title a {
    transition: 0.3s ease;
}


@media (min-width: 481px) {
    /*-- Hovers --*/
    /*Post Thumb*/
    .atbs-feature-module-d .list-item.hover-active .post__thumb,
    .atbs-feature-module-d .list-item:hover .post__thumb {
        opacity: 1;
        visibility: visible;
    }

    .atbs-feature-module-d .posts-list:hover .list-item.hover-active .post__thumb {
        opacity: 0;
        visibility: hidden;
    }

    .atbs-feature-module-d .posts-list .list-item.hover-active:hover .post__thumb {
        opacity: 1;
        visibility: visible;
    }


    /*Background*/
    .atbs-feature-module-d .list-item:hover,
    .atbs-feature-module-d .list-item.hover-active {
        background-color: #131313;
    }

    .atbs-feature-module-d .posts-list:hover .list-item.hover-active {
        background-color: var(--color-white);
    }

    .atbs-feature-module-d .posts-list .list-item.hover-active:hover {
        background-color: #131313;
    }

    /*Post Cat*/
    .atbs-feature-module-d .list-item:hover a.post__cat,
    .atbs-feature-module-d .list-item.hover-active a.post__cat {
        color: var(--color-white);
    }

    .atbs-feature-module-d .posts-list:hover .list-item.hover-active a.post__cat {
        color: rgba(27, 11, 11, 0.6);
    }

    .atbs-feature-module-d .posts-list .list-item.hover-active:hover a.post__cat {
        color: var(--color-white);
    }

    /*Post Title*/
    .atbs-feature-module-d .list-item:hover .post__title a,
    .atbs-feature-module-d .list-item.hover-active .post__title a {
        color: var(--color-primary);
    }

    .atbs-feature-module-d .posts-list:hover .list-item.hover-active .post__title a {
        color: var(--color-text);
    }

    .atbs-feature-module-d .posts-list .list-item.hover-active:hover .post__title a {
        color: var(--color-primary);
    }
}

@media (max-width: 1199px) {
    .post--vertical-thumb-absolute .post__text-inner {
        padding: 50px 30px;
    }
}

@media (max-width: 991px) {
    .post--vertical-thumb-absolute .post__text-inner {
        padding: 25px 30px;
    }
    .post--vertical-thumb-absolute .post__title.custom-typescale-1 {
        font-size: 14px; /*font system*/
        line-height: 1.5;
    }
}

@media (min-width: 1200px) {
    .atbs-feature-module-d .post--vertical-thumb-absolute .post__cat {
        margin-bottom: 13px;
    }
    .atbs-feature-module-d .post--vertical-thumb-absolute .post__title.custom-typescale-1 {
        font-size: 16.5px; /*font system*/
        line-height: 1.5;
    }
}
@media (max-width: 991px) and (min-width: 481px) {
    .atbs-feature-module-d .atbs-block__inner {
        width: 100vw;
        margin-left: calc((100vw - 100%) / -2);
    }
}
@media (max-width: 767px) {
    .atbs-feature-module-d .list-item {
        width: 50%;
        height: calc(100% / 3);
        min-height: 200px;
    }
    .atbs-feature-module-d .list-item:nth-child(2) {
         border-bottom: 1px solid rgba(0,0,0,0.08);
    }
    .atbs-feature-module-d .list-item:nth-child(3) {
        float: right;
    }
    .atbs-feature-module-d .list-item:nth-child(4) {
        margin-left: 0;
        margin-top: 200px;
        border-right: 1px solid rgba(0,0,0,0.08);
        border-bottom: 0;
    }

    .atbs-feature-module-d .list-item:nth-child(5) {
        margin-left: 0;

    }

    .post--vertical-thumb-absolute .post__thumb{
        width: 50%;
        height: calc(100% / 3);
        top: 200px;
    }
}

@media (max-width: 480px) {
    .atbs-feature-module-d .list-item:nth-child(n) {
        width: 100%;
        height: auto;
        min-height: auto;
        border: none;
        margin-top: 0;
    }
    .atbs-feature-module-d .list-item:not(:last-child) {
        margin-bottom: 30px;
    }
    .post--vertical-thumb-absolute {
        background-color: #131313;
    }
    .post--vertical-thumb-absolute .post__thumb{
        position: initial;
        width: 100%;
        height: 230px;
        margin-bottom: 0;
        opacity: 1;
        visibility: visible;
    }
    .post--vertical-thumb-absolute .post__text-inner{
        padding: 25px 20px;
    }
    .post--vertical-thumb-absolute .post__cat {
        color: #fff;
    }
    .post--vertical-thumb-absolute .post__title{
        color: var(--color-primary);
    }
    .post--vertical-thumb-absolute .post__title.typescale-1.custom-typescale-1 {
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }
}

/* .atbs-feature-module-d ----------------------- */
/*@end file 27*/
.atbs-feature-module-e .post--vertical-feature-readmore-large .post__text-inner {
    padding: 0;
}
@media (min-width: 1200px) {
    .atbs-feature-module-e .post--horizontal-small-80 .post__cat {
        margin-bottom: 13px;
    }

    .atbs-feature-module-e .post--horizontal-small-80 .post__title {
        font-size: 15.5px;
        line-height: 1.5;
    }
}
/*@end file 28*/
/* ----------------------- .atbs-post-carousel-a */

.atbs-post-carousel-a .block-heading.block-heading--md {
    padding-bottom: 10px;
}
.atbs-post-carousel-a .atbs-carousel.atbs-carousel-border .owl-stage-outer {
    padding: 30px 0;
    border-top: 1px solid rgba(0,0,0,0.08);
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.atbs-post-carousel-a .owl-nav {
    position: absolute;
    top: -55px;
    right: 0;
    display: flex;
}

.atbs-post-carousel-a .atbs-carousel .owl-prev,
.atbs-post-carousel-a .atbs-carousel .owl-next {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    color: #777;
    width: 45px;
    height: 45px;
    transform: none;
    background-color: transparent;
    color: var(--color-text);
}

/* .atbs-post-carousel-a .nav-circle .owl-next:hover,
.atbs-post-carousel-a .nav-circle .owl-prev:hover {
    width: 45px;
    height: 45px;
} */


.atbs-post-carousel-a .owl-prev::after {
    content: '';
    position: absolute;
    left: 100%;
    margin-right: 1px;
    width: 1px;
    height: 20px;
    background-color: rgba(0,0,0,0.1);
}

.atbs-post-carousel-a .atbs-carousel .owl-prev i,
.atbs-post-carousel-a .atbs-carousel .owl-next i {
    font-size: 28px;
}

.atbs-post-carousel-a .owl-dots {
    display: none;
}

.post--horizontal-space-md {
    /*padding: 15px 20px;*/
    padding: 15px 30px 15px 0;
}

.atbs-post-carousel-a .owl-item.active {
    border-right: 1px solid rgba(0,0,0,0.08);
}

.atbs-post-carousel-a .owl-item.active + .owl-item.active + .owl-item.active {
    border-right: none;
}

/*Generals*/

/*
    Responsive
*/
@media only screen and (max-width: 1199px) {
    .atbs-post-carousel-a .owl-item.active + .owl-item.active {
        border-right: none;
    }
}

@media only screen and (max-width: 991px) {
    .post--horizontal-small-has-padding {
        padding: 0 15px;
    }

    .atbs-post-carousel-a .atbs-carousel.atbs-carousel-border .owl-stage-outer {
        margin-bottom: 20px;
        padding: 30px 0;
    }

    .atbs-post-carousel-a .owl-nav {
        display: none;
    }

    .atbs-post-carousel-a .owl-dots {
        display: block;
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .atbs-post-carousel-a .atbs-carousel.atbs-carousel-border .owl-stage-outer {
        margin-bottom: 20px;
        padding: 35px 0;
    }
    .atbs-post-carousel-a .owl-item.active{
        border-right: none;
    }
    .post--horizontal-small-has-padding {
        padding: 0 40px;
    }

    .post--horizontal-space-md {
        padding: 0px 20px;
    }

}

@media only screen and (max-width: 480px) {
    .post--horizontal-small-has-padding {
        padding: 0;
    }
}

@media only screen and (max-width: 420px) {
    .atbs-post-carousel-a .atbs-carousel.atbs-carousel-border .owl-stage-outer {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 380px) {
    .post--horizontal-small-has-padding {
        padding-right: 15px;
    }
}

@media only screen and (max-width: 320px) {
    .atbs-post-carousel-a .atbs-carousel.atbs-carousel-border .owl-stage-outer {
        margin-bottom: 15px;
    }
    .post--horizontal-small-has-padding {
        padding: 0;
    }

    .atbs-post-carousel-a .post__title.custom-typescale-1 {
        font-weight: 600;
    }
}


/* .atbs-post-carousel-a ----------------------- */
/*@end file 29*/
/* ----------------------- .atbs-post-carousel-b */
/*
    Layout
*/

/*
    Content
*/

.atbs-carousel.atbs-carousel-post-vertical .owl-prev,
.atbs-carousel.atbs-carousel-post-vertical .owl-next {
    top: calc(250px / 2);
    width: 70px;
    height: 70px;
    border: none;
    background-color: var(--color-white);
    color: #131313;
    box-shadow: 0 13px 16px 0px rgba(0, 0, 0, 0.14);
}

.atbs-carousel.atbs-carousel-post-vertical .owl-prev:hover,
.atbs-carousel.atbs-carousel-post-vertical .owl-next:hover {
    background-color: #222;
    color: var(--color-primary);
}

.atbs-post-carousel-b .atbs-carousel.atbs-carousel-post-vertical .owl-prev:hover,
.atbs-post-carousel-b .atbs-carousel.atbs-carousel-post-vertical .owl-next:hover {
    background-color: #222;
    color: var(--color-white);
}

.atbs-carousel.atbs-carousel-post-vertical .owl-prev i,
.atbs-carousel.atbs-carousel-post-vertical .owl-next i {
    font-size: 34px;
    font-size: 2.42857rem;
}

.atbs-carousel.atbs-carousel-post-vertical .owl-prev {
    transform: translate(-50%, -50%);
}

.atbs-carousel.atbs-carousel-post-vertical .owl-next {
    transform: translate(50%, -50%);
}

.atbs-carousel .owl-dot span {
    width: 10px;
    height: 10px;
    background-color: rgba(19, 19, 19, .2);
}

.atbs-carousel .owl-dot.active span {
    background-color: var(--color-primary);
}
.post--vertical-only-title-style-cat-position .post-content-group {
    position: relative;
}
.post--vertical-only-title-style-cat-position .post-content-group {
    margin-bottom: 25px;
}

.post--vertical-only-title-style-cat-position .post__thumb.post__thumb--overlap {
    height: 250px;
    margin-bottom: 0;
}

.post--vertical-only-title-style-cat-position a.post__cat.overlap-item-bottom-left {
    margin: 0 !important;
}
.post--vertical-only-title-style-cat-position .post__title {
    font-size: 1.3571rem;
    margin-bottom: 10px;
}
.overlap-item-bottom-left,
.post--vertical-only-title-style-cat-position a.post__cat.overlap-item-bottom-left {
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.js-carousel-3i15m-no-slider {
    display: flex;
    flex-wrap: wrap;
    margin: -7.5px;
}
.js-carousel-3i15m-no-slider .slide-content {
    width: calc(100% / 3);
    padding: 7.5px;
}
@media (max-width: 991px) and (min-width: 768px) {
    .js-carousel-3i15m-no-slider .post--vertical-only-title-style-cat-position .post__thumb.post__thumb--overlap {
        height: 170px;
    }
    .js-carousel-3i15m-no-slider .post--vertical-only-title-style-cat-position .post__title.custom-typescale-3 {
        font-size: 1.285714285714286rem;
    }
}
@media (max-width: 767px) {
    .js-carousel-3i15m-no-slider .slide-content {
        width: 100%;
        padding: 15px;
    }
    .js-carousel-3i15m-no-slider {
        margin: -15px;
    }
}
@media  only screen and (max-width: 1199px) {
    .post--vertical-only-title-style-cat-position .post-content-group{
        margin-bottom: 25px;
    }
    .post--vertical-only-title-style-cat-position .post__thumb.post__thumb--overlap {
        height: 230px;
    }
    .post--vertical-only-title-style-cat-position .post__title.custom-typescale-3 {
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }

    .atbs-carousel.atbs-carousel-post-vertical .owl-prev,
    .atbs-carousel.atbs-carousel-post-vertical .owl-next{
        width: 60px;
        height: 60px;
    }
    .atbs-carousel.atbs-carousel-post-vertical .owl-prev i,
    .atbs-carousel.atbs-carousel-post-vertical .owl-next i {
        font-size: 24px;
    }
}

@media (max-width: 991px ){
    .post--vertical-only-title-style-cat-position .post__title.custom-typescale-3{
        font-size: 1.4285rem; /*font system*/
        line-height: 1.4;
    }
}
@media only screen and (max-width: 767px) {
    .atbs-post-carousel-b .atbs-carousel.atbs-carousel-post-vertical .owl-prev,
    .atbs-post-carousel-b .atbs-carousel.atbs-carousel-post-vertical .owl-next {
        width: 50px;
        height: 50px
    }

    .atbs-post-carousel-b .atbs-carousel.atbs-carousel-post-vertical .owl-prev i,
    .atbs-post-carousel-b .atbs-carousel.atbs-carousel-post-vertical .owl-next i {
        font-size: 24px;
        font-size: 1.71428rem;
    }

    .post--vertical-only-title-style-cat-position .post-content-group {
        margin-bottom: 20px;
    }
    .post--vertical-only-title-style-cat-position .post__thumb.post__thumb--overlap {
        height: 250px;
    }

}

@media only screen and (max-width: 575px) {
    .atbs-post-carousel-b .owl-nav {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .post--vertical-only-title-style-cat-position .post__title.custom-typescale-3 {
        font-size: 20px;
        font-size: 1.42857rem;
    }

    .post--vertical-only-title-style-cat-position .post__thumb.post__thumb--overlap {
        height: 230px;
    }
}

@media only screen and (max-width: 420px) {
    .post--vertical-only-title-style-cat-position .post__thumb.post__thumb--overlap {
        height: 200px;
    }
}

@media only screen and (max-width: 320px) {
    .post--vertical-only-title-style-cat-position .post__title.custom-typescale-3 {
        font-size: 18px;
        font-size: 1.2857rem;
        line-height: 1.5;
    }
}


/* .atbs-post-carousel-b ----------------------- */
/*@end file 30*/
/* ----------------------- atbs-feature-module-c */

.atbs-feature-module-c .atbs-block__inner {
    padding: 0 30px;
}

.atbs-feature-module-c .atbs-block__inner-wrap {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 660px;
}
.atbs-feature-module-c .posts-list,
.atbs-feature-module-c .list-item,
.post--overlay-thumb-follow-parent {
    position: initial;
}

.post--overlay-thumb-follow-parent .post__thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 580px;
    opacity: 0;
    visibility: hidden;
}
.post--overlay-thumb-follow-parent .post__text{
    min-height: auto;
    position: relative;
}
.atbs-feature-module-c .posts-list-wrap {
    margin-left: calc((100% - 960px)/2);
    /*width: 100%;*/
    max-width: 960px;

}
.atbs-feature-module-c .posts-list{
    width: 100%;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
    box-shadow: 0 45px 28px -25px rgba(50, 50, 93, 0.15);
}
.atbs-feature-module-c .posts-list-wrap .list-item{
    width: calc(960px / 3);
}

.post--overlay-thumb-follow-parent {
    height: 100%;
}
.post--overlay-thumb-follow-parent a.link-overlay {
    visibility: hidden;
}

.post--overlay-thumb-follow-parent .post__text {
    height: 100%;
    background-color: #131313;
    border-right: 1px solid var(--primary-color-20);
    z-index: 1;
    transition: 0.3s ease;
}
.post--overlay-thumb-follow-parent .post__cat {
    margin-bottom: 13px;
}
.post--overlay-thumb-follow-parent .post__title a {
    color: var(--color-primary);
}
.post--overlay-thumb-follow-parent .post__text-inner {
    padding: 60px 40px 60px 40px;
}

.post--overlay-thumb-follow-parent  .inverse-text a.post__cat.post__cat--color-primary {
    color: var(--color-primary);
}

.atbs-feature-module-c .list-item:last-child .post__text {
    border-right: none;
}


@media (min-width: 1200px) {
    .atbs-feature-module-c .post--overlay-thumb-follow-parent .post__title {
        font-size: 1.28571428571rem;
        font-weight: 700;
    }
}
@media (min-width: 481px) {
    /*Hovers*/
    .post--overlay-thumb-follow-parent.hover-active > .post__thumb,
    .post--overlay-thumb-follow-parent:hover > .post__thumb {
        opacity: 1;
        visibility: visible;
    }

    .atbs-feature-module-c .posts-list:hover .post--overlay-thumb-follow-parent.hover-active > .post__thumb {
        opacity: 0;
        visibility: hidden;
    }

    .atbs-feature-module-c .posts-list .post--overlay-thumb-follow-parent.hover-active:hover > .post__thumb {
        opacity: 1;
        visibility: visible;
    }

    .atbs-feature-module-c .post--overlay-thumb-follow-parent.hover-active > .post__text,
    .atbs-feature-module-c .post--overlay-thumb-follow-parent:hover > .post__text {
        background-color: var(--color-primary);
    }

    .atbs-feature-module-c .posts-list:hover .post--overlay-thumb-follow-parent.hover-active > .post__text {
        background-color: #131313;
    }

    .atbs-feature-module-c .posts-list .post--overlay-thumb-follow-parent.hover-active:hover > .post__text {
        background-color: var(--color-primary);
    }

    .post--overlay-thumb-follow-parent a.post__cat,
    .post--overlay-thumb-follow-parent .post__title > a {
        transition: 0.3s ease;
    }

    .post--overlay-thumb-follow-parent.hover-active a.post__cat,
    .post--overlay-thumb-follow-parent.hover-active .post__title > a,
    .post--overlay-thumb-follow-parent.hover-active .inverse-text a.post__cat.post__cat--color-primary,
    .post--overlay-thumb-follow-parent:hover a.post__cat,
    .post--overlay-thumb-follow-parent:hover .post__title > a ,
    .post--overlay-thumb-follow-parent:hover .inverse-text a.post__cat.post__cat--color-primary{
        color: var(--color-white);
    }

    .atbs-feature-module-c .posts-list:hover .post--overlay-thumb-follow-parent.hover-active a.post__cat {
        /*color: var(--color-primary)*/
    }
    .atbs-feature-module-c .posts-list:hover .post--overlay-thumb-follow-parent.hover-active .post__title > a {
        color: var(--color-white);
    }

    .atbs-feature-module-c .posts-list .post--overlay-thumb-follow-parent.hover-active:hover a.post__cat {
        /*color: var(--color-text)*/
    }
    .atbs-feature-module-c .posts-list .post--overlay-thumb-follow-parent:hover .post__title > a:hover,
    .atbs-feature-module-c .posts-list .post--overlay-thumb-follow-parent.hover-active:hover .post__title > a {
        color: var(--color-white);
    }

}

@media (max-width: 1199px) {
    .atbs-feature-module-c .posts-list-wrap {
        margin-left: calc((100% - 800px)/2);
        max-width: 800px;
    }
    .atbs-feature-module-c .posts-list-wrap .list-item{
        width: calc(800px / 3);
    }
    .atbs-feature-module-c .atbs-block__inner-wrap {
        min-height: 600px;
    }
    .post--overlay-thumb-follow-parent .post__thumb{
        height: 520px;
    }
    .post--overlay-thumb-follow-parent .post__text-inner {
        padding: 40px 35px 40px 35px;
    }
}
@media (max-width: 991px) {
    .atbs-feature-module-c .posts-list-wrap {
        margin-left: calc((100% - 680px)/2);
        max-width: 680px;
    }
    .atbs-feature-module-c .posts-list-wrap .list-item{
        /*width: calc(100% / 3);*/
        max-width: calc(680px / 3);
    }
    .atbs-feature-module-c .atbs-block__inner-wrap {
        min-height: 530px;
    }
    .post--overlay-thumb-follow-parent .post__thumb{
        height: 450px;
    }
    .post--overlay-thumb-follow-parent .post__text-inner {
        padding: 35px 25px 35px 25px;
    }

    .post__title.custom-typescale-1 {
        font-size: 1rem; /*font system*/
        line-height: 1.5;
    }
}
@media (max-width: 767px) {
    .atbs-feature-module-c .atbs-block__inner {
        padding: 0;
    }
    .atbs-feature-module-c .atbs-block__inner-wrap {
        min-height: 600px;
        align-items: initial;
    }
    .atbs-feature-module-c .posts-list-wrap {
        margin-left: auto;
        max-width: 290px;
    }
    .atbs-feature-module-c .posts-list{
        height: auto;
        min-height: 100%;
    }
    .atbs-feature-module-c .posts-list-wrap .list-item {
        width: 100%;
        max-width: 100%;
    }

    .post--overlay-thumb-follow-parent .post__text-inner {
        padding: 35px 25px 35px 25px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
    }
    .post--overlay-thumb-follow-parent .post__text-inner > *:not(.post__cat){
        width: 100%;
    }
    .post--overlay-thumb-follow-parent .post__thumb {
        width: calc(100% - 290px);
        height: 100%;

    }
}
@media (max-width: 767px) and (min-width: 481px) {
    .atbs-feature-module-c .posts-list-wrap .list-item .post__text {
        position: relative;
    }
    .atbs-feature-module-c .posts-list-wrap .list-item .post__text:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: rgba(255,255,255,0.1);
    }
}

@media (max-width: 480px) {
    .atbs-feature-module-c {
        padding: 0 15px;
    }
    .atbs-feature-module-c .posts-list-wrap{
        width: 100%;
        max-width: 100%;
    }
    .atbs-feature-module-c .posts-list-wrap .list-item:not(:last-child){
        margin-bottom: 30px;
    }
    .post--overlay-thumb-follow-parent {
        position: relative;
        height: auto;
    }
    .post--overlay-thumb-follow-parent .post__thumb {
        position: initial;
        width: 100%;
        height: 230px;
        opacity: 1;
        visibility: visible;
    }
    .post--overlay-thumb-follow-parent .post__text-inner {
        padding: 25px 20px;
    }
    .post--overlay-thumb-follow-parent .post__title.custom-typescale-1 {
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }
}
/* .atbs-feature-module-c ----------------------- */
/*@end file 31*/
/* ----------------------- .atbs-post-listing--grid-b */
/*
    Layout
*/

/*
    Content
*/

.posts-list--staircase {
    position: initial;
}

.posts-list--staircase::before {
    content: '';
    margin-left: calc(500px + 22.5px);
    position: absolute;
    top: 0;
    width: calc(100vw - 500px);
    height: 400px;
    background-color: #eaeaea;
    z-index: -1;
}

.posts-list--staircase .list-item:nth-child(3n - 1) {
    margin-top: 40px;
}

.posts-list--staircase .list-item:nth-child(3n) {
    margin-top: 80px;
}

.post__thumb--overlap {
    position: relative;
}

.post--vertical-cat-hover-effect a.post__cat {
    /*opacity: 0;*/
    /*visibility: hidden;*/
}
.post--vertical-cat-hover-effect .post__thumb a.post__cat  {
    margin-bottom: 0;
}
.post--vertical-cat-hover-effect .post__title {
    margin-bottom: 10px;
}
.post--vertical-cat-hover-effect .post__thumb {
    height: 460px;
}
.post--vertical-cat-hover-effect .post-content-group {
    position: relative;
}

.post--vertical-cat-hover-effect .post__meta {
    margin: 0;
}
.post--vertical-cat-hover-effect .post__title.custom-typescale-2 {
    font-weight: 700;
}

@media (min-width: 768px) {
    .posts-list--staircase:hover .post--vertical-cat-hover-effect.hover-active a.post__cat {
        opacity: 0;
        visibility: hidden;
    }
    .posts-list--staircase:hover .list-item:hover .post--vertical-cat-hover-effect.hover-active a.post__cat,
    .post--vertical-cat-hover-effect.hover-active a.post__cat,
    .post--vertical-cat-hover-effect:hover a.post__cat {
        opacity: 1;
        visibility: visible;
    }
}
@media (min-width: 992px) {
    .posts-list.posts-list--staircase {
        margin-top: 0;
        margin-bottom: 0;
    }
    .posts-list.posts-list--staircase .list-item {
        padding-top: 0;
        padding-bottom: 0;
    }
}
@media (min-width: 1200px) {
    .post--vertical-cat-hover-effect .post__title.custom-typescale-2 {
        font-size: 1.4285rem;
        line-height: 1.4;

    }
}

@media only screen and (max-width: 1199px) {
    /*
        Layout
    */

    /*
        Content
    */
    .posts-list--staircase::before {
        margin-left: calc(400px + 22.5px);
        width: calc(100vw - 400px);
        height: 320px;
    }
    .post--vertical-cat-hover-effect .post__thumb {
        height: 370px;
    }
}

@media only screen and (max-width: 991px) {
    /*
    Layout
    */

    /*
        Content
    */
    .posts-list--staircase::before {
        display: none;
    }

    .atbs-post-listing--grid-b .flexbox-wrap.flexbox-wrap-3i > * {
        width: 100%;
    }

    .posts-list--staircase .list-item {
        justify-content: center;
    }

    .posts-list--staircase .list-item:nth-child(3n -1),
    .posts-list--staircase .list-item:nth-child(2n) {
        margin-top: 0;
    }

    .posts-list--staircase .list-item:nth-child(2n) .post__text {
        order: -1;
        margin-left: 0;
        margin-right: auto;
    }

    .posts-list--staircase .list-item:nth-child(3n) {
        margin-top: 0;
    }

    .post--vertical-cat-hover-effect {
        display: flex;
        flex-wrap: wrap;
    }
    .post--vertical-cat-hover-effect .post-content-group {
        width: calc(50% - 20px);
    }
    .post--vertical-cat-hover-effect .post__thumb.post__thumb--overlap {
        margin-right: 0;
        margin-bottom: 0;
        width: 100%;
    }
    .post--vertical-cat-hover-effect .post__thumb {
        height: 350px;
    }

    .post--vertical-cat-hover-effect a.post__cat {
        opacity: 1;
        visibility: visible;
    }

    .post--vertical-cat-hover-effect .overlap-item-bottom-left,
    .post--vertical-cat-hover-effect a.post__cat.overlap-item-bottom-left {
        top: 20px;
        bottom: auto;
        left: 20px;
    }

    .post--vertical-cat-hover-effect .post__text {
        display: flex;
        width: calc(50% - 20px);
        flex-direction: column;
        justify-content: center;
        margin-left: auto;
    }

    .post--vertical-cat-hover-effect .post__title.custom-typescale-2 {
        margin-bottom: 10px;
        font-size: 24px;
        font-size: 1.7142rem;
        font-weight: 600;
    }
}

@media only screen and (max-width: 767px) {
    .atbs-post-listing--grid-b .flexbox-wrap.flex-space-45 {
        margin: -20px;
    }

    .atbs-post-listing--grid-b .flexbox-wrap.flex-space-45>* {
        padding: 20px;
    }
    .post--vertical-cat-hover-effect .post-content-group {
        width: calc(50% - 20px);
    }
    .post--vertical-cat-hover-effect .post__text {
        width: calc(50% - 20px);
    }
    .post--vertical-cat-hover-effect .post__title.custom-typescale-2 {
        margin-bottom: 10px;
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }
    .post--vertical-cat-hover-effect .post__thumb {
        height: 270px;
    }

}

@media only screen and (max-width: 480px) {
    /*
        Layout
    */
    .post--vertical-cat-hover-effect .post-content-group,
    .post--vertical-cat-hover-effect .post__text {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .post--vertical-cat-hover-effect .post-content-group {
        margin-bottom: 20px;
    }
    .post--vertical-cat-hover-effect .post__thumb {
        height: 250px;
    }
    .posts-list--staircase .list-item:nth-child(2n) .post__text {
        order: 0;
    }

    .post--vertical-cat-hover-effect .post__title.custom-typescale-2 {
        margin-bottom: 10px;
        font-size: 1.4285rem; /*font system*/
        line-height: 1.4;
    }
    .post--vertical-cat-hover-effect .post__thumb {
        height: 230px;
    }
}
@media only screen and (max-width: 380px) {

    .post--vertical-cat-hover-effect .post__thumb {
        height: 200px;
    }
}
@media (max-width: 320px) {
    .post--vertical-cat-hover-effect .post__title.custom-typescale-2 {
        margin-bottom: 10px;
        font-size: 18px;
        font-size: 1.2857rem;
        line-height: 1.5;
    }
}
/* .atbs-post-listing--grid-b ----------------------- */
/*@end file 32*/
/* ----------------------- .atbs-feature-slider-b */
.owl-background-img.active {
    opacity: 1;
}
.owl-background-img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.6s ease-in-out;
    -webkit-transition: opacity 0.6s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.atbs-feature-slider-b .atbs-block__inner{
    position: relative;
    padding-bottom: 80px;
}
.atbs-feature-slider-b .owl-background{
    width: 100%;
    height: 500px;
    position: relative;
}

.post--overlay-text-box-right .post__text {
    padding-bottom: 35px;
    min-height: 165px;
}

.post--overlay-text-box-right .post__thumb {
    display: none;
}
.post--overlay-text-box-right .post__title{
    color: var(--color-primary);
    margin-top: 5px;
}
.atbs-feature-slider-b .atbs-carousel-wrap{
    width: 370px;
    background-color: #131313;
    padding: 55px 40px 40px 40px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.atbs-feature-slider-b .atbs-carousel .owl-dots {
    position: absolute;
    right: -5px;
}

.atbs-feature-slider-b .atbs-carousel-nav-custom-holder > *:not(:last-child) {
    margin-right: 15px;
}

.atbs-feature-slider-b .atbs-carousel .owl-dot:not(.active) span {
    background-color: rgba(255, 255, 255, 0.2);
}
/*Generals*/


/*
    Responsive
*/
.atbs-feature-slider-b .nav-circle.nav-border .owl-next,
.atbs-feature-slider-b .nav-circle.nav-border .owl-prev {
    background-color: var(--color-primary);
    color: #fff;
    border: 0;
}
.atbs-feature-slider-b .nav-circle.nav-border .owl-next:hover,
.atbs-feature-slider-b .nav-circle.nav-border .owl-prev:hover {
    background-color: #fff;
}


.atbs-feature-slider-b .owl-item {
    opacity: 0;
    transition: 0.5s all 0.2s;
}
.atbs-feature-slider-b .owl-item.active {
    opacity: 1;
}
@media only screen and (max-width: 991px) {
    /*
    Layout
    */

    /*
        Content
    */
    .atbs-feature-slider-b .atbs-block__inner {
        padding-bottom: 80px;
    }

    .atbs-feature-slider-b .owl-background {
        height: 400px;
    }

    .post--overlay-text-box-right .post__text {
        min-height: auto;
        padding-bottom: 0;
    }

    .atbs-feature-slider-b .atbs-carousel-nav-custom-holder {
        display: none;
    }

    .atbs-feature-slider-b .atbs-carousel .owl-dots {
        right: auto;
        white-space: nowrap;
        bottom: 0;
        padding-bottom: 0;
        padding-top: 30px;
        position: initial;
        text-align: left;
    }
    .atbs-feature-slider-b .atbs-carousel .owl-dot:not(.active) span {
        background-color: rgba(255, 255, 255, 0.2);
    }
}

@media only screen and (max-width: 767px) {
    /*
    Layout
    */

    /*
        Content
    */
    .atbs-feature-slider-b .atbs-block__inner {
        padding-bottom: 85px;
    }

    .atbs-feature-slider-b .owl-background {
        height: 360px;
    }
    .atbs-feature-slider-b .atbs-carousel-wrap {
        padding: 40px 40px 30px 40px;
        width: 400px;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
    }
    .atbs-feature-slider-b .atbs-carousel .owl-dots {
        right: auto;
        left: 0;
        white-space: nowrap;
        padding-bottom: 0;
        padding-top: 20px;
    }
    .post--overlay-text-box-right .post__text {
        height: auto;
        min-height: auto;
        padding-bottom: 0;
    }

}


@media only screen and (max-width: 480px) {
    .atbs-feature-slider-b .atbs-carousel-wrap {
        width: 380px;
    }
    .post--overlay-text-box-right .post__title {
        font-size: 1.4285rem;
        line-height: 1.4;
    }
}
@media only screen and (max-width: 420px) {
    /*
    Layout
    */

    /*
        Content
    */
    .atbs-feature-slider-b .atbs-block__inner {
        padding-bottom: 0;
    }

    .atbs-feature-slider-b .owl-background {
        height: 250px;
    }

    .atbs-feature-slider-b .atbs-carousel-wrap {
        padding: 30px 30px 25px 30px;
        width: 100%;
        position: initial;
        transform: none;
    }
}

@media only screen and (max-width: 380px) {
    /*
    Layout
    */

    /*
        Content
    */
    .atbs-feature-slider-b .atbs-carousel-wrap {
        padding: 30px 20px 20px 20px;
    }

    .atbs-feature-slider-b .owl-background {
        height: 230px;
    }
}

@media only screen and (max-width: 320px) {

    .atbs-feature-slider-b .atbs-carousel-wrap {
        padding: 20px 20px 40px 20px;
    }
}



/* .atbs-feature-slider-b ----------------------- */
/*@end file 33*/
/* ----------------------- .atbs-post-listing--list-a */
/*
    Layout
*/
/*
    Content
*/
.post--horizontal-grid.post--horizontal-sm .post__thumb {
    margin-left: 0;
}
.post--horizontal-grid .post__thumb {
    width: 300px;
    height: 160px;
}


.post--horizontal-grid .post__thumb img {
    height: 100%;
}

.post--horizontal-grid a.post__cat {
    margin-bottom: 20px;
}

.post--horizontal-grid .post__text {
    border-top: 1px solid rgba(0,0,0,0.08);
    min-height: 200px;
    padding-top: 25px;
    padding-bottom: 40px;
    position: relative;
}
.post--horizontal-grid .post__text:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background-color: rgba(0,0,0,0.08);
}
.post--horizontal-grid .post__text-group-left {
    padding-right: 50px;
}
.post--horizontal-grid .post__text-group-right {
    padding-right: 90px;
    padding-left: 60px;
}

@media (min-width: 992px) {
    .post--horizontal-grid .post__title {
        font-size: 20px;
        line-height: 1.4;
    }
}
@media only screen and (max-width: 1199px) {
    /*
        Layout
    */

    /*
        Content
    */

    .post--horizontal-grid .post__text {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .post--horizontal-grid .post__text-group-left {
        padding-right: 50px;
    }
    .post--horizontal-grid .post__text-group-right {
        padding-right: 55px;
        padding-left: 55px;
    }
}

@media only screen and (max-width: 991px) {
    /*
        Layout
    */
    .atbs-post-listing--list-a .flexbox-wrap.flexbox-wrap-2i > * {
        width: 100%;
    }
    /*
        Content
    */
    .post--horizontal-grid .post__text {
        padding-right: 30px;
        padding-bottom: 0;
        min-height: 0;
    }
    .atbs-post-listing--list-a .posts-list .list-item:not(:last-child) {
        margin-bottom: 30px;
    }
    .post--horizontal-grid .post__text:after {
        display: none;
    }

    .post--horizontal-grid .post__text-group-left {
        padding-right: 0;
    }
    .post--horizontal-grid .post__text-group-right {
        padding-right: 0;
        padding-left: 0;
        display: none;
    }

    .post--horizontal-grid a.post__cat {
        margin-bottom: 15px;
    }
    .post--horizontal-grid .post__title {
        font-size: 18px;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 767px) {
    /*
        Layout
    */

    /*
        Content
    */
    .post--horizontal-grid .post__thumb {
        width: 50%;
        height: 160px;
    }

    .post--horizontal-grid .post__title.custom-typescale-3 {
        font-size: 18px;
        font-size: 1.2857rem;
        line-height: 1.5;
    }
    .post--horizontal-grid a.post__cat {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 480px) {
    /*
        Layout
    */
    .atbs-post-listing--list-a .list-item:not(:last-child) {
        margin-bottom: 40px;
    }
    /*
        Content
    */

    .post--horizontal-grid .post__thumb {
        width: 100%;
        height: 230px;
    }

    .post--horizontal-grid .post__text {
        width: 100%;
        border-top: none;
        padding: 0;
        min-height: initial;
    }

    .post--horizontal-grid .post__text-group:first-child,
    .post--horizontal-grid .post__text-group:last-child {
        display: block;
        padding: 0;
    }

    .post--horizontal-grid.post--horizontal-sm .post__thumb{
        margin-bottom: 20px;
    }
    .post--horizontal-grid .post__title.custom-typescale-3 {
        font-size: 1.4285rem; /*font system*/
        line-height: 1.4;
    }
}

@media only screen and (max-width: 380px) {
    /*
        Layout
    */

    /*
        Content
    */
    .post--horizontal-grid .post__thumb {
        height: 210px;
    }
}

@media only screen and (max-width: 320px) {
    /*
        Layout
    */

    /*
        Content
    */
    .post--horizontal-grid .post__thumb {
        height: 180px;
    }
    .post--horizontal-grid .post__title.custom-typescale-3 {
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }
}

/* .atbs-post-listing--list-a ----------------------- */
/*@end file 34*/
.post-listing-no-sidebar-b .post__text-inner{
    padding: 0;
}
.post-listing-no-sidebar-b .post__thumb{
    height: 500px;
}

.padding-bottom-listing-b .list-item:not(:last-child){
    margin-bottom: 60px;
}
.post-listing-no-sidebar-b .post__meta{
    margin-top: 20px;
}

@media(max-width:1366px){
    .post-listing-no-sidebar-b .post__thumb{
        height: 450px;
    }
    .post-listing-no-sidebar-b .post__title {
        font-size: 28px;
        line-height: 1.4;
    }
    .post-listing-no-sidebar-b .post__excerpt {
        line-height: 1.4;
    }
    .padding-bottom-listing-b .list-item:not(:last-child){
        margin-bottom: 40px;
    }
}
@media(max-width:1199px){
    .post-listing-no-sidebar-b .post__thumb{
        height: 400px;
    }
    .post-listing-no-sidebar-b .post__title {
        font-size: 26px;
    }
    .padding-bottom-listing-b .list-item:not(:last-child){
        margin-bottom: 35px;
    }
}
@media(max-width:767px){
    .post-listing-no-sidebar-b .post__thumb{
        height: 320px;
    }
    .post-listing-no-sidebar-b .post__title {
        font-size: 24px;
    }
    .post-listing-no-sidebar-b .post__meta .entry-author a.author-avatar{
        height: 40px;
        width: 40px;
    }
    .post-listing-no-sidebar-b .post__meta{
        margin-top: 15px;
    }

}
@media(max-width:576px){
    .post-listing-no-sidebar-b .post__thumb{
        height: 250px;
    }
    .post-listing-no-sidebar-b .post__title {
        font-size: 22px;
    }
}
@media(max-width:380px){
    .post-listing-no-sidebar-b .post__thumb{
        height: 230px;
    }
    .post-listing-no-sidebar-b .post__title {
        font-size: 20px;
    }
}


/*@end file 35*/
/* ----------------------- .atbs-posts-block-main-col-a */

.atbs-posts-block-main-col-a .atbs-block__inner {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.atbs-posts-block-main-col-a .main-post {
    margin-bottom: 65px;
}

.post--vertical-text-two-column .post__thumb {
    margin-bottom: 30px;
    height: 370px;
}
.post--vertical-text-two-column .post__text-group:first-child {
    margin-bottom: 15px;
}
.post--vertical-text-two-column .post__text-group-left {
    padding-right: 50px;
}
.post--vertical-text-two-column .post__text-group-right {
    padding-left: 50px;
    padding-right: 60px;
}
.post--vertical-text-two-column a.post__cat {
    font-size: 12px;
    font-size: 0.85714rem;
    margin-bottom: 0;
}

/*Section carousel*/
.atbs-carousel.atbs-carousel-post-vertical-style-2 .owl-prev,
.atbs-carousel.atbs-carousel-post-vertical-style-2 .owl-next {
    top: calc(140px / 2);
    width: 40px;
    height: 40px;
}

.atbs-carousel.atbs-carousel-post-vertical-style-2 .owl-prev i,
.atbs-carousel.atbs-carousel-post-vertical-style-2 .owl-next i {
    font-size: 20px;
    font-size: 1.42857rem;
}

.post--vertical-only-title.post--vertical-only-title-style-small .post__cat {
    margin-bottom: 15px;
}
.post--vertical-only-title .post__title.typescale-2.custom-typescale-2 {
    font-size: 1.2857rem; /*font system*/
    line-height: 1.5;
    font-weight: 600;
}
/*
    Responsive
*/

@media (min-width: 1200px) {
    .post--vertical-only-title .post__title.typescale-2.custom-typescale-2 {
        font-size: 1.17857142857rem;
        line-height: 1.5;
    }
}
@media only screen and (max-width: 1199px) {
    /*
        Layout
    */

    /*
        Content
    */
    .post--vertical-text-two-column .post__text-group:first-child {
        padding-right: 40px;
    }
    .post--vertical-text-two-column .post__text-group-left {
        padding-right: 30px;
    }
    .post--vertical-text-two-column .post__text-group-right {
        padding-right: 0;
        padding-left: 30px;
    }
    .post--vertical-text-two-column .post__thumb {
        height: 300px;
    }
}
@media (max-width: 991px) {
    .post--vertical-only-title.post--vertical-only-title-style-small .post__thumb {
        margin-bottom: 20px;
        height: 200px;
    }

}
@media (max-width: 991px) and (min-width: 768px) {
    .atbs-carousel.atbs-carousel-post-vertical-style-2 .owl-prev, .atbs-carousel.atbs-carousel-post-vertical-style-2 .owl-next {
        top: calc(200px / 2);
    }
}
@media only screen and (max-width: 767px) {
    /*
        Layout
    */

    /*
        Content
    */
    .atbs-posts-block-main-col-a .main-post {
        margin-bottom: 50px;
    }
    .post--vertical-only-title.post--vertical-only-title-style-small .post__thumb {
        height: 150px;
    }
    .post--vertical-text-two-column .post__text-group-left {
        margin-bottom: 15px;
    }
    .post--vertical-text-two-column .post__text-group-left,
    .post--vertical-text-two-column .post__text-group-right {
        padding: 0;
    }
    .post--vertical-text-two-column .post__title.custom-typescale-3 {
        font-size: 1.5714rem; /*font system*/
        line-height: 1.41;
    }
    .atbs-posts-block-main-col-a .sub-posts .owl-dots {
        padding-top: 20px;
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 575px) {
     /*
        Layout
    */

    /*
        Content
    */
    .post--vertical-text-two-column .post__thumb {
        height: 280px;
    }
    .post--vertical-text-two-column .post__title.custom-typescale-3 {
        font-size: 20px;
        font-size: 1.42857rem;
    }
    .atbs-posts-block-main-col-a .owl-nav {
        display: none;
    }

}

@media only screen and (max-width: 480px) {
     /*
        Layout
    */

    /*
        Content
    */
    .post--vertical-only-title.post--vertical-only-title-style-small .post__thumb {
        height: 250px;
    }
}

@media only screen and (max-width: 420px) {
    /*
        Layout
    */

    /*
        Content
    */
    .post--vertical-text-two-column .post__thumb {
        height: 250px;
    }

    .post--vertical-only-title.post--vertical-only-title-style-small .post__thumb {
        height: 220px;
    }
}

@media only screen and (max-width: 380px) {
    /*
        Layout
    */

    /*
        Content
    */
    .post--vertical-text-two-column .post__thumb {
        height: 230px;
    }

    .post--vertical-only-title.post--vertical-only-title-style-small .post__thumb {
        height: 190px;
    }
}

@media only screen and (max-width: 380px) {
    /*
        Layout
    */

    /*
        Content
    */
    .post--vertical-text-two-column .post__thumb {
        height: 250px;
    }

    .post--vertical-text-two-column .post__title.custom-typescale-3 {
        font-size: 20px;
        font-size: 1.42857rem;
        font-weight: 600;
        line-height: 1.5;
    }

    .post--vertical-only-title.post--vertical-only-title-style-small .post__thumb {
        height: auto;
        margin-bottom: 15px;
    }

    .post--vertical-only-title.post--vertical-only-title-style-small .post__title.custom-typescale-2 {
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
        font-weight: 600;
    }
}

/* .atbs-posts-block-main-col-a ----------------------- */
/*@end file 36*/
/* ----------------------- .atbs-posts-listing--list-has-sidebar-a */
.post--horizontal-normal .post__thumb {
    margin-right: 40px;
    width: 450px;
    height: auto;
}
.post--horizontal-normal.post__thumb-280 .post__thumb {
    height: 280px;
}

.post--horizontal-normal a.post__cat {
    margin-bottom: 15px;
}

.post--horizontal-normal .post__title {
    margin-bottom: 15px;
    font-weight: 700;
}

/*Pagination*/
.atbs-pagination {
    margin-top: 60px;
}

.atbs-pagination__item {
    margin: 0 12px 0 0;
    padding: 0;
    width: 28px;
    min-width: 28px;
    height: 28px;
    color: rgba(34, 34, 34, 0.6);;
    background: none;
    font-size: 1.07143rem;
    line-height: 28px;
    font-weight: 400;
    cursor: pointer;
    border-radius: 28px;
}

.atbs-pagination__item:last-child { margin-right: 0 }

.atbs-pagination__item-current {
    background: #222;
    color: var(--color-primary);
    font-weight: 400;
    box-shadow: 0 13px 16px 0px rgba(0, 0, 0, 0.14);
}

.atbs-pagination__item-current:hover,
.atbs-pagination__item-current:focus,
.atbs-pagination__item-current:active {
    background: var(--color-primary);
    opacity: .9;
}

.atbs-pagination__item-next {
    padding-left: 5px;
    padding-right: 5px;
    width: auto;
    border-radius: 5px;
    color: var(--color-primary);
    font-size: 1.07142rem;
    font-weight: 600;
}
.atbs-pagination-style-1 .atbs-pagination__links .atbs-pagination__item.atbs-pagination__dots {
    padding-left: 0
}

.atbs-pagination__item-next:hover,
.atbs-pagination__item-next:focus,
.atbs-pagination__item-next:active {
    background: none;
    opacity: .9;
}


.atbs-pagination__item-next>i {
    line-height: 25px;
}

/*Generals*/

/*
    Responsive
*/
@media only screen and (max-width: 1199px) {
    .post--horizontal-normal .post__thumb {
        margin-right: 50px;
        width: calc(60% - 50px);
    }

    .post--horizontal-normal.post--horizontal-middle {
        -webkit-box-align: start;
        -moz-box-align: start;
        box-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start;
        -ms-flex-align: flex-start;
    }
    .post--horizontal-normal.post__thumb-280 .post__thumb {
        height: 225px;
    }
}

@media (max-width: 1199px) and (min-width: 991px) {
    .post--horizontal-normal .post__thumb {
        margin-right: 40px;
        width: calc(60% - 40px);
    }
    .post--horizontal-normal a.post__cat {
        margin-bottom: 10px;
        font-size: 10px;
        padding: 6px 10px;
    }
    .post--horizontal-normal .post__title {
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .post--horizontal-normal .post__thumb {
        margin-right: 30px;
        width: calc(60% - 50px);
    }
    .post--horizontal-normal.post__thumb-280 .post__thumb {
        height: 270px;
    }

    .post--horizontal-normal.post--horizontal-middle {
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
    }
    .post--horizontal-normal .post__title.custom-typescale-3 {
        font-size: 1.4285rem; /*font system*/
        line-height: 1.4;
    }
}

@media only screen and (max-width: 767px) {
    .post--horizontal-normal .post__thumb {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }

    .post--horizontal-normal .post__title.custom-typescale-3 {
        font-size: 1.57142rem;
        line-height: 1.409;
    }
    .post--horizontal-normal .post__title {
        margin-bottom: 10px;
    }
    .post--horizontal-normal.post__thumb-280 .post__thumb {
        height: 240px;
    }

}
@media only screen and (max-width: 575px) {
    .post--horizontal-normal .post__title.custom-typescale-3 {
        font-size: 1.42857rem;
        line-height: 1.5;
    }
    .post--horizontal-normal.post__thumb-280 .post__thumb {
        height: 230px;
    }
}

@media only screen and (max-width: 380px) {
    .post--horizontal-normal .post__title.custom-typescale-3 {
        font-size: 1.2857rem;
    }
}


/* .atbs-posts-listing--list-has-sidebar-a ----------------------- */
/*@end file 37*/
.atbs-posts-listing--grid-has-sidebar-a .atbs-block__inner {
    overflow: hidden;
}

.post--vertical-post__cat-inside {
    transition: 0.3s;
}

.post--vertical-post__cat-inside a.post__cat {
    margin: 0;
}

.post--vertical-post__cat-inside .post__title {
    margin-bottom: 13px;
    margin-top: 0;
}

.post--vertical-post__cat-inside .post__excerpt {
    margin: 0;
    color: #222222;
}

.posts-listing-grid-a {
    margin: -35px -15px;
}

.posts-listing-grid-a>* {
    padding: 35px 15px;
}

.post--vertical-post__cat-inside .post__thumb {
    margin-bottom: 25px;
    height: 175px;
}

.post--vertical-post__cat-inside a.post__cat {
    top: 10px;
    left: 10px;
    bottom: auto;
    position: absolute;
    z-index: 2;
    border-bottom: none;
    transition: 0.3s;
    display: none;
}

.post--vertical-post__cat-inside:hover a.post__cat {
    display: block;
}
.atbs-posts-listing--grid-has-sidebar-a .posts-listing-grid-a .list-item:nth-child(3n+1):before{
        position: absolute;
        content: "";
        width: calc(100% * 3);
        height: 1px;
        top: 0;
        left: 0;
        background-color: #cba46d;
        opacity: 0.2;
}
.atbs-posts-listing--grid-has-sidebar-a .posts-listing-grid-a .list-item:first-child:before{
    content: none;
}
.posts-listing-grid-a .list-item{
    position: relative;
}
@media (min-width: 1200px) {
    .atbs-posts-listing--grid-has-sidebar-a .post--vertical-post__cat-inside .post__title {
        font-size: 17px;
    }
}
@media (max-width: 1199px) {
    .post--vertical-post__cat-inside .post__thumb {
        margin-bottom: 20px;
        height: 150px;
    }
    .post--vertical-post__cat-inside .post__title {
        margin-bottom: 15px;
    }
}

/* @media(min-width:992px) {
    .posts-listing-grid-a {
        position: relative;
    }
    .posts-listing-grid-a::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        top: 50%;
        bottom: auto;
        left: 0;
        right: 0;
        background-color: #cba46d;
        opacity: 0.2;
    }
} */

@media (max-width: 991px) {
    .posts-listing-grid-a>* {
        width: 50%;
        position: relative;
    }
    .post--vertical-post__cat-inside {
        flex-direction: column;
        margin: 0;
    }
    .post--vertical-post__cat-inside .post__thumb {
        height: 250px;
        margin-bottom: 10px;
    }
    .post--vertical-post__cat-inside .post__title {
        margin-bottom: 10px;
        font-size: 1.4285rem;
    }
    .posts-listing-grid-a .list-item:nth-child(2n) .post--vertical-post__cat-inside {
        flex-direction: column;
    }
    .post--vertical-post__cat-inside>* {
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 991px) and (min-width: 576px) {
    .posts-listing-grid-a .list-item {
        position: relative;
    }
    .posts-listing-grid-a .list-item:nth-child(2n-1):not(:first-child)::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: auto;
        width: calc(100% * 2);
        height: 1px;
        background-color: #cba46d;
        opacity: 0.2;
        z-index: 100;
    }
}

@media (max-width: 767px) {
    .post--vertical-post__cat-inside .post__thumb {
        height: 230px;
    }
    .post--vertical-post__cat-inside .post__title {
        font-size: 1.2857rem;
    }
}

@media (max-width: 575px) {
    .posts-listing-grid-a {
        margin: -15px;
    }
    .posts-listing-grid-a>* {
        width: 100%;
        padding: 15px;
    }
    .post--vertical-post__cat-inside .post__thumb {
        height: 300px;
        margin-bottom: 12px;
    }
    .post--vertical-post__cat-inside .post__title {
        margin-bottom: 0;
    }
    .post--vertical-post__cat-inside .post__excerpt {
        display: none;
    }
}

@media (max-width: 480px) {
    .post--vertical-post__cat-inside .post__thumb {
        height: 280px;
        margin-bottom: 12px;
    }
}

@media (max-width: 420px) {
    .post--vertical-post__cat-inside .post__thumb {
        height: 260px;
    }
}

@media (max-width: 380px) {
    .post--vertical-post__cat-inside .post__thumb {
        height: 250px;
    }
}

@media (max-width: 320px) {
    .post--vertical-post__cat-inside .post__thumb {
        height: 230px;
    }
}
/*@end file 38*/
.posts-listing-list-b>*:not(:last-child) {
    margin-bottom: 30px;
}

.post--overlay-normal .post__text {
    padding-top: 60px;
    min-height: 350px;
    z-index: 10;
}

.post--overlay-normal a.post__cat,
.post--horizontal-hover a.post__cat {
    margin: 0;
}

.post--overlay-normal .post__text-group {
    display: flex;
    margin: 0 -47.5px;
}

.post--overlay-normal .post__text-group>* {
    padding: 0 47.5px;
    width: 50%;
}

.post--overlay-normal .post__excerpt {
    opacity: 1;
    margin: 0;
}

.post--overlay-normal .overlay-item--top-left {
    z-index: 10;
}

.post--overlay-normal .link-overlay {
    background-color: #000000;
    opacity: 0.2;
}

.post--horizontal-hover {
    padding: 0;
    display: flex;
    align-items: center;
}

.post--horizontal-hover .post__text {
    flex: 1;
}

.post--horizontal-hover .post__thumb {
    width: 100px;
    height: 100px;
}

.post--horizontal-hover .post__title {
    margin-top: 10px;
}

@media (min-width: 1200px) {
    .posts-listing-list-b .list-item.atbs-item-space {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .posts-listing-list-b .post--horizontal-hover .post__thumb {
        margin-right: 20px;
    }
    .list-item.list-item-children:not(:last-child) {
        padding-right: 26px;
    }
    .list-item.list-item-children:nth-child(2n) {
        padding-left: 26px;
    }
}

@media (min-width: 992px) {
    .post--overlay-normal .post__text-inner {
        padding: 0 40px 30px 40px;
    }
    .post--overlay-normal .overlay-item--top-left {
        top: 30px;
        left: 40px;
    }
}
@media (min-width: 768px) {
    .post--overlay-normal .post__text-group>*:nth-child(1) {
        width: 60%;
    }
    .post--overlay-normal .post__text-group>*:nth-child(2) {
        width: 40%;
    }
}

@media (max-width: 1199px) {
    .post--overlay-normal .post__text-group {
        margin: 0 -20px;
    }
    .post--overlay-normal .post__text-group>* {
        padding: 0 20px;
    }
    .posts-listing-list-b .post--horizontal-hover .post__thumb {
        width: 90px;
        height: 90px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .list-item .list-item-children:not(:last-child) {
        padding-right: 20px;
    }
    .list-item .list-item-children:nth-child(2n) {
        padding-left: 20px;
    }
}

@media (max-width: 991px) {
    .post--horizontal-hover .post__thumb {
        width: 80px;
        height: 80px;
    }
    .post--horizontal-hover .post__title {
        margin-top: 10px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .list-item.list-item-children:not(:last-child) {
        padding-right: 15px;
    }
    .list-item.list-item-children:nth-child(2n) {
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .post--overlay-normal .post__text-group {
        flex-direction: column;
        margin: -7.5px 0;
    }
    .post--overlay-normal .post__text-group>* {
        padding: 7.5px 0;
        width: 100%;
    }
    .list-item .list-item-children {
        width: 100%;
    }
    .list-item-children:not(:last-child) {
        margin-bottom: 20px;
    }
    .post--horizontal-hover .post__thumb {
        margin-bottom: 0;
        margin-right: 15px;
    }
}

@media (max-width: 575px) {
    .post--overlay-normal .post__text-right {
        display: none;
    }
    .post--horizontal-hover .post__title {
        margin-top: 8px;
    }
}

@media (max-width: 480px) {
    .post--overlay-normal .post__text {
        min-height: 280px;
    }
    .post--horizontal-hover .post__thumb {
        width: 70px;
        height: 70px;
    }
    .post--overlay-normal .post__title {
        font-size: 1.2857rem;
    }
}

@media (max-width: 380px) {
    .post--overlay-normal .post__text {
        min-height: 250px;
    }
}
/*@end file 39*/
.post-listing-sidebar-c .post__text-inner{
    padding: 0;
}
.post-listing-sidebar-c .post__thumb{
    height: 480px;
}
.post-listing-sidebar-c .post__title {
    font-weight: 800;
}
.padding-bottom-listing-c .list-item:not(:last-child){
    margin-bottom: 60px;
}
.post-listing-sidebar-c .post__meta{
    margin-top: 20px;
}

@media(max-width:1366px){
    .post-listing-sidebar-c .post__thumb{
        height: 440px;
    }
    .post-listing-sidebar-c .post__title {
        font-size: 28px;
        line-height: 1.4;
    }
    .post-listing-sidebar-c .post__excerpt {
        line-height: 1.4;
    }
    .padding-bottom-listing-c .list-item:not(:last-child){
        margin-bottom: 40px;
    }
}
@media(max-width:1199px){
    .post-listing-sidebar-c .post__thumb{
        height: 390px;
    }
    .post-listing-sidebar-c .post__title {
        font-size: 24px;
    }
    .padding-bottom-listing-c .list-item:not(:last-child){
        margin-bottom: 35px;
    }
}
@media(max-width:767px){
    .post-listing-sidebar-c .post__thumb{
        height: 320px;
    }
    .post-listing-sidebar-c .post__title {
        font-size: 24px;
    }
    .post-listing-sidebar-c .post__meta .entry-author a.author-avatar{
        height: 40px;
        width: 40px;
    }
    .post-listing-sidebar-c .post__meta{
        margin-top: 10px;
    }

}
@media(max-width:576px){
    .post-listing-sidebar-c .post__thumb{
        height: 290px;
    }
    .post-listing-sidebar-c .post__title {
        font-size: 22px;
    }
}
@media(max-width:380px){
    .post-listing-sidebar-c .post__thumb{
        height: 230px;
    }
    .post-listing-sidebar-c .post__title {
        font-size: 20px;
    }
}


/*@end file 40*/
.posts-listing-list-c .list-item:not(.atbs-item-space-md) {
    width: 50%;
}

.posts-listing-list-c .list-item {
    padding: 22px 25px;
}

.posts-listing-list-c {
    margin: -22px -25px;
}

.posts-listing-list-c .list-item.atbs-item-space-md {
    margin-left: 0;
    margin-right: 0;
}

.posts-listing-list-c .post--vertical-post__cat-inside a.post__cat {
    top: 10px;
    left: 10px;
    bottom: auto;
}

.posts-listing-list-c .post--vertical-post__cat-inside .post__thumb {
    margin-bottom: 25px;
    height: 230px;
}

.posts-listing-list-c .post--horizontal-normal .post__thumb {
    height: 250px;
    margin-bottom: 0;
}

.posts-listing-list-c .post--horizontal-normal .post__text {
    padding-top: 40px;
}

@media(min-width:1200px) {
    .posts-listing-list-c .list-item.atbs-item-space-md {
        margin-top: 21px;
        margin-bottom: 36px;
    }
}

@media(max-width:1199px) {
    .posts-listing-list-c .post--horizontal-normal .post__thumb {
        width: 300px;
        margin-right: 50px;
    }
    .posts-listing-list-c .post--horizontal-normal .post__text {
        flex: 1;
    }
}

@media(max-width:991px) {
    .posts-listing-list-c .list-item {
        padding: 15px 25px;
    }
    .posts-listing-list-c {
        margin: -15px -25px;
    }
    .posts-listing-list-c .post--vertical-post__cat-inside {
        flex-direction: column;
        margin: 0;
    }
    .posts-listing-list-c .post--vertical-post__cat-inside>* {
        width: 100%;
        padding: 0;
    }
    /* .posts-listing-list-c .list-item:nth-child(2n) .post--vertical-post__cat-inside {
        flex-direction: column;
    } */
    .posts-listing-list-c .post--vertical-post__cat-inside .post__thumb {
        margin-bottom: 15px;
    }
    .posts-listing-list-c .post--vertical-post__cat-inside .post__title {
        margin-bottom: 10px;
        font-size: 1.4285rem;
    }


    .posts-listing-list-c .post--horizontal-normal .post__thumb {
        width: calc(50% - 25px);
    }
}

@media(max-width:991px) and (min-width:768px) {
    .posts-listing-list-c .post--vertical-post__cat-inside .post__thumb {
        height: 250px;
    }
}

@media(max-width:991px) and (min-width:576px) {
    .posts-listing-list-c .post--horizontal-normal {
        flex-direction: row;
    }
}

@media(max-width:767px) {
    .posts-listing-list-c .list-item:not(.atbs-item-space-md) {
        width: 100%;
    }
    .posts-listing-list-c {
        margin: -15px;
    }
    .posts-listing-list-c .list-item {
        padding: 15px;
    }
    .posts-listing-list-c .post--horizontal-normal .post__thumb {
        width: 240px;
        margin-right: 30px;
        height: 230px;
    }
}

@media(max-width:575px) {
    .posts-listing-list-c .list-item:not(.atbs-item-space-md) {
        width: 100%;
    }
    .posts-listing-list-c .post--vertical-post__cat-inside .post__thumb {
        height: 300px;
    }
    .posts-listing-list-c .post--vertical-post__cat-inside .post__excerpt {
        display: none;
    }
    .posts-listing-list-c .post--vertical-post__cat-inside .post__title {
        margin-bottom: 0;
    }
    .posts-listing-list-c .post--horizontal-normal>* {
        width: 100%;
    }
    .posts-listing-list-c .post--horizontal-normal .post__thumb {
        width: 100%;
        height: 300px;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .posts-listing-list-c .post--horizontal-normal .post__text {
        padding-top: 0;
    }
}

@media(max-width:480px) {
    .pposts-listing-list-c .post--vertical-post__cat-inside .post__thumb {
        height: 280px;
        margin-bottom: 12px;
    }
    .pposts-listing-list-c .post--horizontal-normal .post__thumb {
        height: 280px;
        margin-bottom: 12px;
    }
    .posts-listing-list-c .post--vertical-post__cat-inside .post__title,
    .posts-listing-list-c .post--horizontal-normal .post__title {
        font-size: 1.2857rem;
    }
}

@media(max-width:420px) {
    .posts-listing-list-c .post--vertical-post__cat-inside .post__thumb,
    .posts-listing-list-c .post--horizontal-normal .post__thumb {
        height: 260px;
    }
}

@media(max-width:380px) {
    .posts-listing-list-c .post--vertical-post__cat-inside .post__thumb,
    .posts-listing-list-c .post--horizontal-normal .post__thumb {
        height: 250px;
    }
    .posts-listing-list-c .post--horizontal-normal .post__title {
        margin-top: 6px;
    }
}

@media(max-width:320px) {
    .posts-listing-list-c .post--vertical-post__cat-inside .post__thumb,
    .posts-listing-list-c .post--horizontal-normal .post__thumb {
        height: 230px;
    }
}
/*@end file 41*/
.atbs-widget-1 .posts-list {
    margin: -15px 0;
    padding-left: 8px;
}

.atbs-widget-1 .posts-list>* {
    padding: 15px 0;
}
.atbs-widget-1 .post--no-thumb{
    background: none;
}
.atbs-widget-1 .post--no-thumb .post__title {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 0;
}
.atbs-widget-1 .post__text{
    padding: 0;
}
.atbs-widget-1 .post--no-thumb a.post__cat {
    color: #222222;
    margin: 0;
}

@media(min-width: 1200px) {
    .atbs-widget-1 .post--no-thumb .post__title {
        font-size: 1.17857142857rem;
        line-height: 1.5;
    }
}
@media(max-width:1199px) {
    .atbs-widget-1 .post--no-thumb .post__title {
        margin-top: 10px;
    }
}

@media(max-width:991px) {
    .atbs-widget-1 .posts-list {
        display: flex;
        flex-wrap: wrap;
        padding-left: 0;
        margin: -15px;
    }
    .atbs-widget-1 .posts-list>* {
        width: 50%;
        padding: 15px;
    }
}

@media(max-width:767px) {
    .atbs-widget-1 .posts-list {
        margin: -15px 0;
    }
    .atbs-widget-1 .posts-list>* {
        width: 100%;
        padding: 15px 0;
    }
    .atbs-widget-1 .post--no-thumb .post__text {
        padding-left: 0;
        padding-right: 0;
    }
}

@media(max-width:575px) {
    .atbs-widget-1 .post--no-thumb .post__title {
        margin-top: 8px;
        font-size: 1.0714rem;
    }
}

@media(max-width:480px) {
    .atbs-widget-1 .posts-list {
        margin: -10px 0;
    }
    .atbs-widget-1 .posts-list>* {
        padding: 10px 0;
    }
}
/*@end file 42*/
.atbs-widget-about {
    background-color: #131313;
    padding: 30px 25px;
}
.atbs-widget-2 .author-box {
    padding: 0;
    border: none;
    background: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.atbs-widget-about .widget__title {
    margin-bottom: 20px;
}
.atbs-widget-about .widget__title .widget__title-text {
    color: #fff;
    text-align: center;
}
.atbs-widget-2 .author-box .author-avatar {
    position: relative;
    margin: 0;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    transform: translate(0, 0);
    box-shadow: none;
    width: 130px;
    height: 130px;
    overflow: hidden;
    border-radius: 50%;
    border: none;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
}
.atbs-widget-2 .author-box__text {
    padding-left: 0;
    flex: 1;
    text-align: center;
}
.atbs-widget-2 .author-box__text .author-name a{
    font-size: 1.1428rem;
    line-height: 1.5;
    color: var(--color-primary);
    text-decoration: none;
    font-weight: 700;
}
.atbs-widget-2 .author-box__text .author-bio{
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    font-size: 1rem;
    line-height: 1.5;
    max-width: 300px;
    margin: 10px auto 15px auto;
}
.atbs-widget-2 .author-info {
    text-align: center;
}
.atbs-widget-2 .author-info i{
    color: rgba(255, 255, 255, 0.3);
}
@media(max-width:1199px) {
    .atbs-widget-2 .author-box {
       padding-left: 20px;
    }
}
@media(max-width:991px){
    .atbs-widget-2 .author-box {
        padding-left: 0;
    }
}
@media(max-width:767px){
    .atbs-widget-2 .author-box__text,.atbs-widget-2 .author-box .author-info {
        /*text-align: left;*/
    }
}
@media(max-width:575px){
    .atbs-widget-2 .author-box__text .author-bio{
        margin-bottom: 8px;
    }
}
/*@end file 43*/
.atbs-widget-3 .subscribe-form__fields {
    display: flex;
}

.atbs-widget-3 .subscribe-form__fields>* {
    margin: 0;
}

/*.atbs-widget-3 .subscribe-form__fields p:nth-last-child() {*/
/*    width: 40px;*/
/*    height: 40px;*/
/*}*/

.atbs-widget-3 .subscribe-form__fields p:first-child {
    flex: 1;
}

.atbs-widget-3 input[type=email] {
    height: 40px;
    border: none;
    box-shadow: none;
    background-color: #131313;
    border-radius: 0;
    color: #fff;
}
.atbs-widget-3 input[type=email]:focus{
    border: none;
    color: #fff;
    outline: 0;
}
.atbs-widget-3 button:focus{
    border: none;
    outline: 0;
}
.atbs-widget-3 input::placeholder {
    color: #ffffff;
    font-size: 0.8571rem;
    opacity: 0.8;
    font-weight: 300;
    font-style: italic;
}

.atbs-widget-3 button {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 0;
    background-color: #131313;
    display: flex;
    justify-content: center;
    align-items: center;
}

.atbs-widget-3 button svg {
    fill: var(--color-primary);
    width: 20px;
    height: 16px;
}

@media(max-width:991px) {
    .atbs-widget-3 .subscribe-form__fields {
        max-width: 100%;
    }
}
/*@end file 44*/
.atbs-widget-4 .posts-list {
    margin: -15px -10px;
}

.atbs-widget-4 .posts-list>* {
    padding: 15px 10px;
}

.post--vertical-not-post__cat .post__thumb {
    margin-bottom: 15px;
    height: 150px;
}

.post--vertical-not-post__cat .post__thumb a {
    width: 100%;
    height: 100%;
}

.post--vertical-not-post__cat .post__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (min-width: 1200px) {
    .post--vertical-not-post__cat .post__title {
        font-size: 1.10714285714rem;
        line-height: 1.5;
    }
}
@media(max-width:991px) {
    .atbs-widget-4 .posts-list {
        display: flex;
        flex-wrap: wrap;
        margin: -15px -15px;
    }
    .atbs-widget-4 .posts-list>* {
        width: 50%;
        padding: 15px 15px;
    }
    .post--vertical-not-post__cat .post__thumb {
        height: 200px;
    }
}

@media(max-width:575px) {
    .atbs-widget-4 .posts-list{
        margin: -10px;
    }
    .atbs-widget-4 .posts-list>* {
        width: 100%;
       padding: 10px;
    }
    .post--vertical-not-post__cat .post__thumb {
        height: 280px;
        margin-bottom: 12px;
    }
}

@media(max-width:480px) {
    .post--vertical-not-post__cat .post__thumb {
        height: 260px;
    }
}

@media(max-width:420px) {
    .post--vertical-not-post__cat .post__thumb {
        height: 250px;
    }
}

@media(max-width:380px) {
    .post--vertical-not-post__cat .post__thumb {
        height: 230px;
    }
}

@media(max-width:320px) {
    .post--vertical-not-post__cat .post__thumb {
        height: 210px;
    }
}
/*@end file 45*/

.cats-list {
    list-style: none;
}
.atbs-widget-5 .cats-list li a {
    display: flex;
    padding: 15px 20px;
    width: 100%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: rgba(27, 11, 11, 0.6);
    font-size: 0.85714285714rem;
    text-transform: uppercase;
}


.atbs-widget-5 .cats-list li:hover a{
    background-color: #131313;
    color: #cba46d;
}

@media (max-width: 991px) and (min-width: 576px) {
    .atbs-widget-5 .cats-list {
        display: flex;
        flex-wrap: wrap;
    }
    .atbs-widget-5 .cats-list > * {
        width: 50%;
    }
}

/*@end file 46*/
.atbs-widget-6 .social-list{
    margin: -10px;
}
.atbs-widget-6 .social-list li{
    padding: 10px;
    width: 50%;
}
.atbs-widget-6 .social-list li a i {
    width: 50px;
    height: 50px;
    background-color: var(--color-primary);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
    font-size: 1.285714285714286rem;
    transition: 0.2s all;
}
.atbs-widget-6 .social-list li:hover a i {
    background-color: #222;
}
.atbs-widget-6 .social-list a {
    display: flex;
    text-decoration: none;
    flex-direction: row;
    align-items: center;
    /* opacity: 0.6; */
    color: #1B1B1B;
    transition: 0.3s;
    padding: 0;
    font-weight: 400;
    font-size: 1.071428571428571rem;
}

.atbs-widget-6 .social-list a:hover {
    opacity: 1;
    color: #1B1B1B;
}

.post--most-commented .media-left {
    padding-right: 20px;
}
@media (min-width: 1200px) {
    .post--most-commented .post__title {
        /*font-size: 1.10714285714rem;*/
    }
}
@media (max-width: 991px) and (min-width: 576px) {
    .atbs-widget-6 .social-list li{
        width: calc(100% / 3);
    }
}
/*@end file 47*/
/* ----------------------- 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%;
    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 48*/
/* ----------------------- atbs-widget-categories-2 */

.cats-list {
    list-style: none;
}
.atbs-widget-categories-2 .cats-list .cat-item a {
    display: flex;
    padding: 15px 20px;
    width: 100%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: rgba(27, 11, 11, 0.6);
    font-size: 1.07142857143rem;
    text-transform: capitalize;
    font-weight: 500;
}
.atbs-widget-categories-2 .cats-list .cat-item a span{
    font-size: 0.85714285714rem;
}
.atbs-widget-categories-2 .cats-list:not(:hover) .cat-item:first-child a,
.atbs-widget-categories-2 .cats-list .cat-item:hover:first-child a,
.atbs-widget-categories-2 .cats-list .cat-item:hover a{
    background-color: #131313;
    color: var(--color-primary);
}

.widget__title-style::before, .block-heading--related::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #111111;
    opacity: 0.1;
    z-index: 1;
}
@media (max-width: 991px) and (min-width: 576px) {
    .atbs-widget-categories-2 .cats-list {
        display: flex;
        flex-wrap: wrap;
    }
    .atbs-widget-categories-2 .cats-list > * {
        width: 50%;
    }
}

/* .atbs-widget-categories-2 ----------------------- */
/*@end file 49*/
/* ----------------------- atbs-widget-categories-3 */
.atbs-widget-categories-3 .posts-list {
    margin: -2.5px;
    padding: 0;
    display: flex;
    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: flex;
    text-decoration: none;
    color: #222222;
    text-transform: uppercase;
    border-radius: 5px;
    letter-spacing: 0.72px;
    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 50*/
/* ----------------------- 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 {
    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: flex;
    justify-content: 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%;
    object-fit: cover;
}
.atbs-widget-categories-4 .category-text {
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 1;
}
.atbs-widget-categories-4 .category-title {
    width: 100%;
}
.atbs-widget-categories-4 .category-title a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 5px 15px;
    background: var(--color-primary);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    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 51*/
.atbs-block-nothumb .single-entry-wrap {
    margin-top: 20px;
}

.share-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.share-item__icon svg {
    width: 21px;
    height: 21px;
}
.single-entry.single-1-mt-40 {
    margin-top: 40px;
}

.single-entry-top .single-header {
    position: relative;
}

.single-entry-top .single-header::before {
    position: absolute;
    content: "";
    background-color: #131313;
    width: 100vw;
    height: calc(100% + 150px);
    top: 0;
    left: -100px;
    left: calc(50% - 50px);
    bottom: 0;
    z-index: -1;
    transform: translateX(-50%);
}

.single-entry-post-nothumb .single-header::before {
    height: calc(100%);
}

.single-1 .single-header__inner {
    padding-right: 0;
    padding-left: 100px;
}

.single-1 .single-header::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    left: 300px;
    top: 0;
    bottom: 0;
    right: auto;
    background-color: rgba(202, 165, 112, 0.2);
}

.single-1 .single-header::after {
    right: 240px;
    left: auto;
}

.single-1 .single-header {
    margin-bottom: 0;
    padding-bottom: 70px;
    padding-top: 100px;
    position: relative;
}

blockquote {
    margin-bottom: 15px;
}

.single-1 .entry-thumb {
    width: calc(100% + (100vw - 1170px) / 2);
    height: 500px;
    position: relative;
}

.single-1 .entry-thumb::before {
    position: absolute;
    content: "";
    top: 0;
    left: calc((100vw - 1170px) / -2 - 100px);
    right: auto;
    bottom: auto;
    width: 100vw;
    height: 1px;
    background-color: rgba(202, 165, 112, 0.2);
}

.single-1 .entry-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*.single-1 a.entry-cat {
    margin: 0;
}*/

.single-1 .entry__text-group {
    display: flex;
    margin: 0 -127px;
    margin-top: 13px;
}

.single-1 .entry__text-group>* {
    width: 50%;
    padding: 0 127px;
}
.single-1 .entry__text-left {
    padding-right: 0 !important;
}
.single-1 .entry-title {
    font-weight: 800;
    font-size: 2.42857rem;
    line-height: 1.5;
}

.single-1 .entry-teaser {
    line-height: 1.66;
    opacity: 1;
    color: #ffffff;
    margin: 0;
    font-style: normal;
}


/* post--single */
.single-header .entry-teaser {
    font-size: 1.28571428571rem;
    line-height: 1.66;
}
.single-content {
    display: flex;
}

.post--single-1 .single-content {
    margin-top: -360px;
}

.single-entry-post-nothumb .post--single-1 .single-content {
    margin-top: 0;
}

.single-body--share {
    width: 100px;
    padding-right: 50px;
}

.single-body--share .social-share {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.social-share-label {
    order: 2;
    transform: rotate(180deg);
    transform-origin: 50% 50%;
    text-transform: uppercase;
    color: #222222;
    opacity: 0.6;
    position: relative;
    padding-bottom: 15px;
    letter-spacing: 0.8px;
    writing-mode: vertical-lr;
    display: flex;
    align-items: center;
    width: 40px;
}

.social-share-label::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 1px;
    height: 40px;
    background-color: #1b1b1b;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0.2;
}

.single-body--share .social-list {
    margin-top: 0;
    margin-bottom: 55px;
    padding-left: 0;
}

.single-body--share .social-list>*:not(:last-child) {
    margin-bottom: 10px;
}

.single-body--share .social-share li {
    width: 50px;
    height: 50px;
    display: flex;
    font-size: 1rem;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.05);
}

.single-body--share .social-share li i {
    color: #222222;
    opacity: 0.4;
}

.single-body--share .social-share li:hover {
    background-color: #131313;
}

.single-body--share .social-list li:hover i {
    color: var(--color-primary);
    opacity: 1;
}

.single-body--content {
    flex: 1;
    overflow: hidden;
}

.posts-navigation {
    width: 100%;
}

.post--single-1 .single-body--content {
    padding-top: 360px;
}

.single-entry-post-nothumb .post--single-1 .single-body--content {
    padding-top: 0;
}

/*.single-content p*/
.single-content {
    /*font-size: 1.21428rem;*/
    font-size: 17px;
    line-height: 1.75;
    font-weight: 400;
    color: #1b1b1b;
}
.single-content p:last-child {
    margin-bottom: 0;
}
.single-body--content p:not(:last-child) {
    margin-bottom: 35px;
}

.single-content .wp-caption {
    margin-bottom: 55px;
}


/* single-footer */

.single-footer-has-hover .entry-tags ul>li:not(.entry-tags__icon)>a:before {
    display: none;
}

.single-footer-has-hover .entry-tags ul {
    display: flex;
    flex-wrap: wrap;
    margin: -4px;
    padding-left: 0;
}
.posts-navigation .posts-navigation__next:first-child {
    padding-left: 0;
}


/* .single-footer-has-hover .entry-tags ul>*:not(:last-child) {
margin-right: 8px;
} */

.single-footer-has-hover .entry-tags ul li {
    margin: 0;
    position: relative;
    padding: 8px 15px;
    background-color: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px !important;
    border-radius: 4px;
}




.single-footer-has-hover .entry-tags ul>li>a {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: #222222;
    opacity: 0.6;
    text-transform: capitalize;
}

.single-footer-has-hover .entry-tags ul li:hover {
    background-color: var(--color-primary);
}

.single-footer-has-hover .entry-tags ul li:hover a {
    color: #ffffff;
    opacity: 1;
}

.single-footer-has-hover .entry-interaction--horizontal>div {
    margin: 0;
}

.single-footer-has-hover .entry-interaction--horizontal .entry-interaction__left {
    margin-right: 20px;
    max-width: 80%;
}

.single-footer-has-hover .entry-interaction__right a {
    text-decoration: none;
    font-weight: 400;
    color: var(--color-primary);
    font-size: 1.0714rem;
    line-height: 1.5;
}

.single-footer-has-hover .entry-interaction__right a:nth-child(1) {
    margin-right: 15px;
}

.single-footer-has-hover .entry-interaction__right a i {
    margin-right: 8px;
}
.single-footer-has-hover .entry-interaction__right a span {
    font-size: 13px;
    font-weight: 300;
    color: #222222;
}


/* author-box */

.author-single.author-box {
    padding: 0;
    background-color: transparent;
    border: none;
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.post-nothumb-mb {
    margin-bottom: 210px;
}

@media (max-width: 767px) {
    .author-single.author-box {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .author-single .author-bio {
        width: 80%;
    }
}

@media (max-width: 1199px) {
    .post-nothumb-mb {
        margin-bottom: 245px;
    }
}

@media (max-width: 991px) {
    .post-nothumb-mb {
        margin-bottom: 195px;
    }
}

@media (max-width: 767px) {
    .post-nothumb-mb {
        margin-bottom: 135px;
    }
}

@media (max-width: 767px) {
    .post-nothumb-mb {
        margin-bottom: 160px;
    }
}

.author-single .author-box__image {
    width: 60px;
    height: 60px;
}

.author-single .author-avatar {
    width: 100%;
    height: 100%;
    margin: 0;
    position: static;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    border: none;
    box-shadow: none;
    margin: 0;
}

.author-single .author-avatar img {
    object-fit: cover;
}

.author-single .author-box__text {
    padding-left: 25px;
}

.author-single .author-name {
    margin-top: 4px;
    margin-bottom: 8px;
}

.author-single .author-name a {
    text-decoration: none;
    color: #222222;
    font-size: 1.2142rem;
    line-height: 1.53;
    font-weight: 700;
    text-transform: capitalize;
}

.author-single .author-socials ul {
    margin: 0 -4px;
}

.author-bio {
    margin-bottom: 5px;
}

.author-single .author-socials ul>* {
    padding: 0 4px;
    margin: 0 !important;
}

.author-single .author-socials {
    margin-top: 15px;
}


.author-box .author-info a,
.author-box .author-social a,
.author-single .author-socials a {
    /*color: #222222;*/
    /*opacity: 0.3;*/
    font-size: 1rem;
}


.atbs-widget-about .author-box .author-info a {
    border-color: rgba(255,255,255,0.1);
    opacity: 1;
}

.author-box .author-info a,
.author-box .author-social a,
.author-box .author-socials a {
    width: 33px;
    height: 33px;
    border: 1px solid rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    transition: 0.3s;
    font-size: 1rem;
}
.author-single .author-socials a {
    /*opacity: 0.5;*/
    /*border-color: rgba(0,0,0,0.3)*/
}
.author-box .author-socials li:not(:last-child) {
    margin-right: 5px;
}
.author-box .author-info a i,
.author-box .author-social a i,
.author-box .author-socials a i {
    transition: 0.3s;
}

.author-box .author-info a:hover,
.author-box .author-social a:hover,
.author-box .author-socials a:hover {
    background-color: #131313;
    color: var(--color-primary);
    opacity: 1;
}
.author-box .author-info a:hover i,
.author-box .author-social a:hover i,
.author-box .author-socials a:hover i {
    color: var(--color-primary);
}

.author-single .author-bio {
    font-size: 15px;
    line-height: 1.5;
    color: #222222;
    opacity: .8;
    margin-top: 0px;
    margin-bottom: 8px;
    letter-spacing: 0.4px;
}

/* navigation */

.navigation-next-prev {
    display: flex;
}

.posts-navigation-single {
    margin-left: 100px;
    margin-top: 20px;
    padding-top: 30px;
    position: relative;
    display: flex;
    /*padding-bottom: 45px;*/
    padding-bottom: 30px;
}
.leonas-core-extension-disabled .posts-navigation-single {
    margin-left: 0;
}
.posts-navigation-single .posts-navigation {
    padding-bottom: 0;
}

.posts-navigation-single::before,
.posts-navigation-single::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000000;
    opacity: 0.1;
    top: 0;
    left: 0;
    right: 0;
}

.posts-navigation-single::after {
    bottom: 0;
    top: auto;
}

.posts-navigation-single .posts-navigation__label {
    display: block;
    position: relative;
    padding: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-bottom: 7px;
}

.posts-navigation-single .posts-navigation__label:before {
    display: none;
}

.posts-navigation-single .posts-navigation__next .posts-navigation__label {
    left: 0;
}

.posts-navigation-single span {
    color: #000000;
    opacity: 0.6;
}

.posts-navigation-single .posts-navigation__prev {
    position: relative;
}

.posts-navigation-single .posts-navigation__next {
    text-align: left;
}

.post--horizontal-nav {
    display: flex;
    flex-direction: row;
}

.post--horizontal-nav .post__thumb {
    width: 100px;
    height: 72px;
    margin-right: 25px;
}

.post--horizontal-nav .post__thumb a {
    width: 100%;
    height: 100%;
}

.post--horizontal-nav .post__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post--horizontal-nav .post__text {
    flex: 1;
}

.post--horizontal-nav .post__title {
    color: #131313;
}

.related-posts {
    margin-top: 75px;
}
.atbs-block--fullwidth.atbs-related-posts .atbs-post-listing--grid-a {
    padding: 0;
}

.comment-form .form-submit input[type="submit"]:not(.btn) {
    padding: 12px 20px;
    color: #fff !important;
}
.comments-section .block-heading {
    margin-bottom: 40px;
}
.comments-section .comment-respond .block-heading {
    margin-bottom: 15px;
}
.children .comment-respond {
    margin-bottom: 40px;
}
.comments-title {
    font-size: 2.1428rem;
}
.comments-section label,
.comments-section [class*="comment-form-"] label {
    font-size: 1.2142rem;
    line-height: 1.4;
    margin-bottom: 12px;
    opacity: 0.9;
}

.comments-section .comment-form-author,
.comments-section .comment-form-email,
.comments-section .comment-form-url {
    max-width: 50%;
}
.comments-section .comment-form-author input,
.comments-section .comment-form-email input,
.comments-section .comment-form-comment .textarea {
    padding: 15px 20px;
}

.comments-section .comment-form-comment textarea {
    max-width: 100%;
    margin-bottom: 20px;
}
.comments-section .comment-form-cookies-consent {
    /*margin-top: 15px;*/
}

.comment-list .comment-respond {
    margin-bottom: 40px;
}
.comment-form .form-submit input[type="submit"] {
    margin-top: 0;
}

/*.single-1 .atbs-block:nth-child(1) {*/
/*    margin-bottom: 75px;*/
/*}*/
.atbs-block.post--single {
    margin-bottom: 70px;
}
@media (min-width: 1200px) {
    .posts-navigation-single .posts-navigation__next {
        padding-left: 40px;
    }
    .posts-navigation-single .posts-navigation__prev {
        padding-right: 40px;
    }
}

@media (min-width: 576px) {
    .posts-navigation-single .posts-navigation__prev::before {
        position: absolute;
        content: "";
        width: 1px;
        height: 80%;
        background-color: #000000;
        opacity: 0.1;
        top: auto;
        bottom: 0;
        right: 0;
    }
}

@media (max-width: 1199px) {
    .atbs-block.post--single  {
        margin-bottom: 60px;
    }
    .single-1 .single-header__inner {
        padding-left: 80px;
    }
    .single-1 .single-header {
        padding-top: 70px;
        padding-bottom: 50px;
    }
    .single-1 .entry-thumb {
        width: calc(100% + (100vw - 940px) / 2);
        height: 450px;
    }
    .single-entry-top .single-header::before {
        height: calc(100% + 130px);
        left: calc(50% - 40px);
    }
    .single-entry-post-nothumb .atbs-block {
        margin-bottom: 60px;
    }
    .single-entry-post-nothumb .single-header::before {
        height: calc(100%);
    }
    .single-1 .entry-thumb::before {
        left: calc((100vw - 940px) / -2 - 80px);
    }
    .single-1 .single-header::after {
        right: 200px;
    }
    .single-1 .entry__text-group {
        margin: 0 -80px;
        margin-top: 20px;
    }
    .single-1 .entry__text-group>* {
        padding: 0 80px;
    }
    .single-1 .entry-title {
        font-size: 1.8571rem;
    }
    .single-1::before {
        height: 450px;
    }
    /* post--single */
    .single-body--share {
        width: 80px;
        padding-right: 30px;
    }
    .post--single-1 .single-content {
        margin-top: -280px;
    }
    .single-entry-post-nothumb .post--single-1 .single-content {
        margin-top: 0;
    }
    .post--single-1 .single-body--content {
        padding-top: 280px;
    }
    .single-entry-post-nothumb .post--single-1 .single-body--content {
        padding-top: 0;
    }
    .single-body--content p:not(:last-child) {
        margin-bottom: 30px;
    }
    .post--horizontal-nav .post__thumb {
        width: 80px;
        height: 80px;
    }
    .single-content .wp-caption {
        margin-bottom: 45px;
    }
    .posts-navigation-single {
        padding-bottom: 35px;
        margin-left: 80px;
    }
}

@media (max-width: 1199px) and (min-width: 576px) {
    .posts-navigation-single .posts-navigation__prev {
        padding-right: 15px;
    }
    .posts-navigation-single .posts-navigation__next {
        padding-left: 15px;
    }
}

@media (max-width: 991px) {
    .single-1 .atbs-block {
        margin-bottom: 50px;
    }
    .atbs-block.post--single  {
        margin-bottom: 40px;
    }
    .single-1::before {
        height: 350px;
    }
    .single-1 .single-header__inner {
        padding-left: 0;
    }
    .single-1 .single-header {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .single-1 .entry-thumb {
        width: calc(100% + (100vw - 720px) / 2);
        height: 400px;
    }
    .single-1 .entry-thumb::before {
        left: calc((100vw - 720px) / -2);
    }
    .single-entry-top .single-header::before {
        height: calc(100% + 100px);
        left: calc(50%);
    }
    .single-entry-post-nothumb .single-header::before {
        height: calc(100%);
    }
    .single-entry-post-nothumb .atbs-block {
        margin-bottom: 50px;
    }
    .single-1 .single-header::after {
        right: 170px;
    }
    .single-1 .entry__text-group {
        margin: 0;
        margin-top: 15px;
    }
    .single-1 .entry__text-group>* {
        padding: 0;
    }
    .single-1 .entry__text-right {
        padding-left: 50px;
    }
    .single-1 .entry-title {
        font-size: 1.7142rem;
    }
    /* post--single */
    .post--single-1 .single-content {
        margin-top: 0;
    }
    .post--single-1 .single-body--content {
        padding-top: 0px;
    }
    .post--single-1 .wp-caption {
        margin-bottom: 30px;
    }
    .post--single-1 .single-body--content p:not(:last-child) {
        margin-bottom: 20px;
    }
    .posts-navigation-single {
        padding-bottom: 30px;
    }
    .post--horizontal-nav .post__thumb {
        margin-right: 20px;
    }
    .author-single .author-box__text {
        padding-left: 20px;
    }
    .author-single .author-name {
        margin-top: 2px;
        margin-bottom: 6px;
    }
}

@media (max-width: 767px) {
    .single-1 .entry-thumb {
        width: calc(100% + (100vw - 510px) / 2);
        height: 350px;
    }
    .single-1 .atbs-block {
        margin-bottom: 50px;
    }
    .atbs-block.post--single  {
        margin-bottom: 40px;
    }
    .single-1 .entry-thumb::before {
        left: calc((100vw - 510px) / -2);
    }
    .single-entry-top .single-header::before {
        height: calc(100% + 80px);
    }
    .single-entry-post-nothumb .single-header::before {
        height: calc(100%);
    }
    .single-1 .single-header::after {
        right: 140px;
    }
    .single-1 .entry__text-group {
        flex-direction: column;
    }
    .single-1 .entry__text-group>* {
        width: 100%;
    }
    .single-1 .entry__text-right {
        padding-left: 0;
        margin-top: 15px;
    }
    /* post--single */
    .single-body--share {
        display: none;
    }
    .author-single .author-box__text,
    .author-single .author-info {
        text-align: left;
    }
    .posts-navigation-single {
        margin-left: 0;
    }
    .posts-navigation-single .posts-navigation {
        display: flex;
    }
    .post--horizontal-nav .post__thumb {
        margin-right: 15px;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .posts-navigation-single .posts-navigation__prev:not(:only-child) {
        margin-bottom: 0;
    }
}

@media (max-width: 575px) {
    .single-entry-top .single-header::before {
        height: calc(100%);
    }
    .single-1 .entry-thumb {
        width: 100vw;
        margin-left: -15px;
        height: 330px;
    }
    .single-1 .atbs-block {
        margin-bottom: 40px;
    }
    .single-1 .entry-thumb::before,
    .single-1 .single-header::after {
        display: none;
    }
    .single-1 .single-header {
        padding-top: 35px;
        padding-bottom: 30px;
    }
    .single-1 .entry__text-right {
        display: none;
    }
    .single-1 .entry-title {
        font-size: 1.5714rem;
    }
    .single-1 .entry__text-group {
        margin-top: 10px;
    }
    .single-1::before {
        height: 300px;
    }
    .post--horizontal-nav .post__thumb {
        width: 70px;
        height: 70px;
    }
    .author-single .author-name {
        margin-bottom: 4px;
    }
    .posts-navigation-single .posts-navigation {
        flex-wrap: wrap;
        position: relative;
    }
    .posts-navigation-single .posts-navigation>* {
        width: 100%;
    }
    .posts-navigation-single .posts-navigation__next .posts-navigation__label {
        text-align: right;
    }
    .posts-navigation-single .posts-navigation__next .post--horizontal-nav {
        flex-direction: row-reverse;
    }
    .posts-navigation-single .posts-navigation__next .post--horizontal-nav .post__thumb {
        margin-right: 0;
        margin-left: 15px;
    }
    .posts-navigation-single .posts-navigation__next .post--horizontal-nav .post__text {
        text-align: right;
    }
    .posts-navigation-single .posts-navigation__prev:not(:only-child) {
        margin-bottom: 60px;
    }
    .posts-navigation-single .posts-navigation>*:nth-child(1) {
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .posts-navigation-single .posts-navigation>*:nth-child(1):last-child {
        margin-bottom: 0;
    }
    .posts-navigation-single .posts-navigation>*:nth-child(1):before {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        bottom: 0;
        top: auto;
        background-color: #000000;
        opacity: 0.1;
    }
    .posts-navigation-single .posts-navigation {
        flex-wrap: wrap;
        position: relative;
    }
    .posts-navigation-single .posts-navigation>* {
        width: 100%;
    }
    .posts-navigation-single .posts-navigation__next .posts-navigation__label {
        text-align: right;
    }
    .posts-navigation-single .posts-navigation__next .post--horizontal-nav {
        flex-direction: row-reverse;
    }
    .posts-navigation-single .posts-navigation__next .post--horizontal-nav .post__thumb {
        margin-right: 0;
        margin-left: 15px;
    }
    .posts-navigation-single .posts-navigation__next .post--horizontal-nav .post__text {
        text-align: right;
    }
    .posts-navigation-single .posts-navigation__prev:not(:only-child) {
        margin-bottom: 25px;
    }
    .posts-navigation-single::after {
        display: none;
    }
    .posts-navigation-single {
        padding-bottom: 0;
    }
}

@media (max-width: 480px) {
    .single-1 .single-header {
        padding-top: 30px;
        padding-bottom: 25px;
    }
    .single-1::before {
        height: 100%;
    }
    .author-single .author-name a {
        font-size: 1.1428rem;
    }
}

@media (max-width: 473px) {
    .single-footer-has-hover .entry-interaction--horizontal>div:nth-child(1) {
        margin: 0 15px 15px 0;
    }
}

@media (max-width: 420px) {
    .single-1 .entry-thumb {
        height: 280px;
    }
}

@media (max-width: 380px) {
    .author-single .author-name {
        margin-bottom: 2px;
    }
    .single-1 .entry-thumb {
        height: 260px;
    }
}

@media (max-width: 320px) {
    .single-1 .entry-thumb {
        height: 250px;
    }
}

.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;
}

@media(max-width: 1199px) and (min-width: 576px) {
    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }
    .tooltip-inner {
        max-width: 200px;
        padding: 3px 8px;
        border-radius: 4px;
    }
    .tooltip.top .tooltip-arrow {
        left: 50%;
        margin-left: -5px;
        border-width: 5px 5px 0;
    }
}

@media (max-width: 575px) {
    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }
    .tooltip-inner {
        max-width: 200px;
        padding: 3px 8px;
        border-radius: 4px;
    }
    .tooltip.top .tooltip-arrow {
        left: 50%;
        margin-left: -5px;
        border-width: 5px 5px 0;
    }
}

.author-box__text {
    flex: 1;
}

.entry-title.entry-title-style {
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .single-1 .entry-title {
        font-size: 1.7142rem;
    }
    .single-1 a.cat-3.entry-cat.post__cat.post__cat-style-1 {
        margin-bottom: 0;
    }
    .single-entry-top::before {
        height: 450px;
    }
}

@media (max-width: 767px) {
    .single-1 .entry-title {
        font-size: 1.7142rem;
    }
}

@media (max-width: 575px) {
    .single-1 .entry-title {
        font-size: 1.5714rem;
    }
}
/*@end file 52*/
.post-nothumb-mt-40 {
    margin-top: 40px;
}

.single-billboard--sm {
    height: 520px;
}

.single-2 .entry-title {
    color: #1B0B0B;
    opacity: 0.9;
}
.single-2 .entry-title.entry-title-style {
    font-size: 34px;
    line-height: 1.4;
    font-weight: 800;
    margin-top: 5px;
}

.entry-meta img {
    border-radius: 50%;
    margin-right: 10px;
}

.entry-author__task {
    margin-left: 6px;
}

.post__cat-style-1 {
    margin-bottom: 25px;
}

.entry-teaser {
    margin: 8px 0 12px 0;
}

.entry-meta {
    /*margin-bottom: 35px !important;*/
}
.single-3 .entry-cat.post__cat.post__cat-style-1 ,
.single-2 .entry-cat.post__cat.post__cat-style-1 {
    margin-bottom: 15px;
}
a.post__cat--bg:hover,
a.post__cat--bg:focus {
    color: #fff;
}

.single-2 .single-header,
.single-5 .single-header {
    margin-bottom: 45px;
}

.single-header .entry-author a {
    font-weight: 600;
    opacity: 0.8;
}

@media (max-width: 1199px) {
    .header-category-mr a.cat-3.entry-cat.post__cat.post__cat-style-1 {
        margin-top: 35px;
    }
    .single-2 .entry-title.entry-title-style {
        font-size: 1.8571rem;
    }
    /* .single-2 .custom-header--title {
        margin-top: -40px !important;
    } */
}

@media (max-width: 575px) {
    .single-2 .single-header,
    .single-5 .single-header {
        margin-bottom: 40px;
    }

    .single-2 .atbs-block {
        margin-bottom: 30px;
    }
    .single-2 .entry-title.entry-title-style {
        font-size: 1.5714rem;
    }
    .single-billboard--sm {
        height: 300px;
    }
}

@media (max-width: 767px) {
    a.cat-3.entry-cat.post__cat.post__cat-style-1 {
        margin-bottom: 10px;
    }
    .single-2 .atbs-block--contiguous .background-img {
        height: 350px;
    }
    .single-2 .atbs-block--fullwidth:nth-child(2){
        margin-top: 0;
    }
}


/*
@media (max-width: 575px) {
    .entry-title.entry-title-style {
        font-size: 1.5714rem !important;
    }
} */

@media (max-width: 575px) {
    .single-2 .atbs-block--contiguous .background-img {
        height: 300px;
    }
}
@media (max-width: 480px) {
    .single-2 .atbs-block--contiguous .background-img {
        height: 260px;
    }
    .single-billboard--sm {
        height: 260px;
    }
}
@media (min-width: 576px) and (max-width: 991px) {
    .single-2 .entry-title.entry-title-style {
        font-size: 1.7142rem;
    }
}
/*@end file 53*/
.single-3 .single-billboard {
    min-height: 640px;
}

.custom-header--title {
    margin: 0;
}

.single-3 .entry-title.entry-title-style {
    font-size: 2.42857rem;
    line-height: 1.4;
    font-weight: 800;
    max-width: 720px;
    margin-top: 5px;
}

.single-3 .single-billboard {
    position: relative;
    overflow: hidden;
}

.single-3 .single-billboard__inner {
    display: flex;
    padding-top: 100px;
}

.single-3 .single-header.custom-header--title.inverse-text {
    align-self: flex-end;
    width: 100%;
}

@media (min-width: 200px) {
    .single-3 .single-billboard .single-billboard__inner {
        min-height: 640px;
    }
    .single-3 .single-billboard__inner {
        display: flex;
    }
    .single-3 .single-header.custom-header--title.inverse-text {
        align-self: flex-end;
        width: 100%;
    }
}

@media (min-width: 576px) and (max-width: 991px) {}

@media (min-width: 768px) {}

@media (min-width: 767px) {
    .single-3 .entry-content {
        padding-left: 100px;
    }
}

@media (max-width: 575px) {
    .single-3 .single-billboard .single-billboard__inner {
        min-height: 500px;
    }
    .single-3 .single-billboard {
        min-height: 400px;
    }
    .single-3 .entry-title.entry-title-style {
        font-size: 1.5714rem;
    }
}

@media (max-width: 767px) {

    .single-3 .post__cat-style-1 {
        margin-bottom: 20px;
    }
}

.single-header>*:last-child,
.single-header .post__header-inner>*:last-child {
    margin-bottom: 0;
}

.single-3 .single-billboard .single-header {
    position: relative;
}

.single-3 .single-billboard .single-header:before {
    content: '';
    position: absolute;
    top: -100px;
    right: 0;
    bottom: 0;
    left: 0;
    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: -webkit-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: -moz-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%);
}

.single-3 .background-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.has-cover-bg-img,
.background-img {
    background-color: #333;
    background-position: 50% 50%;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.single-3 .single-entry--billboard-floorfade .single-billboard .single-header:before {
    content: '';
    position: absolute;
    top: -100px;
    right: 0;
    bottom: 0;
    left: 0;
}

.single-entry--billboard-floorfade .single-billboard .single-header {
    position: relative;
}

.single-3 .single-header .single-header--body-wrap {
    width: 100%;
    position: relative;
}

.single-3 .single-header .single-header--body-wrap {
    display: block;
}

.custom-header--title .entry-meta {
    margin-bottom: 10px !important;
}

.single-2 .entry-meta,
.single-3 .entry-meta,
.single-4 .entry-meta,
.single-5 .entry-meta {
    display: flex;
    align-items: center;
}

@media (max-width: 1199px) {
    .single-3 a.cat-3.entry-cat.post__cat.post__cat-style-1 {
        margin-bottom: 20px;
    }
    .single-3 .single-billboard {
        margin-bottom: 60px;
    }
}
@media (max-width: 991px) {
    .single-3 .single-billboard {
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .single-3 .entry-title.entry-title-style {
        font-size: 2.1428rem;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .single-2 .entry-title.entry-title-style {
        font-size: 1.7142rem;
    }

    .single-3 .entry-title.entry-title-style {
        font-size: 1.7142rem;
    }
}

.single-3 .custom-header--title {
    padding-bottom: 20px;
}

.single-3 .post-nothumb-bg {
    background-color: rgba(23, 23, 23, 0.4);
    padding-bottom: 10px;
}
/*@end file 54*/
.single-4 .single-header .time i {
    padding-bottom: 1px;
}

.single-4 .single-header time.time {
    /*font-weight: 400;*/
    /*color: rgba(0, 0, 0, 0.4);*/
}

.single-4 .entry-meta a {
    /*color: rgba(0, 0, 0, 0.4);*/
}

.single-4 .single-header .entry-title {
    font-size: 2.42857rem;
    line-height: 1.4;
    font-weight: 800;
}

.single-4 .single-content {
    display: block;
}

.single-4 .single-body {
    display: flex;
    flex-wrap: wrap;
}

.single-4 .single-entry-thumb {
    margin-bottom: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
}

.single-entry--template-4 .single-header-with-bg,
.single-entry--template-4-alt .single-header-with-bg {
    margin-bottom: 20px;
    padding-top: 50px;
    background-color: #fafafa;
}

.single-header-with-bg {
    background-color: #fcfcfc;
    padding: 50px 0;
}

.single-4-nothumb .single-header-with-bg {
    padding: 0;
}

.single-entry--template-4 .single-header,
.single-entry--template-4-alt .single-header {
    position: relative;
    margin-bottom: 70px;
}

.single-entry--template-4 .single-entry-featured-media,
.single-entry--template-4 .single-entry-thumb,
.single-entry--template-4-alt .single-entry-featured-media,
.single-entry--template-4-alt .single-entry-thumb {
    position: relative;
    margin-top: -100px;
    margin-left: 0;
    margin-right: 0;
}

.ceris-entry-meta-with-share-wrap {
    position: absolute;
    left: 50%;
    bottom: 30px;
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    transform: translatex(-50%);
}

.ceris-entry-meta-with-share-wrap .entry-meta {
    position: relative;
    left: unset;
    bottom: unset;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
}

.single .entry-meta .entry-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.single-4 .entry-thumb .entry-meta {
    position: absolute;
    left: 50%;
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    transform: translatex(-50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    padding: 10px 25px;
    margin: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 25px 20px -20px rgb(0 0 0 / 29%);
    -moz-box-shadow: 0 25px 20px -20px rgba(0, 0, 0, .29);
    box-shadow: 0 25px 20px -20px rgb(0 0 0 / 29%);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.single-4 .entry-thumb .author-avatar img {
    width: 40px;
}

.single-4 .entry-thumb .entry-meta,
.single-4 .entry-thumb .entry-meta .author__text {
    margin-top: .4em;
    margin-bottom: .4em;
    color: rgba(0, 0, 0, .5);
    font-size: 12px;
    font-size: .85714rem;
    line-height: 1.5;
}

.single-4 .entry-thumb .entry-author {
    margin-right: 10px;
}

.single-4 .typography-copy ul.social-list {
    padding-left: 0;
}
.single-4 .single-footer .entry-tags ul{
    padding-left: 0;
}

@media (min-width: 992px) {
    .single-entry--template-4 .single-header-with-bg,
    .single-entry--template-4-alt .single-header-with-bg {
        margin-bottom: 30px;
    }
    .single-entry--template-4 .single-header,
    .single-entry--template-4-alt .single-header {
        margin-bottom: 70px;
    }
    .single-entry--template-4 .single-entry-featured-media,
    .single-entry--template-4 .single-entry-thumb,
    .single-entry--template-4-alt .single-entry-featured-media,
    .single-entry--template-4-alt .single-entry-thumb {
        margin-top: -110px;
    }
    .single-4 .container--narrow .single-header{
        padding-left: 15px;
    }
}
@media (min-width: 768px){
    .single-entry--template-4 .single-header-with-bg, .single-entry--template-4-alt .single-header-with-bg {
        padding-top: 60px;
    }
    .single-4 .entry-content {
        padding-left: 0;
    }
}

@media (max-width: 1199px) {
    .single-4 .atbs-sub-col {
        float: right;
    }
}

@media (max-width: 1199px) {
    .single-4 .entry-title.entry-title-style {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .single-4 .entry-title.entry-title-style {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .single-4-nothumb .single-header-with-bg {
        padding-top: 30px;
    }
}

@media (max-width: 575px) {
    .single-4 .entry-title.entry-title-style {
        font-size: 22px;
    }
    .single-4 .single-entry-thumb {
        margin-bottom: 20px;
    }
    .single-4 .atbs-gallery-wrap, .atbs-responsive-video {
        margin-bottom: 10px;
    }
    .single-4 .atbs-main-col{
        margin-bottom: 40px;
    }
}
/*@end file 55*/
.single-5 .background-img.hidden-xs,
.single-5 .background-img.hidden-md {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-position: 50% 50%;
}

@media (min-width: 992px) {
    .single-billboard--sm {
        min-height: 480px;
    }
}

.single-5 .entry-title.entry-title-style {
    font-size: 2.1428rem;
    font-weight: 800;
}

@media (min-width: 768px) {
    .single-billboard--sm {
        min-height: 380px;
    }
}

@media (min-width: 768px) {
    .single-entry--billboard-overlap-title .has-post-thumbnail {
        margin-top: -210px;
        -webkit-border-top-right-radius: 8px;
        -moz-border-radius-topright: 8px;
        border-top-right-radius: 8px;
        -webkit-border-top-left-radius: 8px;
        -moz-border-radius-topleft: 8px;
        border-top-left-radius: 8px;
    }
    .single-entry .single-entry--billboard-overlap-title.single-5-nothumb .has-post-thumbnail {
        margin-top: 0;
    }
}

.single-entry--billboard-overlap-title .has-post-thumbnail {
    position: relative;
    background: #fff;
}

.single-5.single-entry--billboard-overlap-title .has-post-thumbnail {
    padding: 40px;
    margin-bottom: -40px;
}

.single-5 .single-header .time i {
    padding-bottom: 1px;
}

.single-5 .single-header time.time {
    /*font-weight: 500;*/
    /*color: rgba(0, 0, 0, 0.4);*/
}

.entry-meta a {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.4);
}
.single-5 .posts-navigation-single::before{
    position: absolute;
    content: "";
    width: calc(100% - 80px);
    height: 1px;
    background-color: #000000;
    opacity: 0.1;
    top: 0;
    left: 40px;
    right: 40px;
}
.single-5 .posts-navigation-single{
    padding-left: 40px;
    padding-right: 40px;
}
.single-5 .posts-navigation-single::after {
    position: absolute;
    content: "";
    width: calc(100% - 80px);
    height: 1px;
    background-color: #000000;
    opacity: 0.1;
    left: 40px;
    right: 40px;
}
.single .single-5.single-entry--billboard-overlap-title.single-5-nothumb .has-post-thumbnail{
    padding: 0;
}

@media (max-width: 1199px) {
    .single-5 .atbs-sub-col {
        float: right;
    }
}

@media (max-width: 1199px) {
    .single-5 .entry-title.entry-title-style {
        font-size: 1.8571rem;
    }
    .single-5 .atbs-ceris-block--contiguous {
        height: 500px;
    }
}

@media (max-width: 991px) {
    .single-5 .entry-title.entry-title-style {
        font-size: 1.7142rem;
    }
    .single-5 .atbs-ceris-block--contiguous {
        height: 450px;
    }
}

@media(max-width:767px) {
    .single-5 .atbs-ceris-block--contiguous {
        height: 300px;
        margin-bottom: 0;
    }
    .single-entry--billboard-overlap-title .has-post-thumbnail {
        margin-top: -120px;
        -webkit-border-top-right-radius: 6px;
        -moz-border-radius-topright: 6px;
        border-top-right-radius: 6px;
        -webkit-border-top-left-radius: 6px;
        -moz-border-radius-topleft: 6px;
        border-top-left-radius: 6px;
    }
    .single-5.single-5-nothumb.single-entry--billboard-overlap-title .has-post-thumbnail {
        margin-top: 0;
    }
}

@media (max-width: 575px) {
    .single-5 .entry-title.entry-title-style {
        font-size: 1.5714rem;
    }
    .single-5 .atbs-ceris-block--contiguous .background-img {
        margin-top: 0;
    }
    .single-5 .atbs-ceris-block--contiguous {
        height: 200px;
    }
    .single-entry--billboard-overlap-title .has-post-thumbnail {
        /*margin-top: 0px;*/
    }
    .single .single-entry--billboard-overlap-title .has-post-thumbnail {
        padding: 20px;
    }
    .single-5 .atbs-main-col article.has-post-thumbnail{
        margin-bottom: 5px;
    }
    .single-5 .posts-navigation-single{
        padding-left: 20px;
        padding-right: 20px;
    }
    .single-5 .posts-navigation-single::before, .posts-navigation-single::after {
        width: calc(100% - 40px);
        right: 20px;
        left: 20px;
    }
    .single-5 .atbs-main-col{
        margin-bottom: 40px;
    }
}
@media (max-width: 480px) {
    .single-5 .single-billboard--sm {
        margin-bottom: 30px;
        height: 300px;
    }
    .single-entry--billboard-overlap-title .has-post-thumbnail {
        margin-top: 0px;
    }
    .single .single-entry--billboard-overlap-title .has-post-thumbnail {
        padding: 0;
    }
    .single-5 .posts-navigation-single {
        padding-left: 0;
        padding-right: 0;
    }
}

/*@end file 56*/
/*----------------------- review */

.atbs-review {
    padding-top: 15px;
    margin-bottom: 30px;
    font-size: 16px;
    font-size: 1.1429rem;
}
.atbs-review__product.media .atbs-review__product-name {
    margin-top: 0;
    font-size: 1.7142rem;
    line-height: 1.4;
    margin-bottom: 10px;
}
.atbs-review__list-title {
    font-size: 1.2857rem;
}
@media (min-width: 768px) {
    .atbs-review {
        padding-top: 20px;
    }
}


/* .atbs-review:first-child {
    padding-top: 0;
} */

.single-body--context>.atbs-review:first-child {
    padding-top: 0;
}

.atbs-review__inner {
    padding: 20px;
    border-radius: 3px;
    background: #fafafa;
}

@media (min-width: 768px) {
    .atbs-review__inner {
        padding: 40px;
    }
}

.atbs-review__inner>*:not(:last-child) {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .atbs-review__top {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
}

.atbs-review__product {
    width: 100%;
    margin-right: 15px;
    margin-bottom: 15px;
}

.atbs-review__product-image {
    width: 60px;
}

@media (min-width: 768px) {
    .atbs-review__product-image {
        width: 70px;
    }
}

.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;
}

@media (min-width: 768px) {
    .atbs-review__overall-score {
        margin-top: -40px;
    }
}

@media (min-width: 1200px) {
    .atbs-review__overall-score {
        margin-top: -50px;
    }
}

.atbs-review__summary p:last-child {
    margin-bottom: 0;
}

.atbs-review .atbs-review__list-title {
    margin-top: 0;
    margin-bottom: 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: 50px 25px;
    background-color: #F8F8F8;
}

.atbs-reviews-section .reviews-title {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
    align-items: center;
}

.atbs-reviews-section .reviews-title>* {
    padding: 15px;
}

.atbs-reviews-section .reviews-title>*:first-child {
    flex: 1;
    margin-bottom: 0;
}

.atbs-reviews-section .heading-title {
    font-size: 18px;
    font-weight: bold;
    color: #222222;
    margin-top: 0;
}

.atbs-reviews-section .heading-title.text-center {
    font-size: 15px;
    font-weight: 400;
    color: #666;
}

.atbs-reviews-section .heading-title-link {
    text-decoration: none;
    color: #0661F1;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
}

.atbs-reviews-section .reviews-content {
    margin-top: 25px;
    background-color: #fff;
    padding: 45px 30px 25px 30px;
    border-radius: 8px;
}

.reviews-score-list {
    flex: 1;
    /*margin-right: 90px;*/
}

.reviews-score-list .score-item:not(:last-child) {
    margin-bottom: 20px;
}


/*
    Content
*/


/**/

.score-item .score-text {
    display: flex;
    justify-content: space-between;
}

.score-item .score-name,
.score-item .score-number {
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    font-weight: 400;
}


/**/

.score-item .score-value {
    width: 100%;
    border-radius: 0 24px 24px 0;
    background-color: #f3f3f3;
    height: 4px;
    margin-top: 8px;
    position: relative;
}

.score-item .score-percent {
    position: absolute;
    left: 0;
    top: 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: 80px;
}

.atbs-review__product-image.not-exist-img {
    position: relative;
    padding-top: 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 .post-score-circle {
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, .2));
}

.atbs-review__product {
    margin-right: 30px;
}

.atbs-review__product .media-left {
    padding-right: 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 (min-width: 768px) {
    .atbs-review__product-image.not-exist-img {
        padding-top: 70px;
    }
    .atbs-review__overall-score {
        margin-top: -50px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .atbs-review__overall-score {
        margin-top: -42px;
    }
}

@media (max-width: 991px) and (min-width: 481px) {
    .atbs-review .atbs-review__list-title {
        font-weight: 600;
    }
}

@media (max-width: 767px) {
    .atbs-review__inner {
        position: relative;
    }
    .atbs-review__overall-score {
        text-align: center;
    }
    .atbs-review__inner>*:not(:last-child) {
        margin-bottom: 25px;
    }
    .atbs-review__overall-score {
        position: absolute;
        top: -15px;
        left: 50%;
        transform: translateX(-50%);
    }
    .atbs-review .post-score-circle--l {
        width: 100px;
    }
    .atbs-review .post-score-circle--l .post-score-value {
        font-size: 40px;
    }
    .atbs-review .atbs-review__product-name {
        font-size: 22px;
        font-size: 1.5714rem;
        /*font system*/
        line-height: 1.41;
    }

    .atbs-review .atbs-review__top {
        margin-top: 100px;
        margin-bottom: 35px;
    }
    .atbs-review__product.media .atbs-review__product-name {
        font-size: 20px;
    }
    .atbs-review__product .media-left {
        vertical-align: top;
    }

    .atbs-review__pros-and-cons .flex-box > * {
        width: 100%;
    }
    .atbs-review__inner {
        padding: 30px;
    }
}

@media (max-width: 480px) {
    .atbs-review__product .media-left {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
    .atbs-review__product-image {
        margin: 0 auto;
        width: 200px;
    }
    .atbs-review__product-image.not-exist-img {
        padding-top: 200px;
    }
    .atbs-review__product .media-middle {
        text-align: center;
    }

    .atbs-review__inner {
        padding: 20px;
    }
}

@media (max-width: 380px) {
    .atbs-review .post-score-circle--l {
        width: 90px;
    }
    .atbs-review .post-score-circle--l .post-score-value {
        font-size: 34px;
    }


    .atbs-review__product-image {
        width: 170px;
    }

}


/** 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: 42px;
    }
    .atbs-review__overall-score {
        margin-top: -50px;
    }
}


/* /review ----------------------- */

.post-score-hexagon .hexagon-svg {
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
}
/*@end file 57*/
/** Icons **/

.atbs-leonas-icon-close {
    display: block;
    width: 40px;
    height: 2px;
    background-color: currentColor;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.atbs-leonas-icon-close::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    background-color: var(--color-text);
    width: 40px;
    height: 2px;
    -webkit-transform: translateX(-50%) rotate(90deg);
    -moz-transform: translateX(-50%) rotate(90deg);
    -o-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
}

.atbs-leonas-icon-right-arrow {
    color: #7e7e7e;
}

@media (max-width: 767px) {
    .atbs-leonas-icon-close,
    .atbs-leonas-icon-close::before {
        width: 35px
    }
}

@media (max-width: 480px) {
    .atbs-leonas-icon-close,
    .atbs-leonas-icon-close::before {
        width: 25px
    }
}

.atbs-leonas-icon-right-arrow {
    position: relative;
    display: block;
    width: 70px;
    height: 2px;
    background-color: currentColor;
}

.atbs-leonas-icon-right-arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 2px;
    width: 22px;
    height: 22px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 767px) {
    .atbs-leonas-icon-right-arrow {
        width: 60px;
    }
    .atbs-leonas-icon-right-arrow::before {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 480px) {
    .atbs-leonas-icon-right-arrow {
        width: 40px;
    }
    .atbs-leonas-icon-right-arrow::before {
        width: 14px;
        height: 14px;
    }
}


/** Animation **/

.slide-in {
    -webkit-animation: slide-in 300ms ease-out forwards;
    -moz-animation: slide-in 300ms ease-out forwards;
    animation: slide-in 300ms ease-out forwards;
}

@-webkit-keyframes slide-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes slide-in {
    from {
        opacity: 0;
        -moz-transform: translateY(20px);
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slide-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

.slide-out {
    -webkit-animation: slide-out 200ms ease-out forwards;
    -moz-animation: slide-out 200ms ease-out forwards;
    animation: slide-out 200ms ease-out forwards;
}

@-webkit-keyframes slide-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
}

@-moz-keyframes slide-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        -moz-transform: translateY(5px);
        transform: translateY(5px);
    }
}

@keyframes slide-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(5px);
        -moz-transform: translateY(5px);
        -o-transform: translateY(5px);
        transform: translateY(5px);
    }
}


/*
    Layout
*/

.atbs-leonas-search-full-style-2 {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 0;
    background-color: #fff;
    visibility: hidden;
    pointer-events: none;
    z-index: 999;
    transition: all 600ms;
}

.atbs-leonas-search-full-style-2.is-open {
    height: 100vh;
    visibility: visible;
    pointer-events: auto;
}

.admin-bar .atbs-leonas-search-full-style-2 {
    top: 32px;
}

.admin-bar .atbs-leonas-search-full-style-2.is-open {
    height: -webkit-calc(100vh - 32px);
    height: -moz-calc(100vh - 32px);
    height: calc(100vh - 32px);
}

@media screen and (max-width: 782px) {
    .admin-bar .atbs-leonas-search-full-style-2 {
        top: 46px;
    }
    .admin-bar .atbs-leonas-search-full-style-2.is-open {
        height: -webkit-calc(100vh - 46px);
        height: -moz-calc(100vh - 46px);
        height: calc(100vh - 46px);
    }
}

.atbs-leonas-search-full-style-2 .atbs-leonas-search-full__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    /* -webkit-box-direction: normal; */
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    z-index: 1;
}

.atbs-leonas-search-full-style-2 #atbs-leonas-search-close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    position: absolute;
    right: 15px;
    top: 50px;
    margin: 0;
    height: 25px;
    font-size: 20px;
    cursor: pointer;
    visibility: hidden;
    background: transparent;
    border: 0;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 0;
    z-index: 999;
}

.atbs-leonas-search-full-style-2.is-open #atbs-leonas-search-close {
    top: 30px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    transform: rotate(1turn);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -o-transform;
    -moz-transition-property: opacity, transform, -moz-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform, -moz-transform, -o-transform;
    /*transition-delay: 600ms;*/
    -webkit-transition-duration: 600ms;
    -moz-transition-duration: 600ms;
    -o-transition-duration: 600ms;
    transition-duration: 600ms;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.atbs-leonas-search-full-style-2 .popular-tags .list-horizontal {
    margin: -7.5px;
}

.atbs-leonas-search-full-style-2 .popular-tags .list-horizontal li {
    padding: 7.5px;
}

.search-result-posts-grid-1 .col-left {
    width: 40%;
}

.search-result-posts-grid-1 .col-right {
    width: 60%;
}

.atbs-leonas-search-full-style-2 .atbs-leonas-search-full__form,
.atbs-leonas-search-full-style-2 .atbs-leonas-search-full__results {
    margin: 0 auto;
    width: 1170px;
    max-width: 1200px;
    position: relative;
}

@media(max-width: 1199px) {
    .atbs-leonas-search-full-style-2 .atbs-leonas-search-full__form,
    .atbs-leonas-search-full-style-2 .atbs-leonas-search-full__results {
        width: 940px;
    }
}

@media(max-width: 991px) {
    .atbs-leonas-search-full-style-2 .atbs-leonas-search-full__form,
    .atbs-leonas-search-full-style-2 .atbs-leonas-search-full__results {
        width: 720px;
    }
}

@media(max-width: 767px) {
    .atbs-leonas-search-full-style-2 .atbs-leonas-search-full__form,
    .atbs-leonas-search-full-style-2 .atbs-leonas-search-full__results {
        width: 510px;
    }
}

@media(max-width: 575px) {
    .atbs-leonas-search-full-style-2.is-open .atbs-leonas-search-full__inner,
    .atbs-leonas-search-full-style-2 .atbs-leonas-search-full__form,
    .atbs-leonas-search-full-style-2 .atbs-leonas-search-full__results {
        width: 100%;
    }
    .atbs-leonas-search-full-style-2.is-open .atbs-leonas-search-full__inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.atbs-leonas-search-full-style-2 .atbs-leonas-search-full__results {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -moz-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    height: 100%;
}

.atbs-leonas-search-full__results .container-sm {
    height: 100%;
}


/*
    Content
*/

.atbs-leonas-search-full-style-2 .search-results__inner {
    overflow-y: scroll;
}

.atbs-leonas-search-full-style-2 .search-results__inner::-webkit-scrollbar {
    width: 0;
    display: none;
}

.atbs-leonas-search-full-style-2 .search-results__inner {
    height: 100%;
    position: relative;
    /*transform: translateY(20px);*/
    opacity: 0;
    visibility: visible;
}

.atbs-leonas-search-full-style-2.is-open .search-results__inner {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}

.atbs-leonas-search-full-style-2 .search-results__content {
    padding-right: 5px;
    padding-bottom: 50px;
    overflow-x: hidden;
    overflow-y: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 30px;
}

.atbs-leonas-search-full-style-2 .search-results__content::-webkit-scrollbar {
    width: 4px;
}

.atbs-leonas-search-full-style-2 .search-results__content::-webkit-scrollbar-track {
    background: transparent;
}

.atbs-leonas-search-full-style-2 .search-results__content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.atbs-leonas-search-full-style-2 .search-results__content::-webkit-scrollbar-thumb:hover {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.25);
}


/** Transition **/

.atbs-leonas-search-full-style-2 .search-results__content.default {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    /*    transition-property: opacity, visibility;
    transition-duration: 600ms;
    transition-timing-function: ease-out;*/
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
}

.atbs-leonas-search-full-style-2 .atbs-leonas-search-full__results.is-active .search-results__content.default {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
}

.atbs-leonas-search-full-style-2 .search-results__content:not(.default) {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition-property: opacity, visibility;
    -o-transition-property: opacity, visibility;
    -moz-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: 600ms;
    -moz-transition-duration: 600ms;
    -o-transition-duration: 600ms;
    transition-duration: 600ms;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.atbs-leonas-search-full-style-2 .atbs-leonas-search-full__results.is-active .search-results__content:not(.default) {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.atbs-leonas-search-full-style-2 .atbs-leonas-search-full__results.is-active .search-results__content:not(.default) .list-item {
    -webkit-animation: abc 0.8s forwards -webkit-calc(var(--index) * 0.2s);
    -moz-animation: abc 0.8s forwards -moz-calc(var(--index) * 0.2s);
    animation: abc 0.8s forwards calc(var(--index) * 0.2s);
    opacity: 0
}

@-webkit-keyframes abc {
    0% {
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-moz-keyframes abc {
    0% {
        -moz-transform: translateY(60px);
        transform: translateY(60px);
        opacity: 0;
    }
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes abc {
    0% {
        -webkit-transform: translateY(60px);
        -moz-transform: translateY(60px);
        -o-transform: translateY(60px);
        transform: translateY(60px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}


/** Search Form **/

.atbs-leonas-search-full-style-2 .atbs-leonas-search-full__inner {
    opacity: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
}

.atbs-leonas-search-full-style-2.is-open .atbs-leonas-search-full__inner {
    opacity: 1;
}

.atbs-leonas-search-full-style-2 .atbs-leonas-search-full__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    /* -webkit-box-direction: normal; */
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.atbs-leonas-search-full-style-2.is-open:not(.is-active) .atbs-leonas-search-full__inner {
    opacity: 1;
}

.atbs-leonas-search-full-style-2 .atbs-leonas-search-full__form .form-group {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
}

.atbs-leonas-search-full-style-2 .search-form__input {
    position: relative;
    padding: 0;
    min-height: 60px;
    background-color: transparent;
    color: #949494;
    border: none;
    border-bottom: 2px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 100px;
    font-weight: 300;
    letter-spacing: 5px;
    -webkit-appearance: textfield;
}

.atbs-leonas-search-full-style-2 .search-form__input:focus,
.atbs-leonas-search-full-style-2 .search-form__input:focus-within {
    padding: 0 100px 0 0;
    outline: none;
    border: none;
    border-bottom: 2px solid #ddd;
}

.atbs-leonas-search-full-style-2 .search-form__submit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    border: none;
    font-size: 48px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -o-transform;
    -moz-transition-property: opacity, transform, -moz-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.atbs-leonas-search-full-style-2 .search-form__input:focus,
.atbs-leonas-search-full-style-2 .search-form__input:focus-within {
    border-bottom-color: #ddd;
}

.atbs-leonas-search-full-style-2 .search-form__input:focus+.search-form__submit,
.atbs-leonas-search-full-style-2 .search-form__input:focus-within+.search-form__submit {
    opacity: 0.5;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.atbs-leonas-search-full-style-2.is-open #atbs-leonas-search-close>i {
    opacity: 0.5;
    -webkit-transition: opacity 150ms ease-out;
    -moz-transition: opacity 150ms ease-out;
    -o-transition: opacity 150ms ease-out;
    transition: opacity 150ms ease-out;
}

.atbs-leonas-search-full-style-2.is-open #atbs-leonas-search-close {
    z-index: 10;
    ;
}

.atbs-leonas-search-full-style-2.is-open #atbs-leonas-search-close:hover>i,
.atbs-leonas-search-full-style-2.is-open .search-form__submit:hover {
    opacity: 1;
}

.atbs-leonas-search-full-style-2 .search-form__input::-webkit-placeholder {
    color: var(--color-text-light);
}

.atbs-leonas-search-full-style-2 .search-form__input::-webkit-input-placeholder {
    color: var(--color-text-light);
}

.atbs-leonas-search-full-style-2 .search-form__input::-moz-placeholder {
    color: var(--color-text-light);
}

.atbs-leonas-search-full-style-2 .search-form__input:-ms-input-placeholder {
    color: var(--color-text-light);
}

.atbs-leonas-search-full-style-2 .search-form__input::-ms-input-placeholder {
    color: var(--color-text-light);
}

.atbs-leonas-search-full-style-2 .search-form__input::placeholder {
    color: var(--color-text-light);
}


/** Search Result **/

.atbs-leonas-search-full-style-2 .ajax-search .search-results {
    display: block;
    opacity: 1;
    visibility: visible;
    padding-top: 80px;
    max-height: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.atbs-leonas-search-full-style-2.is-active .ajax-search .search-results.is-active {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-height: 100%;
}

.atbs-leonas-search-full-style-2:not(.is-active) .ajax-search .search-results {
    max-height: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
}

.atbs-leonas-search-full-style-2.is-open .atbs-leonas-search-full__inner {
    padding: 50px 50px 0 50px;
}


/** Search Result Section **/

.atbs-leonas-search-full-style-2 .search-results__section {
    margin-bottom: 30px;
}

.atbs-leonas-search-full-style-2 .search-results__section:last-child {
    margin-bottom: 0;
}


/** Search Result Heading **/

.atbs-leonas-search-full-style-2 .search-results__heading {
    margin-bottom: 40px;
    font-size: 20px;
    color: var(--color-primary);
    letter-spacing: 0;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

.search-results__heading--line-below {
    position: relative;
    padding-bottom: 15px;
}

.search-results__heading--line-below::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 40px;
    border-top: 2px solid currentColor;
}

.data-typing-loader {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-25px);
    -moz-transform: translateY(-50%) translateX(-25px);
    -o-transform: translateY(-50%) translateX(-25px);
    -ms-transform: translateY(-50%) translateX(-25px);
    transform: translateY(-50%) translateX(-25px);
}

.is-loading .data-typing-loader {
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.is-loading .search-form__submit {
    visibility: hidden;
    opacity: 0;
}

@media (max-width: 767px) {
    .data-typing-loader {
        -webkit-transform: translateY(-50%) translateX(-20px);
        -moz-transform: translateY(-50%) translateX(-20px);
        -o-transform: translateY(-50%) translateX(-20px);
        -ms-transform: translateY(-50%) translateX(-20px);
        transform: translateY(-50%) translateX(-20px);
    }
    .data-typing-loader svg {
        width: 33px;
        height: 33px;
    }
}

@media (max-width: 480px) {
    .data-typing-loader {
        -webkit-transform: translateY(-50%) translateX(-15px);
        -moz-transform: translateY(-50%) translateX(-15px);
        -o-transform: translateY(-50%) translateX(-15px);
        -ms-transform: translateY(-50%) translateX(-15px);
        transform: translateY(-50%) translateX(-15px);
    }
    .data-typing-loader svg {
        width: 30px;
        height: 30px;
    }
}


/** Popular Searches **/

.atbs-leonas-search-full-style-2 .search-terms-section ul {
    margin-bottom: -10px;
}

.atbs-leonas-search-full-style-2 .search-terms-section li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}

.atbs-leonas-search-full-style-2 .search-term a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
    min-width: 75px;
    height: 35px;
    color: #222222;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    font-size: 0.8571rem;
    text-decoration: none;
    -webkit-transition-property: background-color, color, border-color;
    -o-transition-property: background-color, color, border-color;
    -moz-transition-property: background-color, color, border-color;
    transition-property: background-color, color, border-color;
    -webkit-transition-duration: 150ms;
    -moz-transition-duration: 150ms;
    -o-transition-duration: 150ms;
    transition-duration: 150ms;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.atbs-leonas-search-full-style-2 .search-term a:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
    border-color: var(--color-primary);
}


/** Popular Tags **/

.atbs-leonas-search-full-style-2 .entry-tags li {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #5c5c5c;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.atbs-leonas-search-full-style-2 .entry-tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.atbs-leonas-search-full-style-2 .post-tag {
    position: relative;
}

.atbs-leonas-search-full-style-2 .category-tile__wrap {
    margin-top: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.atbs-leonas-search-full-style-2 .category-tile--sm .category-tile__inner {
    min-width: 200px;
}


/** Search Recent Posts **/

.post--card-sm .post__title {
    font-size: 18px;
    font-size: 1.2857rem;
    /*font system*/
    line-height: 1.44;
}

.post--card-sm a.post__cat {
    margin-bottom: 15px;
}


/*
    Responsive
*/

@media (min-width: 1025px) {
    /*
        Content
    */
    .search-result-posts-grid-1 .post--overlay-tiny .post__title {
        font-size: 20px;
        font-size: 1.4285rem;
        /*font system*/
        line-height: 1.4;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    /** Search Recent Posts **/
    .search-result-posts-grid-1 .post--overlay-tiny .post__title {
        font-size: 18px;
        font-size: 1.2857rem;
    }
}

@media (max-width: 991px) {
    /*
        Layout
    */
    .posts-list-horizontal-style-2.flexbox-wrap-2i>* {
        width: 100%;
    }
    /*
        Content
    */
    .atbs-leonas-search-full-style-2 .search-form__input {
        font-size: 80px;
    }
    .atbs-leonas-search-full-style-2 .search-results__content {
        padding-right: 0;
    }
}

@media (max-width: 991px) and (min-width: 576px) {
    /*
        Content
    */
    .search-result-posts-grid-1 .post--overlay-tiny .post__text {
        min-height: 360px;
    }
    .search-result-posts-grid-1 .post--overlay-tiny .post__title {
        font-size: 20px;
        font-size: 1.4285rem;
        /*font system*/
        line-height: 1.4;
    }
}

@media (max-width: 767px) {
    /*
        Layout
    */
    .search-result-posts-grid-1 [class ^="col-"] {
        width: 50%;
    }
    /*
        Content
    */
    .atbs-leonas-search-full-style-2.is-open #atbs-leonas-search-close {
        top: 10px;
    }
    .atbs-leonas-search-full-style-2 .search-form__input,
    .atbs-leonas-search-full-style-2 .search-form__input:focus,
    .atbs-leonas-search-full-style-2 .search-form__input:focus-within {
        border-width: 3px;
        font-size: 50px;
        letter-spacing: 2px;
    }
}

@media (max-width: 575px) {
    /*
        Layout
    */
    .search-result-posts-grid-1 {
        margin: -20px;
    }
    .search-result-posts-grid-1 [class ^="col-"] {
        padding: 20px;
        width: 100%;
    }
}

@media (max-width: 575px) and (min-width: 481px) {
    /*
        Content
    */
    .search-result-posts-grid-1 .post--overlay-tiny .post__text {
        min-height: 280px;
    }
    .search-result-posts-grid-1 .post--overlay-tiny .post__title {
        font-size: 18px;
        font-size: 18px;
        font-size: 1.2857rem;
    }
}

@media (max-width: 480px) {
    /*
        Content
    */
    .atbs-leonas-search-full-style-2 .search-form__input,
    .atbs-leonas-search-full-style-2 .search-form__input:focus,
    .atbs-leonas-search-full-style-2 .search-form__input:focus-within {
        border-width: 2px;
        font-size: 40px;
    }
    .atbs-leonas-search-full-style-2 .search-results__heading {
        font-size: 18px;
        font-weight: 600;
    }
}

@media (max-width: 420px) {
    /*
        Content
    */
    .atbs-leonas-search-full-style-2 .search-form__input,
    .atbs-leonas-search-full-style-2 .search-form__input:focus,
    .atbs-leonas-search-full-style-2 .search-form__input:focus-within {
        font-size: 35px;
    }
}

@media (max-width: 380px) {
    /*
        Content
    */
    .atbs-leonas-search-full-style-2 .search-form__input,
    .atbs-leonas-search-full-style-2 .search-form__input:focus,
    .atbs-leonas-search-full-style-2 .search-form__input:focus-within {
        font-size: 24px;
    }
    .atbs-leonas-search-full-style-2 .ajax-search .search-results {
        padding-top: 60px;
    }
}

@media (max-width: 480px) {
    .atbs-leonas-search-full-style-2.is-active .atbs-leonas-search-full__inner {
        padding: 32px 50px 0 50px;
    }
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
    outline-offset: 0;
}
/*@end file 58*/
/*----------------------- reaction */
.atbs-article-reactions {
    margin-top: 30px;
    margin-bottom: 55px;
    width: 100%;
}

.atbs-reactions-flex {
    display: flex;
    flex-wrap: wrap;
    flex-flow: row wrap;
    justify-content: center;
    margin: -10px;
}

.atbs-reactions-flex > .atbs-reactions-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

@media(max-width: 767px) and (min-width: 576px) {
    .atbs-reactions-flex {
        margin: -5px;
    }

    .atbs-reactions-flex > .atbs-reactions-col {
        padding: 5px;
    }
}

@media(max-width: 575px) {
    .atbs-reactions-flex > .atbs-reactions-col {
        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: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid var(--color-border, rgba(0,0,0,0.1));
    border-radius: 2px;
    padding-bottom: 15px;
    outline: none;
}

.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: flex;
    flex: 1;
    flex-direction: column;;
    align-items: center;
    text-align: center;
    margin-bottom: 0;
    padding-top: 20px;
}

.atbs-article-reactions .atbs-reactions-content,
.atbs-article-reactions .atbs-reactions-content:active .atbs-reaction-count {
    transition: transfrom 0.4s ;
}

.atbs-article-reactions .atbs-reactions-content .atbs-reaction-count{
    font-weight: 500;
    margin-top: 15px;
    font-size: 12px;
    transition: 0.2s all ease;
    position: relative;
}

@media (max-width: 767px) {
    .atbs-article-reactions .atbs-reactions-content .atbs-reaction-count {
        font-weight: 500;
        margin-top: 13px;
        font-size: 11px;
    }
}

.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 {
    transform: scale(1.4);
}

.atbs-article-reactions .atbs-reactions-content svg {
    transform: scale(0.7);
}

.atbs-article-reactions .atbs-reactions-content .scale-icon svg {
    transform: scale(1);
}

.atbs-article-reactions .atbs-reactions-image svg {
    width: 35px;
    height: 35px;
    transition: 0.2s all ease;
}

@media (max-width: 767px) {
    .atbs-article-reactions .atbs-reactions-image svg {
        width: 30px;
        height: 30px;
    }
}

.atbs-article-reactions .atbs-reaction-name {
    margin-top: 12px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.4px;
    font-weight: 700;
    display: block;
}

@media (max-width: 767px) {
    .atbs-article-reactions .atbs-reaction-name {
        margin-top: 10px;
        font-size: 10px;
    }
}

.atbs-reactions-title {
    font-size: 18px;
    font-size: 1.2857rem;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.2;
}
/* /reaction ----------------------- */
/* reaction */
.atbs-reactions-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-flow: row wrap;
    margin: -10px;
}
.atbs-article-reactions{
    margin-top: 45px;
    clear: both;
}
.atbs-reactions-flex > .atbs-reactions-col{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
       -moz-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
}
@media(max-width: 576px){
    .atbs-reactions-flex > .atbs-reactions-col{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        -webkit-flex: 0 0 33.33%;
           -moz-box-flex: 0;
                flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}
@media(max-width: 419px){
    .atbs-reactions-flex > .atbs-reactions-col{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
           -moz-box-flex: 0;
                flex: 0 0 50%;
        max-width: 50%;
    }
}
.atbs-reactions-content{
    text-align: center;
    margin-bottom: 0;
    cursor: pointer;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    position: relative;
    border: 1px solid rgba(0,0,0,0.1);
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    padding-bottom: 15px;
}
.atbs-article-reactions .atbs-reactions-image{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    text-align: center;
    margin-bottom: 0;
    padding-top: 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 ;
    -moz-transition: transfrom 0.4s ;
    transition: transfrom 0.4s ;
}
.atbs-article-reactions .atbs-reactions-content .atbs-reaction-count{
    font-weight: 500;
    margin-top: 15px;
    font-size: 12px;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    transition: 0.2s all ease;
    position: relative;
}
.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);
    -moz-transform: scale(1.4);
      -o-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);
    -moz-transform: scale(0.7);
      -o-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);
    -moz-transform: scale(1);
      -o-transform: scale(1);
         transform: scale(1);
}
.atbs-article-reactions .atbs-reactions-image svg{
    width: 35px;
    height: 35px;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    transition: 0.2s all ease;
}
.atbs-article-reactions .atbs-reaction-name{
    margin-top: 12px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.4px;
    font-weight: 700;
    display: block;
}
.typography-copy h3.atbs-reactions-title{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.2;
}
/*@end file 59*/
.comments-title,
.comment-list ol.children>li,
.comment-list>li:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.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 {
    background: var(--color-primary);
    color: #fff;
}

.comments-section {
    margin-bottom: 50px;
}
/*@end file 60*/
/* -----------------------------------------------------------------
## Custom CSS
----------------------------------------------------------------- */
body {
    font-family: "Work Sans", Arial, Helvetica, sans-serif;
    /*font-family: "Roboto",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,
.wp-block-archives li 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 .navigation--footer>li>a,
.navigation--footer>li>a ,
.block-heading:not(.carousel-heading--aside-title) .block-heading__title ,
.single .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, Arial, Helvetica, 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 ,
.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: "Work Sans", Arial, Helvetica, sans-serif;
}
.nocomments {
    color: #444;
    font-size: 16px;
}



/*@end file 61*/

.footer-flex-space-between {
  justify-content: space-between;
}
.footer-3 .footer-flex-space-between .footer-center {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .footer-3 .footer-center:last-child {
    padding-bottom: 0;
  }
}








/*Gutenberg*/
.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: #777;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
}
.wp-block-image img {
    display: block;
}
.single-content ol li:not(:last-child),
.single-content ul li:not(:last-child),
.single-content ol li:not(:last-child),
.single-content ul li:not(:last-child),
.single-content ol[class *= 'wp-block-'] li:not(:last-child),
.single-content ul[class *= 'wp-block-'] li:not(:last-child),
.single-content ol[class *= 'wp-block-'] li:not(:last-child),
.single-content ul[class *= 'wp-block-'] li:not(:last-child),
.wp-block-latest-posts__list li:not(:last-child),
.comment-content li:not(:last-child),
.comment-content li:not(:last-child) {
    margin-bottom: 15px;
}
.single-content ol li > ol,
.single-content ol ul > ul,
.single-content ul li > ul,
.comment-content li>ol,
.comment-content li>ul {
    margin-bottom: 0;
    margin-top: 10px;
}

.wp-block-archives li a {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1rem;
}


.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;
}
.single-body--content blockquote p:not(:last-child) {
    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.85);
}
.atbs-dark-mode .typography-copy blockquote p,
.atbs-dark-mode .comment-content blockquote p,
.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 !important;
    line-height: 1.4;
}

.wp-block-cover.has-background-dim.alignleft {
    margin-top: 0;
}
.wp-block-file .wp-block-file__button {
    display: inline-flex;
}
.wp-block-calendar {
    margin-bottom: 2rem;
}
.wp-block-embed figcaption {
    color: #777;
    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: 10px 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;
}
.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");
}

.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);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    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;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 15px;
    min-height: 53px;
    line-height: 1.2;
    color: #fff;
    border: 0;
    font-size: 1.2857rem;
    display: flex;
    flex-wrap: wrap;
    align-items: 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; */
}

