/*
Theme Name: pixflex-child
Theme URI: https://pixup.pl
Author: pixUp Marketing
Author URI: http://pixup.pl/
Template: pixflex
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pixflex-child

*/
.orange {
    color: DarkOrange;
    font-weight: 600;
    font-size: 20px;
    /* padding-bottom: 20px; */
    display: block;
}
.related-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}
.related-post-item {
  box-sizing: border-box;
}
.related-thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.related-post-item h3 {
  font-size: 18px;
  margin-bottom: 8px;
}


.single img {
    margin: 0 auto;
    display: block;
	max-width:90%;
}

.single h1 {
	font-size: 28px;
}

.single h2 {
    font-size: 24px;
}
.posty {
  display: grid;
  grid-template-columns: repeat(3, 1fr)!important;
  gap: 20px; /* odstęp między “komórkami” */
}

.posty a {
  display: block!important;       /* żeby link objął cały obszar kolumny */
  text-decoration: none;
  color: inherit;
}




.post {
    text-align: center;
    padding-top: 34px!important;
}

span.waw {
    text-align: center;
    display: block;
    padding-top: 33px;
}


a.linkwaw {
	font-family: Arial;
    color: #fff;
    text-decoration: none;
    border: 1px solid #888;
background: linear-gradient(357deg, rgba(206, 148, 23, 1) 0%, rgba(238, 183, 43, 1) 50%, rgba(255, 184, 43, 1) 66%); 
	padding: 8px 14px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    border-radius: 2px;
    border: 0;
	display:inline-block;
	margin: 12px;
}

ul#menu-menu-3 {
    /* text-align: center !important; */
    /* margin: 0 auto !important; */
    display: inline-block;
}



span.widgettitle {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    padding-bottom: 20px;
    padding-left: 7px;
    display: block;
}

ul.secondary-menu {
	width:90%!important;
}

p, span, a, h1, h2, h3, h4, h5 {
    letter-spacing: 1px;
}
.main-content {
    margin-top: 110px!important;
}

/* naprawa submenu */

ul.menu > .menu-item-has-children > a::after {
	color:#fff!important;
}

ul.secondary-menu li {
	border-left:0!important;
}
ul.secondary-menu li {
  position: relative;
}

ul.secondary-menu li > ul.sub-menu {
  display: none !important;
  position: absolute;   
  top: 100%;          
  left: 0;
  z-index: 9999;      
}

ul.secondary-menu li:hover > ul.sub-menu {
  display: block !important;
}

/* naprawa submenu end */


.posty {
    margin-top: 140px;
}
.big-frame {
    height: 120px;
}
.aba h3 {
    text-transform: uppercase !important;
}

.aba p {
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
}

a.h3link {
    display: block;
    text-align: center !important;
    margin: 0 auto !important;
    max-width: 220px;
}

.sow-features-feature-text strong {
    padding-bottom: 20px !important;
    display: block;
    color: DarkOrange;
    font-size: 16px;
    text-transform: uppercase;
}

ul.secondary-menu {
    max-width: 1300px !important;
    /* margin: 0 auto !important; */
    text-align: center !important;
	display:inline;
}

ul.secondary-menu {
    border-radius: 5px!important;
	padding:30px!important;
	padding-top:14px!important;
}
ul.secondary-menu a {
	font-weight:600!important;
}

.sow-features-feature-text {
    padding-top: 30px;
}
body {
	display:block;
}
.why12 p {
    margin-top: 10px !important;
    font-size: 18px;
    color: DarkOrange;
    font-weight: bold;
}

ul.secondary-menu li a {
    font-size: 16px;
    font-weight: 200;
  
}

h1, h2, h3, h4, h5 {
    text-transform: none;
	color: DarkOrange;
}
li#custom_html-6::marker, li#custom_html-7::marker, li#custom_html-8::marker, li#custom_html-5::marker {
    color: #0AABFB;
}

.menu-menu-2-container {
    text-align: center!important;
}
.sow-slider-base {
	max-width:1300px;
	margin-top:125px;
}

li.nav-icon {
    font-size: 48px!important;
}
ul.secondary-menu {
	max-width:1300px!important;
}
.home .breadcrumb {
    display: none!important;
}

.post {
    padding: 10px;
    background: #f2f2f2;
    margin: 2px;
}

.posty {
    display: grid;
    grid-template-columns: 2fr 2fr 2fr;
}

a.more-link {
    display: block;
    text-decoration: none;
    color: #444;
    border: 1px solid;
    text-align: center;
    padding: 4px;
    margin-top: 6px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    background: #ddd;
}

/* WAŻNE DO SKOPIOWANIA DO GŁÓWNEJ TEMPLATKI */



/* --- */

html{
  scroll-behavior: smooth;
}

h2 {
    font-weight: 900!important;
} 
@media screen and (max-width: 700px) {
	
	.related-posts {
		grid-template-columns:1fr!important;
	}
	

	
	.breadcrumb {
    margin-top: -50px;
}
.posty {
    display: block!important;
}

.post {
    width: 100%!important;
    display: block;
    padding: 0;
	}
	
	.brand {
    text-align: center;
    margin: 0 auto;
}
	ul#menu-top-menu li {
    border-bottom: 1px solid #ccc;
}
} /* end media */

@media screen and (min-width: 655px) {
	
	ul.secondary-menu {
	    padding: 10px !important;
}
	.footer-widget {
    width: 23%;
}

.footer-widget {
    padding-top: 30px;
}
	
	ul.sub-menu a {
    float: left !important;
    text-align: left !important;
    font-size: 14px !important;
}
	ul#menu-top-menu {
    display: none;
}
	
	ul#menu-menu {
    display: none;
}

	
	.secondary-menu ul li li {

    background: #0AABFB;
    text-align: center;
    width: 240px;
}

	.sub-menu {
		width:240px;
		margin-top:10px;
	}
	
	header {max-width:100%!important;}
	
	/*
	.site-nav {display:block; float:left; margin-top:0!important;}
	 header {display:block;}
	.brand {margin-left:0; padding-left: 0;}
	.menu-top-menu {margin-left:100px;}
	*/
	
	
	ul#menu-menu-2 {
    /* text-align: center; */
    margin: 0 auto;
    display: inline-block;
}

.menu-menu-2-container {
    text-align: right;
}
	
	.menu-top-menu-container {
    display: none;
}

.secondary-menu {
    position: fixed!important;
    top: 50px!important;
}
	
	.content-column.one_third {
    margin-bottom: 8px;
}
	
	

.callmob {
	display:none;
	right:10px;
	bottom:10px;
	position:fixed;
	height:1px;
	width:1px;
		
}
.hed2 {
	display:block;
	z-index:1;
}
} /* end only desktop */



/* ukryte na landingach 

.page-id-322 .contact {display:none;}



.page-id-8 nav.site-nav, .page-id597 nav.site-nav, .page-id-616 nav.site-nav, .page-id-632 nav.site-nav, .page-id-322 nav.site-nav, .page-id-1474 nav.site-nav{
    display: none4;
}

.page-id-8 .secondary-menu, .page-id-597 .secondary-menu, .page-id-616 .secondary-menu, .page-id-632 .secondary-menu, .page-id-1123 .secondary-menu, .page-id-1116 .secondary-menu, .page-id-322 .secondary-menu, .page-id-1264 .secondary-menu, .page-id-1474 .secondary-menu {
    display: none;
}

.page-id-8 header, .page-id-597 header, .page-id-616 header, .page-id-632 header {
    background: #fff;
}

.page-id-8 img.custom-logo, .page-id-597 img.custom-logo, .page-id-616 img.custom-logo, .page-id-632 img.custom-logo {
    border: 0px solid #fff;
    background: #fff!important;
}
*/
.page-id-8 .secondary-menu, .page-id-597 .secondary-menu, .page-id-616 .secondary-menu, .page-id-632 .secondary-menu, .page-id-1123 .secondary-menu, .page-id-1116 .secondary-menu, .page-id-322 .secondary-menu, .page-id-1264 .secondary-menu, .page-id-1474 .secondary-menu {
 
}
.page-id-1720 .breadcrumb, .page-id-1755 .breadcrumb, .page-id-8 .breadcrumb, .page-id-597 .breadcrumb, .page-id-616 .breadcrumb, .page-id-632 .breadcrumb, .page-id-1474 .breadcrumb, .page-id-2033 .breadcrumb, .page-id-2109 .breadcrumb, .page-id-2125 .breadcrumb, {
    display: none;
}

.page-id-8 .hed, .page-id597 .hed, .page-id-616 .hed, .page-id-632 .hed, .page-id-322 .hed {
	display:none;
	z-index:1;
}

.page-id-322 .breadcrumb, .page-id-690 .breadcrumb, .page-id-686 .breadcrumb, .page-id-668 .breadcrumb, .page-id-692 .breadcrumb, .page-id-531 .breadcrumb, .page-id-789 .breadcrumb, .page-id-785 .breadcrumb, .page-id-740 .breadcrumb, .page-id-1098 .breadcrumb, .page-id-597 .breadcrumb, .page-id-1123 .breadcrumb, .page-id-1116 .breadcrumb {
	display:none;
}
.page-id-8 .main-content, .page-id-597 .main-content, .page-id-616 .main-content, .page-id-632 .main-content {
    margin-top: 80px;
}

dl.gallery-item img {
    padding: 0px!important;
    border: 0px!important;
    margin-top: 0;
    margin-bottom: -14px!important;
}

span.cv {
  position:relative;
}

span.cv:before {
  content:"Upload file";
  position:absolute;
  left:0;
  padding:5px;
  background:red;
  color:#fff;
  width:130px;
  text-align:center;
  border-radius:5px;
  cursor:pointer;
}
span.cv>input {
  visibility:hidden;
}

div#gallery-1 {
    overflow: hidden;
}

/* koniec ukrytych */





/* div#pgc-322-1-1 {
    background: rgba(255,255,255, 0.9);
}
*/
.formularz {
    background: rgba(255,255,255, 0.9)!important;
}

#breadcrumbs i.fa.fa-home {
    color: #444!important;
    padding-right: 10px;
    margin-bottom: 10px;
}


a.tellink, a.linktel:visited {
    color: DarkOrange;
    font-size: 18px;
    text-decoration: none;
}

.linktel a, .linktel a:visited { 
color: DarkOrange!important; 
text-decoration:none!important; 
}


.sow-features-feature h5, .sow-features-feature h3 {
	 font-weight:bold!important;
 }

.color-0 {
    transition: all 0.2s ease-in-out!important;
    transform: scale(1.1)!important;
}



.h3link h3:hover {
    background: #444!important;
}

.h3link {
    text-decoration: none!important;
}
.h3link h3, .h3link a {
	border-radius:6px;
    background: DarkOrange;
    color: #fff;
    text-decoration: none!important;
    border: 2px solid #fff;
	font-size:14px;
}

.h3link2 h3:hover {
    background: limegreen!important;
}

.h3link2 {
    text-decoration: none!important;
}
.h3link2 h3, .h3link a {
	border-radius:6px;
    background: #fff;
    color: #444;
    text-decoration: none!important;
    border: 1px solid #444;
	font-size:16px;
	font-weight:normal;
}

.sow-features-feature p {
    font-family: 'roboto', sans-serif;
    font-size: 14px;
    line-height: 1.2;
	margin-top:-24px;
}

div#pg-322-1 {
    background: #fff;
	}

.form-label1 {
	
}

.form-label2 {
	
}

.form-label3 {
	
}

.formularz {
	background:#fff;
	padding:10px;
	margin-top:-2px;
	
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    padding: 10px;
	width: 180px;
	border-radius: 10px;
    border: 1px solid #888;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 642px;
	padding: 10px;
	border-radius: 10px;
    border: 1px solid #888;
	height:100px;
}

span.wpcf7-list-item-label {
    font-size: 14px;
}

input.wpcf7-form-control.wpcf7-submit {
	border: 1px solid #444;
    box-shadow: 1px 1px 1px #444;
    background: rgb(206,148,23);
    margin-top: 20px;
    background: linear-gradient( 
357deg
 , rgba(206,148,23,1) 0%, rgba(238,183,43,1) 50%, rgba(255,184,43,1) 66%);
    text-align: center;
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-family: 'roboto', sans-serif;
    width: 200px;
    cursor: pointer;
    border-radius: 4px;
}



.content-column.one_half{
	padding-right: 10px;
}

.content-column.one_third.last_column {
    width: 0;
    /* float: left; */
    /* display: block; */
}
.one_third {
    float: left!important;
    /* width: 38%; */
    padding-right: 10px!important;
}

span#showHide {
    margin: 0 auto!important;
    display: block;
    background: rgb(206,148,23);
    background: linear-gradient(
357deg
, rgba(206,148,23,1) 0%, rgba(238,183,43,1) 50%, rgba(255,184,43,1) 66%);
    text-align: center;
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
	font-family: 'roboto', sans-serif;
	width:200px;
	cursor:pointer;
	border-radius:4px;

}

span#showHide:hover {
	background:#444;
}


.klienci img:hover {
    transform: scale(1.5);
}



.footer-widget {
    padding: 10px;
}


#footer li a {
    border-bottom: 1px solid #ccc;
    display: inherit;
    line-height: 1.4;
    padding: 6px;
}

#footer {
    border-radius: 8px;
    bottom: 0px;
    border-top: 10px solid limegreen;
}

#footer p, #footer a, #footer a:visited, #footer ul, #footer H4 {
    color: #fff!important;
}

#footer ul, #footer ul li, #footer ul li a {
	list-style-type:square;
	color:#fff!important;
	font-family:'roboto', sans-serif;
	font-size:16px;
}
#footer ul {
	padding-left:20px;
}

li#custom_html-2, li#custom_html-3, li#custom_html-4, li#custom_html-5 {
    list-style-type: none;
}

li#custom_html-3 {
    padding-top: 43px;
}

li#custom_html-5 {
	padding-top:43px;
}

#footer h4, .widgettitle h4 {
    line-height: 1;
    font-size: 18px;
}
.footer-widget {
    padding: 10px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

.footer-widget {
    padding: 10px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    min-height: 210px;
}

.main-content {
	margin-top:30px;
}
.main-content ul {
font-family: 'roboto', sans-serif;
line-height:1.2;
}
h1 {
	font-size:44px;
	line-height:1
	}
	
h2 {
	font-weight:100;
}	

h2 strong {
	font-weight:800;
}

#foo h2, #foo h3, #foo h4 {
    padding-left: 0;
    padding-top: 40px;
}
#foo {
    padding: 10px;
    font-family: 'roboto', sans-serif;
    color: #666;
    font-size: 14px;
    line-height: 1.2;
}



#foo .tekst p, #foo .tekst h2, #foo .tekst h3, #foo .tekst h4, #foo .text ul, #foo .text li {
    font-family: 'Roboto', sans-serif!important;
    line-height: 1.1;
    font-size: 14px;
    color: #666;
}
#foo .tekst ul {
    color: #888!important;
    font-size: 14px;
	line-height:1.2;
}
.tekst p, .tekst h2, .tekst h3, .tekst h4, .text ul, .text li {
    font-family: 'Roboto', sans-serif!important;
    line-height: 1.1;
    font-size: 14px;
    color: #666;
}
.tekst ul {
    color: #888!important;
    font-size: 14px;
	line-height:1.2;
}

strong {
    font-weight: 600;
}

.main-content ul {
	padding-left:30px;
}

.site-nav {
	margin-top:85px;
	}

ul.secondary-menu li {
    float: left;
    list-style-type: none;
    padding-left: 20px;
	
    border-left: 1px solid #fff;
    padding-right: 20px;
}
ul.secondary-menu li a {
	color:#fff;
}

ul.secondary-menu {
    position: fixed;
    width: 100%;
    max-width: 1250px;
    margin-top: 65px;
    background: #0AABFB;
    padding: 20px;
	padding-top:4px;
    list-style-type: none;
	border-radius:1px;
	box-shadow: none;
	z-index:9999;
}

.menu li a {
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #444;
    font-weight: 800;
}

header {
	margin-top:0px;
	max-width:1510px!important;
}

.call-me {
	text-align: right;
    font-weight: bold;
    color: #444;
    padding-right: 18px;
    right: 0;
    position: absolute;
    width: 100%;
    background: aliceblue;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:110px;
}

.call-me span {
    font-family: 'roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.brand img {
    height: 80px;
    width: auto;
	padding-top:22px;
}

.brand img:hover {
	transition:all 0.6s ease-in-out;
}

#footer {
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex: auto;
    margin-top: 60px;
    max-width: 1250px!important;
    width: 100%!important;
    float: left;
    background: #0AABFB;
    padding: 20px;
}

/* style */

.secondary-menu {
	position: sticky;
	top:0;
	height:18px!important;
	
}

.photo img {
	border-radius: 4px;
    box-shadow: 2px 2px 4px #444;

}

.sticky-social{
  position:fixed;
  top:70px;
  left:-10px;
  padding:0px;
  margin:0px;
}
.social ul {
	display:grid;
}
.social{
  list-style:none;
  display:grid;
}
.social li{
  padding:10px 10px;
  font-size:25px;
  transition:all 0.8s ease-in-out;
}
.social li:hover{
    margin-right:-30px;
 box-shadow:2px 5px 10px grey;
}
.social li:hover .fa{
    margin-left:5px;
}
li.fb, li.yt, li.insta {
    padding: 4px;
    width: 8px!important;
}
.sticky-social li {
    margin-bottom: 2px;
}
.fa{
  color:#fff;
  transition:all 0.2s ease-in-out;
}
.fb{
  background-color:#3C5A98;
}
.twitter{
    background-color:#1EA1F2;
}
.insta{
    background-color:#444;
}
.pin{
    background-color:#CB2128;
}
.yt{
    background-color:red;
}
span.foundicon-facebook {
    background: dodgerblue;
    padding: 2px;
	padding-bottom:0px!important;
}

#sticky-social-list li {
    background-color: #444!important;
}

span.foundicon-instagram {
    background: mediumvioletred;
    padding: 2px;
    padding-bottom: 0px!important;
    padding-left: 4px;
    padding-right: 1px;
}

#sticky-social-list li a span {
    display: inline-block;
    font-size: 42px!important;
    vertical-align: middle;
    margin: 0 0px 0 4px!important;
}

.sow-features-feature h5, .sow-features-feature h3 {
    font-size: 16px;
    font-weight: 100;
}

.ti-widget.ti-goog:before {
    content: "Nasi klienci powiedzą Ci najlepiej:";
    text-align: center;
    display: block;
    font-family: 'roboto', sans-serif;
    font-size: 14px;
    color: #444;
	font-weight:bold;
}

.ti-widget.ti-goog .ti-review-content {
    height: 81.2px !important;
    line-height: 1!important;
    font-family: 'roboto', sans-serif;
    color: #444;
}

.ti-footer.source-Google {
    font-family: 'roboto', sans-serif!important;
}

.ti-review-content {
    font-family: 'roboto', sans-serif!important;
}

.ti-widget.ti-goog .ti-review-item>.ti-inner {
    background: #fff!important;
    border: 1px solid #eee!important;
}
.ti-widget.ti-goog .ti-widget-container, .ti-widget.ti-goog .ti-widget-container * {
    font-family: 'roboto', sans-serif!important;
    font-size: 14px!important;
    line-height: 1.2!important;
}
.ti-widget {
	background:#fff!important;
}
.cozrobimy ul {
    font-size: 16px!important;
    font-family: 'roboto', sans-serif;
    color: #444;
 list-style-image:url("img/ikonka-ok.png");
 font-weight:200;
 line-height:1;

}
.korzysci2 ul {
    font-size: 16px!important;
    font-family: 'roboto', sans-serif;
    color: #444;
 list-style-image:url("img/ikonka-ok.png");
	font-weight:200;
	line-height:1;
}

.cozrobimylid {
	font-size:20px;
	color:DarkOrange;
	font-weight:800;
	display:block;
}

.contact-button, .contact-button a, .contact-button a:visited {
	padding: 10px!important;
    display: inline-block!important;
    position: absolute;
    margin-top: 45px;
    margin-right: 108px;
 background: rgb(206,148,23);
background: linear-gradient(357deg, rgba(206,148,23,1) 0%, rgba(238,183,43,1) 50%, rgba(255,184,43,1) 66%);
    text-decoration: none;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #fff;
    border-radius: 8px;
    right: 0;
	box-shadow: 1px 1px 1px #444;
}
.contact-button:hover, .contact-button2:hover, .contact-button3:hover {
	background:#444;
}


.contact-button2, .contact-button2 a, .contact-button2 a:visited {
	padding: 10px!important;
    display: inline-block!important;

    background: rgb(206,148,23);
background: linear-gradient(357deg, rgba(206,148,23,1) 0%, rgba(238,183,43,1) 50%, rgba(255,184,43,1) 66%);
    text-decoration: none;
    font-weight: 800!important;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    right: 0;
	box-shadow: 1px 1px 1px #444;
}


.contact-button3, .contact-button3 a, .contact-button3 a:visited {
	padding: 10px!important;
    display: inline-block!important;
 background: rgb(116,132,162);
background: linear-gradient(357deg, rgba(116,132,162,1) 0%, rgba(132,145,177,1) 50%, rgba(108,141,198,1) 66%);
    text-decoration: none;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    right: 0;
	box-shadow: 1px 1px 1px #444;
}

/* MOBILE */
@media screen and (max-width: 650px) {
	
		.footer-widget {
    width: 100%;
			padding-top:30px!important;
}
		.footer-widget ul li {
    list-style-type: none!important;
}
	
	.menu-top-menu-container {
		height:auto;
	}
	
	li#custom_html-5 {
    margin-top: 40px;
}
	
	dl.gallery-item {
    width: 100%!important;
}
	
	.callmob {
	display:none;
	right:10px;
	bottom:10px;
	position:fixed;
	z-index:1;	
}
	
	
	/* ukryte na landingach */


header {
    background: #fff!important;
	
}

img.custom-logo { 
	border: none!important
}

.brand {
   
}
	
	/* koniec ukrytych */
	
	textarea.wpcf7-form-control.wpcf7-textarea {
	}
	
	div#pg-322-1 {
    background: #fff;
}
#panel-322-1-1-0> .panel-widget-style {
    text-align: center;
}
	
	.footer-widget {
    margin: 0 auto;
    text-align: center;
    padding: 1px;
    width: 100%;
    list-style-type: none!important;
    margin-left: -30px;
		min-height:auto;
}
	
	
	textarea.wpcf7-form-control.wpcf7-textarea {
    width: 182px;
}

	#wrapper {
		overflow:hidden!important;
	}
	
	.sticky-social { top:410px!important; z-index:9999!important}
	.sticky-social {display:none}
	
	.ti-widget.ti-goog .ti-controls-dots .dot {
    display: none!important;
}
	.ti-widget.ti-goog .ti-widget-container {
    flex-wrap: nowrap;
    width: 100%;
	}
	
	.ti-widget.ti-goog .ti-reviews-container-wrapper, .ti-widget.ti-goog .ti-col-1  {
    overflow-y: hidden;
	width:100%!important;
    max-width: 100%;
    display: UNSET!important;
    padding: 0px!important;
}

.ti-review-content {
    font-family: 'roboto', sans-serif!important;
}

.ti-widget.ti-goog .ti-review-item>.ti-inner {
    background: #fff!important;
    border: 1px solid #eee!important;
}
.ti-widget.ti-goog .ti-widget-container, .ti-widget.ti-goog .ti-widget-container * {
    font-family: 'roboto', sans-serif;
    font-size: 14px;
    line-height: 1.2!important;
}
	
	.call-me {
		text-align:center;
		padding-right:0px;
	}
	
	.brand img {
    height: 70px;
	}
	ul.secondary-menu {display:none;}
	
	.site-nav {
	margin-top:75px;
	}

	header .contact-button {
		display:none!important;
	}
	
	li.nav-icon {
    font-size: 28px;
}
a.contact-button2, a.contact-button3, a.contact-button {
    font-size: 14px;
}

.main-content {
	margin-top:100px;
}

.korzysci2 .cozrobimylid {
	font-weight:bold;
}

.formularz {
	display:grid; 
}


input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 300px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
    width: 300px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
width: 300px;
}


.formularz span {
    width: 300px;
    font-size: 12px;
    line-height: 1.1;
}

input.wpcf7-form-control.wpcf7-submit {
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-top: 20px;
}

.form-label3 {
    padding-left: 22px;
    font-weight: bold;
}
	
} /* end mobile */

@media screen and (max-width: 720px) {
	
	
	.ti-footer.source-Google {
    float: left;
    width: 100%;
    display: inline-block;
    padding-bottom: 40px;
}

	.ti-widget.ti-goog .ti-controls-dots .dot {
    display: none!important;
}
	.ti-widget.ti-goog .ti-widget-container {
    flex-wrap: nowrap;
    width: 100%;
	}
	
	.ti-widget.ti-goog .ti-reviews-container-wrapper, .ti-widget.ti-goog .ti-col-1  {
    overflow-y: hidden;
	width:100%!important;
    max-width: 100%;
    display: UNSET!important;
    padding: 0px!important;
}

.ti-review-content {
    font-family: 'roboto', sans-serif!important;
}

.ti-widget.ti-goog .ti-review-item>.ti-inner {
    background: #fff!important;
    border: 1px solid #eee!important;
}
.ti-widget.ti-goog .ti-widget-container, .ti-widget.ti-goog .ti-widget-container * {
    font-family: 'roboto', sans-serif;
    font-size: 14px;
    line-height: 1.2!important;
}

} /* end max 720 */