.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal;
}

.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;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -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);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #ffffff url("../images/slick/ajax-loader.gif") center center no-repeat;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    /* background: transparent;*/
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/Mobile-Arrow-Left-min.png);
}

.slick-next {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/Mobile-Arrow-Right.png);
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -40px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 1px solid #004129;
    border-radius: 100%;
    outline: none;
    background: transparent;
}

.slick-dots li.slick-active button {
    background-color: #004129;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

html {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    font-family: NeutrafaceText;
    color: #000;
    font-size: 16px;
    letter-spacing: 0.18px;
    line-height: 25px;
    background-color: #e6e3d9;
}

html,
body {
    overflow-x: hidden;
}

a {
    color: initial;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

a:hover,
a:focus {
    text-decoration: none;
    color: initial;
}

.frontage-bold {
    font-family: Frontage-Bold;
    font-weight: 700;
    font-size: 23px;
    letter-spacing: -2.52px;
    line-height: 37px;
}

.neutra-titling {
    font-family: Neutraface Titling;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 1.76px;
    line-height: 26px;
}

.frontage-3D {
    font-family: Frontage-3D;
    font-size: 23px;
    letter-spacing: 2.24px;
    line-height: 42px;
}

.fonsesca-slant {
    font-family: Fonseca Slant;
    font-size: 28px;
    line-height: 63px;
    letter-spacing: 0;
}

h1,
.h1 {
    font-family: Frontage-3D;
    font-size: 47px;
    letter-spacing: -4.23px;
    line-height: 60px;
}

h2,
.h2 {
    font-size: 28px;
}

h3,
.h3 {
    font-size: 25px;
}

h4,
.h4 {
    font-size: 21px;
}

h5,
.h5 {
    font-size: 18px;
}

h6,
.h6 {
    font-size: 16px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 20px 0;
    line-height: 37px;
    letter-spacing: -2.52px;
}
.error404 .entry-title {
    line-height: 1
}

p {
    margin: 20px 0;
}

p a:hover {
    text-decoration: underline;
}

p > em {
}

.page-title {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 32px;
    line-height: 40px;
}

.page-title.custom-x-heading span:before,
.page-title.custom-x-heading span:after {
    height: 18px;
    width: 18px;
}

.custom-x-heading span {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}

.custom-x-heading span:before,
.custom-x-heading span:after {
    content: "";
    position: absolute;
    display: block;
    background-image: url(../images/orange-x@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 9;
    height: 13px;
    width: 13px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.custom-x-heading span:before {
    left: 0;
}

.custom-x-heading span:after {
    right: 0;
}
#site-footer {
    border-top: 1px solid
}
#site-footer > .container {
    max-width: 1680px;
}

.btn,
.button,
button[type="submit"],
input[type="button"],
input[type="submit"],
.wp-block-button__link {
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    -webkit-appearance: none !important;
}

.btn,
.button,
button[type="submit"],
input[type="button"],
input[type="submit"] {
    font-family: Geiny-Regular;
    font-size: 12px;
    color: #fff;
    background-color: #e47245;

    border: 1px solid #2b2e34;
    border-bottom-width: 2px;
    border-right-width: 2px;

    border-radius: 0;
    padding: 7px 10px;
    font-weight: 700;
    letter-spacing: 2.1px;
    line-height: 19px;
    width: auto;
    box-shadow: none;
    outline: none;
}

.btn:focus .button:focus,
.btn:hover,
.button:hover,
button[type="submit"]:focus,
button[type="submit"]:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
    background-color: #d2c082;
    transform: none;
}

.wp-block-button__link {
    font-family: Neutraface Titling;
    font-weight: 800;
    color: #000;
    font-size: 16px;
    letter-spacing: 1.44px;
    line-height: 21px;
    padding: 6px 22px;
    width: auto;
    border: 4px double #000;
    border-radius: 35px;
    background-color: initial;
}

.wp-block-button__link:hover {
    color: #000;
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

/*========= SINGLE PAGE
============================*/
.single .page-title {
    text-align: left;
    max-width: 750px;
    padding-bottom: 0;
}
.single .page-title-wrap {
    position: relative;
}

.single .page-title-wrap:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    z-index: 1;
    max-width: 110px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    background-image: url(../images/xs.png);
    height: 100px;
    width: 100%;
    bottom: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin-right: -10px;
}
.single .page-title span {
    display: block;
    padding-left: 0;
    padding-right: 0;
}

.single .custom-x-heading span:before,
.single .custom-x-heading span:after {
    content: none;
}

.single .page-title-wrap {
    padding-left: 25px;
    padding-right: 25px;
}

.single h2 {
    letter-spacing: 2.24px;
}

.single .content-area h3 {
    letter-spacing: -1.8px;
    line-height: 27px;
    font-size: 20px;
}

.single .big-text {
    letter-spacing: 2.24px;
    line-height: 34px;
    width: 100%;
    max-width: 750px;
    margin: auto;
    font-size: 23px;
}
.single .wp-block-group ul li:not(:last-child) {
    margin-bottom: 20px;
}

li::marker {
    color: #f56c40;
    font-size: 12px;
}

body #wpfront-scroll-top-container {
    background-color: #000000;
    padding: 10px;

    opacity: 1 !important;
}

@media (max-width: 991px) {
    .fonsesca-slant {
        line-height: 1.5;
    }
}

@media (min-width: 1025px) {
    body {
        font-size: 18px;
    }

    .btn,
    .button,
    button[type="submit"],
    input[type="button"],
    input[type="submit"] {
        font-size: 14px;
    }
    .frontage-3D,
    .frontage-bold,
    .single .big-text {
        font-size: 28px;
    }

    .neutra-titling {
        font-size: 22px;
    }

    .fonsesca-slant {
        font-size: 36px;
    }

    .page-title {
        font-size: 47px;
        line-height: 60px;
    }

    .wp-block-button__link {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .admin-bar .header-navigation.sticky {
        top: 32px;
    }
}

@media (min-width: 768px) {
    .wp-block-columns {
        flex-wrap: nowrap;
    }
    .wp-block-column {
        flex-basis: 0;
        flex-grow: 1;
    }

    .wp-block-column:not(:only-child) {
        flex-grow: 1;
    }

    .single .page-title-wrap {
        padding-left: 50px;
        padding-right: 50px;
    }

    .single .content-area .wp-block-group ul {
        padding-left: 80px;
    }
}

@media (max-width: 767px) {
    h2.custom-x-heading span {
        display: block;
    }

    .wp-block-columns {
        display: block;
    }

    body #wpfront-scroll-top-container {
        bottom: 65px!important;
    }
}

@media (max-width: 375px) {
    .frontage-3D {
        font-size: 20px;
    }

    .page-title {
        font-size: 20px;
    }

   
}

@media (max-width: 280px) {
 .custom-x-heading span {
   
        padding-left: 20px;
        padding-right: 20px;
    }
}