/*
Theme Name: TaPracowniaTerapeutyczna 
Theme URI: http://inford.eu
Author: inford.eu
Author URI: http://inford.eu
Description: Template for TaPracowniaTerapeutyczna 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: inford
Tags: INFORD
*/


:root {
 --main1: #393935; 
 /*--logocolor: #B95150;*/
 --logocolor: #DCC3AC;
 --logocolor2: #00521F;
 --logocolor3: #94D24A;
 --main3: #9fcdfd; 
}

html {
 margin:0!important;
 margin-top:0!important;
 padding: 0; 
}

body {
 margin: 0;
 padding:0;
 background: #fff;
 width:100%; 
 color:#393935;
 font-weight:400;
 font-size: 16px;
 line-height:1.7;
 font-family: 'Montserrat', sans-serif; 
 animation-name: fadeIn;
 animation-duration: 1.5s;
 background: url(images/bg-2-35.png);
 background-repeat: no-repeat;
 background-size: 35%;
 background-attachment: fixed;
 background-position: left center;
}

    @keyframes fadeIn {
      0%	  { opacity: 0;}	 
	  100% { opacity: 1;}
	}

body.no-scroll {
 overflow-y: hidden;	
}

.home-page-bg-wrapper {
 background: url(images/bg-2.png);
 background-repeat: no-repeat;
 background-size: 45%;
 background-attachment: fixed;	
}

.mobile {
 display: none;	
}

.menu-button {
 position: absolute;
 right: 10px;
 top:14px;
}

a {
 color: var(--logocolor);	
 transition: all .3s ease; 
 text-decoration: none;
}

a:hover {
 color: var(--main2);
 text-decoration: none; 
}

h1 {
 color: var( --main2 );
 font-weight: 600; 
 font-family: 'Montserrat', sans-serif;
 /*font-family: "Shadows Into Light Two", cursive;
 font-family: "Amatic SC", sans-serif;*/
}

 h2, h3, h4 {
 color: #393935;
 font-weight: 700;
 font-family: 'Montserrat', sans-serif;
 /*font-family: "Shadows Into Light Two", cursive;
 font-family: "Amatic SC", sans-serif;*/
}

h5, h6 {
 color: #393935;
 font-weight: 500;
 font-family: 'Montserrat', sans-serif; 
}


h1 {
 font-size:	43px;
}

h2 {
 font-size:	35px;
}

h3 {
 font-size:	24px;
 
}

h4 {
 font-size:	20px;
}

h5 {
 font-size:	18px;
}

h6 {
 font-size:	16px;
}

.relative {
 position: relative	
}

figure.rounded {
 overflow: hidden;	
}

img {
 max-width: 100%;
 height: auto; 
}

.fs-12 {
 font-size: 12px; 
}

.fs-13 {
 font-size: 13px; 
}

.container {
 max-width: 1260px;	
}

.container-fluid {
 max-width: 1920px;	
}

:root :where(.wp-block-image.is-style-rounded img, .wp-block-image .is-style-rounded img) {
  border-radius: 0.375rem!important;
}

.wp-block-image.is-style-rounded {
 border-radius: 0.375rem!important;
 overflow: hidden; 
}

.wp-block-image img {
 border-radius: 0;
 transition: all .3s ease;	
}

.wp-block-columns .wp-block-image:hover img {
 transform: scale(1.05);	
} 

.wp-block-button__link {
 background-color: var(--main1);
 color: #fff;
 transition: all .3s ease;
}

.wp-block-button__link:hover {
  background-color: var(--main3)!important;
}

.wrapper {
 position: relative; 
 display: block;
}

.wrapper-bg-vertical {
 position: relative;
 padding-bottom: 150%;
 height: 0;	
 background-size: cover;
 background-position: center;
 transition: all .5s ease-out;
}

.wrapper:hover .wrapper-bg-vertical {
 transform: scale(1.08); 	
}

.wrapper .wrapper-desc {
 position: absolute;
 bottom: 0;
 padding: 20px 10px 10px 10px; 
 width: 100%; 
 color: #fff; 
 background: rgba(255,255,255,0);
 background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.8) 75%, rgba(0,0,0,0.9) 100%);
}

.wrapper .wrapper-desc * {
 color: #fff;	
}

.btn {
 background-color: var(--main1);
 color: #fff;
 border-radius: 0;
 border: none;
 transition: all .3s ease; 
}

.btn-primary {
 color: #fff;
 background: var(--logocolor);	
}

.btn-secondary {
 background: var(--logocolor);	
}

.btn:hover {
 background: var(--main3);
 color: #fff; 
}

.wp-block-image.size-full {
 width: 100%;
 height: auto; 
}

.wp-block-separator {
 border-top: 0;	
 border-bottom: 1px solid rgba(0,0,0,.2);
}

#header {
 padding: 5px 10px;
 position: fixed;
 top:0;
 left: 0;
 right: 0;
 height: auto;
 width: 100%;
 color: #000;
 z-index: 9999999;  
 transition: all .3s ease;
}

#header .col-md-4 {
 display: flex;
 align-items: center; 
}

.contact-header {
 color: #fff;
 font-size: 0.8rem;
}

.fixed-header .contact-header {
 display: none;	
}

.col-logo {
 display: flex;
 align-items: center;	
}

.logo {
 position: absolute;
 width: 0;
 height: 0;
 z-index: -10;
 visibility: hidden;
 transition: all .3s ease;
 
}

.logo-white {
 position: relative;
 max-height: 100px; 
 transition: all .3s ease;	
}


#header.fixed-header { 
 padding-bottom:2px;
 box-shadow: 0 0 8px rgba(0,0,0,.3); 
 z-index: 999999999;
 background: rgba(255,255,255,.98);
}

.fixed-header .logo {
 position: relative;
 width: auto;
 height: 100%;
 opacity: 1;
 z-index:10;
 visibility: visible;
 max-height: 50px!important; 
 transition: all .3s ease;	 
}

.fixed-header .logo-white {
 max-height: 0px!important; 
 z-index: -10;
 width: 0;
 height: 0;
 visibility: hidden;
}

#catmenu {
 opacity: 0;
 margin-bottom: 0px;
 z-index:101;	
 border: 0px solid;
 transition: all .3s ease;	
 display: flex;
 justify-content: flex-end;

}
	
.fixed-header #catmenu {
 margin-top:0;	
}
	
#catmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	
#catmenu li {
 position: relative!important;
 float:left;
 margin: 0px;
 padding: 0px;
}

#catmenu li a, #catmenu li a:link, #catmenu li a:visited {
	display: inline-block;	
	font-size:15px;	
	font-weight: 400;
	padding: 8px 15px 8px 15px;
	color: rgba(255,255,255,1);
	transition: all .3s ease;
	text-transform: uppercase;
	border-radius: 25px;
}

#catmenu li.home-top-menu { 
 padding-top: 15px;
}

#catmenu li.home-top-menu a { 
 padding-right: 10px;
}

.fixed-header #catmenu li a, .fixed-header #catmenu li a:link , .fixed-header #catmenu li a:visited {
  padding: 6px 11px 6px 11px;

}

.fixed-header #catmenu li a {
 color: var(--main1);
}


.fixed-header #catmenu li a:hover {
 background: transparent;
 color: #000;
 opacity: 0.6;
}

.fixed-header #catmenu li a:hover:before {
	
}

#catmenu li a:hover, #catmenu li a:active {	

}

.menu-top-booking  {
 
 margin-left: 6px!important;
}

.menu-top-booking a {
 background: #8CC647;
}

#catmenu li a:before {
 opacity: 0;
 position: absolute;
 top: 5px; 
 width: 1%;
 transition: all .3s ease;
}

#catmenu li a:hover {
 background: rgba(220,195,172,.7);
 color: #fff;
}

 
#catmenu li:last-child a:hover:before {
 /*left: calc(50% + 9px); 
 width: calc(100% - 18px);	*/
}
 
#catmenu li ul li a:before {
 display: none;	
}

.home .current-menu-item a {
 background: transparent;
 color: #fff; 
}

#catmenu li.current-menu-item a {
 /*color: #085474;
 border-bottom:1px solid #085474;*/	
}

.current-menu-ancestor {
 border-bottom:0!important;
}


#catmenu li:last-child a {
 margin-right:0;
 
}

	
#catmenu li li a, #catmenu li li a:link, #catmenu li li a:visited {
	width: 100%;
	float:none;
	margin: 0px;
	color: #000;
	font-size:14px;
	line-height: 1.3;
	padding: 6px 12px 6px 12px;
	text-align: left;
}
	
#catmenu li li a:hover, #catmenu li li a:active,
.fixed-header #catmenu li li a:hover {
}


#catmenu li ul {
 z-index: 9999;
 position: absolute;
 left: -999em;
 background: #fff;
 min-width: 190px;
 margin: 0px;	
 padding:10px 5px;
 border-bottom: 5px solid var(--logocolor);
 box-shadow: 0 2px 5px rgba(0,0,0,.1);
 border-radius: 0 0 9px 9px;  
}


#catmenu li ul a { 

}

#catmenu li ul a:hover, #catmenu li ul a:active { 
 background: transparent!important;
 color: var(--logocolor);
}

/*
#catmenu li > li {  
 width: 100%;
 padding: 0 10px;
}*/
	

#catmenu .sub-menu > li {
 border: 0px solid #cc0000;	
 width: 100%;
 display: block;
}

#catmenu .sub-menu > li > a {
 color: #000!important; 
}

#catmenu li li li {
 border: 0px solid #00cc00!important;	
 width: 100%!important;
 display: block!important;
 float: none!important; 
}


#catmenu li li li.menu-section-element a {
 font-weight: 500!important;
 opacity: 0.3; 
 font-size: 12px;
}

#catmenu .sub-menu li li a {
 color: #000!important;	
 min-height: auto!important;
 font-size: 14px;
 font-weight: normal;
}



#catmenu li ul ul {
 position: relative; 
 border: 0px solid #003344;	
 box-shadow: none;
}

#catmenu li.menu-top-cart {
 position: relative;
}

#catmenu li.menu-top-cart:hover .cart-count {
 opacity: 0.8; 
}

#catmenu li.menu-top-cart a {
 color: var(--logocolor);
 position: relative; 
 font-size: 16px;
 padding-left: 5px;
 padding-right: 5px;
}

.fixed-header #catmenu li.menu-top-cart a {
 color: var(--logocolor);
 position: relative; 
 font-size: 16px;
 padding-left: 5px;
 padding-right: 5px;
}


#catmenu li.menu-top-cart a:hover {
 background: none;	
}

#catmenu li.menu-top-cart .cart-count {
 background: #a4d460;
 color: #fff;
 width: 16px;
 height: 16px;
 font-size: 9px;
 border-radius: 50%;
 text-align: center;
 position: absolute;
 top: 3px;
 right:-9px;  
}

#catmenu li.menu-top-cart .top-cart-total {
 font-size: 0.8rem;
 margin-left: 5px;
 display: inline-block; 
}



/*
#catmenu li ul ul {
	margin: -31px 0 0 170px;
	}

#catmenu li:hover ul ul, #catmenu li:hover ul ul ul, 
#catmenu li.sfhover ul ul, #catmenu li.sfhover ul ul ul {
	left: -999em;
	}
*/	

#catmenu li:hover ul, #catmenu li li:hover ul, 
#catmenu li li li:hover ul, #catmenu li.sfhover ul, 
#catmenu li li.sfhover ul, #catmenu li li li.sfhover ul {
 left: 0;
}

#catmenu li:hover, #catmenu li.sfhover { 
 position: static;
}



.top-menu-social  {
 color: #000;
 cursor: pointer; 
 margin-left: 5px!important; 
 display: flex;
 align-items: center;
}

.top-menu-social a {
 width: 30px;
 height: 30px;
 display: inline-block; 
 color: #fff;
 line-height:1;
 text-align: center;
 padding: 7px 0 2px 0!important;

}


#catmenu li.top-menu-social a:hover:before {
 display: none!important; 
}

#catmenu li.top-menu-social a:hover {
 background: transparent;	
}

.top-menu-social a i {
 color: #fff;	
}


.fixed-header .top-menu-social a,
.fixed-header .top-menu-social a i {
 color: #000;	
}

.fixed-header #catmenu .top-menu-search {

}


.container.container-header {
 padding-top: 10px;
 padding-bottom: 10px; 
 max-width: 1300px; 
}

.container.container-header .row {
 align-items: center;	
}

#top-search-container {
 display: none;
 transiton: all .3s ease; 
 background: rgba(255,255,255,0.9);
 position: fixed;
 top:0;
 left:0;
 right: 0;
 bottom: 0; 
 text-align: center;
 padding: 40px; 
 z-index:9999999;
}

	#top-search-container .layer-close {
	 position: absolute;
	 right: 40px;
	 top: 10px;
	 font-size: 40px;
	 font-weight: 600;
	 cursor: pointer;  
	}

	#searchform {
     position: absolute;
     width: 100%;
	 max-width: 800px;
	 top: 50%;
     left: 50%;
     transform: translate(-50%, -50%)!important;
	 -ms-transform: translate(-50%, -50%)!important;	 
	 -webkit-transform: translate(-50%, -50%)!important;
	 -moz-transform: translate(-50%, -50%)!important;
	 -o-transform: translate(-50%,-50%)!important;	
	 border: 0px solid #cc0000;
	}
	
	#s {
     width: 100%;
	 height: 50px;
	 padding: 10px 50px 10px 10px;
	 line-height: 1;	 
	}
	
	#searchsubmit {
     position: absolute;
     right: 0;
	 top:0;
	 border:none;
     background: #395173;
	 color: #fff;
	 font-size: 27px;
	 line-height: 1;
	 display: inline-block;
	 height: 50px;
	 width: 50px;
     text-align: center;
     transition: all .3s ease;
     cursor: pointer;	 
	}
	
	#searchsubmit:hover {
	 opacity: .8;	
	}

#home-slider {
 position: relative;
 width :100%;
 overflow: hidden; 
}

#home-slider,
#home-slider .carousel,
#home-slider .carousel-item {
 height: 100vh;	
}


#home-slider img {
 animation-name: topSliderDesktop;
 animation-duration: 10s;
 animation-iteration-count: 1;
 animation-fill-mode: forwards;
}

	@keyframes topSliderDesktop {
		
		0%   { transform: scale(1);	}
		100% { transform: scale(1.1);}
	}
	
	
#home-slider .top-bg-container {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 height: 90px;
 z-index:999;
 opacity: 1;
}

.top-bg-container img {
 width: 100%;
 height: auto; 
}
 

#home-slider .carousel-caption {
 position: absolute;
 top: 50%;
 left: 50%;
 bottom: auto;
 right: auto;
 width: 100%;
 max-width: 1260px;
 transform: translate(-50%,-50%);
 padding: 0px;
 color: #fff;
 text-align: left;
}

/*#home-slider .carousel-caption:before {
 content: "";
 position: absolute;
 left: 0px;
 top: 0px;
 width: 110px;
 height: 5px;
 background: #ff6000; 
}*/


#home-slider .carousel-item h2 {
 font-size: 55px;
 font-weight: 700;
 color: #fff; 
}

#home-slider .carousel-item h3 {
 color: #fff;
 font-family: 'Montserrat', sans-serif;
 font-size: 24px; 
}

#home-slider .btn-slide-more {
 padding: 12px 20px;
 line-height:1;
 background: var(--logocolor);
 color: #fff;
 font-size: 14px; 
 border-radius: 25px;
 margin-right: 10px;
}

#home-slider .btn-slide-more-2 {
 padding: 12px 20px;
 line-height:1;
 background: var(--main1);
 color: #fff;
 font-size: 14px; 
 border-radius: 25px;
}

#home-slider .btn-slide-more:hover,
#home-slider .btn-slide-more-2:hover {
 opacity: 0.8;
 color: #fff; 
} 

#home-slider .carousel-control-next,
#home-slider .carousel-control-prev {
 z-index: 99999;	
}

.page-top-background {
 position: absolute;
 bottom: -3px; 
 z-index: 99;
}

.page-top-background-2 {
 position: absolute;
 bottom: 26px; 
 z-index: 89;
}

#home-slider .home-top-to-down {
  position: absolute;
  left: 50%;
  bottom: 30px;
  color: #fff;
  font-size: 70px;
  line-height: 1;
  display: block;
  transform: translateX(-50%);
  z-index: 9999999;
  cursor: pointer;
}

#home-slider .home-top-to-down .bx {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  animation-name: bottomPulse;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

	@keyframes bottomPulse {
		
		0%   { bottom: 30px; }
		50%  { bottom: 20px; }
		99%  { bottom: 20px; }
		100% { bottom: 30px; }
		
	}


.std-section {
 position: relative;
 padding: 60px 0px;	
}

.no-padding-section {
 position: relative;
 padding: 0;	
}

.p-10 {
 padding-left: 5%;
 padding-right: 5%; 
}

#slider-layer {
 position: absolute;
 bottom: 0;
 right: 0;
 width: 100%;
 opacity: 0.5;
 z-index:99;
}

#about {
 background: #f3f3f3; 
}


.wp-block-columns.home-cols {
 margin-bottom: 0!important;
 gap: 0!important; 
}

.wp-block-columns.home-cols .wp-block-image {
 margin-bottom: 0!important;	
}

.home-cols h3 {
 min-height: 64px;	
}


.wp-block-columns.home-cols .wp-block-separator {
 border-bottom: 1px solid var(--main3);	
 max-width: 200px;
 width: 90%;
 margin: 1rem auto;
 opacity: 1;
}



#welcome {
 padding-top: 70px!important;
}

#welcome h2 {
 position: relative;
 margin-bottom: 55px;
 color: var(--blue);
}


#welcome h3 {
 font-weight: 600; 
}

#welcome .wp-block-button__link {
 color: #fff;
 font-size: 13px;
 border-radius: 0;
}


#offer .wrapper-desc h3 {
 font-size: 29px;	
}

#offer .wrapper-desc h5 {
 font-size: 18px;
 font-weight: 400; 
}

.attract_dist .bx {
 color: var(--logocolor);	
}

#home-gallery {
 background: #f3f3f3; 		
}

#home-gallery .wp-block-image img {
 background: #000;
 transition: all .3s ease;	
}

#home-gallery .wp-block-image img:hover {
 opacity: 0.8;
}

.row-gallery a {
 color: #393935;	
}

.ico-wrapper {
 display: block;
 width: 70px;
 height: 70px;
 border-radius: 50%;
 text-align: center;
 line-height: 80px;
 font-size: 40px;
 margin-bottom: 20px;
 background: var(--main1);
 color: #fff;
 transition: all .3s ease;
}


.section-title {
 position: relative;
 margin-bottom: 40px;
}

.section-title-center {
 text-align: center;
 position: relative;
 margin-bottom: 50px;
}


.section-title:after {
 content: "";
 position: absolute;
 display: block;
 width: 60px;
 height: 1px;
 border-top: 2px solid var( --logocolor );
 bottom: -15px;
 left: 0; 
}

.section-title-center:after {
 content: "";
 position: absolute;
 display: block;
 width: 60px;
 height: 1px;
 border-top: 2px solid var( --logocolor );
 bottom: -15px;
 left: 50%; 
 transform: translateX(-50%);
}


.section-title.section-title-white:after,
.section-title-center.section-title-white:after{
 border-top: 2px solid #fff;	 	
}

.section-title.section-title-gold:after,
.section-title-center.section-title-gold:after{
 border-top: 2px solid var(--main1);	 	
}

.site-href {
 position: absolute;
 top: -74px; 
}

.no-padding {
 padding-left: 0;
 padding-right: 0; 
}

/*
.read-more {
 font-size: 14px;
 line-height: 1;
 color: #fff;
 background: var(--blue);
 display: inline-block;
 padding: 7px 15px; 
}

.read-more:hover, 
#home-offer .read-more:hover {
 background: var(--main1);
 color: #000; 
}
*/

.breadcrumb {
 background: transparent;
 font-size:0.7rem;
 padding: 0;
 margin-bottom: 30px; 
 opacity: 0.7; 
}

.breadcrumb .fa-angle-double-right {
 margin-top: 5px;
 padding-left: 8px;
 padding-right: 8px; 
}

.single-content {
 padding-top: 30px; 	
}

.single-thumb {
 margin-bottom: 30px;	
}

#tags:before {
 content: "Tagi";
 display: block;
 position: absolute;
 top: -31px;
 left:0;
}


#tags {
 position:relative;
 margin-top: 50px;
 border-top:1px solid #eee;
 padding-top: 10px; 
 margin-bottom: 40px;
}

#tags a {
 display: inline-block;
 margin: 4px; 
 padding: 4px 9px;
 font-size: 0.8rem;
 font-weight: 400;
 background: #00398A;
 color: #fff;
 transition: all .3s ease;
}

#tags a:hover {
 opacity: 0.7;
 color: #fff; 
}


.archive-content {
 padding-top: 30px; 	
}

.archive-content .row-post  {
 margin-bottom: 50px;
 padding-bottom: 50px; 
 border-bottom: 1px solid #eee; 
}


.archive-content .row-post .wrapper {
 position: relative;
 overflow: hidden;
 border-radius: 0rem; 
}

.archive-content .row-post img {
 transition: all .3s ease;
}

.archive-content .row-post .wrapper:hover img {
 transform: scale(1.05); 
}

.archive-content .row-post h3 {
 margin-bottom:5px;
 font-weight: 500;
}

.archive-content .read-more {
 position: absolute;
 bottom: -6px;
 right: 15px;
 background: var(--main1);
 color: #000; 
 font-weight: 300; 
 font-size: 13px;
}

.archive-content .read-more:hover {
 background: var(--blue);
 color: #fff; 
}


.navigation {
 margin-bottom: 30px;	
}

.wp-pagenavi a, .wp-pagenavi span {
 padding: 6px 10px;	
}

.top-bg-container {
 position: absolute;
 opacity: 0.4; 
}


#home-newsroom {
 /*background: #f3f3f3;*/ 
 background-repeat: no-repeat;
 background-size: contain;
 
}

#home-newsroom .img-wrapper,
#home-attractions .img-wrapper {
 position: relative;
 overflow: hidden;
 transition: all .3s ease; 
}

#home-newsroom .img-wrapper a,
#home-attractions .img-wrapper a {
 display: block;	
}

#home-newsroom .img-wrapper img,
#home-attractions .img-wrapper img {
 transition: all .3s ease;
  
}

#home-newsroom .img-wrapper:hover img,
#home-attractions .img-wrapper:hover img {
 transform: scale(1.1);	
}


.row-counter {
	
}


.row-counter .col-counter {
 text-align: center;
 border:0px solid #cc0000; 
 position: relative; 
 padding-bottom: 60px; 
}

.row-counter .counter-desc {
 margin-bottom: 10px;
 min-height: 45px; 
 font-size: 13px;
 line-height: 1.4;
 width: 90%;
 text-align: center;
 padding-left: 15px;
 padding-right: 15px; 
 position: absolute;
 bottom: 20px; 
 transform: translateY(100%);
}

.row-counter .counter {
 font-size: 40px;
 font-weight: 500;
 color: var(--blue);
 text-align: center;
 margin: auto;
 width: 170px;
 height: 170px; 
 border-radius: 50%;
 border: 3px solid #fff;
 line-height: 156px;
}

.row-counter .count-bottom-desc {
 position: absolute;
 bottom: 40px;
 left: 50%;
 transform: translateX(-50%);
 font-size: 80%;
}


/*----------------------blog -----------------------*/

#page-blog-section {
 	
}


/*---------------------------sidebar -----------------------------*/

#sidebar {
 padding-top: 5px;	
}

#sidebar .menu-title {
 margin-bottom: 10px;	
}

#sidebar ul.nav-left {
 margin: 0;
 padding:0;
 list-style: none;	
}

#sidebar ul.nav-left li {
 display: block;
}

#sidebar ul.nav-left li a {
 display: block;
 border-bottom: 1px solid #f3f3f3;
 padding: 6px 1px 6px 1px;
 color: #333;
 transition: all .3s ease;
}

#sidebar ul.nav-left li a:before {
 content: "\f105";
 display: inline-block; 
 margin-right: 8px;
 font-family: FontAwesome;
 color: #00398A;
}

#sidebar ul.nav-left li a:hover {
 padding: 6px 1px 6px 10px;	
}

.sidebar-container {
 background: #f3f3f3;
 padding: 15px 10px;
 margin-bottom: 30px; 
}

.sidebar-contact {
 margin-top: 30px;
 margin-bottom: 60px;
 background: var(--main1);
 color: #fff; 
 border-radius: 0px;
 padding: 15px 10px;
}

.sidebar-contact * {
 color: #fff;	
}


.sidebar-contact h4 {
 font-weight: 400;	
}



#home-contact {
 overflow: hidden;
 background: rgba(0,0,0,.03);
}

#home-contact .container-contact {
 position: relative;
 z-index: 9999; 
}



#home-contact h2 {
 text-align: center;
 margin-bottom: 10px; 
}

#home-contact h4 {
 text-align: center;
 margin-bottom: 30px; 
 font-weight: 300;

}

#home-contact .col-home-contact-data {
 padding-right: 0;	
}

#home-contact .col-home-contact-data h2 {
 text-align: left; 	
 margin-bottom: 30px;
}

.col-home-contact-data .wrapper {
 position: relative;
 background: #dcc3ac;
 color: #fff;
 padding: 40px 30px;
 height: 100%; 
 display: flex;
 flex-wrap: wrap;
 align-items: center;
}
.col-home-contact-data .wrapper .desc {
 position: relative;
 z-index: 99;
 color: #000; 
}



.col-home-contact-data .wrapper:before {
 content: "";
 position: absolute; 
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background-image: url(images/hero-img.jpg);
 background-size: cover;
 opacity: 0.1; 
}

.col-home-contat-form {
 padding: 30px 20px; 
}

#contact-form {
 /*max-width: 800px;*/
 width: 100%;
 margin: auto; 
}

#contact-form .form-control {
 font-size:14px;	
}

#contact-form INPUT[type=text],
#contact-form INPUT[type=email] {
 width: 100%;
 height: 50px;
 padding: 8px 15px; 
 border: 1px solid rgba(0,0,0,.2);
 color: #666;
 font-size:14px;
 border-radius: 0px;
 margin-bottom: 15px;
}

#contact-form SELECT,
#contact-form INPUT[type=DATE] {
 width: 100%;
 height: 50px;
 padding: 8px 15px; 
 border: 1px solid rgba(0,0,0,.2);
 color: #666;
 font-size:14px;
 border-radius: 0px;
 margin-bottom: 15px; 
}

#contact-form textarea {
 width: 100%;
 height: 190px;	
 padding: 8px 15px;
 border: 1px solid rgba(0,0,0,.2);
 color: #444;
 font-size:14px;
 border-radius: 0px;
 margin-bottom: 15px;
}

#contact-form INPUT:focus, #contact-form textarea:focus {
 border: 1px solid var( --main1 );
}

.accept-text {
 font-size: 12px;
 text-align: justify;
 line-height: 1.2; 
}

.wpcf7-quiz-label {
 display: block;
 margin-bottom: 5px; 
}

#contact-form span.wpcf7-list-item {
 display: inline-block;
 margin: 0 10px 0 0;
 float: left;
}

.verify {
 margin-top:18px;	
 font-size: 12px;
 line-height: 1.2; 
}

#contact-form .wpcf7-submit {
 width: 100%;
 height: 50px;
 padding: 8px 20px; 
 background: var(--logocolor); 	
 color: #fff;
 cursor: pointer;
 border: none;
 font-size: 14px;
 border-radius: 0px;
 margin-top: 19px;
 transition: all .3s ease;
}

#contact-form .wpcf7-submit:hover {
 background: var(--logocolor2);
 color: #fff; 
}


.wpcf7 form.sent .wpcf7-response-output {
 border-color: var(--main3);
 background: var(--main3);
 color: #fff;
 padding: 15px; 
}

#home-contact .col-home-contat-map iframe {
 	
}

/*------------------ page ---------------------*/

.page-top {
 position: relative;	
 margin-bottom: 0px;
 background: #000; 
 min-height: 50px;
}

.page-top .page-top-img {
 width: 100%;
 height: auto; 
}

.page-top .block-social {
 position: absolute;
 right: 20px;
 bottom: 20px;  
}

.page-content {
 padding-top: 50px;	
 padding-bottom: 30px; 	
}

.page-full-container-content {
 padding-bottom:0!important;	
}

.page-content .fas {
 color: var(--main1);
 width: 20px; 
}


.page-contact-content {
 padding-bottom: 0px; 	 	
}

.page-content-full-width .container-fluid {
 padding-left: 0;
 padding-right: 0; 
}

.page-content-full-width .page-content {
 padding-bottom: 0;
}

.page-content-full-width .wp-block-columns {
 margin-bottom:0;	
}

.page-content-full-width .wp-block-image {
 margin-bottom:0;	
}

.page-content-full-width .wp-block-column:not(:first-child) {
 margin-left: 0;
}

.page-content-full-width .offer-cols .wp-block-column.col-wp-2 {
 max-width: 50%!important;	
}

.page-content-full-width .col-padding {
 padding: 30px;
}

.wp-block-group.has-background {
 padding: 4%;	
}

.page-title {
 color: var( --main1 );
 position: relative;
 margin-bottom: 60px;
}

.page-title:after {
 content: "";
 position: absolute;
 bottom: -7px;
 left: 0;
 width: 100%;
 height: 1px;
 border-top:1px solid #d5d5d5;  
}

.page-title:before {
 content: "";
 position: absolute;
 bottom: -9px;
 left: 0;
 width: 80px;
 height: 1px;
 border-top:3px solid var(--logocolor); 
 z-index:9999; 
}


.page-title.text-center:before {
 left: 50%;
 width: 80px;
 height: 1px;
 transform: translateX(-50%);
 border-top:3px solid var(--logocolor); 
 z-index:9999; 
}

.offer-form {
 padding: 25px 20px;
 background: rgba(23,147,71,.2);	
}


iframe {
 max-width: 100%!important;	
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
 position: relative;
 padding-bottom: 56.25%;
 padding-top: 25px;
 height: 0;	
}

.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%	
}


/*-------------------------search---------------------------*/

.search-content .row-search {
 margin-bottom: 30px;	
}

.search-content .product-thumb {
 width: 100%;
 transition: all .3s ease; 
 border:1px solid #f3f3f3;
}



footer {
 position: relative;	
 background: #DCC3AC;
 color: #000; 
 padding: 0 15px 0 15px; 
 font-size: 0.92rem;
}

footer h3,
footer h4,
footer h5,
footer a {
 color: #000;	
}

.footer-col-1 .fa-solid {
 margin-right: 8px;
 opacity: .6; 
}

footer i {
 top: 3px;
 position: relative;
 color: rgba(0,0,0,1);
 font-size: 1.2rem;
 line-height: 1;
}



.footer-logo-container {
 display: flex;
 justify-content: space-between;
 align-items: flex-start;	
}

.logo-footer {
 max-width: 240px!important;
 height: auto; 
 width: 90%;
 margin-bottom: 20px;
}

.widget-continer-f1 img {
 max-width: 250px !important;
 margin-top: 80px;
 opacity: 1;
}

footer .col-md-2,
footer .col-md-3,
footer .col-md-4 {
 /*border-right: 1px solid rgba(255,255,255,.1);	*/
}

.footer-col-4 {
 
}

footer .col-md-3:last-child {
 border: none;	
}

footer .fa,
footer .fas {
 
 margin-right: 4px;
 min-width: 15px; 
}

footer ul {
 list-style: none;
 margin: 0 0 20px 0;
 padding:0; 
}

footer ul a {
 display: block;
 font-size: 14px;
 padding: 4px 4px 4px 4px; 
 border-bottom: 1px solid rgba(255,255,255,.2); 
 color: #000;
}

footer ul a:hover {
 color: #fff; 	
 padding: 4px 2px 4px 10px;  
}

#block-social .soc-ico {
 margin-top: 20px;
 display: inline-block;
 width: 36px;
 height: 36px;
 border-radius: 50%;
 text-align: center;
 background: rgba(255,255,255,.9);
 color: #fff;
 line-height: 36px;
 font-size: 17px; 
 margin-right: 8px; 
 transition: all .3s ease;
}

#block-social .soc-ico:hover {
 background: #000; 
 color: #fff;
}

#block-social .soc-ico:hover i {
 color: #fff;	
}

#footer-newsletter .newsletter-input-wrapper {
 position: relative;
 border:0px solid #000;
 width: 100%; 
 height: 40px;
 padding: 0;
 margin-bottom: 8px;
}

#footer-newsletter p {
 margin: 0;
 padding: 0; 
}

#footer-newsletter .wpcf7-form-control-wrap {
 position: unset!important;	
}

#footer-newsletter INPUT[type=email] {
 position: absolute;
 top: 0;
 left: 0;
 width: 99.98%!important;
 height: 100%!important; 
 border-radius: 50px; 
 border: none;
 padding-left: 8px;
 padding-right: 20%; 
}

#footer-newsletter INPUT[type=submit] {
 position: absolute;
 right: 0;
 top: 0;
 min-width: 20%;
 height: 100%; 
 border-radius: 50px;  
 border: none;
 background: var(--main1);
 color: #fff;
 padding-left: 15px;
 padding-right: 15px;
 font-size: 13px;
}

#footer-newsletter .accept-text {
 display: flex;	
}

#footer-newsletter .wpcf7-list-item {
 margin: 0;	
}

.wpcf7-spinner {
 position: absolute;	
}


#copyright {
 font-size: 0.8rem;
 color: #fff; 
 background: #010101;
 padding: 25px 0;
}

#copyright a {
 color: #inherit;
 color: #fff;
 opacity: 0.6; 
}

.col-performance {
 text-align: right;	
}


.btn-top {
 position: fixed;
 display: block;
 opacity: 0;
 width: 36px;
 height: 36px;
 text-align: center;
 font-size: 25px;
 line-height: 38px;
 border-radius: 3px;
 background: var(--main1);
 right: -60px;
 bottom: 40px;
 transition: all .3s ease;
 color: #fff;
}

.btn-top:hover {
 opacity: 0.8;

}

.btn-top-show {
 display: block;
 opacity: 0.9;
 z-index: 9999; 
 right: 20px;
 bottom: 45px;  
}


#cookie_info {
 width:90%;
 background: #f3f3f3;
 display: flex;
 flex-wrap: nowrap;
 justify-content: space-around;
 padding:35px 20px 25px 20px;
 font-size:14px;
 line-height: 1.4;
 position: fixed;
 bottom:30px;
 left:5%;
 color: #222;
 border-radius: 5px; 
 box-shadow: 0px 0 30px rgba(1, 41, 112, 0.2);
 z-index:-1;
 opacity: 0;
 animation-name: cookieShow; 
 animation-duration: .5s;
 animation-delay: 2s;
 animation-fill-mode: forwards;  
}

@keyframes cookieShow {
 0%   { z-index: -1; opacity: 0; }	
 100% { z-index: 999999999; opacity: 1;}
}

#cookie_info .fa-cookie-bite {
 font-size: 100px;
 color: var(--logocolor); 
 margin-right: 35px;
}

#cookie_info a {
 color: inherit;
}

#cookie_close {
 font-size:14px;
 font-weight: bold;
 cursor: pointer;
 padding: 12px 30px;
 background: var(--logocolor);
 border-radius: 25px;
 color: #fff;
 display: inline-block;
}

.icons-cookies {
 max-width: 40px;
 height: auto; 
 float: left;
 margin-right: 20px;
}



@media all and (max-width:1250px) {
  
  #our-services .col-offer .wrapper {
   background-size: auto 110%;
  }
  
  #our-services .col-offer .wrapper:hover {
   background-size: auto 125%;
  }

  
} /* media 1250 */	


@media (max-width:1100px) and ( orientation:landscape ) {
 
 .logo {
  max-height: 60px !important;
  width: auto !important;
 }	 
 
 
 #home-slider .slide img {
  height: auto!important;	 
  width: 100%!important; 
  max-width: 100%!important;
  position: relative;  
  animation: none;
  left: 0!important;  
 } 
 
 .hero-content h5 {
  display: none;	 
 } 
 
} /* media */

@media all and (max-width:768px) {
 
 .desktop { 
  display: none;
 }

	
 #catmenu {
  display: none;		
 }	
 
 
 #header {
  position: relative;
  top: 0;
  border-radius: 0; 
  padding: 0;  
  background: #000; 
 }

 .home #header {
  position: absolute;
  background: transparent;  
 }
 
 .page #header {
  position: relative;	 
 }
 
 .contact-item:first-child,
 .contact-item:nth-child(3) {
  display: none;	 
 }
 

 .page-top-background {
  bottom: -43px;	 
 }
 
 .page-top-background-2 {
  bottom: -31px;	 
 }
 
 
 #header .col-md-4 {
  display: block;	 
 }
 
 
 
 #header .col-logo {
  justify-content: space-between; 
 }
  
  #header .logo-link {
   flex-basis: auto; 
   position: relative;
   z-index: 9999;   
  }
 
   
  #header .logo-white {
   width: auto;   
   max-width: 100%; 
   max-height: 40px;
   height: auto;
  } 
 
  #mobile-menu {   
   transition: all .3s ease;
   position: fixed;
   top: 0;
   right: -200vw;
   width: 100%;
   padding-top: 100px;
   padding-left: 15px;
   height: 100vh;
   overflow-y: scroll;
   background: #000; 
  }
  
  #mobile-menu.menu-show {
   top: 0;
   right: 0;
   width: 100%;
   padding-top: 100px;   
  }
  
  #mobile-menu.menu-show:before {
   content: "";
   width: 100%;
   height: 78px;
   background: #000;
   position: fixed;
   top: 0;
   z-index:9;
  }
  
		.menu-button {
		 display: block;	 
		 position: relative;
		 top: 0;
		 right: 0;
		 cursor: pointer;		
		 width: 40px;
		 height: 40px;
		 border-radius: 50%;
		 background: #fff;
		 text-align: center;
		 font-size: 30px;
		 line-height: 40px;
		 z-index: 9999;
		 transition: all .4s ease;
		}
		
		.menu-button.menu-button-close {
		 transform: rotate(720deg);
		}
	
		  
	  #mobile-menu ul {
	   display: block;
       list-style: none;
	   margin: 0;
	   padding: 0;	   
	  }
	  
	  #mobile-menu ul li a {
       display: block;
	   padding: 8px 10px;
	   line-height: 1.3;
	   color: #fff;
	   border-bottom: 1px solid rgba(255,255,255,.1);
	  }
	  
	  #mobile-menu .top-menu-social {
       padding: 6px 4px		  
	  }

	  #mobile-menu ul li li a {
	   padding: 7px 10px 7px 20px;
	   font-size: 14px;
	  }	  

 .site-href {
  position: absolute;
  top: 0px; 
 }
 
 #home-slider,
 #home-slider .carousel,
 #home-slider .carousel-item {  
  height: auto!important;	
 }

 #home-slider {
  margin-bottom: 0px;	 
 }
 
 #home-slider .carousel-indicators,
 #home-slider .home-top-to-down {
  display: none;	 
 }
 
 .std-section {
  padding: 60px 15px;	 
 } 
 
 #offer .col-md-3 {
  margin-bottom: 30px;	 
 }
 
 .foto-l-cols .wp-block-column:first-child {
  order: 1  
 }

 .foto-l-cols .wp-block-column:last-child,
 .foto-r-cols .wp-block-column:first-child {
  padding-top: 60px;
  padding-bottom: 40px;  
 }
 
	
 #home-contact {
  text-align: center;
  padding-bottom: 1px!important;  
 }	
 	
	
 footer {
 text-align: center;
 }	

 .logo-footer {
  max-width: 180px!important;
  margin-bottom: 0px;  
 }
 
 .widget-continer-f1 img {
  margin-top: 10px;
  margin-bottom: 50px;  
 }
 
 
 footer .col-md-3 {
 border-right: none;	 
 }
 
 footer ul a {
  display: inline-block;	 
 }
 
 #block-social {
  margin-top: 10px;
  margin-bottom: 30px;  
 }

 #copyright,
 .col-performance.text-end {
  text-align: center!important; 
 }
 
 .col-performance {
  padding-top: 20px;
  padding-bottom: 6px;  
 }
 
 
 
 
	
} /* media */	



@media (min-width:576px){.progress-wrap.active-progress{opacity:1}}

.progress-wrap {
 position:fixed;
 right:1.5rem;bottom:50px;width:2.3rem;height:2.3rem;cursor:pointer;display:block;border-radius:100%;box-shadow:inset 0 0 0 .1rem rgba(128,130,134,.25);z-index:9999999;opacity:0;visibility:hidden;transform:translateY(.75rem);transition:all .2s linear,margin-right 0s}

@media (prefers-reduced-motion:reduce){.progress-wrap{transition:none}}

.progress-wrap.active-progress {
 visibility:visible;
 transform:translateY(0);
 opacity: 1;
}

.progress-wrap:after { 
 position:absolute;
 font-family:bootstrap-icons;
 content:"\f145";
 text-align:center;
 line-height:2.3rem;
 font-size:1.2rem;
 color: var(--logocolor);
 left:0;
 top:0;
 height:2.3rem;
 width:2.3rem;
 cursor:pointer;
 display:block;
 z-index:1;
 transition:all .2s linear;
}

@media (prefers-reduced-motion:reduce){.progress-wrap:after{transition:none}}.progress-wrap svg path{fill:none}

.progress-wrap svg.progress-circle path { 
 stroke:#3f78e0;
 stroke: var(--logocolor);
 stroke-width:4;
 box-sizing:border-box;
 transition:all .2s linear}

@media (prefers-reduced-motion:reduce){.progress-wrap svg.progress-circle path{transition:none}}

@media (min-width:576px){.progress-wrap.active-progress{opacity:1}}



