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

/* Amendments to main style.css */
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)); 
}
h1.entry-title{display:none;}

/* Header */
.et_header_style_centered #logo {max-height: 100%;}
#main-header {background:url('images/header_bg.jpg');}
#header-details {float:right;color:white;font-size:0.9em;text-align:right;}
.logo_container {background:url('images/tent-icon.png'),url('images/caravan-icon.png');background-repeat:no-repeat, no-repeat;background-position: left, right;}

.et_pb_slide_description {padding:16% 8% 20%;}

/*Bouncing Scroll-Down Arrow*/ 
.et_pb_fullwidth_section a { 
-webkit-transform: translateZ(0px); 
-moz-transform: translateZ(0px); 
-ms-transform: translateZ(0px); 
-o-transform: translateZ(0px); 
transform: translateZ(0px); } 

 .et_pb_fullwidth_section .et-pb-icon {
	 color:white;
-webkit-animation: et_bounce 1s infinite; 
-moz-animation: et_bounce 1s infinite; 
-ms-animation: et_bounce 1s infinite;  
-o-animation: et_bounce 1s infinite; 
animation: et_bounce 1s infinite; } 

@-webkit-keyframes et_bounce { 
    0% { -webkit-transform: translateY(0); } 
    40% { -webkit-transform: translateY(-15px);} 
    100% {-webkit-transform: translateY(0px); } 
} 


@-moz-keyframes et_bounce { 
    0% {-moz-transform: translateY(0);}
    40% {-moz-transform: translateY(-10px);} 
    100% {-moz-transform: translateY(0px);} 
} 

