/* 
 Theme Name:     Digital Technology Labs
 Author:         Digital Technology Labs
 Author URI:     http://www.digitaltechnologylabs.com
 Template:       Divi
 Version:        1.0
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.9.1
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */

#et-top-navigation {
    font-weight: 400!important;
}

#top-header #et-info {
    line-height: 1.1em!important;
}

/* Place Nav Menu Burger Menu to Right of Logo */
@media (max-width: 980px) {

	.et_header_style_split #et_mobile_nav_menu {
		margin-top: 5px;
	}
	
	.et_header_style_split #mobile_menu {
		top: 65px;
	}
	
	.mobile_menu_bar:before {
		font-size: 40px;
	}
	
	.et_header_style_split header#main-header .logo_container {
		float: left;
		width: 75px;
		height: 55px;
		position: relative;
		z-index: 3;
		text-align: left;
		margin-top: -10px;
	}

	.et_header_style_left #logo, 
	.et_header_style_split #logo {
		max-width: 80px;
		max-height: 60px;
	}
	
	.et_header_style_split #main-header .mobile_nav {
		background: transparent;
	}

}

/* Reduce header size on small mobile screen resolutions */
@media (max-width: 350px) {
	#main-content .et_pb_text_1 h1 {
		font-size: 26px;
	}
}

input[type="email"], input[type="password"], input[type="tel"], input[type="text"], textarea {
  background-color: #eee!important;
  border: none!important;
  padding: 16px!important;
  color: #2479be!important;
  width: 100%!important;
}

.wpcf7 input[type="checkbox"] {
  width: 18px;
  height: 18px;
  background-color: #eee;
  vertical-align: middle;
  border: none;
}

.wpcf7-submit{
	padding: 10px 20px;
color: #ffffff !important;
font-family: 'Nunito',Helvetica,Arial,Lucida,sans-serif !important;
background-color: #ff4033 !important;
border: 2px solid #ffffff;
font-size: 20px;
transition: all .2s;
	
}

.wpcf7-submit:hover{
	border: 2px solid #ff4033;
	cursor: pointer;
}