 /******************************
Author: LogicNet
Date: 03.2019

          Fontface
******************************/

@font-face {
  font-family: "Nexa Light";
  src: url("../webfonts/nexa_light.otf");
}

@font-face {
  font-family: "Nexa Bold";
  src: url("../webfonts/nexa_bold.otf");
}

@font-face {
  font-family: "Muli";
  src: url("../webfonts/Muli-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "Muli";
  src: url("../webfonts/Muli-Bold.ttf");
  font-weight: 600;
}

@font-face {
  font-family: "Muli";
  src: url("../webfonts/Muli-Black.ttf");
  font-weight: 900;
}

/******************************
						Global
******************************/

:root {
  --light-grey: #4B4B4B;
  --pink: #E75784;
  --Nexa: "Nexa Light", sans-serif;
  --NexaBold: "Nexa Bold", sans-serif;
  --Muli: "Muli", sans-serif;
  --icons: "Font Awesome 5 Pro";
}

body {
  font-family: var(--Nexa);
  font-size: 20px;
  line-height: 30px;
  color: var(--light-grey);
}
b, strong{
  font-family: var(--NexaBold);
}
*, *:before, *:after {
  transition: all 0.4s;
	cursor: default;
}
a, a:focus, a:active {
  color: var(--pink);
  text-decoration: none;
}
.btn a:focus,
.btn a:active,
.round-btn a:focus,
.round-btn a:active{
  color: #fff;
}
a, a:hover, a * {
  text-decoration: none;
}
a, a *, a i:before, a i:after, .round-btn i:before{
	cursor: pointer;
}
.clear {
  clear: both;
}

h1{
  font-size: 40px;
  line-height: 1.5em;
  font-family: var(--Muli);
  font-weight: 900;
	text-align: center;
	position: relative;
}

h2, h3, h4, h5, h6 {
  line-height: 1.5em;
	text-align: center;
  font-family: var(--Muli);
  font-weight: 600;
}

h2{
  font-family: var(--Muli);
  font-weight: 900;
  font-size: 50px;
	line-height: 60px;
  position: relative;
  text-align: center;
  color: var(--light-grey);
  margin-bottom: 50px;
}
h2:not(:first-child){
	margin-top: 80px;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child{
	margin-top: 0px;
}
h1:after,
h2:after,
.decored:after
{
  content: '';
  display: block;
  position: absolute;
  bottom: -23px;
	left: calc(50% - 50px);
  width: 110px;
  height: 8px;
  background-repeat: no-repeat;
  background-size: contain;
	background-image: url('../img/decor.svg');
}
.grey-bg h1:after,
.grey-bg h2:after,
.banner:not(.contact) h1:after,
.banner:not(.contact) h2:after
{
	display: none;
}
.row-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

h1.title {
  margin: 30px 20px 50px;
}

.post-content {
  font-family: var(--Nexa);
  font-weight: 300;
  font-size: 18px;
	line-height: 30px;

}
.post-content p{
	margin-bottom: 20px;
}
.post-content p:last-child{
	margin-bottom: 0px;
}

.caruzel-content > .wp-block-image{
    display: none;
}

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

.round-btn,
button, .btn
 {
	display: flex;
	justify-content: center;
	align-items: center;

  font-size: 30px;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b2204f+1,f05b89+60,b2204f+100 */
	background: rgb(178,32,79); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(178,32,79,1) 1%, rgba(240,91,137,1) 60%, rgba(178,32,79,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(178,32,79,1) 1%,rgba(240,91,137,1) 60%,rgba(178,32,79,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(178,32,79,1) 1%,rgba(240,91,137,1) 60%,rgba(178,32,79,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2204f', endColorstr='#b2204f',GradientType=0 ); /* IE6-9 */

	background-size:100% 200%;
  border-radius: 50%;
  border: 1px solid #E75784;
	margin-left: 20px;
	color: #fff;
}
.round-btn{
  width: 64px;
  height: 64px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
}

button, .btn {
  font-family: 'Nexa Light';
  font-size: 30px;
  color: #fff;
  padding: 15px 35px 14px;
  border-radius: 50px;
  border: 1px solid #E75784;
}
button:focus,
button:active,
.btn:focus,
.btn:active{
  color: #fff;
}
.cta-wrapper .btn{
  margin-left: 50px;
}
button i, .btn i{
margin-right: 15px;
font-size: 25px;
margin-top: -2px;
}
.grey-bg .round-btn,
.post-grid .round-btn
{
  box-shadow: none;
}
.round-btn:hover,
button:hover, .btn:hover{
	background-position:100%;
	color: #fff;
}
.round-btn:first-child {
  margin-left: 0px;
}

.banner {
  min-height: 450px;
    padding-bottom: 40%;
  position: relative;
  color: #fff;
}
.banner-img-container{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  position: absolute;
  z-index: 2;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.txt-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

	display: flex;
	justify-content: center;
	align-items: center;
  z-index: 3;
}
.banner-small {
  min-height: 350px;
  font-size: 20px;
}

.banner h1 {
  text-transform: uppercase;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  margin: 0px 0px 40px;
}

.banner-small h1 {
  margin: 0px 0px 20px;
}

.banner .container-text {
	display: inline;
  background: rgba(28, 28, 28, 0.5);
  text-align: center;
	padding: 40px 70px 50px;
	margin: 20px;
}
.banner .banner_icons{
	position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: 4;
}
.container-text > h2 {
	margin: 0px;
  font-size: 45px;
  font-family: var(--Muli);
  font-weight: 900;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
}

.container-text > h3 {
	margin: 0px;
  font-size: 30px;
  color: #FFFFFF;
  font-family: 'Nexa Bold';
  text-shadow: 0px 0px 5px rgba(26, 26, 26, 0.5);
}

.flex-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex: 1 0 auto;
}

ul:not(.nav):not(.dropdown-menu) {
  list-style: none;
	padding-left: 100px;
}

ul:not(.nav):not(.dropdown-menu) li {
  position: relative;
  margin: 0px 0px 20px;


}

ul:not(.nav):not(.dropdown-menu):not(.fg-dots) li:before {
  content: '\f138';
  position: absolute;
  left: -60px;
  top: 49%;
  transform: translateY(-50%);
	font-size: 25px;
  font-family: var(--icons);
  font-weight: 300;
}

.dropdown > .active{
    color:var(--pink);
}

.dropdown > .active:after
{
    content: '';
    display: block;
    position: absolute;
    bottom: -15px;
    left: calc(50% - 15px);
    width: 50px;
    height: 8px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../img/decor_menu.svg');
}
h6.dropdown-header{
  color: var(--pink);
  background-position: bottom;
  background-size: 6px 3px;
  background-repeat: repeat-x;
  position: relative;
}
.dropdown-item{
  position: relative;
  margin-bottom: 15px;
  display: block;
}
.dropdown-header:after
{
    content: '';
    display: block;
    position: absolute;
    left: calc(50% - 50px);
    width: 110px;
    height: 8px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../img/decor.svg');
}
h6.dropdown-header:after
{
  background-image: url('../img/decor_grey.svg');
  background-repeat: repeat-x;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  bottom: -5px;
}
.dropdown-item:not(:last-child):after,
#mob ul.mob-menu > li ul:before,
#mob .banner_icons:before
{
  content: '';
  display: block;
  position: absolute;
  background-image: url('../img/decor_grey.svg');
  background-size: contain;
  left: 50%;
  transform: translateX(-50%);
  height: 8px;
  width: 80%;
  bottom: -10px;
}
#mob .banner_icons{
  position: relative
}

#mob ul.mob-menu > li ul:before{
  bottom: -15px;
}
#mob .banner_icons:before{
  bottom: 5px;
}
#mob .banner_icons:before,
#mob ul.mob-menu > li ul:before
{
  width: 100%;
  height: 10px;
}

#mob .menu-item{
  text-align: left;
  padding-left: 20px;
}
#mob .menu-item a{
  font-size: 16px;
  font-family:  var(--Nexa);
  line-height: normal;
}
.main-wrapper {
  padding: 50px 0px 70px;
}
.grey-bg{
  background-color: #F3F3F3;
}
button.no-btn{
	display: block;
	margin: 0px auto;
	background: transparent;
	border: 0px;
	color: var(--pink);
	font-family: var(--Muli);
	font-weight: 600;
	font-size: 30px;
}
/*******end of global*******/

/******************************
          Header
******************************/

.logo {
  width: 200px;
	height: auto;
}

#navbar2 {
  font-family: 'Nexa Light';
  font-size: 18px;
}

.logo:hover {
  opacity: 0.5;
}

.navbar {
  margin-bottom: 0px;
}

header{
    box-shadow: 0 0 0.5em #847c7c;
    position: fixed;
    background-color: white;
    width: 100%;
    z-index: 20000;
}

.navbar .container * {
  float: none;
}

.navbar .container:before, .navbar .container:after {
  display: none;
}

.navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar > .container .navbar-brand{
	margin: 0px;
	padding: 25px 0px;
	height: inherit;
	display: block;
}
ul.navbar-nav {
  display: flex;
  flex-wrap: wrap;
  flex: 1 0 auto;
  justify-content: space-between;
  align-items: center;
}

ul.navbar-nav li a {
  font-size: 18px;
  color: var(--light-grey);
  font-weight: 400;
  padding: 0 17px;
  position: relative;
}
ul.navbar-nav li.active a{
  color: var(--pink);
}
ul.navbar-nav li.active a:before {
  opacity: 0;
  content: "";
  display: block;
  height: 8px;
  width: 40px;
  background-image: url("../img/decor_menu.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 1px);
  transform: translateX(-50%);
  transition: all 0.4s;
}

ul.navbar-nav li:hover a {
  background: transparent;
}

ul.navbar-nav li.active a:before, ul.navbar-nav li:hover a:before {
  opacity: 1;
  transition: all 0.4s;
}

/*******end of header*******/

/******************************
        Strona Głowna
******************************/
.homepage-category-wrapper {
  display: flex;
  justify-content: space-evenly;
	align-items: center;
}
.homepage-category {
	background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
	height: 220px;
	width: 360px;
	max-width: 33%;
	border: 3px solid #fff;
	position: relative;
    overflow: hidden;
}
.homepage-category .cat-content{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,545454+100&0.6+0,0.6+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 0%, rgba(84,84,84,0.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(84,84,84,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(84,84,84,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#99545454',GradientType=0 ); /* IE6-9 */
	height: 50px;
	color: #fff;
	z-index: 19;
}
.homepage-category .cat-content:before{
	content: "";
	display: block;
	width: 215px;
	max-width: 100%;
	height: 55px;
	background-image: url("../img/cat-decor-left.svg");
	opacity: 0.6;
  background-repeat: no-repeat;
  background-position: left;

	position: absolute;
	top: -55px;
	left: 0px;
	z-index: 20;

}
.cat-content .btn-icon-txt{
  position: absolute;
	top: -40px;
	left: 10px;
	z-index: 21;
}
.btn-icon-txt{
	flex-direction: column;
	margin-left: 0px;
}
.btn-icon-txt i{
	font-size: 30px;
	line-height: 1em;
}
.btn-icon-txt span{
	font-size: 12px;
	line-height: 1em;
}
.cat-content .cat-title{
	padding-left: 100px;
	text-align: left;
	text-transform: uppercase;
	font-family: var(--Muli);
	font-weight: 900;
	font-size: 18px;
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
	margin: 12px 0px;
}
.homepage-category:hover .cat-content{
	height: calc(100% - 55px);
}
.homepage-category:hover .cat-menu{
	visibility: visible;
}
.post-content>h3 {
  font-size: 30px;
  font-family: var(--Muli);
  font-weight: 900;
}

.container-text>h2 {
  color: #FFFFFF;
}

.main-title {
  font-size: 50px;
}
.cta-wrapper {
  display: flex;
  justify-content: center;
	align-items: center;
}
.cta-wrapper .post-content p{
  font-size: 30px;
  text-align: right;
}
.cta-wrapper .post-content{
  text-align: right;
  font-size: 30px;
  line-height: 45px;
  font-weight: 900;
  font-family: var(--Muli);
  max-width: 500px;
}
.bigger-font ul li{
	font-size: 28px;
	line-height: 36px;
}
.home button.no-btn{
	margin-top: 70px;
}
.modal-backdrop{
	background-color: #4B4B4B;
}
.modal-backdrop.in{
	opacity: 0.8;
}

.home .modal-dialog{
	width: 1200px;
	max-width: 90%;
}
.modal-dialog{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-60%) translateX(-50%)!important;
}
.modal-dialog .modal-header{
	border: 0px;
}
.modal-dialog .modal-header .modal-title{
	font-family: var(--Muli);
	font-size: 40px;
	font-weight: 900;
}
.modal-dialog .modal-body{
	font-family: var(--Muli);
	font-size: 25px;
	line-height: 40px;
	font-weight: 400;
	text-align: center;
	padding: 0px 40px 50px;
}

.post-grid .single_post .thumb-wrapper{
  width: 100%;
  padding-bottom: 60%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 3px solid #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.post-grid .row{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.post-grid .row:before,
.post-grid .row:after{
  display: none;
}
.post-grid .single_post h2:after{
  display: none;
}
.owl-stage .owl-item{
  padding: 0px 25px;
}
.owl-stage{
  display: flex;
  padding: 10px 0px;
}
.owl-nav > div{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 50px;
  cursor: pointer;
}
.owl-nav .round-btn{
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.owl-nav .round-btn i{
  font-size: 18px;
  cursor: pointer;
}

.owl-next{
  right: -100px;
}
.owl-prev{
  left: -100px;
}
.single_post *,
.single_post:hover .blog-more-btn,
.single_post:hover .blog-more-btn *
{
  opacity: 1;
}
.single_post:hover *{
  opacity: .7;
}

.post-grid .post-content h2,
.post-grid .post-content h2:first-child
{
  font-size: 24px;
  font-family: var(--Muli);
  font-weight: 900;
  margin: 20px 0px;
  line-height: 1;
  margin-top: 20px;
  /* height: 50px; */
}

.post-grid .post-content p{
  font-size: 16px;
  line-height: 20px;
  color: var(--light-grey);
  text-align: center;
}

.post-grid .single_post{
  display: block;
  padding-bottom: 120px;
  position: relative;
  background: rgba(75,75,75, 0);
}
.post-grid .single_post:hover{
  background: rgba(75,75,75, 0.5);
  color: var(--light-grey);
}
.post-grid .blog-more-btn{
  width: 93px;
  height: 93px;
  background-size: 93px 186px;
  position: absolute;
  bottom: 10px;
  left: calc(50% - 45px);
}
.post-grid .single_post:hover .blog-more-btn{
  bottom: calc(50% - 45px);
  border: 2px solid #fff;
}
.post-grid .blog-more-btn i{
  margin: 1px 0px 10px;
}
.post-grid .blog-more-btn span{
  font-size: 14px;
  font-family: var(--Muli);
  font-weight: 400;
}
/*******end of Strona Głowna*******/

/******************************
            Footer
******************************/

footer {
  background-color: #F3F3F3;
  display: flex;
  padding: 50px 0px;
  margin-left: 0px;
  width: 100%;
}
footer .round-btn{
  width: 35px;
  height: 35px;
}
footer .round-btn i{
  font-size: 17px;
}
.footer-wrapper_phone {
  font-family: 'Nexa Light';
  font-size: 25px;
  margin-left: 10px;
}

.author {
  font-family: 'Nexa Light';
  font-size: 14px;
}

.copyright {
  font-family: 'Nexa Bold';
  font-size: 18px;
}


/*******end of footer*******/

/******************************
          Kontakt
******************************/

/*******end of kontakt*******/

#loading {
  display: none;
  position: fixed;
  left: calc(50% - 60px);
  top: calc(50% - 60px);
  z-index: 10;
}
.contact-wrapper{
    text-align: center;
}

.contact-phone{
    margin: 20px;
}

.contact-icon{
    width: 50px;
    height: 50px;
    margin-bottom: 50px;
}

.contact-icon > i{
    font-size: 25px;
}

.active{
    color: #E799B1;
}
.contact .contact-wrapper .fal{
  font-size: 40px;
  margin-bottom: 30px;
}
.banner-no-img.contact{
  padding-bottom: 30%;
}
/****** Menu kategorii na stronie głównej / Hompegae category menu *******/

.cat-menu{
    overflow: hidden;
    visibility: hidden;
}
.cat-menu > li{
    list-style-type:none;
    display: flex;
    padding-left: 80px;
    margin: 0px 0px 5px;

}
.home-cat-3 .cat-menu > li{
  padding-left: 40px;
}
.cat-menu > li:before{
    font-family: var(--icons);
    content: '\f105' ;
    background: rgb(178,32,79);
    background: -moz-linear-gradient(top, rgba(178,32,79,1) 1%, rgba(240,91,137,1) 60%, rgba(178,32,79,1) 100%);
    background: -webkit-linear-gradient(top, rgba(178,32,79,1) 1%,rgba(240,91,137,1) 60%,rgba(178,32,79,1) 100%);
    background: linear-gradient(to bottom, rgba(178,32,79,1) 1%,rgba(240,91,137,1) 60%,rgba(178,32,79,1) 100%);
    background-size: auto;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2204f', endColorstr='#b2204f',GradientType=0 );
    background-size: 100% 200%;
    border-radius: 50%;
    border: 1px solid #E75784;
    margin-left: 20px;
    color: #fff;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.cat-menu > li > a{
    color: white;
    margin-left: 15px;
    font-family: var(--Muli);
    font-weight: 600;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}
/**************************************************************/
#menu-a-menu-top1{
    display: flex;
}

#menu-a-menu-top1 > li:before, .sub-menu > li:before{
    content:' ' !important;
}

.dropdown-item, .dropdown-toggle {
  color: var(--light-grey);
}
.dropdown-header, .dropdown-menu{
  font-size: 18px;
}

.dropdown-toggle{
    padding: 0 17px;
}

.dropdown-menu{
    text-align: center;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2)
}

.dropdown-menu{
  top: -15px;
  left: -8px;
}
.dropdown-menu a.active{
  color: var(--pink);
}
.dropdown-eternal .dropdown-menu{
  left: -6px;
}
.dropdown-pregnancy .dropdown-menu{
  left: 0px;
}
.dropdown-bodyfix .dropdown-menu{
  left: -8px;
}
.dropdown-header{
    font-family: 'Nexa Light';
    color: var(--grey);
    padding: 9px 0px;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover{
    background-color: white;
}
/*=========================================================*/


.sidebar{
    opacity:0;
    position: fixed;
    top: 170px;
    right: 0;
    z-index: 4;
}

.sidebar > .icons-container{
    display: block;
}
.sidebar > .icons-container > .round-btn:first-child{
    margin-left:20px;
}

.sidebar > .icons-container > .round-btn{
    margin:20px;
}

.sidebar-visible{
    opacity:1;
    transition: all 2s;
}

.navbar_desktop{
    display: flex;
}

.navbar-mobile{
    display: none;
}

.telbox{
    display: none;
}

.tooltip-inner{
    width:360px;
    height: 40px;
    background-color: white;
    color: black;
    padding: 10px 15px 10px 20px;
    text-align: center;
    font-family: "Nexa Light";
    font-size: 15px;
}

.tooltip-inner > p{
    margin-top: 30px;
}

.tooltip.top .tooltip-arrow {
  border-top-color: white;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: white;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color:white;
}
.tooltip.right .tooltip-arrow {
  border-right-color: white;
}
.tooltip.left .tooltip-arrow {
  border-left-color: white;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: white;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: white;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: white;
}


/*************************SZABLON STRONY*************************************/

.main_section-wrapper{
    display: flex;
    justify-content: space-between;
    align-content: stretch;
}

.wrapper-image{
    width: 100%;
    min-width: 30%;
    min-height: 150px;
    border: solid 1px gray;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.wrapper-text{
    padding-left: 50px;
}

.wrapper-text > h3{
    font-weight: 900;
    text-align: inherit;
}

.page-cta-text{
    width: 100%
}

.page-cta-text:after{
    background-image: none;
}

.banner-small{
    padding-bottom: 30%
}
.page-id-362 .banner-small{
    padding-bottom: 50%
}
.page-section{
    padding: 100px 0;
}

.white-section{
    padding: 50px 0 50px 0;
}

.wrapper-text {
    padding-left: 50px;
}

.img-wrapper{
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.page-template-default h1.title{
  font-size: 70px;
  font-weight: 900;
}
.page-template-default h2{
  font-size: 46px;
  font-weight: 900;
}
.page-template-default.page-id-165 h1.title,
.page-template-default.page-id-229 h1.title
{
  font-size: 46px;
  line-height: 58px;
}
.page-template-default p{
  font-size: 18px;
  line-height: 34px;
  text-align: center;
}
.page-template-default .main_section-wrapper .wrapper-image + .wrapper-text p{
  text-align: left;
}
.page-template-default .page-section p + .foogallery{
  margin-top: 70px;
}
.foogallery.fg-light.fg-shadow-outline .fg-item-inner{
  border: 1px solid #707070;
}
.page-template-default .page-section:not(.grey-bg){
  padding-bottom: 0px;
}
/*===================== BLOG ===========================*/

.post-thumbnail{
    background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.blog-post, .blog-post:hover{
    color:var(--light-grey);
}
.post-grid .blog-post{
  margin-bottom: 70px;
  padding: 0px 25px;
  min-width: 390px;
}
.blog-content .post-thumbnail + .post-content{
  width: 60%;
  padding-left: 30px;
}
.single .foogallery{
  margin: 70px 0px 50px;
}
.single section{
  padding-bottom: 50px;
}
.single-post > .btn-icon-txt {
    margin: 20px auto;
}

.fa-book{
    color:white;
}

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

.post-content > h2:first-child{
    margin-top: 0;
}

.page-numbers{
    color: var(--grey);
}

.current{
    color: var(--pink);
}


footer{
    position: relative !important;
}

.page-numbers > .round-btn{
    width:25px;
    height: 25px;
    display: flex;
}

.page-numbers{
    padding: 10px;
}

.pagination {
    display: flex;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    justify-content: center;
}


/*======================BLOG - PODSTRONA =======================*/
.txt-wrapper > .blog-title{
    font-family: var(--Muli);
    font-weight: 900;
    font-size: 50px;
    text-transform: none;
    line-height: 60px;
    position: relative;
    text-align: center;
    color: var(--light-grey);
    margin-bottom: 0px;
}

.blog-thumbnail{
    width: 40%;
}

.blog-content.container {
    display: flex;
    align-content: stretch;
}
.breadcrumb{
    background: none;
    color: var(--light-grey);
}

.blog-wrapper{
    display: flex;
    flex-direction: column;
}

.back-button{
    margin: 20px auto;
}

.banner-no-img{
    padding-bottom: 25%;
}

.banner-no-img{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1e1e1+0,f3f3f3+100 */
  background: rgb(225,225,225); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(225,225,225,1) 0%, rgba(243,243,243,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(225,225,225,1) 0%,rgba(243,243,243,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(225,225,225,1) 0%,rgba(243,243,243,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
}
.banner-no-img.contact{
  background: rgb(225,225,225); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(225,225,225,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(225,225,225,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(225,225,225,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#fff',GradientType=0 ); /* IE6-9 */
}
.banner-no-img *:not(a){
  color: var(--light-grey);
}
.banner-no-img .icons-container *{
  color: #fff;
}
#main-wrapper{
    padding: 10px 0;
}

.txt-wrapper > .blog-title,
h1.contact-title
 {

    font-family: var(--Muli);
    font-weight: 900;
    font-size: 30px;
    text-transform: none;
    line-height: 40px;
    position: relative;
    text-align: center;
    color: var(--light-grey);
    margin-bottom: 0px;

}
h1.contact-title{
  font-size: 50px;
  line-height: 1em;
  margin: 60px 0px 70px;
}


/******************************
            Pricelist
******************************/
.row-flex{
  display: flex;
  justify-content: center;
  align-items: center;
}
.pricelist  .row-flex{
  justify-content: space-between;
}
.pricelist-content > .row-flex{
  margin-bottom: 50px;
}
.pricelist .price-cat{
  width: 40%;
  text-align: right;
  font-size: 120px;
  line-height: 1em;
}
.pricelist .price-cat strong{
  font-size: 100px;
}
.pricelist .service{
  width: 60%;
  padding-left: 50px;
}
.price{
  position: relative;
}
.price-between{
    height:1px;
    margin-left: 30px;
    background-image: url('../img/dotted-line.svg');
    background-position: top;
    background-size: 50% 1px;
    background-repeat: repeat-x;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}
.price p{
  display: inline-block;
  background-color: #fff;
  padding: 0px 20px;
  z-index: 20;
}
.last-price{
    min-width: 70px;
    white-space: nowrap;
    text-align: left;
}
/*******end of Pricelist*******/
