/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

#custom_html-3 {
	max-width: 100%;
	flex-basis: 100%;
}

.absolute-footer {
	display:none;
}

.rodape .social-icons span {
    font-weight: bolder;
    padding: 4px;
    font-size: .9rem;
}

.rodape {
	display:flex;
	align-items:flex-end;	
	justify-content: flex-end;
}

.rodape .social-icons {
	width:366px;
}

.rodape .header-social-icons {
	width: 65px;
}

.footer-1 {
    background-color: #f5f5f5;
}

.logo-rodape {
	width:258px;
	    margin: 0 30px;
	text-align:center;
}

.logo-rodape img {
	width: 128px;
}

#logo {
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

#logo img {
    max-height: 130px !important;
}

#masthead {
	height: 160px;
	    background: whitesmoke;
}

.header-inner {
	align-items: flex-end;
}

.nav-right {
	    margin-bottom: 10px;
}

.header-button a {
	    background-color: #ff9700 !important;
}

.social-icons {
	    color: #ff9700;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}