/*
Theme Name: Divi Child Theme
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
Author:   Brad Dalton http://wpsites.net
Template: Divi
*/

@import url("../Divi/style.css");


/* Style Footer Credits - Lines 948 & 949 */

#footer-info { 
text-align: left; 
color: green; 
padding-bottom: 10px; 
float: left; 
}

#footer-info a { 
font-weight: 700; 
color: yellow; 
}

#footer-info a:hover { 
color: pink; 
}


/* Style Footer Social Icons - Lines 1185 to 1198 */

#footer-bottom .et-social-facebook a {
	color: blue;
}
#footer-bottom .et-social-twitter a {
	color: powderblue;
}
#footer-bottom .et-social-google-plus a {
	color: red;
}
#footer-bottom .et-social-rss a {
	color: orange;
}

/* Hover Colors*/
#footer-bottom .et-social-facebook a:hover {
	color: pink;
}
#footer-bottom .et-social-twitter a:hover {
	color: pink;
}
#footer-bottom .et-social-google-plus a:hover {
	color: pink;
}
#footer-bottom .et-social-rss a:hover {
	color: pink;
}

.et_pb_map_container { 
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); 
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%);
}

@media (max-width: 767px) {
 
p.et_pb_contact_field {
max-width: 100% !important;
}
}


    /*---------- [Testimonial Slider ]----------*/
        
        .testimonial-slider,
        .testimonial-slider .et_pb_container {
            height: auto !important;
        }
        .testimonial-slider,
        .testimonial-slider .et_pb_slide {
            max-height: auto;
            border: 1px solid #fff;
            outline: 0px solid #000;
        }
        .testimonial-slider .et_pb_slide_description {
            position: relative;
            top: 25%;
            padding-top: 20px !important;
            padding-bottom: 10px !important;
            height: 215px !important;
        }
        .testimonial-slider .et_pb_testimonial_portrait {
            display: table-cell;
            float: left;
            position: relative;
            width: 175px !important;
            height: 175px !important;
            margin-right: 30px;
            border: 0px solid #ffffff;
            background-repeat: no-repeat;
            background-position: center;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            background-size: cover;
        }
    	
    	.testimonial-slider .et-pb-controllers a {
        border-radius: 0px;
    }