* {
    box-sizing: border-box;
}
.logo{
	width:100%;
	max-width:189px;
}
.menu-item span i+span{
	display: none !important;
}
.video-tag{
	display: none;
}
.seminary_heading{
	padding: 60px 16px;
}
.seminary_heading p{
	font-size: 20px;
}
.seminary_heading h2{
	margin: 70px 0 40px;
}
.seminary_images-wrapper h2{
	margin: 70px 0 !important;
}
.seminary_images-wrapper .feature-inner h5{
	font-size: 32px;
	text-align: center;
}
.seminary_price{
	max-width: 1000px;
	margin: 60px auto 0;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.seminary_price .post-likes-widget, .seminary_price .sharedaddy{
	display: none;
}
.seminary_price-col{
	border: 1px solid #beaa73;
	padding: 16px 0 0;
}
.seminary_price-col i{
	color: #beaa73;
}
.seminary_price-col h3{
	font-size: 26px;
}
.seminary_price-col p{
	font-size: 26px;
}
.seminary_program{
	margin: 0 16px;
	padding: 0 0 0 16px;
}
.seminary_program li{
	font-size: 20px;
}
.seminary_contacts{
	margin-top: 100px;
}
.site-main{
	width:100%;
}
.overlay-text ul li:first-of-type{
	display:none;
}
#sidebar{
	display:none;
}
.blog-post-repeat{
	width:calc(50% - 4%);
}
#back-top{
	position: fixed;
}
.navigation, .sitenav ul li:hover > ul, .sticky-header, .team-content, .pricing-col:before, #footer-wrapper:before, .innerbanner:before, h1.innerpage-title span, .overlay-two{
	background-color: rgba(9,9,9,0.6);
}
.package-btn{
	display: none;
}
#customorder_main{
	margin-bottom: 0;
}
#customorder_main textarea{
	height: 170px;
}
.form-group .file-513{
	display: block;
	width: fit-content;
	margin:0 auto 16px;
}
.form-group .wpcf7-submit{
	width: 100%;
}
.sitenav ul li.menu-item-1967.current_page_item a{
	color: #ffffff;
}
/**RIMUOVI QUESTO**/
.gallery-image img{
	filter: unset;
}
/****/

.copyright-wrapper{
	z-index: 9999;
}
.chat_fixed{
	position: fixed;
	bottom: 64px;
	right: 64px;
	z-index: 9999;
	background-color: #25d366;
	border-radius: 50%;
}
.chat_fixed a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background: rgb(0 0 0/0) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M3.516 3.516c4.686-4.686 12.284-4.686 16.97 0 4.686 4.686 4.686 12.283 0 16.97a12.004 12.004 0 0 1-13.754 2.299l-5.814.735a.392.392 0 0 1-.438-.44l.748-5.788A12.002 12.002 0 0 1 3.517 3.517zm3.61 17.043.3.158a9.846 9.846 0 0 0 11.534-1.758c3.843-3.843 3.843-10.074 0-13.918-3.843-3.843-10.075-3.843-13.918 0a9.846 9.846 0 0 0-1.747 11.554l.16.303-.51 3.942a.196.196 0 0 0 .219.22l3.961-.501zm6.534-7.003-.933 1.164a9.843 9.843 0 0 1-3.497-3.495l1.166-.933a.792.792 0 0 0 .23-.94L9.561 6.96a.793.793 0 0 0-.924-.445 1291.6 1291.6 0 0 0-2.023.524.797.797 0 0 0-.588.88 11.754 11.754 0 0 0 10.005 10.005.797.797 0 0 0 .88-.587l.525-2.023a.793.793 0 0 0-.445-.923L14.6 13.327a.792.792 0 0 0-.94.23z'/%3E%3C/svg%3E") 50% no-repeat;
	background-size: 55%;
	transition: 1s all ease-in-out;
}
.chat_fixed a:hover{
	opacity: .8;
	scale: 1.1;
}
.chat_fixed svg{
	width: 30px;
}
.portfolio-overlay{
	padding:17px;
	background-color: rgba(190, 170, 115, 0.78);
}
.portfolio-overlay .port-category{
	display:none;
}
@media screen and (min-width: 1024px){
	.pricing-col{
		display: flex;
    flex-direction: column;
		min-height: 628px;
	}
	/*.pricing-col .package-btn{
		margin-top:auto;
	}*/
	.portfolio-main .grid-col-three{
		width: calc(33.3% - 10px);
	}
	.grid-col-three{
		width: 31%;
	}
	.faq-right{
		padding-left: 0;
	}
	.footer-cols-three .widget-column{
		width: 32%
	}
}
@media screen and (max-width: 990px){
	.toggle{
		top: calc(50% - 25px);
	}
	.seminary_images-wrapper .feature-inner h5{
		font-size: 27px;
	}
	.chat_fixed{
		right: 20px;
		bottom: 20px;
	}
	.chat_fixed a {
		width: 40px;
		height: 40px;
	}
	.chat_fixed svg{
		width: 20px;
		height: 20px;
	}