/*

Theme name: Savino Bartolomeo 2.0

Version: 2.0

Theme url: http://www.savinobartolomeo.it

Author: Tu Comunica

*/

html{color:#000;}
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: 'PT Serif', serif;
	font-style: normal; 
	font-weight: 400;
	color: #000;
	-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-bottom: 10px;
}

.search_module form input{
	border: none;
	padding: 5px 20px 5px 20px;
	appearance: none;
	border-radius: 50px;
	background: #f6f6f6;
	height: 40px;
	color: #000;
}

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

.search_module_inside form input{
	width: 60%;
	height: 50px;
	padding-right: 20px;
	padding-left: 20px;
	appearance: none;
	border-radius: 50px;
	background: #f6f6f6;
	border: none;
}

.smi_fix{
	margin-bottom: 20px;
}

.show_hide, .show_hide2{
	display:none;
}

/* HEADER */

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

.header_content{
	border-bottom: 1px solid #dadada;
	display: table;
}

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

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

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

.header_flink a, .flom a{
	background: #000;
	color: #fff;
	text-decoration: none;
	border-radius: 50px;
	padding: 6px 12px;
	display: inline-block;
	font-size: 1em;
}

.header_flink i, .flom a{
	margin-right: 4px;
}

.header_flink p, .flom p{
	margin-bottom: 10px;
}

.header_flink p:last-child,.flom p:last-child{
	margin-bottom: 0px;
}

.flom{
	width: 100%;
	float: left;
	text-align: right;
	padding-right: 10px;
}

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

.header_social a{
	color: #000;
	margin-left: 10px;
	width: 35px;
	height: 35px;
	border-radius: 50px;
	display:flex;
	justify-content:center;
	align-items:center;
	text-decoration: none;
	float: left;
}

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

/* NAVIGATION */

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

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

#navigation ul {
	list-style: none;
	margin: 0;
	text-align: center;
}

#navigation ul:hover{
	cursor: default;
}

/* ===== 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: #F0C411;
}

#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: #000;
}

/* ===== 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 20px 0 rgba(0,0,0,.2);
}

#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;
}

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

#navigation ul ul li:hover>a{
	background: #fff!important;
	color: #999!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 {
	content: '▼';
	font-size: 10px;
	vertical-align: 3px;
	padding-left: 5px;
}

#navigation li li.has-children > a:after {
	content: '►';
	font-size: 10px;
	vertical-align: 3px;
	padding-left: 5px;
}

/* NAV MOBILE */

.nav_mobile{
	width: auto;
	float: right;
	height: 54px;
	font-size: 1.5em;
	text-align: center;
}

.nav_mobile a{
	display: inline-block;
	width: 100%;
	color: #000;
	text-decoration: none;
	padding: 12px 30px;
}

.nav_mobile a:hover, .nav_mobile a:focus{
	cursor: pointer;
}

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

.nav_mobile_content ul{
	width: 100%;
	float: left;
	font-size: 1.2em;
}

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

.nav_mobile_content ul ul li a{
	padding-left: 20px;
	font-size: 0.8em;
}

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

.nav_mobile_content ul ul ul li a{
	padding-left: 40px;
	font-size: 0.8em;
}

.nav_mobile_content .sitems{
	display: none;
}

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

.nav_mobile_search form input{
	width: 85%;
	border: none;
	padding: 10px 20px;
	margin: 10px 0;
	font-size: 1em;
	background-color: #ededed;
	border: none;
	border-radius: 50px;
	color: #000;
}

/* SLIDESHOW */

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

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

/* WRAPPER */

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

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

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

.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-align: center;
	font-weight: 700;
}

.wrapper_title p{
	font-size: 0.9;
	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: 50px;
	background: #f6f6f6;
	padding: 15px;
	border-radius: 20px;
}

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

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

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

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

.col-1-1_preview{
	float: left;
	background-color: #f6f6f6;
	text-align: center;
	overflow: hidden;
	border-radius: 10px;
}

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

/* 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;
	border: 1px solid #DADADA;
	border-radius: 10px;
}

.col-uni-preview{
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	background: #f6f6f6;
	float: left;
}

.col-uni-preview img{
	width: auto;
	height: 100%;
}

/* LABEL */

.col_txt{
	color: #000;
	padding: 15px;
}

.col_txt h2{
	color: #000;
	font-size: 1.4em;
}

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

.col_txt h2 a:hover{
	color: #000;
}

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

/* LABEL */

.cat_label{
	color: #000;
	font-size: 0.7em;
	margin-bottom: 5px;
}

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

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

.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;
}

.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: #000;
	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: #000;
	padding: 10px 0 10px 15px;
	background-color: #f6f6f6;
	margin-bottom: 6px;
	border-radius: 50px;
}

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

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

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

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

.sw_total_post .sw_single_post:last-child{
	border-bottom: none;
}

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

.sw_single_post{
	width: 100%;
	float: left;
	margin-bottom: 20px;
	padding: 5px 10px 20px 5px;
	border-bottom: 1px solid #dadada;
}

.swsp_preview{
	width: auto;
}

.swsp_preview_wrp{
	width: 96px;
	height: 96px;
	background: #f6f6f6;
	float: left;
}

.swsp_preview img{
	width: 96px;
	height: auto;
	float: left;
	margin-right: 14px;
	border-radius: 20px;
}

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

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

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

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

.swsp_cat{
	margin-top: 5px;
	display: inline-block;
	color: #000;
}

.swsp_cat a{
	font-size: 0.7em;
	color: #000;
	text-decoration: none;
}

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

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

.sw_form{
	width: 100%;
	float: left;
	border: 1px solid #000;
	padding: 20px;
	margin-top: 20px;
}

.sw_form label{
    display: block;
    margin: 0px;
}

.sw_form label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #888;
}

.sw_form input[type="text"], .sw_form input[type="email"], .sw_form textarea, .sw_form select {
    border: 1px solid #DADADA;
    color: #888;
    padding: 10px;
    outline: 0 none;
    width: 100%;
    font-size: 14px;
    line-height:15px;
    box-shadow: inset 0px 1px 2px #ECECEC;
    -moz-box-shadow: inset 0px 1px 2px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 2px #ECECEC;
	margin: 10px 0;
}

.sw_formselect {
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    height: 35px;
    line-height: 25px;
}

.sw_form textarea{
    height:100px;
    max-width: 100%;
}

.sw_form form input:focus, .sw_form form textarea:focus, .sw_form form select:focus{
	background-color: #fafafa;
}

.sw_form form input[type=submit]{
    background: #000;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 600;
}

.sw_form form input[type=submit]:hover {
    background: #640000;
}

.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;
}

/* PARALLAX */

.parallax-section-1{
	width: 100%;
    float: left;
}

.parallax{ 
	height: 500px; 
	background-size: cover; 
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* #parallax-image-1{ 
	background-image: url('img/bkg-px1.jpg');
} */

#parallax-image-1 img{ 
	opacity: 0.8;
}

.parallax-content-1{ 
	width: 600px;
	margin: auto;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.5);
	text-align: center;
	padding: 20px;
}

.parallax-content-1 h2{ 
	text-transform: uppercase;
	font-size: 26px;
	margin-bottom: 5px;
	font-weight: 700;
}

.parallax-content-1 p{ 
	font-size: 15px;
}

.parallax-content-1 form input, .parallax-content-1 form textarea{
	border: none;
	color: #000;
	padding: 10px;
	outline: 0 none;
	width: 100%;
	font-size: 0.9em;
	font-weight: 700;
}

.parallax-content-1 form small{
	color: #FFF;
}

.parallax-content-1 form textarea{
	width: 100%;
	height: 100px;
	max-width: 100%;
}

.parallax-content-1 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;
	text-transform: uppercase;
	font-weight: 700;
}

.parallax-content-1 form input[type="submit"]:hover{
	background-color: #115031;
}

.parallax-content-1 .ui.grid>.column:not(.row){
	padding-top: 0px!important;
}

.parallax-content-1 div.wpcf7-response-output {
	margin: 0px!important;
	color: #FFF;
}

/* POST CONTENT */

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

.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: 1.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{
	margin-bottom: 20px;
}

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

.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 .wp-block-image figcaption, .post_content .wp-block-gallery figcaption{
	font-size: 0.8em;
	color: #858585;
	margin-bottom: 2em;
	text-align: center;
}

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

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

.inside_post .wp-block-image{
	margin-bottom: 15px;
}

.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: #fbfbfb;
	border-left: 1px solid #000;
	padding: 0.8em 25px;
	margin-bottom: 20px;
	color: #000;
	font-weight: 700;
}

.post_content blockquote p {
	display: inline;
}

.post_content blockquote cite {
	display: inherit;
    font-style: oblique;
    font-size: 0.8em;
    color: #8f8f8f;
    margin-top: 4px;
}

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

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

.post_content .wp-block-embed__wrapper{
	margin-bottom: 20px;
}

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

.post_content hr{
	height: 8px;
    background-image: linear-gradient(90deg, #DADADA, transparent);
    border: 0;
    height: 1px;
	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-color: #f6f6f6;
	margin-bottom: 20px;
	border-radius: 15px;
}

.post_content form input, .post_content form textarea, .post_content form select{
	border: 1px solid #FFF;
	color: #000;
	padding: 10px 20px 10px 20px;
	outline: 0 none;
	width: 100%;
	font-size: 0.9em;
	font-weight: 700;
}

.post_content form input{
	border-radius: 50px;
}

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

.post_content form input[type="checkbox"],.parallax-content-1 form input[type="checkbox"]{
	border: none;
	padding: 0px;
	width: auto;
	font-size: 2em;
}

.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 #000;
}

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

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

.post_content form input[type="submit"]{
	border: none;
	padding: 10px 25px 10px 25px;
	color: #FFF;
	cursor: pointer;
	margin-top: 10px;
	width: auto;
	font-size: 0.9em;
	box-shadow: none;
	background-color: #000;
    color: #ffffff;
    border-radius: 50px;
}

.post_content form input[type="submit"]:hover{
	background-color: #F0C411;
}

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

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

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: #000;
	font-weight: 700;
}

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

.sh_center{
	text-align: center !important;
}

.sh_cat{
	margin-top: 10px;
	font-size: 0.8em;
	font-weight: 700;
	color: #000;
}

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

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

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

.sh_info a{
	color: #000;
}

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

.sh_tag{
	margin-top: 12px;
	letter-spacing: 1px;
	font-size: 0.6em;
	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;
	text-decoration: none;
	border: 1px solid #c5c5c5;
	padding: 2px 7px 2px 7px;
	border-radius: 50px;
}

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

.sh_des p{
	width: 60%;
	margin: auto;
}

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

.sh_auth img{
	margin-right: 5px;
}

.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: 200px;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #70C9E7;
	background-image: linear-gradient(-190deg, #000 0%, #000 100%);
    position: relative;
    overflow: hidden;
	text-align: center;
}

.splash_header h1 {
    font-size: 2.2em;
    color: #FFF;
    font-weight: 700;
    z-index: 2;
    position: relative;
	padding: 0 60px;
}

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

/* 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;
	color: #7c7c7c;
	font-weight: 700;
}

.single_share_inline svg{
	margin: 0 5px;
}

.ssi_topm{
	margin-top: 100px;
}

/* 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: #f6f6f6;
	border: none;
	padding: 20px 10px;
	color: #000;
	cursor: pointer;
	font-size: 1em;
	text-decoration: none;
	text-align: center;
	font-weight: 700;
	border-radius: 50px;
}

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

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

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

/* TWEAK */

.sstle{
	text-transform: uppercase;
}

#swipebox-close {
	background-color:#000;
}

/* CTA */

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

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

.cta a:hover{
	background: #000;
}

/* GUTENBERG TWEAK */

.welcome_site{
	border-bottom: 1px solid #dadada;
}

.welcome_site .wp-block-columns, .welcome_site .wp-block-image{
	margin-bottom: 0px !important;
}

.welcome_site img{
	border-radius: 0px !important;
}

.welcome_text h2{
	font-weight: 700;
	font-size: 2em;
}

.homepage-blocks .wp-block-button a{
	text-decoration: none;
	font-size: 0.9em;
}

.hero_pic img{
	box-shadow: 0 0 55px -26px rgba(0,0,0,0.50);
}

.hero_pic figure,.inside_post figure{
	margin-block-start:0em;margin-block-end:0em;margin-inline-start:0px;margin-inline-end:0px;
}

.wp-block-group.has-background{
	padding: 20px;
	border-radius: 20px;
}

img.emoji {
    border-radius: 0px !important;
}

.info-cons{
	text-align: center;
}

.info-cons .wp-block-column{
	background: #F6F6F6;
	border-radius: 20px;
	padding: 20px 20px 0px 20px;
}

.info-cons i{
	font-size: 1.3em;
}

/* LANDING PAGE MSO */

.mso_title h1{
	text-transform: uppercase;
	font-size: 2.3em;
	margin-bottom: 5px;
}

.mso_title h3{
	color: #000;
}

.mso_welcome_text{
	margin: 30px;
}

.mso_text_hero{
	font-size: 1.4em;
	line-height: 1.4em !important;
}

.mso_title_sep{
	display: inline-block;
	width: 100%;
}

.mso_title_sep::after{
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: #000;
	margin: 10px auto auto;
	border-radius: 50px;
}

.mso_how .wp-block-column,.mso_char .wp-block-column{
	background: #F8F8F8;
	border-radius: 20px;
}

.mso_char img{
	border-radius: 0px !important;
}

.mso_char .wp-block-column{
	padding: 10px 20px;
}

.mso_price{
	background: #F8F8F8;
	border-radius: 20px;
	padding: 20px 20px;
}

.mso_price .wp-block-button a{
	font-size: 1.7em;
}

.mso_price p em{
	font-size: 0.8em !important;
}

.blog_cat{
	width: 100%;
	height: auto;
	float: left;
	margin: 20px 0px 0px 0px;
}

.blog_cat select{
	width: 100%;
}

.bc{
	width: 50%;
	height: auto;
	margin: auto;
}

.bc form{
	background: none !important;
}

.bc select{
	border-radius: 10px;
}

/* LANDING OTHER ELEMENTS */

.evip strong{
	display: inline-block;
	background: #FEFF69;
	padding: 5px 15px;
}

/* PLUGIN */

.rpt_corr{
	width: 100%;
	float: left;
	margin: 40px 0px;
}

.rpt_corr h4{
	margin-bottom: 20px;
    color: #000;
    font-size: 1.4em;
    font-weight: 700;
}

.rpt_corr img{
	width: 220px;
	height: auto;
	float: left;
	margin-right: 20px;
	border-radius: 10px
}

#related_posts_thumbnails li{
	width: 100%;
	margin-bottom: 20px !important;
	padding: 0px !important;
}

#related_posts_thumbnails li{
	border: none !important;
	background: #f3f3f3 !important;
	padding: 10px !important;
	border-radius: 10px
}

.rpt_corr .rpth_list_content{
	font-size: 1.4em;
}

/* PORTFOLIO */

.prtflio .wp-block-column{
    background: #f6f6f6;
    border-radius: 10px;
	overflow: hidden;
	padding: 10px;
}

.prtflio .wp-block-button a{
    font-weight: 200;
	padding: 10px 18px;
	background: #e8e8e8;
	color: #000;
	font-size: 0.9em !important;
}

.prtflio .wp-block-button a:hover{
	background: #dedede;
}

.prtflio .wp-block-button{
    text-align: center;
}

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

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

/* FOOTER */

.footer{
	width: 100%;
	float: left;
	margin-top: 70px;
}

.footer_content{
	width: 100%;
	float: left;
	margin: 20px 0;
	font-size: 0.9em;
}

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

.flogo img{
	width: 180px;
	height: auto;
}

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

.footer_widget{
	float: left;
}

.footer_widget h6{
	width: 100%;
	float: left;
	color: #000;
	margin-bottom: 20px;
	padding-bottom: 5px;
	text-align: center;
	font-weight: 700;
	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: #000;
	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-weight: 700;
	font-size: 1em;
}

.footer_items ul li{
	width: 100%;
	display: inline-block;
	padding: 0 0 15px;
}

.footer_items i{
	color: #000;
	padding: 6px;
	border-radius: 50px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
	margin: 0 10px 0 0;
}

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

.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: #000;
	margin-bottom: 4px;
	border: 1px solid #000;
}

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

.social_ico_footer{
	font-size: 1.2em;
	text-align: center;
	width: 100%;
	float: left;
}

.social_ico_footer a{
	width: 35px;
	height: 35px;
	color: #000;
	display: inline-flex;
	justify-content:center;
	align-items: center;
	border-radius: 100px;
	text-decoration: none;
	margin: 0 5px 0 5px;
}

.social_ico_footer a:hover{
	background: #e5e5e5;
	color: #000;
}

.sif_dsc{
	line-height: 1.3em;
	font-size: 0.8em;
	margin: 20px 0 0px 0;
	text-align: left;
}

.fipp{
	text-decoration: underline;
	font-weight: 700;
	margin-top: 10px;
}

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

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

.powered img{
	width: 100px;
	height: auto;
	opacity: 0.2;
}