/*
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: #003777;
}
#footer-bottom .et-social-twitter a:hover {
	color: #003777;
}
#footer-bottom .et-social-google-plus a:hover {
	color: #003777;
}
#footer-bottom .et-social-rss a:hover {
	color: #003777;
}
#services-top h1 {
    text-align: center;
    font-size: 50px;
    font-weight: 900;
}

#our-services-list h1 {
    text-align: center;
    font-size: 45px;
    font-weight: 900;
}

.et_pb_slider .et_pb_slide_2 {
    background-size: 100% 100%;
}
.peter-amstrong-right {
    background: hsl(143, 85%, 37%) none repeat scroll 0 0;
    border-radius: 20px 0 0 20px;
    margin-bottom: 12px;
    padding: 30px 26px;
    width: 100%;
}
.peter-amstrong-right > h2 {
    color: hsl(0, 0%, 100%);
    font-size: 56px;
    font-weight: 700;
}
.peter-designation {
    background: hsl(143, 85%, 37%) none repeat scroll 0 0;
    border-radius: 0 0 0 30px;
    float: right;
    padding: 15px 20px;
    width: 65%;
}
.designation-details {
    display: table;
    width: 100%;
}
.peter-mark {
    float: left;
    position: relative;
    right: 20px;
    top: 46px;
    width: 25%;
}
.peter-designation {
    background: hsl(143, 85%, 37%) none repeat scroll 0 0;
    border-radius: 0 0 0 30px;
    float: right;
    padding: 15px 20px;
    width: 65%;
}

.peter-designation {
    background: hsl(143, 85%, 37%) none repeat scroll 0 0;
    border-radius: 0 0 0 30px;
    float: right;
    padding: 15px 20px;
    width: 65%;
	
}
.mc-modal {
    display: none;
    z-index: 9999999999999 !important;
}

