/* 
 Theme Name:     Divi ShiftWeb Solutions Child Theme
 Author:         ShiftWeb Solutions
 Author URI:     https://shiftwebsolutions.com/
 Template:       Divi
 Version:        V 1.0
 Description:   A Child Theme for DIVI theme created by ShiftWeb Solutions
 Wordpress Version: 4.9.6
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

#et-info-phone:before{
	display: none;
}
#top-header .container #et-info{
	width: 100%;
}
#top-header .container #et-info .et-social-icons{
	float: right;
}
.et_fixed_nav #top-header{
	position: relative;
	top: 0 !important;
}
body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header.et-fixed-header{
	top: 32px !important;
}
body.et_fixed_nav.et_secondary_nav_enabled #main-header.et-fixed-header{
	top: 0 !important;
}
.featured-blocks{
    border: 1px solid #e5e5e5;
}
.featured-blocks .et_pb_column{
    border-right: 1px solid #e5e5e5;
    background-color: #fafafa;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.featured-blocks .et_pb_column:hover{
    background-color: #fff;
}
.et_button_icon_visible.et_button_left .et_pb_button, .et_button_icon_visible.et_button_left .et_pb_button:hover{
    padding-left: .7em;
}
.et_button_icon_visible.et_button_left .et_pb_button::after{
    display: none;
}
body #page-container .et_fullscreen_slider.et_pb_slider .et_pb_button::before{
    display: none !important;
}
body #page-container .et_fullscreen_slider.et_pb_slider .et_pb_button, body #page-container .et_fullscreen_slider.et_pb_slider .et_pb_button:hover{
    padding-left: 0.7em !important;
}
.main-section-0{
	padding-top: 0 !important;
}
.et_pb_section.et_pb_section_first{
	top: -30px;
}
.home .et_fullscreen_slider{
	height: 100vh !important;
}