/*
Theme Name: Divi Child
Theme URI: https://www.drsearswellnessinstitute.org
Version: 1.0.0
Description: Smart. Flexible. Beautiful. Child theme of Divi.
Author: Dr. Sears Wellness Institute
Author URI: https://www.drsearswellnessinstitute.org
Template: Divi
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


body {
    color: #000;
}

h1, h2, h3, h4, h5, h6 {
    line-height: normal;
}


.coach-share-link, .coach-share-social .coach-share-link {
    padding: 2px 8px 4px 8px !important;
    color: #fff !important;
    font-size: 12px;
    border-radius: 4px;
    margin-right: 2px;
    cursor: pointer;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    margin-top: 2px;
    display: inline-block;
    text-decoration: none;
}
 
.coach-share-link:hover,.coach-share-link:active {
    color: white;
}

.coach-share-social {
    display: none;
	font-size: 12px;
	-webkit-font-smoothing: antialiased;
    padding: 20px 0 20px 0;
    text-align: center;
    background: #fff;
}

.coach-share-social-inner {
    width: 550px;
	margin: auto;
	text-align: left;
}

.coach-share-title {
	display: block;
	font-weight: 100;
	text-transform: uppercase;
}

.coach-share-facebook {
    background: #3B5997;
}
 
.coach-share-facebook:hover,.coach-share-facebook:active {
    background: #2d4372;
}
 
.coach-share-twitter {
    background: #00aced;
}
 
.coach-share-twitter:hover,.coach-share-twitter:active {
    background: #0084b4;
}
 
.coach-share-googleplus {
    background: #D64937;
}
 
.coach-share-googleplus:hover,.coach-share-googleplus:active {
    background: #b53525;
}
 
.coach-share-buffer {
    background: #444;
}
 
.coach-share-buffer:hover,.coach-share-buffer:active {
    background: #222;
}
 
.coach-share-pinterest {
    background: #bd081c;
}
 
.coach-share-pinterest:hover,.coach-share-pinterest:active {
    background: #bd081c;
}
 
.coach-share-linkedin {
    background: #0074A1;
}
 
.coach-share-linkedin:hover,.coach-share-linkedin:active {
    background: #006288;
}
 
.coach-share-whatsapp {
    background: #43d854;
}
 
.coach-share-whatsapp:hover,.coach-share-whatsapp:active {
    background: #009688;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
    max-width: none;
    width: auto;
}

@media only screen and (max-width: 600px) {
    .coach-share-label {
		display: none;
    }

    .coach-share-social-inner {
    	width: 200px;
    }
}
 