/* CSS PER RESPONSIVE VIDEO */
.iframe{
	position: relative;
    padding-bottom: 56.23%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 20px;
}
.iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* CSS PER TEMPLATE ARTICOLO */
a.mag-info-diplo {
    display: block;
    background: #26abd3;
    box-shadow: 0 2px 5px rgb(0 0 0 / 14%);
    color: #000;
    text-decoration: none;
    text-align: center;
    padding: 20px 30px;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    margin-bottom: 20px;
}
.template-articolo {
    background: #f2f2f2;
    padding: 30px 0 80px;
}
.template-articolo .contenitore {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.template-articolo .articolo {
    width: 70%;
	padding: 0 20px 20px;
}
.template-articolo .sidebar {
    width: 30%;
    padding: 0 20px 20px;
}
.contenitore-articolo {
    background: #FFF;
    border-radius: 5px;
    border: 1px solid #e4e4e4;
    padding: 30px 40px 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .06);
	margin-bottom: 40px;
}
h1.titolo-articolo {
    color: #222;
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 15px;
	  margin-top: 0;
}
.info-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 10px;
  /*padding-top: 15px;
  border-top: 1px solid #e0e0e0;*/
}
.img-autore img {
    border-radius: 25px;
    width: 35px;
    height: 35px;
}
.info-meta .info {
  display: flex;
    margin-right: 15px;
    margin-left: 15px;
}
.info-meta .num-commenti a {
    display: block;
    background: #f2f2f2;
    padding: 5px 15px;
    border-radius: 5px;
    color: #616161;
    text-decoration: none;
    font-size: 12px;
}
.breadcrumbs {
    margin-left: 20px;
}
.rank-math-breadcrumb p {
    font-size: 14px;
}
.rank-math-breadcrumb p a {
    color: #2c2d59;
    font-weight: 700;
}
.info-meta .info p {
    margin: 0;
    font-size: 12px;
}
span.nome-autore a {
    color: #2c2d59;
    font-weight: bold;
    text-decoration: none;
}
.num-commenti {
    margin-left: auto;
}
.data {
    color: #777;
}
/* CSS PER SOCIAL CONDIVISIONI */
.condividi-social {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 12px;
}
span.num-condivisioni {
    font-size: 20px;
    margin-right: 10px;
    font-weight: 700;
}
.social-share {
    margin: 0;
}
p.social-share {
    width: 20%;
    display: flex;
    align-items: center;
}
span.testo-condivisioni {
    display: contents;
    font-size: 16px;
}
a.social-share {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 12%;
    display: flex;
    justify-content: center;
    padding: 5px;
}
a.social-share svg {
    width: 25px;
    height: 25px;
	fill:#ccc;
}
a.social-share.facebook:hover, a.social-share.facebook:focus {
    background: #3B5998;
    border-color: #3B5998;
}
a.social-share.whatsapp:hover, a.social-share.whatsapp:focus {
    background: #55CD6C;
    border-color: #55CD6C;
}
a.social-share.email:hover, a.social-share.email:focus {
    background: #4f9aef;
    border-color: #4f9aef;
}
a.social-share.twitter:hover, a.social-share.twitter:focus {
    background: #55ACEE;
    border-color: #55ACEE;
}
a.social-share.linkedin:hover, a.social-share.linkedin:focus {
    background: #0077B7;
    border-color: #0077B7;
}
a.social-share.telegram:hover, a.social-share.telegram:focus {
    background: #039BE5;
    border-color: #039BE5;
}
a.social-share.facebook:hover svg, a.social-share.facebook:focus svg, a.social-share.whatsapp:hover svg, a.social-share.whatsapp:focus svg, a.social-share.email:hover svg, a.social-share.email:focus svg, a.social-share.twitter:hover svg, a.social-share.twitter:focus svg, a.social-share.linkedin:hover svg, a.social-share.linkedin:focus svg, a.social-share.telegram:hover svg, a.social-share.telegram:focus svg {
	fill: #FFF;
}

.contenitore-articolo .img-thumbnail {
    width: calc(100% + 80px);
    height: auto;
    margin-left: -40px;
    display: flex;
    padding-bottom: 40px;
}
.img-thumbnail img {
    display: block;
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    height: auto;
    height: intrinsic;
}
.contenuto-articolo p {
    font-size: 20px;
    line-height: 1.6em;
    word-wrap: break-word;
}
.contenuto-articolo h2 {
    font-size: 35px;
    line-height: 1.5em;
    margin-top: 1.5em;
	  margin-bottom: 20px;
	  outline: none;
}
.wp-block-image {
    margin: 0;
}
.wp-block-image img {
    width: 100%;
	height: auto;
}
.contenuto-articolo h2, .contenuto-articolo h3, .contenuto-articolo h4, .contenuto-articolo h5, .contenuto-articolo h6 {
    color: #222;
		margin-top: 15px;
    margin-bottom: 5px;
}
.contenuto-articolo h3 {
    font-size: 26px;
    line-height: 1.5;
	outline: none;
}
.contenuto-articolo h4 {
    font-size: 22px;
    line-height: 1.5;
	outline: none;
}
.contenuto-articolo h5 {
    font-size: 20px;
    line-height: 1.5;
	outline: none;
}
.contenuto-articolo a {
    color: #26abd3;
    font-weight: bold;
	font-size: 16px;
}
.contenuto-articolo .scrivi {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.contenuto-articolo .scrivi a {
    box-shadow: 0 2px 5px rgb(0 0 0 / 14%);
    border-radius: 10px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: 100%;
    padding: 15px 20px;
    background: #ff8700;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
	border: 2px solid #ff7600;
}
.contenuto-articolo .scrivi a:before {
    content: '';
    display: inline-block;
    background-image: url(/wp-content/uploads/Icona-per-commenti-su-SOS-WP.svg);
    background-size: cover;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.post-alternativi {
    margin-top: 20px;
	margin-bottom: 40px;
}
.fine-articolo {
    background: rgba(38, 171, 211, .3);
    margin-left: -40px;
    margin-bottom: -40px;
    width: calc(100% + 80px);
    padding: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.tag span {
    display: block;
	font-weight:bold;
	color: #26abd3;
}
.fine-articolo .tag {
	padding: 5px 20px 10px;
}
.fine-articolo .tag a {
    color: #1B4332;
    background-color: #fff;
    border-radius: 5px;
    padding: 0 15px;
    display: inline-block;
    text-decoration: none;
    margin-top: 10px;
    margin-right: 10px;
}
/* CSS COMMENTI */
#commenti div#respond {
    background: #fff;
    border: 2px solid #26abd3;
    border-radius: 15px;
    padding: 30px;
	  margin-bottom: 0;
}
#commenti h3#reply-title {
    font-size: 28px;
    color: #222;
    margin-top: 0;
    margin-bottom: 20px;
}
#commenti pre {
    overflow-x: auto;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
#commenti form label {
    display: block;
    color: #222;
    font-weight: bold;
}
#commenti form textarea#comment, #commenti form input#author, #commenti form input#email, #commenti form input#url {
    width: 100%;
    height: 60px;
    border: 2px solid #ddd;
    background: #fff;
    border-radius: 10px;
    color: #1B4332;
    font-size: 20px;
    padding: 15px;
    margin: 0;
    font-family: inherit;
	outline: none;
}
#commenti form textarea#comment:focus, #commenti form input#author:focus, #commenti form input#email:focus, #commenti form input#url:focus {
	border-color: #1B4332;
}
#commenti form textarea#comment {
    height: 220px !important;
    resize: none;
    overflow-y: auto;
}
label[for="comunicazioni_commerciali"] a {
    color: #353370;
}
#commenti input#wp-comment-cookies-consent, #commenti input#comunicazioni_commerciali, #commenti input#subscribe_comments {
    width: 20px !important;
	  min-width: 20px !important;
    height: 20px !important;
    border: 2px solid #ddd;
    background: #fff;
    border-radius: 10px;
	  margin-right: 10px;
		margin-top: 0 !important;
		cursor: pointer;
		-webkit-appearance: checkbox !important;
}
#commenti p.comment-form-cookies-consent, #commenti p.comment-form-comunicazioni-commerciali, #commenti p.comment-subscription-form {
    display: flex;
}
#commenti label[for="wp-comment-cookies-consent"], #commenti label[for="comunicazioni_commerciali"], #commenti label[for="subscribe_comments"] {
	font-size: 14px;
    font-weight: 400;
	cursor: pointer;
	width: calc(100% - 40px);
}
p.form-submit {
    margin-bottom: 0;
}
#commenti input#submit {
    width: 100%;
    background: #26abd3;
    box-shadow: 0 2px 5px rgb(0 0 0 / 14%);
    color: #FFF;
    border-radius: 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    padding: 20px 30px;
    border: 0;
    outline: none;
	-webkit-appearance: none;
}
span.numero-commenti {
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    margin-top: 40px;
    color: #222;
    font-size: 20px;
}
#commenti span.numero {
    background-color: #222;
    color: #fff;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 8px;
    margin-right: 15px;
}
hr.linea {
    flex: 1;
    margin: 0 0 0px 20px;
    border: 1px solid #d6d6d6;
}
#commenti .numero-commenti a {
    border-radius: 10px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 14%);
    text-transform: none;
    font-size: 18px;
    padding: 20px 30px;
    background: #26abd3;
    color: #FFF;
    text-decoration: none;
	font-weight: bold;
}
#commenti .contenuto-commento {
    padding-top: 15px;
}
ol.lista-commenti {
    padding: 0;
    margin: 40px 0;
	list-style: none;
}
.lista-commenti .avatar-autore img {
    border-radius: 200px;
    width: 70px;
    height: 70px;
    margin-right: 15px;
    margin-bottom: 10px;
    border: 3px solid #26abd3;
}
#commenti .comment-body {
    box-shadow: 0 2px 5px rgb(0 0 0 / 14%);
    position: relative;
    border-radius: 15px;
    background-color: #fff;
    margin-bottom: 30px;
    padding: 30px;
}
#commenti .avatar-autore {
    display: flex;
    flex-wrap: wrap;
}
.bypostauthor .avatar-autore img {
    border: 3px solid #008bb5;
}
.bypostauthor .comment-body .reply a {
    color: #26abd3;
}
.comment-body .reply a {
    color: #26abd3;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: bold;
}
.comment-body cite.nome-autore {
    font-size: 26px;
    font-weight: bold;
	font-style: normal;
}
.comment-body a {
    color: #353370;
    font-weight: bold;
}
ol.children {
    padding-left: 60px;
	list-style: none;
}
a#cancel-comment-reply-link {
    display: block;
    margin-top: 20px;
    background-image: linear-gradient(rgb(53,51,112) 0%,rgb(42,41,91) 100%);
    box-shadow: rgba(42,41,91,.18) 5px 5px 37px -4px;
    max-width: 400px;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    padding: 15px;
    color: #FFF;
}
p.akismet_comment_form_privacy_notice {
    display: none;
}

/* BOX AUTORE SOTTO ARTICOLO */
.box-autore {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
    padding: 30px;
    border: 1px solid #dedede;
    margin-bottom: 30px;
}
.box-autore .info-autore {
    display: flex;
    flex-wrap: wrap;
}
.box-autore .social {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    margin-bottom: 10px;
}
.box-autore .social img {
    width: 35px;
    height: 35px;
    margin-right: 5px;
    border-radius: 4px;
}
.box-autore .box-img-autore {
  margin-right: 20px;
  margin-bottom: 20px;
}
.box-autore .box-img-autore img {
	  display: block;
    max-width: 100px;
	  width: 100%;
    border-radius: 10px;
	  height: intrinsic;
}
.box-autore .nome-autore-post {
    color: #353370;
    display: block;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
}
.box-autore span.ruolo-autore {
    color: #353370;
    display: block;
    font-size: 18px;
    font-weight: 600;
}
.box-autore .cta {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.box-autore .cta a.info-andrea {
	width: 49%;
    background: #353370;
    color: #FFF;
    padding: 20px 30px;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-weight: 700;
    margin-top: 20px;
    box-shadow: rgb(42 41 91 / 18%) 5px 5px 37px -4px;
}
.box-autore .cta a.contatti {
    width: 49%;
    border: 2px solid #353370;
    border-radius: 10px;
    padding: 20px 30px;
    margin-top: 20px;
    color: #353370;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}

/* SOCIAL SHARE ALLA FINE DEL POST */
.social-share.fine {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fine p.social-share {
    width: 100%;
	margin-bottom: 10px;
}
.fine a.social-share {
    width: 16%;
}

/* POST ALTERNATIVI */
.post-alternativi > p {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.post-alternativi ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.post-alternativi li {
    display: flex;
    margin-bottom: 10px;
	padding-bottom: 0px!important;
}
.post-alternativi li:before {
    content: '';
    background-image: url(/wp-content/uploads/Icona-per-vantaggio-SOS-WP.png);
    background-size: 30px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    margin-right: 5px;
}
.post-alternativi ul li a {
	text-decoration: none;
}

.articolo .ad {
    margin-bottom: 20px;
}
.articolo .ad img {
    border-radius: 10px;
    /* box-shadow: 0 10px 20px rgb(0 0 0 / 6%); */
}

/* CSS PER KK STAR RATINGS */
.kk-star-ratings {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1799px) {
	.lista-commenti .avatar-autore {
    	top: -130px !important;
    	left: 0 !important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.template-articolo {
		padding: 0 !important;
	}
}
@media only screen and (max-width: 1199px) {
	.template-articolo .articolo {
		width: 100%;
    padding: 20px;
	}
	.template-articolo .sidebar {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
  .contenuto-articolo h2 {
    font-size: 26px !important;
    margin-bottom: 10px !important;
  }
  .contenuto-articolo h3 {
    font-size: 22px !important;
  }
	.post-alternativi a {
    	width: 100%;
		margin-right: 0 !important;
	}
	.box-autore img {
    	max-width: 180px;
	}
	.box-autore {
    	margin-left: 20px;
   	 	margin-right: 20px;
      padding: 20px !important;
	}
	.box-autore .cta a.info-andrea {
    	width: 100% !important;
	}
	.box-autore .cta a.contatti {
    	width: 100% !important;
	}
	h1.titolo-articolo {
    	font-size: 26px;
	}
	.template-articolo {
    	padding: 0 !important;
	}
	/*
	h3.c-widget__title.ripiegabile {
    	font-size: 14px;
	}*/
	.contenitore-articolo .img-thumbnail {
    	width: calc(100% + 40px);
    	margin-left: -20px;
    	padding-bottom: 20px;
	}
	.template-articolo .articolo {
    	width: 100% !important;
    	padding: 0 !important;
	}
	.contenitore-articolo {
		border: 0 !important;
    	border-radius: 0 !important;
    	padding: 20px !important;
	}
  .ad .custom-html-widget {
    padding: 0 20px;
  }
	.fine-articolo {
    	display: block !important;
		  width: calc(100% + 40px);
    	margin-left: -20px;
      padding: 20px 20px 30px;
      border-bottom-left-radius: 0 !important;
      border-bottom-right-radius: 0 !important;
	}
	#commenti .numero-commenti a {
    	width: 100%;
    	margin-top: 20px;
    	text-align: center;
	}
  #commenti .comment-body {
    padding: 20px !important;
  }
	.template-articolo .sidebar {
    	width: 100%;
	}
	.form-commenti {
    	padding: 20px;
	}
	ol.lista-commenti {
    	padding: 20px 20px 0 !important;
    	margin: 0 !important;
	}
	span.numero-commenti {
    	margin: 0;
    	margin-top: 20px;
    	padding: 20px;
	}
	#commenti div#respond {
		padding: 20px;
		background: #FFF !important;
	}
	.fine-articolo .tag {
    	width: 100%;
	}
	.fine-articolo .tag {
		padding: 0;
	}
	#commenti form#commentform {
    	max-width: 100%;
	}
  .num-commenti {
      display: none;
  }
  .info-meta .info {
      display: block !important;
      width: calc(100% - 55px);
  	  margin-right: 0 !important;
  }
  .breadcrumbs {
    margin: 0 !important;
  }
  .img-autore img {
    width: 40px !important;
    height: 40px !important;
  }
	.condividi-social.cima {
    	display: none;
  	}
  	.info-meta {
    	margin-bottom: 20px;
  	}
}
