/*
Theme Name: MW Precision Machine Child Theme
Theme URI: http://mydomain.com/
Version: 1.0
Description: A customized version of Divi which adds a number of tiny features I need.
Author: Your Name
Author URI: http://www.yourwebsite.com
Template: Divi
*/

/*@media all and (max-width: 1300px){

	#top-menu li a{
		font-size: 14px !important;
	}
	*/
	
	/*rotating dropdown arrow*/

#top-menu li > a:after {
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
#top-menu li:hover > a:after {
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}

/*Code to change the mobile dropdown line color*/

.et-search-form, .nav li ul, .et_mobile_menu, .footer-widget li:before, .et_pb_pricing li:before, blockquote {
border-color: #ffffff;
}

/*Code to change the mobile “hamburger” menu bars*/

span.mobile_menu_bar:before {
    color: #ffffff !important;
}

/*contact form 7 style code*/

.wpcf7 {
 
background-color: transparent;
 
border: 0px solid #666666;
 
}

.quote-half{
	float: left;
	overflow: hidden;
	width: 100%;
	margin-bottom: 3%;
	}

.right-quote{
	float: left;
	overflow: hidden;
	width: 100%;
	margin-bottom: 3%;
	padding: 0 0 0 3%;}

.quote-full{
	float:left;
	overflow: hidden;
	width: 100%;
	margin-bottom: 3%;
}

.wpcf7 input{
	background-color: #eeeeee;
	color: #999;
	font-size: 14px;
	padding: 16px;
	width: 100%;
}

.wpcf7-textarea{
       width:100%;
}

.wpcf7-submit {
	background: transparent none repeat scroll 0 0 !important;
	border: 2px solid;
	border-color: #d0112b;
	border-radius: 3px;
	color: #d0112b !important;
	cursor: pointer;
	font-size: 20px !important;
	font-weight: 500;
	line-height: 1.7em !important;
	margin-top: 1%;
	margin-bottom: 3%;
	padding: 0.3em 1em !important;
	transition: all 0.2s ease 0s;
	width: 28% !important;
	}


