/*
Theme Name: G'day (Hello Elementor Child)
Theme URI: https://github.com/elementor/hello-theme/
Description: G'day is a child theme of Hello Elementor, created by Excitemedia
Author: Excitemedia
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: gday-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

body {
	background: #FFF;
	max-width: 1920px;
	margin: 0 auto !important;
}
.text-bg {
	background-color: rgba(228, 192, 24, .15);
	display: inline-block;
	padding: 1px 4px;
}

@media(min-width: 1024px) {
	/*HOME TESTIMONIALS*/
.home-testi .swiper-pagination {
	background: #000 !important;
	bottom: auto !important;
	width: auto !important;
	left: auto !important;
	right: -20%;
	top: 25% !important;
	padding: 83px 9px;
}
.home-testi .elementor-swiper-button {
	top: auto !important;
	z-index: 999 !important;
}
.home-testi .elementor-swiper-button  {
	background-position:  center;
    background-repeat: no-repeat;
    background-size: 51px auto;
	height: 52px;
	width: 52px;
	margin-bottom: 0;
}
.home-testi .elementor-swiper-button i {
	display: none;
}
.home-testi .elementor-swiper-button.elementor-swiper-button-next {
	background-image: url(library/images/next-arrow@2x.png);
}
.home-testi .elementor-swiper-button.elementor-swiper-button-prev {
	background-image: url(library/images/prev-arrow@2x.png);
	right: 38% !important;
	left: auto !important;
}
.home-testi .swiper-pagination .swiper-pagination-bullet {
	background: none;
	border: 1px solid #FFF;
	display: block;
	margin-bottom: 10px !important;
	opacity: 1;
	width: 13px !important;
	height: 13px !important;
}
.home-testi .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #FFF !important;
}

}
@media(max-width: 1700px) {
	.home-testi .swiper-pagination {
		right: 0;
	}
}
@media(max-width: 1024px) {
	.mobile-block {
		display: block;
	}
	.mobile-hidden {
		display: none;
	}
}
@media(max-width: 767px) {
	
	.why-lighthouse .elementor-icon-box-content .elementor-icon-box-description {

	}
	.elementor .why-lighthouse .elementor-icon-box-content .elementor-icon-box-title {
		padding: 10px 0;
	}
	.elementor .lighthouse-difference .elementor-tabs-content-wrapper .elementor-tab-title {
		padding: 27px 28px !important;
		margin-bottom: 13px;
	}
	.elementor .lighthouse-difference .elementor-tabs-content-wrapper .elementor-tab-title br {
		display: none;
	}
	.elementor .lighthouse-difference .elementor-tabs-content-wrapper .elementor-tab-content {
		margin-top: -14px;
		margin-bottom: 20px;
	}
	.elementor .home-testi .elementor-widget-testimonial-carousel .swiper-slide {
		padding: 0;
	}
	.elementor .home-testi .elementor-widget-testimonial-carousel .elementor-swiper-button {
		display: none;
	}
	.elementor .home-testi .elementor-widget-testimonial-carousel .elementor-main-swiper {
		width: 100% !important;
	}
}