:root {
    --accent: #a16800;
    --accent-el: #EFAD00
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

* {
    box-sizing: border-box
}

body {
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    font-size: 1rem;
    margin: unset;
    color: #161616
}

img {
    max-width: 100%;
    height: auto
}

iframe {
    min-height: 300px
}

button,
input,
select,
textarea {
    font-family: inherit
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s
}

h1,
h2,
h3,
h4 {
    font-weight: 500;
    margin-top: 1.5em;
    color: rgb(140 80 0)
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.35em
}

table {
    border-collapse: collapse
}

td,
th {
    padding: 1em;
    border: solid 1px #ddd
}

.nomargin {
    margin: 0
}

@media screen and (max-width:1024px) {

    td,
    th {
        padding: .51em
    }
}

table tr:nth-child(odd) {
    background-color: rgba(204, 143, 28, .1)
}

.classic_post h1,
.classic_post h2,
.classic_post h3,
.classic_post h4,
.elementor-widget-text-editor h2,
.elementor-widget-text-editor h3 {
    color: rgb(140 80 0)
}

.archive .page-header h1,
.error404 .page-header h1 {
    color: rgb(160 100 0)
}

nav.pagination a {
    color: #643c00;
    display: inline-block;
    padding: .5em
}

nav.pagination span {
    display: inline-block;
    padding: .5em
}

.classic_post.container {
    max-width: 1500px;
    margin: 0 auto;
    padding-top: 3rem
}

.classic_post .content-wrapp,
.classic_post .thumbnail-wrapp {
    position: relative;
    margin: 0 auto;
    padding: 0 1.5em;
    max-width: 1500px;
    margin-bottom: 2rem
}

@media screen and (min-width:1025px) {

    .classic_post .content-wrapp,
    .classic_post .thumbnail-wrapp {
        width: 80%
    }
}

.classic_post .post-title.entry-title {
    text-align: center;
    font-weight: 400
}

.classic_post .post-title.entry-title h1 {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.25em
}

.classic_post a {
    color: #333;
    text-decoration: underline
}

.classic_post .big-preview.single-big {
    max-height: 100vh;
    overflow: hidden
}

.archive #content:before,
main.main-content .classic_post:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50vh;
    background-color: #cc8F1C26;
    z-index: -1
}

img.size-featured_large,
img.size-full {
    clear: both;
    margin: 1rem auto;
    display: block
}

ul#menu-primary {
    margin: 0;
    padding: 0
}

section {
    margin: unset
}

a,
li>a,
span {
    text-decoration: none
}

body.lock {
    overflow: hidden
}

.footer .container {
    padding: 0 1.5em
}

.article-list .container {
    padding: 4rem 2rem
}

.article-list .page-content {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem
}

.archive-description ol,
.archive-description ul {
    list-style: none
}

@media screen and (min-width:1025px) {

    .archive-description ol,
    .archive-description ul {
        column-count: 3;
        margin-bottom: 3rem
    }
}

.archive-description ol a,
.archive-description ul a {
    color: #333;
    text-decoration: underline;
    line-height: 2rem
}

.article-list .page-content article {
    flex: 1 0 320px;
    position: relative;
    display: flex
}

@media screen and (max-width:660px) {
    .article-list .page-content article {
        flex-direction: column;
        min-height: 320px
    }
}

.archive .article-list h2.entry-title,
.error404 .article-list h2.entry-title {
    position: absolute;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    background: linear-gradient(180deg, rgba(107, 71, 10, .8) 17.5%, rgba(200, 126, 0, .72) 65%, rgba(200, 126, 0, .1) 70%);
    margin: unset;
    padding: 1em;
    font-size: 1.75rem
}

.archive .article-list h2.entry-title>a,
.error404 .article-list h2.entry-title>a {
    color: #fdfdfd;
    height: 100%;
    width: 100%;
    display: block;
    text-transform: uppercase
}

.archive .post>img,
.error404 .post>img {
    min-height: 100%;
    object-fit: cover
}

nav.pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    margin-top: 2rem
}

.benefit-section {
    padding: 3em 0
}

.benefit-section .container {
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 1.5em
}

.benefit-container {
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: row;
    gap: 1em;
    flex-wrap: wrap;
    list-style: none;
    padding-inline-start: 0;
    margin: 0
}

.benefit-card {
    flex: 1 0 200px;
    margin-top: 2rem
}

.benefit-card_icon {
    display: inline-block;
    margin-bottom: 2.375em;
    width: 100px;
    height: 100px
}

.benefit-card_icon>img {
    height: 100px
}

.benefit-card_title {
    margin-bottom: 1.7em;
    font-size: 1.25rem
}

.benefit-card_text {
    font-size: .99rem
}

.benefit-section::before {
    content: '';
    display: block;
    height: 2px;
    background: #efad00;
    width: 80%;
    margin: 0 auto 5em
}

.post-autor,
.post-date {
    display: inline-block
}

.breadcrumb {
    background: #fff;
    padding: 10px 20px;
    text-align: center
}

.breadcrumb>a {
    padding: 1em;
    color: #000
}

.post_info,
.post_tags {
    text-align: center;
    text-transform: uppercase
}

.post_tags>a {
    text-decoration: underline;
    color: #000;
    display: inline-block;
    padding: .25em
}

.elementor-widget-text-editor h1 {
    color: rgb(160 100 0)
}

.elementor-widget-container h2:first-of-type,
.elementor-widget-text-editor h1:first-of-type {
    margin-top: 0
}

.elementor-widget-container p+h2:first-of-type {
    margin-top: 2em
}

.elementor-element li {
    line-height: 2rem
}

.elementor-element a {
    line-height: 2rem;
    color: #333
}

.elementor-element .elementor-widget-text-editor a {
    text-decoration: underline
}

.elementor-widget-container .elementor-heading-title {
    margin: 2em 0 1em;
    text-align: center
}

.elementor-element.airports {
    background-image: url("https://www.mercuryjets.com/wp-content/themes/mercury-jets/assets/images/new-airoport-bg_mb.webp") !important;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover
}

.elementor-element.cost_charter .elementor-element h3 {
    color: #161616
}

.airports .e-con,
.airports2 .e-con,
.cta_bottom_block .e-con {
    background-color: #33333383;
    color: #fff
}

.elementor-element.airports2>.elementor-element h2,
.elementor-element.airports2>.elementor-element h3,
.elementor-element.airports>.elementor-element h2,
.elementor-element.airports>.elementor-element h3,
.elementor-element.cta_bottom_block>.elementor-element h2,
.elementor-element.cta_bottom_block>.elementor-element h3 {
    color: #f6f6f6
}

.elementor-element.airports .elementor-element,
.elementor-element.airports2 .elementor-element,
.elementor-element.cta_bottom_block .elementor-element {
    line-height: 2
}

.elementor-element.airports a,
.elementor-element.airports2 a,
.elementor-element.cta_bottom_block a {
    color: #fff;
    text-decoration: underline;
    line-height: 2em
}

.cta_block {
    text-align: center
}

.cta_block .cta_buttons a,
.cta_bottom_block .cta_buttons a,
.cta_bottom_block .cta_buttons button {
    color: #fff;
    text-decoration: none;
    padding: .5em 1em;
    background: #9d6700;
    font-weight: 500;
    margin: 1em;
    display: inline-block;
    border-radius: 4px;
    box-shadow: 3px 3px 5px #33333333
}

.elementor-element.airportinfo table {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    border-collapse: collapse
}

.elementor-element.airportinfo table td,
.elementor-element.airportinfo table th {
    padding: .5em 1em;
    border: solid 1px #ddd
}

.elementor-element.airportinfo table th {
    text-align: right
}

.elementor-element.airportinfo table tr:nth-child(odd) {
    background-color: #f2f2f2
}

.tail_icons .tail_icons+div {
    font-size: 125%
}

.tail_icons .tail_icons img {
    width: 120px;
    height: 120px
}

.tail_performance table {
    margin: 1rem auto
}

.aircraft-section h3 {
    text-align: center
}

.aircraft-section .category_title {
    font-size: 1.5rem
}

.aircraft-section .category_decsription {
    font-size: .9rem
}

.aircraft-section .category_decsription ul {
    padding: 0 1rem
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center
}

.gallery .gallery-item {
    flex: 0 1 300px;
    text-align: center;
    position: relative
}

.gallery-item .categoryt-title {
    position: absolute;
    top: 1em;
    left: 1em;
    right: 1em;
    min-height: 6em;
    background-color: rgba(33, 33, 33, .53)
}

.gallery-item .categoryt-title a,
.gallery-item a .categoryt-title {
    padding: 1em;
    display: inline-block;
    color: #fdfdfd;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
    font-weight: 700
}

.gallery .gallery-item img {
    object-fit: cover;
    height: 300px
}

.tailcategories .gallery-item img {
    height: 240px;
    object-fit: cover
}

.tailcategories .slider-item img {
    height: 20vh;
    object-fit: cover
}

.elementor-accordion .elementor-tab-title span.elementor-accordion-icon svg {
    fill: var(--accent);
    width: 1.25em;
    height: 1.5em;
    vertical-align: top
}

.cost_charter .elementor-widget:first-child::before {
    content: '';
    display: block;
    height: 2px;
    background: #efad00;
    width: 80%;
    margin: 0 auto 3em
}

.custome-awesome-wrapper {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 1em;
    margin-bottom: 2em
}

.custom-awesome-today-stats {
    border-color: #cc8f1c;
    padding: 0 1em;
    border-right: 2px solid #cc8f1c;
    border-left: 2px solid #cc8f1c
}

.custom-awesome-weather-forecast-day-wrapper {
    display: flex;
    gap: 2.5em;
    text-align: center;
    justify-content: center
}

.custome-awesome-current-temp {
    font-size: 2.1rem
}

.custom-awesome-today-stats_title {
    font-size: 1.7rem
}

.temp-F {
    border-style: none;
    border-top: 1px solid
}

@media (min-width:768px) {
    .elementor-element.airports {
        background-image: url("https://www.mercuryjets.com/wp-content/themes/mercury-jets/assets/images/new-airoport-bg_pc.webp") !important;
        background-repeat: no-repeat;
        background-position: 100% 70%;
        background-size: 115% auto
    }

    .awesome-weather-wrap {
        display: flex;
        gap: 4.5em;
        justify-content: center
    }

    .custome-awesome-wrapper {
        margin-bottom: unset
    }

    .article-list .page-content article {
        flex: 1 0 420px;
        position: relative;
        display: flex;
        max-width: 600px
    }
}

@media (min-width:1680px) {
    .article-list .page-content article {
        flex: 0 0 420px
    }
}

span.info_icon {
    display: inline-block;
    width: 1.25em;
    height: 1.25em;
    border: solid 2px;
    border-radius: 50%;
    font-size: 1rem;
    line-height: 1.15em;
    color: var(--accent);
    vertical-align: middle;
    font-weight: 700;
    cursor: pointer;
    margin-left: .5em
}

#cboxContent {
    color: #333
}

.tailcategories * {
    box-sizing: border-box
}

.tailcategories {
    width: 100%;
    min-height: 200px;
    overflow: hidden;
    padding: 3rem 0
}

.tailcategories .inner {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    transition: all .3s ease-in-out;
    gap: 2rem
}

.tailcategories .inner>div {
    flex: 1 0 33%;
    min-height: 200px;
    transition: all .5s ease-in-out;
    max-width: 500px;
    min-width: 300px;
    padding: 2em;
    text-align: center
}

.tailcategories .inner>div.active {
    transform: scale(1.2)
}

.tailcategories button {
    position: absolute;
    top: 0;
    bottom: 0;
    line-height: 100%;
    width: 150px;
    border: none;
    color: #cc8f1c;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all .3s ease-in-out
}

@media screen and (max-width:767px) {
    .tailcategories button {
        width: 50px
    }

    p.cta_buttons {
        text-align: center
    }

    .elementor-widget-container h2:first-of-type,
    .elementor-widget-text-editor h1:first-of-type {
        margin-top: 0
    }

    table {
        border-collapse: collapse;
        overflow-x: auto;
        max-width: 100%;
        display: block
    }

    .elementor-hidden-phone {
        display: none
    }
}

.tailcategories button.prev {
    left: 0;
    background: linear-gradient(to right, #fff 60%, transparent);
    text-align: left;
    padding: 0
}

.tailcategories button.next {
    right: 0;
    background: linear-gradient(to left, #fff 60%, transparent);
    text-align: right;
    padding: 0
}

.tailcategories li {
    text-align: left;
    list-style: none;
    border-bottom: solid 1px #efad00
}

.tailcategories li span {
    display: inline-block;
    min-width: 150px;
    font-weight: 500
}

.post_info {
    border-top: #80808069 1px solid;
    border-bottom: #80808069 1px solid;
    padding: 1em
}

.post-date {
    border-right: #80808069 1px solid;
    padding-right: .5em
}

.post-autor {
    padding-left: .5em
}

.post-autor>a {
    color: #000
}

.breadcrumbs_list-items {
    list-style-type: none;
    padding: unset;
    gap: 1em
}

ul.breadcrumbs_list-items>li {
    display: inline
}

ul.breadcrumbs_list-items>li>a {
    text-decoration: underline;
    color: #000;
    padding: .25em
}

.av-share-box {
    width: 100%;
    font-size: 13px;
    margin-top: 30px;
    padding: 0
}

.av-share-box .av-share-link-description {
    margin-bottom: 20px
}

.av-share-link-description {
    display: block;
    text-align: center
}

.h5 {
    font-size: 16px;
    line-height: 1.1em;
    color: #000;
    margin: 0 0 20px;
    font-weight: 600;
    padding: 0;
    border: 0
}

.av-share-box ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    display: table;
    width: 100%;
    text-align: center;
    table-layout: fixed;
    border-radius: 3px;
    background: 0 0
}

.av-share-box ul li:first-child {
    border: none
}

.av-share-box ul li {
    margin: 0;
    padding: 0;
    display: table-cell;
    border-left-style: solid;
    border-left-width: 1px
}

.av-share-box ul li a {
    display: block;
    padding: 15px 0;
    text-decoration: none;
    color: inherit;
    font-size: 14px
}

.av-share-link a svg {
    fill: #000
}

.main_color .avia-tt {
    background-color: #fff;
    color: #202020
}

.avia-related-tooltip .avia-arrow-wrap {
    top: auto;
    bottom: 0;
    position: absolute;
    left: 50%
}

.avia_hidden_link_text {
    display: none
}

.av-social-link-facebook:hover a {
    color: #fff;
    background-color: #37589b
}

.av-social-link-twitter:hover a {
    color: #fff;
    background-color: #46d4fe
}

.av-social-link-linkedin:hover a {
    color: #fff;
    background: #419cca
}

.av-social-link-mail:hover a {
    color: #fff;
    background-color: #9fae37
}

.av-share-link:hover a svg {
    fill: #fff
}

.flex_column {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem
}

.flex_column>div {
    flex: 1 1 500px
}

.review-block {
    border-bottom: solid 1px #ddd;
    padding-bottom: 1rem
}

.review-text {
    position: relative;
    padding: 2rem 0 2rem 2rem
}

.review-text::before {
    content: "â€œ";
    font-size: 3rem;
    position: absolute;
    top: 0;
    left: 0
}

.error404 .container {
    width: 95%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    float: none;
    max-width: 1800px
}

.error404 #main {
    padding: 5em 0
}

p.list_of_tags {
    display: flex;
    gap: .5em;
    flex-wrap: wrap;
    text-decoration: underline
}

#top #searchform {
    margin: 0;
    padding: 0
}

#top #searchform>div {
    position: relative;
    max-width: 300px
}

#top #searchsubmit {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    margin: 0;
    border-radius: 0;
    min-width: 40px;
    transition: all .3s ease-out
}

#top #s {
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 0;
    box-shadow: none;
    border: 2px solid #e1e1e1;
    line-height: 34px
}

.icon-plusminus:before {
    content: 'Â±'
}

input.wpcf7-form-control {
    padding: .5em;
    line-height: 1.5;
    max-width: 100%;
    height: 3rem
}

header.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 101;
    background-color: rgba(39, 39, 39, .75);
    min-height: 72px
}

.pageheader h1.elementor-heading-title,
.tail_pageheader h1.elementor-heading-title {
    font-size: 3rem;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, .25);
    margin: 3em auto 1em;
    max-width: 580px;
    color: #fdfdfd
}

.pageheader .subtitle,
.tail_pageheader .subtitle {
    text-align: center;
    margin: 1.5em;
    color: #fdfdfd;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, .35);
    font-weight: 500
}

.top-nav {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    background-color: transparent;
    padding: .5em 1.5em;
    position: relative;
    z-index: 1000;
    min-height: 72px
}

a.custom-logo-link {
    color: #fff
}

.custom-logo-link span {
    display: inline-block;
    line-height: 40px
}

img.custom-logo {
    vertical-align: bottom;
    margin-right: 1rem
}

.menu-primary-container {
    position: fixed;
    right: -320px;
    background: #fff;
    height: 100vh;
    z-index: 1000;
    top: 0;
    min-width: 320px;
    transition: all .4s
}

.right-nav__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5em 2em
}

.menu-item a {
    display: inline-block;
    line-height: 48px;
    width: auto
}

.menu ul {
    display: none
}

.nav-btns {
    display: flex;
    align-items: center;
    gap: 2em
}

.orange-btn {
    width: 48px;
    height: 48px;
    background-color: #efad00;
    border-radius: 50%;
    display: flex;
    align-items: center
}

.orange-btn>a,
.orange-btn>span {
    display: block;
    font-size: .85rem;
    color: #000;
    text-align: center
}

.search-input {
    font-family: Amiri;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    border: none !important;
    width: 80%;
    background: 0 0;
    color: #fff
}

.search-input::placeholder {
    color: #fff
}

.searchform {
    display: none;
    position: absolute;
    top: 100%;
    right: 11%
}

.search-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 0, 0, .5);
    border-radius: 0 0 8px 8px;
    min-width: 70%;
    height: 36px;
    padding: .5em 1em
}

.show-search {
    bottom: 0;
    display: block
}

#menu-primary>.menu-item:hover {
    background-color: #000;
    border-radius: .25em
}

.burger:hover,
.search:hover {
    cursor: pointer
}

.close-btn {
    display: none;
    z-index: 1000
}

@media (min-width:997px) {
    .menu-primary-container {
        position: unset;
        background: 0 0;
        height: auto;
        transition: none
    }

    .menu-item a,
    .menu-item span {
        color: #fff;
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 2rem
    }

    .drop-down,
    .right-nav__header {
        display: none
    }

    .menu-primary-container>.menu {
        display: flex;
        align-items: center;
        font-weight: 500
    }

    .menu-primary-container li.menu-item {
        display: block;
        position: relative;
        width: max-content;
        padding: .5rem .7rem
    }

    .burger {
        display: none
    }

    .search-label {
        position: relative;
        left: 35%;
        min-width: 20%
    }

    #menu-primary>.menu-item:hover>.sub-menu {
        display: block;
        position: absolute;
        right: unset;
        left: 0;
        top: 48px;
        background-color: rgba(0, 0, 0, .6);
        border-radius: .25em;
        padding: .5em
    }
}

@media (max-width:997px) {
    .orange-btn {
        display: none
    }

    .pageheader h1.elementor-heading-title,
    .tail_pageheader h1.elementor-heading-title {
        font-size: 2rem;
        margin-top: 5em
    }

    #menu-primary>li {
        padding: .5em 2em;
        cursor: pointer;
        list-style: none
    }

    .sub-menu>li {
        list-style: none
    }

    .close-btn {
        position: relative;
        top: 45px;
        left: 85%;
        display: inline-block
    }

    #menu-primary {
        box-sizing: border-box;
        position: relative;
        padding: unset;
        margin: unset
    }

    #menu-primary>.menu-item:hover {
        background-color: transparent
    }

    ul.sub-menu-active {
        display: block;
        position: relative;
        left: 1.5em;
        top: .5em
    }

    #menu-primary>li {
        position: relative
    }

    #menu-primary>li>a>span.drop-down {
        display: none
    }

    #menu-primary>li::before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        background-color: #efad00;
        margin-right: 1.23rem;
        border-radius: 50%;
        position: relative;
        top: 5px
    }

    #menu-primary li.menu-item-has-children:after {
        content: "";
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 10px solid var(--accent-el);
        position: absolute;
        top: 24px;
        right: 3em
    }

    #menu-primary li.menu-item-has-children.open:after {
        border-top: none;
        border-bottom: 10px solid var(--accent-el)
    }

    #menu-primary::before {
        content: '';
        display: block;
        width: 2px;
        background: #efad00;
        position: absolute;
        bottom: 25px;
        top: 25px;
        left: 2.56em
    }

    span.drop-down {
        width: 1px;
        height: 1px;
        display: inline-block;
        border-color: transparent transparent transparent var(--accent-el);
        border-style: solid;
        border-width: 6px 8px;
        vertical-align: baseline
    }

    #menu-primary a {
        color: #000;
        font-family: Roboto;
        font-weight: 500
    }

    .pageheader .subtitle,
    .tail_pageheader .subtitle {
        display: none
    }
}

.attachment-266x266,
.thumbnail img {
    width: 100% !important;
    height: auto !important
}

.cta_bottom_block {
    background-repeat: no-repeat;
    background-position: 50% -100px;
    background-size: cover
}

.footer-container {
    display: flex;
    justify-content: space-between;
    gap: 1em
}

.footer-title {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 2.25rem;
    color: #fff;
    margin-bottom: 1.5em;
    margin: unset
}

.menu-footer-1-container>ul,
.menu-footer-2-container>ul {
    font-size: 1.125rem;
    line-height: 1.688rem;
    list-style: none;
    padding: unset
}

.footer-text p.bottom_phone {
    font-size: 1.25em
}

.copyright>div {
    flex: 1 0 600px
}

.footer-text,
.footer-text a,
.menu-footer-1-container>ula {
    color: #fff
}

.footer-text a {
    text-decoration: underline
}

.footer-text p {
    font-weight: 400;
    line-height: 1.688rem;
    color: #fff
}

.footer-text div:first-child {
    margin-bottom: 2.185em
}

.footer {
    background-color: #000000d8 !important;
    padding: 3rem 0 3em 0 !important
}

.decore-line {
    width: 1px;
    height: 20vh;
    background-color: #fff
}

.block-about {
    border-left: 1px solid #fff;
    padding-left: 2em
}

.footer-text,
.menu-footer-1-container>ula {
    font-size: 1rem !important
}

.copyright {
    align-items: center;
    gap: 2em
}

footer .icons {
    display: flex;
    gap: 2em;
    margin-bottom: 3em;
    align-items: start
}

footer .icons figure {
    padding: 0;
    margin: 0
}

footer .icons img {
    width: 32px
}

.form-container {
    display: flex
}

#menu-footer-1>li>a,
#menu-footer-2>li>a {
    color: #fff
}

.tablewrapper .searchline {
    text-align: center;
    padding: 1rem
}

@media (min-width:997px) {

    .footer-text,
    .menu-footer-1-container>ul a {
        font-size: 1.125rem
    }

    .copyright {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline
    }

    .footer-container {
        display: flex;
        width: 80%
    }
}

@media (max-width:995px) {
    .footer-text {
        border-bottom: 2px solid #cc8f1c;
        padding-right: unset;
        padding-bottom: 3em;
        border-right: unset
    }

    .form-container {
        display: flex;
        flex-direction: column-reverse
    }

    .icons {
        justify-content: center;
        margin-top: 1em
    }

    .block-about {
        border-left: unset;
        padding-left: unset
    }
}

@media (max-width:767px) {
    .footer-text p.bottom_phone {
        font-size: 1.25em;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        background-color: rgba(0, 0, 0, .85);
        padding: 1em;
        margin: 0;
        z-index: 999
    }

    .gallery {
        width: calc(100% + 2rem);
        margin-left: -1rem
    }

    .gallery .gallery-item {
        flex: 1 1 300px
    }

    .tablewrapper .searchline {
        padding: 1rem 0
    }

    input#filterInput {
        width: 100%
    }
}

input#filterInput {
    padding: .75rem 1rem;
    min-width: 50%
}

.elementor-accordion .elementor-tab-title {
    line-height: 1.5em !important
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    color: var(--accent);
    font-size: 1.5em;
    line-height: 1
}

.elementor-lightbox .dialog-lightbox-close-button {
    z-index: 99 !important
}

.tailcategories .categoryt-title a {
    text-decoration: underline
}

input.wpcf7-submit {
    line-height: 1.75;
    text-align: center;
    background: #a16800;
    border-radius: 8px;
    color: #fff;
    padding: 5em 1.5em;
    border: none;
    font-size: 1rem
}

input.wpcf7-submit:hover {
    background: #905204
}

