/*
Theme Name: Impreza Child
Theme URI: https://themeforest.net/item/impreza-retina-responsive-wordpress-theme/full_screen_preview/6434280
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress Impreza child theme.
Template: Impreza
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: impreza-child
*/



/*My Account Page Customizations WooCommerce*/
.woocommerce-MyAccount-navigation {
	/*padding:  .5rem;*/
	background:  #eaeaea;
}
.woocommerce-MyAccount-navigation li {
	padding:  .5rem;
	border:  1pt solid #fff;
	margin:  0;
}




/*Removing these from the default for the email signature generator*/
#emd-es-container td, 
#emd-es-container th {
	vertical-align: middle;
	border-bottom:  0px;
	padding:  0px;
}

.bottom-menu-item {
	margin: 0;
	text-decoration: none;
	font-size: 12px;
}

.bottom-menu-header {
	margin-bottom: 15px;
	font-weight: 800;
}

.wpcf7-submit {
	margin-top: 5px;
}

.tel-913 {
	margin-bottom: 5px;
}

@media (max-width: 767px) {
	.responsive-lineup {
		float: left !important;
		width: 50% !important;
		margin: 0 !important;
	}
	.home-responsive-header {
		font-size:22px;
	}
	.bottom-menu-item {
		font-size:12px;
	}
	.responsive-lineup-3 {
		float: left !important;
		width: 33% !important;
		margin: 0 !important;
	}
}

/*________Contact Form Edits_________*/

.g-cols>div{
	float: left;
}

.g-cols.valign_top>div>.vc_column-inner{
	justify-content: flex-start;
}

.g-cols.type_default>div>.vc_column-inner{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.g-cols.type_default{
	margin: 0 -1.5rem;
}

.wpcf7-form input[type="text"]{
	margin-top: 0.4rem;
}

input[type="text"]{
	line-height: 2.8rem;
	height: 2.8rem;
}

input[type="text"]{
	padding: 0 0.8rem;
	width: 100%;
	border-radius: 0.3rem;
	box-shadow: 0 0 0 2px transparent;
	transition: all.3s;

}

span.wpcf7-form-control-wrap{
	display: inline-block;
	vertical-align: text-top;
	width: 100%;
}

hr{
	box-sizing: content-box;
	height: 0;
	border-style: solid;
	border-width: 0 0 1px;
	border-color: #dce0e3;
	margin: 0.8 0 rem;
}

@media (min-width: 768px){
.vc_col-sm-12 {
	width: 100%
}
}

.seocontactform input[type="submit"] {
	width: 100%;
}

.ebook-form input[type="submit"] {
	width: 100%;
}




/* Column Classes
    Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

