/*
 Theme Name:   Woodmart Child Theme
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* Home Page */
.hero-counter-sec .elementor-widget-wrap.elementor-element-populated{
	display: flex !important;
	flex-direction: row !important;
	justify-content: end !important;
	gap: 4% !important;
	flex-wrap: nowrap !important;
}
.hero-counter-sec{
	width: 80% !important;
	border-radius: 20px 0px 0px 0px !important;
	border: 1px solid #ffffff !important;
	margin-left: auto; 
}
.hero-counter-module .elementor-counter-title{
	line-height: 24px !important;
}

.cycle-img-mainsec .cycle-img-innersec{
	width: 93%;
	margin: 50px auto 0 auto;
}
.services-blurb-sec .elementor-widget-wrap.elementor-element-populated{	
	width: 97%;
	margin: auto;
}
@media screen and (max-width: 1180px) and (min-width: 1024px) {
	.service-blurb-text .info-box-content h4{
		font-size: 18px !important;
	}
}
@media screen and (max-width: 980px) {
	.hero-counter-sec{
		width: 100%  !important;
	}
}
@media screen and (max-width: 768px) {
	.hero-counter-sec .elementor-widget-wrap.elementor-element-populated{
		flex-direction: column !important;
	}
	.hero-counter-sec{
		width: 90%  !important;
		border-radius: 20px !important;
		margin-left: 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.countdown-sec .elementor-widget-wrap.elementor-element-populated{
		flex-wrap: nowrap;
	}
}
/* Home Page End */


/* About Us */
.about-bg-banner-sec{
	left: 0 !important;
}
/* About Us End */


/* Specialities Page */
@media screen and (max-width: 1180px) and (min-width: 768px) {
	.special-sections .special_box .elementor-image-box-content h3{
		font-size: 18px !important;
	}
}
/* Specialities Page End */

/* Contact Us Page */
@media screen and (max-width: 768px) {
	.contact-us-form-sec .contact-form .wpforms-field-container{
		display: flex;
		flex-direction: column;
	}
	.contact-us-form-sec .contact-form .wpforms-field-container .wpforms-field{
		width: 100% !important;
		margin: 0 !important;
	}
	.contact-us-form-sec .contact-form .wpforms-submit{
		margin: 0 !important;
		float: none !important;
	}
}
@media screen and (max-width: 980px) and (min-width: 768px) {
	.contact-us-form-sec .contact-form .wpforms-submit{
		left: 8%;
	}
}

/* Contact Us Page End */