/*
Theme Name:  sneekeee-child
Theme URI:   https://dev.sneekeeeservices.com.au/endalldv
Version:     1.0
Description: A child theme of Divi. This is a custom child theme created for our clients.
Author:      Sneekeee Services
Author URI:  https://www.sneekeeeservices.com.au
Template:    Divi
*/

/*- Add any CSS custom code for this child theme below this line -*/

.fw-nav-container {
    width: 100%;
    background: #7bb94f;
}

.et_header_style_centered .fw-nav-container #top-menu>li>a {
    padding: 20px 0;
}

.fw-nav-container #top-menu {
    float: left;
}

.fw-nav-container #top-menu-nav  {
    width: 100%;
}

.service-blurbs .et_pb_main_blurb_image {
	margin-bottom: 0;
    display: block;
}

.service-blurbs img {
    border: 0;
    border-radius: 5px 5px 0 0;
}

.service-blurbs .et_pb_blurb h4 {
	padding: 10px 0;
  background: #7bb94f;
  border-radius: 0 0 5px 5px;
  text-align: center;
  color: white;
}

.page-headers .et_pb_post_title {
	padding: 3% 0 !important;
}

#et-secondary-nav .menu-item-has-children>a:first-child:after, #top-menu .menu-item-has-children>a:first-child:after {
    position: relative !important;
    top: 2px;
}

.nav li ul {
    background: #333;
    border: none;
}

.gform_wrapper {
	margin: 0;
}
#wpmtst-form .strong-form-inner {
	padding: 0;
}
.gform_wrapper .top_label input.large, .gform_wrapper textarea.medium, #wpmtst-form input {
	width: 100% !important;
	border-radius: 3px;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=image], .gform_wrapper .gform_footer input[type=submit], #wpmtst-form input[type=submit] {
	color: #ffffff !important;
	background: #7bb94f !important;
	border-width: 2px !important;
	border-color: #7bb94f !important;
	letter-spacing: 0px;
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
	font-size: 16px !important;
	box-shadow: none;
	margin: 0 !important;
	padding: 0.3em 1em;
	border: 2px solid;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	cursor: pointer;
	font-weight: bold;
}
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=image]:hover, .gform_wrapper .gform_footer input[type=submit]:hover, #wpmtst-form input[type=submit]:hover {
	background: rgba(123, 185, 79, 0.7) !important;
	border-color: rgba(123, 185, 79, 0.7) !important;
	letter-spacing: 0px;
}
.gform_wrapper .gform_footer {
	padding: 0 !important;
	margin: 0 !important;
	clear: both;
	text-align: right;
}


@media all and (min-width: 981px) {
    .et_header_style_centered #main-header .container  {
        text-align: left;
    }

    .header-contact {
        position: absolute;
        top: 55px;
        right: 0;
    }
  
  	.et_header_style_centered #main-header div#et-top-navigation {
			width: 80% !important;
		}

    #et-info-phone, #et-info-email {
        width: 100%;
        display: block;
        font-size: 30px;
        text-align: right;
    }
    #et-info-phone {
        color: #242424;
    }

    #et-info-email {
        margin-top: 10px;
        font-size: 14px;
        color: #7bb94f;
    }

}

@media all and (max-width: 980px) {
  .et_header_style_centered #main-header .mobile_nav {
  	padding: 15px 10px !important;
  }
  
  .et_mobile_menu {
  	background: #312f31;
  }
  
  .mobile_menu_bar:before {
    top: 10px;
    color: white;
	}
  
	.et_header_style_centered #main-header {
    padding: 20px 0 0 !important;
	}
  .et_header_style_centered header#main-header .logo_container {
  	max-height: none !important;
  }
}