/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* dede */
#cookie-notice {
  width: 50%;
  min-width: 50%;
  left: auto;
  right: 0
}
.numerTel{
	position: absolute;
    top: 110px;
    right: 0;
    z-index: 55;
		display: none !important;
}
.row-bg-wrap.instance-0::after{
	display: none;
}
.nectar-fancy-box .inner h3{
	    text-shadow: 0 0 15px rgba(0,0,0,0.6);
	    position: relative;
    bottom: -80px;
}
.wpb_wrapper .nectar-fancy-box .box-bg::after,
.wpb_wrapper .nectar-fancy-box .box-bg:after{
	content: '';
	opacity: 1 !important;
    background-color: transparent!important; /* dd */
    background: rgb(0,0,0);
    transition: background .3s;
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 55%, rgba(0,0,0,0.6755077030812324) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 55%, rgba(0,0,0,0.6755077030812324) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0) 55%, rgba(0,0,0,0.6755077030812324) 100%);
}
.wpb_wrapper .nectar-fancy-box:hover .box-bg::after,
.wpb_wrapper .nectar-fancy-box:hover .box-bg:after{
	content: '';
    background-color: transparent !important; /* dd */
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 45%, rgba(0,0,0,0.7755077030812324) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 45%, rgba(0,0,0,0.7755077030812324) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0) 45%, rgba(0,0,0,0.7755077030812324) 100%);
    opacity: 1 !important;
}
@media (max-width: 1300px) and (min-width: 1000px){
	header#top nav > ul > li:not(#social-in-menu) > a {
		padding-left: 6px !important;
		padding-right: 5px !important;
	}
}

.half{
	width: 50%;
	z-index: 55;
	position: relative;
}
.half_img{
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	width: 50%;

}
.inprogress{
	/*
	background-color: #C70000;
	font-size: 18px;
	font-weight: 600;
	color: white;
	text-align: center;
	padding: 12px 37px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 5;
	*/
	background-color: #F2676B;
    font-size: 18px;
    font-weight: 600;
    color: white;
    text-align: center;
    padding: 12px 37px;
    /* position: absolute; */
    top: 0;
    /* left: 50%; */
    /* transform: translate(-50%,-50%); */
    z-index: 5;
    width: 330px;
    margin-bottom: -55px;
    position: relative;
    left: 25%;
}
.oferta_txt{
    width: 100%;
    z-index: 55;
    position: relative;
}
.half h2{
	color: #1C3B50;
	font-size: 38px;
	text-transform: uppercase;
	font-weight: 600;
}
.half h2.all_title{
	color: #000000;
	font-size: 50px;
}
.half h3{
	color: #1C3B50;
	font-size: 22px;
	font-weight: 600;
}
.half p{
	color:  #000000;
	font-size: 16px;
	line-height: 26px;
}
.half .contentBox{
	padding: 38px 30px 38px 103px;
	box-shadow: -15px 15px 25px #00000029;
	margin: 25px 0;
	background-color: white;
    display: block;
	position: relative;
}
.oferta_element:nth-child(odd) .half .options{
	display: flex;
	position: absolute;
    right: 0;
    top: 40px;
    transform: rotate(-90deg);
    transform-origin: top right;
    z-index: 10;
}
.oferta_element:nth-child(even) .half .options{
	display: flex;
	position: absolute;
    top: 40px;
	left: 0;
    right: auto;
    transform: rotate(90deg);
    transform-origin: top left;
    z-index: 10;
}
.half .options div{
	padding: 7px 25px;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	transform: rotate(180deg);
}
.oferta_element{
	display: flex;
	min-height: 566px;
	position: relative;
    align-items: center;
}
.oferta_element:nth-child(odd){
	flex-direction: row-reverse;
}
.oferta_element:nth-child(odd) .half_img{

    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
}
.oferta_element:nth-child(even) .oferta_txt{
	    display: flex;
    justify-content: flex-end;
}
.oferta_element:nth-child(even) .half_img{

    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
}
.line1{

	display: flex;
}
.line1 span,
.line2 span {
	color: #505050;
	font-weight: 600;
	font-size: 18px;
}

.oferta_element:nth-child(odd) h2.all_title{
	text-align: right;
  padding: 0 0 0 20%;

}
.oferta_element:nth-child(even) h2.all_title{
	text-align: left;
  padding: 0 20% 0 0;

}
.oferta_element:nth-child(odd) .line1{
	justify-content: flex-end;

}
.oferta_element:nth-child(odd) .line1 span{
    margin-left: 65px;
}
.oferta_element:nth-child(even) .line1 span{
    margin-right: 65px;
}
.oferta_element:nth-child(even) .line1{

}
.line2{
	display: flex;
	margin-top: 15px;
}
.adr{
	display: flex;
	align-items: center;
}
.adr img{
	margin-right: 10px;
}



.oferta_element:nth-child(odd) .line2{
	justify-content: flex-end;
}

.oferta_element:nth-child(odd) .line2 .adr{
	margin-left: 35px;
}
.oferta_element:nth-child(even) .line2{

}

.oferta_element:nth-child(even) .line2 .adr{
	margin-right: 35px;
}

.ofertaACFAll .contentBox{
	padding: 45px 5%;
	min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bazz-widget-button span a {
	color: #df2531 !important;
}

.oferta_element:nth-child(even) .yellowLabel{
	position: absolute;
    left: 0;
    bottom: 0;
	display: flex;
}
.oferta_element:nth-child(odd) .yellowLabel{
	position: absolute;
    right: 0;
    bottom: 0;
	display: flex;
}
.yellowLabel span:nth-child(1){
	font-size: 18px;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    padding: 12px 25px;
    background-color: #F7B22B;
}
.yellowLabel span:nth-child(2){
    font-size: 30px;
    color: white;
    text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
    background-color: #EB9F0B;
    padding: 0 11px;
}
.yellowLabel span:nth-child(2) i{

    font-size: 30px;
}
.testimonial_slider[data-style="multiple_visible_minimal"] blockquote p {
  font-size: 16px !important;
  line-height: 24px !important;
}
/* galeria */
.galeriaACF {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 10px;
}

.galeriaACF > a {
  background-color: red;
  min-height: 50px;
  background-size: cover;
  background-position: center;
}

.grid__wide {
  grid-column-end: span 2;
}
.grid__tall {
  grid-row-end: span 2;
}

#magia .carousel li.span_4 {
  padding: 0 40px;
}
.bazz-widget .close {
  right: -10px;
  left: auto !important;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)  {
  .page-id-11439 .row-bg.using-image {
    background-position: 70% 0 !important;
  }
  #magia .carousel li.span_4 {
    padding: inherit;
  }
  .oferta_element:nth-child(odd) h2.all_title,
  .oferta_element:nth-child(even) h2.all_title {
  	text-align: center !important;
    padding: 0 0 0 0;

  }
  .oferta_element:nth-child(odd) .line2 .adr,
    .oferta_element:nth-child(even) .line2 .adr {
    margin-left: 0;
    margin-right:0;
  }
    /*bloki z oferta dd*/
    .content h2, .col h2 {
        font-size:28px !important;
    }
    .oferta_element .half_img {
    right: 0 !important;
    width: 100% !important;
    height: 350px !important;
    }
    .oferta_element .oferta_txt .half {
        width: 90%;
    margin: 250px 5% 40px 5%
    }
    .half .contentBox {
    padding: 30px;
    }
    .half .contentBox h2 {
        font-size:28px !important;
}
    .half .contentBox h3 {
font-size: 20px;
    line-height: 26px;
    }
        .half .contentBox p {
font-size: 15px;
    line-height: 20px;
    }
}
/*dd*/
h1 {
    text-shadow: 2px 2px 12px #000000;
}
h1.mobil {
  display: none;
}
.content h2,
.col h2 {
    color: #1C3B50;
    font-size: 38px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
}
.col .vc_col-sm-4 h2 {
    font-size: 30px !important;
    line-height: 36px !important;
}
a.ctabtn {
  color: #FFF !important;
  text-transform: uppercase !important;
  text-align: center;
}
/*formularz zapytania ofertowego */
.sg-popup-content.ctabtn form {
  padding: 20px;
}
.sg-popup-content.ctabtn form label {
  font-size: 12px;
  font-weight: 600;
  padding-top: 10px;
  display: block;
}
.sg-popup-content.ctabtn form br {
  display: none;
}
.sgpb-popup-close-button-3 {
  top: 0 !important;
  width: auto !important;
}
#miejscowosc h2 {
  font-size: 25px !important;
}
#tydzien h2 {
    padding: 50px 0 15px 0;
}
.row .col .iwithtext .iwt-icon img:not([srcset]) {
    width: 48px !important;
}
.iwithtext .iwt-text {
    padding-left: 75px;
}
.iwithtext .iwt-text h3 {
    font-size:20px !important;
    font-weight: 600 !important;
    color: #F02230;
    margin:0;
}
.iwithtext .iwt-text p {
    line-height: 24px;
}
.iwithtext {
    margin-bottom:20px !important;
}
.cena h2 {
    padding: 50px 0 0px 0;
    font-size: 33px !important;
    text-transform: none !important;
    text-align: center !important;
}
.cena h4 {
    font-size:13px;
    padding:0;
    margin:0px;
    text-align:center;
}
.half h3 {
    font-size: 20px;
    font-weight: 500;
}
.ubezc h3 {
    /*text-align: left !important;*/
    font-size: 22px !important;
    font-weight: 600 !important;
}
.ubezc_home h3 {
    /*text-align: left !important;*/
    font-size: 22px !important;
    font-weight: 600 !important;
}

.ubezc .nectar-button.regular-button.extra-color-1,
.ubezc .nectar-button.tilt.extra-color-1 {
    background-color: transparent !important;
    border: 2px solid #FFF !important;
    padding: 20px !important;
    margin: 20px !important;
}

.ubezc_home .nectar-button.regular-button.extra-color-1,
.ubezc_home .nectar-button.tilt.extra-color-1 {
    background-color: transparent !important;
    border: 2px solid #FFF !important;
    padding: 20px !important;
    margin: 20px !important;
}

.bazz-widget-button > img {
	position: absolute;
    width: 160px;
    z-index: 9;
    left: -73px;
    top: -50px;

}
.bazz-widget-button span {
	    width: 400px;
    position: absolute;
    background: #FFF;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
    padding: 15px 15px 15px 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	-webkit-box-shadow: 0px 3px 6px #00000029;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    0px 3px 6px #00000029;  /* Firefox 3.5 - 3.6 */
  box-shadow:         0px 3px 6px #00000029;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */

}
.bazz-widget .callme {
  font-size: 14px;
  padding-top: 15px;
  font-weight: 600;
  color: #FFF;
}
.bazz-widget .close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -10px;
  left: -10px;
  cursor: pointer;
  border-radius: 50%;
  border: 3px solid #FFFFFF;
  background: url('../../plugins/bazz-callback-widget/images/bazz-close-button.png') no-repeat center center;
  background-color: #df2531 !important;
  background-size: 22px;
  font-size: 0px;
  z-index: 9998;
}

#wyborhotelu .movable-tables table tbody tr:nth-child(even) td:nth-of-type(2),
#wyborhotelu .movable-tables table tbody tr:nth-child(even) td:nth-of-type(3) {
  background-color: #3C99DE20;
}
#wyborhotelu .movable-tables table tbody tr:nth-child(odd) td:nth-of-type(2),
#wyborhotelu .movable-tables table tbody tr:nth-child(odd) td:nth-of-type(3) {
  background-color: #3C99DE40;
}
.movable-tables .bestfami {
  font-size:10px;
  font-weight: 600;
  color: #FFF;
  background: #3C99DE;
  text-transform: uppercase;
}
.movable-tables table tbody td img {
  height: 20px !important;
  width: auto;
}
.movable-tables table td {
  width: auto;
  min-width: 80px;
  text-align: center;
  padding: 5px !important;
  white-space: nowrap;
  height: 40px;
}
#miejscowosc .wpb_wrapper > p > a {
  color: #1c3b50 !important;
}
#testimmonials img {
  width: 30px !important;
  height: 30px !important;
}
#testimmonials a {
  color: #000 !important;
}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)  {
  body .row .col.section-title h1,
  body h1 {
    font-size: 33px;
    line-height: 35.5px;
    padding-top: 140px;
  }
  body.page-id-11285 h1.vc_custom_heading,
  body.page-id-8573 h1.vc_custom_heading,
  body.page-id-11987 h1.vc_custom_heading,
  body.page-id-11271 h1.vc_custom_heading,
  body.page-id-9820 h1.vc_custom_heading,
  body.page-id-8849 h1.vc_custom_heading,
  body.page-id-9853 h1.vc_custom_heading,
  body.page-id-9877 h1.vc_custom_heading,
  body.page-id-9868 h1.vc_custom_heading,
  body.page-id-11961 h1.vc_custom_heading,
  body.home #miejsca {
    display: none;
  }
  
	 /*bloki z oferta dd*/
    .content h2, .col h2 {
        font-size:28px !important;
    }
    .oferta_element .half_img {
    right: 0 !important;
    width: 100% !important;
    height: 350px !important;
    }
    .oferta_element .oferta_txt .half {
        width: 90%;
    margin: 250px 5% 40px 5%
    }
    .half .contentBox {
    padding: 30px;
    }
    .half .contentBox h2 {
        font-size:22px !important;
}
    .half .contentBox h3 {
font-size: 20px;
    line-height: 24px;
    }
        .half .contentBox p {
font-size: 15px;
    line-height: 20px;
    }


	

.nectar-fancy-box {
    padding: 8% !important;
}

.small {
    font-size:14px;
    }
  h1.vc_custom_heading.mobil {
      text-shadow: 0 0 0 !important;
      display: block !important;
      margin: 0;
      padding-top: 20px;
      padding-bottom: 10px;
      font-size: 28px;
	  line-height: 30px;
  }
	.iwithtext {
		margin-bottom: 10px;
	}
	.iwithtext .iwt-icon img:not([srcset]) {
			width: 36px !important;
		height: auto;
	}
.nectar-button {
  margin-top: 50px;
}
	.iwithtext .iwt-text h3 {
		font-size: 16px !important;
	}
		.iwithtext .iwt-text p {
		font-size: 14px !important;
	}
	#miejscowosc h2 {
		font-size: 20px !important;
		line-height: inherit !important;
	}
#zakwaterowanie {
  font-size: 15px;
  line-height: normal;
}
#zakwaterowanie .tabbed[data-style="minimal"] .wpb_tabs_nav {
  margin-bottom: 20px !important;
}
#zakwaterowanie .wpb_tabs_nav li a {
  padding: 10px;
}
  .parallax_slider_outer.first-section:not(.element-out-of-view) .swiper-slide .content,
  .parallax_slider_outer.first-section:not(.element-out-of-view) .swiper-slide:not(.static):not(.caption-no-fade) .content {
    position: absolute !important;
    top: 5px !important;
    right: 0;
    width: 100%;
    text-align: center !important;
  }
  .parallax_slider_outer.first-section:not(.element-out-of-view) .swiper-slide .content h2 {
    width: 100%;
    text-align: center;
    margin: 0;
  }

  .parallax_slider_outer.first-section:not(.element-out-of-view) .swiper-slide .content p {
    text-align: center;
    font-size: 20px !important;
  }
  #liczby .wliczbach_accent {
    font-size: 35px !important;
    line-height: 50px !important;
  }
  ul.menu.menuopen {
    top: -30px !important;
  }
  ul.menu.menuopen li a {
          font-size: 25px !important;
          line-height: 32px !important;

  }
  div:not(.movable-tables) > table  table,
  div:not(.movable-tables) > table  thead,
  div:not(.movable-tables) > table  tbody,
  div:not(.movable-tables) > table  th,
  div:not(.movable-tables) > table  td,
  div:not(.movable-tables) > table  tr {
		display: block !important;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	div:not(.mobiletab) > table  thead tr,
	div:not(.movable-tables) > table  thead tr {
		position: absolute !important;
		top: -9999px !important;
		left: -9999px !important;
	}
	div:not(.mobiletab) > table  tr, 
	div:not(.movable-tables) > table  tr { 
		border: 1px solid #ccc;
	    margin-bottom: 20px;
	}
	div:not(.mobiletab) > table  td,
	div:not(.movable-tables) > table  td {
		/* Behave  like a "row" */
		border: none !important;
		border-bottom: 1px solid #eee !important;
		position: relative !important;
		padding-left: 70% !important;
		    text-align: center;
	}

	div:not(.mobiletab) > table  td:before,
	div:not(.movable-tables) > table  td:before {
    position: absolute !important;
    top: 10px !important;
    left: 6px !important;
    width: 65% !important;
    padding-right: 10px !important;
    white-space: pre-wrap !important;
    font-weight: bold;
    line-height:15px;
  }
	
	div.mobiletab {
		max-width: 100%;
		overflow: scroll;
	}
	div.mobiletab > table  table{
		display: table !important;
	}
	div.mobiletab > table  thead {
		display: table-header-group !important;
	}
	div.mobiletab > table  tbody {
		display: table-row-group !important;
	}
	div.mobiletab > table  td {
		display: table-cell !important;
	}
    div.mobiletab > table  th,
div.mobiletab > table  tr {
		display: table-row !important;
	}

		div.mobiletab > table  thead tr {
		position: relative!important;
		top: 0 !important;
		left: 0 !important;
	}

	div.mobiletab > table  td {
		/* Behave  like a "row" */
		border: 1px solid #ccc;
		border-bottom: 1px solid #eee !important;
		position: relative !important;
		padding: 10px 5px !important;
		    text-align: center;
	}
	
	
	
  .movable-tables {
      width: 80%;
      overflow-x:scroll;
      margin-left:105px;
      overflow-y:visible;
  }
  .movable-tables > table tbody {
    position: relative;
  }
.movable-tables > table tbody::after {
  content: "\00BB";
  font-size: 25px;
  width: 30px;
  height: 28px;
  border-radius: 50px;
  padding: 7px 5px 5px 5px;
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 14px 6px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 14px 6px rgba(0,0,0,0.15);
box-shadow: 0px 0px 14px 4px rgba(0,0,0,0.15);
display: block;
position: fixed;
right: -20px;
top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);  }

  .movable-tables table {
  	width: 100%;
  	border-top:0;
    font-size: 12px;
    background: #FFF;
  }
  .movable-tables table td.headcol-1,
  .movable-tables table th:nth-of-type(1),
  .movable-tables table td:nth-of-type(1) {
  	text-align: right;
     position:absolute;
     width:140px;
     left:-35px;
     top:auto;
     font-size: 11px;
     background-color: #FFF;
  }

  .movable-tables table thead td.headcol-1{
    border: 0;
  }
  .movable-tables table thead tr:nth-of-type(1) {
  	border-top: 0;
  	border-left:0;
  	border-right:0;
  }
  .movable-tables table thead tr {
  		background: #FFF;
  }
  .movable-tables table thead tr:nth-of-type(2) td {
  	border-bottom: 0;
  	vertical-align: middle;
  }
  .movable-tables table thead tr:nth-of-type(2) img {
  	max-width: 110px;
  	height: auto;
  }
  .movable-tables table thead tr:nth-of-type(1) td {
  	border-top: 0;
  	border-left:0;
  	border-right:0;
  }
  .movable-tables table { border-collapse:separate;}
  /* Force table to not be like tables anymore Maso Corto*/


        #tydzien h2 {
            padding: 20px 0 15px 0 !important;
        }
        #tydzien .carousel-heading h2 {
          padding: 0 !important;
        }
        #tydzien .carousel-wrap[data-full-width="false"] .control-wrap {
          position: relative !important;
          top: 20px !important;
        }
  .bazz-widget {
      display: inherit;
      left:10px !important;
      bottom: 10px !important;
  }
  .bazz-widget.opened {
    width:97vw;
  }
  .bazz-widget img {
    display: none;
  }
  	.bazz-widget-button span {
  		width: 95vw;
      left: 0;
      bottom: 0;
      padding: 15px;
  	}
  .bazz-widget-form input {
    width: 30%;
    font-size: 14px;
  }
  .bazz-widget-form label {
    width: 35%;
    font-size: 14px;
  }
	.galeriaACF{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(9, 1fr);
		gap: 10px;
	}
	.galeriaACF a:nth-child(1){
		order: 1
	}
	.galeriaACF a:nth-child(2){
		order: 5
	}
	.galeriaACF a:nth-child(3){
		order: 9
	}
	.galeriaACF a:nth-child(4){
		order: 6
	}
	.galeriaACF a:nth-child(5){
		order: 2
	}
	.galeriaACF a:nth-child(6){
		order: 3
	}
	.galeriaACF a:nth-child(7){
		order: 10
	}
	.galeriaACF a:nth-child(8){
		order: 11
	}
	.galeriaACF a:nth-child(9){
		order: 4
	}
	.galeriaACF a:nth-child(10){
		order: 7
	}
	.galeriaACF a:nth-child(11){
		order: 12
	}
	.galeriaACF a:nth-child(12){
		order: 8
	}

    /*bloki z oferta dd*/
    .content h2, .col h2 {
        font-size:24px !important;
    }
    .oferta_element .half_img {
    right: 0 !important;
    width: 100% !important;
    height: 350px !important;
    }
    .oferta_element .oferta_txt .half {
        width: 90%;
    margin: 250px 5% 50px 5%
    }
    .half .contentBox {
    padding: 30px 30px 50px 30px;
    height: 100%;
		margin: 0;
    }
    .half .contentBox h2 {
        font-size:22px !important;
		text-align: left !important;
		margin-bottom: 18px;
}
    .half .contentBox h3 {
font-size: 20px;
    line-height: 26px;
    }
        .half .contentBox p {
font-size: 15px;
    line-height: 20px;
    }
	.oferta_element .line2,
	.oferta_element .line1 {
		display: grid !important;
		justify-content: center !important;
		text-align: center;
	}
	.oferta_element .line2 span,
	.oferta_element .line1 span {
		margin: 0 !important;
	}
	.ofertaACFAll .contentBox {
		min-height: inherit;
	}
	.ubezc {
		text-align: center !important;
		padding: 20px 5px;
	}
	.ubezc_home {
		text-align: center !important;
		padding: 20px 5px;
	}
	.ubezc h3 {
		text-align: center !important;
		margin-top: 30px;
	}
	
	.ubezc_home h3 {
		text-align: center !important;
		/*margin-top: 30px;*/
	}
	.inprogress {
    font-size: 14px;
    color: white;
    text-align: center;
    padding: 5px 20px;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 5;
    width: fit-content;
    margin-bottom: 0;
    position: absolute;
    margin-top: 0;
	}
	.oferta_element .half .options {
    display: flex !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    transform: rotate(0deg) !important;
    transform-origin: center !important;
    z-index: 10 !important;
		margin-bottom: 20px;
		justify-content: center;
}
	.half .options div {
    padding: 5px 20px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    transform: rotate(0deg) !important;
}

	.oferta_element:nth-child(odd) .yellowLabel {
		position: absolute;
    right: 50%;
    bottom: 8px;
    display: flex;
    z-index: 555;
    transform: translate(50%,-50%);
	}
	.oferta_element:nth-child(even) .yellowLabel {
		position: absolute;
		left: 50%;
		bottom: 8px;
		display: flex;
		z-index: 555;
		transform: translate(-50%,-50%);

    }
	.yellowLabel span:nth-child(1){
		font-size: 13px
	}



.yellowLabel span:nth-child(1){
    padding: 9px 19px;

}
.yellowLabel span:nth-child(2){
    padding: 0px 8px;

}
.yellowLabel span:nth-child(2) i{

    font-size: 22px;
}


}

.owl-stage{
	margin: 0 auto;
}
.owl-stage-outer{
/*
	display: flex;
    justify-content: center;
*/
}
/*end dd */

.lb-loader,.lightbox{text-align:center;line-height:0;position:absolute;left:0}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{width:100%;z-index:10000;font-weight:400;outline:0}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(../images/loading.gif) no-repeat}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(../images/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(../images/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(../images/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}

.contact-form-zapytanie {
  height: 600px;
  padding: 20px;
}

.form-main-container{
  height: 100%;
  display: grid;
}
@media screen and (min-width: 1024px){
  .form-main-container{
    grid-template-columns: 50% 50%;
  }
}

#wpcf7-f11646-o1, #wpcf7-f11651-o1{
  height: 600px;
}

#wpcf7-f11646-o1 form, #wpcf7-f11651-o1 form{
  height: 100%;
}

.form-thumbnail-image{
  height: 560px;
  width: 100%;
  display: none;
}

.form-thumbnail-image.folgaria{
  background: url("https://wildholidays.pl/wp-content/uploads/2018/10/ONS-HomeBox_2.jpg") no-repeat center;
  background-size: cover;
}

.form-thumbnail-image.masocorto{
  background: url("https://wildholidays.pl/wp-content/uploads/2020/08/IMG_5172_DUZY_ROZMAR-scaled.jpg") no-repeat center;
  background-size: cover;
}

.form-thumbnail-image img{
  width: 100%;
  height: 500px !important;
}

@media screen and (min-width: 1024px){
  .form-thumbnail-image{
    display: block;
  }
}

.form-company-logo{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.container-wrap input[type="text"], .container-wrap input[type="email"],
.container-wrap input[type="tel"], .wpcf7-form-control-wrap select, .input[type=text], input[type="email"], input[type="tel"]{
  border: 1px solid black !important;
  font-size: 12px !important;
  background-color: #EFEFEF;
  margin-bottom: 10px !important;
}

.wpcf7-form-control-wrap select{
  padding: 0 0 0 10px !important;
}

.container-wrap input[type="text"]::placeholder, .container-wrap input[type="email"]::placeholder,
.container-wrap input[type="tel"]::placeholder, .wpcf7-form-control-wrap select::placeholder{
  font-size: 12px !important;
}

.form-label{
  font-size: 12px !important;
  font-weight: 400 !important;
}

.form-strong{
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px !important;
  margin-block-end: 0;
  font-weight: bold;
  margin-block-start: 0;
  padding-bottom: 0;
}

html body .form-credentials{
  display: none;
}

.generate-price-text-div{
  display: none;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.loader{
  margin-bottom: 5px;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
}

.generate-price{
  cursor: pointer;
  border: none;
  font-family: Poppins;
    text-transform: capitalize !important;
    letter-spacing: 0;
    width: 300px !important;
    height: 50px !important;
    background-color: #00801D !important;
    color: white !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.generate-price:hover{
  background-color: #df2531 !important;
}

.generate-price-text{
  padding: 0;
  margin-block-start: 0;
  text-align: center;
}

.form-button-wrapper{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-creds{
  display: none;
}

html body .submit-enrollment{
  display: none;
}

.form-wrapper{
  overflow-y: auto;
}

@media screen and (min-width: 1024px){
  .form-wrapper{
    padding-left: 20px;
    padding-right: 20px;
  }
}

.form-wrapper p{
  padding: 0;
}


@media screen and (min-width: 1024px){
  .form-children-select, .form-email-phone{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    justify-items: stretch;
  }
}

.form-textarea-ask{
  height: 150px;
  resize: none;
}

.wh-dede-offer-filter {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wh-dede-offer-filter,
.ofertaACF.ofertaACF__noResults {
  min-height: 150px;
  padding: 20px 5%;
}

.ofertaACF.ofertaACF__noResults .ofertaACF__noResults--header {
  color: #dd3333;
  text-align: center;
  font-size: 22px !important;
  text-transform: none !important;
  font-weight: 600 !important;
}

@media screen and (min-width: 1024px){   
  .ofertaACF.ofertaACF__noResults .ofertaACF__noResults--header {
    font-size: 30px !important;
  }
  .wh-dede-offer-filter,
  .ofertaACF.ofertaACF__noResults {
    padding: 20px 90px;
  } 
}

@media screen and (min-width: 1400px) {
  .wh-dede-offer-filter,
  .ofertaACF.ofertaACF__noResults {
    padding: 20px 98px;
  } 
}

@media screen and (min-width: 1600px) {
  .wh-dede-offer-filter,
  .ofertaACF.ofertaACF__noResults {
    padding: 20px 329px;
  } 
}

.wh-dede-offer-filter h3 {
  font-family: 'Poppins', sans-serif;
  line-height: normal !important;
  font-size: 22px !important;
  font-weight: 600 !important;
}

.wh-dede-offer-filter form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.wh-dede-offer-filter__submit {
  flex: 0 0 100%;
  max-width: 100%; 
}

.wh-dede-offer-filter__option {
  padding: 20px 0;
  flex: 0 0 100%;
  max-width: 100%;
  border-bottom: 1px solid #1c3b50;
}

@media screen and (min-width: 1024px) {
  .wh-dede-offer-filter form {
    margin: 0 -15px;
  }
  .wh-dede-offer-filter__option {
    padding: 0 15px;
    margin: 20px 0;
    flex: 0 0 250px;
    border-right: 1px solid #1c3b50;
    border-bottom: none;
  }
  .wh-dede-offer-filter__option:last-of-type {
    border-right: none;
  }
  .wh-dede-offer-filter__submit {
    margin: 15px 0 0 0;
    padding: 0 15px;
  }
}


.wh-dede-offer-filter__option--wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.wh-dede-offer-filter__option--single {
  padding: 5px 10px 5px 0;
}

.wh-dede-offer-filter__submit {
  display: flex;
  justify-content: center;
}

.wh-dede-offer-filter__submit--button {
  margin: 15px 10px 0 0;
  cursor: pointer;
  padding: 15px 35px;
  background: #1c3b50;
  outline: none;
  border: 1px solid black;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.wh-dede-offer-filter__submit--button.clean {
  color: #1c3b50;
  background: white; 
}

.wh-dede-offer-filter__submit--button:hover {
  transform: scale(1.03);
}

@media only screen and (max-width: 1024px) {
  body.home .nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content h2 {
    font-size: 32px !important;
    line-height: normal !important;
  }
  body.home .nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content p {
    font-size: 18px !important;
    line-height: normal !important;
    margin: 0 !important;
  }
  body.home .section-title h2 {
    font-size: 24px !important;
    line-height: normal !important;
    margin: 0 !important;
  }
  body.home .section-title h3 {
    font-size: 20px !important;
    line-height: normal !important;
    margin: 0 !important;
  }
  body.home .row .col.section-title {
    padding: 0px 0px 1em 0px;
  }
}

@media screen and (max-width: 768px) {
  body.home .section-title h2,
  body.home .section-title h3,
  body.home .front-akademia-desc p{
    text-align: center !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body.home .nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .container {
    top: 15% !important;
  }
}

@media screen and (max-width: 767px) {
  body.page-id-9820 .first-section > .col {
    position: relative;
    transform: translateY(-125%);
  }
  body.page-id-9820 .img-with-aniamtion-wrap img {
    width: 230px;
    transform: translateX(-50%);
    left: 50%;
  }  
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.page-id-9820 .img-with-aniamtion-wrap img {
    width: 350px;
  }  
}

body.page-id-9820 .wpb_row .row-bg, .full-width-section .row-bg {
  background-position: 77% !important;
}

@media screen and (min-width: 1200px) {
  .dede-nav-phone-wrapper {
    flex-direction: row;
    align-items: center;
  }
  .dede-nav-phone {
    margin: 0 0 0 15px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .dede-nav-phone-wrapper {
    flex-direction: column;
  }  
  .dede-nav-phone {
    margin: 20px 0 !important;
  }
}

.dede-nav-phone {
  cursor: pointer;
  border: none;
  height: 40px;
  padding: 0 20px !important;
  margin: 0 0 0 15px;
  border-radius: 25px !important;
  font-family: Poppins;
  text-transform: none !important;
  background-color: #df2531!important;
}
.dede-nav-phone span {
  color: white !important;
}

.row .col img{
margin-bottom: unset;
}

.ofertaACF.ofertaACFAll {
  width: 100%;
}

.span_12:has(.galeriaACF) {
display: block !important;
}
