/*
Theme Name: frazio-auto-designs
Theme URI: http://localhost/frazio-auto-designs/
Author URI: http://localhost/frazio-auto-designs/
Description: My Site
Version: 1.0
Tags: bootstrap
*/
/* search */
.header-contacts {
	position:relative !important;
}
#searchwp-form-1 .swp-input {
	height: 40px;
}
input[type="search"]:focus-visible {
    outline: none!important;
    box-shadow: none!important;
}
form.searchwp-form input.swp-input--search {
	padding-right: 30px !important;
}
.search-result {
	display: none;
	position:absolute;
	width: 200px !important;
    left: -19px;
	padding-top:15px;
}
.searchwp-live-search-results {
	width: 200px !important;
	min-width: 200px !important;	
}
/* search */
.sub-footer.line ul li:nth-child(4) {
    padding-top: 10px;
}
.page-template-customizations .about-us-banner.customizations p {
	display:none !important;
}
.mob-header li a {
    font-family: "OxaniumRoman-Regular";
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
}
.mob-header li {
	padding: 8px 0px;
}
.sub-footer:nth-child(3) {
    pointer-events: none !important;
}
.who-we-are-details {
    float: left !important;
}

.who-we-are-imgfg  {
	width: 50%;
}

.fad-project-grid {
	display: none;
}
span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
	flex-flow: column;
    display: flex;
}
.wpcf7-list-item {
	margin: unset !important;
}
.wpcf7-response-output {
	  color: #fff !important;
}

/* media start */

@media(max-width: 991px) {
	.search-result {
		right: 50px;
		z-index: 9999;
		left: unset !important;
	}
}


@media(max-width:768px){
    .who-we-are-imgfg {
        width: 100% !important;
    }
}


