/*
Theme Name: Pue-ee 
Theme URI: http://inford.eu
Author: inford.eu
Author URI: http://inford.eu
Description: Template for pue-ee.pl
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: pueee
Tags: INFORD
*/


:root {
 --main1: #000; 
 /*--logocolor: #179347;*/
 --logocolor: #ffc61c;
 --main3: #24252c; 
}

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

body {
 margin: 0;
 padding:0;
 background: #fff;
 width:100%; 
 color:#222;
 font-weight:400;
 font-size: 16px;
 line-height:1.7;
 font-family: 'Roboto', sans-serif;
 animation-name: alpha;
 animation-duration: .6s; 
}

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

.mobile {
 display: none;	
}

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

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

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


h1 {
 color: var( --main2 );
 font-weight: 600;	
}

 h2, h3, h4, h5, h6 {
 color: #333;
 font-weight: 600;
}

h1 {
 font-size:	26px;
}

h2 {
 font-size:	23px;
}

h3 {
 font-size:	20px;
 
}

h4 {
 font-size:	17px;
}

h5 {
 font-size:	15px;
}

h6 {
 font-size:	13px;
}

.relative {
 position: relative	
}

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

.container {
 max-width: 1260px;	
}

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


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

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


.btn-primary {
 border-radius: 5px;
 border: none;
 background: var(--logocolor)!important; 
}

.btn-secondary {
 border-radius: 5px;
 border: none;
 background: #000!important; 
 color: #fff;
}

.btn:hover {
 background: #222;
 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);
}

.border-1 {
 border: 1px solid #eee;	
}

#header {
 padding: 5px 10px;
 background: #24252c;
 position: fixed;
 top:0;
 left: 0;
 right: 0;
 height: auto;
 width: 100%;
 color: #fff;
 z-index: 999999999;  
 -moz-transition: all .3s ease;
 -webkit-transition: all .3s ease;
 -o-transition: all .3s ease;
 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: relative;
 width: auto;
 max-height: 50px; 
 margin-right: 8px;
 z-index: -1;
 display: none;
 -moz-transition: all .3s ease;
 -webkit-transition: all .3s ease;
 -o-transition: all .3s ease;
 transition: all .3s ease;
}

.logo-white {
 position: relative;
 width: auto;
 max-height: 50px; 
 margin-right: 8px;
 -moz-transition: all .3s ease;
 -webkit-transition: all .3s ease;
 -o-transition: all .3s ease;
 transition: all .3s ease;	
}


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

.fixed-header .logo {
 display: block;
 max-height: 40px!important; 
}

.fixed-header .logo-white {
 max-height: 40px!important; 
 display: none;
}

#catmenu {
 float: right;
 margin-top:0px;
 margin-bottom: 6px;
 z-index:101;	
 border:0px solid;
 -moz-transition: all .3s ease;
 -webkit-transition: all .3s ease;
 -o-transition: all .3s ease;
 transition: all .3s ease;	 
}
	
.fixed-header #catmenu {
 margin-top:0;	
}
	
#catmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	
#catmenu li {
	float:left;
	margin: 0px;
	padding: 0px;
}

#catmenu li a, #catmenu li a:link, #catmenu li a:visited {
	display: inline-block;
	position: relative;
	font-size:15px;	
	line-height: 1;
	font-weight: 400;
	padding: 14px 12px 14px 12px;
	color: #fff;
	text-transform: uppercase;
	transition: all .3s ease;
}

#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 {

}

.fixed-header #catmenu li a:hover {
 color: #ffc61c;
 opacity: 1.0;
}

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

#catmenu li a:hover, #catmenu li a:active {	
 color: #ffc61c;

}

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

#catmenu li a:hover:before {
 content: "";
 width: 30px;
 height:1px;
 border-top: 1px solid var(--green);
 position: absolute;
 top: 0px;
 left: 50%;
 opacity: 1;
 transition: all .3s ease; 
 transform: translateX(-50%);
}
 
#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;
 padding-right: 0 !important;
}


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


.menu-top-contact {
 padding-left: 12px;
 padding-right: 12px!important;	
 background: #ffc61c;
 border-radius: 5px; 
}
	
#catmenu li li a, #catmenu li li a:link, #catmenu li li a:visited {
	width: 100%;
	float:none;
	margin: 0px;
	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 {
 background: #f1f1f1;	
}

#catmenu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;	
	background: #24252c;
	width: 260px;
	margin: 0px;	
	padding:10px 5px;
	border-bottom: 5px solid var(--green);
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
	}



#catmenu li ul a { 
 min-width: 50px;
}

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

#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: auto;
}

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




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

.top-menu-social a {
 width: 30px;
 height: 30px;
 display: inline-block;
 background: #000;
 color: var(--green);
 line-height:16px;
 text-align: center;
 padding: 7px 0 2px 0!important;
 border-radius: 50%;
 margin-top: 4px;
}


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

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

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

}



.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;
 background: #000;
 color: #fff;
 line-height:1;
 text-align: center;
 padding: 7px 0 2px 0!important;
 border-radius: 50%;
}


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

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

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

}


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


#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;	
}

#home-slider,
#home-slider .carousel,
#home-slider .carousel-item {
 height: 80vh;
 overflow: hidden; 
}

#home-slider .carousel-inner {
 z-index: 999;	
}

#home-net {
 height: 100%;
 z-index: 1;
 
}

#home-slider .top-bg-container {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 height: auto;
 z-index:999;
}

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

#home-slider .carousel-caption {
 position: absolute;
 right: auto;
 top: 55%;
 left: 50%;
 bottom: auto;
 padding: 30px;
 transform: translate(-50%,-50%);
 color: #fff;
 text-align: center;  
}


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

#home-slider .carousel-item h3 {
 color: #fff;	
}

#home-slider a {
 color: #fff;	
}

#home-slider .btn-slide-more {
 padding: 9px 16px;
 line-height:1;
 background: var(--logocolor);
 color: #fff;
 font-size: 13px; 
 border-radius: 5px;
 margin-right: 10px;
}

#home-slider .btn-slide-more-2 {
 padding: 9px 16px;
 line-height:1;
 background: var(--main3);
 color: #fff;
 font-size: 13px; 
 border-radius: 5px;
}

#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;	
}

#home-slider .carousel-indicators {
 bottom: 10px;
 z-index: 99999;	
}


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

.bg-section {
 background: var(--logocolor);  
}

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

#home-slider .content-top-bg {
 position: absolute;
 width: 100%;
 height: auto; 
 bottom: 0;
 z-index: 999;
}


#welcome {

}

#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;
}

#about {
 
}

#about .container {
 position: relative;
}


#about .logo-ico {
 position: absolute;
 top: -50px;
 left: -40px;
 opacity: .5;
 width: 200px;
}

#home-cta {
 padding: 10px 10px;	 
 color: #fff;
 line-height: 1; 
 font-size: 45px;
 font-weight: 600;
}

#home-cta a {
 color: inherit;	
}

#home-cta .bi {
 position: relative;
 margin-right: 10px;
 color: var(--logocolor); 
}

#home-cta:hover {
 color: var(--logocolor);	
}

#home-cta:hover .bi {
 color: #fff;
 animation-name: ring;
 animation-duration: .4s; 
}

@keyframes ring {
		
		0%   { left: 0;  }
		20%  { left: -4px; }
		40%  { left: 0; }
		60%  { left: -4px; }
		80%  { left: 0; }
		100% { left: -4px; }
		
	}

#home-cta p {
 margin-bottom: 0;	
}


#home-last-projects {
	
}

#home-last-projects .desc {
 font-size: 14px;	
}

#home-last-projects .project-thumbnail {
 margin-bottom: 8px;	
}

#home-last-projects .desc {
 font-size: 15px;
 line-height: 1.5; 
}


/*-------------------------------home last project carousel -----------------------*/

#home-last-projects  .swiper {
 padding-bottom: 40px;	
}

.article-swiper .swiper-slide {
 /*display: flex;
 justify-content: center;
 align-items: center;*/
 height: auto;
}


.swiper-slide.card {
 border: none;	
}

.article-swiper .swiper-pagination-bullet {
	
}

.article-swiper .swiper-pagination-bullet-active {
 background: #000;	
}

.article-swiper .swiper-pagination {
 /*text-align: right;*/
}


.article-swiper .swiper-button-prev {
 display: none;
 top: 0;
 left: auto;
 right: 40px;
 bottom: auto;
 z-index: 99;
 color: #000; 
}

.article-swiper .swiper-button-next {
 display: none;
 top: 0;
 left: auto;
 right: 0;
 bottom: auto; 	
 z-index: 99;
 color: #000;
}






#home-newsroom {
 background: #f3f3f3;	 
}

#home-newsroom .desc {
 font-size: 14px;	
}

.offer-nav  {
 display: block;	
 border: 0px solid #cc0000;	
 padding-left: 8px;
 padding-right: 8px;
}

.offer-nav li {
 display: block;
 padding: 5px 2px 5px 2px;
 transition: all .3s ease;
 border-bottom: 1px solid rgba(0,0,0,.08);
}

.offer-nav li:last-child {
 border-bottom: none;	
}

.offer-nav li.menu-section-element {
 font-weight: 500;
 font-size: 13px;
 opacity: 0.3; 
}

.offer-nav li.menu-section-element a:before {
 display: none;
}

.offer-nav li:hover {
 background: #f3f3f3;	
}

.offer-nav li:before {
 content: "-";
 margin-right: 4px; 
}

.offer-nav li a {
 font-size: 15px;
 /*display: block;	*/
}


#home-gallery {
 background: #f3f3f3; 		
}

#home-gallery .wp-block-image img {
 border-radius: 5px;	
}

.card-cols .card {
 border: none;	
}


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

.ico-wrapper-center {
 margin-left: auto;	
 margin-right: auto;
}

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

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


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

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


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

h2.section-title.section-title-gold:after,
h2.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: #fff;
 font-size:0.7rem;
 padding: 0;
 margin-bottom: 30px; 
 opacity: 0.6;
 align-items: center; 
}

.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: 5px; 
 border-bottom: 1px solid #eee; 
}

.archive-content .row-post .archive-meta {
 color: #eee;
 font-size: 75%;
}

.archive-content .row-post .archive-meta i {
 margin-right: 5px;	
}


.archive-content .row-post .newsroom-thumb {
 opacity: 0.8; 	
}

.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;	
}

/*---------------------------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: 3px;
 padding: 15px 10px;
}

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


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



#home-contact {
 padding-top: 50px;	
 padding-bottom: 50px;
 background: var(--main3);
 color: #fff;
}


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

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

#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: #ffcd02;
 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; 
 border: 1px solid rgba(0,0,0,.2);
 color: #666;
 font-size:14px;
 border-radius: 5px;
}

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

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

#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; 
}

#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: #ffc61c; 	
 color: #fff;
 cursor: pointer;
 border: none;
 border-radius: 5px;
 font-size: 16px;
 transition: all .3s ease;
}

#contact-form .wpcf7-submit:hover {
 background: #000;
 color: #fff; 
}



/*------------------ 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-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: 40px;
}

.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( --main1 ); 
 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: var(--logocolor);
 color: #fff; 
 padding: 0 15px 0 15px; 
 font-size: 0.92rem;

}


.col-footer-1 {
  
}

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

.logo-footer {
 max-width: 180px;
 height: auto; 
 width: 90%;
 margin-right: 10px;
}

.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-md-3:last-child {
 border: none;	
}

footer .fa,
footer .fas {
 color: var(--main1);
 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); 
}

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

.block-social .soc-ico {
 display: inline-block;
 width: 35px;
 height: 35px;
 border-radius: 50%;
 text-align: center;
 background: #fff;
 color: var( --main1);
 line-height: 1;
 padding-top: 9px;
 font-size: 17px; 
 margin-right: 8px; 
}


#copyright {
 font-size: 0.8rem;
 color: #fff; 
 background: #000;
 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 {
 position: fixed;
 bottom: 30px;
 left: 40px;
 right: 40px;
 background: rgba(255,255,255,.98);
 border-radius: 5px;
 box-shadow: 1px 1px 8px 1px rgba(0,0,0,.2);
 color: #000;
 padding: 30px 20px 30px 20px;
 font-size: 14px;
 line-height: 1.4;
 z-index:9999999999;
}

#cookie_info a {
 color: #000;
}

#cookie_close {
 position: relative;
 float: right;
 margin-right:10px;
 margin-left:20px;
 font-size:13px;
 font-weight: bold;
 cursor: pointer;
 border:none;
 padding: 6px 15px;
 color: #000;
 background: var(--logocolor);
}


.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: var(--main1); 
 }
 
 .page #header {
  position: relative;	 
 }
 
 .contact-item:first-child,
 .contact-item:nth-child(3) {
  display: none;	 
 }
  
 
 #header .col-md-4 {
  display: block;	 
 }
 
 
 
 #header .col-logo {
  justify-content: space-between; 
 }
  
  #header .logo-link {
   flex-basis: auto;  	  
  }
 
  #header .logo {
   width: auto;   
   max-width: 80px; 
   height: auto;
  } 
 
  #mobile-menu {   
   position: absolute;
   top: 0;
   left: 10%;
   right: 0;
   padding: 40px 15px 15px 15px;
   height: 100vh;
   margin-top: 10px;
   background: var(--main1);   
  }
		.menu-button {
		 position: relative;
		 right: auto;
		 top: 50%;
         display: block;
		 margin: auto;
         float: right;
		 color: var(--main1);
		 font-size: 35px;
		 cursor: pointer;
		 padding: 0px 0px;	
		 text-align: center;
		 width: 33px;
		 height: 33px;
		 margin-top: 0px;
		 margin-right: 0;
		 transform: translateY(-50%);
		 z-index: 999;
		}
		
		.menu-button hr {
		 width: 100%;
		 height: 2px;
		 border-top: 2px solid #fff;
		 display: block;
		 margin: auto;
		 margin-bottom: 7px;
		 opacity: 1;
		 clear: both;
		 -moz-transition: all .3s ease;
		 -webkit-transition: all .3s ease;
		 -o-transition: all .3s ease;
		 transition: all .3s ease;		 
		}
		
		.menu-button.menu-button-close {
		}
		
		.menu-button.menu-button-close hr:last-child {
		 display: none; 	
		}
		
		.menu-button.menu-button-close hr:first-child{
		 position: absolute;
		 top: 50%;
		 transform: rotate(45deg);
		 transition: transform .3s;	
		 
		}

		.menu-button.menu-button-close hr:nth-child(2n) {
		 position: absolute;
		 top: 50%;			
		 transform: rotate(-45deg);		 
		 transition: transform .3s;		
		
		}
		  
	  #mobile-menu ul {
	   display: block;
       list-style: none;
	   margin: 0;
	   padding: 0;	   
	  }
	  
	  #mobile-menu ul li {
	   position: relative;
	   padding-right: 40px;
	   border-bottom: 1px solid rgba(255,255,255,.1);
	  }
	  
	  #mobile-menu ul li a {
       display: block;
	   padding: 8px 10px;
	   line-height: 1.3;
	   color: #fff;

	  }
	  
	  #mobile-menu .top-menu-social {
       padding: 6px 4px		  
	  }
	  
	  #mobile-menu .menu-item-has-children:after {
       content: "\f078";
	   font-family: FontAwesome;
	   color: #fff;
	   font-size: 17px;
       position: absolute;
       right: 10px;
       top: 8px;
       cursor: pointer;
	   display: block;
	   z-index: 99999;
       transition: all .3s ease;	   
	  } 
	  
	  #mobile-menu .menu-item-has-children .sub-menu {
       display: none;
	  }
	  
	  #mobile-menu .menu-item-has-children.show:after {
       transform: rotate(180deg);		  
	  }
	  

	  #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: 80vh;	
 }
 
 #home-slider .top-bg-container {
  display: none;	 
 }

 #home-slider .carousel-control-prev {
  display: none;  
 }
 
 #home-slider .carousel-caption {
  width: 100%;	 
 }
 

 #home-slider .carousel-item h2 {
 font-size: 30px;	
 }
 
 
 #home-cta {
  font-size: 21px;
  font-weight: 600;
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
 
 
 #welcome .wp-block-column {
  margin-bottom: 30px;	 
 }

 .home-columns.wp-block-columns {
  justify-content: space-between;	 
 }

 .home-columns.wp-block-columns .wp-block-column {
  flex-basis: 48%!important; 
  flex-grow: 0!important;  
 }
 
 .home-columns-abs .wp-block-column:not(:first-child) {
  margin-left: 0;
 }
 
 .home-columns.wp-block-columns h3 {
  font-size: 17px;
 }
 
 .home-columns-abs .wp-block-column::after {
  top: 0%;
 }
 

 #welcome .wp-block-column {
  margin-bottom: 20px;	 
 }
 
 .std-section {
  padding: 60px 0px;	 
 } 
 
 .counters .counter-desc {
  min-height: auto;	 
 }
 
 .counters .col-counter {
  margin-bottom: 50px;	 
 }
 
 #last-posts .bg-container {
  display: none;	 
 }
 
 .newsroom-thumb {
  width: 100%;
  height :auto;
  margin-bottom: 10px;  
 }

 .archive-content,
 .single-content,
 .page-content {
  padding-top: 20px; 	 
 }	
   
 .page-content-full-width .offer-cols .wp-block-column.col-wp-2 {
  max-width: none!important;	 
 }
	
 #home-contact {
  text-align: center;	 
 }	
 
 #home-contact .col-home-contact-data {
  padding-right: 12px;
 }

 #home-contact .col-home-contact-data h2 {
  text-align: center;	 
 }
 
 .page-top {
  min-height: auto;	 
 }	
	
 footer {
 text-align: center;
 }	

 .logo-footer {
  max-width: 200px;
  margin-bottom: 30px;  
 }
 
 .widget-continer-f1 img {
  margin-top: 10px;
  margin-bottom: 50px;  
 }
 
 
 footer .col-md-3 {
 border-right: none;	 
 }
 
 #block-social {
  margin-top: 30px;	 
 }

 #copyright, 
 .col-performance {
  text-align: center; 
 }
 
 #copyright .text-end {
  text-align: center!important;	 
 }
 
	
} /* media */	

