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

#top-bar .top-bar-info {
	display: inline-flex;
	list-style: none;
}

#top-bar .top-bar-info li {
	margin-right: 15px;
	margin-bottom: 0px;
}

#top-bar .top-bar-info li img {
	margin-right: 5px;
	margin-top: -2px;
}

#top-bar .social-icons a i{
	font-size: 1.5em;
	margin-right: 10px;
	color: #000;
}

.row .col-servicos{
	text-align:justify;
}

.row .col-servicos a{
	color: #94c11f;
}

.row .col-servicos a:hover{
	color:#000;
}

.botao-orcamento {
	padding: 11px 21px !important;
	background: #94c11f !important;
	font-size: 14px !important;
	color: #fff !important;
	font-weight: bold !important;
	border-radius: 4px !important;
}

.botao-orcamento:hover {
	background: #5b7810 !important
}

#wide-nav .flex-right .header-nav .header-button-2{
	margin-left:20px !important;
}

.o-que-fazemos p a, .o-que-fazemos h4, footer a, span.widget-title {
	color: #94c11f;
}

.header-inner .header-button a.button {
    width: 150px;
}



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


}