/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com
Description: Child theme for Hello Elementor
Author: Your Name
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/


.site-main .page-header {
    display: none;
}
.ek-destinations {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    color: #fff;
    column-gap: 30px;
}
.faq-services .elementskit-card {
    border-bottom: 1px solid #CDA861!important;
}
a.ekit-accordion--toggler:before {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(/wp-content/uploads/2025/12/Seaglass_Travel_Sun_Icon_FAQ.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 8px;
}
.st-form .st-field {
    margin-bottom: 15px;
}
.st-form .st-field p {
    margin: 0px;
}
.st-form .wpcf7-text {
    border: none;
    border-radius: 0px;
}
.st-form .st-submit {
    background: #0663AB;
    color: #fff;
    margin: auto;
    display: block;
    width: 100%;
	border: none;
}

.elementskit-single-testimonial-slider p {
    margin-bottom: 10px!important;
}
strong.elementskit-author-name:before {
    background-image: url(/wp-content/uploads/2025/12/Seaglass_Travel_Sun_Icon_FAQ.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 8px;
    vertical-align: middle;
    content: " ";
    width: 45px;
    height: 45px;
    background-size: contain;
    display: inline-block;
}
#footer-contact {
    padding: 0px;
}
#footer-contact li {
    list-style: none;
    display: inline-block;
}
ul#footer-contact .elementor-icon-list-text {
    color: #fff;
}
.footer-links a {
    color: #fff;
}
#footer-contact svg {
    width: 16px;
    fill: white;
}
@media (max-width: 600px) {
	.home-sig-content {
		position: initial;
	}
}
@media (max-width: 480px) {
	#head-main-menu {
		position: absolute;
		top: 15px;
		right: 20px;
		z-index: 9999;
	}
	.home-marketing .elementor-image-box-wrapper {
   		display: flex;
    	align-items: center;
	}
	.home-marketing .elementor-image-box-wrapper img.attachment-full {
    	width: 130px;
	}
	.m-premium .elementor-image-box-wrapper {
    	flex-direction: row-reverse;
	}
	.home-marketing .elementor-image-box-wrapper .elementor-image-box-content {
    	width: 185px;
	}
	#home-meet-chery::before {
    	background-image: url(/wp-content/uploads/2026/01/Seaglass_Travel_Homepage_Meet_Cheryl_Bkgrd_Mobile.jpg);
    	background-size: cover;
	}
}