/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-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 */

/* Remove space after last P tag */
.elementor-widget-text-editor p:last-child,
.elementor-widget-heading p:last-child,
.premium-header-block p:last-child {
    margin-bottom: 0 !important;
}

/* Links */
p > a,
li > a {
	transition: 300ms;
}

/* Header Navigation Menu */
.cs-header-menu .elementor-menu-toggle svg {
	transition: 300ms;
}
.cs-header-menu .elementor-nav-menu--dropdown ul {
	padding-bottom: 15px;
}
.cs-header-menu .elementor-nav-menu--dropdown a {
	max-width: fit-content !important;
}

/* Sticky Header */
.elementor-sticky,
.elementor-sticky .cs-nav-container,
.elementor-sticky > .e-con-inner,
.elementor-sticky .elementor-widget-theme-site-logo img {
	transition: 300ms;
}
.elementor-sticky {
	width: 100% !important;
}
.elementor-sticky--effects {
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
.elementor-sticky--effects > .e-con-inner {
	padding: 10px 0 !important;
}
.elementor-sticky--effects .cs-nav-container {
	padding-bottom: 0 !important;
}
.elementor-sticky--effects .elementor-widget-theme-site-logo img {
	height: 70px !important;
}
@media (max-width: 767px) {
	.elementor-sticky--effects > .e-con-inner {
		padding: 5px 0 !important;
	}
	.elementor-sticky--effects .elementor-widget-theme-site-logo img {
		height: 60px !important;
	}
}

/* Gallery Slider */
.cs-gallery-slider .swiper-pagination-bullet,
.cs-gallery-slider .elementor-swiper-button svg {
	transition: 300ms;
}
.cs-gallery-slider .elementor-swiper-button svg:hover {
	fill: var(--e-global-color-text) !important;
}
.cs-gallery-slider .swiper-pagination {
	bottom: -10px !important;
}
.cs-gallery-slider .swiper-pagination-bullet {
	height: 5px !important;
	width: 6% !important;
	margin: 0 !important;
	border-radius: 0 !important;
}
.cs-gallery-slider .swiper-pagination-bullet:hover {
	background: var(--e-global-color-primary) !important;
}

/* FAQs Accordion */
.cs-faq-accordion .elementor-accordion-item {
	border-bottom-width: 1px !important;
}
.cs-faq-accordion .elementor-tab-title {
	padding: 15px 0 20px !important;
}
@media (max-width: 1024px) {
	.cs-faq-accordion .elementor-tab-title {
		padding: 12px 0 17px !important;
	}
}
.cs-faq-accordion .elementor-accordion-title {
	vertical-align: middle !important;
}
.cs-faq-accordion .elementor-accordion-icon svg {
	vertical-align: middle;
	height: 9px !important;
	width: 16px !important;
}
.cs-faq-accordion .elementor-tab-content {
	padding: 0 0 15px 60px !important;
}
@media (max-width: 767px) {
	.cs-faq-accordion .elementor-tab-content {
		padding: 0 0 15px 30px !important;
	}
}

/* Contact Form */
@media (min-width: 601px) {
	.cs-contact-form .wpforms-field,
	.cs-contact-form fieldset {
		display: flex;
		flex-wrap: wrap;
	}
	.cs-contact-form .wpforms-field-label {
		padding-top: 10px !important;
		width: 32% !important;
	}
	.cs-contact-form input,
	.cs-contact-form textarea {
		width: 68% !important;
	}
	.cs-contact-form em {
		width: 100% !important;
		padding-left: 32% !important;
	}
	#wpforms-252-field_3,
	#wpforms-252-field_4 {
		width: 35% !important;
	}
}
.cs-contact-form input,
.cs-contact-form .wpforms-submit {
	height: unset !important;
}
.cs-contact-form input {
	max-width: unset !important;
}
.cs-contact-form .wpforms-field-large {
	width: 100%;
}
.cs-contact-form .wpforms-field-radio {
	padding-bottom: 10px !important;
	flex-wrap: nowrap !important;
}
.cs-contact-form .wpforms-field-radio.wpforms-has-error {
	flex-wrap: wrap !important;
}
.cs-contact-form .wpforms-field-radio.wpforms-has-error ul {
	margin-left: auto !important;
}
.cs-contact-form fieldset {
	display: contents !important;
}
.cs-contact-form .wpforms-field-radio ul {
	padding-top: 10px !important;
}
.cs-contact-form .wpforms-field-radio label {
	text-wrap: nowrap !important;
}
.cs-contact-form .wpforms-field-radio label::before {
	border-width: 4px !important;
}
.cs-contact-form textarea {
	height: 150px !important;
}
@media (max-width: 600px) {
	.cs-contact-form input,
	.cs-contact-form textarea {
		margin-bottom: 1px !important;
	}
}
.cs-contact-form .wpforms-submit:hover {
	background-image: none !important;
}
.cs-contact-form input.wpforms-error,
.cs-contact-form textarea.wpforms-error {
	border-color: var(--wpforms-label-error-color) !important;
}
.cs-contact-form .wpforms-has-error {
	overflow-x: visible !important;
}
