/*
Theme Name: Bridge
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: Creative Multi-Purpose WordPress Theme
Tags: creative, portfolio, multi-purpose, clean, retina, responsive, parallax, mega menu, blog, agency, business, fullscreen, modern, background video, ajax
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 17.2
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

form.searchbyzip{ text-align: center; position:relative; width: 53%; margin:0 auto;}
form.searchbyzip input{ width: 95%; padding: 15px; border: 0; border-radius: 5px; }
form.searchbyzip input:focus{ outline:0; }
form.searchbyzip .submit{ position: absolute;top: 4px; right: 2px; width: 100px;}
form.searchbyzip .submit input{ padding: 10px 15px; }
form.searchbyzip .submit input:hover{ cursor:pointer;  }

/************** New Custom Css Coding ************************/
.aligncenter{
	text-align:center;
}
	
.displaynone{display:none!important}
	
.font23{
	font-size:23px!important
}
.font40{
	font-size:40px!important
}
.makemblack{
	color:black!important;
}
.makemred{
	color:red!important;
}

.paddingtop20{
	padding-top:20px;
}
.paddingbottom20{
	padding-bottom:20px;
}

.paddingtopbottom20{
	padding-bottom:20px;
	padding-top:20px;
}



.custom-form-input-wrapper .wccpf_label{display:none!important;}
.custom-form-label{
    background: none!important;
    border: none!important;
    padding: 0!important;
    margin: 0!important;
    font-size: 19px;
}


.homepage-main-text{color: #c81c1b; text-align: center; padding-bottom: 30px;}



.page-template-warehouse-listing .vc_custom_1547586902877{ margin-bottom:50px !important; }
.page-template-warehouse-listing .section_inner_margin .vc_col-sm-4{ margin-bottom: 30px; }
.wccpf-is-valid-1, .wccpf-validation-message{display:block;}
.wpb_wrapper{
    min-height:75px;
}



@media only screen and (min-width: 1000px){
	.content .container .container_inner.default_template_holder, .content .container .container_inner.page_container_inner {
		padding-top: 30px!important;
	}
}
@media only screen and (max-width: 764px){
	.wpb_wrapper{
		min-height:25px;
		padding-top:10px;
	}

}
@media only screen and (max-width: 480px){
	.homepage-main-text{    font-size: 20px;
    line-height: 25px;}
}