/*
 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
------------------------------------------------------- */
/*phone**************************************/

.cls-phone-number {
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
}

.cls-phone-number span.et-pb-icon {
    font-size: 31px !important;
    padding-right: 15px;
}

.cls-phone-number .et-pb-icon {
    background: #89bf54;
    padding: 15px !important;
    border-radius: 40px 0px 0px 40px;
    color: #fff;
}

.cls-phone-number .cls-ph-n-txt {
    background: #89bf54;
    font-family: 'Manrope';
    font-weight: 700;
    font-size: 17px;
    padding-top: 17px;
    padding-right: 0px;
    padding-bottom: 21px !important;
    padding-left: 0px;
    color: #fff;
    height: 61px !important;
}

p.cls-ph-n-txt {
    width: 0;
	opacity: 0;
}

.cls-display-b {
    position: relative;
    z-index: 999999999999 !important;
}

.cls-display-b:hover .cls-ph-n-txt {
    width: 100%;
    transition: .3s ease;
    padding-right: 16px;
    padding-left: 16px;
	opacity: 1;
}

/****************************/
@media only screen and (max-width: 1116px) and (min-width: 981px){

div#et-top-navigation {
    padding-left: 175px !important;
}
	#logo {
    max-height: 20% !important;
}
	
}

@media only screen and (max-width: 768px){
.class-flex-cont {
    display: flex !important;
    flex-direction: column-reverse !important;
}

}