/*
Theme Name: Divi Child 01
Theme URI: redsalsamarketing.com
Description: Child 01 theme for the Divi theme
Author: Scott Gilbert
Author URI: redsalsamarketing.com
Template: Divi
Version: 3.0.35
*/

/* Generated by Orbisius Child Theme Creator (http://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Tue, 15 Aug 2017 22:29:06 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

/* Forms */
input {
	-webkit-appearance: none;
}

input[type=checkbox] {
	-webkit-appearance: checkbox;
}

input[type=radio] {
	-webkit-appearance: radio;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input.text,
input.title,
textarea,
select {
    width: 100%;
    padding: 16px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    font-size: 14px;
}

input[type=text]:focus,
input.text:focus,
input.title:focus,
textarea:focus,
select:focus {
	border-color: #2d3940;
	color: #3e3e3e;
}

input[type=text],
input.text,
input.title,
textarea,
select {
	margin: 0;
}

textarea {
	padding: 4px;
}

.et_pb_team_member_description h4 {
    padding-bottom: 10px;
}

/*** change menu breakpoint ***/

@media (max-width: 1200px) {
 #top-menu li.centered-inline-logo-wrap  {
 width: 194px!important;
 } 
 }

/**Change slider height**/

@media only screen and (min-width:760px) {
    /* Set the slider height */
    .et_pb_slider, .et_pb_slider .et_pb_container { 
        height: 725px !important; 
    }
    .et_pb_slider, .et_pb_slider .et_pb_slide { 
        max-height: 725px; 
    }
    .et_pb_slider .et_pb_slide_description { 
        position: relative; 
        top: 25%; 
        padding-top: 0 !important; 
        padding-bottom:0 !important; 
        height:auto !important; 
    }
}

