/*
Theme Name: Divi Child Theme
Description: Divi Child Theme
Author:  David Tierney
Author URI:  http://designsbytierney.com
Template: Divi
Version:  1.0.1
*/

@import url("../Divi/style.css");
 
/* =Theme customizations
------------------------------------------------------- */

.et_header_style_split #top-menu-nav {margin-left: 50px;}

.footer-links a {color: #fff;}
.footer-links a:hover {color: #F6BD11;}

#et-info {float: right; font-size: 16px;}

    /* Menu Effect 1 - Pipes */
    .hover a::before,
    .hover a::after {
    	display: inline-block;
    	opacity: 0;
    	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
    	transition: transform 0.3s, opacity 0.2s;
    }
    .hover a::before {
    	margin-right: 0px; /*you may want to adjust this*/
    	content: '|'; /*you can change the pipe to something else if you wish*/
    	-webkit-transform: translateX(20px);
    	-moz-transform: translateX(20px);
    	transform: translateX(20px);
    }
    .hover a::after {
    	margin-left: 0px; /*you may want to adjust this*/
    	content: '|'; /*you can change the pipe to something else if you wish*/
    	-webkit-transform: translateX(-20px);
    	-moz-transform: translateX(-20px);
    	transform: translateX(-20px);
    }
    .hover a:hover::before,
    .hover a:hover::after,
    .hover a:focus::before,
    .hover a:focus::after {
    	opacity: 1;
    	-webkit-transform: translateX(0px);
    	-moz-transform: translateX(0px);
    	transform: translateX(0px);
    }

    @media only screen and (max-width: 480px) {
    #logo {
        height: 120% !important;
        max-height: 120% !important;
        width: auto;
        width: 40% !important;
        }
    body .gform_wrapper .gform_footer input[type="submit"]{
   	float: left;
        margin-bottom: -5px;
        margin-top: -10px;
        width: 100% !important;
        }
    }
#gform_2{
   padding:0 10px;
}