@charset 'utf-8';
/*
  Theme Name: Laura Anderson Child
  Theme URI: http://psychologist.ancorathemes.com/
  Description: Laura Anderson - Multipurpose and Multiskin Responsive Wordpress theme
  Author: AncoraThemes
  Author URI: http://ancorathemes.com/
  Template: laura-anderson
  Version: 1.0
  Tags: light, responsive-layout, flexible-header, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
  Text Domain:  laura-anderson
*/



/* =Theme customization starts here
-------------------------------------------------------------- */
/*TUTTI I SERVIZI IN UNA RIGA IN HOME*/

@media only screen and (min-width: 769px) {
.column-1_4 { width:24% !important; }
}

/*RENDO BIANCO IL CARATTERE DELL'ACCEPTANCE NEL FORM IN HOME E RIDUCO GRANDEZZA */
.form.wpcf7-form span[class*='acceptance'] span.wpcf7-list-item-label {
	color: #ffffff !important;
	width: 50% !important;
}


p, ul, ol, dl, blockquote, address {
    margin-bottom: 0.8em; }


/*AUMENTO LO SPAZIO TRA "CHI SONO" E IL TITOLO NELLA SECONDA SEZIONE */

.scheme_original .sc_section.inverse_section .sc_item_subtitle
	{
	margin-bottom: 10px
}

/*AUMENTO GRANDEZZA E DIMENSIONE TESTI NEL TOP PANEL */
.scheme_original .top_panel_top_open_hours, .scheme_original .top_panel_top_mail
	{
	font-size: medium;
}

.top_panel_top_open_hours, .top_panel_top_phone
	{
	font-size: medium;
}

.top_panel_top
	{ 
	padding-bottom: 10px;
}

/*INGRANDISCO CARATTERI DEL TESTO NEL MENU*/
.menu_main_nav > li { 
	font-size: 18px;
}

/*INGRANDISCO CARATTERI DEL TESTO NEL FOOTER */
.scheme_original .footer_wrap .widget_text .footer_menu ul li a {
	font-size: 19px !important;
	color: #ffffff !important;
	line-height:1.5 !important;
}

.scheme_original .footer_wrap .textwidget .mail {
	font-size: 18px !important;
	color: #ffffff !important;
}

.footer_wrap .textwidget .phone {
	    font-size: 1.2em;
}




/*DIMINUISCO DIMENSIONE FOOTER */

.scheme_dark .footer_wrap_inner.widget_area_inner

{
	padding-top: 2em;
	padding-bottom: 1em;
}

/*NASCONDO UTENTE E DATA NELLA PAGINA DEL BLOG */
.scheme_original .post_info a, .scheme_original .post_info a 
{
	display: none;
}

.post_info .post_info_item+.post_info_item
{
	display: none;
}





/*MODIFICHE AL MOBILE */

@media only screen and (max-width: 768px) {

.vc_custom_1599652935912 {
background-image: url(https://www.annalisamantovan.it/wp-content/uploads/2020/09/Senza-titolo-2-2.jpg?id=1293) !important;
}
}	

@media (max-width: 479px) {

.header_mobile .logo_main {
height: auto;
max-width: 150%;
}
	
.testobianco .scheme_original a {
	color: #FFFFFF;
}
}	


.scheme_original .post_navi .post_navi_item + .post_navi_item:before, .scheme_original .top_panel_title_inner .breadcrumbs .breadcrumbs_delimiter {
    color: #fff;
    display: none !important;
}

.scheme_original .top_panel_title_inner .post_navi span, .scheme_original .top_panel_title_inner .breadcrumbs span {
    color: #fff;
    display: none  !important;
}

.scheme_original .top_panel_title_inner .post_navi .post_navi_item a, .scheme_original .top_panel_title_inner .breadcrumbs a.breadcrumbs_item {
    color: #fff;
    display: none  !important;
}

.top_panel_title.title_present.breadcrumbs_present .post_navi, .top_panel_title.title_present.breadcrumbs_present .page_title, .top_panel_title.title_present.breadcrumbs_present .breadcrumbs {
    max-width: 49%;
	font-size: 22px;
}
	
.page_content_wrap {
    padding: 3.55em 0 5.8em;
}



	