@charset "UTF-8";
/*
Theme Name: Vantage In Ua
Author: olgenur
Description: Based on Trucking Company theme for vantage.in.ua
Requires at least: 5.3
Tested up to: 6.7
Requires PHP: 8.1
Version: 1.250531
*/

/** GLOBALS **/
:root {
    --global-color: black;
    --global-colorr: white;
    --font-head: "Roboto", sans-serif;
    --font-main: "Roboto", sans-serif;
    --block-side-padding: 20px;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    font-size: 62.5%; /* 1rem = 10px */
}
body {
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
    background: #001766!important;
    font-family: var(--font-main);
    color: #2a2d2f;
}
.body-scroll-locked { /* used in theme-custom-script.js */
    overflow: hidden;
}

#vantageinua-page {
    max-width: 2000px;
    margin: 0 auto;
    background-color: white;
    box-shadow: 0px 0px 30px 20px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0px 0px 30px 20px rgba(0,0,0,0.7);
    -moz-box-shadow: 0px 0px 30px 20px rgba(0,0,0,0.7);
}
#content.site-content{
    min-height: 90vh;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: var(--font-main);
    font-size: 1em;
}
a {
    background-color: transparent;
}
b,
strong {
    font-weight: bolder;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
    font-family: var(--font-main);
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
[hidden] {
    display: none;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    clear: both;
    font-weight: bold;
    font-family: var(--font-head)
}
h1,
h2 {
    margin: 0 0 2rem;
    color: #000000;
}
h3,
h4,
h5,
h6 {
    margin: 0 0 1.5rem;
    color: #000000;
}
.entry-title {
    font-weight: bold;
}
.entry-title a {
    background-image: linear-gradient(180deg, transparent 94%, #000 0);
    background-size: 0% 100%;
    background-repeat: no-repeat;
    -webkit-transition: background-size 0.4s ease;
    -moz-transition: background-size 0.4s ease;
    transition: background-size 0.4s ease;
}
.entry-title a:hover {
    text-decoration: none;
    background-size: 100% 100%;
}
.entry-title-large {
    font-size: 5.4rem;
}
.entry-title-big {
    font-size: 4.2rem;
}
.entry-title-medium {
    font-size: 2.2rem;
}
.entry-title-small {
    font-size: 1.6rem;
}
@media (max-width: 991px) {
    .entry-title-big {
        font-size: 2.7rem;
    }
}
p {
    margin-bottom: 1.5em;
    margin-top: 0;
    font-family: var(--font-main);
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
pre {
    background: #eee;
    font-family: var(--font-main);
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
::-moz-selection {
    background: orange;
    color: black;
}
::selection {
    background: orange;
    color: black;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

ul,
ol {
    margin-top: 0;
    margin-bottom: 1rem;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
.data-bg {
    background-color: var(--global-colorr);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    width: 100%;
}
.data-bg-fixed {
    background-attachment: fixed;
}
.data-bg-large {
    height: 700px;
}
.data-bg-big {
    height: 575px;
}
.data-bg-medium {
    height: 400px;
}
.data-bg-small {
    height: 290px;
}
.data-bg-xsmall {
    height: 180px;
}
.data-bg-thumbnail {
    height: 140px;
}
@media (max-width: 991px) {
    .data-bg-large,.data-bg-big,.data-bg-medium,.data-bg-small,.data-bg-xsmall,.data-bg-thumbnail {
        height: 350px;
    }
}

/*----------------------------------------------------*/

h2.entry-title.entry-title-medium, h1.entry-title.entry-title-large span {
    word-wrap: break-word;
}

.wp-block-button__link{
    border-radius: 30px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
form {
    margin-bottom: 3rem;
    margin-top: 3rem;
}
form > *:first-child {
    margin-top: 0;
}
form > *:last-child {
    margin-bottom: 0;
}
legend {
    font-size: 0.85em;
    font-weight: 700;
    padding: 0 1rem;
}
label {
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
}
label.inline,
input[type="checkbox"] + label {
    display: inline;
    font-weight: 400;
    margin-left: 0.5rem;
}
input,
textarea,
button,
.select {
    line-height: 1;
}
input,
textarea,
.select {
    border-color: #000;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    border-radius: 0;
    border-style: solid;
    border-width: 0.2rem;
    box-shadow: none;
    color: inherit;
    display: block;
    margin: 0;
    max-width: 100%;
    outline: none;
    padding: 1.5rem 1.8rem;
    width: 100%;
}

textarea {
    height: 12rem;
    line-height: 1.5;
    width: 100%;
}
select {
    font-size: inherit;
}
input::-webkit-input-placeholder {
    line-height: normal;
}
input:-ms-input-placeholder {
    line-height: normal;
}
input::-moz-placeholder {
    line-height: normal;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
    opacity: 0;
    visibility: hidden;
}
button,
.button,
.wp-block-search__button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0.2rem solid;
    background: var(--global-color);
    border-color: var(--global-color);
    color: inherit;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 1.5rem 2rem;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.15s linear;
    color: #fff !important;
}
.wp-block-button.is-style-outline .wp-block-button__link{
    border: solid 2px var(--global-color);
    color: var(--global-color) !important;
}
.wp-block-button.is-style-squared .wp-block-button__link{
    border-radius: 0;
}
button:hover,
.button:hover,
.wp-block-search__button:hover,
.wp-block-button__link:hover,
.wp-block-file__button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
.button:focus,
.wp-block-search__button:focus,
.wp-block-button__link:focus,
.wp-block-file__button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    text-decoration: none;
    border-color: var(--global-color);
}
button:focus,
.button:focus,
.wp-block-search__button:focus,
.wp-block-button__link:focus,
.wp-block-file__button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: 2px solid;
}
button:hover,
.button:hover,
.wp-block-search__button:hover,
.wp-block-button__link:hover,
.wp-block-file__button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:active,
.button:active,
.wp-block-search__button:active,
.wp-block-button__link:active,
.wp-block-file__button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    outline: none;
}
.post-password-form {
    padding: 40px;
    background: #f8f9fa;
}
.post-password-form label {
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.post-password-form input[type="password"] {
    min-height: 40px;
}
.post-password-form input[type="submit"] {
    padding: 0 2rem;
    min-height: 40px;
    height: 100%;
    border-radius: 0;
}
.post-password-form > p:first-child {
    font-size: 1.25rem;
    margin-bottom: 2rem;
}
.post-password-form > p:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 0;
}
.btn-fancy {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0;
    outline: 0;
    transition: color 0.4s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
    padding: 9px 27px;
}
.btn-fancy-primary {
    background-color: #fff;
    color: var(--global-color);
}
.btn-fancy-secondary {
    background-color: var(--global-color);
    color: #fff;
}
.btn-fancy-primary:hover,
.btn-fancy-primary:focus {
    background-color: #000;
    color: #fff;
}
.btn-fancy-secondary:hover,
.btn-fancy-secondary:focus {
    background-color: #000;
    color: #fff;
}
.theme-btn-link {
    font-size: 1.6rem;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #000;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #2c4692;
}
a:hover,
a:focus,
a:active {
    outline: none;
}
a:focus-visible {
    outline: 2px solid;
}
.entry-content a:not(.more-link):not(.button):not(.wp-block-button__link),
.entry-summary a:not(.more-link):not(.button),
.widget_text a:not(.more-link):not(.button),.comment-content a {
    text-decoration: underline;
}
.entry-content p{
    word-wrap: break-word;
}
    
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
.skip-link {
    font-size: 16px !important;
}
#content[tabindex="-1"]:focus {
    outline: 0;
}
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0s !important;
        transition-duration: 0s !important;
    }
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.widget:before,
.widget:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.widget:after,
.site-footer:after {
    clear: both;
}

.site-content .data-bg:not(.site-content .single-featured-banner .data-bg) {
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}
.site-content .data-bg:hover:not(.site-content .single-featured-banner .data-bg) {
    filter: blur(0.15rem);
}
.site-content .single-featured-banner {
    color: #fff;
}
.site-content .single-featured-banner .data-bg {
    position: relative;
    padding: 15rem 0;
    background-attachment: fixed;
}
.site-content .single-featured-banner .data-bg::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.14);
}
.site-content .single-featured-banner .featured-banner-content .entry-meta a {
    color: inherit;
}
.site-content .single-featured-banner .breadcrumbs ul li span:before,
.site-content .single-featured-banner .entry-meta-item::before {
    color: #fff;
}
.tab-icon {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.site-content .tab-icon {
    width: 20px;
    height: 20px;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.theme-widget-list li .article-list {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
.theme-widget-list li:last-child .article-list {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.theme-widget-list .article-image {
    position: relative;
}
.trend-item {
    background-color: #000;
    color: #fff;
    height: 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    left: 15px;
    bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 20px;
    outline: 2px solid #000;
    outline-offset: 4px;
    z-index: 1;
}
.category-widget-header .category-title,
.category-widget-header .post-count {
    display: inline-block;
    vertical-align: middle;
}
.category-widget-header .category-title {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.category-widget-header .post-count {
    background-color: #000;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    padding: 0 10px;
    text-align: center;
    width: 40px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border-radius: 100%;
}
.category-widget-description,
.category-latest-article .entry-title {
    margin-top: 15px;
    margin-bottom: 0;
}
.author-widget-details .profile-data-bg {
    border-radius: 100%;
    border: 5px solid #fff;
    height: 160px;
    margin: 0 auto;
    width: 160px;
}
.data-bg-enable.author-widget-details .profile-data-bg {
    margin-top: -80px;
}
.author-widget-details .author-content {
    text-align: center;
}
.author-content .entry-title {
    margin-top: 10px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
@media (max-width: 767px) {
    .header-wrapper{
        text-align: center;
    }
    .header-wrapper, .header-wrapper .header-areas-left, .header-wrapper .header-areas-center, .header-wrapper .header-areas-right{
        display: grid;
        justify-content: unset;
    }
    .header-wrapper .header-areas-left,.header-wrapper .header-areas-right {
        justify-content: unset;
        margin-bottom: 15px;
        display: flex;
        justify-content: center;
    }
    .navbar-controls{
        justify-content: center;
    }
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}
.updated:not(.published) {
    display: none;
}
.entry-header-1 {
    margin-top: 3rem;
    padding-top: 3rem;
}
@media (max-width: 991px) {
    .entry-header-1 .entry-title {
        font-size: 4rem;
    }
}
@media (max-width: 575px) {
    .entry-header-1 .entry-title {
        font-size: 3rem;
    }
}
.entry-title a {
    color: inherit;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.wrapper,
.wrapper-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.wrapper {
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 1400px) {
    .wrapper-fluid {
        max-width: 90%;
    }
}
@media (min-width: 992px) {
    .wrapper {
        max-width: 1140px;
    }
}
@media only screen and (min-width: 1441px) {
    .wrapper {
        max-width: 1400px;
    }
}
@media screen and (min-width:1700px) and (max-width:1900px){
    .wrapper{
        max-width: 1520px;
    }
}
@media screen and (min-width:1920px) {
    .wrapper{
        max-width: 1620px;
    }
}

.content-area {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 3rem;
    width: 100%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
@media (max-width: 1400px) {
    .content-area {
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
    }
}
@media (max-width: 1024px) {
    .content-area {
        -ms-flex-order: 1;
        order: 1;
    }
}
.no-sidebar .content-area {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.left-sidebar .content-area #site-content {
    padding-left: 2%;
}

.left-sidebar .widget-area {
    border-right: 1px solid;
}
.left-sidebar .widget-area-wrapper .widget {
    margin-right: 40px;
}
@media (max-width: 1400px) {
    .left-sidebar .content-area #site-content {
        padding-left: 0;
    }
}

.right-sidebar .content-area {
    -ms-flex-order: 1;
    order: 1;
}
.right-sidebar .content-area #site-content {
    padding-right: 2%;
    padding-left: 0;
}
@media (max-width: 1400px) {
    .right-sidebar .content-area #site-content {
        padding-right: 0;
    }
}

@media (max-width: 1024px) {
    .content-area,
    .widget-area {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.alignnone,
.aligncenter {
    margin-bottom: 4rem;
    margin-top: 4rem;
}
.alignwide,
.alignfull {
    margin-bottom: 6rem;
    margin-top: 6rem;
}
.alignleft {
    margin: 0.5rem 2.5rem 2.5rem 0;
}
.alignright {
    margin: 0.5rem 0 2.5rem 2.5rem;
}
@media only screen and (min-width: 1400px) {
    .entry-content .alignwide {
        margin-left: -2rem;
        margin-right: -2rem;
    }
}
.alignfull > figcaption,
.alignfull > .wp-caption-text {
    width: calc(100% - 8rem);
}
.entry-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.2rem;
    text-transform: uppercase;
}
.entry-meta-center {
    justify-content: center;
}
.entry-meta a {
    text-decoration: none;
}
.entry-meta-item,
.entry-meta .cat-links a {
    position: relative;
}
.cat-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.entry-meta .cat-links a {
    display: inline;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-right: 1rem;
    margin-right: 0.5rem;
}
.entry-meta .cat-links a:hover:not(.entry-meta .cat-links a:first-child) {
    opacity: 0.6;
}
.entry-meta .cat-links a::before,
.entry-meta-item::before {
    position: absolute;
    content: "/";
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-weight: 600;
    color: #000;
}
.entry-meta .cat-links a:last-child {
    margin-right: 0;
    padding-right: 0;
}
.entry-meta .cat-links a:last-child::before {
    display: none;
}
.entry-meta .cat-links a:first-child {
    color: var(--global-color);
}
.entry-meta .cat-links a:first-child:hover,
.entry-meta .cat-links a:first-child:focus {
    color: #000;
}
.entry-meta .entry-meta-item {
    margin: 0 1rem 1rem 0;
    padding-right: 1.5rem;
}
.entry-meta .entry-meta-item:last-child {
    margin-right: 0;
    padding-right: 0;
}
.entry-meta .entry-meta-item:last-child::before {
    display: none;
}
.entry-meta-left .entry-meta-avatar {
    width: 40px;
    border-radius: 50%;
    margin-bottom: 0;
    margin-right: 1rem;
    overflow: hidden;
}
.entry-meta .entry-meta-right .entry-meta-item {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 0;
}

.entry-meta-wrapper {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
}
.entry-meta-item .entry-meta-icon {
    margin-right: 1rem;
}
.entry-meta-label {
    margin-right: 5px;
}
.post-navigation {
    border-style: solid;
    border-width: 0.1rem 0;
}
.post-navigation .nav-links {
    display: flex;
}
.post-navigation .nav-links > div + div {
    margin-top: 1rem;
}
.post-navigation a {
    align-items: baseline;
    display: flex;
    text-decoration: none;
}
.post-navigation .arrow {
    margin-right: 1rem;
}
@media (max-width: 767px) {
    .post-navigation .nav-links {
        display: block;
    }
    .navigation-wrapper .post-navigation .nav-links > div {
        max-width: 100%;
        margin: 2rem 0;
    }
}
/* article wrapper  */
.post-thumbnail,
.theme-article-image,
.entry-thumbnail {
    position: relative;
    overflow: hidden;
}
.site-content .article-wraper-archive {
    display: grid;
    gap: 20px;
}

.site-content .article-wraper-archive .theme-article-post {
    position: relative;
    width: 100%;
    overflow: hidden;
    word-wrap: break-word;
    hyphens: auto;
}
.site-content .content-area .theme-article-image {
    margin-bottom: 2rem;
}

/* SINGLE PAGINATION */
.post-navigation {
    font-size: 1.8rem;
    padding: 3.5rem 0;
    margin-bottom: 5rem;
    margin-top: 5rem;
}
@media (max-width: 1024px) {
    .post-navigation {
        margin-bottom: 3rem;
    }
}
.post-navigation .nav-links {
    flex-direction: row;
    justify-content: space-between;
}
.post-navigation .nav-links > div {
    max-width: calc(50% - 2rem);
}
.post-navigation .nav-links > div + div {
    margin: 0 0 0 4rem;
}
.post-navigation .arrow {
    margin: 0 2rem 0 0;
}
.post-navigation .nav-next:only-child {
    margin-left: auto;
}
.post-navigation .nav-next a {
    flex-direction: row-reverse;
    text-align: right;
}
.post-navigation .nav-next .arrow {
    margin: 0 0 0 2rem;
}
.theme-ajax-post-load {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6rem;
}
.pagination {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
    text-align: center;
}
.pagination a {
    color: inherit;
}
.pagination .page-numbers {
    display: inline-block;
    margin-right: 1.25em;
    color: #abadaf;
}
.pagination .page-numbers.current {
    color: #161719;
}
.pagination .page-numbers:last-child {
    margin-right: 0;
}
@media only screen and (min-width: 600px) {
    .pagination .prev:after,
    .pagination .next:before {
        position: relative;
        display: inline-block;
        width: 2.25rem;
        height: 1px;
        content: "";
        vertical-align: middle;
        background-color: #eaebee;
    }
    .pagination .prev:after {
        margin-left: 1.25em;
    }
    .pagination .next:before {
        margin-right: 1.25em;
    }
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}
.infinity-end.neverending .site-footer {
    display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
embed,
iframe,
object {
    max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin: 1em 0 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption.aligncenter {
    margin-left: auto;
    margin-right: auto;
}
.wp-caption.alignleft {
    margin-right: 20px;
}
.wp-caption.alignright {
    margin-left: 20px;
}
.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer-widgetarea {
    border-top: 1px solid;
    padding-bottom: 5rem;
    padding-top: 7.5rem;
}
.site-info {
    border-top: 1px solid;
    padding: 6rem 0;
    font-size: 1.6rem;
    font-weight: 300;
}
.footer-credits {
    align-items: baseline;
    display: flex;
    flex-shrink: 0;
    justify-content: flex-start;
}
.footer-credits a {
    text-decoration: underline;
}
@media only screen and (max-width: 767px) {
    .footer-widgetarea {
        padding-bottom: 3rem;
        padding-top: 3rem;
    }
    .site-info {
        padding: 3rem 0;
    }
}
/*--------------------------------------------------------------
## Rough
--------------------------------------------------------------*/
.site-navigation,
.offcanvas-main-navigation li,
.offcanvas-main-navigation .sub-menu,
.offcanvas-main-navigation .submenu-wrapper .submenu-toggle,
.post-navigation,
.widget .tab-head .twp-nav-tabs,
.widget-area-wrapper .widget,
.footer-widgetarea,
.site-info,
.site-content .widget-area,
.widget-title,
.widget_block .wp-block-group > .wp-block-group__inner-container > h2,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
    border-color: #ededed;
}
body.hide-comment-rating .tpk-single-rating,
body.hide-comment-rating .tpk-comment-rating-label,
body.hide-comment-rating .comments-rating,
body.hide-comment-rating .tpk-star-rating {
    display: none;
}
/*--------------------------------------------------------------
## Plugin Support
--------------------------------------------------------------*/
.elementor-html .preloader {
    display: none;
}
.offcanvas-wraper,
.header-searchbar-inner {
    background: #ffffff;
}
#comments .comment-body .comment-content,
#comments .comment-reply-link,
#comments p.comment-notes,
#comments p.logged-in-as,
#comments p.must-log-in {
    font-size: 95%;
    line-height: 1.8;
}
/*--------------------------------------------------------------
##Back to top
--------------------------------------------------------------*/
.align-text-right {
    text-align: right;
}
.to-the-top > * {
    pointer-events: none;
}

.theme-article-post {
    margin-bottom: 3rem;
    padding-bottom: 6rem;
}
.theme-article-post .entry-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 3rem;
    width: 100%;
}

.theme-article-post .entry-title {
    position: relative;
    margin-bottom: 2rem;
    transition: all 0.3s cubic-bezier(0.72, 0.16, 0.345, 0.875);
}
.theme-custom-block {
    position: relative;
}

.theme-banner-block .theme-article-post {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.theme-banner-block .theme-article-post .entry-title a{
    color: #fff;
}


.theme-related-block {
    margin-top: 2rem;
    padding-top: 2rem;
}
.related-posts .related-post-item {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}
@media (max-width: 991px) {
    .theme-related-block .related-posts .post-thumbnail {
        margin-bottom: 2rem;
    }
}

.theme-post-format {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1;
    z-index: 1;
}
.theme-article-post .column-order-1 .theme-post-format {
    left: inherit;
    right: 0;
}
.theme-post-format .post-format-icom {
    margin-right: 5px;
}
.page-template-frontpage .theme-post-format{
    display: none;
}
/* Hide JS Functionalities ------------------------ */
.js .show-js {
    display: block !important;
}
.js .hide-js {
    display: none !important;
}
.no-js .show-no-js {
    display: block !important;
}
.no-js .hide-no-js {
    display: none !important;
}
a:focus,
button:focus,
.navbar-control:focus-visible > .navbar-control-trigger {
    outline-color: orange;
}
.theme-post-format {
    background-color: var(--global-color);
    color: #fff;
}
.theme-image-responsive {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 4;
}
.theme-image-responsive:focus {
    border: 2px solid var(--global-color);
}

.article-content {
    margin-top: 1.5rem;
}
.article-content .category-title {
    font-weight: 400;
}
/* categories carousel  */
.theme-transform-zoom .data-bg {
    transform: scale(1);
    transition: 0.4s ease;
}
.post-thumb-categories {
    overflow: hidden;
}
.theme-transform-zoom:hover .data-bg {
    transform: scale(1.15);
}

h1.site-title,.site-title,.site-title p{
    font-family: var(--font-head);
}



/* Add the styles for Newer/Older pagination (Previous/Next) */
.navigation.posts-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    padding: 0;
}

.navigation.posts-navigation .nav-links {
    display: flex;
    justify-content: space-between;
    width: 30%;
}

/* Responsive Adjustments */
@media (max-width: 600px) {
    .site-content .article-wraper-archive {
        grid-template-columns: 1fr !important;
    }
    .about-image-box {
        margin-top: 20px;
    }
    .navigation.pagination .page-numbers {
        display: block;
    }
    ul.page-numbers li {
        margin: 5px 0;
    }
    .navigation.posts-navigation .nav-links {
        width: 60%;
    }
    .navigation.posts-navigation .nav-previous a, .navigation.posts-navigation .nav-next a {
        padding: 5px 7px;
        font-size: 14px;
    }
}

.site-content .article-wraper-archive .theme-article-post {
    margin-bottom: 20px;
}
#single-page .post-thumbnail img{
    object-fit: cover;
}
