/*
 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
------------------------------------------------------- */
#ab_float_menu{
	position: fixed;
	right: 0px;
	top: 250px;
	z-index: 999999;
	text-align: right;
}

#ab_float_menu button{
    width: 90px;
    height: 81px;
    box-shadow: #0f1f2f -2px 2px 15px;
    color: #1b1474;
    border-radius: 10px;
    border: 0px;
    background: #ffffff;
    margin: 4px;
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
	transition: width 2s;

}
#ab_float_menu button:hover{
	width: 150px;
}
#main-footer {
    z-index: 9;
    position: relative;
}

.ab_anchor{
	position: absolute;
	top: -150px;
}

@media only screen and (max-width: 1100px){
.et_pb_section_0 {
    /*height: 450px !important;*/
}}



@media only screen and (max-width: 1100px){
.et_pb_section_0.top-banner {
    height: 0px !important;
}}