/*
 Theme Name:   Aiero Child
 Description:  Aiero Child Theme
 Theme URI:	   https://demo.artureanec.com/themes/aiero
 Author:       Artureanec
 Author URI:   https://demo.artureanec.com
 Template:     aiero
 Version:      1.0.0
 License: GNU  General Public License version 3.0
 License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 Text Domain:  aiero-child
*/

.mobile-header-menu-container{
    width: 260px !important;
}

footer #block-33 p{
    margin: 0;
}

.page-title-container.has-decoration .page-title-additional {
  right: 240px;
}

.page-title-additional{
    -webkit-transform: rotate(0deg) translateX(100%);
    transform: rotate(0deg) translateX(100%);
}

.page-title-additional img{
    width: 130px;
    opacity: .5;
}

#sobre h3{
    margin-bottom: 0;
    margin-top: 30px;
}

#sobre h4{
    margin-bottom: 0;
    margin-top: 20px;
}

.content-wrapper{
    margin: 80px auto;
}

.logo-link img{
	width: 160px;
}

.slide-sidebar-wrapper .logo img{
    width: 200px !important;
}

@media(min-width: 45em){
    #mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link{
    	color: #ffffff;
    }
}

@media(max-width: 45em){
	.logo-link img{
		width: 100px;
	}
	.wp-block-social-links li{
	    margin: 0 10px;
	}
}

header .header-row{
	max-height: 130px;
}

.search .post-meta-item-author{
display: none;
}

.aiero_service-template-default .post-title{
display: none;
}



.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:140px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.my-float{
	margin-top:16px;
}
@media(max-width: 45em){
    .float{
        right: 30px !important;
        bottom: 40px !important;
    }
    .my-float{
	    margin-top:8px;
    }
    .float{
        position:fixed;
        width:40px;
        height:40px;
        bottom:40px;
        right:140px;
        background-color:#25d366;
        color:#FFF;
        border-radius:50px;
        text-align:center;
        font-size:26px;
        box-shadow: 2px 2px 3px #999;
        z-index:100;
    }

}
