/*
Theme Name: Monty
Theme URI: https://www.montyproject.com/
Template: aioffice
Author: Monty
Author URI: https://www.montyproject.com/
Version: 1.1558057927
Updated: 2019-05-17 01:52:07

*/

.top-dire {
    width: 333px;
}

.top-dire:before {
    content: url(https://aioffice.com.mx/wp-content/uploads/2019/05/Ai-Office-Ubicacion.png);
    margin: -8px 0px 0px 7px;
    font-size: 16px;
    float: left;
}

@media only screen and (max-width: 980px) {
	
	.top-dire {
    width: 100%;
    }
    
    .top-dire:before {
    margin: 3px 3px 2px 15px;
    }
    
    .top-tel {
    width: 100%;
    }
    
   .top-tel:before {
    margin: 3px 3px 2px 15px;
    }
    
    .top-mail {
    width: 100%;
    }
    
    .top-mail:before {
    margin: 3px 3px 2px 15px;
    }
    
    .mobile_menu_bar:before {
    color: #EEB649!important;
    }

    .et_mobile_menu {
    border-top: 3px solid #eeb649!important;
    }
}

#footer-info {
    width: 100%;
    margin: 0 auto;
    text-align: center !important;
}
@media only screen and (min-width: 980px) {
    #footer-bottom .et-social-icons {
        margin-bottom: -28px;
    }
}

@media (max-width: 980px) {
.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: fixed;
}
}

.et_mobile_menu {
    overflow: scroll !important;
    max-height: 70vh;
}

#et-secondary-menu {
    float: left!important;
}

#et-info {
    float: right!important;
}

#et-info-phone:before {
    position: relative;
    top: 0px;
    margin: 0px 3px 0px 0px;
    content: "\e090";
    background: black;
    color: white;
    border-radius: 25px;
    padding: 6px;
}

#et-info-email:before {
    position: relative;
    top: 0px;
    margin: 0px 3px 0px 0px;
    content: "\e010";
    background: black;
    color: white;
    border-radius: 25px;
    padding: 6px;
}

.vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
}