/*
 Theme Name:   Lab Advisor
 Description:  Template per il sito web di Lab Advisor
 Author:       Web Commerce srl
 Author URI:   http://www.webcommercesrl.it
 Template:     betheme
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
/*articoli*/
.column.one.column_blog {
    margin-top: 40px;
}
.post-footer{
	background-color:transparent !important;
}
.wrap.mcb-wrap.mcb-wrap-8b5f4dc32.one-third.column-right-article.column-margin-0px.valign-middle.bg-cover.clearfix {
    width: 45% !important;
}
.wrap.mcb-wrap.mcb-wrap-2fb2c1209.two-fifth.alignright.column-left-article.column-margin-0px.valign-middle.bg-cover.clearfix {
    width: 50%!important;
}

/*title*/

.title2{
	color:#10cfc9;
	font-size:35px;
	line-height:1.2 !important;
}
.title2_scuro{
	color:#706f6f;
	font-size:26px;
	line-height:1.2 !important;
}

.title3{
	font-size:24px !important;
	line-height:1.2 !important;
}

.text{
	color:#706f6f;
	font-size:16px;
	line-height:1.3;
}


/*pulsanti*/

.button_celeste{
	border-color:#10cfc9;
	border-style:solid;
	border-radius:10px;
	padding:10px;
	text-decoration:none !important;
	border-width:2px;
	color:#10cfc9;
	background-color:#ffffff;
}

.button_celeste:hover{
	border-color:#10cfc9;
	border-style:solid;
	color:#ffffff;
	background-color:#10cfc9;
}

.button_arancio{
	border-color:#ff9015;
	border-style:solid;
	border-radius:10px;
	padding:10px;
	text-decoration:none !important;
	border-width:2px;
	color:#10cfc9;
	background-color:#ffffff;
}

.button_arancio:hover{
	border-color:#ff9015;
	border-style:solid;
	color:#ffffff;
	background-color:#ff9015;
}

.button_bianco{
	border-color:#ffffff;
	border-style:solid;
	border-radius:10px;
	padding:10px;
	text-decoration:none !important;
	border-width:2px;
	color:#ffffff;
	background-color:transparent;
}

.button_bianco:hover{
	border-color:#ffffff;
	border-style:solid;
	color:#706f6f;
	background-color:#ffffff;
}

.button_arancio_pieno{
	border-color:#ff9015;
	border-style:solid;
	border-radius:10px;
	padding:10px;
	text-decoration:none !important;
	border-width:2px;
	color:#ffffff;
	background-color:#ff9015;
}

.button_arancio_pieno:hover{
	border-color:#ff9015;
	border-style:solid;
	color:#ff9015;
	background-color:#ffffff;
}

/*elements*/
.linea_verticale{    
border-style: solid;
    border-right-color: #777777;
    border-right-width: 1px;
	padding-right:20px;
}
.linea_verticale_sinistra{    
border-style: solid;
    border-left-color: #777777;
    border-left-width: 1px;
	padding-left:20px;
}

.header-base{
	margin-top:50px;
}

.wrap.mcb-wrap.mcb-wrap-qpi9wd2tp.one-sixth.freccia-verticale{
    width: auto;
}

.freccia-verticale {
    width: auto !important;
}
.freccia-verticale-sx {
    width: auto !important;
		margin-right: -20px !important;

}

/*form-contatto*/

.sfondo-mail{
	background-image:url(/web/20220419013654im_/https://labadvisor.it/wp-content/uploads/2019/05/sfondo-multicolore.png) !important;
	background-size:cover;
}
input.wpcf7-form-control.wpcf7-submit {
    background-color: #ff9800 !important;
}
.popmake-popup-contatto{
	align:center;
}

/* Media Queries per i tablet */
@media screen and (max-width: 1024px) {

	.colonna-certificazione{
		width:100% !important;
		margin-top:-20px !important;

	}
	.freccia-certificazione .scale-with-grid img{
    width: 1024px;
}
		.colonna-consulenza{
		width:100% !important;
			margin-top:-20px !important;
	}
	.dottoressa{
		background-position:center!important;
	}
	.icon-container{
		float:right !important;
	}
}

/* Media Queries per smartphone*/
@media screen and (max-width: 767px) {

	/*articoli*/
	.wrap.mcb-wrap.mcb-wrap-8b5f4dc32.one-third.column-right-article.column-margin-0px.valign-middle.bg-cover.clearfix {
    width: auto !important;
}
	
	.wrap.mcb-wrap.mcb-wrap-2fb2c1209.two-fifth.alignright.column-left-article.column-margin-0px.valign-middle.bg-cover.clearfix {
    width: auto !important;
}
	
	/*fine articoli*/
	
.loghi{
	text-align:center !important;
}
	.fascia-ci-hanno-scelto{
		text-align:center !important;
	}
	
	.fasce-triangoli{
		padding:20px;
	}
	

.alignright {
    float: right !important;
    margin: 0 !important;
}
	.freccia-verticale {
    width: auto;
    transform: rotate(90deg);
    margin-bottom: -350px !important;
    margin-top: -20px !important;
}
	
	.freccia-verticale-sx {
    width: auto;
    transform: rotate(-90deg);
    margin-bottom: -350px !important;
    margin-top: -20px !important;
}
.header-base{
	margin-top:-30px;
}


	}
