/* 
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
*/

li{
    margin: 10px 0;
}

.elementor-icon-wrapper{
    display: flex;
}

html {
  scroll-padding-top: 500px; /* adjust to match sticky header height */
}


.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item{
	fill: var(--e-global-color-primary) !important;
}


svg.e-font-icon-svg.e-fas-caret-down {
    fill: var(--e-global-color-secondary);
}

/*Review Slider Pagination Dots*/
.elementor-134 .elementor-element.elementor-element-65513a1 .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){
	background: transparent !important;
	border: 1px solid #333;
}


/* Post Read More button */
.elementor-post__read-more{
	background-color: #97CC04;
	padding: 15px 30px;
	border-radius: 50px;
	box-shadow: 0px 5px 15px 0 rgba(0,0,0,0.1) !important;
}

@media (max-width: 480px){
	.elementor-post__read-more{
		padding: 10px 20px !important;
		font-size: 16px !important;
	}
}

/* right chevron color*/
svg.e-font-icon-svg.e-fas-chevron-right{
	fill: var(--e-global-color-secondary) !important;
}


/*gravity forms CSS*/
#intake_form .gfield_label{
	color: var(--e-global-color-text) !important;
}


.rma_service .gfield_label{
    color: #333 !important;
}

/* GF confirmation message css*/
.gform_confirmation_message_1{
	color: white;
}

.gform_body .gfield_label {
	color: white;
	font-size: 16px;
	font-family: "Roboto" !important;
	font-weight: 400 !important;
}

.gform_fields {
	row-gap: 25px !important;
}

.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input{
	width: 100%
}

.gform-theme--foundation .ginput_complex .ginput_container_time {
    inline-size: 33%;
}

.gform_button {
background: var(--e-global-color-secondary) !important;  
	color: #fff;
  padding: 12px 25px !important;
  border-radius: 50px !important;
  font-size: 16px !important;
  cursor: pointer;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25) !important;
	transition: all 0.3s ease-in-out !important;
}
.gform_button:hover {
  background-color: var(--e-global-color-secondary) !important;
	transform: translatey(-5px);
}

.gsection_description{
	font-size: 14px;
	font-style: italic;
}

.charleft.ginput_counter.gfield_description {
	display: none;
}

#gform_confirmation_message_2 {
    color: #fff;
	font-weight: bold;
	align-self: center;
	text-align: center;
}

/*Image box phone fix*/

@media (max-width: 767px) {
.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper, .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
display: flex !important;
align-items: center;
}
.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{
flex-direction: row-reverse;
}
.elementor-widget-image-box.elementor-position-left .elementor-image-box-image {
margin-right: 15px !important;
}
.elementor-widget-image-box.elementor-position-right .elementor-image-box-image {
margin-left: 15px !important;
}
}

/*To add a space between image and text*/

selector.elementor-widget-image-box .elementor-image-box-content {
margin-left: 8px;
	align-content: center;
	align-items: center;
	justify-content: center;
}

/*Image box phone fix end*/