/*---------------------------------------------------------------------------------

 Theme Name:   Child
 Theme URI:    
 Description:  Child Theme
 Author:       
 Author URI:   
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

/* Header Width */
.container.clearfix.et_menu_container {
    width: 90%;
}

/* Menu link hover */
#top-menu a:hover {
    color: #62b22f !important;
    border-bottom: 3px solid #62b22f;
    padding-bottom: 23px !important;
}


/* Red Carousel Buttons */
.dica_divi_carousel_1.dica_divi_carousel .swiper-button-next, .dica_divi_carousel_1.dica_divi_carousel .swiper-button-prev {
    border-radius: 50%;
	padding-right: 48px;
}

/* Contact Icons */
.contact-details img {
    padding-right: 3px;
}

/* Full Width Contact Form Button */
.et_contact_bottom_container {
    width: 100%;
}
button.et_pb_contact_submit.et_pb_button {
    width: 97%;
}

/* Social Icons */
.social-icons img {
    width: 24px;
    margin-right: 11px;
}

@media only screen and (max-width: 480px) {
	.contact-details{
		float: left;
	}
}