/*
Theme Name: Divi Child Theme
Description: Divi Child Theme
Author:  David Tierney
Author URI:  http://designsbytierney.com
Template: Divi
Version:  1.0.1
*/

@import url("../Divi/style.css");
 
/* =Theme customizations
------------------------------------------------------- */

.et_pb_slide_description h2 {color:#fff !important; text-shadow: 3px 2px 2px rgba(0,0,0,1); font-weight:200; }
.et_pb_slide_description h3 {color:#fff !important; text-shadow: 1px 1px 1px rgba(0,0,0,1); font-weight:200;}

.et_pb_slide_content {color:#fff !important; text-shadow: 3px 2px 2px rgba(0,0,0,1); font-weight:200;}

/* Responsive Styles 1025px - 1250x */
@media all and ( min-width: 1025px ) and ( max-width: 1250px ) {

.et_header_style_left #logo, .et_header_style_split #logo { max-width: 27% !important; }
#top-menu li {display: inline-block; font-size: 14px; padding-right: 8px;}
#top-menu-nav, #top-menu {line-height: 0; width: 590px;}
}

/* Responsive Styles 768px - 1024x */
@media screen and ( min-width: 768px ) and ( max-width: 1024px ) {

.et_header_style_left #logo, .et_header_style_split #logo { max-width: 27% !important; }
#top-menu li {display: inline-block; font-size: 13px; padding-right: 5px;}
#top-menu-nav, #top-menu {line-height: 0; width: 590px;}
}

/* Responsive Styles Smartphone Only */
@media all and ( min-width: 321px ) and ( max-width: 767px ) {

.et_header_style_left #logo, .et_header_style_split #logo { max-width: 50% !important; }
}

/* Responsive Styles Smartphone Only */
@media all and ( max-width: 320px ) {

.et_header_style_left #logo, .et_header_style_split #logo { max-width: 80% !important; }
}

------------------------------------------------------- */


