/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */

li.menu-button a {
    display: inline!important;
    background-color: #ff4d51;
    font-weight: 700;
    text-align: center;
    padding: 5px 15px !important;
    border-radius: 30px;
    color: #ffffff!important;
    border: 3px solid #ff4d51!important;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
li.menu-button:hover a {
	opacity: 1!important;
	color: #ff4d51!important;
	background-color:#ffffff;}

#footer-widgets .footer-widget li {
    padding-left: 0px!important;
}

#footer-widgets .footer-widget li:before {
    display:none!important;
}

@media (min-width: 981px) {
	#media_image-4 {
		    float: right;
    margin-right: -20px;
	}
}

.et_pb_widget ul li {
    margin-bottom: .2em!important;
}

#footer-widgets .footer-widget li a {
    font-size: 15px;
}

/*---------------Vertically Center Column Elements---------------*/
 
.et_pb_equal_columns >.et_pb_column {
margin-top:auto;
margin-bottom:auto;
}