@media (max-width: 575.98px) {}

@media (min-width: 576px) and (max-width: 767.98px) {}

@media (min-width: 576px) {}

@media (max-width: 767.98px) {}

@media (min-width: 768px) and (max-width: 991.98px) {}

@media (min-width: 768px) {}

@media (max-width: 991.98px) {

	.menu-container {
		width: auto;
		padding: 0;
		background-color: rgba(242, 238, 214, 0.8);
		text-align: right;
	}

	.logo {
		width: 100px;
		position: absolute;
		top: 10px;
		left: 15px;
	}

	.hamburger {
		display: inline-block;
	}

	.hamburger-inner {
		top: 15px;
	}

	.hamburger-box {
		width: 60px;
		height: 50px;
		background-color: #7D3A25;
		margin-top: 0;
		margin-left: 0;
		display: flex;
	}

	.hamburger-inner,
	.hamburger-inner::after,
	.hamburger-inner::before {
		background-color: #F2EED6;
		margin-left: 0px;
	}

	.hamburger.is-active .hamburger-inner,
	.hamburger.is-active .hamburger-inner::after {
		background-color: #F2EED6;
	}

	.menu-hidden.is-active {
		width: 100%;
	}

	.is-active .logo {
		position: absolute;
	}

	#condividi-overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 99;
		bottom: 0;
		background-color: #F2EED6;
		visibility: hidden;
		opacity: 0;
	}

	#condividi-overlay.is-active {
		visibility: visible;
		opacity: 1;
	}

	#condividi-close {
		position: absolute;
		top: 15px;
		right: 15px;
	}

	#content-condividi-overlay {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
	}

	.header-clearfix {
		height: 100px;
	}

	.fixed-bottom {
		z-index: 2;
		background-color: #F2EED6;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.grecaptcha-badge {
		display: none!important;
	}

	.box-text-sx, .box-text-sx2 {
		padding-left: 30px;
		padding-right: 30px;
	}

	.titlecerimonie {
		font-size: 60px;
		right: auto;
		bottom: auto;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.loop-single-camera .single-cat::after {
		top: 55%;
	}

	.slider-full-home {
		display: none;
	}

	.title-home {
		display: none;
	}

	.container-ul {
		top: auto;
		transform: translateY(0);
		bottom: -20%;
	}

}

@media (min-width: 992px) and (max-width: 1199.98px) {}

@media (min-width: 992px) {

	.box-text-sx {
		border-right: 22px solid #C8C2A9;
		margin-right: -250px;
		margin-left: 250px;
	}

	.box-text-sx2 {
		border-left: 22px solid #C8C2A9;
		margin-right: 250px;
		margin-left: -250px;
	}

	.box-text-sx, .box-text-sx2 {
		padding-left: 60px;
		padding-right: 60px;
	}

}

@media (max-width: 1199.98px) {}

@media (min-width: 1200px) {}