/*
Theme Name:     divi_child
Description:    
Author:         pdgroupie
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../Divi/style.css");

.et_fixed_nav #logo {
	max-height: 62px;
}
.et-fixed-header #logo {
	max-height: 44px;
}

/* Slider Arrows */
.et-pb-arrow-prev,
.et-pb-arrow-next {
	position: absolute;
	z-index: 100;
	top: 50%;
	margin-top: -24px;
	opacity: 0;
	color: #fff;
	font-size: 100px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.et_pb_fullwidth_portfolio:hover .et-pb-arrow-prev {
	left: 5px;
	top: 45%;
	opacity: 1;
	color: #DD0000;
	font-size: 75px;
}

.et_pb_fullwidth_portfolio:hover .et-pb-arrow-next {
	right: 12px;
	top: 45%;
	opacity: 1;
	color: #DD0000;
	font-size: 75px;
}


.et_pb_section:nth-child(2) {
       background-image: linear-gradient(to bottom, #666666 0%,#000000 100%) ; 
    }

.et_pb_section:nth-child(3) .et_pb_fullwidth_header {
       background-image: linear-gradient(2deg, #190000, #c30202) ; 
    } 

.et_pb_slider .et_pb_slide { height:580px; display: none; float: left; margin-right: -100%; position: relative; width: 100%; text-align: center; -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1); box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1); }

<?php comment_form( array( 'comment_notes_after' => '' ) ); ?>