/*
	Theme Name: Animaquarz
	Version: 1.0
	Text Domain: animaquarz
*/

a[href="#no-follow"]{
	cursor: default;
}

.custom-dropdown .dropdown-menu li a.active {
    text-decoration: none;
    background: #73100a;
    color: #ffdab2;
}

.filter-subitem .filter-separator{
	opacity: 0;
	visibility: hidden;
}

.custom-dropdown .dropdown-menu li.active a{
	text-decoration: none;
    background: #73100a;
    color: #ffdab2;
}
.filter-item .filter-subheader a,
.filter-item .filter-header a {
	font-weight: normal;
}

@media screen and (max-width: 767px){
	.product-slider-section .slider-controls .swiper-button-prev, .product-slider-section .slider-controls .swiper-button-next {
		display: none;
	}
	.events-intro-section figcaption .events-info {
		font-size: 1.8rem;
	}
	.events-intro-section figcaption .events-info li {
		min-height: 4.5rem;
	}
	.events-visual-info .list .price {
		font-size: 2.8rem;
	}
	.slider-holder .slider-controls {
		padding: 0;
		
	}
	.slider-controls .swiper-button-prev, .slider-controls .swiper-button-next {
		top: 50%;
	}
	.card-course .text-holder h3 + .subtitle {
		margin: 0;
	}
	.single-product-form-section .form-check {
		margin-bottom: 15px;
	}
	.single-product-form-section .wpcf7-form-control-wrap.activity-group .collapse-holder, .single-product-form-section .form-group.activity-group .collapse-holder {
		display: block;
	}
	.round-image-section {
		padding: 14rem 0 0;
	}
	.contact-section {
		padding: 14rem 0 10rem;
	}
	.contact-section .text-holder {
		padding-top: 2rem;
	}
	.text-section .text-holder h1, .text-section .text-holder .h1 {
		font-size: 4rem;
	}
	.text-section {
		padding-top: 2rem;
	}
}


.card-product .text-holder h3, .card-product .text-holder .h3 {
	line-height: 1;
	margin-bottom: 1rem;
}

.card-product .img-holder img {
	object-position: 50% 100%;
}

.card-product .dlist {
    overflow: hidden;
    margin: -0.7rem 0 0;
    font-size: 2rem;
    line-height: 1.2;
    opacity: 0.6;
}
.card-product .descr h3 {
	display: block;
}
.card-product .dlist dt {
    display: block;
}
.card-product .dlist dt {
    clear: both;
    margin-right: 0.4rem;
    font-weight: 400;
}
.card-product .descr .dlist dd {
	display: block;
}
.card-product .dlist dd {
	float: left;
}
.events-visual-info .text {
	-webkit-text-stroke: 0.5px currentColor;
}
.card-category {
	cursor: pointer;
}
.modal .modal-top .card.video-playing .video-play-button::before {
	opacity: 0 !important;
}
.modal .modal-top .card.video-playing .video-play-button {
	opacity: 0 !important;
}
.events-banner-section a:hover,
.events-banner-section a:hover * {
	text-decoration: none;
}

.filter-unavailable { opacity: 0.3; pointer-events: none; }

.single-product-form-section .wpcf7-form-control-wrap select {
	display: block;
	width: 100%;
	padding: 0.25rem 0;
	font-size: calc(1.365rem + 1.38vw);
	font-weight: 400;
	line-height: 1.2;
	color: #73100a;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: rgba(255, 255, 255, 0);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2373100a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 1.5rem center;
	background-size: 1.2rem;
  border: none;
	border-bottom: 0.07rem solid #73100a;
	cursor: pointer;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (min-width: 1200px) {
	.single-product-form-section .wpcf7-form-control-wrap select {
		font-size: 2rem;
	}
}

.single-product-form-section .wpcf7-form-control-wrap select:focus {
	border-color: #73100a;
	outline: 0;
	box-shadow: none;
}