/*
Theme Name: WPSS
Theme URI: https: //www.wpsupportspecialists.com/
Description:
Author: WPSS
Author URI: https: //www.wpsupportspecialists.com/
Template: hello-elementor
Version: 1.0.1
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
*/

.align-icon .elementor-icon-list-item{
	display: flex;
    align-items: start;
}

.align-icon .elementor-icon-list-icon{
	position: relative;
    top: 6px;
}

.custom-form input[type='text'], .custom-form input[type='email'], .custom-form input[type='tel'], .custom-form textarea {
    background: transparent !important;
    border: none;
    border-bottom: solid 1px #8a8a8a;
    border-radius: 0;
    color: #232323;
    font-family: 'Jost';
}

.custom-form label, .custom-form input[type='file'] {
    color: #8a8a8a;
    font-family: 'Jost';
    font-weight: 300 !important;
}

.custom-form .gform_fileupload_rules, .gfield_required {
    display: none !important;
}

.custom-form input[type='submit'] {
    background: transparent;
    border: none;
    border-left: solid 3px #000;
    border-right: solid 3px #000;
    border-radius: 0;
    transition: all ease-in .3s;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .2em;
    font-family: 'Jost';
    color: #000 !important;
}

.custom-form input[type='submit']:hover {
    background: #000;
    color: #fff !important;
}

.full-car .elementor-main-swiper {
    width: 100% !important;
}

.side-title span{
	display: block;
    font-size: 40px;
    margin-bottom: 15px;
    font-family: 'Butler';
    color: rgba(0,0,0,1);
}

.custom-form{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}

.custom-form br{
	display: none;
}


.wpcf7-form-control-wrap.your-subject,
.wpcf7-form-control.has-spinner.wpcf7-submit,
.wpcf7-form-control-wrap.your-message{
	grid-column: 1/4;
}

.wpcf7-form-control.has-spinner.wpcf7-submit {
	width: 200px;
}

@media(max-width: 1440px){
	.align-btn .elementor-widget-container{
		    margin: 6px 0 0 0 !important;
	}
}

@media (max-width: 1230px){
	.topSpace{
		margin-top: 60px;
	}
}

@media(max-width: 1024px){
	.side-title span {
		font-size: 30px;
		line-height: 1.1;
	}
	#top-menu nav.elementor-nav-menu--dropdown{
		position: absolute;
		top: 32px;
		z-index: 2;
	}
}

@media(max-width: 768px){
	.side-title span {
		font-size: 20px;
    	line-height: 1.1;
    	font-weight: 500;
	}
}

@media (max-width: 600px){
	.custom-form {
		display: block;
		padding: 50px 0;
	}
	
	.custom-form  span{
		margin-bottom: 20px;
		display: block;
	}
}