/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 22 2025 | 16:54:58 */
.tablet-mode .comments-area a, .page-content a {
    text-decoration: none;
}

.image-car-v2 figcaption.elementor-image-carousel-caption {
    float: left;
    width: 50%;
    position: relative;
    top: 60px;
}

.image-car-v2 img.swiper-slide-image {
    float: left;
    width: 50%;
}
.image-car-v2 i.eicon-chevron-left {
    position: absolute;
    right: -990px;
    top: 100px;
}
.image-car-v2 i.eicon-chevron-right {
    position: absolute;
    top: 100px;
    left: -119px;
}

header .main_header.fixed i.elementor-menu-toggle__icon--open.eicon-menu-bar,
header .main_header.fixed i.elementor-menu-toggle__icon--close.eicon-close {
	color: #000;
}

/*Header Background visible outside of home cu page - Lachlan 12/06/2025*/

body:not(.page-id-2574):not(.page-id-1992):not(.page-id-2655):not(.page-id-2484):not(.page-id-2634):not(.page-id-2666):not(.page-id-2678):not(.page-id-2694):not(.page-id-2706):not(.page-id-2724) .main_header{
    background: #fe4500;
}

/* body:not(.page-id-1992) .main_header{
	background: #fe4500;
} */

/* body:not(.page-id-1992):not(.page-id-2655):not(.page-id-2484):not(.page-id-2574):not(.page-id-2634):not(.page-id-2666):not(.page-id-2678):not(.page-id-2694):not(.page-id-2706):not(.page-id-2724) div#page {
    margin-top: 60px;
} */
/* 
@media (max-width: 768px) { body:not(.page-id-1992) main#content {
    margin-top: 120px !important;
} */
}


/* 2 column section structure for mobile  */
@media only screen and (max-width: 1024px) {
    .section-two-col .elementor-column {
        width: 100% !important;
    }
	.section-two-col .elementor-column img {
        width: 70% !important;
        margin: 0 auto; 
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .section-two-col .elementor-column img {
        width: 90% !important;
        margin: 0 auto; /* Center the image */
        display: block;
    }
}

