/*   
Theme Name: Hydrocraft
Description: Szablon wykonany dla firmy Hydrocraft
Author: Larso
Author URI: larso.pl
*/


@media screen {


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

	
* { margin: 0; padding: 0; }
body { background: #fff; font-size: 14px; color: #08262d; font-family: 'Poppins', tahoma, sans-serif;}
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; height: 0; line-height: 0;}
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

h1, h2, h3 { color: #08262d; font-weight: normal; margin: 0 0 10px 0; font-family: 'Poppins', arial, tahoma, sans-serif; line-height: 1.2em;}
p { margin: 0 0 20px 0; color: #08262d; font-size: 1.1em; line-height: 1.4em;}
a { color: #1277bc; text-decoration: none;}
a:hover {text-decoration: underline;} 
a img { border: none; }

ul, ol { margin: 0 0 10px 0; }
ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }
} /* END screen media */

/* IOS RESET */
a[href^=tel] { color: inherit; text-decoration: none; }

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */
	max-width: 1120px !important;
   padding-left: 30px !important;
   padding-right: 30px !important;
	margin-left: auto !important;
   margin-right: auto !important;
	}

.group-padding {
	zoom:1; /* For IE 6/7 */
	max-width: 1400px;
	padding: 0;
	margin: 0 auto;
}

/*  GRID OF SIX  */
.span_6_of_6 {
	width: 100%;
}

.span_5_of_6 {
  	width: 83.06%;
}

.span_4_of_6 {
  	width: 66.13%;
}

.span_3_of_6 {
  	width: 49.2%;
}

.span_2_of_6 {
  	width: 32.26%;
}

.span_1_of_6 {
  	width: 15.33%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_6, .span_2_of_6, .span_3_of_6, .span_4_of_6, .span_5_of_6, .span_6_of_6 { width: 100%; }
}

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

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

.text-center{
	text-align: center;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #c1c1c1;
    margin: 1em 0;
    padding: 0;
    width: 100%;
}

.lar-invisible {
	transition: 1s ease-in-out;
	opacity: 0;
}

.lar-visible {
	transition: 1s ease-in-out;
	opacity: 1;
}

.fx {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}


.scrollToTop {
	width:40px; 
	height:40px;
	text-align:center; 
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	bottom:10px;
	right:10px;
	background: rgba(0,0,0,0.6) url(img/arrow-min.png) no-repeat 50% 50%;
	background-size: 20px auto;
	opacity: 0.9;
	z-index: 9000;
}

.scrollToTop:hover{
	text-decoration:none;
	background: rgba(18,119,188,0.9) url(img/arrow-min.png) no-repeat 50% 50%;
	cursor: pointer;
	background-size: 20px auto;
}

.scroll-disable {
	display: none;
}

.scroll-enable {
	display: block;
}

/*    *************************************************     HEADER     ***************************************************  */
.top-bar-link {
	position: fixed;
	top: 0;
	width: 100%;
}

.top-bar-link #logo-link img {
	width: 70px;
	height: auto;
}

.top-bar-link #menu {
    padding-top: 4px;
}

.top-bar-link #top-header-contact {
    padding-top: 0;
}
div#header.top-bar-link {
    padding: 4px 0;
}

#spearator {
	height: 0;
	
}

.top-bar-link + #spearator {
	height: 113px;
}

.top-bar-link #menu-mobile {
	display: none;
}

#header {
   width: 100%;
   z-index: 1000;
	padding: 14px 0;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	background: #fff;
	-webkit-box-shadow: 0px 5px 14px 2px rgba(0,0,0,0.37); 
box-shadow: 0px 5px 14px 2px rgba(0,0,0,0.37);
}

#logo-link {
    display: inline-block;
    height: auto;
    float: left;
	 width: 20%;
}



#top-header-contact {
	width: 30%;
	float: right;
	text-align: right;
	padding-top: 18px;
}

#top-header-tel {
   display: inline-block;
	font-size: 1.4em;
	font-weight: 700;
	padding-bottom: 5px;
}

#top-header-contact .fas {
    font-size: 1.2em;
	 margin-right: 5px;
}

#top-header-contact .fa-envelope {
	color: #1277bc;
	margin-right: 7px;
}


/*    *************************************************     MENU     ***************************************************  */
#menu {
    display: inline-block;
    width: auto;
    height: auto;
    position: relative;
    text-align: center;
    padding-top: 25px;
	 width: 50%;
}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    transition: opacity 1s ease;
    z-index: 100;
}

#menu ul li {
    float: left;
    margin: 0;
    padding: 0;
    position: relative; 
}

#menu ul li a {
    font-size: 1.2em;
    font-weight: 500;
    display: inline-block;
    color: #096685;
    text-align: left;
    line-height: 1.4em;
	 padding: 8px 20px;
    text-decoration: none;
    transition:  0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    border-radius: 12px;
	 margin: 0;
}

#menu ul li + li:before {
	content: '/';
   margin-left: 3px;
	display: inline-block;
   width: 14px;
   height: 14px;
   color: #fff;
}


#menu ul li:hover a {
   background: #096685;
	color: #fff;
}

#menu  ul li ul {display: none;}
#menu  ul li:hover ul {display: block; transition: opacity 1s ease; z-index: 1111; position:absolute; top: 28px; left: 19px;padding-top: 10px;}
#menu  ul li ul li {float: none; padding: 0;  margin: 0; text-align: left; background: #1679b5; }

#menu ul li:hover ul li a{
    border-left: none;
    border-right: none;
}

#menu ul li ul li + li:before {
   content: none;
   display: none;
   margin: 0;
}

#menu ul li ul li a {
    margin: 0;
    text-align: left;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    width:  auto !important;
    height: auto !important;
    white-space: nowrap;
    min-width: 70px;
    font-size: 16px;
}
    
#menu  ul li ul li a:hover{background: #0366a9;}

#menu ul li ul li +  li {
    border-top: 1px solid #6c97c2;
}

#menu  ul li ul li {z-index: 11; }

#menu  ul li ul li ul {display: none !important;}


/* Mobile Menus  */
#menu-mobile {
	display: none;
}

#my-mobile-menu {
	color: #3a3a3a;
	font-size: 1.6em;
	margin-top: 36px;
   position: absolute;
   height: 40px;
   width: 40px;
   background: transparent url(img/menu-white.svg) 50% 50% no-repeat;
   background-size: auto 34px;
}

#my-mobile-menu:hover {
	cursor: pointer;
}

.mm-menu_offcanvas.mm-menu_opened {
   z-index: 99999;
}

.fa-bars:before {
	display: none;
}

/*    *************************************************     FOOTER     ***************************************************  */
#footer {
    background: #1a1a1a;
    padding: 15px 0 0 0;
    text-align: center;
    border-top: 1px solid #dddddd;
    margin-top: 60px;
    padding-bottom: 10px;
}


#footer div {
   font-size: 13px;
   color: #e1e1e1;
   font-weight: 500;
}

#author {
   font-size: 0.6em;
   color: #c3c3c3;
}


/*    *************************************************     ZDJĘCIA W ARTYKUŁACH    ***************************************************  */
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
	}
.alignleft {
	float: left;
	}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*    *************************************************     STARTOWA     ***************************************************  */




/*    *************************************************     SIDEBAR     ***************************************************  */
#sidebar {
    width: 30%;
    overflow: hidden;
    float: right;
    margin-top: auto;
    border-left: none;
    padding-left: inherit;
}

#sidebar .widget p {
    font-size: inherit;
}

#sidebar .widget {
    margin-bottom: auto;
}

#sidebar .widget h2{
    color: inherit;
    font-weight: normal;
    font-size: inherit;
    margin: auto;
    padding: inherit;
    line-height: inherit;
}

#sidebar .widget ul {
    margin: auto;
    list-style-type: none;
}

#sidebar .widget ul li a {
    display: block;
    font-size: inherit;
    border-bottom: none;
    padding-bottom: inherit;
    margin-bottom: inherit;
}



/*    *************************************************     PAGE    ***************************************************  */
#left-content {
    overflow: hidden;
    width: 70%;
    float: left;
}

.entry-content {
   overflow: hidden;
}

.entry-content ul li {
	margin-bottom: 8px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
   font-weight: 700;
}

.entry-content .title {
   font-weight: 700;
   background: url(img/dots-black.svg) 50% bottom no-repeat;
   background-size: 90px auto;
   padding-bottom: 20px;
}

.entry-content .title-left {
   font-weight: 700;
   background: url(img/dots-black.svg) left bottom no-repeat;
   background-size: 90px auto;
   padding-bottom: 20px;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active>a {
   background-color: #1277bc !important;
   color: #fff !important;
}

.inline-block {
   display: inline-block;
}





/*    *************************************************     FORMULARZ KONTAKTOWY    ***************************************************  */
#lar-reg-form {

}

#lar-reg-form #contact-form-title {
	display: block;
	text-align: center;
	padding-bottom: 25px;
	font-weight: 700;
   font-size: 1.6em;
	margin-top: 14px;
}

#lar-reg-form .lar-reg-form-50left {
	width: 48%;
	float: left;
	margin-bottom: 0;
   padding: 0;
}

#lar-reg-form .lar-reg-form-50right {
	width: 48%;
	float: right;
	margin-bottom: 0;
   padding: 0;
}

#lar-reg-form input[type=text],
#lar-reg-form input[type=email],
#lar-reg-form textarea {
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin: 0 0 20px 0;
    height: auto;
    font-size: 0.875em;
    color: #4c4c4c;
	width: 100%;
	padding: 14px 4%;
}

.lar-form-agree {
	font-size: 0.8em;
	text-align: justify;
	line-height: 1.4em;
	color: #737373;
}

.lar-form-agree-check {
	width: 30px;
	float: left;
}

.lar-form-agree-check .wpcf7-not-valid-tip {
	width: 400px;
	margin-top: 40px;
}

.lar-form-agree-text {
	width: 94%;
	float: left;
}

.form-send-button {
	clear: both;
	padding-top: 30px;
	text-align: center;
}

#lar-reg-form .form-send-button input {
	display: inline-block;
	color: #fff;
	background: #1277bc;
	background-size: 14px auto;
	font-weight: 700;
	padding: 12px 35px 12px 25px;
	transition: 0.3s ease-in-out;
	font-size: 1.125em;
   border: none;
}

#lar-reg-form .form-send-button input:hover {
	transition: 0.3s ease-in-out;
	background: #f51e41;
	background-size: 14px auto;
	border: none;
	cursor: pointer;
}

div.wpcf7 .wpcf7-submit:disabled {
   opacity: 0.8;
}

div.wpcf7 .wpcf7-submit:disabled:hover {
   opacity: 0.8;
   background: #1277bc !important;
}


.lar-list-top {
	list-style-type: none;
}

.lar-list-top li{
	background: transparent url(img/dot-black.svg) 50% top no-repeat;
	background-size: 5px 5px;
	padding-top: 14px;
}

.lar-list-top li:first-of-type {
	padding-top: 0;
	background: none;
}

.box-info-wrap {
	display: inline-block;
	padding: 8px 25px;
	background: #f0f2f3 ;
	margin-left: auto;
	margin-right: auto;
}

.center {
	text-align: center;
}

