/*
Theme Name: lpc-divi
Description: adapatation of Divi
Author: Dale Jackson
Author URI:
Template: Divi
Version: 2.5.16
*/

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

p:empty {display: none;}

/* Amendments to main style.css */
.centre {text-align:center;}
.logo_container {border-top:1px solid grey;}
#main-header {background:url(images/header_bottom_bg.png) bottom center repeat-x;}
#top-menu-nav {width:100%;text-align: center;background-color:#38462b; }
#text-6 {text-align:right;float:right;}
#text-4 {margin-left:65px;margin-right:65px;}
.entry-utility {display:none;}
.et_non_fixed_nav.et_transparent_nav.et_show_nav.et_header_style_centered #page-container, .et_fixed_nav.et_show_nav.et_header_style_centered #page-container {
padding-top: 220px !important;}
.mobile_menu_bar .mobile_menu_bar_toggle {color:white !important;}
.et_pb_slide {padding:6% !important;}
.et_pb_slide_description {padding:16% 0 !important;}
.et_pb_gallery_image .et_overlay {background-color: rgba(255,255,255,0.4)!important;}
#top-menu > li > a {padding-bottom:23px !important;padding-top:30px;}

hr {
    border: 0;
    height: 1px;
	margin-bottom:20px;
    background-image: -webkit-linear-gradient(left, rgba(102,102,102,0), rgba(102,102,102,0.75), rgba(102,102,102,0)); 
    background-image:    -moz-linear-gradient(left, rgba(102,102,102,0), rgba(102,102,102,0.75), rgba(102,102,102,0)); 
    background-image:     -ms-linear-gradient(left, rgba(102,102,102,0), rgba(102,102,102,0.75), rgba(102,102,102,0)); 
    background-image:      -o-linear-gradient(left, rgba(102,102,102,0), rgba(102,102,102,0.75), rgba(102,102,102,0)); 
}

.snap {padding:6px;margin-bottom:10px;background-color:white;-webkit-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 2px 6px 0px rgba(50, 50, 50, 0.5);
box-shadow:         0px 2px 6px 0px rgba(50, 50, 50, 0.5);}
.et_pb_contact_captcha_question::before{content:'I am not a Robot so ';}

.ihf{font-size:1.2em;}