/*
Theme Name: Divi Child Theme
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 1.1.0
Author: Pullover Comunicazione
Author URI: http://www.pullovercomunicazione.it
Template: Divi
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../Divi/style.css");

div#select-contacts label {
	padding-right: 12px; 
}

div#select-contacts select.select-contact-form {
	/* styling */
 	background-color: white;
 	border: thin solid rgb(17, 97, 129);
 	border-radius: 4px;
 	display: inline-block;
 	font-family: 'Merriweather Sans', Helvetica, Arial, Lucida, sans-serif;
	font-size: 1em/100%;
 	line-height: 1.5em;
 	padding: 0.5em 3.5em 0.5em 1em;
 	
	/* reset */
	margin: 0;
 	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	box-sizing: border-box;
 	-webkit-appearance: none;
 	-moz-appearance: none;
	
	/* arrows*/
	background-image:
    linear-gradient(45deg, transparent 50%, rgb(244, 151, 57) 50%),
    linear-gradient(135deg, rgb(244, 151, 57) 50%, transparent 50%),
    linear-gradient(to right, rgb(250, 204, 158), rgb(250, 204, 158));
  	background-position:
    	calc(100% - 20px) calc(1em + 2px),
    	calc(100% - 15px) calc(1em + 2px),
    	100% 0;
  	background-size:
    	5px 5px,
    	5px 5px,
    	2.5em 2.5em;
  	background-repeat: no-repeat;
	
	
}

div#select-contacts select.select-contact-form:focus {
	background-image:
    	linear-gradient(45deg, rgb(250, 204, 158) 50%, transparent 50%),
    	linear-gradient(135deg, transparent 50%, rgb(250, 204, 158) 50%),
    	linear-gradient(to right, rgb(244, 151, 57), rgb(244, 151, 57));
  	background-position:
    	calc(100% - 15px) 1em,
    	calc(100% - 20px) 1em,
    	100% 0;
  	background-size:
    	5px 5px,
    	5px 5px,
    	2.5em 2.5em;
  	background-repeat: no-repeat;
  	border-color: rgb(244, 151, 57);
  	outline: 0;
}


div#select-contacts select.select-contact-form:-moz-focusring {
  	color: transparent;
  	text-shadow: 0 0 0 #000;
}

/*hide forgot password form in the private area*/
.et_pb_forgot_password {
    display: none !important;
}

