@import url('https://fonts.googleapis.com/css?family=Oswald:400,700&subset=latin-ext');

.page-wrap {
	padding-top: 10px;
	margin-top: 80px;
}

h1,h2,h3,h4,h5 {
	font-family: 'Oswald', sans-serif;
}

.broken_link, a.broken_link {
	text-decoration: none;
}

body.woocommerce #secondary {
display: none !important;
}

#slideshow {
	display: none;
}

/*kolor nagłówka*/
.site-header {
  background-color: #fff !important;
  padding: 10px 0px !important;
	box-shadow: 0px 1px 15px rgba(0,0,0,.25)
}

/* nawigacja */
#mainnav ul li a {
    color: #333 !important;
	font-size: 1em !important;
}

#mainnav ul li a:hover, #mainnav .sub-menu li a:hover {
    color: #40A2D9 !important;
}

#mainnav .sub-menu {
	box-shadow: 0px 2px 10px rgba(0,0,0,.2);
	padding: 0 !important;
	margin: 0 !important;
}

#mainnav .sub-menu li a {
	background: #fff !important;
	border-top: none;
	border-bottom: 1px solid #ccc;
}


#mainnav .sub-menu li a:hover {
	background: #f2f2f2 !important;
	border-top: 0px;
	border-bottom: 1px solid #ccc;
}

.btn-menu {
	float: none;
	margin: 10px auto 10px;
	color: #333;
}

#mainnav-mobi {
	margin-top: 10px;
}


/*klasa ukrywająca menu*/
header.site-header.hide {
  display: none;
}

/*rozmiar loga*/
.site-logo{
  max-height: 60px;
}

/* Ukryj tytuły stron*/
.page.hentry .title-post {
    display: none;
}

.page .entry-header {
	margin-bottom: 0px !important;
}

.entry-header h1 {
	display: block !important;
	font-weight: 300 !important;
}

/*woocommerce background color*/
.woocommerce-page .page-wrap .content-wrapper {
	background-color: #ffffff;
}

/*woocommerce full page width*/
body.woocommerce #primary {
    width: 100%;
}

.entry-content a:hover {
    text-decoration: underline;
}

.text-color_change a:hover {
	text-decoration: none;
	color: #4273ae !important;
}


#slider, #slider * {
	padding: 0 !important;
}

.decorated-heading {
	font-weight: 400 !important;
}

.decorated-heading--primary {
	position: relative;
}

.decorated-heading--primary::after {
  content: "";
  position: relative;
	display: block;
  width: 150px;
  height: 3px;
  background-color: #85c226;
	margin: 20px auto 10px auto;
	
}

.tile--primary {
	background-color: #fff;
	padding: 10px;
	border: 1px solid #ddd;
	border-top: 5px solid #85c226;
	transition: all 0.3s ease;
	width: 100%;
	margin: 10px;
}

.tile--primary:hover {
	transform: scale(1.035) translateY(-10px);
	box-shadow: 0px 4px 20px rgba(0,0,0,.3);
	z-index: 100;
}

.tile--secondary {
	background-color: #fff;
	padding: 10px;
	border: 1px solid #ddd;
	transition: all 0.3s ease;
	width: 100%;
	margin: 10px;
	box-shadow: 0px 4px 20px -14px;
}

.tile--secondary:hover {
	transform: scale(1.03);
}

.btn--primary a{
	background: #0494DD;
	color: white;
	padding: 10px 20px;
	border-radius: 4px;
	text-align: center;
}

.btn--primary a:hover {
	text-decoration: none;
	opacity: 0.8;
}

.btn--secondary a{
	background: transparent;
	border: 2px solid #fff;
	text-transform: uppercase;
	font-weight: bold;
}

.btn--secondary a:hover {
    background: #fff !important;
    transform: scale(1.08);
    box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
	color: #99999b;
	text-decoration: none;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.mt-0 {
	margin-top: 0px !important;
}


.sidetext {
	font-size: 1.2em;
	font-family: 'Oswald', sans-serif;
}

.sidebutton a {
	border: 3px solid #fff !important;
	border-radius: 0px !important;
	padding: 1.2em 2.8em !important;
	font-weight: bold;
	transition: all 0.3s ease;
	text-decoration: none !important;
}

.sidebutton a * {
	color: white;
}

.sidebutton a:hover {
	background: rgba(255,255,255, 1) !important;
	transform: scale(1.08);
	box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
}

.sidebutton a:hover * {
	color: #777;
}


#partners {
	background: #f2f2f2 !important;
}

#partners .widget-title {
	margin-bottom: 20px !important;
}

#partners .row-space {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

#partners .partners-item {
	background-color: white;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 10px rgba(0,0,0,.1);
	transition: all 0.3s ease;
	padding: 10px;
}

#partners .partners-item img {
	margin: 0 auto;
}

#partners .partners-item:hover {
	transform: scale(1.03);
		box-shadow: 1px 1px 20px rgba(0,0,0,.1);
}


.products > li {
	border: 1px solid #ddd;
	transition: all 0.3s ease;
	padding: 20px 0px !important;
}

.products > li h2, .products > li h2 * {
	background: #0494DD  !important;
	color: white;
}

.products > li:hover {
	transform: scale(1.05);
	box-shadow: 1px 4px 20px rgba(0,0,0,.1);
}

.post, .shadow-frame {
	border: 1px solid #eee;
	box-shadow: 0px 4px 15px rgba(0,0,0,.15);
	transition: .3s;
	padding: 20px !important;
	margin-bottom: 20px;
}

.post:hover, .shadow-frame:hover {
	transform: scale(1.01);
	box-shadow: 0px 4px 20px rgba(0,0,0,.15);
}

.specs-table thead {
	font-weight: bold;
	background-color: #eee;
}

.specs-table th, .specs-table td {
	border: 1px solid #ddd;
  padding: 8px;
	vertical-align: middle;
}

.specs-table tr:nth-child(even){
	background-color: #f2f2f2;
}

.table-wrapper {
	width: 100%;
	overflow: auto;
}

.specs-table p {
	margin-bottom: 0px;
}

.related {
	float: left;
  width: 100%;
}

.woocommerce-variation-add-to-cart {
	display: none !important;
}

.valign {
	display: flex;
	align-items: center;
  justify-content: center;
}

ol.flex-control-nav.flex-control-thumbs li {
	width: 12.5%;
}

#metaslider_2538 .nivo-caption {
	text-align: center;
	padding: 10px;
	opacity: 1;
	background-color: rgba(0,0,0,.6)
}

.pt-0 {
	padding-top: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.bridge-bg {
	background-image: url('/wp-content/uploads/2019/08/pellet-tlo.jpg');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 400px;
}

@media(max-width: 768px) {
	.valign {
		display: block;
	}
	
.no-padding {
	padding: 0 !important;
}
}
.footer-tel {
  position: fixed;
  bottom: 30px;
  right: 100px;
  z-index: 99;
}

.footer-tel__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 225px;
}

.footer-tel__icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #3c3;
  font-size: 21px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  transform: scale(1.2);
  margin-right: -30px;
  position: relative;
  z-index: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.footer-tel__wrapper:hover .footer-tel__icon {
  transform: scale(1.2) rotate(-15deg);
}

.footer-tel__icon:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #3c3;
  opacity: 0.25;
  left: 0;
  top: 0;
  border-radius: 50%;
  transform: scale(1.2);
  z-index: -1;
}

.footer-tel__phone {
  display: block;
  font-size: 24px;
  background: #444;
  border-radius: 20px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
  width: 100%;
  text-align: center;
  padding-left: 20px;
	transition: all .2s;
}

.footer-tel__phone:hover {
	background-color: #888;
}

@media(min-width: 1320px) {
.pll-parent-menu-item .sub-menu  {
	max-width: 50px;
}
}