/*!
Theme Name: DCS/Mocare
Author: Drossel Studio spol. s. r. o.
Author URI: https://www.drossel.sk
Version: 1.0.6
*/


/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url('https://fonts.googleapis.com/css2?family=Meow+Script&display=swap');

.clearfix{
	content: "";
	clear: both;
	display: table;
}
.wrappin{
	max-width: 800px;
	margin: 0 auto;
}
.wrapp{
	max-width: 1280px;
	margin: 0 auto;
}
.wrapper{
	max-width: 1440px;
	margin: 0 auto;
}
* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

a:any-link{
	text-decoration: none;
}

.left-side{
	float: left;
}
.right-side{
	float: right;
}
.entry-title{
	display: none;
}


html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	background: #fff;
	font-family: "Outfit", serif;
	font-optical-sizing: auto;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}

body {
	margin: 0;
}

main {
	display: block;
	content: "";
	clear: both;
}
h1, h2, h3, h4, h5, h6{
	color: #1A3342;
	padding: 10px 0;

}
section{
	padding: 80px 0;
}
main p{
	font-size: 1em;
	color: #1A3342;
/* 	text-wrap: balance; */
	line-height: 1.825;
	padding-bottom: 20px;
	font-weight: 400;
}
.wp-block-list{
	color: #1A3342;
	font-size: 1em;
	line-height: 1.825;
	padding-bottom: 20px;
	padding-left: 25px;
}

strong {
  font-weight: 700; /* predvolená hodnota */
}

/* .tooltip {
  position: relative;
  cursor: pointer;
}

.tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: -250%; /* nad elementom 
  left: 50%;
  transform: translateX(-50%);
  background-color: #E1FBF6;
  color: #389181;
  padding: 10px 15px;
  border-radius: 50px;
  white-space: nowrap;
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 999;
  font-size: .9rem;
}

.tooltip:hover::after {
  opacity: 1;
} */
/* Header
--------------------------------------------- */
header{
	position: sticky;
	top: 0;
	width: 100%;
	background-color:#fff;
	z-index: 99999;
}
.site-branding{
	margin-top: 20px;
	height: 70px;
}
.site-logo{
	width: 15%;
	float: left;
}
.custom-logo{
	width: 150px;
	height: auto;
	float: left;
}
.alert-banner {
	position: relative;
	width: 100%;
	background-color: #E1FBF6;
	color: #389181;
	padding: 20px 40px 20px 20px;
	box-sizing: border-box;
	transition: opacity 0.5s ease, transform 0.5s ease;
	opacity: 1;
  }
  .close-btn {
	position: absolute;
	top: 10px;
	right: 20px;
	background: none;
	border: none;
	font-size: 30px;
	color: #389181;
	cursor: pointer;
  }
  .alert-banner.closing {
	opacity: 0;
	transform: translateY(-10px);
	pointer-events: none;
  }
  	.alert-text{
		margin-left: 10px;
	}

/* Navigation
--------------------------------------------- */
button.hamburger{
	display: none;
}
.main-navigation {
	display: inline-block;
	width: 100%;
	float: left;
}
.primary-menu-container{
	float: right;
	margin-top: 15px;
}
.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul li{
	margin-left: 6px;
	display: inline-block;
}
.main-navigation ul ul {
	background: #FAFAFA;
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	display: block;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 14px;
	padding-bottom: 15px;
	border-radius: 30px;
}
.main-navigation ul ul li {
	/* border-bottom: 1px solid #F2F2F2; */
	margin-bottom: 5px;
}
.main-navigation ul ul li:last-child{
	border-bottom: none;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 250px;

}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation li {
	position: relative;
}
.main-navigation a {
	display: block;
	color: #1A3342;
	padding: 15px;
	font-size: 1.1rem;
	font-weight: 500;
	text-decoration: none;
	white-space: nowrap;
}
.main-navigation a:hover{
	background: #E1FBF6;
	border-radius: 50px;
}
.current-menu-item{
	background: #E1FBF6;
	border-radius: 50px;
}

.highlight{
	background: #74EBD5;
	border-radius: 50px;
}
.arrow {
	display: inline-block;
	margin-left: 6px;
	transition: transform 0.3s ease;
  }
  .menu-item-has-children:hover > a .arrow,
  .menu-item-has-children.active > a .arrow {
	transform: rotate(180deg);
  }

.current-menu-parent, .current-page-ancestor{
	background: #E1FBF6;
	border-radius: 50px;
}


/* HERO banner definition
--------------------------------------------- */
.hero-sub-title{
	color: #74EBD5;
	margin: 0;
	padding: 0;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: -1.5px;
}
.hero-title{
	font-size: 5rem;
	font-weight: 800;
	color: #1A3342;
	margin-top: -30px;
	letter-spacing: -1.5px;
}
.hero-sur-title{
	color: #1A3342;
	margin: 0;
	padding: 0;
	font-size: 2rem;
	font-weight: 500;
	margin-top: -15px;
	letter-spacing: -1.3px;
}
.hero-banner{
	background-image: url("https://www.mocare.sk/wp-content/uploads/2025/08/hero-image.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top right;
	width: 100%;
	height: 600px;
	border-radius: 2rem;
	margin-top: 20px;
	display: flex;
	justify-content: left; /* horizontálne na stred */
	align-items: center;     /* vertikálne na stred */
	text-align: left;
	margin-bottom: 10px;
}
	.hero-title-container{
		padding: 20px;
		margin-left: 70px;
	}

		.homecard-container{
			float: left;
			width: 33.333%;
			min-height: 280px;
			padding: 10px;
		}
			.homecard-container img{
/* 				border-radius: 15px; */
				border-radius: 2rem;
				corner-shape: squircle;
				height: 280px;
				object-fit: cover;
			}
			.homecard-title-container{
				margin-top: -80px;
				margin-left: 20px;
			}
			.homecard-title, .homecard-suptitle{
				color: #fff;
			}
			.homecard-suptitle{
				color: #74EBD5;
				font-weight: 500;
				padding: 0;
			}
			.homecard-title{
				font-weight: 800;
				font-size: 2.5em;
				letter-spacing: -1.5px;
				margin-top: -20px;
			}
		.homerent{
			padding: 0px 10px;
		}
		.rent-container{
			width: 100%;
			padding: 20px;
			border-radius: 15px;
			background: #70E9D3;
		}
/* Page definition
--------------------------------------------- */
.page-title{
	padding: 0 0 50px 0;
	margin-top: 40px;
}
	.page-title-surtitle{
		color: #74EBD5;
		font-size: 1.4em;
		font-weight: 600;
		letter-spacing: -.8px;
		line-height: 1.1;
		padding-bottom: 0px;
	}
	.page-title-title{
		color: #1A3342;
		font-size: 3em;
		font-weight: 800;
		letter-spacing: -.8px;
		padding: 0;
	}

.warnings{
	padding: 10px 20px 20px 20px;
	border-radius: 20px;
	margin: 20px 0;
}
.warnings p{
	padding: 0;
}
/* Page ABOUT definition
--------------------------------------------- */


.price-container{
	width: 100%;
	background-color: transparent;
	padding: 20px 10px;
}
	.halfprice-container{
		width: 50%;
		background: transparent;
		padding: 10px;
		border-radius: 20px;
	}
		.price-subtitle, .price-title{
			margin: 0;
			padding: 0;
		}
		.price-subtitle{
			font-size: 1.2rem;
			text-transform: uppercase;
			font-weight: 600;
			/* color: #389181; */
			color: #1A3342;
		}
		.price-title{
			font-size: 2.5rem;
			font-weight: 800;
		}
		.price-title-sub{
			
		}
.site-imeg{
	background: #fff;
	border-radius: 25px;
	margin: 0 12px;
}
.wp-block-media-text__content{
	padding: 0 50px 0 0;
}

/* Page Product definition
--------------------------------------------- */

.card-product-container{
	float: left;
/* 	width: 33.3333%; */
	width: 25%;
	display: block;
	padding: 5px;
}
.inner-card{
/* 	box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px; */
/* 	border: 2px solid #ffff; */
	border-radius: 20px;
	padding: 10px;
	background: #ffff;
}
.akcie-container{
	position: absolute;
	padding: 5px 10px;
	border-radius: 10px;
	z-index: 999;
}
	.akcie-container p{
		margin: 0;
		padding: 0;
		color: #fff;
	}
.card-product-img{
	width: 100%;
/* 	height: 320px; */
	border-radius: 10px;
	background: #fff;
	z-index: 888;
	overflow: hidden;
}
.store-container{
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
	letter-spacing: .9px;
	padding-top: 10px;
}
.card-price-container{
	padding: 0;
	margin-bottom: 15px;
}
.cena-container, .prenajom-container{
/* 	padding: 10px; */
	padding: 2px 7px 5px 5px;
	margin:0;
	border-radius: 10px;
}
.cena-container h3, .prenajom-container h3{
	margin-top: -15px;
	padding: 5px 0 0 0;
}
.card-price-container p{
	padding: 0;
	margin:0;
}

.card-product-title-container{
	margin-top: -10px;
	padding: 20px 0;
	z-index: 999;
	width:100%;
	height: 120px;
	letter-spacing: -.8px;
}
.card-product-title-container p{
	letter-spacing: -.9px;
	line-height: .9px;
}
h2.card-product-title{
	margin-top: -10px;
	font-size: 1.7rem;
	font-weight: 800;
	height: 60px;
}
.card-product-title a:link, .card-product-title a:visited, .card-product-title a:active{
	color: #1A3342;
}

.rent-card{
	border-radius: 20px;
	padding: 15px 25px;
}
/* .card-zoom img{
	transition: transform 0.7s ease-out;
	overflow: hidden;
}
.card-zoom:hover img{
	transform: scale(.95) translateY(-4%);
} */



/* .card-block{
	float:left;
	width: 25%;
	height: 400px;
	padding: 20px;
	border-radius: 20px;
	margin-right: 10px;
} */

/* SeniorCare page
--------------------------------------------- */
.seniorcare-card{
	border-radius: 30px;
	padding: 25px;
}

/* Page KONTAKT definition
--------------------------------------------- */
.card-office-container{
	width: 100%;
	display: block;
}
.card-office{
	width: 33.3333%;
	height: 500px;
	position: relative;
	display: block;
	float: left;
	opacity: 0;
	transform: translateY(-40px); /* Začína mimo obrazovky */
	transition: all 1s ease-out;
}
.wp-block-cover .wp-block-cover__image-background, .wp-block-cover video.wp-block-cover__video-background, .wp-block-cover-image .wp-block-cover__image-background, .wp-block-cover-image video.wp-block-cover__video-background{
		/* padding: 10px; */
		position: relative;
	}
	.card-title{
		bottom: 0;
		padding: 0 0 20px 20px;
		position: absolute;
		z-index: 1000;
	}
	.card-sup-title{
		font-size: 3em;
		color: #fff;
	}
	.card-sur-title{
		font-size: 1.5em;
		font-weight: 300;
	}

	 /* Kľúčové snímky pre fade-in-down animáciu */
	 @keyframes fadeInDown {
		0% {
			transform: translateY(-40px); /* Začiatok nad obrazovkou */
			opacity: 0; /* Neviditeľné */
		}
		100% {
			transform: translateY(0); /* Posunie sa na pôvodnú pozíciu */
			opacity: 1; /* Stane sa viditeľné */
		}
	}

	/* Aktívny stav, keď je element viditeľný (spustené cez JS) */
	.visible {
		animation: fadeInDown 1s ease-out forwards; /* Aplikovaná fade-in-down animácia */
	}

	.card-office:nth-child(1){
		animation-delay: 0.3s;
	}
	.card-office:nth-child(2){
		animation-delay: 0.6s;
		margin-top: 60px;
	}
	.card-office:nth-child(3){
		animation-delay: 0.9s;
		margin-top: 120px;
	}


.element{
	padding: 10px 15px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.element h2{
	letter-spacing: -.8px;
}
tr{
	padding: 20px 0;
	font-size: 1em;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background: transparent;
}
/* section definition
--------------------------------------------- */

.section-title{
	padding-bottom: 50px;
}
.up-title{
	font-size: 1.5em;
	font-weight: 600;
}
.title{
	font-size: 2.5em;
}
	.colored{
		color: #fff;
	}

.gradient-text{
	background: linear-gradient(to right, #00F5D4, #70E9D3);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.adress-line{
	padding: 30px 0;
	border-bottom: 1px solid #E6E6E6;
}

.section-title-title{
	position: relative;
	z-index: 999;
	color: #1A3342;
	font-size: 3rem;
	font-weight: 800;
	letter-spacing: -.8px;
	padding: 0;
}
.section-title-bg{
	margin-top: -20px
}
.section-sub-title{
	color: #8da2af;
	margin-top: -30px;
}

/* Conttact Form definition
--------------------------------------------- */
input[type=text],
input[type=email],
input[type=tel]{
	padding: 20px 15px;
}
input[type=file]{
	padding: 13px 15px;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=file]{
	border: 2px solid #E1FBF6;
	background: #E1FBF6;
	margin-bottom: 20px;
	color: #1A3342;
	font-family: "Outfit", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.2em;
	display: block;
	position: relative;
	border-radius: 0px;
	transition: border-color 0.3s ease;
}
select.wpcf7-select{
	appearance: none; /* prehliadače */
  -webkit-appearance: none; /* Safari */
  -moz-appearance: none; /* Firefox */
	width: 100%;
	padding: 20px 15px;
	border: 2px solid #E1FBF6;
	border-radius: 0px;
	background: #E1FBF6;
	display: block;
	font-family: "Outfit", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.2em;
	color: #1A3342;
	margin-bottom: 20px;
  	cursor: pointer;
  	background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  	background-repeat: no-repeat;
  	background-position: right 12px center;
	background-size: 40px;
  	transition: border-color 0.3s ease;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=file]:focus,
select.wpcf7-select:focus,
textarea:focus{
	border: 2px solid #00F5D4 ;
	outline: none;
}


input[type=text]:hover,
input[type=email]:hover,
input[type=tel]:hover,
input[type=file]:hover,
select.wpcf7-select:hover,
textarea:hover{
	/* background: #1A222B; */
	border: 2px solid #00F5D4;
}
input::placeholder,
textarea::placeholder{
	color: #1A3342;
	font-family: "Outfit", serif;
	font-weight: 400;
	font-style: normal;
}
textarea{
	width: 100%;
	height: 300px;
	padding: 25px 15px;
	resize: vertical;
	border: 2px solid #E1FBF6;
	background-color: #E1FBF6;
	border-radius: 0px;
	margin-bottom: 20px;
	font-size: 1.2em;
	font-family: "Outfit", serif;
	transition: border-color 0.3s ease;
}
input[type=button], input[type=submit], input[type=reset]{
	text-decoration: none;
	cursor: pointer;
	width: 100%;
	padding: 20px 0;
	font-size: 1.2em;
	color: #389181;
	font-family: "Outfit", serif;
	font-weight: 600;
	font-style: normal;
	/* background-image: linear-gradient(to right, #4CB8C4 0%, #3CD3AD  51%, #42D1B7  100%); */
	background: #74EBD5;
	border-radius: 0px;
	text-align: center;
	transition: 0.5s;
	background-size: 200% auto;         
	display: block;
	border: none;
}
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
   background-position: right center; /* change the direction of the change here */
   color: #fff;
   text-decoration: none;
}
input[type=button]:disabled, input[type=submit]:disabled, input[type=reset]:disabled{
    background-color: #F5F5F5;
	color: #DDDDDD;
	background-image:none;
}
input[type=file]::file-selector-button, input[type=file]::-webkit-file-upload-button{
	background: #389181;
	color: #E1FBF6;
	border: none;
	border-radius: 20px;
	font-size: .9em;
	padding: 10px 15px;
}

	.name-container, .email-contianer{
		float: left;
		width: calc(50% - 10px);
	}
	.surname-container, .mobil-container{
		float: right;
		width: calc(50% - 10px);
	}
	.company-container, .file-container{
		width: 100%;
	}
	.wpcf7-list-item{
		padding: 0 0 20px 0;
		color: #1A3342;
	}

	:root {
		--checkbox-border-color: #DDDDDD;
		--checkbox-checked-color: #42D1B7;
		--checkbox-hover-color: #00F5D4;
		--checkbox-disabled-bg-color: #d9d9d9;
	  }
	  
	  input[type="checkbox"] {
		box-sizing: border-box;
		width: 30px;
		height: 30px;
		margin-left: -15px;
		margin-right: 15px;
		padding: 0;
		border: 2px solid var(--checkbox-border-color);
		appearance: none;
		background-color: transparent;
		outline: none;
		transition: outline 0.1s;
		cursor: pointer;
	  }
	  
	  input[type="checkbox"]:checked {
		background-size: cover;
		padding: 4px;
	  }
	  
	  input[type="checkbox"]:not(:disabled):checked {
		border-color: var(--checkbox-checked-color);
		background-size: 60%;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20" viewBox="0 0 32 32" xml:space="preserve"><path style="fill: %23274c77" d="M11.941,28.877l-11.941-11.942l5.695-5.696l6.246,6.246l14.364-14.364L32,8.818"/></svg>');
	  }
	  
	  input[type="checkbox"]:disabled {
		background-color: var(--checkbox-disabled-bg-color);
	  }
	  
	  input[type="checkbox"]:disabled:checked {
		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20" viewBox="0 0 32 32" xml:space="preserve"><path style="fill: %238b8c89" d="M11.941,28.877l-11.941-11.942l5.695-5.696l6.246,6.246l14.364-14.364L32,8.818"/></svg>');
	  }

	.wpcf7-list-item-label{
		position: absolute;
		margin-top: 6px;
	}

	/* Validacia cFrom */
	.wpcf7-not-valid{
		border: 2px solid #FC0074!important;
	}
	.wpcf7-not-valid-tip{
		display: none;
	}
	.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
		border-color: none;
		width: 100%;
		padding: 10px;
		margin-left: 0px;
		margin-top: -10px;
		color: #fff;
		border: none;
	}
	.wpcf7 form.invalid .wpcf7-response-output{
		background-color: #FC0074;
	}
	.wpcf7 form.sent .wpcf7-response-output{
		background-color: #42D1B7;
	}
	.wpcf7-form-control-wrap{
		position: static;
	}

/* Animation definition
--------------------------------------------- */
	.fade-in {
		opacity: 0;
		animation: fadeIn .5s ease-in forwards;
		animation-delay: .5s; /* 1 sekunda oneskorenia */
	 }
	  
	  @keyframes fadeIn {
		to {
		  opacity: 1;
		}
	  }

/* Footer definition
--------------------------------------------- */
.breadcrumb{
	padding: 15px 0;
}
.aioseo-breadcrumb{
	color: #42D1B7;
}
.aioseo-breadcrumb a, .aioseo-breadcrumb-separator{
	color: #596C85;
}
.aioseo-breadcrumb a:hover{
	color: #42D1B7;
}
.social{
	width: 440px;
	height: auto;
}
.site-social{
	/* margin-top: 20px; */
}
.site-social-text{
	font-family: "Meow Script", cursive;
	font-size: 2.5em;
	font-weight: 400;
	color: #1A3342;
	font-style: normal;
	float: left;
	padding-top: 15px;
}
.site-social i{
	font-size: 2em;
	color: #389181;
	background-color: #E1FBF6;
	border-radius: 20px;
	padding: 10px 5px;
	margin-top: 10px;
	margin-left: 20px;
	float: right;
}
.site-social i:hover{
	color: #E1FBF6;
	background-color: #389181;
}
.entry-footer{
	padding: 20px 0;
}
	.entry-footer a{
		color: #70E9D3;
		text-decoration: none;
	}
.site-footer{
	color: #596C85;
	letter-spacing: -.4px;
	margin-bottom: 200px;
}
.site-footer-menus{
	width: 100%;
	margin-top: 20px;
}
.site-info{
	padding: 20px 0;
}
	.site-info p{
		padding: 8px 0;
		font-size: 1em;
	}
	.site-info a{
		color: #596C85;
	}
.logo-footer{
	padding: 30px 0 70px 0;
}
.fotter-color{
	color: #42D1B7;
	font-weight: 700;
}
.bottom-logo{
	color: #DBDBDB;
	padding-top: 50px;
	text-align: center;
}

/* Footer widget
--------------------------------------------- */
	  .widget{
		min-width: 15%;
		float: left;
		color: #fff;
		line-height: 2;
		margin-right: 20px;
		margin-top: 20px;
		min-height: 230px;
	}
		.widget h3{
			font-size: 1.3em;
			font-weight: 800;
			color: #1A3342;
			margin: 0;
			padding: 0;
		}
		.widget ul{
			margin: 0;
			padding: 0;
		}
		.widget ul li{
			list-style-type: none;
			margin-left: -15px;
		}
		.widget ul li a{
			color: #596C85;
			font-size: 1em;
			display: block;
			text-decoration: none;
			margin-left: 15px;
		}
		.widget ul li a:hover{
			color: #1A3342;
		}
		.widget p{
			margin: 0;
			padding: 0;
			color: #596C85;
			font-size: 1em;
		}


/* E404 definition
--------------------------------------------- */
.error-container{
	text-align: center;
}
	.error-container h2{
		font-size: 12em;
		font-weight: 900;
		color: #74EBD5;
	}
	.error-container h3{
		font-size: 4em;
		color: #1A3342;
	}
	.error-container p{
		font-size: 1.2em;
		padding: 15px 0;
		color: #596C85;
	}
	.error-container a{
		color: #74EBD5;
	}



/* Media queries definition
--------------------------------------------- */
@media screen and (max-width: 1285px){
	.wrapp{
		width: 90%;
	}
}
@media screen and (max-width: 1140px){
	.card-product-container{
		width: 33.333%;
	}
}
@media screen and (max-width: 1010px){
	header{
		position: relative;
	}
	.hamburger-container{
		display: block;
		float: right;
		margin-top: 8px;
		padding: 20px 10px;
		border-radius: 5px;
	}
	button.hamburger, div.hamburger{
		display: block;
	}
	.main-navigation{
		padding-bottom: 30px;
	}
	.main-navigation ul{
		width: 100%;
		display: block;
		background: #fff;
		margin-top: 20px;
	}
	.main-navigation ul li{
		display: block;
		border-bottom: 1px solid #F0F0F0;
		padding: 10px 0;
	}	
		.main-navigation ul li:last-child{
			border-bottom: none;
		}
		.highlight{
			background: transparent;
		}

	.primary-menu-container{
		float:none;
		width: 100%;
	}
}
@media screen and (max-width: 970px){
	.homecard-container{
		width: 50%;
		padding: 0 10px;
	}
	.homecard-container:last-child{
		width: 100%;
		object-fit: cover;
	}
		.homecard-container:last-child img{
			max-height: 280px ;
			width: 900px;
		}
}
@media screen and (max-width: 880px){
		.card-product-container{
		width: 50%;
	}
}
@media screen and (max-width: 800px){
	
	.hero-banner{
		height: 400px;
	}
	.hero-title-container{
		margin-left: 0px;
	}
}
@media screen and (max-width: 651px){
	
	.hero-title-container{
		background: #fff;
		opacity: .9;
		border-radius: 0 20px 20px 0;
	}
		.hero-title{
			font-size: 4rem;
		}
		.hero-sur-title{
			font-size: 1.5rem;
		}
	.homecard-container{
		width: 100%;
		float: none;
		padding: 0;
	}
	.alert-text{
		margin-left: 0;
	}
	.right-side{
		float: none;
	}
	.social{
		width: 100%;
	}
	.logo-f{
		display: none;
	}
	.site-social-text{
		padding-top: 10px;
		font-size: 2.2em;
	}
	.site-social i{
		font-size: 1.5em;
		border-radius: 15px;
	}
	.page-title-title{
		font-size: 2em;
	}
	main p, .wp-block-list{
		font-size: 1em;

	}
		h2.card-product-title{
		margin-top: -15px;
		font-size: 1.5rem;
/* 		height: 40px; */
	}
	.error-container h2{
		font-size: 7.5em;
	}
	.error-container h3{
		font-size: 2em;
	}
}
@media screen and (max-width: 480px) {	
	.hero-banner{
		height: 60vh;
	}
	.page-title{
		padding: 0 0 10px 0;
	}
	.card-product-container{
		float: none;
		width: 100%;
		margin-bottom: 20px;
		padding: 10px;
	}
		.card-product-title{
			padding: 20px 0;
		}
	.price-subtitle{
		font-size: .9rem;
	}
	.price-title{
		font-size: 1.8rem;
	}
	.widget{
		float: none;
		width: 100%;
	}
	.name-container,
	.email-contianer,
	.surname-container,
	.mobil-container{
		float: none;
		width: 100%;
	}
	.card-office{
		float: none;
		width: 100%;
	}
	.card-office:nth-child(1), .card-office:nth-child(2), .card-office:nth-child(3){
		margin-top: 0;
	}
  }
