/*
 Theme Name:     KAMCT
 Theme URI:      http://www.kristinaustin.com/
 Description:    Divi Child Theme
 Author:         Kristin Austin Marketing
 Author URI:     http://www.kristinaustin.com/
 Template:       Divi
 Version:        1.0.0
*/
 

 
/* =Theme customization starts here
------------------------------------------------------- */

#top-header .et-social-icons { float:right !important; }

#top-header #et-info { width: 100%; }
#et-info-email { display: none; }

#footer-info {
    float: none;
    text-align: center;
}


#main-footer {
    
background: rgba(0,88,160,1);
background: -moz-linear-gradient(top, rgba(8,135,204,1) 0%, rgba(0,88,160,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(8,135,204,1)), color-stop(100%, rgba(0,88,160,1)));
background: -webkit-linear-gradient(top, rgba(8,135,204,1) 0%, rgba(0,88,160,1) 100%);
background: -o-linear-gradient(top, rgba(8,135,204,1) 0%, rgba(0,88,160,1) 100%);
background: -ms-linear-gradient(top, rgba(8,135,204,1) 0%, rgba(0,88,160,1) 100%);
background: linear-gradient(to bottom, rgba(8,135,204,1) 0%, rgba(0,88,160,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0887cc', endColorstr='#0058a0', GradientType=0 );

}

.et_pb_blurb_content {
    margin: 0 auto;
    max-width: 100%;
    padding-right: 10px;
    position: relative;
}

.et_pb_section_parallax .et_pb_parallax_css, .et_pb_slides .et_parallax_bg.et_pb_parallax_css {
    background-attachment: scroll;
}

#top-header, #et-secondary-nav li ul {
background: rgba(52,128,55,1);
background: -moz-linear-gradient(top, rgba(52,128,55,1) 0%, rgba(113,169,50,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(52,128,55,1)), color-stop(100%, rgba(113,169,50,1)));
background: -webkit-linear-gradient(top, rgba(52,128,55,1) 0%, rgba(113,169,50,1) 100%);
background: -o-linear-gradient(top, rgba(52,128,55,1) 0%, rgba(113,169,50,1) 100%);
background: -ms-linear-gradient(top, rgba(52,128,55,1) 0%, rgba(113,169,50,1) 100%);
background: linear-gradient(to bottom, rgba(52,128,55,1) 0%, rgba(113,169,50,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#348037', endColorstr='#71a932', GradientType=0 );

}

#top-menu-nav > ul > li > a:hover, #et-secondary-menu > ul > li > a:hover, #et-info-email:hover, .et-social-icons a:hover {
    color: #0063b1;
    transition: all 0.4s ease-in-out 0s;
}

.et_pb_contact_right p input {
    max-width: 65px;
    padding: 16px;
}

#footer-bottom {
    background-color: rgba(0, 0, 0, 0);
}