@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

html{
    margin-top: 0px;
}
a{
	text-decoration: none;
	color: #5eb157;
}
a:hover{
	text-decoration: none;
	color: #333333;
}
.pagination{
	text-align: center;
}
p.pages{
	display: block;
	width: 100%;
}
.pagination a{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #333333;
	text-decoration: none;
	background-color: #f6f6f6;
}

.pagination a:hover{
	background-color: #5eb157;
	color: white;

}


.blog-categories a{
	color: #333333;
}
.blog-categories a:hover{
		color: #5eb157;
}

.pagination a.prev{
	float: left;
}
.pagination a.next{
	float: right;
}

.pagination .current{
	background-color: #5eb157;
	color: white;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
}

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

.zf-main-bg {
  background-color: #9c9c9c;
  height: 80px;
  padding-bottom: 0; }

.zf-bg-gray {
  width: 100%;
  background-color: #f5f5f5;
  padding: 20px 0; }

.zf-bg-beige {
  width: 100%;
  background-color: #f3ede5;
  padding: 20px 0; }

.btn-zf {
  color: #fff;
  background-color: #949494;
  border-color: #949494;
  border-radius: unset;
  padding: 8px 24px;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  text-decoration: none; }
  .btn-zf:hover {
    background-color: #444;
    color: #fff; }

h1.main-title {
  font-size: 50px;
  color: #5eb157;
  font-family: "Playfair Display", serif;
  font-weight: 200; }

h3.zf-h3 {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  color: #333;
  font-weight: 300; }
  
 .zf-nagmenu {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  color: #333;
  font-weight: 300; }

h4.zf-h4 {
  font-family: "Playfair Display", serif;
  font-size: 26px;
  color: #333;
  font-weight: 300; }

.main-title-description {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #333; }

#zf-main-nav {
  align-items: flex-end; }
  #zf-main-nav .nav-item {
    background-color: #d1d1d1;
    width: 210px;
    text-align: center;
    cursor: pointer; }
    #zf-main-nav .nav-item:hover {
      background-color: #6bc963; }
    #zf-main-nav .nav-item a {
      font-size: 20px;
      font-family: "Playfair Display", serif;
      color: #fff;
      font-weight: 400;
      padding: 12px 0 12px 30px;
      display: inline-block; }
      #zf-main-nav .nav-item a.nav-link-zf {
        background-image: url("../images/menu_leaf_white.png");
        background-position: 0 center;
        background-repeat: no-repeat; }
      #zf-main-nav .nav-item a.nav-link-coffe {
        background-image: url("../images/menu_kawa_white.png");
        background-position: 0 center;
        background-repeat: no-repeat; }
      #zf-main-nav .nav-item a.nav-link-shop {
        background-image: url("../images/menu_sklep_white.png");
        background-position: 0 center;
        background-repeat: no-repeat; }
    #zf-main-nav .nav-item.active {
      background-color: #fff; }
      #zf-main-nav .nav-item.active a {
        color: #5eb157; }
      #zf-main-nav .nav-item.active .nav-link-zf {
        background-image: url("../images/menu_leaf.png"); }
      #zf-main-nav .nav-item.active .nav-link-coffe {
        background-image: url("../images/menu_kawa.png"); }
      #zf-main-nav .nav-item.active .nav-link-shop {
        background-image: url("../images/menu_sklep.png"); }
  #zf-main-nav #social-nav i {
    color: #fff;
    font-size: 20px; }
    
  #zf-main-nav #social-nav a {
   	text-decoration: none;
   	color: white;
    }  
    
  #zf-main-nav #social-nav p {
    color: #fff;
    font-size: 18px;
    line-height: 1; }

#zf-sub-nav {
  align-items: flex-end; }
  #zf-sub-nav .nav-item a {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-weight: 400; }
    #zf-sub-nav .nav-item a:hover {
      color: #5eb157; }
    #zf-sub-nav .nav-item a.active {
      color: #5eb157; }

.home-promo {
  padding: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 530px;
  text-align: center;
  font-family: "Playfair Display", serif;
  color: #fff;
  font-size: 36px; }

.home-promo-1 {
  background-image: url("../images/zf_home_img1.jpg"); }

.home-promo-2 {
  background-image: url("../images/zf_home_img2.jpg"); }

.carousel-control-prev-zf {
  background-color: #fff;
  top: inherit;
  left: inherit;
  right: 50px;
  width: 50px;
  height: 50px; }
  .carousel-control-prev-zf i {
    color: #333; }

.carousel-control-next-zf {
  background-color: #fff;
  top: inherit;
  width: 50px;
  height: 50px; }
  .carousel-control-next-zf i {
    color: #333; }

.home-order {
  width: 100%;
  height: 100%;
  background-color: #f5f5f5; }
  .home-order h3 {
    font-family: "Playfair Display", serif;
    font-size: 32px;
    color: #333;
    font-weight: 200; }

.offer-col {
  position: relative; }
  .offer-col .carousel-control-next-zf {
    right: calc(var(--bs-gutter-x) / 2); }

.zf-bg-reviews {
  background-image: url("../images/zf_home_reviews_bg.jpg");
  padding: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 540px; }
  .zf-bg-reviews .reviews-col {
    height: 540px; }
  .zf-bg-reviews .single-review {
    background-color: #fff;
    min-height: 440px;
    max-height: 440px;
    overflow: hidden;
    padding: 60px; }
    .zf-bg-reviews .single-review hr {
      color: #5eb157;
      height: 1px;
      opacity: 1; }
    .zf-bg-reviews .single-review .review-thumbnail {
      width: 84px; }
    .zf-bg-reviews .single-review .review-name {
      font-family: "Playfair Display", serif;
      font-size: 26px;
      display: block; }
    .zf-bg-reviews .single-review .review-rate i {
      color: #5eb157;
      font-size: 18px; }
    .zf-bg-reviews .single-review .review-description {
      font-family: "Roboto", sans-serif;
      font-size: 18px;
      color: #333;
      font-weight: 300; }
  .zf-bg-reviews #carouselReviewControls .carousel-control-next-zf {
    background-color: #5eb157;
    opacity: 1;
    text-decoration: none; }
    .zf-bg-reviews #carouselReviewControls .carousel-control-next-zf i {
      color: #fff; }
    .zf-bg-reviews #carouselReviewControls .carousel-control-next-zf:hover {
      background-color: #6bc963; }
  .zf-bg-reviews #carouselReviewControls .carousel-control-prev-zf {
    background-color: #5eb157;
    opacity: 1;
    text-decoration: none; }
    .zf-bg-reviews #carouselReviewControls .carousel-control-prev-zf i {
      color: #fff; }
    .zf-bg-reviews #carouselReviewControls .carousel-control-prev-zf:hover {
      background-color: #6bc963; }

.zf-footer {
  padding: 50px 0; }
  .zf-footer .footer-links ul {
    padding-left: 0;
    list-style: none; }
    .zf-footer .footer-links ul li a {
      text-decoration: none;
      color: #333;
      font-size: 18px;
      font-family: "Roboto", sans-serif;
      font-weight: 300; }
  .zf-footer .footer-social a i {
    color: #3c623b;
    font-size: 24px; }
  .zf-footer .footer-info h4 {
    color: #333;
    font-size: 26px;
    font-family: "Playfair Display", serif;
    font-weight: 200; }
  .zf-footer .footer-info p {
    color: #333;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 300; }
  .zf-footer .footer-copyright {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    color: #333; }
.single-review{

}
.deco-top-tiles .home-promo-col {
  overflow: hidden; }
  .deco-top-tiles .home-promo-col a {
    text-decoration: none; }
.deco-top-tiles .home-promo {
  overflow: hidden;
  cursor: pointer;
  background-size: 115%;
  -webkit-transition: all 0.3s ease-in-out; }
  .deco-top-tiles .home-promo:hover {
    background-size: 100%; }
.deco-top-tiles .deco-tile1 {
  min-height: 360px; }
.deco-top-tiles .deco-tile2 {
  min-height: 320px; }
.deco-top-tiles h3 {
  font-size: 36px; }
.deco-top-tiles .deco-desc-row {
  display: none; }
  .deco-top-tiles .deco-desc-row .deco-desc-col {
    display: none; }
  .deco-top-tiles .deco-desc-row .home-promo-col-desc {
    background-color: #f3ede5;
    position: relative; }
    .deco-top-tiles .deco-desc-row .home-promo-col-desc .home-promo-col-desc-item-box {
      float: left;
      width: 50%;
      position: relative; }
      .deco-top-tiles .deco-desc-row .home-promo-col-desc .home-promo-col-desc-item-box img {
        width: 100%; }
      .deco-top-tiles .deco-desc-row .home-promo-col-desc .home-promo-col-desc-item-box i {
        display: block;
        position: absolute;
        top: 10px;
        right: 20px;
        font-size: 36px;
        cursor: pointer; }
    .deco-top-tiles .deco-desc-row .home-promo-col-desc .home-promo-col-desc-arrow-left {
      width: 20px;
      height: 20px;
      transform: rotate(45deg);
      background-color: #f3ede5;
      position: absolute;
      top: -10px;
      left: 10%; }
    .deco-top-tiles .deco-desc-row .home-promo-col-desc .home-promo-col-desc-arrow-right {
      width: 20px;
      height: 20px;
      transform: rotate(45deg);
      background-color: #f3ede5;
      position: absolute;
      top: -10px;
      right: 10%; }
    .deco-top-tiles .deco-desc-row .home-promo-col-desc .home-promo-col-desc-arrow-center {
      width: 20px;
      height: 20px;
      transform: rotate(45deg);
      background-color: #f3ede5;
      position: absolute;
      top: -10px;
      left: 50%; }

.deco-producers h3 {
  color: #333;
  font-size: 36px;
  font-family: "Playfair Display", serif;
  font-weight: 200; }

.deco-arch .arch-col1 {
  min-height: 100px;
  background-color: #f3ede5;
  padding: 50px; }
  .deco-arch .arch-col1 h3 {
    font-size: 36px;
    font-family: "Playfair Display", serif; }
  .deco-arch .arch-col1 p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #333;
    font-weight: 300; }
.deco-arch .arch-logo {
  background-color: #f5f5f5;
  height: 100%;
  padding: 10px; }
.deco-arch img {
  left: 0;
  right: 0;
  margin: auto;
  width: 100%; }
.deco-arch #carouselDecoControls .carousel-control-prev-zf {
  left: 0; }

.deco-realizations .deco-relizations-item, .zf-gallery .deco-relizations-item {
  position: relative; }
  .deco-realizations .deco-relizations-item img, .zf-gallery .deco-relizations-item img {
    width: 100%;
    z-index: 9;
    position: relative;
    -webkit-box-shadow: 15px -15px 0px 0px #f2ece5, 30px -30px 0px 0px #eae0d4;
    box-shadow: 15px -15px 0px 0px #f2ece5, 30px -30px 0px 0px #eae0d4; }
  .deco-realizations .deco-relizations-item .deco-relizations-item-box, .zf-gallery .deco-relizations-item .deco-relizations-item-box {
    width: 95%;
    background-color: #fff;
    display: block;
    z-index: 10;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    top: -40px;
    text-align: center;
    padding: 20px; }
    .deco-realizations .deco-relizations-item .deco-relizations-item-box h4, .zf-gallery .deco-relizations-item .deco-relizations-item-box h4 {
      font-family: "Playfair Display", serif;
      font-size: 20px;
      color: #333; }
    .deco-realizations .deco-relizations-item .deco-relizations-item-box p, .zf-gallery .deco-relizations-item .deco-relizations-item-box p {
      font-family: "Roboto", sans-serif;
      font-size: 18px;
      color: #333;
      font-weight: 300; }
    .deco-realizations .deco-relizations-item .deco-relizations-item-box a, .zf-gallery .deco-relizations-item .deco-relizations-item-box a {
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      color: #5eb157; }

.deco-shortcuts .deco-shortcuts-item {
  background-color: #f5f5f5; }
  .deco-shortcuts .deco-shortcuts-item .deco-relizations-item-box {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
    text-align: center; }
    .deco-shortcuts .deco-shortcuts-item .deco-relizations-item-box h4 {
      font-family: "Playfair Display", serif;
      font-size: 32px;
      color: #333; }
    .deco-shortcuts .deco-shortcuts-item .deco-relizations-item-box a {
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      color: #5eb157; }
    .deco-shortcuts .deco-shortcuts-item .deco-relizations-item-box img {
      width: 100%; }

.home-top-tiles .home-promo-col {
  overflow: hidden; }
  .home-top-tiles .home-promo-col a {
    text-decoration: none; }
.home-top-tiles .home-promo {
  overflow: hidden;
  cursor: pointer;
  background-size: 115%;
  -webkit-transition: all 0.3s ease-in-out;
  height: 100%;
  min-height: 460px; }
  .home-top-tiles .home-promo:hover {
    background-size: 100%; }
.home-top-tiles .flor-top-tiles-desc {
  background-color: #f3ede5; }
  .home-top-tiles .flor-top-tiles-desc p {
    font-size: 18px;
    font-weight: 300;
    color: #333;
    margin: 0; }
.home-top-tiles h3 {
  font-size: 36px; }

.flor-top-tiles .home-promo-col {
  overflow: hidden; }
  .flor-top-tiles .home-promo-col a {
    text-decoration: none; }
.flor-top-tiles .home-promo {
  overflow: hidden;
  cursor: pointer;
  background-size: 115%;
  -webkit-transition: all 0.3s ease-in-out;
  height: 100%;
  min-height: 300px; }
  .flor-top-tiles .home-promo:hover {
    background-size: 100%; }
.flor-top-tiles .flor-top-tiles-desc {
  background-color: #f3ede5; }
  .flor-top-tiles .flor-top-tiles-desc p {
    font-size: 18px;
    font-weight: 300;
    color: #333;
    margin: 0; }
.flor-top-tiles h3 {
  font-size: 36px; }
.flor-top-tiles .deco-desc-row {
  display: none; }
  .flor-top-tiles .deco-desc-row .deco-desc-col {
    display: none; }
  .flor-top-tiles .deco-desc-row .home-promo-col-desc {
    background-color: #f3ede5;
    position: relative; }
    .flor-top-tiles .deco-desc-row .home-promo-col-desc .home-promo-col-desc-item-box {
      float: left;
      width: 100%;
      position: relative; }
      .flor-top-tiles .deco-desc-row .home-promo-col-desc .home-promo-col-desc-item-box img {
        width: 100%; }
      .flor-top-tiles .deco-desc-row .home-promo-col-desc .home-promo-col-desc-item-box i {
        display: block;
        position: absolute;
        top: 10px;
        right: 20px;
        font-size: 36px;
        cursor: pointer; }
      .flor-top-tiles .deco-desc-row .home-promo-col-desc .home-promo-col-desc-item-box h4 {
        font-family: "Playfair Display", serif;
        font-size: 36px;
        color: #333;
        font-weight: 300; }
      .flor-top-tiles .deco-desc-row .home-promo-col-desc .home-promo-col-desc-item-box p {
        font-family: "Roboto", sans-serif;
        font-size: 18px;
        color: #333;
        font-weight: 300; }
    .flor-top-tiles .deco-desc-row .home-promo-col-desc .home-promo-col-desc-arrow-left {
      width: 20px;
      height: 20px;
      transform: rotate(45deg);
      background-color: #f3ede5;
      position: absolute;
      top: -10px;
      left: 10%; }
    .flor-top-tiles .deco-desc-row .home-promo-col-desc .home-promo-col-desc-arrow-right {
      width: 20px;
      height: 20px;
      transform: rotate(45deg);
      background-color: #f3ede5;
      position: absolute;
      top: -10px;
      right: 10%; }
    .flor-top-tiles .deco-desc-row .home-promo-col-desc .home-promo-col-desc-arrow-center {
      width: 20px;
      height: 20px;
      transform: rotate(45deg);
      background-color: #f3ede5;
      position: absolute;
      top: -10px;
      left: 50%; }
.flor-top-tiles .deco-relizations-item {
  position: relative; }
  .flor-top-tiles .deco-relizations-item img {
    width: 100%;
    z-index: 9;
    position: relative;
    -webkit-box-shadow: 15px -15px 0px 0px #d9cfc1, 30px -30px 0px 0px #eae0d4;
    box-shadow: 15px -15px 0px 0px #d9cfc1, 30px -30px 0px 0px #eae0d4; }
  .flor-top-tiles .deco-relizations-item .deco-relizations-item-box {
    width: 95%; 
    background-color: #fff;
    display: block;
    z-index: 10;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    top: -40px;
    text-align: center;
    padding: 20px; }
    .flor-top-tiles .deco-relizations-item .deco-relizations-item-box h4 {
      font-family: "Playfair Display", serif;
      font-size: 20px;
      color: #333; }
    .flor-top-tiles .deco-relizations-item .deco-relizations-item-box p {
      font-family: "Roboto", sans-serif;
      font-size: 18px;
      color: #333;
      font-weight: 300; }
    .flor-top-tiles .deco-relizations-item .deco-relizations-item-box a {
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      color: #5eb157; }

.flor-order h3 {
  font-family: "Playfair Display", serif;
  color: #333;
  font-size: 32px; }
.flor-order .flor-order-icon {
  width: 60px; }

.home-news-link {
  position: relative; }
  .home-news-link .carousel-control-next-zf {
    background-color: #fff;
    top: 50%;
    width: 50px;
    height: 50px;
    right: 15px; }

.news-container .news-container-title {
  background-image: url("../images/menu_kawa2.png");
  background-position: 0 center;
  background-repeat: no-repeat;
  font-family: "Playfair Display", serif;
  font-size: 32px;
  color: #333;
  padding-left: 40px;
  font-weight: 300;
  margin: 0 auto;
  display: block; }
.news-container.news-container-home .news-container-title {
  margin: 0; }
.news-container.news-container-home .card {
  height: 100%; }
.news-container .news-container-link {
  color: #5eb157;
  font-size: 14px;
  font-family: "Roboto", sans-serif; }
.news-container .news-container-category {
  color: #fff;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  background-color: #edc3ad;
  padding: 1px 4px; }
.news-container .news-container-date {
  font-size: 12px;
  font-family: "Roboto", sans-serif; }
.news-container .card-text {
  font-family: "Playfair Display", serif;
  font-size: 26px;
  color: #333;
  font-weight: 300; }
  
  
  .card-text a{
  text-decoration: none;
  	font-family: "Playfair Display", serif;
 
  	color: #333;
  	font-weight: 300; 
  }

.company-top .company-top-img-head {
  width: 100%; }
.company-top .company-top-txt-head {
  height: 100%; }
  .company-top .company-top-txt-head h3 {
    font-family: "Playfair Display", serif;
    font-size: 26px;
    color: #333;
    font-weight: 300; }
  .company-top .company-top-txt-head p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #333;
    font-weight: 300; }
.company-top .club-assign {
  margin-top: -100px; }
  .company-top .club-assign p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #333;
    font-weight: 300; }
.company-top .club-terms {
  display: none; }
  .company-top .club-terms h4 {
    text-align: center;
    margin: 30px 0; }
  .company-top .club-terms p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #333;
    font-weight: 300; }

.club-instagram h3.zf-h3 {
  font-size: 50px; }

.company-cooperation h3 {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  color: #333;
  font-weight: 300; }
.company-cooperation p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #333;
  font-weight: 300; }
.company-cooperation .contact-container h3 {
  font-size: 26px; }
.company-cooperation .contact-phone {
  display: inline-block;
  padding-left: 60px;
  background-image: url("../images/zf_phone_1.png");
  background-repeat: no-repeat;
  background-position: left center; }
.company-cooperation .contact-mobile {
  display: inline-block;
  padding-left: 60px;
  background-image: url("../images/zf_phone.png");
  background-repeat: no-repeat;
  background-position: left center; }

.partners-carousel h3 {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  color: #333;
  font-weight: 300;
  text-align: center; }

.contact-top .zf-bg-gray {
  height: 100%; }
.contact-top .online-top {
  display: inline-block;
  padding-left: 70px;
  background-image: url("../images/zf_contact_leaf.png");
  background-repeat: no-repeat;
  background-position: left top; }
.contact-top .address-top {
  display: inline-block;
  padding-left: 70px;
  background-image: url("../images/zf_contact_address.png");
  background-repeat: no-repeat;
  background-position: left top; }

.contact-data label {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #333;
  font-weight: 300; }
.contact-data .zf-ps-5 {
  padding-left: 70px; }
.contact-data .contact-form label {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #333;
  font-weight: 300; }
  
.contact-form input[type=text]{
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
appearance: none;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;	
}


.contact-form input[type=email]{
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
appearance: none;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;	
}



.contact-form textarea{
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
appearance: none;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;	
}

.contact-data .contact-data-col {
  padding-left: 70px;
  background-image: url("../images/zf_contact_leaf2.png");
  background-repeat: no-repeat;
  background-position: left top; }
.contact-data .zf-contact-sicial .fab {
  font-size: 40px;
  color: #5eb157; }
.contact-data .contact-bottom {
  height: 100%; }

.blog-post {
  border-bottom: 1px solid #f5f5f5; }
  .blog-post .news-container-category {
    color: #fff;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    background-color: #edc3ad;
    padding: 2px 5px;
    margin: 0 8px;
    text-decoration: none; }
  .blog-post .blog-post-date {
    border-right: 1px solid #333; }
  .blog-post .blog-post-author i {
    color: #edc3ad; }
  .blog-post .blog-post-link a {
    color: #5eb157; }
  .blog-post .blog-post-social a {
    color: #333; }

    .blog-categories a{
    	 text-decoration: none;
    }
.blog-categories ul {
 text-decoration: none;
  list-style: none; }
  .blog-categories ul:first-child {
    padding-left: 0; }
  .blog-categories ul li {
    border-bottom: 1px solid #dbdbdb;
    padding: 14px 0; }
    .blog-categories ul li .form-check-label {
      font-family: "Roboto", sans-serif;
      font-size: 18px;
      color: #333;
      font-weight: 300;
      margin-left: 10px; }
    .blog-categories ul li .form-check-input {
      width: 1.2em;
      height: 1.2em; }
    .blog-categories ul li .form-check-input[type="checkbox"] {
      border-radius: 0;
      background-color: #f5f5f5;
      border-color: #f5f5f5; }
    .blog-categories ul li .form-check-input:checked[type="checkbox"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%235eb157' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }
    .blog-categories ul li li {
      border: none; }

.gallery-top a {
  color: #5eb157; }

#baguetteBox-overlay .full-image figcaption {
  background-color: rgba(255, 255, 255, 0.6); }
  #baguetteBox-overlay .full-image figcaption h3 {
    font-family: "Playfair Display", serif;
    font-size: 36px;
    color: #333;
    font-weight: 300; }
  #baguetteBox-overlay .full-image figcaption p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #333;
    font-weight: 300; }

.navbar-dark .navbar-toggler {
  border: none; }

.navbar-nav-sub {
  display: none; }

.baguetteBox-button#close-button {
  background-color: #fff !important; }

@media (max-width: 768px) {
  .home-top-tiles .home-promo {
    min-height: 220px; }

  .zf-sub-nav-links {
    display: none; }

  .zf-main-bg {
    height: inherit; }

  #zf-main-nav .nav-item {
    width: inherit;
    text-align: left;
    background: none; }
    #zf-main-nav .nav-item:hover {
      background-color: inherit; }
    #zf-main-nav .nav-item.active {
      background-color: inherit; }
      #zf-main-nav .nav-item.active a {
        color: #fff; }
  #zf-main-nav .navbar-nav-main {
    border-bottom: 1px solid #fff;
    padding-bottom: 40px; }
    #zf-main-nav .navbar-nav-main a {
      font-size: 20px;
      font-family: "Playfair Display", serif;
      color: #fff;
      font-weight: 400;
      padding: 12px 0 12px 30px;
      display: inline-block; }
  #zf-main-nav .navbar-nav-sub {
    display: block; }
    #zf-main-nav .navbar-nav-sub a {
      font-size: 20px;
      font-family: "Roboto", sans-serif;
      color: #fff;
      font-weight: 400;
      padding: 12px 0 12px 0px;
      display: inline-block; }
  #zf-main-nav #social-nav {
    text-align: center;
    padding-bottom: 30px; }
    #zf-main-nav #social-nav i {
      color: #fff;
      font-size: 28px; }
    #zf-main-nav #social-nav p {
      display: none; }

  .home-promo {
    min-height: 200px; }

  .footer-links ul {
    text-align: center; }

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

  .deco-top-tiles .deco-tile1 {
    min-height: 180px; }

  .deco-top-tiles .deco-tile2 {
    min-height: 180px; }

  .deco-shortcuts .deco-shortcuts-item .deco-relizations-item-box h4 {
    font-size: 22px; }

  .company-top .club-assign {
    margin-top: -60px;
    padding: 20px; }

  .club-instagram .zf-h4 {
    font-size: 20px; }
  .club-instagram h3.zf-h3 {
    font-size: 24px; }

  .contact-data .contact-data-col {
    background: none;
    padding-left: 15px; }
  .contact-data .zf-ps-5 {
    padding-left: 15px; }

  .contact-data .zf-contact-sicial .fab {
    font-size: 28px; } }
.calendar {
  color: #333;
  margin: 10px 0;
  background: #fff;
  padding: 60px 40px 80px 40px;
  width: 100%;
  max-width: 600px;
  position: relative; }
  .calendar .calendar-header {
    border-top: 1px solid #c47630;
    width: 100%; }

.calendar__title {
  text-align: center; }

.calendar--day-view {
  position: absolute;
  border-radius: 3px;
  top: -2.5%;
  left: -2.5%;
  width: 100%;
  height: 100%;
  background: white;
  box-shadow: 3px 12px 5px rgba(2, 2, 2, 0.16);
  z-index: 2;
  overflow: hidden;
  transform: scale(0.9) translate(30px, 30px);
  opacity: 0;
  visibility: hidden;
  /*   border-radius: 5px; */
  display: none;
  align-items: flex-start;
  flex-wrap: wrap; }

.day-view-content {
  color: #222;
  width: 100%;
  padding-top: 55px; }

.day-highlight, .day-add-event {
  padding: 8px 10px;
  margin: 12px 15px;
  border-radius: 4px;
  background: #e7e8e8;
  color: #222;
  font-size: 14px;
  font-weight: 600;
  font-family: "Avenir", sans-serif; }

.day-add-event {
  background: #04b6e2;
  color: #fff;
  padding: 16px;
  display: none;
  transform: translateY(-15px);
  opacity: 0; }

.day-add-event[data-active="true"] {
  display: block;
  animation: popIn 250ms 1 forwards; }

.add-event-label {
  padding: 10px 0;
  font-size: 18px;
  font-family: 'Avenir', sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8); }

.add-event-edit {
  display: block;
  margin: 4px 0;
  max-width: 70%;
  border-bottom: 2px solid #fff;
  font-size: 18px;
  font-weight: 800;
  color: #fff; }

.add-event-edit--long {
  max-width: 90%; }

input.add-event-edit {
  border: none;
  border-bottom: 2px solid #fff;
  background: transparent;
  outline: none;
  font: inherit;
  color: #fff;
  font-size: 18px;
  font-weight: 800; }

.add-event-edit--error, input.add-event-edit--error {
  border-color: #ff5151;
  animation: shake 300ms 1 forwards; }

@keyframes shake {
  20%, 60% {
    transform: translateX(4px); }
  40%, 80% {
    transform: translateX(-4px); } }
input.add-event-edit::-webkit-input-placeholder {
  color: #fff; }

input.add-event-edit:-moz-placeholder {
  /* Firefox 18- */
  color: #fff; }

input.add-event-edit::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff; }

input.add-event-edit:-ms-input-placeholder {
  color: #fff; }

.event-btn {
  padding: 3px 8px;
  border: 3px solid #fff;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  width: 65px;
  margin: 5px 0;
  text-align: center; }

.event-btn--save {
  border-color: #fff;
  background: #74c500;
  color: #fff;
  border-color: transparent; }

.event-btn--save:hover {
  box-shadow: 0px 2px 4px rgba(2, 2, 2, 0.2); }

.event-btn--cancel {
  background: #ff5151;
  color: #fff;
  border-color: transparent; }

.event-btn--cancel:hover {
  box-shadow: 0px 2px 4px rgba(2, 2, 2, 0.2); }

/* .add-event-btn:hover, .add.event-btn:focus{
  background: #00258e;
  box-shadow: 0px -1px 2px rgba(3,2,2,0.2);
} */
.day-highlight .day-events-link {
  border-bottom: 2px solid #222;
  padding: 0;
  cursor: pointer; }

#add-event {
  color: #04b6e2;
  border-color: #04b6e2; }

.day-view-exit {
  position: absolute;
  top: 24px;
  line-height: 1em;
  left: 22px;
  font-size: 22px;
  color: #252525;
  font-family: 'Avenir', sans-serif;
  font-weight: 800;
  cursor: pointer;
  opacity: 0;
  animation: popIn 200ms 1 forwards;
  text-transform: uppercase; }

.day-view-date {
  position: absolute;
  top: 19px;
  right: 22px;
  text-align: right;
  font-size: 22px;
  font-family: 'Avenir', sans-serif;
  font-weight: 800;
  color: #393939;
  border-bottom: 2px solid #222;
  cursor: pointer; }

.day-inspiration-quote {
  position: absolute;
  /*   top: 90px; */
  margin-top: -40px;
  left: 10%;
  width: 80%;
  height: calc(100% - 110px);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -1px;
  color: #ddd;
  line-height: 1.1em;
  font-family: 'Avenir', sans-serif;
  z-index: -1; }

.day-event-list-ul {
  list-style: none;
  margin: auto;
  width: 95%;
  padding: 0;
  max-height: 300px;
  overflow: auto; }

.day-event-list-ul li {
  padding: 10px;
  margin: 10px 0;
  /*   background: #04b6e2; */
  /*   box-shadow: 0px 1px 1px  rgba(2,2,2,0.5); */
  position: relative; }

.event-dates small {
  font-size: 0.65em;
  color: #444; }

.event-dates {
  font-weight: 800;
  font-family: 'Avenir', sans-serif;
  color: #04b6e2;
  font-size: 18px;
  text-transform: lowercase;
  /*   position: relative; */ }

.event-delete {
  position: absolute;
  right: 10px;
  top: 0px;
  font-size: 12px;
  color: #f25656;
  cursor: pointer; }

.event-name {
  font-size: 19px;
  font-family: 'Avenir', sans-serif;
  color: #222;
  padding: 10px;
  background: #f7f7f7;
  margin: 2px 0;
  display: block;
  text-transform: initial; }

.calendar--day-view-active {
  animation: popIn 200ms 1 forwards;
  visibility: visible;
  display: flex;
  transition: visibility 0ms; }

.calendar--view {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  width: 100%; }

.cview__month {
  width: 100%;
  text-align: center;
  font-weight: 800;
  font-size: 22px;
  font-family: 'Avenir', sans-serif;
  padding-bottom: 20px;
  color: #222;
  text-transform: uppercase;
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: space-around; }

.cview__month-last, .cview__month-next, .cview__month-current {
  width: 33.33333%;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  color: #222; }

.cview__month-last:hover, .cview__month-next:hover {
  color: #fff; }

.cview__month-current {
  font-size: 22px;
  cursor: default;
  animation: popIn 200ms 1 forwards;
  transform: translateY(20px);
  opacity: 0;
  position: relative;
  font-family: "Playfair Display", serif;
  font-weight: 300; }

.cview__month-reset {
  animation: none; }

.cview__month-activate {
  animation: popIn 100ms 1 forwards; }

.cview--spacer, .cview__header, .cview--date {
  width: 14.28571428571429%;
  max-width: 14.28571428571429%;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  overflow: hidden;
  text-overflow: clip;
  font-size: 14px;
  font-weight: 300;
  font-size: "Playfair Display", serif; }

.cview--date {
  font-size: 16px;
  font-weight: 400;
  cursor: pointer; }

.has-events::after {
  border-radius: 100%;
  animation: popIn 200ms 1 forwards;
  background: rgba(255, 255, 255, 0.95);
  transform: scale(0);
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 8px;
  left: 12px; }

.cview--date:hover::before {
  background: rgba(255, 255, 255, 0.2); }

.cview--date.today {
  color: #111; }

.cview--date.today::before {
  animation: popIn 200ms 1 forwards;
  background: rgba(255, 255, 255, 0.2);
  transform: scale(0); }

@keyframes popIn {
  100% {
    transform: scale(1);
    opacity: 1; } }
.cview--date::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  transform: scale(0.8);
  z-index: 0; }

.footer {
  width: 100%;
  bottom: 50px;
  left: 0;
  position: absolute;
  font-size: 14px;
  text-align: center; }

.footer__link {
  cursor: pointer;
  padding: 2px 5px;
  border-bottom: 1px solid #fff; }


.calendar-catx {
padding: 2px 4px;
font-size: 12px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
display: inline-block;
margin: 2px 0px;  
}

  
.zf-h3 a{
	text-decoration:none;
  font-size: 36px;
  color: #333;
  font-weight: 300; }
  
.zf-h3 a:hover{
	text-decoration:none;
  font-size: 36px;
  color: #74c500;
  font-weight: 300; }
  
  
/*# sourceMappingURL=main.css.map */
