/*
Theme Name: Digiscape Child Theme
Version: 1.0
Description: Custom child theme based on the Divi theme by Elegant Themes.
Template: Divi
Author: Digiscape Ltd
*/

@import url("../Divi/style.css");

/* Import custom styles */
/*@import url("css/build/styles.css");*/

body .pascoe-gallery .et_pb_gallery_item{
	width:25% !important;
	margin:0 !important;
}
.home-text-pascoe a{
	color:#fff;
}
.home-text-pascoe a:hover{
	color:#000;
}
.footer-widget h4{
	font-size:24px;
	color:#fff !important;
	font-weight:600;
}
.sponsors_footer img{
	max-width:125px;
}
#main-footer .footer-widget li:before{
	border-color:#fff !important;
}
#et-main-area #main-footer #footer-bottom{
	background:rgb(19,158,173);
}
#footer-widgets .footer-widget a:hover,#footer-widgets #menu-footer-menu a:hover{
	color:rgb(19,158,172);
}
.sticky-nav #top-menu-nav{
    position: fixed;
    top: 0;
    background: #fff;
    width: 100%;
    display: block !important;
    /*height: 55px;*/
}
.logo.show{
    background-image: url('/wp-content/uploads/2015/08/logo-small.png');
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.sticky-nav .container-top{
    width: 80%;
    max-width:1080px;
    margin: auto;
    position: relative;
}
.blog .entry-title{
    background: none;
    line-height: 1.5em;
    margin: 10px 0;
    text-transform: uppercase;
}
.blog .more-link{
    color: #fff;
    background: #172f4f;
    padding: 10px 18px;
    text-align: center;
    float: none !important;
    margin: 12px 0;
    display: inline-block;
}
.blog .more-link:hover{
    background:#139ead ;
}
.page-feature-image1{
    max-height: 800px;
    overflow: hidden;
}
.services-section h2{
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
}
.entry-content #gform_3 input.button{
    padding: 14px 25px;
    background: #172f4f !important;
    color: #fff !important;
    border:0 !important;
}
.entry-content #gform_3 input.button:hover{
    background: #139ead !important;
}
.envirabox-container{
	z-index:99999999999 !important;
}