body.body-search .section-blog-search{
	padding-top: 75px;
	padding-bottom: 75px;
}
#blog-filter-box{
	background-color: #F3F0E9;
	/* border-bottom: 1px solid #151515; */
	border-bottom: 1px solid #DADAD9;
}
#blog-filter-box .col-12>ul{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
	padding-left: 0;
}
#blog-filter-box .col-12>ul>li{
	width: 100%;
	height: 42px;
	display: flex;
    align-items: center;
}
#blog-filter-box .col-12>ul>li:not(:first-of-type){
    padding-left: 12px;
    padding-right: 12px;
}
#blog-filter-box .col-12>ul>li.post-readmode{
  padding-left: 0;
  padding-right: 0;
}
#blog-filter-box .col-12>ul>li>div.dropdown{
	text-align: center;
	width: 100%;
}
#blog-filter-box .col-12>ul>li:not(:last-of-type){
	/* border-right: 1px solid #151515; */
	border-right: 1px solid #DADAD9;
}
#blog-filter-box .dropdown .dropdown-toggle{
	text-transform: uppercase;
	color: #941420;
	font-family: 'Oswald';
	font-size: 17px;
	width: 100%;
	border-radius: 0;
	    padding: 0;
}
#blog-filter-box .dropdown .dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(148 20 32 / 25%);
}
#blog-filter-box .dropdown .dropdown-menu.show{
	width: 100%;
	background-color: #F3F0E9;
	text-align: center;
    font-family: 'Oswald';
    padding: 0;
    max-height: 300px;
    overflow: scroll;
}
#blog-filter-box .dropdown .dropdown-menu.show label{
	cursor: pointer;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-top: 9px;
    padding-bottom: 9px;
    white-space: normal;
}
#blog-filter-box .dropdown .dropdown-menu.show label:not(:last-of-type){
	border-bottom: 1px solid rgb(148 20 32 / 25%);
}
#blog-filter-box .dropdown .dropdown-item.active,
#blog-filter-box .dropdown .dropdown-item:focus,
#blog-filter-box .dropdown .dropdown-item:hover {
    color: #941420;
    background-color: rgb(148 20 32 / 25%);
}
#blog-filter-box .blog-search{
	border: 0;
	background-color: #F3F0E9;
	text-transform: uppercase;
	width: 250px;
	font-family: 'Oswald';
}
#blog-filter-box .blog-search:focus{
	box-shadow: 0 0 0 0;
}
#blog-filter-box .blog-search::-webkit-input-placeholder{
	color: rgba(148, 20, 32, 0.5);
	font-size: 17px;
}
#blog-filter-box .blog-search:-moz-placeholder {
    color: rgba(148, 20, 32, 0.5);
	font-size: 17px;
}
#blog-filter-box .blog-search::-moz-placeholder {
    color: rgba(148, 20, 32, 0.5);
	font-size: 17px;
}
#blog-filter-box .blog-search:-ms-input-placeholder {
    color: rgba(148, 20, 32, 0.5);
	font-size: 17px;
}
.carosello-ultime-notizie{
	padding-bottom: 75px;
}
.carosello-ultime-notizie>div.post-card:nth-of-type(even)>div:first-of-type{
	order: 3;
}
.carosello-ultime-notizie>div.post-card:nth-of-type(even)>div:nth-of-type(2){
	order: 2;
}
.carosello-ultime-notizie>div.post-card:nth-of-type(even)>div:last-of-type{
	order: 1;
}
.post-card{
	background-color: #F3F0E9;
	display: grid;
	grid-template-columns: 32% 68%;
	margin-top: 50px;
}
.carosello-ultime-notizie>div.post-card:nth-of-type(even){
	grid-template-columns: 68% 32%;
}
.post-card-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.post-card-title{
	color: #36ADD1;
	text-transform: uppercase;
}
.post-card-title a{
	color: #36ADD1;
	transition: all .3s;
}
.post-card-title a:hover{
	color: #941420;;
}
.post-card-mob-title-box{
	display: none;
}
.post-card-orig-auth>div{
    margin-left: 12px;
    margin-top: 7px;
}
.post-card-orig-auth h5{
	font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 5px;
}
.post-card-orig-auth h6{
	font-family: 'Roboto';
    font-weight: 700;
	text-transform: uppercase;
	color: #941420;
	font-size: 14px;
}
.post-card-body{
	padding: 40px;
}
.post-card-body .post-card-summary{
	margin-top: 25px;
}
.post-card-cat,
.post-card-orig-auth{
	display: flex;
	flex-direction: row;
	font-size: 15px;
}
.post-card-orig-auth{
	margin-top: 25px;
}
.post-card-orig-auth img{
	width: 30px;
	height: 30px;
}
.post-card-cat{
	margin-top: 15px;
}
.post-card-cat ul{
	margin-bottom: 0;
	padding-left: 0;
	display: flex;
	flex-direction: row;
}
.post-card-cat ul li{
	margin-left: 10px;
}
.post-card-cat ul li:not(:last-of-type):after{
	content: '';
	width: 4px;
	height: 4px;
	background-color: #941420;
	display: inline-block;
	border-radius: 50%;
    margin-left: 7px;
    margin-bottom: 3.5px;
}
#blog-pagination-row{
	margin-bottom: 50px;
}
#blog-pagination-row .pagination{
	    display: flex;
    flex-direction: row;
    justify-content: center;
}
#blog-pagination-row li{
	background-color: #941420;
	color: #fff;
	border: 0;
}
#blog-pagination-row li:not(:last-of-type){
	margin-right: 7px;
}
#blog-pagination-row li.active a{
	background-color: #f6f5ef;
	color: #941420;
}
#blog-pagination-row li a{
	border:2px solid #941420;
	border-radius: 0;
	background-color: #941420;
	color: #fff;
	padding: 13px 20px;
	transition: all .3s;
	font-size: 16.5px;
}
#blog-pagination-row li a:hover{
	background-color: #89111c;
}
#blog-pagination-row li.active a:hover{
	background-color: #f6f5ef;
	border-color: #89111c;
	color: #89111c;
}
#elenco_santi{
	display: grid !important;
	grid-template-columns: repeat(5, minmax(0,1fr));
	grid-gap: 8px;
	padding-top: 12.5px;
	padding-bottom: 12.5px;
}
#elenco_santi li{
	padding: 0 !important;
	height: 46px !important;
}
#elenco_santi li a{
	display: flex;
	background-color: #941420;
	width: 100%;
	height: 100%;
	color: white;
	font-size: 14px;
	line-height: 1.1;
	text-align: center;
	justify-content: center;
	align-items: center;
	padding: 4px 6px;
	transition-duration: 0.25s;
}
#elenco_santi li a:hover{
	background-color: #83101b;
}
.blog_list_author{
	display: grid;
	grid-template-columns: repeat(3, minmax(0,1fr));
	grid-gap: 16px;
}
.blog_list_author #blog-pagination-row {
	grid-column-start: 1;
	grid-column-end: 3;
  }
.post_card_author{
	border: 1px solid #DADAD9;
	padding: 24px;
	background-color: #F3F0E9;
}
.post_card_author > a{
	display: flex;
	flex-direction: column;
}
.post_card_author .post-card-orig-auth{
	text-transform: uppercase;
	color: #941420;
	margin-top: 0;
	align-items: center;
}
.post_card_author .post-card-orig-auth img{
	width: 28px;
}
.post_card_author .post-card-orig-auth h5{
	margin: 0;
	font-weight: 500;
	font-size: 14px;
	margin-left: 10px;
}
.post_card_author p{
	margin-bottom: 0;
	line-height: 1.3;
	color: #212529;
}
@media screen and (max-width: 1199.98px){
	#blog-filter-box .col-12>ul{
		display: grid;
		grid-template-columns: 50% 50%;
	}
	#blog-filter-box .col-12>ul>li:nth-of-type(even){
		/* border-right: 1px solid #151515; */
		border-right: 1px solid #DADAD9;
	}
	#blog-filter-box .col-12>ul>li:nth-of-type(odd){
		/* border-left: 1px solid #151515; */
		border-left: 1px solid #DADAD9;
	}
	#blog-filter-box .col-12>ul>li:nth-of-type(1),
	#blog-filter-box .col-12>ul>li:nth-of-type(2){
		/* border-bottom: 1px solid #151515; */
		border-bottom: 1px solid #DADAD9;
	}
	#blog-filter-box .col-12>ul>li>div.dropdown{
		text-align: left;
	}
	#blog-filter-box .dropdown .dropdown-toggle{
		display: flex;
    	align-items: center;
    	justify-content: flex-start;
	}
	#elenco_santi{
		grid-template-columns: repeat(4, minmax(0,1fr)) !important;
	}
	.blog_list_author{
		grid-template-columns: repeat(2, minmax(0,1fr));
	}
}
@media screen and (max-width: 991.98px){
	.post-card{
		grid-template-columns: 40% 60%;
		margin-top: 40px;
	}
	.carosello-ultime-notizie>div.post-card:nth-of-type(even) {
	    grid-template-columns: 60% 40%;
	}
	#elenco_santi{
		grid-template-columns: repeat(3, minmax(0,1fr)) !important;
	}
}
@media screen and (max-width: 899.98px){
	.post-card-body {
	    padding: 25px;
	}
	.post-card-title {
	    font-size: 1.6rem;
	}
	.post-card{
		grid-template-columns: 45% 55%;
	}
	.carosello-ultime-notizie>div.post-card:nth-of-type(even) {
	    grid-template-columns: 55% 45%;
	}
}
@media screen and (max-width: 767.98px){
	.post-card {
	    margin-top: 30px;
	}
	.post-card-body {
	    padding: 20px;
	}
	.carosello-ultime-notizie>div.post-card:nth-of-type(even)>div:first-of-type{
		order: 1;
	}
	.carosello-ultime-notizie>div.post-card:nth-of-type(even)>div:nth-of-type(2){
		order: 2;
	}
	.carosello-ultime-notizie>div.post-card:nth-of-type(even)>div:last-of-type{
		order: 3;
	}
	.post-card,
	.carosello-ultime-notizie>div.post-card:nth-of-type(even) {
	    grid-template-columns: 45% 55%;
	}
	.post-card-body .post-card-summary {
	    font-size: 15px;
	    margin-top: 15px;
	}
	.post-card-title {
	    font-size: 1.5rem;
	}
	#blog-pagination-row li a {
	    padding: 8px 15px;
	    font-size: 16px;
	}
	#elenco_santi{
		grid-template-columns: repeat(2, minmax(0,1fr)) !important;
	}
}
@media screen and (max-width: 699.98px){
	.post-card-mob-title-box{
		display: block;
		padding-left: 20px;
		display: flex;
		align-items: center;
	}
	.post-card-body{
		grid-column-start: 1;
		grid-column-end: 3;
	}
	.post-card-body .post-card-title{
		display: none;
	}
	.post-card-body .post-card-summary {
	    margin-top: 5px;
	}
	.post-card .post-card-img img{
		height: 150px;
		padding-left: 15px;
		padding-top: 15px;
	}
	.post-card,
	.carosello-ultime-notizie>div.post-card:nth-of-type(even) {
	    grid-template-columns: 35% 65%;
	}
	.blog_list_author{
		grid-template-columns: repeat(1, minmax(0,1fr));
	}
}
@media screen and (max-width: 575.98px){
	#blog-filter-box .col-12,
	#blog-filter-box form{
		padding-left: 0;
		padding-right: 0;
	}
	#blog-filter-box .col-12>ul {
	    grid-template-columns: 100%;
	}
	#blog-filter-box .col-12>ul>li{
		border: 0;
		border-bottom: 1px solid #D8D8D8;
		width: 100%;
		padding-right: 12px;
		height: 47px;
	}
	#blog-filter-box .col-12>ul>li:nth-of-type(odd),
	#blog-filter-box .col-12>ul>li:nth-of-type(even){
	  	border-left: 0;
	  	border-right: 0;
	  	border-bottom: 1px solid #DADAD9;
	  	/* border-bottom: 1px solid #151515; */
	}
	.post-card-body {
	    padding: 15px;
	}
	.post-card,
	.carosello-ultime-notizie>div.post-card:nth-of-type(even){
	    grid-template-columns: 125px calc(100% - 125px);
	        border: 1px solid #D8D8D8;
	}
	.post-card .post-card-img img { 
	    height: 125px;
	}
	  .post-card-title {
	    margin-bottom: 0;
	    margin-top: 15px;
	  }
	  .post-card-mob-title-box{
	    padding-left: 15px;
	  }
	  .post-card-body .post-card-summary{
	    margin-top: 0;
	  }
	  #blog-filter-box .dropdown .dropdown-toggle{
	  	display: flex;
	  	align-items: center;
	  	font-size: 19px;
	  }
	#elenco_santi{
		padding-left: 12.5px !important;
		padding-right: 12.5px !important;
	}
}
@media screen and (max-width: 459.98px){
	.post-card,
	.carosello-ultime-notizie>div.post-card:nth-of-type(even){
	    grid-template-columns: 100px calc(100% - 100px);
	}
	.post-card .post-card-img img { 
	    height: 100px;
	}
	.post-card-title {
    	font-size: 1.4rem;
	}
	.post-card-orig-auth img {
	    width: 28px;
	    height: 28px;
	}
	#elenco_santi{
		grid-template-columns: repeat(1, minmax(0,1fr)) !important;
	}
	#elenco_santi li a{
		text-align: left;
		justify-content: flex-start;
		padding-left: 10px !important;
		padding-right: 30px !important;
		position: relative;
		text-transform: uppercase;
		font-weight: 500;
	}
	#elenco_santi li a::after{
		content: '';
		width: 12px;
		height: 100%;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'%3E%3C/path%3E%3C/svg%3E");
		background-position: center;
		background-size: 16px auto;
		background-repeat: no-repeat;
		position: absolute;
		right: 8px;
	}
}


#ajax_overlay{
    background-color:rgba(34, 34, 34, 0.7);
    bottom: 0;
    cursor: wait;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
}
#ajax_overlay::before {
    animation: spin 1s linear infinite;
    border: 2px solid #e4e4e4;
    border-left: 2px solid #941420;
    border-radius: 50%;
    border-top: 2px solid #e4e4e4;
    content: "";
    display: block;
    height: 32px;
    width: 32px;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
@keyframes spin{
    0%{
        transform:rotate(0deg)
    }
    100%{
        transform:rotate(360deg)
    }
}