/*
Theme Name: Australian Outback Marathon
Author: Five by Five
Version: 4.0
*/

:root {
    color-scheme: auto;
}

* {
    box-sizing: border-box;
}


body {
    margin: 0;
    font-family: 'Mohave', sans-serif;
	color: #5B1E10;
	font-size: 16px;
	line-height: 1.8;
    background: #F7F4EE;
}

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

h1, h2, h3, h4, h5, h6 {
    font-family: 'Anton', sans-serif;
	margin: 0 0 20px;
	line-height: 1.25;
    font-weight: 400;
    text-transform: uppercase;
}

h1 { font-size: 54px; }
h2 { font-size: 44px; }
h3 { font-size: 35px; }
h4 { font-size: 29px; }
h5 { font-size: 22px; }
h6 { font-size: 17px; }

p {
	margin: 0 0 20px;
}

.font-anton {
    font-family: 'Anton', sans-serif;
}
.font-mohave{
    font-family: 'Mohave', sans-serif;
}

a {
	color: inherit;
    transition: background-color .3s ease, opacity .3s ease, color .3s ease;
}

a[role="button"] {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

select,
button,
textarea,
input {
    font-size: inherit;
    font-family: inherit;
}

.btn,
button,
input[type="submit"],
a {
    cursor: pointer;
}

.wrapper {
    width: 1420px;
	max-width: 100%;
	padding: 0 10px;
	margin: 0 auto;
}

.site-container {
    overflow-x: hidden;
}
.breadcrumbs {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px; /* 175% */
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}
/* Site Scrollbar */
::-webkit-scrollbar {
    width: 0.7rem;
}
::-webkit-scrollbar-track {
    border: none;
	background: #F7F4EE;
}
::-webkit-scrollbar-thumb {
    border: 2px solid #F7F4EE;
    border-radius: 10px;
    background: #F15B24;
}
::-webkit-scrollbar-thumb:hover {
    background: #F15B24;
}

/* Keyframes */
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

@-webkit-keyframes fade-in-top{
    0%{-webkit-transform:translateY(-30px);transform:translateY(-30px);opacity:0}
    100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}
}
@keyframes fade-in-top{
    0%{-webkit-transform:translateY(-30px);transform:translateY(-30px);opacity:0}
    100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}
}
.fade-in-top {
	-webkit-animation: fade-in-top 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: fade-in-top 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in-bottom{
    0%{-webkit-transform:translateY(30px);transform:translateY(30px);opacity:0}
    100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}
}
@keyframes fade-in-bottom{
    0%{-webkit-transform:translateY(30px);transform:translateY(30px);opacity:0}
    100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}
}
.fade-in-bottom {
	-webkit-animation: fade-in-bottom 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: fade-in-bottom 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-out-top{
    0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}
    100%{-webkit-transform:translateY(-30px);transform:translateY(-30px);opacity:0}
}
@keyframes fade-out-top{
    0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}
    100%{-webkit-transform:translateY(-30px);transform:translateY(-30px);opacity:0}
}
.fade-out-top {
	-webkit-animation: fade-out-top 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: fade-out-top 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


/* Buttons */
.btn,
button,
input[type="button"],
input[type="submit"],
.elementor-button {
    background-color: #A11E21;
    border: 2px solid #A11E21;
	border-radius: 3px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
	letter-spacing: 1px;
    padding: 16.5px 32px;
	text-transform: uppercase;
    line-height: 1;
    transition: background-color .3s ease, color .3s ease, border .3s ease;
}

.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.elementor-button:hover {
    border-color: #5B1E10;
    background: #5B1E10;
    color: #fff;
}

.secondary.btn,
.secondary .elementor-button {
  border-color: #A11E21;
  background: #fff;
  color: #5B1E10;
}

.secondary.btn:hover,
.secondary .elementor-button:hover {
  border-color: #A11E21;
  background: #A11E21;
  color: #fff;
}

.terrain.btn,
.terrain .elementor-button {
  border-color: #fff;
  background: #fff;
  color: #5B1E10;
}

.terrain.btn:hover,
.terrain .elementor-button:hover {
  border-color: #fff;
  background: #fff;
  color: #A11E21;
}

.gm-style button {
    border-radius: 0;
}

.btn, .elementor-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 24px;
    min-height: 50px;
}

/* Header */
.elementor-location-header {
    background: #fff;
}
/* .header-stick .site-header, */
/* .header-stick.header-type1 .elementor-location-header, */
.header-stick.header-type2 .elementor-location-header,
.header-stick .elementor-location-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    animation:fade-in-top .3s cubic-bezier(.39,.575,.565,1.000) both;
}
/* .header-unstick .site-header, */
/* .header-unstick.header-type1 .elementor-location-header, */
.header-unstick.header-type2 .elementor-location-header,
.header-unstick .elementor-location-header {
    animation:fade-out-top .2s cubic-bezier(.25,.46,.45,.94) both;
}

/* .header-type1 .site_header_con,
.header-type1 .elementor-location-header, */
.header-type2 .site_header_con,
.header-type2 .elementor-location-header {
	position: absolute;
	width: 100%;
	z-index: 100;
}

/*.header-type1 .elementor-location-header{
    background: none;
}*/

.header-type2 .elementor-location-header {
	background: none;
	color: #fff;
}

/* .header-type1.header-stick .elementor-location-header, */
.header-type2.header-stick .elementor-location-header {
	color: inherit;
	background: #fff;
}

.header-type2.header-stick .with-alt-logo .site-logo-main,
.header-type2 .with-alt-logo .site-logo-alt {
    display: none;
}
.header-type2.header-stick .with-alt-logo .site-logo-alt {
    display: inline-block;
}

.disable-sticky-header.header-stick .elementor-location-header {
	position:relative;
}

/* Menu */
ul.menu {
    list-style: none;
    padding: 0;
}
div .elementor-nav-menu .sub-arrow {
    display: none;
}
.elementor-nav-menu .menu-item-has-children > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.elementor-nav-menu .menu-item-has-children > a:after {
    content: '\e90b';
    font-family: 'icomoon';
    opacity: 1!important;
    position: relative;
    display: none;
}

/* Search */
.ff-search {
    background: #f8f9fa;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 900;
    transition: transform .5s cubic-bezier(0.390, 0.575, 0.565, 1.000);
    will-change: transform;
    transform: translate3d(0, -100%, 0);
}
.show_search .ff-search {
    transform: translate3d(0, 0, 0);
}
.ff-search form {
    width: 730px;
    max-width: 100%;
    position: relative;
}
.ff-search .search-input {
    width: 100%;
    background: #fff;
    border: 1px solid #ACB5BD;
    height: 60px;
    border-radius: 60px;
    padding: 5px 25px 5px 25px;
}
.ff-search .submit {
    width: 150px;
    position: absolute;
    right: 5px;
    height: 50px;
    top: 5px;
    border-radius: 50px;
}
.ff-search .close {
    position: absolute;
    top: 20px;
    right: -30px;
    font-size: 25px;
    font-weight: 400;
    opacity: .6;
    cursor: pointer;
}
.ff-search .close:hover {
    opacity: 1;
}

/* Slide Menu */
.ff-slide-menu-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    z-index: 100;
    pointer-events: none;
    display: none;
}
.show_slide_menu .ff-slide-menu-mask {
    display: block;
    pointer-events: auto;
    animation: fadeIn 1s;
}
.ff-slide-menu {
    width: 100%;
    max-width: 429px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    /* background: #F0ECE4; */
    z-index: 110;
    transition: transform .6s cubic-bezier(0.390, 0.575, 0.565, 1.000);
    transition-delay: .1s;
    transform: translate3d(100%, 0, 0);
    will-change: transform;
    padding-left: 35px;
    overflow: auto;
}
.ff-slider-menu-inner{
	background:#F0ECE4;
	height: 100%;
	padding: 35px;
}
.show_slide_menu .ff-slide-menu {
    transform: translate3d(0, 0, 0);
}
/* .show_slide_menu .site-container {
    transform: translate3d(-100px, 0, 0);
} */
body.show_slide_menu {
    overflow: hidden;
}
.ff-slide-menu-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    line-height: 1;
}
.ff-slide-menu-close {
    cursor: pointer;
    position: absolute;
    left: -20px;
    top: 27px;
    /* z-index: 99999; */
}
.ff-slide-menu-close:before{
	content: 'Close';
	font-family: 'Mohave', sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #A11E21;
	color: #fff;
	padding: 7px 23px;
	transform: rotate(90deg);
	display: block;
}
.ff-slide-menu-close:hover {
    opacity: .8;
}

.ff-slide-menu-trigger {
    background: none;
    border: none;
    padding: 2px;
    width: 38px;
    height: 34px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 7px;
}
.ff-slide-menu-trigger span {
    height: 2px;
    width: 100%;
    background: #FFF;
}
.header-stick .ff-slide-menu-trigger span {
	background: #5B1E10;
}
.ff-slide-menu-trigger:hover {
    background: none;
}
.ff-slide-menu-trigger .l1 {
    width: 70%;
    transition: width .5s ease;
    will-change: width;
}
.ff-slide-menu-trigger:hover .l1 {
    width: 100%;
}
.ff-slide-menu-body a {
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.855;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration:none;
}
.ff-slide-menu-body a:hover {
	text-decoration:none;
	color: #A11E21;
}
.ff-slide-menu .sub-menu {
    /* overflow: hidden;
    transition: all .5s ease;
    height: 0;
    display: flex; */
    display: flex;
    flex-direction: column;
    gap: 5px;
    line-height: 1.2;
    padding: 0;
}
/* .ff-slide-menu .show-sub .sub-menu {
    height: initial;
    padding-bottom: 12px;
    animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
} */

.ff-slide-menu .menu-item-has-children > a {
    position: relative;
    display: block;
}
.ff-slide-menu .menu-item-has-children > a:after {
    content: '\e90b';
    font-family: 'icomoon';
    transition: transform .5s ease;
    display: inline-block;
    margin-left: 14px;
    position: absolute;
    font-size: 18px;
    top: 5px;
    right: 0;
    line-height: 1;
}
.ff-slide-menu .menu-item-has-children.show-sub > a:after {
    transform: rotate(180deg);
}
.ff-slide-menu .toggle_height_el_con {
    transition: height 500ms ease;
    /* height: 100% !important;
    display: block; */
	padding-left: 15px;
	font-weight: 400;
}
.ff-slide-menu #menu-mobile-menu > li{
    margin-bottom: 10px;
}
.ff-slide-menu .toggle_height_el_con li{
	list-style: none;
}
.ff-slide-menu .toggle_height_el_con li a{
	font-weight: 400;
}

.ff-slide-menu .bm-button-con .btn{
	min-height: 40px;
	background: #fff;
	text-decoration: none;
	padding: 8px 20px;
    margin-bottom: 10px;
}
.ff-slide-menu .bm-button-con .btn:hover{
	color: #A11E21
}

.ff-slide-menu-footer{
    width: 100%;
    max-width: 360px;
    margin-top: 50px;
}
.slide-menu-footer-links{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
}
.tel:before {
	content: "tel";
    color:#bda59f;
    margin-right: 8px;
}
a.cta-tel {
    padding: 10px;
    border-radius: 3px 0px 0px 3px;
    border: 2px solid #5B1E10;
    background: #FFF;
    width: 175px;
}
a.cta-tel:hover {
    color: #FFF;
    background: #5B1E10;
}
a.cta-sun {
    background-color: #A11E21;
    border: 2px solid #A11E21;
    color: #fff;
    padding: 10px;
    border-radius: 0px 3px 3px 0px;
    width: 185px;
}
a.cta-sun:hover{
    background-color: #5B1E10;
    border: 2px solid #5B1E10;

}
a.cta-sun:after {
    content: url(/wp-content/uploads/2024/04/Group-570.webp);
    position: absolute;
    right: 20px;
}
.slide-menu-footer-links a {font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 175% */
    letter-spacing: 1px;
    text-decoration:unset;
    text-transform: uppercase;
}
.slide-menu-footer input[type="search"] {
    width: 100%;
    min-height: 50px;
    padding: 10px;
    border-radius: 3px;
    outline: unset;
    border: 2px solid #5B1E10;
    color: #5B1E10;
    text-transform: uppercase;
}
.ff-slide-menu-footer input[type="search"]::-webkit-input-placeholder { opacity: 1; color: #bda59f; }
.ff-slide-menu-footer input[type="search"]:-moz-placeholder { opacity: 1; color: #bda59f; }
.ff-slide-menu-footer input[type="search"]::-moz-placeholder { opacity: 1; color: #bda59f }
.ff-slide-menu-footer input[type="search"]:-ms-input-placeholder { opacity: 1; color: #bda59f; }

/* Swiper / Carousel */
.swiper-slide {
    width: auto;
}
.transition-linear {
    transition-timing-function: linear;
}
.swiper-pagination-bullet {
	font-size: 0;
	line-height: 1;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background: transparent;
    border: 1px #5B1E10 solid;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #5B1E10;
}
.swiper-pagination.numeric .swiper-pagination-bullet {
	font-size: 15px;
	font-weight: bold;
	color: #a4a7aa;
	letter-spacing: 1px;
    width: 40px ;
    height: 15px;
    display: inline-flex;
	justify-content: center;
	align-items: center;
    border-radius: 0;
    background: transparent;
    border: 0px;
	border-right: 2px #a4a7aa solid;
	margin: 0;
}
.swiper-pagination.numeric .swiper-pagination-bullet:last-of-type {
	border-right: 0px;
}
.swiper-pagination.numeric .swiper-pagination-bullet-active {
    background: transparent;
	color: #495056;
}


/* Toggle Height */
.toggle_height_el_con {
    height: 0;
    overflow: hidden;
    transition: height 600ms ease;
}
/*News Carousel*/
.news h2{
    font-family: 'Mohave', sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.item-news-box{
    padding: 10px;
}

.item-post {
    max-width: 448px;
    margin: auto;
}
.img-container {
    padding: 0px 26px;
}
.item-post .img-con {
    position: relative;
    display: flex;
    line-height: 0;
    background: #eee;
    overflow: hidden;
    width: 100%;
    height: 250px;
    border-radius: 10px;
    transition: top .3s ease;
    top:0;
}
.item-post .img-con img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/*.item-post .img-con:hover img {
    transform: scale(1.03);

}*/
.item-post:hover .img-con {
    top:-10px;
}
.item-post:after{
	content: '';
	background: url(/wp-content/uploads/2024/04/Sun-shape-1.svg) no-repeat;
	background-size: cover;
	width: 40px;
	height: 20px;
	transform: rotate(180deg);
	opacity:0;
	transition: opacity .3s ease;
	position:absolute;
    bottom: 10px;
    left: 0;
	right: 0;
	margin: auto;
}
.item-post:hover:after{
	opacity:1
}
.item-post .categories {
    font-size: 14px;
    font-weight: 700;
}
.item-post .s2 {
    padding: 158px 25px 53px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    box-shadow:0px 0px 17px rgba(2, 6, 19, 0.05);
    margin-top: -137px;
    border-radius: 10px;
    gap:13px;
    align-items:center;
    height: 375px;
}

.item-post .categories {
    font-size: 14px;
    font-weight: 700;
}

.item-post .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6em;
    text-transform: uppercase;
    font-family: 'Anton', sans-serif;
    text-align: center;
    margin: unset
}
.item-post .title {
    max-width: 295px;
}

.item-post .excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    margin: unset;
    min-height: 104px;
}

.item-post .more-link {
    min-height: 36px;
    min-width: 140px;
    margin-top: auto;
}


/*testimonial-overview*/
.item-testimonial-overview {
    width: 100%;
    max-width: 450px;
    height: auto;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 0px 17px 0px rgba(2, 6, 19, 0.12);
    padding: 60px 38px 43px 38px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.item-testimonial-overview .s1 {
    gap:26px;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.62em;
}
.item-testimonial-overview .s2{
    margin-top: 30px;
    height: 66px;
}
.item-testimonial-overview .img-con {
    display: flex;
    justify-content: center;
}
.item-testimonial-overview .excerpt {
    color: #5B1E10;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.62em;
    font-family: 'Mohave', sans-serif;
}
.item-testimonial-overview .inner-excerpt{
    height: 233px;
}
.item-testimonial-overview .labels {
    gap: 4px;
    display: flex;
    flex-direction: column;
}
.item-testimonial-overview .title {
    font-family: 'Anton', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.54em;
    text-transform: uppercase;
    text-align: center
}
.item-testimonial-overview .location {
    color:  #F15B24;
    text-align: center;
    font-family: Mohave;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.40em;
}
@media only screen and (max-width: 900px) {
    .item-testimonial-overview .loop {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (max-width: 500px) {
    .item-testimonial-overview .loop {
    display: grid;
    grid-template-columns: 1fr;
}
}

/*custom-vertical-carousel*/
.custom-vertical-carousel .swiper-slide a {
    position: absolute;
}
.custom-vertical-carousel  .vg-slide {
    height: 340px;
}
.custom-vertical-carousel  .main-images {
    max-height: 338px;
    border-radius: 5px;
}
.custom-vertical-carousel  .main-images{
    max-width: 100%;
}
.custom-vertical-carousel  .thumb-images .swiper-slide {
    border-radius: 5px;
}
.custom-vertical-carousel  .image-thumb img {
    height: 104px;
    width: 144px;
}
.custom-vertical-carousel  .icon-search-r:before {
    position: absolute;
    top: 11px;
    left:  11px;
}
.main-image a {
    width: 40px;
    height: 40px;
}




/* Others */
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;
}

.NOIntersectionObserver .elementor-invisible {
	visibility: visible;
}

body.admin-bar .dialog-lightbox-widget {
    min-height: 100vh;
}

body:not(.elementor-editor-active) .defer-bg-image div,
body:not(.elementor-editor-active) .defer-bg-image section,
body:not(.elementor-editor-active) .defer-bg-image {
	background-image: none!important;
}

.section-with-border-top:before,
.section-with-border-bottom:before {
	content: '';
	position: absolute;
	width: 1400px;
    max-width: 100%;
	left: 50%;
	translate: -50%;
	height: 2px;
    background: #eff0f1;
}
.section-with-border-bottom:before {
    top: initial;
    bottom: 0;
}
.section-with-border-top:before {
    bottom: initial;
	top: 0;
}

.elementor-video-wrapper iframe {
    height: 100%;
}

.flex {
    display: flex;
}
.items-no-shrink .item {
    flex-shrink: 0;
}

.color-white {
    color: #fff;
}

.hide {
    display: none!important;
}

.text-center { text-align: center; }

.lh-0 { line-height: 0; }
.lh-1 { line-height: 1; }

.ml-auto { margin-left: auto; }
.mr-auto { margin-right: auto; }
.mx-auto { margin-left: auto; margin-right: auto; }

.limit-lines-4,
.limit-lines-3,
.limit-lines-2,
.limit-lines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.limit-lines-2 {
    -webkit-line-clamp: 2;
}
.limit-lines-3 {
    -webkit-line-clamp: 3;
}
.limit-lines-4 {
    -webkit-line-clamp: 4;
}

.fa-twitter:before{
    content: '\e935' !important;
    font-family: 'icomoon' !important;
    font-weight: 400 !important;
}

.gradient-text-1 .elementor-heading-title{
    background: linear-gradient(95deg, #A11E21 -6.8%, #F15B24 102.51%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.custom-list-1{
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-list-1 li{
    position: relative;
    line-height: 1.6;
    background-color: #F7F4EE;
    border: 1px #F7F4EE solid;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 6px 15px 6px 35px;
}

.custom-list-1 li:before{
    content: '\e944';
    font-family: 'icomoon';
    font-size: 8px;
    font-weight: normal;
    color: #5B1E10;
    position: absolute;
    top: 13px;
    left: 15px;
}


.custom-list-1 .elementor-icon-list-items li{
    font-weight: bold;
    position: relative;
    line-height: 1.6;
    background-color: #F7F4EE;
    border: 1px #F7F4EE solid;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 6px 15px 6px 35px;
}

.custom-list-1 .elementor-icon-list-items li:before{
    content: '\e944';
    font-family: 'icomoon';
    font-size: 8px;
    font-weight: normal;
    color: #5B1E10;
    position: absolute;
    top: 13px;
    left: 15px;
}

/* Custom-scrollbar */
.custom-scrollbar,
.custom-scrollbar.elementor-widget {
    overflow-y: auto;
    overflow-x: hidden;
	padding-right: 15px;
	backface-visibility: hidden;
	/* transform: translateY(0px); */
}
.custom-scrollbar::-webkit-scrollbar,
.custom-scrollbar.elementor-widget::-webkit-scrollbar {
    width: 2px;
}
.custom-scrollbar::-webkit-scrollbar-track,
.custom-scrollbar.elementor-widget::-webkit-scrollbar-track {
	-webkit-border-radius: 1.250em;
	border-radius: 1.250em;
	border: none;
	background-color: #F7F4EE;
	/* box-shadow: inset 0 0 6px rgba(0,0,0,0.2); */
}
.custom-scrollbar::-webkit-scrollbar-thumb,
.custom-scrollbar.elementor-widget::-webkit-scrollbar-thumb {
    -webkit-border-radius: 1.250em;
    border: 0;
    border-radius: 1.250em;
    background-color: #A11E21;
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover,
.custom-scrollbar.elementor-widget::-webkit-scrollbar-thumb:hover {
    background-color: #A11E21;
}

.custom-scrollbar.style-white::-webkit-scrollbar-track,
.custom-scrollbar.style-white.elementor-widget::-webkit-scrollbar-track {
	background-color: #ffffff50;
}
.custom-scrollbar.style-white::-webkit-scrollbar-thumb,
.custom-scrollbar.style-white.elementor-widget::-webkit-scrollbar-thumb {
    background-color: #fff;
}
.custom-scrollbar.style-white::-webkit-scrollbar-thumb:hover,
.custom-scrollbar.style-white.elementor-widget::-webkit-scrollbar-thumb:hover {
    background-color: #fff;
}


/* Elementor Swiper Numeric */
.swipe-numeric .swiper{
    padding-bottom: 50px !important;
}

.swipe-numeric .swiper-pagination-bullet:before{
    content:  counter(css-counter, pad-4);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.55; /* 155.556% */
    color: #A11E21;
    opacity: 0.4;
    padding: 0 5px;
    transition: color .3s ease;
} 

.swipe-numeric .swiper-pagination-bullet:hover:before {
    color: #A11E21;
    opacity: 1;
}

@counter-style pad-4 {
    system: numeric;
    symbols: "0" "1" "2" "3" "4" "5" "6" "7" "8" "9";
    pad: 2 "0";
}

.swipe-numeric .swiper-pagination-bullet.swiper-pagination-bullet-active:before{
    color: #A11E21;
    opacity: 1;
}

.swipe-numeric .swiper-pagination-bullet{
    counter-increment: css-counter 1;
    width: auto;
    height: auto;
    border: none;
    background: transparent !important;
}


@media(max-width:1023px){
    .tablet-ml-auto { margin-left: auto; }
    .tablet-mr-auto { margin-right: auto; }
    .tablet-mx-auto { margin-left: auto; margin-right: auto; }
    .tablet-text-center { text-align: center; }

    .tablet-cols-fullwidth.e-con > .e-con-inner {
        flex-wrap: wrap;
    }
    .tablet-cols-fullwidth.e-con > .e-con-inner > .e-con {
        width: 100%;
    }

    .swipe-numeric .swiper{
        padding-bottom: 35px !important;
    }
}
@media(max-width:767px){
    .mobile-ml-auto { margin-left: auto; }
    .mobile-mr-auto { margin-right: auto; }
    .mobile-mx-auto { margin-left: auto; margin-right: auto; }
    .mobile-text-center { text-align: center; }

    /*  Vertical Gallery  */
    .custom-vertical-carousel  .image-thumb img {
        height:106px;
        width:100%;
  }

  	/* Custom Tabs*/
	.custom-tab .e-n-tabs,
	.custom-tab-1 .e-n-tabs{
		align-items: stretch;	
	}
	.custom-tab-1 .e-n-tabs {
		background: #fff;
	}
	.custom-tab .e-n-tab-title,
	.custom-tab-1 .e-n-tab-title{
		justify-content: start;
		background-color: transparent !important;
		background: transparent !important;
		border-radius: 0px;
		border-bottom: 3px #F7F4EE solid;
		margin: 0px !important;
		color: #5B1E10 !important;
		padding: 12px;
	}
	.custom-tab .e-n-tab-title:hover,
	.custom-tab .e-n-tab-title[aria-selected="true"],
	.custom-tab-1 .e-n-tab-title:hover,
	.custom-tab-1 .e-n-tab-title[aria-selected="true"] {
		background-color: transparent !important;
		border-bottom: 3px #A11E21 solid;
		color: #5B1E10 !important;
	}
	.custom-tab .e-n-tabs-content [role="tabpanel"],
	.custom-tab-1 .e-n-tabs-content [role="tabpanel"] {
		padding-top: 20px !important;
	}

	.custom-tab-1 .e-n-tab-title:nth-last-child(1) {
		border-bottom: 3px #F7F4EE solid !important;
	}

	/*  Arrows for Tab  */
	.custom-tab .e-n-tab-title, 
	.custom-tab-1 .e-n-tab-title {
		padding-right: 30px !important;
		position: relative;
	}
	.custom-tab .e-n-tab-title:after,
	.custom-tab-1 .e-n-tab-title:after {
		content: "\e945";
		font-family: "icomoon";
		font-weight: 400;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 10px;
		margin: auto;
		display: flex;
		align-items: center;
		transition: transform 0.5s ease;
	}
	.custom-tab .e-n-tab-title[aria-selected="true"]:after,
	.custom-tab-1 .e-n-tab-title[aria-selected="true"]:after {
		transform: rotate(-180deg);
	}

}

@media(max-width:539px){
	.ff-slider-menu-inner{
		padding: 35px 15px;
	}
	.ff-slide-menu .bm-button-con .btn{
		font-size: 15px;
		padding: 8px 15px;
	}

}

/* @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

} */