/* 
Theme Name: Red Palm Hello Elementor Child
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
*/

/* Add your custom styles here */

#site-wrapper {
	width: 100%;	
	margin: 0 auto;
}

ul{padding-bottom: 15px; }

/* GRAVITY FORMS */

/* Hide "(Required)" text */
.gform_wrapper .gfield_required {
    display: none !important;
}

/* Style input boxes */
.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper textarea,
.gform_wrapper select {
    border-radius: 16px !important;
    border: 2px solid #dcdcdc !important;
    padding: 14px 18px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #222 !important;
    background: #fff !important;
}

/* Focus effect */
.gform_wrapper input:focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus {
    border-color: #16a34a !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(22,163,74,.15);
}

/* Label styling */
.gform_wrapper .gfield_label {
    color: #FFF !important;
    font-size: 2rem !important;
	padding: 25px 0px 25px 0px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: .5px;
}

/* Placeholder styling */
.gform_wrapper ::placeholder {
    color: #9ca3af !important;
    font-weight: 400;
}

/* Submit button */
.gform_wrapper .gform_button {
    border-radius: 15px !important;
    background: #16a34a !important;
    color: white !important;
	margin-top: 100px !important;
    padding: 16px 28px !important;
    font-weight: 700 !important;
    border: none !important;
	font-size: 24px !important;
}

/* TABLE OF CONTENTS */

body .elementor-toc__list-wrapper {
	padding-bottom: 15px;
	border-bottom: 8px solid var( --e-global-color-text );
}

body .elementor-toc__list-item {
	margin: 0;
	padding: 10px 0;	
}

.elementor-toc__list-item:not(:last-child) {
	border-bottom: 1px solid #e7e7e7;
}

.elementor-toc__list-item-text {
	width: 100%;
	position: relative;
	z-index: 1;
}

.elementor-toc__list-item-text.elementor-item-active::before {
	content: '';
	width: calc( 100% + 20px );
	height: calc( 100% + 20px );
	border-radius: 15px;
	background-color: var( --e-global-color-text );
	position: absolute;
	z-index: -1;
	top: -10px;
	left: -10px;
	
}

.service-area-menu ul {
    column-count: 3;
}
.service-area-menu nav.elementor-nav-menu--main ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.extra-bold a {
	font-weight:800;
}

@media (max-width: 768px) {
	.service-area-menu ul {
    column-count: 2;
}
}




/* R CSS */

.footer-services-menu nav ul {
	column-gap: 26px;row-gap: 10px;
}
.footer-services-menu nav ul li a:before {
    content: ".";
    display: block !important;
    font-size: 199%;
    opacity: 1 !important;
    position: relative;
    top: -15px;
}
.footer-services-menu nav ul li a {
    gap: 5px;
    white-space: normal !important;
}
.footer-services-menu nav ul li {
    width: calc(100% / 2 - 13px);
}
.footer-menu nav ul li:before {
    content: "|" !important;
    display: block;
    font-size: 80%;
    margin: 0 15px;
	line-height: 290%;
}
.footer-menu nav ul li:first-child:before {
    display: none;
}
@media all and (min-width: 1025px) {
.review-slide-card .review-img-card {
    top: 182px;
    position: relative;
    right: -60px;
    transform: scale(1.2);
}
.review-slide-card .swiper,
.review-slide-card .swiper-wrapper {
    overflow: visible !important;
}
.review-slide-card .swiper-wrapper .swiper-slide-next:not(.swiper-slide-active), .review-slide-card .swiper-wrapper .swiper-slide-prev:not(.swiper-slide-active) {
    opacity: 0;
    visibility: hidden !important;
}
}
@media all and (max-width: 667px) {
.footer-menu nav ul li:before {
    margin: 0 4px;
	line-height: 150%;
}
}

/* =====================================
   FORCE GRID LAYOUT
===================================== */

.city-links-wrapper .elementor-nav-menu {

    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    width: 100% !important;
    gap: 0px 40px !important;
	margin-top: 20px;
    justify-items: center !important;
    text-align: center !important;
}


/* REMOVE ELEMENTOR FLEX */
.city-links-wrapper .elementor-nav-menu--layout-horizontal {
    display: contents !important;
}

.city-links-wrapper .elementor-nav-menu li {
    width: 100%;
    text-align: center;
}


/* =====================================
   TABLET
===================================== */

@media (max-width:1200px){

.city-links-wrapper .elementor-nav-menu{
    grid-template-columns: repeat(3,1fr) !important;
}

}


/* =====================================
   MOBILE
===================================== */

@media (max-width:767px){

.city-links-wrapper .elementor-nav-menu{
    grid-template-columns: repeat(2,1fr) !important;
}

}


/* =====================================
   SMALL MOBILE
===================================== */

@media (max-width:500px){

.city-links-wrapper .elementor-nav-menu{
    grid-template-columns: repeat(1,1fr) !important;
}

}