.blog-sidebar a .sidebar-post-title {
	font-size: 15px;
	background: #fff;
	color: #BA2D0C;
	text-align: center;
	padding: 1px 0;
	min-height: 50px;
	display: block;
}

.blog-sidebar .accordion-group a .sidebar-post-title {
	text-align: left;
	padding: 6px;
	border: solid #ccc 1px;
	font-size: 14px;
	color: #BA2D0C;
	background: #fff;
	min-height: 50px;
	display: block;
}

/*HEADER */
a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.rmp {
	padding-right: 0;
	padding-left: 0;
}

.navbar-default .navbar-nav>li>a {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

.navbar-nav {
	margin-left: 0 !important;
	margin-right: 0 !important;

}

.navbar-default {
	border: 0;
}

body {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 13px;
}

.container {
	max-width: 970px;
}

.site-content {
	padding: 15px 0;
}

@media (max-width: 800px) {
	#header-top {
		width: 100%;
	}
}

.site-branding p, #footer-top-row p {
	float: left;
	margin: 12px 0;
}

.site-branding ul, #footer-top-row ul {
	list-style: outside none none;
	margin: 12px 0;
}

.site-branding ul li, #footer-top-row ul li {
	display: inline-block;
	margin: 0 1px;
}

#site-navigation {
	background: #790102;
}

.navbar {
	margin-bottom: 0;
}

.navbar-header {
	width: auto;
}

.navbar-brand {
	height: auto;
	padding: 0;
	width: auto;
}

.navbar-brand img {
	max-height: 100%;
	max-width: initial;
	margin-top: -10px;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

@media (min-width: 769px) {
	.main-nav {
		float: left;
	}

	.main-nav ul li {
		float: left;
	}

	.main-nav li a {
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		padding: 40px 20px;
		display: block;
		position: relative;
		border: medium none;
		margin-left: 0;
	}

	.main-nav li.current-menu-item:before {}
}

@media (min-width: 769px) and (max-width: 991px) {
	.main-nav {
		float: left;
		display: none;
	}
}

.main-nav ul {
	padding-top: 20px;
	padding-left: 40px;
}

.main-nav ul li {
	text-transform: uppercase;
	position: relative;
	white-space: nowrap;
	transition: #000 0.2s ease 0s;
}

.main-nav li a {
	color: #fff !important;
	font-size: 16px !important;
	text-decoration: none;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	margin-left: 10px;
	padding-top: 20px;

}

.main-nav li a:hover {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #fff !important;
	font-size: 16px !important;
	text-decoration: none;
	margin-left: 10px;
	background: #a70302 url(../images/menu.jpg) repeat-x;
}

.main-nav li.current-menu-item>a, .navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background: #a70302 url(../images/menu.jpg) repeat-x;

}

.navbar-toggle {
	margin-top: 27px;
}

/*GALLERY SINGLE PAGE*/
.gallery-single {
	height: 85px;
	background-image: url(../images/g-header.jpg);
}

.gallery-single .logo {
	width: 50px;
	height: 50px;
	margin-top: 20px;
}

.gallery-single .name {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 300;
	font-size: 32px;
	color: #CE3633;
	text-transform: uppercase;
}

.gallery-single-content {
	min-height: 400px;
	background: #fff;
}

.gallery-single-content .title {
	font-size: 20px;
	color: #D14C49;
}

.gallery-single-content .thumbnail {
	width: 200px;
	height: 200px;
}

.img-cover {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

/*CATEGORY-BLOG*/
.category-blog {
	background: #fff;
}

.category-blog .row-item {

	padding: 50px 0;
	border-bottom: dotted #ccc 1px;
}

.category-blog .row-item:hover {
	border-bottom: dotted red 1px;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.blog-content .title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 24px;
	color: #CE3633;
	padding: 11px;
}

.blog-content .title a {
	color: #CE3633;
}

.blog-content .posted-date {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #515157;
	font-size: 13px;
	font-style: italic;
	text-transform: lowercase;
	border-bottom: dotted #515157 1px;
}

.blog-content .description {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-align: justify;
	padding: 14px;
}

.blog-content .description a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #CE3633;
	text-decoration: none;
}

.blog-content .description a:hover {
	text-decoration: none;
}

.date-circle {
	width: 95px;
	height: 95px;
	border-radius: 50%;
	border: solid #980203 5px;
	opacity: 0.8;
	padding-top: 30px;
}

.date-circle:hover {
	opacity: 1;
}

.date-circle .date {
	font-size: 18px;
	color: #CE3633;
	text-align: center;
}

@media (max-width:767px) {
	.category-blog .sharing-icons {
		margin-bottom: 50px;
	}
}

.category-blog .sharing-icons {
	height: 30px;
}

.category-blog .sharing-icons a {
	float: left;
}



/*SINGLE BLOG*/
.single-blog {
	background: #fff;
}

.single-blog .row-item {
	margin-top: 20px;
	min-height: 300px;
}

.single-blog .fotorama {
	margin-bottom: 40px;
}

.blog-sidebar {
	float: left;
}

.blog-sidebar .title {
	font-size: 16px;
	background: #980203;
	color: #fff;
	text-align: center;
	padding: 8px 0;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	text-shadow: 0px 0px 1px #fff;
}

.blog-sidebar a h2 {
	font-size: 15px;
	background: #fff;
	color: #BA2D0C;
	text-align: center;
	padding: 1px 0;
	min-height: 50px;

}

.blog-sidebar .panel-title {
	font-size: 18px;
	color: #D53632;
	padding: 10px;
}

.blog-sidebar .panel-title a {
	text-decoration: none;
}

.blog-sidebar .scopridipiuu a {
	color: #CE3633;
}

.blog-sidebar .accordion-group a {
	text-decoration: none;
}

.blog-sidebar .accordion-group a h2 {
	text-align: left;
	padding: 6px;
	border: solid #ccc 1px;
	font-size: 14px;
}

.blog-sidebar .accordion-group a img {}

.blog-sidebar .accordion-group .accordion-inner a {
	color: #CF3639;
	text-decoration: none;
}

.blog-sidebar .wp-calendar {}

.blog-details {
	margin: 10px;
	padding: 10px;
	border-bottom: dotted #ccc 1px;
}

.blog-footer .tags {
	font-size: 16px;
	padding: 6px;
}

.blog-footer .tags a {
	color: #CE3633;
	margin-left: 1px;
}

@media (max-width: 767px) {
	.single-blog .row-item {
		margin-top: 50px;
	}
}

/*PAGENAVI*/
.pagenavi {
	padding: 30px;
}

.pagenavi .wp-pagenavi {
	float: right;
}

/*BREADCRUMB*/
.breadcrumb {
	border-bottom: dotted #ccc 1px;
}

.breadcrumb .path {
	font-size: 15px;
	color: #000;
}

.breadcrumb .path a {
	color: #CE3633;
}

@media (max-width: 700px) {
	.breadcrumb {}
}

/*SIDEBAR CALENDAR*/
.calendar-navigation {
	width: 100%;
	background: yellow;

}

.calendar-navigation .title {
	background: transparent;
	margin-top: -10px;
}

.category-blog img {
	opacity: 0.9;
}

.category-blog img:hover {
	opacity: 1;
}

/*SINGLE BLOG TAGS*/
.single-blog-tag {
	margin: 20px;

}

.single-blog-tag a {
	font-size: 14px;
	font-weight: bold;
	color: #980203;
	padding: 0px 5px;
	border-right: solid #fff 1px;
	border-right: solid #980203 1px;
}

.single-blog-tag a:hover {
	color: #980203;

}

/*SIDEBAR TAGS*/
.sidebar-tag a {
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #BA2D0D;
	padding: 6px;
	border-right: solid #BA2D0C 4px;
	text-align: left;
	margin-right: 2;
	margin-top: 2px;
}

.tag-cloud a {
	color: #980203;
}

.previous-post, .next-post {
	padding: 7px;

}

.previous-post a {
	font-size: 14px;
	color: #fff;
	background: #980203;
	padding: 7px;
}

.next-post a {
	font-size: 14px;
	color: #fff;
	background: #980203;
	padding: 7px;
}

.previous-post a:hover, .next-post a:hover {
	color: #C9300D;
	background: #fff;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

@media (max-width:700px) {
	.previous-post a, .next-post a {
		float: left;
		width: 100%;
	}
}


/*comec italia*/
.rmp {
	padding-left: 0;
	margin: 0;
}

.rmpl {
	padding-left: 0;
	margin: 0;
}

.rmpr {
	padding-right: 0;
	margin: 0;
}


/*calendar*/
.calendar-archives.calendrier .calendar-navigation {
	background: #980203 !important;
}

.calendar-archives.calendrier .month.has-posts, .calendar-archives.calendrier .day.has-posts {
	background: #980203 !important;
}

/*single post*/
.single-blog iframe {
	float: left;
	width: 100%;
	height: 300px;
}


/*footer*/
.footer {
	min-width: 150px;
	padding: 30px 0 30px 0;
	background-color: #980203;
}

.footer .copyright {
	font-size: 12px;
	color: #fff;
}

@media(max-width: 767px) {
	.main-nav ul {
		margin: 0;
		padding: 0;
	}

	.navbar-brand img {
		padding-top: 0;
	}
}

.header-contacts {
	padding-top: 10px;
}

.header-contacts,
.header-contacts a,
.header-contacts a:visited,
.header-contacts a:active,
.header-contacts a:focus,
.header-contacts span {
	color: #fff !important;
}

/* Language switcher flags in header */
.header-languages {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
}

.lang-list {
	margin: 0;
	padding: 0;
}

.header-languages-responsive {
	margin-left: 18px;
}

@media (max-width: 991px) {
	@media (max-width: 991px) {
		.header-flex-row {
			display: block !important;
		}

		.header-flex-main {
			display: block !important;
		}

		.header-languages-responsive {
			margin: 10px 0 10px 0;
			justify-content: flex-start;
			gap: 8px;
			padding-left: 16px;
		}
	}
}

.header-languages .lang-item {
	display: inline-block;
	margin: 0 2px;
}

.header-languages img {
	width: 28px;
	height: 20px;
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
	transition: transform 0.15s;
	vertical-align: middle;
}

.header-languages a:hover img {
	transform: scale(1.12) rotate(-2deg);
	box-shadow: 0 2px 8px rgba(152, 2, 3, 0.18);
}


#masthead.site-header {
	position: sticky;
	top: 0;
	z-index: 1002;
	background: #fff;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
	transition: box-shadow 0.2s;
}

@media (max-width: 991px) {
	#masthead.site-header {
		position: sticky;
		top: 0;
	}

	.navbar-brand img {
		max-height: 100%;
		max-width: initial;
		margin-top: 10px !important;
	}
}

@media (min-width: 992px) {
	.blog-sticky-sidebar {
		position: sticky;
		top: 30px;
		z-index: 10;
	}
}

@media (min-width: 992px) {
	.header-flex-row {
		display: flex !important;
		align-items: stretch;
	}

	.header-flex-main {
		display: flex !important;
		align-items: center;
		gap: 24px;
		min-height: 64px;
	}

	.header-languages-responsive {
		margin-left: 18px;
		align-self: center;
		padding-left: 0;
	}
}