/*
Theme Name: ZZRS
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
	/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

h1,
h2,
h3,
h4,
h5{
	font-family: Aleo;
	font-weight: 600;
}

h2{
	font-size: 41px;
}

h3{
	font-size: 32px;
}

.secondary-font {
	font-family: Manrope!important;
}

.w-700{
	font-weight: 700;
}

h6{
	font-family: Manrope;
	font-weight: 700;
}

p, body{
	font-family: Manrope;
	font-weight: 500;
}

.big-txt{
	font-size: 19px;
}

.rounded-1 img{
	border-radius: 4px;
}

.overflow-section .row{
	margin-top: -100px;
}

.border-primary {
	border: 1px solid #DEDEDE;
	border-radius: 10px;
	background-color: white;
}

.hero-section .section-bg:after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(18, 28, 37, 0) 0%, #0F1820 100%);
}

.img-h-42 img{
	height: 42px;
}

.img-h-100 img{
	height: 100px;
}

.img-w-auto{
	width: fit-content !important;
}

.img-w-auto img{
	position: unset !important;
	width: auto;
}

.img-w-auto .img-inner{
	padding-top: 0 !important;
}

.h-full .col-inner,
.h-full .col-inner .stack{
	height: 100%;
}

.row-border{
	border: 1px solid #DEDEDE;
	border-radius: 10px;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(100% - 30px);
	padding: 50px 35px 20px;
}

.row-border .col-inner > p:last-child,
.row-border .col-inner > .text:last-child p:last-child,
.row-border .col-inner .button:last-child,
.kw-col-border .col-inner > p:last-child,
.kw-col-border .col-inner > .text:last-child p:last-child,
.kw-col-border .col-inner .button:last-child{
	margin-bottom: 0;
}

.kw-col-border > .col-inner{
	border: 1px solid #DEDEDE;
	border-radius: 10px;
	padding: 50px;
}

.kw-col-border.pb-less > .col-inner{
	padding-bottom: 20px;
}

.kw-col-border h6{
	font-family: Manrope;
	font-weight: 700;
	font-size: 16px;
	line-height: 154%;
	text-transform: uppercase;
	color: #6D791A;
	margin-bottom: 20px;
}

.kw-col-border p:has(strong){
	font-family: Manrope;
	font-weight: 700;
	font-size: 19px;
	line-height: 154%;
	margin-bottom: 30px;
}

.kw-col-border ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	padding: 0;
	margin: 0;
}

.kw-col-border li {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 1px 16px 1px 38px;
	border: 1px solid #DEDEDE;
	border-radius: 999px;
	color: #3B3B3B;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 !important;
}

.kw-col-border li::before {
	content: "";
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
	height: 10px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.56104 6.9447L11.1701 0.335667C11.395 0.111889 11.6601 0 11.9653 0C12.2705 0 12.535 0.110503 12.7587 0.33151C12.9824 0.552385 13.0942 0.817132 13.0942 1.12575C13.0942 1.43424 12.9824 1.70037 12.7587 1.92415L5.34538 9.33256C5.12411 9.55634 4.86326 9.66823 4.56282 9.66823C4.26252 9.66823 4.00047 9.55634 3.7767 9.33256L0.277529 5.83815C0.0537517 5.61476 -0.0556303 5.35008 -0.0506164 5.0441C-0.0456025 4.73813 0.0674077 4.47331 0.288415 4.24967C0.512456 4.02272 0.777994 3.90925 1.08503 3.90925C1.39193 3.90925 1.65727 4.02272 1.88105 4.24967L4.56104 6.9447Z' fill='%23909B47'/%3E%3C/svg%3E");
}

.img.original img{
	width: auto;
}

.img.original .img-inner{
	display: flex;
	justify-content: center;
}


.hp-grid-borders{
	padding: 0 7px 30px;
}

.hp-grid-borders .col{
	padding: 0 8px 19px;
}

.hp-grid-borders .kw-revir-map-canvas{
	border-radius: 12px;
}

.hp-grid-borders .row-border-sup .col-inner{
	border: 1px solid #DEDEDE;
	border-radius: 10px;
	padding: 25px 30px;
}

.hp-grid-borders .row-border-sup .col-inner h3{
	font-family: Manrope;
	font-weight: 700;
	font-size: 19px;
	line-height: 154%;
	color: #1e1e1e;
}

.hp-grid-borders .row-border-sup .col-inner p{
	margin-bottom: 30px;
	color: #414141;
}

.hp-grid-borders .row-border-sup .col-inner p:last-child{
	margin-bottom: 0;
}


.hp-grid-borders .row-border-sup .col-inner a{
	font-weight: 700;
	text-decoration: underline;
	color: #6D791A !important;
	text-decoration-offset: 17%;
	text-decoration-thickness: 8%;
	text-decoration-skip-ink: auto;
}

.highlighted-link a {
	color:#909B47;
	text-decoration: underline;
	font-weight: 700;
}

.flex-section .section-content{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.gap-65 .col:first-child{
	padding-right: 32.5px;
}

.gap-65 .col:last-child{
	padding-left: 32.5px;
}


a.button:not(.icon) {
	display: flex;
	width: fit-content;
	text-align: center;
	justify-content: center;
	gap: 12px;
	margin: 0;
	padding: 16px 36px;
	border-radius: 8px;
}

.button.expand{
	justify-content: center;
}

a.button:not(.icon).button-center{
	margin: 0 auto !important;
}

a.button:not(.icon) span,
a.button:not(.icon){
	font-family: Manrope;
	font-weight: 800;
	font-size: 16px;
	line-height: 154%;
}

.button.bright{
	background: #C6DA42;
	color: #1E3345 !important;
}

.button.link-icon:after{
	content: '';
	background-image: url(assets/link.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 23px;
	height: 23px;
}

.button.link-icon.transparent:after{
	filter: brightness(50);
}

.button.transparent{
	border: 1px solid #FFFFFF26;
	backdrop-filter: blur(8px);
	background: #FFFFFF2E;
}














/* single revir */

.single-revir-content-wrapper{
	margin-top: -570px;
}

.wpcf7 .wpcf7-spinner{
	display: none;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="submit"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 textarea,
.wpcf7 select{
	margin: 0;
	border-radius: 10px;
	border: none;
	box-shadow: none;
	color: #6B6B6B;
	padding: 12px 26px;
	height: unset;
	border: 1px solid #DEDEDE;
}

.wpcf7 input[type="submit"]{
	border: none;
}

.wpcf7 input[type="radio"],
.wpcf7 .wpcf7-radio,
.wpcf7 .wpcf7-radio label{
	margin: 0;
}

.wpcf7 .wpcf7-radio{
	display: flex;
}

.wpcf7 input[type="radio"]{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 99px;
    background-color: #FFF;
    border: 1px solid #AEAEAE;
    cursor: pointer;
    flex-shrink: 0;
    outline: none;
    position: relative;
	display: flex;
	margin: 0 10px 0 0;
}

.wpcf7-radio input[type="radio"]:checked{
    background: #83AA34;
	box-shadow: inset 0px 0px 0px 3px #FFF;
}

.wpcf7-acceptance label,
.wpcf7-checkbox label,
.wpcf7-radio label{
	display: flex;
	align-items: center;
	margin-bottom: 0;
	cursor: pointer;
}

.wpcf7 input.wpcf7-submit{
	margin: 0;
	background: #C6DA42;
	color: #1E3345;
	font-family: Manrope;
	font-weight: 800;
	font-style: ExtraBold;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 154%;
	letter-spacing: 0%;
}

.wpcf7 .col{
	padding-left: 9px;
	padding-right: 9px;
	padding-bottom: 18px;
}

.wpcf7 .wpcf7-response-output{
	margin: 0 !important;
}

.wpcf7 .wpcf7-form > .items-start{
	justify-content: space-between;
}

.wpcf7 .wpcf7-form > .items-start:after{
	display: none;
}

.wpcf7 .wpcf7-form > .items-start > .text-right{
	padding-bottom: 0;
	width: fit-content;
	flex-basis: auto;
}

.wpcf7 .gap-18{
	display: flex;
	gap: 18px;
	flex-direction: column;
}

.wpcf7 .textarea-2-span textarea{
	min-height: 122px;
	height: 122px;
}

.wpcf7 .kw-cf7-inline-title{
	display: flex;
	gap: 10px;
	align-items: center;
	flex-wrap: wrap;
}

.wpcf7 .kw-cf7-inline-title .wpcf7-checkbox{
	display: flex;
}


/* Wrapper becomes the visible "button" */
.wpcf7 .kw-file-wrap{
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 15px;
	padding: 12px 18px;
	border-radius: 10px;
	border: 1px solid rgba(255,255,255,0.25);
	background: transparent;
	cursor: pointer;
	white-space: nowrap;
	transition: border-color .15s ease;
}

/* Icon */
.wpcf7 .kw-file-icon{
	width: 21px;
	height: 21px;
	background-image: url(assets/paperclip.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	pointer-events: none;
	flex: 0 0 auto;
}

.wpcf7 .kw-file-wrap span{
	position: unset;
}

/* Text */
.wpcf7 .kw-file-text{
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-decoration: underline;
	overflow: hidden;
	text-overflow: ellipsis;
	pointer-events: none;
}

/* The real input sits on top, clickable, but invisible */
.wpcf7 .kw-file-wrap input[type="file"]{
	position: absolute;
	inset: 0;
	opacity: 0;
	cursor: pointer;
	width: 100%;
	height: 100%;
	appearance: none;
	-webkit-appearance: none;
	padding: 0;
	font-size: 0;
}

.wpcf7 .kw-file-wrap input[type="file"] *{
	cursor: pointer;
}

/* Hover */
.wpcf7 .kw-file-wrap:hover{
	border-color: rgba(255,255,255,0.45);
}

.wpcf7 .kw-file-wrap-dark{
	border: 1px solid #DEDEDE;
}

.wpcf7 .kw-file-wrap-dark .kw-file-text{
	color: #6B6B6B;
}

.wpcf7 .kw-file-wrap-dark .kw-file-icon{
    filter: brightness(0.5);
}

.wpcf7 .kw-file-wrap-dark:hover{
	border-color: #DEDEDE;
}

.wpcf7 .wpcf7-not-valid-tip{
    margin-bottom: -10px;
    margin-top: 10px;
}


.return-to-shop{
	display: flex;
	justify-content: center;
}

.wpcf7-response-output{
	background: var(--fs-color-primary);
	border-color: var(--fs-color-primary) !important;
	color: #FFF;
}

.page-numbers li{
	margin-left: 0.4em !important;
}

.button.is-small{
    padding: 4px 12px !important;
    font-size: 14px !important;
}

.post-item .button.is-small{
    margin-top: 20px;
}


@media (max-width: 849px){
	.row-border{
		margin: 0;
		width: 100%;
		border-left: 0;
		border-right: 0;
		border-radius: 0;
		padding: 30px 10px 0px;
	}

	.gap-65 .col:first-child{
		padding-right: 15px;
	}

	.gap-65 .col:last-child{
		padding-left: 15px;
	}
}
