/* ----------------------------------------------------------------------
   .single-post
-------------------------------------------------------------------------*/
.single-post .widget-form li {
    padding-left: 0!important;
    padding:3px 0;
    font-size: 14px;
    line-height: 1em;
}
.single-post .widget-form li a:active:not(.btn){
    border-bottom: 0;
    font-weight: normal;
}
#top .nav-item-title {
    font-size:18px;
    font-weight: 300;
    font-style: oblique
}
@media ( min-width: 768px ) {
#top .nav-item-title {
    display:none
}
}


.single-post .widget-form li:before {
    display:none;
}

.page-header-caption-bottom .br{
	display:block;
}
.single-post {
	margin-bottom:100px;
}
.single-post .post-title {
	font-size: 40px;
	line-height: 1.3em;
	font-weight: 500;
	margin-bottom: 0;
}
.single-post .post-subtitle {
	font-size: 30px;
	font-weight: 300;
	line-height: 42px;
	margin: 0 0 24px;
	padding: 12px 0 0;
}
.single-post .meta {
	font-size: 14px;
	line-height: 3.2em;
	margin-bottom: 20px;
	padding: 15px 0;
	border-bottom: 1px solid var(--colore_3);
	border-top: 1px solid var(--colore_3);
	display: flex;
	justify-content: space-between;
}
.single-post .meta .author a {
	background-color: var(--main-color);
	color: #fff!important;
}
.single-post .meta .author, .single-post .meta .blog-meta-category {
	font-size: 14px;
	margin: 0 5px;
}
.single-post .meta .author a, .single-post .meta .blog-meta-category a {
	padding: 6px 10px;
	border-bottom: 0!important;
	border-radius: 2px;
    margin-bottom: 2px;
    color: #fff!important;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #dee8e6;
}
.single-post .meta .author a:hover, .single-post .meta .blog-meta-category a:hover {
	opacity:.9
}
.single-post .meta .date {
	font-weight: 400;
	letter-spacing: 1px;
}
.single-post p {
	font-size: 20px;
	line-height: 1.6em;
	margin: 0 0 24px;
}
.single-post .blog_item_img {
	margin-bottom: 50px!important;
	display: block;
}
.single-post .blog_item_img img {
	height: 100%;
	width: 100%;
}
.single-post h2, .single-post h4 {
	font-weight: 500;
	font-size: 26px;
	line-height: 1.4em;
	margin-bottom: 10px;
	position: relative!important;
    text-transform:none;
}
.single-post h3 {
	font-weight: 700;
    text-transform:uppercase;
	font-size: 22px;
	line-height: 1.4em;
	color: var(--accent-color);
	margin: 50px 0 5px;
	display: block;
}
.single-post strong {
	font-weight: 500;
}
.single-post .btn {
	margin: 2px;
	box-shadow: none;
}
.single-post blockquote {
	background-color: var( --colore_3 );
}
.single-post blockquote p {
	font-weight: 300;
	font-size: 25px!important;
	line-height: 1.6em;
	background-color: var( --colore_3 );
    margin-bottom:0
}
.single-post a:link:not(.btn), .single-post a:visited:not(.btn), .single-post a:active:not(.btn) {
	color: var(--main-color);
	transition: color 0.1s ease-in 0s, background-color 0.1s ease-in 0s, border-bottom-color 0.1s ease-in 0s;
	text-decoration: none;
	border-bottom: 2px solid var(--main-color);
	font-weight: 500;
}
.single-post a:link:hover:not(.btn), .single-post a:visited:hover:not(.btn), .single-post a:active:hover:not(.btn) {
	color: #fff;
	border-bottom-color: var(--main-color);
	background-color: var(--main-color);
}
.single-post ul, .single-post li {
	list-style: none;
    position: relative;
}
.single-post ul {
	margin: 20px 5px;
	border-radius: 0;
}
.single-post ul.bg-color-ul {
	border: 1px solid #edede4;
	background-color: #f5f5f0;
	padding: 30px 30px;
}
.single-post ul li {
	padding-left: 30px;
	font-size: 22px;
	line-height: 1.6em;
}
.single-post ul li:before {
	position: absolute;
	top: 12px;
	left: 0;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: var(--main-color);
	content: "";
	line-height: 8px;
}

@media ( max-width: 767.98px ) {
.single-post .entry-header {
	text-align: center;
}
.single-post .post-title {
	font-size: 30px;
	line-height: 1.3em;
	font-weight: 500;
	margin-bottom: 0;
}
.single-post .post-subtitle {
	font-size: 24px!important;
	line-height: 1.3em!important;
}
.single-post .post-title.border-1:after {
	margin-left: calc(50% - 40px);
}
.single-post .meta .blog-meta-category {
	display: block;
}
.single-post .meta .blog-meta-category a {
	display: inline-flex;
	line-height: 1.2em;
}
.single-post .meta .meta-right, .single-post .meta .author {
	display: none;
}
.single-post blockquote p {
	font-size: 20px!important;
}
}


/* ----------------------------------------------------------------------
   .single-post #lista-corsi
-------------------------------------------------------------------------*/
#top .single-post #lista-corsi .card .card-header-title {
    font-size: 18px;
    padding: 18px 40px 18px 0;
}
.single-post #lista-corsi .card .card-header-title i {
    font-size: 25px;
    margin-right: 15px;
    color: var(--main-color);
}