/*

Theme name: Andriani Bari

Version: 1.0

Theme url: https://www.andrianibari.it

Author: Tu Comunica

*/

html{color:#000;background: #FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:”;}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{font-size:100%;}
legend{color:#000;}

body{
	font-family: 'Playfair Display', serif;
	font-style: normal; 
	font-weight: 400;
	color: #000000;
	-webkit-text-size-adjust: 100%;
	font-variant-ligatures: none;
}

body a{
	transition: all 0.4s ease;
	color: #000;
}

*{box-sizing: border-box;}
*:focus, *:active {outline:none;}
*::-moz-focus-inner {border:0;}

.search_box{
	width: auto;
	float: right;
}

.search_module{
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	display: none;
	margin-top: 20px;
}

.search_module form input{
	border: none;
	padding-right: 20px;
	padding-left: 20px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 50px;
	background-color: rgba(54, 54, 54, 0.8);
    backdrop-filter: blur(5px);
	color: #FFF;
}

.search_module_inside{
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
}

.search_module_inside form input{
	width: 60%;
	height: 50px;
	border: none;
	padding-right: 20px;
	padding-left: 20px;
	appearance: none;
	border-radius: 50px;
	background-color: rgba(54, 54, 54, 0.8);
    backdrop-filter: blur(5px);
	color: #FFF;
}

.smi_fix{
	margin-bottom: 20px;
}

.show_hide, .show_hide2{
	display:none;
}

/* HEADER */

.header{
	width: 100%;
	height: auto;
	float: left;
}

.bkg_hp {
	position: relative;
	z-index: 1;
  }
  
.bkg_hp::before {
	content: "";
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%; 
	height: 100%;  
	opacity: .3; 
	z-index: -1;
	background: #FFF url("img/andrianibari-bkg-hp.jpg") no-repeat scroll 50% 50%;
	background-size: cover;
}

.header_content{
	display: flow-root;
}

.logo{
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 10px;
}

.logo img{
	position: relative;
	z-index: 999;
}

.header_top{
	width: 100%;
	float: left;
	color: #FFF;
	position: absolute;
	top: 10;
	left: 0;
	right: 0;
	padding: 0 20px;
}

.header_cntn{
	float: left;
	font-size: 1em;
	color: #000;
}

.header_phone a{
	color: #000;
	text-decoration: none;
}

.header_phone i{
	margin-right: 5px;
	font-size: 0.9em;
}

.header_social{
	float: right;
	font-size: 0.9em;
}

.header_social a{
	background: #000;
    color: #fff;
    margin-left: 5px;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.header_social a:hover{
	color: #000;
	background: #fff;
}

/* NAVIGATION */

.nav{
	width: 100%;
	float: left;
	text-align: center;
}

/* ===== Top ===== */

#navigation ul {
	list-style: none;
	margin: 0;
	text-align: center;
	box-shadow: 0px 10px 30px -10px rgb(0 0 0 / 30%);
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
	width: auto;
	display: inline-block;
	border-radius: 50px;
	padding: 5px 10px;
}

/* ===== Primo livello ===== */	
			
#navigation ul li{
	position: relative;
	padding: 0;
	margin: 0;
	display: inline-block;
	z-index: 99999;
}

#navigation ul ul li{
	border: none;
	text-align: left;
}

#navigation ul li a{
	display: block;
	text-decoration: none;
	color: #000;
	line-height: 43px;
}

#navigation ul li:hover a{
	position: relative;
	color: #D6B153;
}

#navigation ul ul, #navigation ul li:hover ul ul{
	position: absolute;
	display: none;
}

#navigation ul ul li:hover ul, #navigation ul li:hover ul li:hover ul {
	display: block;
	top: 0px;
	left: 100%;
}

#navigation.current_page_item a, #navigation .current-menu-item a, #navigation .current-post-parent a{
	color: #D6B153;
	background: #ffffff;
	border-radius: 50px;
}

/* ===== Secondo e Terzo livello ===== */

#navigation ul li:hover ul{
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	box-shadow: 0 20px 30px 0 rgba(0,0,0,.2);
	animation: fadeIn 0.4s;
	border-radius: 10px;
	overflow: hidden;
}

#navigation ul ul{
	background: #f7f7f7;
	font-size: 14px;
}

#navigation ul ul ul{
	background: #f7f7f7 !important;
	border-color: #e4e4e4 !important;
	margin-left: -14px;
}

#navigation ul ul li a{
	float: none;
	width: 180px;
	line-height: normal;
	font-variant: normal;
	font-weight: normal;
	color: #000!important;
	padding: 10px 10px;
	background: none!important;
	border-bottom: 1px solid #e2e2e2;
	font-size: 1.2em;
}

#navigation ul ul ul li a{
	color: #fff;
}

#navigation ul ul li:hover>a{
	background: #fff!important;
	color: #D6B153!important;
}

#navigation ul ul ul li:hover>a{
	background: #eee!important;
	color: #777!important;
}

#navigation .sitems a{
	font-size: 0.8em;
	position: relative;
	bottom: 1px;
}

#navigation .sitems:hover{
	cursor: pointer;
}

#navigation li.has-children > a:after {
	font-family: "Font Awesome 5 Free";
   	content: "\f078";
	display: inline-block;
   	padding-left: 5px;
   	vertical-align: middle;
   	font-weight: 700;
	font-size: 0.5em;
}

#navigation li li.has-children > a:after {
	font-family: "Font Awesome 5 Free";
    content: "\f105";
	font-size: 0.8em;
	vertical-align: 0px;
	padding-left: 5px;
}

/* NAV MOBILE */

.nav_mobile{
	width: auto;
	float: right;
	height: 48px;
	font-size: 1.5em;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
    right: 10px;
    top: 10px;
}

.nav_mobile a{
	display: inline-block;
	width: 100%;
	color: #000;
	text-decoration: none;
	padding: 7px 20px;
	box-shadow: 0px 10px 30px -10px rgb(0 0 0 / 30%);
    background-color: rgba(255, 255, 255, 0.5) !important;
    backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-radius: 50px;
}

.nav_mobile a:hover, .nav_mobile a:focus{
	background-color: #000;
	cursor: pointer;
}

.nav_mobile_content{
	width: 100%;
	float: left;
	display: none;
	margin-top: 10px;
}

.nav_mobile_content ul{
	width: 100%;
	float: left;
	font-size: 1.1em;
	box-shadow: 0px 10px 30px -10px rgb(0 0 0 / 30%);
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(5px);
	border-radius: 20px;
	overflow: hidden;
}

.nav_mobile_content ul li a{
	display: inline-block;
	width: 100%;
	text-decoration: none;
	padding: 15px 25px;
	border-bottom: 1px solid #d9d9d9;
	color: #000;
}

.nav_mobile_content ul ul{
	box-shadow: none;
    background-color: none;
    backdrop-filter: none;
	border-radius: none;
	font-size: 1em;
}

.nav_mobile_content ul ul li a{
	padding-left: 30px;
}

.nav_mobile_content ul ul li > a:before {
	content: '❙';
	vertical-align: 0px;
	padding-right: 10px;
	color: #c4c4c4;
}

.nav_mobile_content ul ul ul li a{
	padding-left: 20px;
}

.nav_mobile_content .sitems{
	display: none;
}

.nav_mobile_search{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 10px;
}

.nav_mobile_search form input{
	width: 100%;
	border: none;
	padding: 10px 20px;
	margin: 10px 0;
	border-radius: 50px;
	background-color: rgba(54, 54, 54, 0.8);
    backdrop-filter: blur(5px);
	color: #FFF;
	border: none;
}

/* SLIDESHOW */

.big_slide{
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	overflow: hidden;
	margin-bottom: 20px;
}

.big_slide img{
	width: 100%;
	height: auto;
}

.big_title{
	width: 100%;
	float: left;
	margin: 10px 0px 50px 0px;
	padding: 20px;
	text-align: center;
}

.big_title h2{
	font-size: 4em;
	letter-spacing: 2px;
}

.big_title p{
	font-size: 1.3em;
}

/* WRAPPER */

.wrapper{
	width: 100%;
	float: left;
}

.wrapper_inside{
	display: flow-root;
}

.wrapper_post{
	width: 100%;
	float: left;
	margin-top: 30px;
}

.wrapper_archive{
	width: 100%;
	float: left;
	margin-top: 20px;
}

.wrapper_home{
	width: 100%;
	float: left;
	margin-top: 50px;
}

.wrapper_content {
	overflow: hidden;
}

.wafixh{
	margin-top: 0px!important;
}

.wrapper_title{
	width: 100%;
	float: left;
	margin-bottom: 20px;
	text-align: center;
	padding: 10px;
}

.wrapper_title h3{
	color: #000;
	font-size: 1.7em;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
}

.wrapper_title p{
	font-size: 0.9em;
	margin-top: 10px;
	color: #797979;
}

/* content center no sidebar */
.wr_cnt_center{
	margin: auto!important;
	float: none!important;
}

.wr_cnt_border{
	width: auto;
	margin: 20px;
	border: 1px solid #333;
}

/* 1 COLONNA */

.wrapper-1-1{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.wrapper-1-1 div:last-child{
	margin-bottom: 0px!important;
}

.col-1-1{
	width: 100%;
	float: left;
	margin-bottom: 20px;
	border-radius: 20px;
	border: 1px solid #D6E8E6;
	border-bottom: 10px solid #D6E8E6;
	overflow: hidden;
}

.col-1-1 h2{
	margin-bottom: 5px;
	color: #000000;
	font-weight: 700;
	font-size: 1.5em;
}

.col-1-1 p{
	font-size: 0.9em;
}

.col-1-1 h2 a{
	text-decoration: none;
	color: #000000;
}

.col-1-1 h2 a:hover{
	color: #6b9691;
}

.col-1-1_preview{
	float: left;
	overflow: hidden;
	background-color: #f7f7f7;
	text-align: center;
}

.col-1-1_preview img{
	opacity: 1;
	transition: all 0.4s ease;
}

.col-1-1_preview img:hover{
	opacity: 0.8;
}

.col-1-1_content{
	width: auto;
	display: table-cell;
	vertical-align: top;
	padding: 20px 0px;
}

/* GRID */

.grid_wrapper{
	width: 100%;
	float: left;
}

.gwhp{
	padding: 0px!important;
}

.wrapper-grid-uni{
	width: 100%;
	float: left;
}

.ui.grid{
	margin: 0px!important;
}

/* GRID */

.col-uni{
	width: 100%;
	height: auto;
	margin-right: 0px;
	margin-bottom: 20px;
	float: left;
	overflow: hidden;
	transition: all 0.4s ease;
	border-radius: 20px;
	border: 1px solid #D6E8E6;
	border-bottom: 10px solid #D6E8E6;
}

/* .col-uni:hover{
	
} */

.col-uni-preview{
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	overflow: hidden;
	background: #f7f7f7;
}

.col-uni-preview img{
	width: auto;
	height: 100%;
	transition: all 0.4s ease;
}

/* LABEL */

.col_txt{
	color: #000000;
	padding: 5px 20px 20px 20px;
}

.col_txt h2{
	color: #000000;
	font-size: 1.4em;
	font-weight: 700;
}

.col_txt h2 a{
	text-decoration: none;
	color: #000000;
}

.col_txt h2 a:hover{
	color: #6b9691;
}

.col_txt p{
	font-size: 0.9em;
	margin-top: 5px;
	color: #515151;
}

/* LABEL */

.cat_label{
	text-transform: uppercase;
	color: #000;
	font-size: 0.7em;
	margin-bottom: 10px;
}

.cat_label a{
	text-decoration: none;
	color: #000;
	font-weight: 700;
}

.cat_label a:hover{
	color: #000;
}

.taxonomy-description{
	font-size: 0.9em;
	margin-top: 5px;
	color: #a7a7a7;
}

/* SIDEBAR */

.single_widget{
	width: 100%;
	float: left;
	margin-bottom: 50px;
}

.sw_title{
	width: 100%;
	float: left;
	margin-bottom: 20px;
	color: #000;
	font-size: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
}

.sw_lists_simply img, .sw_lists_link img{
	width: auto;
	height: 15px;
	margin-right: 10px;
}

.sw_lists_simply ul li{
	width: 100%;
	display: inline-block;
	text-decoration: none;
	color: #000000;
	padding: 10px 0 10px 15px;
	border-left: 2px solid #000;
	background-color: #f6f7f6;
	margin-bottom: 6px;
}

.sw_lists_link ul li a, .single_widget ul li a{
	width: 100%;
	display: inline-block;
	text-decoration: none;
	color: #000000;
	padding: 10px 0 10px 15px;
	border-left: 2px solid #000;
	background-color: #f6f7f6;
	margin-bottom: 6px;
}

.sw_lists_link ul li a:hover, .single_widget ul li a:hover{
	color: #000000;
	background-color: #e4e4e4;
}

.sw_lists_tag a{
	width: auto;
	display: inline-block;
	background-color: #f6f7f6;
	padding: 10px;
	text-decoration: none;
	color: #000000;
	margin-bottom: 4px;
}

.sw_lists_tag a:hover{
	background-color: #e4e4e4;
}

.sw_total_post{
	width: 100%;
	float: left;
}

.sw_total_post div:last-child{
	margin-bottom: 0px!important;
}

.sw_single_post{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.swsp_preview{
	width: auto;
}

.swsp_preview_wrp{
	width: 96px;
	height: 96px;
	background: #f7f7f7;
	float: left;
	margin-right: 10px;
}

.swsp_preview img{
	width: 96px;
	height: auto;
	float: left;
}

.swsp_content{
	width: auto;
	display: table-cell;
	vertical-align: top;
}

.swsp_content h4{
	font-size: 0.9em;
	line-height: 1.4em;
	font-weight: 700;
}

.swsp_content h4 a{
	text-decoration: none;
	color: #000000;
}

.swsp_content h4 a:hover{
	color: #000;
}

.swsp_inf{
	width: 100%;
	float: left;
	font-size: 0.7em;
	margin-top: 5px;
}

.swsp_inf a{
	color: #777;
	text-decoration: none;
}

.sw_banner{
	width: 100%;
	float: left;
}

.sw_banner img{
	width: 100%;
	height: auto;
}

.sw_form form{
	padding: 10px !important;
	margin-bottom: 0px !important;
}

.sw_form label{
    font-size: 1.1em !important;
}

.sw_field_wrapper{
	width: 100%;
	float: left;
	display: table;
	margin-bottom: 10px;
	padding: 10px 0;
}

.sw_field_ico{
	width: 40px;
	height: 40px;
	float: left;
	background-color: #f6f7f6;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	font-size: 1.3em;
	overflow: hidden;
}

.sw_field_content{
	display: table-cell;
	vertical-align: top;
	width: 100%;
}

.sw_field_label{
    color: #000;
    font-size: 0.7em;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 700;
}

/* POST CONTENT */

.post_content{
	width: 100%;
	float: left;
	clear: both;
	font-size: 1.2em;
}

.post_content h1, .post_content h2, .post_content h3, .post_content h4, .post_content h5{
	color: #000;
	margin-bottom: 20px;
	font-weight: 700;
}

.post_content h1{
	font-size: 1.7em;
}

.post_content h2{
	font-size: 1.5em;
}

.post_content h3{
	font-size: 1.3em;
}

.post_content h4{
	font-size: 1em;
}

.post_content h5{
	font-size: 0.8em;
}

.post_content p{
	margin-bottom: 20px;
	line-height: 1.7em;
}

.post_content em{
	font-style: italic;
}

.post_content a{
	color: #000;
	text-decoration: underline;
}

.post_content img{
	max-width: 100%;
	height: auto;
	border-radius: 20px;
}

.post_content .wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img {
    border-radius: 9999px !important;
}

.imgstyle1{
	border-bottom: 10px solid #D6E8E6;
}

.post_content figure{
	margin-block-start:0em;margin-block-end:0em;margin-inline-start:0px;margin-inline-end:0px;
	margin-bottom: 20px;
}

.post_content .wp-block-gallery ul li:before{
	content: none;
	padding: 0px;
}

/* Fix Gallery */
.post_content .wp-block-gallery.is-cropped .blocks-gallery-item img{
	height: auto;
}

.post_content .size-thumbnail{
	width: 150px;
	height: auto;
	border: 1px solid #ebebeb;
}

img.centered, .aligncenter, div.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.post_content img.alignright{
	margin: 0 0 0px 20px;
	float: right;
}

.post_content img.alignleft{
	margin: 0 20px 0px 0;
	float: left;
}

.post_content img.aligncenter{
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}

.post_content .wp-caption{
	width: auto!important;
	font-size: 12px;
	text-align: center;
}

.post_content ul{
	margin-bottom: 10px;
	list-style: none;
	padding:0;
	margin:0;
}

.post_content ul li{
	line-height: 30px;
	padding-left: 1px; 
}

.post_content ul li:before{
	content: "● ";
	color: #000;
	padding-right: 10px;
}

.post_content ol li{
	list-style: outside;
	list-style-type: decimal;
	line-height: 30px;
	margin-left: 20px;
}

.post_content blockquote {
	background: #e3f4f2;
	border-left: 1px solid #6b9691;
	padding: 0.8em 25px;
	margin-bottom: 20px;
	font-style: italic;
	color: #000;
	border-radius: 5px
}

.post_content blockquote p {
	display: inline;
}

.post_content .ajax-loader{
	width: 15px;
	height: 15px;
}

.post_content iframe{
	width: 100%;
	margin-bottom: 10px;
}

.post_content hr{
	border-top: 1px solid #878787;
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 20px;
}

/* TABLE */

.post_content table{
	width: 100%;
	border: 1px solid #c3c3c3;
	margin-bottom: 20px;
	clear: both;
}

.post_content table p{
	margin: 0px;
}

.post_content table tr:nth-child(odd){
  background-color: #f7f7f7;
}

.post_content table tbody td{
  padding: 10px;
}

.post_content table thead{
	background-color: #f3f3f3;
	border-bottom: 1px solid #c3c3c3;
}

.post_content table thead tr{
	border: 1px solid #c3c3c3;
	vertical-align: middle;
}

.post_content table thead tr th{
	border: 1px solid #c3c3c3;
	vertical-align: middle;
	text-align: center;
}

.post_content table thead tr:hover{
	background: none;
}

.post_content table thead tr td{
	border: 1px solid #c3c3c3;
	vertical-align: middle;
}

.post_content table tr{
	border: 1px solid #c3c3c3;
	height: 40px;
	vertical-align: middle;
}

.post_content table tr:hover{
	background-color: #fefce3;
}

.post_content table tr td{
	border: 1px solid #c3c3c3;
	vertical-align: middle;
}

.post_content ul, .post_content ol{
	margin-bottom: 20px;
}

/* FORM */

.post_content form{
	width: 100%;
	float: left;
	padding: 20px;
	background: #FAFAFA;
	border-bottom: 10px solid #D6E8E6;
	border-radius: 20px;
	margin-bottom: 20px;
}

.post_content form input, .post_content form textarea{
	border: 1px solid #D6E8E6;
	background: #FFF;
	border-bottom: 5px solid #D6E8E6;
	border-radius: 10px;
	color: #000000;
	padding: 10px;
	outline: 0 none;
	width: 100%;
	font-size: 0.9em;
}

.post_content form textarea{
	width: 100%;
	height: 200px;
	max-width: 100%;
}

.post_content form input[type="checkbox"],.parallax-content-1 form input[type="checkbox"]{
	border: none;
	padding: 0px;
	width: auto;
	transform: scale(1.2);
}

.post_content span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0.2em;
}

.post_content form select{
	width: 100%;
	font-size: 0.9em;
	font-weight: 700;
	padding: 10px;
	border: 1px solid #DADADA;
	box-sizing: border-box;
}

.post_content form input:focus, .post_content form textarea:focus, .post_content form select:focus{
	border: 1px solid #6b9691;
	border-bottom: 5px solid #6b9691;
}

.post_content .wpcf7-quiz{
	width: 40px;
}

.post_content .wpcf7-acceptance{
	width: auto;
}

.post_content form input[type="submit"]{
	background: #000;
	border: none;
	padding: 10px 25px 10px 25px;
	color: #FFF;
	cursor: pointer;
	margin-top: 10px;
	width: auto;
	font-size: 1em;
	box-shadow: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	transition: all 0.4s ease;
	letter-spacing: 1px;
}

.post_content form input[type="submit"]:hover{
	color: #D6B153
}

.post_content form small{
	font-size: 0.7em;
}

.post_content form label{
	margin-bottom: 10px;
	display: inline-block;
	font-size: 0.9em;
	color: #333;
}

img.wp-smiley{ border:none; width: 15px; height: auto;}

.post_content .gallery{
	margin-bottom: 20px!important;
	width: 100%;
	padding: 12px 10px 10px;
	background: #f3f3f3;
	text-align: center;
}

.post_content .gallery-item{
	margin-top: -2px!important;
	font-size: 11px;
}

.post_content .gallery img{
	border: none!important;
	width: 100%;
	opacity: 1;
	border: 1px solid transparent!important;
	transition: all 0.9s ease;
	border-radius: 0px!important;
}

.post_content .gallery img:hover{
	opacity: 0.9;
}

.post_content .inside-grid-column img,.post_content .inside-grid-column p{
	margin-bottom: 10px;
}

.post_content .inside-grid-column{
	margin: 20px;
}

/* SINGLE HEADER */

.single_header{
	width: 100%;
	float: left;	
}

.single_header_content{
	margin: 20px 0;
}

.single_header_content h1{
	font-size: 2.2em;
	color: #000000;
	font-weight: 700;
}

.single_header_content .avatar{
	border-radius: 50px;
	position: relative;
	top: 5px;
}

.sh_center{
	text-align: center;
}

.sh_cat{
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: 700;
}

.sh_cat a{
	color: #6b9691;
	text-decoration: none;
}

.sh_cat a:hover{
	color: #000;
}

.sh_info{
	margin-top: 10px;
	letter-spacing: 1px;
	font-size: 11px;
}

.sh_info a{
	color: #000000;
}

.sh_info img{
	position: relative;
	top: 5px;
	border-radius: 50px;
}

.sh_tag{
	margin-top: 15px;
	letter-spacing: 1px;
	font-size: 0.7em;
	color: #8b8b8b;
}

.sh_tag ul{
	display: inline;
}

.sh_tag ul li{
	display: inline-block;
	margin-right: 10px;
	line-height: 20px;
}

.sh_tag ul li a{
	color: #8b8b8b;
}

.sh_des{
	margin-top: 10px;
	font-size: 0.9em;
	font-style: italic;
}

.sh_auth{
	margin-bottom: 10px;
	font-size: 0.9em;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #7c7c7c;
}

.box_code{
	width: 100%;
	float: left;
	text-align: right;
	font-size: 10px;
	color: #929292;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.box_code a{
	color: #d6d6d6;
}

/* SPLASH HEADER */

.splash_header {
	width: 100%;
	min-height: 300px;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFF;
	background-image: linear-gradient(-190deg, #000000 0%, #FFF 92%);
    position: relative;
    overflow: hidden;
	box-shadow: 0 26px 64px 0 rgba(0,0,0,.1);
}

.splash_header h1 {
    font-size: 2.5em;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 2;
    position: relative;
	letter-spacing: 1px;
	padding: 0 10px;
	background-color: rgba(17,50,72,0.3);
}

.splash_header img {
    position: absolute;
    left: 0;
    top: 1;
    width: 100%;
    height: auto;
    z-index: 1;
    opacity: 0.2;
}

/* SINGLE SHARE */

.single_share{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 20px;
	opacity: 0.8;
}

.single_share p{
	font-size: 1em;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #7c7c7c;
	margin-bottom: 10px;
}

.single_share_inline{
	width: 100%;
	float: left;
	margin-bottom: 20px;
	font-size: 0.9em;
	text-transform: uppercase;
	color: #7c7c7c;
	font-weight: 700;
}

.single_share_inline i{
	margin: 0 5px;
}

.single_share_inline small{
	display: block;
	float: left;
	position: relative;
	top: 3px;
}

.ssi_topm{
	margin-top: 40px;
}

/* NAVIGATION BAR */

.see_all_bar{
	width: 100%;
	height: auto;
	float: left;
	text-align: right;
	margin-top: 20px;
	margin-bottom: 20px;
}

.see_all_bar a{
	width: 100%;
	display: inline-block;
	background: #f7f7f7;
	border: none;
	padding: 40px 10px;
	color: #000000;
	cursor: pointer;
	font-size: 1em;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	border: 1px solid #000000;
}

.see_all_bar a:hover{
	background-color: #f0f0f0;
}

.nav_next{
	width: 50%;
	float: left;	
}

.nav_forw{
	width: 50%;
	float: right;
}

/* TWEAK */

.sstle{
	text-transform: uppercase;
}

/* CTA */

.cta{
	width: 100%;
	float: left;
	margin-top: 20px;
	text-align: center;
}

.cta a,.wp-block-button a{
	border: none;
	padding: 10px 18px;
	box-shadow: none;
	cursor: pointer;
	width: auto;
	font-size: 1.1em;
	display: inline-block;
	text-decoration: none;
	letter-spacing: 1px;
	background: #000;
	color: #FFF;
	border-radius: 15px;
}

.cta a:hover,.wp-block-button a:hover{
	color: #D6B153;
}

.post_content .wp-block-button a{
	font-size: 1em;
}

/* GUTENBERG TWEAK */

.wp-block-button a{
	text-decoration: none;
}

.wp-block-image figcaption{
	color: #777;
	font-size: 0.9em;
	text-align: center;
}

.contact_blocks{
	text-align: center;
}

.contact_blocks .wp-block-column{
	background: #FAFAFA;
	border-bottom: 10px solid #D6E8E6;
	border-radius: 20px;
	padding: 10px;
}

.contact_blocks .wp-block-column p{
	margin-bottom: 0px;
}

.contact_blocks .wp-block-column img{
	border-radius: 0px;
	margin-top: 10px;
}

.wrapper_contact_blocks{
	background: #FFFFFF url("img/camicia-hero.png") no-repeat scroll 50% 0%;
	background-size: contain;
}

.wp-block-column.has-background,.wp-block-group.has-background{
	padding: 20px;
	margin-bottom: 20px;
}

.wp-block-column.has-background p:last-child,.wp-block-group.has-background p:last-child{
	margin-bottom: 0px;
}

.wp-block-cover.alignfull img{
	border-radius: 0px;
}

/* alignfull */

.alignfull {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

.post_content.alignfull {
	width: 100vw;
	max-width: none;
	height: auto;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding: 0 100px;	
}

.cons_wrp{
	padding: 40px 0px;
}

.cons_bkg{
	background: #D6E8E6 url("img/andriani-bari-tools-bkg-col-op.jpg") no-repeat scroll 50% 50%;
	background-size: cover;
}

#metaslider_343 {
    margin: 20px;
}

/* .cons_bkg{
	background-color: #EBFFFD;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%23e7faf8' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%23e3f6f4' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%23def1ef' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%23daedeb' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%23D6E8E6' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");
	background-attachment: fixed;
	background-size: cover;
} */

/* Fix Parallax on iOS */
@supports (-webkit-touch-callout: none) {
	.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
        background-attachment: scroll !important;
    } 
}

/* animazone img homepage */
.srt_hero{
	animation: floating 3s ease-in-out infinite
}

.floating {  
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}
 
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }    
}

.img_style_hero img,.cam-block-hp img{
	box-shadow: 0px 10px 50px 3px rgba(155,155,155,0.3);
}

.cam-block-hp figure{
	padding: 15px;
}

/* Cookie Bar button */

.cn-button.wp-default{
background: #000 !important;
}
.cookie-notice-container{
padding: 5px 30px !important;
}
.cn-button.bootstrap, .cn-button.wp-default{
padding: 5px 10px !important;
}

/* FOOTER */

.footer{
	width: 100%;
	float: left;
	margin-top: 70px;
	background: #0E122D url("img/andrianibari-footer-bkg.jpg") no-repeat scroll 50% 50%;
	background-size: cover;
	text-align: center;
	padding: 50px 0px;
}

.footer_content{
	width: 100%;
	float: left;
	margin: 40px 0;
	font-size: 0.9em;
	color: #D6B153;
}

.footer_content .footer_widget:nth-child(3n+3){
	margin-right: 0px!important;
}

.footer_widget{
	width: 100%;
	float: left;
}

.footer_widget h6{
	width: 100%;
	float: left;
	color: #D6B153;
	margin-bottom: 20px;
	padding-bottom: 5px;
	display: block;
	text-transform: uppercase;
	font-size: 1.1em;
}

.footer_widget h6 i{
	margin-right: 5px;
}

.footer_info_cnt{
	width: auto;
}

.footer_info_cnt img{
	width: auto;
	height: 15px;
	margin-right: 0px;
}

.footer_box{
	margin-top: 20px;
}

.footer_box a{
	color: #D6B153;
	text-decoration: none;
}

.footer_box ul{
	margin-top: 10px;
	font-size: 0.8em;
}

.footer_box ul li{
	width: 100%;
	display: inline-block;
	margin-bottom: 5px;
}

.footer_items{
	margin-top: 20px;
	font-size: 1em;
}

.footer_items ul li{
	width: 100%;
	display: inline-block;
	margin-bottom: 20px;
}

.footer_items i{
	color: #D6B153;
	font-size: 1.2em;
	margin-right: 10px;
}

.footer_items ul li a{
	text-decoration: none;
	color: #D6B153;
}

.fiifix {
	float: left;
}

.fievi{
	font-size: 1.3em;
}

.footer_link_line{
	width: auto;
}

.footer_link_line ul li{
	display: inline;
}

.footer_link_line ul li a{
	width: auto;
	display: inline-block;
	padding: 10px;
	text-decoration: none;
	color: #000000;
	margin-bottom: 4px;
	border: 1px solid #000000;
}

.footer_link_line ul li a:hover{
	background-color: #e4e4e4;
}

.social_ico_footer{
	width: 100%;
	float: left;
	font-size: 1.2em;
	margin-top: 20px;
}

.social_ico_footer a{
	width: 30px;
	height: 30px;
	background: #D6B153;
	color: #0E122D;
	display: inline-flex;
	justify-content:center;
	align-items: center;
	border-radius: 100px;
	text-decoration: none;
	margin: 0px 4px;
}

.social_ico_footer a:hover{
	background: #1a2253;
	color: #D6B153;
}

.fipp{
	text-decoration: underline;
	font-size: 1.1em;
	margin-top: 10px;
}

.footer_embed{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 20px;
}

.logo_footer{
	width: 100%;
	float: left;
}

.logo_footer img{
	width: 50%;
	height: auto;
	opacity: 0.7;
	transition: all 0.9s ease;
}

.logo_footer img:hover{
	opacity: 1;
}

.powered{
	width: 100%;
	float: left;
	margin-top: 30px;
}

.footer_embed{
	width: 100%;
	float: left;
	margin-top: 20px;
	text-align: center;
}

.powered img{
	width: 96px;
	height: auto;
	opacity: 0.8;
}