/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/



/*******/
html,
body {
	height: 100%;
	width: 100%;
}
#page {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 100%;
}
#main {
	flex: 1 0 auto;
}
.footer {
	flex-shrink: 0;
}

body * {
	letter-spacing: 0.1px !important;
}

a,
button,
a::before,
a::after {
	-webkit-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
	transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
}

button:focus {
	outline-width: 0;
}

.overflow-visible {
	overflow: visible;
}

.overflow-hidden {
	overflow: hidden;
}

.fancy-header .hgroup,
.page-title .hgroup {
	overflow: visible;
}

.text-center {
	text-align: center;
}

.hidden {
	display: none !important;
}

.gallery-advice {
	font-size: 0.9rem;
}

.mobile-only {
	display: block;
}

@media screen and (min-width: 1025px) {
	.mobile-only {
		display: none;
	}
}

@media screen and (min-width: 778px) {
	.masthead:not(.side-header).full-width .header-bar {
		max-width: 1600px;
		padding: 0 1rem;
	}
}

#phantom {
	padding: 0 1rem;
}

#primary-menu > .menu-item .sub-nav {
	box-shadow: 5px 5px #5b5b5b;
}

#primary-menu > .menu-item > .sub-nav::before {
	content: "";
	display: block;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 14px solid #eaeaea;
	position: absolute;
	left: 3rem;
	top: 0;
	transform: translateY(-100%);
}

.results {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.results-container {
	position: relative;
	width: calc(100% / 4 * 3 - 2rem);
	margin-bottom: 3rem;
	box-sizing: border-box;
}

@media screen and (max-width: 1023px) {
	.results-container {
		width: 100%;
	}
}

.results-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.5rem;
	box-sizing: border-box;
}

.result-item {
	display: block;
	flex-basis: calc(100% / 3 - 1rem);
	position: relative;
	margin: 0 0.5rem 2.2rem;
	box-sizing: border-box;
	overflow: hidden;
}

@media screen and (max-width: 600px) {
	.result-item {
		flex-basis: calc(100% / 2 - 1rem);
	}
}

.result-item__image {
	display: block;
	width: 100%;
	padding-bottom: 126%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #ffffff;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

.result-item__gallery {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}

#page .result-item__gallery .gallery-item {
	margin-top: 0;
}

#page .dt-gallery-container,
#page .gallery-item .rollover,
#page .gallery-item img {
	display: block;
	height: 100%;
}

.result-item__gallery .gallery-item:not(:first-child) {
	display: none;
}

.result-item__title {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0.8rem 0.5rem;
	color: #fff;
	background-color: #a9000a;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	font-size: 0.8rem;
	box-sizing: border-box;
	z-index: 3;
}

.paginator {
	justify-content: flex-end;
	width: 100%;
}

.no-results {
	font-weight: 500;
	font-size: 1.5rem;
	text-align: center;
	padding: 2rem 1rem;
}

.page-subtitle {
	font-size: 0.9rem;
	line-height: 1.7em;
	text-align: center;
}

@media screen and (max-width: 1023px) {
	.page-subtitle {
		display: none;
	}
}

.cit-author {
	font-weight: 700;
	font-size: 0.9rem;
	text-align: right;
}

.mobile-filters-btn {
	display: flex;
	align-items: center;
	color: #fff;
	background-color: #a9000a;
	padding: 0.5rem 1rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 0.9rem;
	min-width: 135px;
	box-sizing: border-box;
}

.mobile-filters-btn:hover {
	color: #fff;
}

.mobile-filters-btn img {
	margin-left: 0.4rem;
}

@media screen and (min-width: 1024px) {
	.mobile-filters-btn {
		display: none;
	}
}

@media screen and (max-width: 1023px) {
	.scw-page-title.page-title .wf-wrap {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
	}

	.scw-page-title .page-title-head {
		max-width: 70%;
	}

	.scw-page-title .page-title-head h1 {
		text-align: left;
	}

	.paginator {
		justify-content: center;
		margin-top: 2rem;
	}
}

#mobile-filters {
	padding: 2rem 0;
	box-sizing: border-box;
}

#mobile-filters .filter-item {
	width: 100%;
	margin-bottom: 2rem;
}

.offside-js--is-open {
	position: fixed;
	width: 100%;
}

.footer-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 0.8rem;
	text-align: center;
}

@media screen and (min-width: 1024px) {
	.footer-container {
		justify-content: space-around;
	}
}

.footer-container a {
	text-decoration: none;
	color: initial;
}

.footer-container > div {
	padding: 1rem;
}

.footer-logo img {
	display: block;
}

#menu-footer {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}

.footer #menu-footer li {
	border-top: none;
	padding: 0 0.8rem;
	margin: 0;
}

.footer #menu-footer li:not(:first-child) {
	border-left: 1px solid;
}

.back-btn {
	padding: 0.5rem 1.5rem 0.5rem 1rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	border: 1px solid #979797;
	background-color: #ffffff;
	position: absolute;
	top: 1rem;
	left: 1rem;
}

.back-btn:hover {
	color: #fff;
	background-color: #a9000a;
}

.single-post .entry-content {
	max-width: 770px;
	margin: 0 auto;
}

.read-more-link {
	text-decoration: none;
	font-weight: 500;
}

.loop-thumbnail {
	display: block;
	max-width: 100%;
}

.loop-thumbnail img {
	display: block;
	margin: 0 auto;
}

.loop-content {
	padding: 1.5rem 1rem 1rem;
}

.loop-post-title {
	position: relative;
}

.loop-post-title a::before {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 8px;
	background-color: #e20714;
	top: 0;
	left: -1rem;
}

.loop-post-excerpt {
	margin-bottom: 1rem;
}

.widget_nav_menu li,
.widget_categories li,
.widget_recent_entries li {
	padding-left: 1.2rem;
	position: relative;
}

.widget_nav_menu li::before,
.widget_categories li::before,
.widget_recent_entries li::before {
	content: "";
	display: block;
	position: absolute;
	top: 0.6rem;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #e20714;
}

.cat-item ul,
.custom-categories ul {
	margin-left: 0;
}

#menu-toggle-mobile,
#menu-toggle-desktop {
	display: none;
	position: relative;
	width: 34px;
	text-decoration: none;
	color: #000;
	padding-bottom: 0.6rem;
	font-weight: 400;
	text-align: right;
	font-size: 13px;
}

@media screen and (max-width: 1220px) {
	#menu-toggle-mobile {
		display: block;
	}
}

@media screen and (min-width: 1221px) {
	#menu-toggle-desktop {
		display: block;
	}
}

#menu-toggle-mobile::before,
#menu-toggle-desktop::before,
#menu-toggle-mobile::after,
#menu-toggle-desktop::after {
	content: "";
	display: block;
	height: 3px;
	position: absolute;
	background-color: #000;
}

#menu-toggle-mobile::before,
#menu-toggle-desktop::before {
	width: 100%;
	left: 0;
	bottom: 7px;
}

#menu-toggle-mobile::after,
#menu-toggle-desktop::after {
	width: 60%;
	right: 0;
	bottom: 0;
}

#menu-toggle-mobile:hover::before,
#menu-toggle-desktop:hover::before,
#menu-toggle-mobile:hover::after,
#menu-toggle-desktop:hover::after {
	background-color: #e20714;
}

.two-columns {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
}

@media screen and (min-width: 1024px) {
	.two-columns {
		flex-direction: row;
	}
}

.feature-text,
.feature-gallery {
	display: block;
	width: 100%;
	max-width: 650px;
	text-align: center;
}

.feature-text {
	padding: 4rem 5% 0;
	box-sizing: border-box;
}

.feature-gallery {
	box-sizing: border-box;
}

@media screen and (min-width: 901px) {
	.features-reverse > div:nth-of-type(odd) {
		flex-direction: row-reverse;
	}

	.features-reverse > div:nth-of-type(even) {
		flex-direction: row;
	}

	.feature-text,
	.feature-gallery {
		width: calc(100% / 2 - 1rem);
		text-align: left;
	}

	.feature-text {
		padding: 2rem 5%;
	}

	.feature-gallery {
		margin: 1rem 0;
	}
}

.feature-gallery br,
.feature-gallery .gallery-item:not(:first-child) {
	display: none;
}

.scw-title {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.2em;
	margin: 0;
}

@media screen and (min-width: 480px) {
	.scw-title {
		font-size: 1.6rem;
	}
}

@media screen and (min-width: 1024px) {
	.scw-title {
		font-size: 2rem;
	}
}

.scw-heading-h2 {
	font-size: 2.125rem;
	margin-bottom: 0.6rem;
	line-height: 1.3em;
}

.scw-heading-h3 {
	font-size: 1.625rem;
	margin-bottom: 0.6rem;
	line-height: 1.3em;
}

.finishing-carousel {
	padding: 2rem 2rem 2.5rem;
}

.finishing-carousel .carousel-slide {
	text-align: center;
}

.finishing-carousel a,
.finishing-carousel a:hover {
	text-decoration: none;
}

.owl-nav {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
}

#page .owl-carousel .owl-nav .owl-prev,
#page .owl-carousel .owl-nav .owl-next {
	background-color: #2a2a2a;
	color: #fff;
	width: 2.5rem;
	height: 2.5rem;
	display: block;
	box-sizing: border-box;
	font-size: 1.8rem;
	transform: translateY(-50%);
}

#page .owl-carousel .owl-nav .owl-prev {
	position: absolute;
	left: 0;
}

#page .owl-carousel .owl-nav .owl-next {
	position: absolute;
	right: 0;
}

.owl-nav .disabled {
	opacity: 0.7;
}

#content {
	position: relative;
}

.title-wrapper {
	background-color: #fff;
	box-shadow: 0 2px 30px rgba(165, 165, 165, 0.5);
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 3rem;
}

@media screen and (min-width: 1024px) {
	.title-wrapper.has-thumb {
		margin-top: 0.8rem;
	}
}

.breadcrumbs {
	background-color: #2a2a2a;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 500;
	padding: 0.5rem 1rem;
	font-size: 0.8rem;
}

.breadcrumbs a {
	color: inherit;
}

.single-title,
.anchor {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	padding: 2rem 4%;
}

.anchor {
	padding: 0 4% 2rem;
}

@media screen and (min-width: 1024px) {
	.breadcrumbs {
		padding: 0.5rem 1.5rem;
		font-size: 0.9rem;
	}

	.two-columns .single-title,
	.two-columns .anchor {
		width: calc(100% / 2 - 1rem);
	}

	.single-title,
	.anchor {
		padding: 1rem 1.4rem;
		text-align: left;
	}
}

.anchor-btn {
	padding: 0.2rem 0.8rem 0.2rem 1rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	border: 1px solid #979797;
	background-color: #ffffff;
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	max-width: 260px;
}

.description-wrapper {
	flex-wrap: nowrap;
	align-items: flex-start;
	z-index: 10;
	position: relative;
}

.description {
	margin-bottom: 2rem;
}

.icons-wrapper {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
	.description {
		padding-right: 2rem;
	}

	.icons-wrapper {
		min-width: calc(100% / 2 - 2rem);
		max-width: calc(100% / 2 - 2rem);
	}
}

.tooltip-data {
	margin-right: 1rem;
	margin-bottom: 1rem;
	cursor: pointer;
}

.tooltip {
	background-color: #a9000a;
	color: #fff;
	padding: 0.3rem 1rem;
	max-width: 170px;
	line-height: 1.5em;
	text-align: center;
}

.tooltip::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 14px solid #a9000a;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -100%);
}

.tooltip-description {
	display: none;
}

@media screen and (max-width: 1024px) {
	.tooltip-data {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.tooltip-description {
		display: block;
		margin-left: 1rem;
		padding: 0.5rem 1rem;
		box-sizing: border-box;
		line-height: 1.4em;
	}
}

.big-featured-image {
	max-width: 1600px;
	margin: 2rem auto;
	padding: 0 1rem;
	position: relative;
}
@media screen and (min-width: 1024px) {
	.big-featured-image {
		margin: 2rem auto 0;
	}

	.blog .big-featured-image {
		margin-bottom: 3rem;
	}

	.big-featured-image::before {
		content: "";
		display: block;
		position: absolute;
		right: -0.5rem;
		bottom: -1.5rem;
		width: 400px;
		height: 290px;
		background-color: #aeaeae;
	}
}

.big-featured-image .door-thumb {
	display: block;
	position: relative;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 36%;
}

.big-featured-image .back-btn {
	z-index: 2;
	padding: 0.2rem 1.5rem 0rem 1rem;
	left: 1.5rem;
	top: 0.5rem;
}
@media screen and (min-width: 1024px) {
	.big-featured-image .back-btn {
		left: 3rem;
		top: 2rem;
	}
}

.gallery-wrapper {
	margin-bottom: 4rem;
}

.gallery-nav {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.5rem;
}

.thumb {
	display: block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 70px;
	height: 40px;
	box-sizing: border-box;
	position: relative;
	opacity: 0.6;
	margin-right: 0.6rem;
	transition: opacity 300ms ease-in-out;
	margin-bottom: 0.5rem;
	cursor: pointer;
}

.thumb.active,
.thumb:hover {
	opacity: 1;
}

.owl-carousel .owl-item img {
	height: auto;
}

.home-slider-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	max-width: 1630px;
	margin: 2rem auto 3rem;
	padding: 1rem;
	box-sizing: border-box;
	width: 100%;
	position: relative;
}

.home-slider__nav-left {
	display: block;
	width: calc(100% / 12 - 3rem);
	z-index: 2;
}

.home-slider {
	display: block;
	width: calc(100% / 12 * 11 + 3rem);
	z-index: 3;
}

.home-slide {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.home-slide__title {
	padding: 1.5rem 1rem 1.5rem 0;
	width: calc(100% / 12 * 5 - 1rem);
}

.home-slide__image {
	position: relative;
	width: calc(100% / 12 * 7);
	padding-right: 1rem;
	box-sizing: border-box;
}

.home-slide__image::before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: -1.5rem;
	width: 400px;
	height: 290px;
	background-color: #aeaeae;
}

.home-slide__image img {
	margin-bottom: 1.5rem;
	position: relative;
}

.home-slider__nav-left .home-slide__name {
	display: block;
	width: 20px;
	height: 5px;
	background-color: #d8d8d8;
	margin-bottom: 4px;
	transition: background-color 250ms ease-in-out;
	cursor: pointer;
}

.home-slider__nav-left .home-slide__name.active {
	background-color: #5b5b5b;
}

.home-slider__nav-bottom {
	display: flex;
	width: 100%;
	z-index: 3;
}

.home-slider__nav-bottom .home-slide__name {
	position: relative;
	color: #aeaeae;
	cursor: pointer;
	margin-right: 1.2rem;
	transition: color 250ms ease-in-out;
}

.home-slider__nav-bottom .home-slide__name.active {
	color: #5b5b5b;
}

.home-slider__nav-bottom .home-slide__name::before {
	content: "";
	display: block;
	width: 35px;
	height: 5px;
	background-color: transparent;
	transition: background-color 250ms ease-in-out;
	position: absolute;
	bottom: -2px;
	left: 0;
}

.home-slider__nav-bottom .home-slide__name.active::before {
	background-color: #d8d8d8;
}

.home-slider__video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50vw, -50%);
	min-width: 100vw;
	min-height: 100%;
	width: auto;
	height: auto;
	opacity: 0.6;
}

@media screen and (max-width: 1024px) {
	.home-slider-container {
		padding: 0 0 1rem;
	}

	.home-slider__nav-left,
	.home-slider__nav-bottom,
	.home-slide__title {
		display: none;
	}

	.home-slider,
	.home-slide__image {
		width: 100%;
	}

	.home-slide__image {
		padding-right: 0;
	}

	.home-slide__image img {
		margin-bottom: 1rem;
	}
}

.owl-carousel .owl-item.active .owl-lazy {
	opacity: 1;
}

#phantom .home-link a,
#page .home-link a {
	display: block;
	width: 22px;
	height: 20px;
	text-indent: -2000vw;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(assets/images/home-black.svg);
	background-size: contain;
	padding: 0;
	margin-bottom: 1rem;
}

#page #mobile-menu .home-link a {
	background-position: center left;
	background-image: url(assets/images/home-white.svg);
}

#phantom .home-link.act a,
#phantom .home-link a:hover,
#page .home-link.act a,
#page .home-link a:hover {
	background-image: url(assets/images/home-gray.svg);
}

.main-content p {
	text-align: justify;
	line-height: 1.7em;
	font-size: 0.9rem;
}

#page #mobile-menu .menu-item,
#page #mobile-menu .sub-nav .menu-item,
.mobile-mini-widgets-in-menu {
	padding-left: 1rem;
	padding-right: 1rem;
}

.dt-mobile-header {
	padding-left: 0;
	padding-right: 0;
}

.second-switch-logo-left.second-switch-menu-right .mobile-header-bar {
	align-items: center;
}

.mobile-navigation {
	margin-bottom: 0.8rem;
}

#mobile-menu .subtitle-text {
	display: none;
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.embed-responsive-16by9::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.embed-responsive iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.videos-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.video-item {
	display: block;
	width: 100%;
	padding: 0.3rem;
	box-sizing: border-box;
	margin: 0 0 1.5rem;
}

.video-item__title {
	font-weight: 500;
}

@media screen and (min-width: 600px) {
	.video-item {
		width: calc(100% / 2 - 0.6rem);
		margin: 0 0.3rem 1.5rem;
	}
}

@media screen and (min-width: 1024px) {
	.video-item {
		width: calc(100% / 3 - 0.6rem);
	}
}

.files-wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 0.3rem;
	box-sizing: border-box;
	margin: 0 0 1.5rem;
}

.file-item {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 1.5rem;
}

.file-item__date {
	font-size: 0.8rem;
	line-height: 1.6rem;
}

.file-item__image-wrapper {
	display: block;
	box-sizing: border-box;
	padding: 0.2rem;
	background-color: #ffffff;
	border: 0.2rem solid #d8d8d8;
}

.file-item__image {
	display: block;
	width: 100%;
	padding-bottom: 126%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	position: relative;
}

.file-item__title {
	font-weight: 500;
	font-size: 1.2rem;
	text-transform: uppercase;
	margin: 0.6rem 0;
}

.file-item__btn {
	text-align: right;
	border-top: 1px solid #d8d8d8;
}

@media screen and (min-width: 600px) {
	.file-item {
		width: calc(100% / 2 - 0.6rem);
		margin: 0 0.3rem 1.5rem;
		padding: 0.3rem;
	}
}

@media screen and (min-width: 900px) {
	.file-item {
		width: calc(100% / 3 - 0.6rem);
	}
}

@media screen and (min-width: 1024px) {
	.file-item {
		width: calc(100% / 4 - 1rem);
		margin: 0 0.5rem 1.5rem;
	}
}

#mobile-menu .current-menu-item > a,
#mobile-menu .current-menu-parent > a,
#mobile-menu .current-menu-ancestor > a,
.menu .current-menu-item > a,
.desktop-menu .current-menu-item {
	color: #fff;
	text-decoration: underline;
}

#primary-menu .wpml-ls-item .sub-nav {
	width: auto;
}

#main #loginform {
	max-width: 400px;
	margin: 0 auto 2rem;
}

.attachments-list__item {
	display: flex;
	align-items: center;
	margin: 1rem 0;
	text-decoration: none;
	color: #000;
}

.attachments-list__item-icon {
	display: block;
	margin-right: 0.5rem;
}
/* Attachment list style 08.06.2023  */
.page-id-10370 .attachments-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 2rem;
}
.page-id-10370 .attachments-list__item {
	flex-direction: column;
	gap: 0.5rem;
}
.page-id-10370 .attachments-list__item-description {
	font-weight: 500;
	font-size: 0.9rem;
	color: #4b4b4b;
	line-height: 1.5;
	text-align: center;
}
@media (max-width: 767px) {
	.page-id-10370 .attachments-list__item {
		width: calc(50% - 1rem);
	}
}
/* END Attachment list style 08.06.2023 */
.widget_nav_menu li {
	padding-top: 0;
}

.widget_nav_menu .menu > li {
	font-weight: 500;
}

.widget_nav_menu .sub-menu > li {
	font-weight: 400;
}

.widget_nav_menu .menu-item:not(.current-menu-ancestor):not(.current-menu-item) .sub-menu {
	display: none;
}

.question-wrapper {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}

.question-choices .wpcf7-radio {
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 769px) {
	.question-wrapper {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		flex-wrap: nowrap;
	}

	.question-text {
		padding-right: 1rem;
	}

	.question-choices .wpcf7-radio {
		flex-direction: row;
	}
}

@media screen and (min-width: 990px) {
	.question-choices {
		min-width: 160px;
	}

	.question-choices .wpcf7-radio {
		flex-direction: column;
	}
}

@media screen and (min-width: 1280px) {
	.question-choices {
		min-width: 400px;
	}

	.question-choices .wpcf7-radio {
		flex-direction: row;
	}
}

.mobile-false .rollover:hover i::before {
	content: "\f302";
	font-family: "Font Awesome 5 Free";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-size: 2.2rem;
	color: #fff;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#phantom.full-width .ph-wrap {
	max-width: 1600px;
}

.social-links {
	position: fixed;
	z-index: 9601;
	right: 0;
	top: 35vh;
}

.social-links__item {
	display: block;
	text-decoration: none;
	width: 40px;
	background-color: #d8d8d8;
	text-align: center;
	color: #000;
	margin-bottom: 1px;
	padding: 10px 0;
}

.social-links__item > i {
	font-size: 20px;
	display: block;
}

.header-left {
	display: flex;
	align-items: center;
}

.header-right .mini-widgets {
	text-align: right;
	padding: 0.6rem 4px;
	text-transform: uppercase;
}

.header-right .mini-widgets a span i.fa {
	margin-right: 0;
}

.header-right .main-nav {
	padding-left: 1rem;
	border-top: 1px solid #e8e8e8;
}

#phantom .widget-box {
	display: none;
}

.highlighted,
.highlighted a,
.highlighted span {
	color: #e20714;
	font-weight: 500;
}

.door-animation {
	width: 100vw;
	left: 50%;
	position: relative;
	margin-left: -50vw;
}

.owl-carousel .owl-nav i.fa,
.owl-carousel .owl-nav i.fa::before {
	font-family: fontello !important;
	color: #fff;
}

.dt-pswp-item img {
	transition: all .4s ease-in-out !important;
}

.dt-pswp-item img:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.scw-title-block {
	position: relative;
	z-index: 15;
}

/* FORM SODDISFAZIONE CLIENTE */
.form-section.heading {
    padding: 0.5rem 1rem;
    outline: 2px solid black;
    margin-block: 2rem;
}
.form-section.heading h3 {
    margin: 0;
	font-size: 18px;
    text-align: center;
    font-weight: 600;
}
.checkbox-heading {
	display: flex;
	flex-wrap: nowrap;
	gap: 1rem;
	justify-content: space-around;
}
.checkbox-row span.wpcf7-list-item-label {
	display: none;
	visibility: hidden;
}

@media screen and (min-width: 769px) {
    .two-cols {
        display: flex;
        justify-content: space-between;
    }
	}
/* COLONNA RIFERIMENTO */
table :is(tr > th:first-child, tr > td:first-child) {
    width: 60px;
}
/* COLONNA CHECKBOX */
table :is(.checkbox-heading, .wpcf7-checkbox) > * {
    width: min(140px);
    text-align: center;
}
table :is(tr > th:last-child, tr > td:last-child) span.wpcf7-list-item {
    margin: 0;
}
table :is(tr.checkbox-row > td:last-child) span.wpcf7-checkbox {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: center;
}
	
@media screen and (max-width: 769px) {
.form-section {
    display: -webkit-box;
    overflow-x: scroll;
}
	}


/* FORM Copia Commissione */

.title-comm {
    font-size: 15px;
    font-weight: 600;
    color: #d63638;
}

.calc-item__title .title-comm {
    font-size: 15px;
    font-weight: 600;
    color: #d63638;
}

.custom-style-for-quantity .input-number-counter {
  display: none !important;
}

ccb-wrapper-12545 .calc-container .calc-page-navigation {
    background: #f7f7f700 !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    border: 0px hidden #0019311A !important;
    border-top-color: transparent !important;
    color: #001931 !important;
}



/* CSS home slider new */

.scw-block-full-width-slider__item {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.scw-block-full-width-slider__image {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

.slider-video,
.slider-video-youtube iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slider-video-youtube {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
