/*
Theme Name: AllPlant
Theme URI: http://locawil01.web7099.uni5.net/allplant-liberfos
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: Williarts Internet
Author URI: https://www.williarts.com.br
template: bb-theme
*/

/* Add your custom styles here... */ 

@font-face {
    font-family: MyriadProBlackTitulo;
    src: url("fonts/MyriadPro-Black.otf");
}

@font-face {
    font-family: MyriadProBlackTextos;
    src: url("fonts/MyriadWebPro.ttf");
}

h1, h2, h3, h4, h5, h6{
    font-family: "MyriadProBlackTitulo", sans-serif !important;
}
body{
    font-family: "MyriadProBlackTextos", sans-serif !important;
}

.busca-sm-only{
	display: none;
}
.underline-on-hover:hover{
	text-decoration: underline;
}
@media(max-width: 992px){
	.display-none-mob{
		display: none;
	}
}
@media(min-width: 992px){
	.display-flex-desk{
		display: flex;
	}
}
@media(min-width: 768px){
	.display-none-desk{
		display: none;
	}
}
@media(min-width: 768px) AND (max-width: 992px){
	.text-align-left-sm-only{
		text-align: left !important;
	}
	.busca-sm-only{
		float: right;
		width: 30%;
		padding-top: 30px;
		display: block !important;
	}
	.busca-sm-only button{
		padding-bottom: 5px !important;
	}
}
@media(max-width: 768px){
	.padding-bottom-15px-mob{
		padding-bottom: 15px;
	}
	.background-none-mob .fl-row-content-wrap{
		background: none !important;
	}
	.background-none-mob{
		background: none !important;
	}
	.font-size-36px-mob{
		font-size: 36px !important;
	}
	.font-size-14px-mob{
		font-size: 14px !important;
	}
	.padding-top-bottom-20px-mob{
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
}

/*Altura Minima Páginas*/
@media(min-width: 992px){
	.fl-page .fl-page-content{
		background-color: #EBF4D3 !important;
		min-height: 850px !important;
	}
}

/*Cabeçalho*/
.menu-lateral-esquerdo-fixo{
	display: none;
	position: fixed;
	left: 0;
	top: 21%;
	background-color: white;
	padding: 20px 20px 20px 60px;
	text-align: left;
	z-index: 999;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
}
.menu-lateral-esquerdo-fixo ul{
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.menu-lateral-esquerdo-fixo ul li a{
	text-decoration: none;
	color: #A9ABAE;
	width: 100%;
	display: inline-block;
	padding: 4px 0;
}
.menu-lateral-esquerdo-fixo ul .current-menu-item a{
	color: #00a757;
}
.fl-page-header .fl-page-header-wrap{
	z-index: 10;
	position: relative;
	background-color: transparent;
	border: 0;
}
@media(min-width: 992px){
	/*
	#menu-menu-cabecalho-1{
		display: none;
	}
	#menu-menu-cabecalho{
		display: none;
	}
	*/
	#menu-menu-cabecalho-1 li a{
		font-weight: bold;
	}
	#menu-menu-cabecalho li a{
		font-weight: bold;
	}
	.fl-page-header-primary .fl-page-header-wrap{
		background: linear-gradient( rgba(255,255,255,1) 20%, rgba(255,255,255,0.4) 70%, rgba(255,255,255,0.1) 85%, rgba(255,255,255,0) 95% );
	}
}
@media(max-width: 768px){
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-header-logo {
		margin-right: 0px !important;
	}
	.fl-page-header-logo .fl-logo-img{
		width: 70% !important;
	}
}

/*Rodapé*/
.fl-page-footer-widgets>.fl-page-footer-widgets-container>.fl-page-footer-widgets-row>.col-md-3:last-child{
	text-align: center !important;
}
.fl-page-footer{
	border: 0px !important;
}
.fl-page-footer .fl-page-footer-container{
	padding-top: 10px !important;
}
.fl-page-footer .fl-page-footer-container .fl-page-footer-text{
	padding-bottom: 10px !important;
}
.fl-page-footer-widgets{
	border: 0px !important;
}
.fl-page-footer-widgets .fl-page-footer-widgets-container{
	padding-top: 60px !important;
	padding-bottom: 20px !important;
}
.fl-page-footer-wrap{
	position: relative;
}
@media(max-width: 992px){
	.fl-page-footer-widgets>.fl-page-footer-widgets-container>.fl-page-footer-widgets-row>.col-sm-3{
		width: 100% !important;
	}
}

/*Início*/
@media(min-width: 992px){
	.video-inicio{
		margin-top: -149px;
		z-index: 0;
	}
}

/*Laboratório*/
.owl-carousel-galeria-de-fotos .owl-nav .owl-prev,
.owl-carousel-galeria-de-fotos .owl-nav .owl-next{
	padding: 3px 12px !important;
	background-color: transparent !important;
	border: 3px solid black !important;
	border-radius: 0px !important;
	line-height: 0px;
}

/*Depoimentos*/
.owl-carousel-depoimentos .owl-nav .owl-prev,
.owl-carousel-depoimentos .owl-nav .owl-next{
	padding: 3px 12px !important;
	background-color: transparent !important;
	border: 3px solid black !important;
	border-radius: 0px !important;
	line-height: 0px;
	position: absolute;
	top: 33%;
}
.owl-carousel-depoimentos .owl-nav .owl-prev{
	left: 0px;
}
.owl-carousel-depoimentos .owl-nav .owl-next{
	right: 0px;
}

/*Contato*/
.campo-interna{
	border-radius: 0 !important;
	border-color: #CECFCD !important;
}
.campo-interna::placeholder{
	color: #221F1F !important;
}
.btn-enviar{
	color: #221F1F !important;
	border-radius: 0 !important;
	border-color: #CECFCD !important;
	border: 1px solid #CECFCD !important;
	background-color: white !important;
	padding: 2px 20px !important;
	line-height: 20px !important;
	font-size: 14px !important;
}

/*Culturas*/
.bloco-produto{
	display: inline-grid;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 40px;
}
@media(max-width: 768px){
	.bloco-produto{
		max-width: 100% !important;
		width: 100%;
		margin-right: 0px !important;
		justify-content: center;
	}
}

/*Produtos*/
@media(min-width: 768px){
	.single-produtos .bloco-produto{
		align-items: end;
	}
}

/*Pagination*/
.pagination li a,
.pagination li span{
	color: #00a651 !important;
	border-color: #00a651 !important;
}
.pagination li a:hover,
.pagination li a:active,
.pagination li a:focus,
.pagination li .current{
	background-color: #eeeeee !important;
}