/*
 * Theme Name:     Divi Child Theme
 * Theme URI:      http://onedayswages.org 
 * Description:    Divi Child Theme
 * Author:         One Days Wages
 * Author URI:     http://onedayswages.org 
 * Template:       Divi 
 * Version:        1.0.0
 */
 
@import url("../Divi/style.css");

/* Theme customization starts here
 * ------------------------------------------------------- */

#footer-info {display: none;}
input:-moz-placeholder { /* Firefox 18- */
  color: #858585!important;
	font-size: 16px!important;
  font-weight: 400!important;
}

input::-moz-placeholder {  /* Firefox 19+ */
  color: #858585!important;
	font-size: 16px!important;
  font-weight: 400!important;
}

input:-ms-input-placeholder {  
  color: #858585!important;
	font-size: 16px!important;
  font-weight: 400!important;
}
#optIn input{
	height: 50px;
	background: #CCCCCC;
	border: none!important;
	font-size: 16px!important;
	font-weight: bold!important;
	width: 100%;
	margin-bottom: 15px;
	padding-left: 15px;
}
#optIn #mc-embedded-subscribe-form input[type="email"] {
	border-radius: 0;
}
#optIn .datefield .subfield input {
	width: 33.3%;
	border-radius: 0px;
}
#optIn .dayfield input {
	border-left: 1px solid #aba8a8!important;
	border-right: 1px solid #aba8a8!important;
}

#optIn .mce_inline_error {
	margin-bottom: 0!Important;
}
#optIn input:focus {
	background: #ccc!important;
}
#optIn #mc-embedded-subscribe {
	background: #82c6d4;
	color: white;
	width: 100%;
	height: 51px;
	border-radius: 2px;
}
#mc_embed_signup div.mce_inline_error {
	background-color: #fff!important;
	padding: 0 5px!important;
	color: red!important;
}
#mc-embedded-subscribe-form .button {
    background: #f7a02f!important;
    border-width: 0px !important;
    border-color: #161616;
    border-radius: 2px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
}

#mc-embedded-subscribe-form .button:hover {
	color: #fff!important;
	text-decoration: underline;
	transition: background-color 0.5s ease;
	background-color: rgba(247,160,47,0.86) !important;
}
#main-header.et-fixed-header{
	height: 77px;
}
.mobile_menu_bar:before {
    color: #82c7d4;
}
#main-header #mobile_menu.et_mobile_menu {
background-color:#212121; 
border-top: 3px solid #EE9E38;
}
.et_pb_promo_description p {
    line-height: 45px!important;
}
.et_pb_fullwidth_header_subhead {
line-height: 30px;
}

.et_pb_bg_layout_light .et_pb_more_button { color: #FFF;}
#wages-form span {
color: #28aded;
font-size: 20px;
display: inline-block;
}
#donateFormLeft h2 {
	color:  #323232;
	font-size: 45px;
	font-weight: 400;
	text-align: center;
}
#donateFormLeft h4 {
	color: #323232;
	font-size: 25px;
	font-weight: 400;
	text-align: center;
}
/* CALCULATOR */
form#wages-form {
	margin: 25px 0px;
	text-align: center;
}
form #dollarsign {
	color: black;
	margin-right: 10px;
	vertical-align: middle;
	margin: 0;
	font-size: 20px;
}

#wage {
	color:  #bcbcbc;
	font-size: 25px;
	font-weight: 400;
	text-align: left;
	height: 40px;
  border: none;
  border-bottom: 2px solid #d1d1d1;
  padding-left: 0px;
	max-width: 110px;
	background: transparent;
	margin: 0 15px;
	max-width: 150px;
	vertical-align: middle;
	padding-top: 10px;
	display: inline-block;
}
#wage-per {
	color: #ffffff;
	font-size: 18px;	font-weight: 500;
	text-align: center;;
	background-color:  #28aded;
	height: 40px;
	border-radius: 2px;
	text-transform: uppercase;
	vertical-align: middle;
	display: inline-block;
}
form #equal {
	color:  #d1d1d1;
	font-size: 60px;
	vertical-align: middle;
	margin: 0 20px;
}
#wages-form #wage-per-day {
	font-size: 35px;
	vertical-align: middle;
}
#wages-form #per-day {
	font-size: 14px;
	vertical-align: bottom;
}
form h4 { font-size: 14px; }
#total { display: inline-block;}
#clean-water,
#malaria,
#tuition {
	width: 29%;
	display: inline-block;
	text-align: center;
	margin-bottom: 15px;
}
#clean-water {
  width: 37%;
}
#provides {
	margin: 50px 0;
}
#provides #clean-water span,
#provides #malaria span,
#provides #tuition span {
	text-align: center;
	color: #323232;
	font-size: 35px; 
	font-weight: bold;
	text-align: center;
} 
#clean-water p,
#malaria p,
#tuition p {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;

}
div.or {
	display:inline-block;
	margin-bottom: 25px;
	color: #999;
}
@media(max-width: 1530px) {
	#clean-water,
	#malaria,
	#tuition {
		width: 29%;
		display: inline-block;
		text-align: center;
		margin-bottom: 15px;
	}
}
@media(max-width: 1508px) {
	#clean-water,
	#malaria,
	#tuition {
		width: 25%;
	}
}
@media(max-width: 1450px) {
	#wage {
		font-size: 20px;
		max-width: 110px;
	}
	form #equal {
		font-size: 40px;
		margin: 0 10px;
	}
	#total {
		margin-top: 25px;
	}
}
@media(max-width: 1400px) {
	#donateFormLeft h2 {
		font-size: 32px;
	}
	#donateFormLeft h4 {
		font-size: 18px;
	}
}
@media(max-width: 1385px) {
				#clean-water p,
				#malaria p,
				#tuition p {
					font-size: 14px;
				}
}
@media(max-width: 1256px) {
	#clean-water p,
	#malaria p,
	#tuition p {
		font-size: 12px;
	}
}
@media(max-width: 900px) {
	#clean-water,
  #malaria,
  #tuition { 
		width: 100%;
		display: block;
	}
  #clean-water p,
  #malaria p,
  #tuition p { 
		font-size: 100%;
	}
}
@media(max-width: 866px) {
	#dollarSignWages	{
		display: block;
		margin: 0 auto 15px;
	}
	#wage-per {
		margin: 0 auto;
		display: block;
	}
}
hr#formSplit {
	height: 3px;
	border-top: 3px solid #28ADED;
	width: 60%;
	margin: 25px auto;
}
#giving-amount {
	color: #EE9E38;
}
#giving-amount-field {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    height: 40px;
    border: none;
    border-bottom: 3px solid #EE9E38;
    padding-left: 0px;
    max-width: 110px;
    background: transparent;
    margin: 0 15px;
    max-width: 125px;
    vertical-align: middle;
		display: block;
}
input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:23px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(/wp-content/uploads/checkbox-radio-sprite-image.png);
		background-position: 1px top;
		background-repeat: no-repeat;
    cursor:pointer;
		margin-right: 15px;
}
input[type="checkbox"]:checked + label span {
    background:url('/wp-content/uploads/checkbox-radio-sprite-image.png');
		background-position: -16px 0;
		background-repeat: no-repeat;
}
#radio-separator {
	margin-top: 25px;
	margin-bottom: 25px;
}
#giveNow {
	background-color: #EE9E38;
  font-weight: bold;    color: white;
  text-align: center;
	border: none;
	padding: 10px 25px;
	font-size: 18px;
	border-radius: 2px;
}
#giveNow:hover {
	background: rgba(247,160,47,0.86) !important;
  border-color: rgba(247,160,47,0.86) !important;
	cursor: pointer;
}
.classy-donation-form input[type="text"] {
}
#give-your-odw {
	text-align: center;
	background: #fff;
	padding: 25px 0;
	max-width: 500px;
	margin: 0 auto;
}
#give-your-odw #dollarSign{
	display: inline-block;
	
}
#give-your-odw #giving-amount-field {
	display: inline-block;
}
.donateButton a {
    background: rgba(0,0,0,0.02);
	color: #fff;
    border-color: #ffffff;
		border: 2px solid;
		padding: 15px!important;
    letter-spacing: 0px;
    font-size: 20px;
		border-radius: 2px;
}
#top-menu li.donateButton.current-menu-item > a {
	color: #fff;
}
#main-header.et-fixed-header #top-menu-nav #top-menu li.donateButton.current-menu-item > a {
	color: #fff!Important;
}
ul#mobile_menu .donateButton a {
	border: none;
	padding: 10px 5%!important;
	background: none;
}
.et_pb_fullwidth_header_subhead { line-height: 40px!important; }



#donateFormRight {
text-align: center;
background: #daedfe; /* Old browsers */
background: -moz-linear-gradient(top, #daedfe 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #daedfe 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #daedfe 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#daedfe', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
padding: 0;
}
#donateFormRight .classy-currency { 
	top: 75px;
	left: 45px;
}
#donateFormLeft {
background: #d3ede2; /* Old browsers */
background: -moz-linear-gradient(top, #d3ede2 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #d3ede2 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #d3ede2 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3ede2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
padding: 25px 75px;

}
#donateFormRight .mittun-thermometer-container p {
display: none;
}
#donateFormRight form .classy-currency {
}
#optIn input:focus {
background-color: #cccccc;
}

#donateFormRight {width: 50%; float:right;}
#donateFormLeft {width:50%; float: left;}

@media(max-width: 767px) {
#donateFormLeft,
#donateFormRight {
        width: 100%;
        float: none;
}
}

@media(max-width: 443px) {
#donateFormRight .donationFormBox.background.currencyFix .classy-currency {
top: 38px;
left: -130px!important;
}
}
@media(max-width: 436px) {
#donateFormRight .classy-donation-form label {
display: block;
}}
#mcSignUpFooter {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
#mcSignUpFooter #mc-embedded-subscribe-form {
padding-left: 0;
	padding-top: 5px;
}
#mcSignUpFooter #mc-embedded-subscribe-form input[type=email] {
	width: 100%;
	font-size: 16px;
	font-family: 'Roboto light', sans-serif;
}
#mcSignUpFooter #mc-embedded-subscribe-form input[type=submit] {
		background: none!important;
    border-color: #ffffff;
    border: 2px solid!important;
    padding: 0px 15px!important;
    letter-spacing: 0px;
    font-size: 15px;
    border-radius: 2px;
		height: auto;
		width: auto;
}
#mcSignUpFooter #mc-embedded-subscribe-form input[type=submit]:hover {
	opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
text-decoration: none;
}
#mc_embed_signup input.email {
	width: 100%!important;
}
.btn.calcLightbox.blue {
	background-color: #82c7d4!important;
}
.btn.calcLightbox.blue:hover {
	background-color: rgba(130, 199, 212, 0.86)!important;
}
.btn.calcLightbox {
    background-color: #EE9E38!important;
    font-weight: bold;
    border-radius: 2px;
    text-transform: uppercase;
    padding: 10px 19px;
		color: #fff;
	font-size: 18px;
}
.btn.calcLightbox:hover {
    background: rgba(247,160,47,0.86) !important;
    border-color: rgba(247,160,47,0.86) !important;
    cursor: pointer;
}
.et-cart-info { display: none; }
.woocommerce-page div#left-area {
    width: 100%;
}
.woocommerce-page #main-content .container:before {
	background-color: transparent;
}

.styled-select {
   height: 35px;
background: #eeeeee;
}

.styled-select select {
   height: 35px;
}

.styled-select.slate {
   height: 25px;
   width: 169px;
}

.styled-select.slate select {
   font-size: 16px;
   height: 25px;
   width: 169px;
}

/* Giving Tuesday Form */
p.classyDonationAmount { display: none!important; }
