/*
Theme Name: Pacrose Wordpress Development
Description: Pacrose - A Retina Multi Purpose Wordpress Theme
Author: Pacrose
Author URI: http://www.pacrose.co.uk
Version: 2.0
*/
@import url("https://www.thebridgeretreat.com/wp-content/themes/dsk-bt/css/bootstrap.min.css");
@import url("https://www.thebridgeretreat.com/wp-content/themes/dsk-bt/fonts/gorgia/stylesheet.css");
@import url("https://www.thebridgeretreat.com/wp-content/themes/dsk-bt/fonts/axiforma/stylesheet.css");
@import url("https://www.thebridgeretreat.com/wp-content/themes/dsk-bt/styles.css");
@import url("https://www.thebridgeretreat.com/wp-content/themes/dsk-bt/responsive.css");

* {
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.retreats-from-ps{
	padding-top:60px;
	padding-bottom:50px;
	background:#eeeeee;
}

.retreats-from-ps ul {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	margin-left: -10px;
	margin-right: -10px;
	flex-wrap: wrap;
  }
  
  .retreats-from-ps li {
	list-style: none;
	width: 100%;
	max-width: 100%;
	padding: 0 10px;
	margin-bottom: 20px;
  }

  .retreats-from-ps h2 {
	margin-bottom: 50px;
	font-size: 30px;
	text-align:center;
  }
  
  @media screen and (min-width: 992px) {
	.retreats-from-ps li {
	  width: 50%;
	  max-width: 50%;
	}
  }
  

  .basket-icon{
	background: linear-gradient(to right, #044589, #2b7c52, #044589);
	background-position: 100% center;
	background-size: 200% auto;
    float: right;
    width: 50px;
    height: 50px;
    margin: 20px 0;
    padding: 12px;
	border-radius: 100%;
	margin-left:20px;
	transition: ease 0.3s;
  }

  .basket-icon:hover{
	background-position: 200% center;
  }

  .basket-icon svg{
	width:100%;
	height:100%;
  }

  .basket-icon svg path{
	fill:white;
  }


  @media screen and (min-width: 1080px) {
	.booking-mobile-link{
		display:none;
	}
  }

  /*  DATE GROUP STYLES */
  .date-group {
	margin-bottom: 60px;
  }
  .date-group:last-of-type {
	margin-bottom: 0;
  }
  .date-group h2 {
	margin-bottom: 30px;
	font-size: 40px;
  }
  .date-group ul {
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	margin-left: -10px;
	margin-right: -10px;
	flex-wrap: wrap;
  }
  .date-group li {
	list-style: none;
	width: 100%;
	max-width: 100%;
	padding: 0 10px;
	margin-bottom: 20px;
  }
  @media screen and (min-width: 992px) {
	.date-group li {
	  width: 50%;
	  max-width: 50%;
	}
  }
  .date-group-single {
	background: #F5F9F7;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border-radius: 5px;
	overflow: hidden;
	height: 100%;
  }
  .date-group-single-bar {
	width: 100%;
	background: #41748B;
	padding: 15px 10px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
  }
  @media screen and (min-width: 576px) {
	.date-group-single-bar {
	  width: 80px;
	  text-align: center;
	  padding: 10px;
	}
  }
  @media screen and (min-width: 1200px) {
	.date-group-single-bar {
	  width: 100px;
	  padding: 20px;
	}
  }
  .date-group-single-bar:after {
	content: '';
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0.8;
	background: #044589;
	background: -moz-linear-gradient(180deg, #044589 32%, rgba(43, 124, 82, 0.59848) 100%);
	background: -webkit-linear-gradient(180deg, #044589 32%, rgba(43, 124, 82, 0.59848) 100%);
	background: linear-gradient(180deg, #044589 32%, rgba(43, 124, 82, 0.59848) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#044589",endColorstr="#2b7c52",GradientType=1);
  }
  .date-group-single-bar .grid-date {
	position: relative;
	z-index: 1;
  }
  .date-group-single-bar .grid-date p {
	color: white;
	margin: 0;
	font-weight: bold;
  }
  .date-group-single-bar .grid-date p:first-of-type {
	font-size: 30px;
  }
  .date-group-single-bar .grid-date p:last-of-type {
	font-size: 16px;
	line-height: 0.5;
	text-transform: uppercase;
  }
  .date-group-single-info {
	padding: 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
  }
  .date-group-single-info p {
	margin-bottom: 0;
	font-size: 16px;
	margin-top: 5px;
  }
  .date-group-single-info p:first-of-type {
	font-size: 20px;
	font-weight: bold;
	margin-top: 0;
  }
  .date-group-single-info p:last-of-type {
	margin-bottom: 20px;
  }
  @media screen and (min-width: 576px) {
	.date-group-single-info p:last-of-type {
	  margin-bottom: 40px;
	}
  }
  .date-group-single-info .rounded-button, .date-group-single-info .dskbtn {
	margin-top: auto;
	text-align: center;
	width: 100%;
  }
  @media screen and (min-width: 576px) {
	.date-group-single-info .rounded-button, .date-group-single-info .dskbtn {
	  width: auto;
	}
  }

  .retreats-sidebar-list{
	  display:none;
  }

  .retreats-sidebar-list .retreats-from-ps{
	  background:none;
	  padding:0;
  }

  .retreats-sidebar-list .container{
	  padding:0;
	  margin-top:20px;
  }

  .retreats-sidebar-list h3{
	  text-align:center;
	  font-size:22px;
	  margin-bottom:30px;
  }

  .retreats-sidebar-list h2{
	  display:none;
  }

  .retreats-sidebar-list{
	  margin-top:70px;
  }

  @media screen and (min-width: 992px){
	.retreats-sidebar-list .retreats-from-ps li{
		width:100%;
		max-width:100%;
	}
  }

  .retreats-sidebar-list .date-group-single-info p:first-of-type{
	  font-size:16px;
  }

 .retreats-sidebar-list .date-group-single-info p{
	 font-size:13px;
	 margin-top:2px;
 }

 @media screen and (min-width: 576px){
	.retreats-sidebar-list .date-group-single-bar {
		width: 100%;
		text-align:left;
	}
}

 @media screen and (min-width: 1200px){
	.retreats-sidebar-list .date-group-single-bar {
		width: 60px;
		padding: 6px;
		text-align:center;
	}
}

@media screen and (min-width: 768px){
	.retreats-sidebar-list{
		display:block;
	}
}

.retreats-sidebar-list .retreats-from-ps .date-group-single-info{
	padding:15px;
}

.retreats-sidebar-list .dskbtn{
	transform: scale(0.7);
    transform-origin: left bottom;
}

@media screen and (min-width: 576px){
	.retreats-sidebar-list .date-group-single-info p:last-of-type {
		margin-bottom: 10px;
	}
}

.retreats-sidebar-list .date-group-single-bar .grid-date p:first-of-type{
	font-size:25px;
	line-height:1.2;
}


@media screen and (min-width: 1200px){
	.retreats-sidebar-list .date-group-single-bar .grid-date p:first-of-type{
		font-size:30px;
		line-height:1.5;
	}
}

  

@media screen and (max-width: 1200px){
	footer .widget_text.col-md-4{
		order:-1;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 80%;
		flex: 0 0 80%;
		max-width: 80%;
	}

	footer .widgets .container .row{
		flex-direction:column;
	}

	footer .widgets .logo img{
		max-width:150px;
	}

	footer .widgets .textwidget.custom-html-widget{
		text-align:left;
	}

	footer .widgets .textwidget.custom-html-widget .fsocial{
		margin-top:0;
	}

	#menu-footer .menu-item {
		width: 49%;
		display: inline-block;
	}

	footer .widgets .col-md-4:last-child .textwidget{
		text-align:left;
		margin-top:30px;
	}

	footer .col-md-4{
		flex:0 100%;
		max-width:100%;
		webkit-box-flex: 0;
    	-ms-flex: 0 0 100%;
	}

	.menu-footer-container{
		margin-top:30px;
	}

	footer .widgets ul{
		margin-bottom:0px;
	}

}

@media screen and (max-width: 780px){
	
	#menu-footer .menu-item {
		width: 100%;
		display: block;
	}

}

header.headertops:after{
	content:'';
	height:200px;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	opacity:0.7;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	transition:ease 0.2s;
}

header.headertops.fixeds:after{
	opacity:0;
	pointer-events:none;	
}

/*  faciltators fix */

.facilitator-single.showing{
	background:white;
}

.meet-the-team .vc_single_image-img{
	width:300px !important;
	height:300px !important;
}

@media only screen and (max-width: 1000px) {
	.meet-the-team .vc_single_image-img{
		width:200px !important;
		height:200px !important;
	}
}

@media only screen and (min-width: 638px) and (max-width: 767px) {
	.meet-the-team .vc_single_image-img{
		width:300px !important;
		height:300px !important;
	}

	.meet-the-team .wpb_single_image{
		margin-bottom:20px;
		margin-top:50px;
	}
}



.modal-backdrop{
	z-index:0;
	pointer-events:none;
}

.meet-the-team{
	position: relative;
    z-index: 1000;
}


@media only screen and (max-width: 637px) {

	.entry-content .single-team img {
		width:200px !important;
		height:200px !important;
	}

	.meet-the-team .wpb_column.vc_column_container.vc_col-sm-4{
		margin-top:60px;
	}

	.meet-the-team .wpb_column.vc_column_container.vc_col-sm-4:first-of-type{
		margin-top:0px;
	}

	.meet-the-team .wpb_single_image{
		margin-bottom:20px;
	}

}

/* NEW HERO SECTION STYLES */

@keyframes fade-in {
    from {opacity:0;}
    to {opacity:1;}
}

@keyframes fade-in-up {
    from {opacity:0;}
    to {opacity:1; transform:translateY(0px)}
}

.hero-section{
	width:100%;
	position:relative;
	opacity:0;
	animation-name: fade-in;
    animation-duration: 0.5s;
	animation-fill-mode: forwards;
	animation-timing-function: ease;
}

.hero-section .object-fit{
	object-fit:cover;
	width:100%;
	object-position:center;	
	z-index:0;
	margin:0;
}

.over_image.hero-section .object-fit{
	height:100vh;
}

.after_image.hero-section .object-fit{
	height:80vh;
}

.over_image .hero-section-text{
	z-index:1;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	display:flex;
	flex-direction:column;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
}

.over_image .hero-section-text h1{
	opacity:0;
	transform:translateY(20px);
	animation-name: fade-in-up;
    animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-delay: 0.5s;
	animation-timing-function: ease;
}

.over_image .hero-section-text p{
	opacity:0;
	transform:translateY(20px);
	animation-name: fade-in-up;
    animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-delay: 1s;
	animation-timing-function: ease;
}

.over_image .hero-section-text h1{
    font-family: "EB Garamond";
    line-height: 47px;
    letter-spacing: 0px;
    font-weight: 400;
    margin: 0px;
    color: rgb(255, 255, 255);
    text-decoration: none;
	white-space: normal;
	font-size:50px;
	text-align:center;
}

.over_image .hero-section-text p{
	font-family: "EB Garamond";
    font-weight: 400;
	color: rgb(255, 255, 255);
	font-size:28px;
	max-width:35%;
	margin-top:30px;
	text-align:center;
}

.after_image .hero-section-text{
	padding:50px 30px;
	position:relative;
}

.after_image .hero-section-text h1{
	text-align: center;
    display: block;
    font-size: 50px;
    font-weight: 300;
    font-family: 'Georgia';
    color: #333;
    font-style: italic;
	letter-spacing: -2px;
	margin:0;
}

.after_image .hero-section-text p, .after_image .hero-section-text li, .after_image .hero-section-text span{
	font-size:18px;
}

.after_image .hero-section-text .container{
	margin-top:40px;
}

.after_image .hero-section-text h1:after{
	content: "";
    background: linear-gradient(to right , #c63126, #f39c00);
    width: 300px;
    height: 3px;
    display: block;
    margin: 20px auto 0px;
    border-radius: 0;
}

.after_image .hero-section-text .bg-image{
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
	object-fit: cover;
	object-position:center;
    z-index: -1;
}


@media only screen and (max-width: 1480px) {
	.over_image .hero-section-text p{
		max-width:45%;
	}
}

@media only screen and (max-width: 1200px) {
	.over_image .hero-section-text p{
		max-width:55%;
		font-size:24px;
	}

	.after_image.hero-section .object-fit{
		height:auto;
		margin-top:105px;
	}

	.after_image.hero-section:before{
		content:'';
		height:105px;
		width:100%;
		position:absolute;
		top:0;
		left:0;
		background:black;
	}
}

@media only screen and (max-width: 1000px) {
	.over_image .hero-section-text p{
		max-width:65%;
		font-size:22px;
	}
}

@media only screen and (max-width: 600px) {
	.over_image .hero-section-text p{
		max-width:90%;
		font-size:22px;
	}
}

.over_image .hero-section-text h1, .over_image .hero-section-text p{
	color:white;
}

/*  hide captcha  */

.grecaptcha-badge { visibility: hidden; }

/* MC EMBED FORM STYLES */

#mc_embed_signup{
	padding:0 20px;
}

@media only screen and (max-width: 1000px) {
	#mc_embed_signup{
		padding:0;
	}
}

#mc_embed_signup label{
	position: absolute;
    top: -99999999px;
    left: -999999px;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

#mc_embed_signup input{
	height: 45px;
	width: 100%;
	border-radius: 30px;
	padding: 0 15px;
	border: solid 1px lightgrey;
}

#mc_embed_signup .mc-field-group{
	margin-top:15px;
}

#mc_embed_signup .button{
	margin-top:15px;
	background: linear-gradient(to right, #044589, #2b7c52, #044589);
    height: 50px;
    display: inline-block;
    line-height: 50px;
    padding: 0 30px;
    font-size: 16px;
    border-radius: 100px;
    color: #fff;
    transition: all ease .4s;
    background-size: 200% auto;
    text-transform: uppercase;
    font-weight: 700;
    border: aliceblue;
	background-position: 100% center;
	cursor:pointer;
	width:150px;
}

#mc_embed_signup .button:hover{
	background-position: 200% center;
	color: #fff;
}

.response{
    padding: 10px;
    margin-top: 15px;
    font-size: 13px;
    border-radius: 5px;
}

#mce-success-response{
	background: #86d2af;
}

#mce-error-response{
	background:#fd6e6e;
}

/* lasting connection */

@media only screen and (max-width: 1000px) {
	.single-alasting-connection .vc_col-sm-4{
		width:100%;
	}

	.single-alasting-connection .asocial{
		text-align:left;
		margin-top:0;
	}

	.single-alasting-connection .asocial a{
		margin:0 10px 0 0;
	}
}

/* BLOG POSTS & PRESS POSTS */

.blog-posts article .post-content > .post-excerpt{
	height:auto;
}

.recent-blog-posts.blog-posts article .post-content{
	padding:25px 0 0 0;
}

.blog-posts article .post-content > h2.entry-title a{
	white-space: normal;
	text-overflow: unset;
	font-size:18px;
}

#press-page .vc_col-sm-8{
	margin:auto;
	float:none;
}

@media only screen and (max-width: 1024px) {

	#press-page .vc_col-sm-8{
		margin:auto;
		float:none;
		width:100%;
	}

	.posts-medium-alt article .post-content{
		padding:0;
		margin:25px 0 0 0;
	}
	
	.posts-medium-alt .col-md-8.col-lg-5, .posts-medium-alt .col-md-12.col-lg-7{
		flex: 0 0 100%;
		max-width: 100%;
	}

	.posts-medium-alt article{
		max-width:80%;
		margin:auto auto 50px auto;
	}

	#blog-page .clara-title h2{
		font-size:40px;
		margin:0 0 60px 0;
	}

	.recent-blog-posts .col-md-4{
		flex: 0 0 50%;
		max-width: 50%;
	}

	.recent-blog-posts.blog-posts article .post-content{
		padding:25px 0 0 0;
	}
}

@media only screen and (min-width: 767px) and (max-width: 900px) {

	#press-page .vc_col-sm-8{
		width:80%;
	}

}

@media only screen and (max-width: 767px) {

	.posts-medium-alt article{
		max-width:100%;
		margin:auto auto 30px auto;
	}

	.recent-blog-posts .clara-title h2{
		font-size:30px;
		margin:0 0 60px 0;
	}

	.recent-blog-posts .col-md-4{
		flex: 0 0 100%;
		max-width: 100%;
	}

	#press-page .vc_col-sm-8{
		width:100%;
	}
}

/* testimonials */
.alltestimonials .single-product-ho .product-info .detai{
	text-align:left;
}

@media only screen and (max-width: 1024px) {

		.alltestimonials .col-md-6{
			flex: 0 0 100%;
			max-width: 100%;
			height:auto;
		}

		.alltestimonials .single-product-ho{
			min-height:0px;
			display:flex;
			flex-wrap:wrap;
		}

		.alltestimonials .single-product-ho .singel-teimage{
			width: 30%;
			margin:20px 0 20px 0;
		}

		.alltestimonials .single-product-ho .col6s{
			width: 70%;
			display: flex;
			flex-wrap: wrap;
			flex-direction: column;
			justify-content: center;
			padding: 30px 30px 30px 0;
		}

		.alltestimonials .single-product-ho .product-info .baneinfo{
			position: relative;
			right: auto;
			bottom: auto;
			text-align:left;
		}

		.alltestimonials .single-product-ho .product-info{
			margin:0;
		}

		.alltestimonials .singel-teimage > div.product-imagesa{
			width:150px;
			height:150px;
		}

		.alltestimonials .single-product-ho:before{
			font-size:90px;
		}

		.alltestimonials .single-product-ho .product-info .detai{
			text-align:left;
		}

}

@media only screen and (max-width: 767px) {
	.alltestimonials .single-product-ho .col6s{
		width: 100%;
		padding: 30px;
	}

	.alltestimonials .single-product-ho .singel-teimage{
		width: 100%;
		margin:20px 20px 0 20px;
	}

	.alltestimonials .single-product-ho .product-info .detai{
		text-align:center;
	}

	.alltestimonials .single-product-ho .product-info .baneinfo{
		text-align:center;
	}
}


/* slider arrows */

.icon-prev, .icon-next{
	background: linear-gradient(to right, #044589, #2b7c52, #044589);
	border-radius:100%;
	color:white;
	background-position: 100% center;
	background-size: 200% auto;
	transition:ease 0.3s;
}

.icon-prev:hover{
	background-position: 200% center;
}

.icon-next:hover{
	background-position: 200% center;
}

.vc_images_carousel .vc_carousel-control .icon-next{
	margin-left:30px !important;
}

.vc_images_carousel .vc_carousel-control .icon-prev{
	margin-left:-60px !important;
}

@media only screen and (max-width: 767px) {
	.vc_images_carousel .vc_carousel-control{
		display:none;
	}
}

/* pagination */

.navigation{
	text-align:center;
}

.page-numbers {
    font-size: 18px;
    font-weight: bold;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    border-radius: 100%;
    color: #064a84;
	border: solid 2px #064a84;
	transition:ease 0.3s;
}

.page-numbers:hover, .page-numbers.current{
	background:#064a84;
	color:white;
}

.page-numbers.dots{
	border:0;
}

.page-numbers.dots:hover{
	background:none;
	color: #064a84;
}

.page-numbers.next, .page-numbers.prev{
	width: auto;
    border: none;
}

.page-numbers.next{
	margin-left:10px;
}

.page-numbers.prev{
	margin-right:10px;
}

.page-numbers.next:hover{
	background:none;
	color: #064a84;
}

.page-numbers.prev:hover{
	background:none;
	color: #064a84;
}

.press-page-pieces{
	margin-top:0;
}