/*!
 * Theme Name: Bishops
 * Theme URI: https://www.deeprootdesign.com
 * Description: Bishops Theme
 * Version: 1.1
 * Author: Benjamin Motal
 * Author URI: https://www.deeprootdesign.com
 * Tags: HTML5, CSS3, starter, framework
 */


 /* global box-sizing */
 *,
 *:after,
 *:before {
 	-moz-box-sizing:border-box;
 	box-sizing:border-box;
 	-webkit-font-smoothing:antialiased;
 	font-smoothing:antialiased;
 	text-rendering:optimizeLegibility;
 }
 /* html element 62.5% font-size for REM use */

 html {
 	scroll-behavior: smooth;
 	scroll-padding-top: 60px;
 }

 body {
 	font: 18px/1.6em 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-optical-sizing: auto;
 	color: #000;
 	background: #FFFFFF;
 }
 /* clear */
 .clear:before,
 .clear:after {
     content:' ';
     display:table;
 }

 .clear:after {
     clear:both;
 }
 .clear {
     *zoom:1;
 }
 .overflow-visible {
 	overflow: visible !important;
 }
 a {
 	color: #C1AD74;
 	text-decoration:none;
 	-webkit-transition: all .2s ease-in-out;
 	-moz-transition: all .2s ease-in-out;
 	-ms-transition: all .2s ease-in-out;
 	-o-transition: all .2s ease-in-out;
 	transition: all .2s ease-in-out;
 }
 a:hover {
 	color:#C4B490;
 }
 a:focus {
 	outline:0;
 }
 a:hover,
 a:active {
 	outline:0;
 }
 input:focus {
 	outline:0;
 }
 figure {
 	margin: 0;
 	padding: 0;
 }
 .dark-mode, .dark-mode h1, .dark-mode h2, .dark-mode h3, .dark-mode h4 {
 	color: #FFF;
 }
 .round10 {
 	border-radius: 10px !important;
 }
 .round12 {
 	border-radius: 12px;
 }
 .round20 {
 	border-radius: 20px;
 }
 .round-br-120 {
	border-radius: 12px 12px 120px 12px;
 }
 .mobile-show {
 	display: none !important;
 }
 .font-size-16 {
	  font-size: 16px;
	  line-height: 1.6em;
 }
 .font-size-24 {
	 font-size: 24px;
 }
 .gradient1 {
	 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffe4d0+0,ffb1d9+23,c3a7f9+50,ffb1d9+77,ffe4d0+100 */
 	background: linear-gradient(45deg,  rgba(255,228,208,1) 0%,rgba(255,177,217,1) 23%,rgba(195,167,249,1) 50%,rgba(255,177,217,1) 77%,rgba(255,228,208,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 }


 .global-message-bar {
 	background: #EB631B;
 	color: #FFF;
 	text-align: center;
 	font-size: 14px;
	font-weight: 700;
 	line-height: 1.3em;
 	padding-top: 10px;
 	padding-bottom: 10px;
 	padding-left: 14px;
 	padding-right: 14px;
 	letter-spacing: 0.5px;
 }
 .global-message-bar p {
 	margin-bottom: 0px;
 }
 .global-message-bar p a {
 	color: #FFF;
 	font-weight: 500;
 	padding-right: 28px;
 	position: relative;
 	display: inline-block;
 	-webkit-transition: all .2s ease-in-out;
 	-moz-transition: all .2s ease-in-out;
 	-ms-transition: all .2s ease-in-out;
 	-o-transition: all .2s ease-in-out;
 	transition: all .2s ease-in-out;
 }
 .global-message-bar p a:after {
 	content: "";
 	position: absolute;
 	display: inline-block;
 	width: 13px;
 	height: 9px;
 	right: 10px;
 	top: 3px;
 	background: url('../gmb.html') no-repeat;
 	background-position: center center;
 	-webkit-transition: all .2s ease-in-out;
 	-moz-transition: all .2s ease-in-out;
 	-ms-transition: all .2s ease-in-out;
 	-o-transition: all .2s ease-in-out;
 	transition: all .2s ease-in-out;
 }
 .global-message-bar p a:hover {
 	color: #FFF;
 	opacity: .7;
 }
 .global-message-bar p a:hover:after {
 	right: 8px;
 }


 /*------------------------------------*\
     WORDPRESS
 \*------------------------------------*/

 img {
     max-width:100%;
     height: auto;
     vertical-align:bottom;
 }
 img.alignright {
     float: right;
 }
 img.alignleft {
     float: left;
 }
 img.aligncenter {
     margin-left: auto;
     margin-right: auto;
     display: block;
 }

img.size-full {
	width: 100%;
	height: auto;
}

.ul-check {
	list-style: none;
	padding-left: 50px;
	margin-bottom: 30px;
}
.ul-check li {
	font-size: 17px;
	font-weight: 700;
    margin-bottom: 10px;
}
.ul-check li::before {
	content: '';
   display: inline-block;
   height: 24px;
   width: 24px;
   position: absolute;
   left: 33px;
   background-image: url('../svg/check.svg');
   background-size: contain;
   background-repeat: no-repeat;
}
.ul-check-small {
	list-style: none;
	padding: 0;
}
.ul-check-small li {
	background-image: url('../svg/check-small.svg');
     background-repeat: no-repeat;
	background-position: left top;
	font-size: 13px;
	line-height: 1.4em;
	padding-left: 24px;
	margin-bottom: 12px;
}
.ul-check-small-two-col {
	list-style: none;
	padding: 0;
	float: left;
     clear: both;
     width: 100%;
}
.ul-check-small-two-col li {
	width: 250px;
	float: left;
	background-image: url('../svg/check-small.svg');
     background-repeat: no-repeat;
	background-position: left top;
	font-size: 13px;
	line-height: 1.4em;
	padding-left: 24px;
	margin-bottom: 12px;
}
.ul-check-small-two-col li:nth-child(3n+3) {
	clear: both;
}

.snp-theme-image {
	padding: 0px !important;
}
.snp-theme-image {
	min-height: unset !important;
}
.fancybox-inner {
	height: auto !important;
}



/*------------------------------------*\
    Layout & Grid
\*------------------------------------*/

/* wrapper */
.wrapper {
	float: left;
     clear: both;
     width: 100%;
     position: relative;
     overflow: hidden;
}
.container {
	width: 100%;
	margin: 0 auto;
	padding: 0 4%;
	position: relative;
	max-width: 1754px;
}
.container-small {
	width: 100%;
	margin: 0 auto;
	padding: 0 4%;
	position: relative;
	max-width: 1120px;
}
.container-full {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	max-width: none;
}
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.col {
  margin-right: 30px;
}
.col:last-child {
	margin-right: 0px;
}
.col-full {
  margin-right: 0px;
}

.flex-grid {
  display: flex;
}
.flex-align-center {
	align-items: center;
}
.flex-align-top {
	align-self: flex-start;
}
.flex-align-bottom {
	align-self: flex-end;
}

/* Grid 12 Columns */
.span-1 		{width: 8.333%;}
.span-2 		{width: 16.66%;}
.span-3	 	{width: 25%;}
.span-4 		{width: 33.33%;}
.span-5 		{width: 41.66%;}
.span-6		{width: 49.3%;}
.span-7 		{width: 58.33%;}
.span-8 		{width: 66.66%;}
.span-9 		{width: 75%;}
.span-10 		{width: 83.33%;}
.span-11 		{width: 91.66%;}
.span-12	 	{width: 100%;}

.col-full.span-1 		{width: 8.333%;}
.col-full.span-2 		{width: 16.66%;}
.col-full.span-3	 	{width: 25%;}
.col-full.span-4 		{width: 33.33%;}
.col-full.span-5 		{width: 41.66%;}
.col-full.span-6		{width: 50%;}
.col-full.span-7 		{width: 58.33%;}
.col-full.span-8 		{width: 66.66%;}
.col-full.span-9 		{width: 75%;}
.col-full.span-10 		{width: 83.33%;}
.col-full.span-11 		{width: 91.66%;}
.col-full.span-12	 	{width: 100%;}

/* Padding Top */
.pt10		{padding-top: 10px;}
.pt20		{padding-top: 20px;}
.pt25		{padding-top: 25px;}
.pt30		{padding-top: 30px;}
.pt40		{padding-top: 40px;}
.pt50		{padding-top: 50px;}
.pt60		{padding-top: 60px;}
.pt70		{padding-top: 70px;}
.pt80		{padding-top: 80px;}
.pt90		{padding-top: 90px;}
.pt100		{padding-top: 100px;}
.pt110		{padding-top: 110px;}
.pt120		{padding-top: 120px;}
.pt130		{padding-top: 130px;}
.pt140		{padding-top: 140px;}
.pt150		{padding-top: 150px;}
.pt160		{padding-top: 160px;}
.pt180		{padding-top: 180px;}

/* Padding Bottom */
.pb10		{padding-bottom: 10px;}
.pb20		{padding-bottom: 20px;}
.pb25		{padding-bottom: 25px;}
.pb30		{padding-bottom: 30px;}
.pb40		{padding-bottom: 40px;}
.pb50		{padding-bottom: 50px;}
.pb60		{padding-bottom: 60px;}
.pb70		{padding-bottom: 70px;}
.pb80		{padding-bottom: 80px;}
.pb90		{padding-bottom: 90px;}
.pb100		{padding-bottom: 100px;}
.pb110		{padding-bottom: 110px;}
.pb120		{padding-bottom: 120px;}
.pb130		{padding-bottom: 130px;}
.pb140		{padding-bottom: 140px;}
.pb150		{padding-bottom: 150px;}
.pb160		{padding-bottom: 160px;}
.pb180		{padding-bottom: 180px;}

/* Padding left */
.pl10		{padding-left: 10px;}
.pl15		{padding-left: 15px;}
.pl20		{padding-left: 20px;}
.pl25		{padding-left: 25px;}
.pl30		{padding-left: 30px;}
.pl40		{padding-left: 40px;}
.pl50		{padding-left: 50px;}
.pl60		{padding-left: 60px;}
.pl70		{padding-left: 70px;}
.pl80		{padding-left: 80px;}
.pl90		{padding-left: 90px;}
.pl100		{padding-left: 100px;}
.pl110		{padding-left: 110px;}
.pl120		{padding-left: 120px;}
.pl130		{padding-left: 130px;}
.pl140		{padding-left: 140px;}
.pl150		{padding-left: 150px;}
.pl160		{padding-left: 160px;}

/* Padding right */
.pr10		{padding-right: 10px;}
.pr15		{padding-right: 15px;}
.pr20		{padding-right: 20px;}
.pr25		{padding-right: 25px;}
.pr30		{padding-right: 30px;}
.pr40		{padding-right: 40px;}
.pr50		{padding-right: 50px;}
.pr60		{padding-right: 60px;}
.pr70		{padding-right: 70px;}
.pr80		{padding-right: 80px;}
.pr90		{padding-right: 90px;}
.pr100		{padding-right: 100px;}
.pr110		{padding-right: 110px;}
.pr120		{padding-right: 120px;}
.pr130		{padding-right: 130px;}
.pr140		{padding-right: 140px;}
.pr150		{padding-right: 150px;}
.pr160		{padding-right: 160px;}



/*------------------------------------*\
    FONTS
\*------------------------------------*/




/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/

p {
	margin: 0px 0px 20px 0px;
}

strong {
	font-weight: 700;
}

h1 {
	font-family: "akzidenz-grotesk-next-extend", sans-serif;
	font-weight: 800;
	font-style: normal;
	text-transform: uppercase;
	font-size: 3.5vw;
	line-height: 1.1em;
	color: #000;
	margin: 0px 0px 20px 0px;
	letter-spacing: -1px;
}
h2 {
	font-family: "akzidenz-grotesk-next-extend", sans-serif;
	font-weight: 800;
	font-style: normal;
	text-transform: uppercase;
	font-size: 3.5vw;
	line-height: 1.1em;
	color: #000;
	margin: 0px 0px 20px 0px;
	letter-spacing: -1px;
}
h3 {
	font-family: "akzidenz-grotesk-next-extend", sans-serif;
	font-weight: 800;
	font-style: normal;
	text-transform: uppercase;
	font-size: 2vw;
	line-height: 1.1em;
	color: #000;
	margin: 0px 0px 20px 0px;
	letter-spacing: 0px;
}
h4 {
	font-family: "akzidenz-grotesk-next-extend", sans-serif;
	font-weight: 800;
	font-style: normal;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1.1em;
	color: #000;
	margin: 0px 0px 20px 0px;
	letter-spacing: 0px;
}
h5 {
	font-family: "akzidenz-grotesk-next-extend", sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 24px;
	line-height: 1.1em;
	margin: 0px 0px 20px 0px;
}
h6 {
	font-weight: 700;
	font-size: 15px;
	line-height: 1.1em;
	letter-spacing: 1px;
	color: #1a1a1a;
	margin: 0px 0px 20px 0px;
}

@media only screen and (min-width: 1740px) {
	h1 {
		font-size: 61px;
	}
	h2 {
		font-size: 61px;
	}
	h3 {
		font-size: 34px;
	}
}
@media only screen and (max-width: 1440px) {
	body {
		font-size: 16px;
		line-height: 1.5em;
	}
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
	body {
        font-size: 15px;
	   line-height: 1.5em;
     }
}
@media only screen and (max-width: 767px) {
	h1 {
		font-size: 34px;
	}
	h2 {
		font-size: 34px;
	}
	h3 {
		font-size: 30px;
	}
}





.large-text {
	font-size: 24px;
}
.font-size-24 {
	font-size: 24px;
}
.font-size-16 {
	font-size: 16px;
	line-height: 1.55em;
}
.font-size-14 {
	font-size: 14px;
	line-height: 1.5em;
}
.font-size-24 {
	font-size: 24px;
	line-height: 1.5em;
}
.font-lora {
	font-family: "Lora", serif;
}

/*------------------------------------*\
    BUTTONS
\*------------------------------------*/


.btn1 {
	font-family: "akzidenz-grotesk-next-extend", sans-serif;
	font-weight: 800;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #FFF;
	font-size: 15px;
	padding: 14px 34px 12px;
	border-radius: 28px;
	background: #EB631B;
	position: relative;
	display: inline-block;
	min-width: 220px;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.btn1:hover {
	background: #AAC4E7;
	color: #000;
}

.btn2 {
	font-family: "akzidenz-grotesk-next-extend", sans-serif;
	font-weight: 800;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #000;
	font-size: 15px;
	padding: 14px 34px 12px;
	border-radius: 28px;
	background: #AAC4E7;
	position: relative;
	display: inline-block;
	min-width: 220px;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.btn2:hover {
	background: #EB631B;
	color: #FFF;
}
body.single-location .btn2 {
	margin-left: 10px;
}
@media only screen and (max-width: 1320px) {
	body.single-location .btn2 {
		margin-top: 16px;
		margin-left: 0px;
		clear: both;
		display: inline-block;
	}
}

.btn3 {
	font-size: 16px;
	text-decoration: underline;
	color: #242424;
}
.btn3:hover {
	color: #EB631B;
}

.btn4 {
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	padding: 12px 30px;
	border-radius: 28px;
	background: #242424;
	position: relative;
	display: inline-block;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.btn4:hover {
	background: #EB631B;
	color: #FFF;
}

.btn5 {
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	padding: 11px 29px;
	border-radius: 28px;
	background: #242424;
	border: 1px solid #242424;
	position: relative;
	display: inline-block;
	min-width: 220px;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.btn5:hover {
	background: #EB631B;
	color: #F9DEC2;
	border: 1px solid #EB631B;
}

.btn6 {
	color: #242424;
	font-size: 16px;
	font-weight: 600;
	padding: 11px 29px;
	border-radius: 28px;
	background: #FFF;
	border: 1px solid #242424;
	position: relative;
	display: inline-block;
	min-width: 220px;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.btn6:hover {
	background: #EB631B;
	color: #F9DEC2;
	border: 1px solid #EB631B;
}

.btn7 {
	color: #FFF;
	font-size: 14px;
	padding: 2px 20px;
	border-radius: 28px;
	background: #242424;
	border: 1px solid #242424;
	position: relative;
	display: inline-block;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.btn7:hover {
	background: #EB631B;
	color: #F9DEC2;
	border: 1px solid #EB631B;
}

.btn8 {
	color: #242424;
	font-size: 16px;
	font-weight: 600;
	padding: 11px 29px;
	border-radius: 28px;
	background: #FFF;
	border: 1px solid #FFF;
	position: relative;
	display: inline-block;
	min-width: 220px;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.btn8:hover {
	background: #F09282;
	color: #242424;
	border: 1px solid #F09282;
}

.btn9 {
	color: #242424;
	font-size: 16px;
	font-weight: 600;
	padding: 5px 25px;
	border-radius: 28px;
	background: none;
	border: 1px solid #242424;
	position: relative;
	display: inline-block;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.btn9:hover {
	background: #EB631B;
	color: #F9DEC2;
	border: 1px solid #EB631B;
}

.btn10 {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	padding: 12px 30px;
	border-radius: 28px;
	background: #FFF;
	position: relative;
	display: inline-block;
	min-width: 220px;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.btn10:hover {
	background: #AAC4E7;
	color: #FFF;
}

.btn11 {
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	padding: 5px 25px;
	border-radius: 28px;
	background: #000;
	position: relative;
	display: inline-block;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.btn11:hover {
	background: #EB631B;
	color: #F9DEC2;
}


/*------------------------------------*\
    HEADER
\*------------------------------------*/

.header {
	height: 66px;
	width: 100%;
	background: #FFF;
	/* border-bottom: 1px solid #e6e6e6; */
	position: fixed;
	z-index: 100;
	text-align: center;
	-webkit-transition: all .75s ease-in-out;
	-moz-transition: all .75s ease-in-out;
	-ms-transition: all .75s ease-in-out;
	-o-transition: all .75s ease-in-out;
	transition: all .75s ease-in-out;
}
.header.header-enterprise .header-wrapper {
	background: #000;
}
.header-wrapper {
	height: 66px;
	background: #FFF;
	position: relative;
	z-index: 2;
}
.header.menu-open {
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
	box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
}
.header.scroll {
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
	box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
}
.logo {
	position: absolute;
	top: 16px;
	left: 4%;
	z-index: 1;
	-webkit-transition: all .75s ease-in-out;
	-moz-transition: all .75s ease-in-out;
	-ms-transition: all .75s ease-in-out;
	-o-transition: all .75s ease-in-out;
	transition: all .75s ease-in-out;
}
.logo img {
	width: 170px;
	height: auto;
	-webkit-transition: all .75s ease-in-out;
	-moz-transition: all .75s ease-in-out;
	-ms-transition: all .75s ease-in-out;
	-o-transition: all .75s ease-in-out;
	transition: all .75s ease-in-out;
}


/*------------------------------------*\
    DESKTOP NAV
\*------------------------------------*/

.header-right-wrapper {
	float: right;
	position: absolute;
	top: 13px;
	right: 4%;
}
.header-right-wrapper a {
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	background: #EB631B;
	color: #FFF;
	padding: 11px 20px;
	border: 1px solid #EB631B;
	display: inline-block;
	border-radius: 20px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: relative;
}
.header-right-wrapper a.book-now {
	font-size: 14px;
	line-height: 14px;
	padding: 13px 20px 11px;
	font-family: "akzidenz-grotesk-next-extend", sans-serif;
	font-weight: 800;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.header-right-wrapper a:hover {
	color: #000;
	background: #AAC4E7;
	border: 1px solid #AAC4E7;
}
.header-right-wrapper a.menu-log-in {
	background: #FFF;
	color: #242424;
	border: 1px solid #FFF;
	padding: 11px 20px 11px 38px;
}
.header-right-wrapper a.menu-log-in:hover {
	background: #AAC4E7;
	color: #000;
	border: 1px solid #AAC4E7;
}
.header-right-wrapper a.menu-log-in::before {
	content: "";
	width: 18px;
	height: 18px;
	position: absolute;
	left: 16px;
	top: 10px;
	background: url('../svg/loc-icon.svg') no-repeat;
}


.desktop-nav-wrapper {
	position: relative;
     top: 18px;
}
@media only screen and (max-width: 1440px) {
	.desktop-nav-wrapper {
		position: relative;
	     top: 21px;
	}
}
.desktop-nav-wrapper a {
	font-size: 16px;
	font-weight: 500;
	color: #242424;
	margin-right: 35px;
	position: relative;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.header.header-enterprise .desktop-nav-wrapper a {
	color: #FFF;
}
.desktop-nav-wrapper a:hover {
	color: #EB631B;
	cursor: pointer;
}
.desktop-nav-wrapper a.has-drop-down {
	padding-right: 16px;
}
.desktop-nav-wrapper a.has-drop-down::after {
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: 5px;
	background: url('../svg/mega-down.svg') no-repeat;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.header.header-enterprise .desktop-nav-wrapper a.has-drop-down::after {
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(317deg) brightness(103%) contrast(102%);
}
.desktop-nav-wrapper a.has-drop-down.active::after {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.mega-menu-overlay {
	position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.3);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
     -ms-transition: all .5s ease-in-out;
     -o-transition: all .5s ease-in-out;
     transition: all .5s ease-in-out;
}
.mega-menu-overlay.active {
	visibility: visible;
	opacity: 1;
	z-index: 2;
}



.menu-for-coaches {
	position: absolute;
	background: #FFF;
	left: 0;
	top: 66px;
	width: 100%;
}
.menu-for-individuals {
	position: absolute;
	background: #FFF;
	left: 0;
	top: 66px;
	width: 100%;
}
.menu-resources {
	position: absolute;
	background: #FFF;
	left: 0;
	top: 66px;
	width: 100%;
}
.mega-menu {
	z-index: 1;
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: 1px solid #e3e3e3;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
	box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
}
.mega-menu-content {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: 720px;
	text-align: left;
}
.mega-menu-left {
	width: 50%;
}
.mega-menu-right {
	width: 50%;
}
.mega-menu-headline {
	font-size: 13px;
	font-weight: 600;
	color: #919191;
	margin-bottom: 10px;
}
.mega-menu-left a {
	display: inline-block;
	float: left;
	clear: both;
	font-size: 24px;
	font-weight: 700;
	color: #242424;
	margin-bottom: 14px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.mega-menu-left a:hover {
	color: #AAC4E7;
}

.mega-menu-right a {
	display: inline-block;
	float: left;
	clear: both;
	font-size: 16px;
	color: #242424;
	margin-bottom: 6px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.mega-menu-right a:hover {
	color: #AAC4E7;
}

@media only screen and (max-width: 1240px) {
	.header {
		text-align: left;
	}
	.desktop-nav-wrapper {
		margin-left: calc(4% + 200px);
	}
	.desktop-nav-wrapper a {
	    margin-right: 22px;
	}
}
@media only screen and (max-width: 1072px) {
	.desktop-nav-wrapper {
		display: none;
	}
	.header-right-wrapper {
	    right: calc(4% + 54px);
	}
}
@media only screen and (max-width: 568px) {
	.header-right-wrapper a.menu-log-in {
		display: none;
	}
}
@media only screen and (max-width: 406px) {
	.header-right-wrapper {
		display: none;
	}
}
@media only screen and (max-width: 480px) {
	.header-right-wrapper .menu-log-in {
		display: none;
	}
	.header-right-wrapper {
        right: calc(4% + 42px);
    }
}





/*------------------------------------*\
    MOBILE NAV
\*------------------------------------*/

#toggle {
	display: none;
}
.button_container {
	position: fixed;
	top: 24px;
	right: 4%;
	height: 22px;
	width: 26px;
	cursor: pointer;
	z-index: 9999;
	/* transition: opacity .25s ease; */
	-webkit-transition: all .75s ease-in-out;
	-moz-transition: all .75s ease-in-out;
	-ms-transition: all .75s ease-in-out;
	-o-transition: all .75s ease-in-out;
	transition: all .75s ease-in-out;
}

.button_container .top {
  transition: all .3s ease-in-out;
}
.button_container .middle {
  transition: all .3s ease-in-out;
}
.button_container .bottom {
  transition: all .3s ease-in-out;
}

.button_container.active .top {
  transform: translateY(9px) translateX(0) rotate(45deg);
  transition: all .3s ease-in-out;
}
.button_container.active .middle {
  opacity: 0;
  transition: all .3s ease-in-out;
}
.button_container.active .bottom {
  transform: translateY(-9px) translateX(0) rotate(-45deg);
  transition: all .3s ease-in-out;
}
.button_container span {
  background: #242424;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s ease;
  cursor: pointer;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
body.enterprise .button_container span, body.health-wellness-companies .button_container span, body.coaching-marketplaces-networks .button_container span, body.leadership-corporate-wellness .button_container span {
	background: #FFF;
}
body.enterprise .button_container.active span, body.health-wellness-companies .button_container.active span, body.coaching-marketplaces-networks .button_container.active span, body.leadership-corporate-wellness .button_container.active span {
	background: #000;
}

.button_container span:nth-of-type(2) {
  top: 7px;
}
.button_container span:nth-of-type(3) {
  top: 14px;
}
.button_container.active .top {
 top: -1px;
}
.button_container.active .bottom {
 top: 17px;
}
@media only screen and (max-width: 1072px) {
	#toggle {
		display: block;
	}
}


.overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  overflow: hidden;
  z-index: 200;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}


.overlay-menu {
	background: #FFF;
	height: 100%;
     width: 480px;
     right: -480px;
     position: absolute;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.overlay.open .overlay-menu {
     right: 0;
}
.overlay-menu-mask-close {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.overlay-menu-top {
	display: flex;
     justify-content: space-between;
	padding: 66px 24px 0px 24px
}
.overlay-menu-top a.menu-get-started {
	font-size: 14px;
    line-height: 14px;
    padding: 14px 20px 10px;
    font-family: "akzidenz-grotesk-next-extend", sans-serif;
	font-weight: 800;
	font-style: normal;
    text-transform: uppercase;
    padding: 15px 0px 11px;
}
.overlay-menu-top a {
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	background: #EB631B;
	text-align: center;
	width: 48%;
	color: #FFF;
	padding: 11px 20px;
	border: 1px solid #EB631B;
	display: inline-block;
	border-radius: 22px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: relative;
}
.overlay-menu-top a:hover {
	color: #000;
	background: #AAC4E7;
	border: 1px solid #AAC4E7;
}
.overlay-menu-top a.menu-log-in {
	background: #FFF;
	color: #242424;
	border: 1px solid #e3e3e3;
	padding: 9px 10px 11px 9px;
}
.overlay-menu-top a.menu-log-in:hover {
	background: #AAC4E7;
	color: #000;
	border: 1px solid #AAC4E7;
}
.overlay-menu-top a.menu-log-in::before {
	content: "";
     width: 16px;
     height: 16px;
     position: relative;
     top: 3px;
     background: url(../svg/loc-icon.svg) no-repeat;
     display: inline-block;
     margin-right: 2px;
}

#menu-mobile-menu {
	list-style: none;
	margin: 0;
	padding: 0px 24px 0px 24px;
	overflow: scroll;
     position: relative;
     height: 100%;
	box-sizing: content-box;
	margin-top: 10px;
}
#menu-mobile-menu a {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #242424;
	position: relative;
	display: block;
}
#menu-mobile-menu li.mobile-menu-header a {
	font-family: "akzidenz-grotesk-next-extend", sans-serif;
	font-weight: 800;
	font-style: normal;
     text-transform: uppercase;
	margin-top: 20px;
}
#menu-mobile-menu li.mobile-menu-header a:hover {
	cursor: default;
	color: #242424;
}
#menu-mobile-menu a:hover {
	color: #EB631B;
}
#menu-mobile-menu li {
	margin-top: 7px;
     padding-bottom: 5px;
}
#menu-mobile-menu li li {
	list-style: none;
	border-bottom: none;
	margin-top: 7px;
	padding-bottom: 7px;
}
#menu-mobile-menu li ul {
	padding: 0px;
}
#menu-mobile-menu > li.mobile-has-dropdown > a:hover {
	cursor: pointer;
}
#menu-mobile-menu > li.mobile-has-dropdown > a:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 24px;
	height: 24px;
	background: url('../svg/mobile-down.svg') no-repeat;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#menu-mobile-menu > li.mobile-has-dropdown.active > a:after {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#menu-mobile-menu .mobile-menu-headline {
	margin-top: 15px;
	padding-bottom: 4px;
}
#menu-mobile-menu .mobile-menu-headline a {
	font-size: 13px;
     font-weight: 600;
     color: #919191;
	margin-top: 5px;
}
#menu-mobile-menu .mobile-small-link a {
	font-weight: 500;
}
@media only screen and (max-width: 510px) {
	.overlay-menu {
	    width: 90%;
	}


}




/*------------------------------------*\
    Visual Composer - VC
\*------------------------------------*/


/* vc toggle */
body .vc_tta-color-purple.vc_tta-style-classic .vc_tta-tab.vc_active>a {
	border: none;
	background-color: #a81b8d;
	color: #FFF;
}
body .vc_tta-color-purple.vc_tta-style-classic .vc_tta-tab>a {
	border: none;
	background-color: #f2f2f2;
	color: #333333;
}
body .vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
	border: 1px solid #e6e6e6;
    background: #FFF;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
	border-radius: 8px;
}
body .vc_tta.vc_general .vc_tta-panel-body {
    padding: 26px 20px 32px;
}

.vc_toggle {
	border-bottom: 1px solid #e6e6e6;
}
.vc_toggle .vc_toggle_title {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 52px;
	padding-left: 0px !important;
	margin-bottom: 21px;
	background: url('../svg/a-plus.svg') no-repeat;
	background-position: right 20px center;
}
.vc_toggle .vc_toggle_title:hover h4 {
	color: #AAC4E7;
}
.vc_toggle.vc_toggle_active .vc_toggle_title {
	background: url('../svg/a-minus.svg') no-repeat;
	background-position: right 20px center;
}
.vc_toggle .vc_toggle_title h4 {
	font-family: "Figtree", serif;
	letter-spacing: 0px;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 600;
	color: #242424;
	display: inline-block;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.vc_toggle_icon {
	display: none !important;
}
.vc_toggle .vc_toggle_content {
	margin-top: 0px;
	padding-right: 50px;
	padding-left: 0px !important;
	font-size: 16px;
	line-height: 1.6em;
}
.vc_toggle p {
	margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
	.vc_toggle .vc_toggle_content {
	    padding-right: 20px;
	}
}





/* WP Forms */


.wpforms-container .wpforms-field-label {
	font-family: "akzidenz-grotesk-next-extend", sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 14px !important;
	color: #EB631B !important;
	text-transform: uppercase;
	margin-bottom: 6px !important;
}
body div.wpforms-container-full button[type=submit] {
	font-family: "akzidenz-grotesk-next-extend", sans-serif;
	font-weight: 800;
	font-style: normal;
	text-transform: uppercase;
	color: #FFF;
	font-size: 15px;
	padding: 21px 34px 19px !important;
	border-radius: 28px;
	background: #EB631B !important;
	position: relative;
	display: inline-block;
	min-width: 220px;
	text-align: center;
	height: auto;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
body div.wpforms-container-full button[type=submit]:hover {
	background: #AAC4E7 !important;
	color: #000 !important;
}

@media only screen and (max-width: 767px) {
	body .wpforms-container .wpforms-one-half {
		width: 100%;
	}
	body .wpforms-container .wpforms-field.wpforms-one-half {
		margin-left: 0px;
	}
}

/*------------------------------------*\
    HS - Hubspot Forms
\*------------------------------------*/

.hs-form-field {
	margin-bottom: 16px;
}
.hs-form-field label span {
	font-family: "akzidenz-grotesk-next-extend", sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 6px;
}
body fieldset.form-columns-2, body fieldset.form-columns-0, body fieldset.form-columns-1 {
	max-width: 100%;
}
body fieldset.form-columns-1 .hs-input {
	width: 100% !important;
}

.hs-form-field label .hs-form-required {
	color: #F09282;
}
input.hs-input[type=text], input.hs-input[type=email], .hs-form-field textarea, .hs-form-field [name="phone"] {
	border: 1px solid #ADADAD;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 500;
	padding: 14px 18px;
	width: 100% !important;
}
.hs-form-field select {
	border: 1px solid #ADADAD;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 500;
	padding: 14px 18px;
	width: 100%;
	-moz-appearance:none; /* Firefox */
     -webkit-appearance:none; /* Safari and Chrome */
     appearance:none;
	background-image: url('../svg/form-select.svg');
	background-repeat: no-repeat;
	background-position: top 12px right 10px;
	outline: none !important;
}
input.hs-input[type=text]:focus, input.hs-input[type=email]:focus, .hs-form-field textarea:focus, .hs-form-field select:focus {
	border: 1px solid #242424;
}
input.hs-input[type=text]:hover, input.hs-input[type=email]:hover, .hs-form-field textarea:hover, .hs-form-field select:hover {
	border: 1px solid #646060;
}
.hbspt-form .inputs-list {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.hbspt-form .inputs-list .hs-input{
	width: 18px;
	height: 18px;
	position: relative;
     top: 4px;
     margin-right: 9px;
	accent-color: #EB631B;
	border-radius: 4px;
}
.hs-error-msgs {
	margin-top: 3px;
	margin-bottom: 12px;
	font-size: 14px;
	padding-left: 0px;
	list-style: none;
	color: #F09282;
}
.hs-richtext {
	font-size: 15px;
}
.hs-button {
	font-family: "akzidenz-grotesk-next-extend", sans-serif;
	font-weight: 800;
	font-style: normal;
	color: #FFF;
	font-size: 15px;
	padding: 18px 30px;
	border-radius: 27px;
	background: #EB631B;
	border: none;
	width: 100%;
	position: relative;
	display: inline-block;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.hs-button:hover {
	background: #AAC4E7;
	color: #000;
}

.student-coaching-row .hs-form-submit-right {
	max-width: 740px;
}
.hs-form-submit-right label {
	display: none;
}
.hs-form-submit-right .hs-email {
	width: calc(100% - 185px);
	float: left;
}
.hs-form-submit-right .hs-submit {
	width: 170px;
	float: left;
	margin-left: 15px;
}
.hs-form-submit-right .hs-button {
	font-size: 17px;
	background: #242424;
	color: #FFF;
	outline: none !important;
	border: none !important;
}
.hs-form-submit-right .hs-button:hover {
	background: #AAC4E7;
	color: #FFF;
}

.hs-form-submit-inside form {
	position: relative;
}
.hs-form-submit-inside label {
	display: none;
}
.hs-form-submit-inside .hs-email {
	width: 100%;
}
.hs-form-submit-inside .hs-email input {
	border-radius: 24px;
	padding: 15px 18px;
	font-size: 13px;
}
.hs-form-submit-inside .hs-submit {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 96px;
}
.hs-form-submit-inside .hs-submit .hs-button {
	background: #242424;
     color: #FFF;
     font-weight: 600;
     padding: 12px 0px 10px;
	font-size: 13px;
	outline: none !important;
	border: none !important;
}
.hs-form-submit-inside .hs-submit .hs-button:hover {
	background: #AAC4E7;
	color: #FFF;
}
.fancybox-container .hs-form-field {
	margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
	.hs-form-submit-right .hs-email {
		width: 100%;
		float: left;
		clear: both;
	}
	.hs-form-submit-right .hs-submit {
		width: 100%;
		float: left;
		margin-left: 0px;
		clear: both;
	}
}
@media only screen and (max-width: 1170px) {
	.gift-card-hs-form-block {
		margin-left: 0%;
		margin-right: 0%;
	}
}
.gift-card-hs-form-block {
	padding: 20px;
}


/*------------------------------------*\
    Page
\*------------------------------------*/

.header-spacer {
	height: 66px;
}


/*------------------------------------*\
    About Page
\*------------------------------------*/



.team-block {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.team-block-left {
	width: 80px;
}
.team-block-left img {
	border-radius: 40px;
}
.team-block-right {
	width: calc(100% - 80px);
	padding-left: 24px;
}
.team-block p {
	font-size: 13px;
	margin-bottom: 0px;
}
.team-block .team-block-name {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 0px;
}


/*------------------------------------*\
    Become a Partner Page
\*------------------------------------*/

.faq-tab {
	display: none;
}
.faq-tab.active {
	display: block;
}
@media only screen and (max-width: 767px) {
	.faq-tab {
		display: none !important;
	}
}


/*------------------------------------*\
    Blog
\*------------------------------------*/

.blog-slider  {
	padding-bottom: 44px;
}
.blog-slider .blog-post-wrapper {
	padding: 0px 25px;
}
@media only screen and (min-width : 768px) and (max-width : 1440px) {
	.blog-slider .blog-post-wrapper {
		padding: 0px 10px;
	}
}
@media only screen and (max-width: 767px) {
	.blog-slider .blog-post-wrapper {
		padding: 0px 5px;
	}
}

.blog-post-img-wrapper {
	border-radius: 12px;
	overflow: hidden;
}
.blog-post-img-wrapper img {
	-moz-transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-o-transform: scale(1.0);
	-ms-transform: scale(1.0);
	transform: scale(1.0);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.blog-post-img-wrapper:hover img {
	opacity: .8;
	-moz-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}
.blog-post-title {
	font-family: "akzidenz-grotesk-next-extend", sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 1.3vw;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 4px;
}
@media only screen and (min-width: 1740px) {
	.blog-post-title {
		font-size: 23px;
	}
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
	.blog-post-title {
		font-size: 17px;
	}
}
@media only screen and (max-width: 767px) {
	.blog-post-title {
		font-family: "akzidenz-grotesk-next-extend", sans-serif;
		font-weight: 800;
		font-style: normal;
		font-size: 17px;
	}
}
.blog-post-title a {
	color: #000;
}
.blog-post-title a:hover {
	color: #EB631B;
}
.blog-post-excerpt {
	font-size: 15px;
	line-height: 1.5em;
}



.blog-menu-wrapper {
		display: flex;
		margin-top: 40px;
		margin-bottom: 40px;
}
#menu-blog-menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu-blog-menu li {
	display: inline-block;
}
#menu-blog-menu li a {
	font-size: 16px;
	font-weight: 700;
	color: #6c6c6c;
	margin-right: 36px;
}
#menu-blog-menu li a:hover {
	color: #EB631B;
}
#menu-blog-menu li.current_page_item a {
	color: #242424;
}
#menu-blog-menu li.current-menu-item a {
	color: #242424;
}
@media only screen and (max-width: 480px) {
	.blog-menu-wrapper {
		display: block;
		width: 100%;
		float: left;
		margin-bottom: 25px;
	}
	#menu-blog-menu li {
	    display: block;
	    width: 33%;
	    float: left;
	}
	#menu-blog-menu li a {
	    width: 100;;
	    margin-right: 0px;
	    display: block;
	}
}


.blog-post-grid {
	display: grid;
     grid-template-columns: repeat(3, minmax(0, 1fr));
     grid-template-rows: 1fr;
     grid-column-gap: 40px;
     grid-row-gap: 40px;
}
.recent-slider .blog-post-block {
	margin-right: 40px;
}

.blog-post-block {

}
.blog-post-block:hover {
	cursor: pointer;
}
.blog-post-block:hover .post-thumbnail img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	opacity: .9;
}
.post-thumbnail {
	border-radius: 4px;
	overflow: hidden;
}
.blog-post-block .post-thumbnail img {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.blog-post-block.post-title {
	font-size: 24px;
	line-height: 1.2em;
	font-weight: 600;
	color: #242424;
	margin-top: 20px;
	margin-bottom: 12px;
}
.blog-post-block:hover .blog-post-block.post-title {
	color: #EB631B;
}
.post-excerpt {
	font-size: 16px;
	line-height: 1.4em;
	color: #242424;
}
@media only screen and (max-width: 1480px) {
	.blog-post-block.post-title {
		font-size: 20px;
	}

}
@media only screen and (max-width: 1020px) {
	.blog-post-grid {
		display: grid;
	     grid-template-columns: repeat(2, minmax(0, 1fr));
	     grid-template-rows: 1fr;
	     grid-column-gap: 40px;
	     grid-row-gap: 40px;
	}
}
@media only screen and (max-width: 767px) {
	.blog-post-grid {
		display: grid;
	     grid-template-columns: repeat(1, minmax(0, 1fr));
	     grid-template-rows: 1fr;
	     grid-column-gap: 0px;
	     grid-row-gap: 50px;
	}
}



/* Single Location */

.single-location-hero-wrapper {
	display: flex;
	margin-top: 50px;
}
.single-location-hero-left {
	width: 50%;
	background-size: cover;
	background-position: center center;
	border-radius: 12px;
}
.single-location-hero-right {
	width: 50%;
	padding-left: 5%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.location-meta {
	margin-bottom: 38px;
}
.location-meta img {
	width: 40px;
	height: 40px;
}
.location-meta p {
	margin-bottom: 0px;
}
.location-meta a {
	color: #000;
}
.location-meta a:hover {
	color: #EB631B;
}
.location-meta-single {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.location-meta-left {
	margin-right: 10px;
}
.location-meta-right {
	width: calc(100% - 50px);
}
.location-socials {
	margin-top: -10px;
	margin-bottom: 30px;
}
.location-socials a:hover {
	filter: invert(34%) sepia(96%) saturate(1519%) hue-rotate(354deg) brightness(95%) contrast(100%);
}
.location-meta-single.hours strong, .location-meta-single.hours b {
	font-weight: 400;
}
.location-socials img {
	width: 30px;
	height: 30px;
}
@media only screen and (max-width: 1440px) {
	.location-meta img {
	    width: 30px;
	    height: 30px;
	}
	.location-meta-left {
	    width: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.single-location-hero-wrapper {
	    display: flex;
	    margin-top: 50px;
	    flex-direction: column;
	    margin-top: 0px;
	}
	.single-location-hero-left {
		width: 100%;
		height: 60vw;
	}
	.single-location-hero-right {
		width: 100%;
		padding-left: 0px;
	}
	.single-location-hero-right h1 {
		text-align: center;
	}
	.single-location-hero-right .location-socials {
		text-align: center;
	}
	.single-location-hero-right .single-location-hero-book-btn {
		text-align: center;
	}
}

.services-top {
	display: flex;
	align-items: flex-start;
}
.services-top h2 {
	margin-bottom: 0px;
}
.services-top-left {
	width: 50%;
}
.services-top-right {
	width: 50%;
}
.service-tabs {
	display: flex;
}
.service-slider-toggle {

}
.service-toggle {
	font-family: "akzidenz-grotesk-next-extend", sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 20px;
	text-transform: uppercase;
	width: 33.33%;
	text-align: center;
	padding-left: 1%;
	padding-right: 1%;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.service-toggle:hover {
	color: #EB631B;
	cursor: pointer;
}
.service-toggle::after {
	content: "";
	display: block;
	width: 100%;
	height: 12px;
	border-radius: 6px;
	margin-top: 4px;
	background: #FFF;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.service-toggle:hover::after {
	content: "";
	display: block;
	width: 100%;
	height: 12px;
	border-radius: 6px;
	margin-top: 4px;
	background: #EBEBDF;
}
.service-toggle.active {
	color: #EB631B !important;
}
.service-toggle.active::after {
	content: "";
	display: block;
	width: 100%;
	height: 12px;
	border-radius: 6px;
	margin-top: 4px;
	background: #EB631B;
}

.services-botom .service-row {
    display: none;
}
.services-botom .service-row.active {
    display: flex;
    align-items: center;
}

.service-row {
	display: flex;
}
.service-row-left {
	width: 420px;
	padding-right: 20px;
}
.service-row-right {
	width: calc(100% - 420px);
}
.service-row-right-photos {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-template-rows: 1fr;
	grid-column-gap: 30px;
}
.service-row-right-photos img {
	border-radius: 12px;
}
.service-row .type {
	font-family: "akzidenz-grotesk-next-extend", sans-serif;
	font-weight: 800;
	font-style: normal;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 1.2em;
	margin-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
	.services-top-left {
	    width: 42%;
	}
	.services-top-right {
	    width: 58%;
	}
	.service-row-left {
	    width: 350px;
	}
	.service-row-right {
	    width: calc(100% - 350px);
	}
}
@media only screen and (max-width: 1040px) {
	.service-row-left {
	    width: 270px;
	}
	.service-row-right {
	    width: calc(100% - 270px);
	}
	.service-row .type {
		font-family: "akzidenz-grotesk-next-extend", sans-serif;
 		font-weight: 800;
 		font-style: normal;
	    text-transform: uppercase;
	    font-size: 15px;
	    margin-bottom: 4px;
	}
}
@media only screen and (max-width: 767px) {
	.services-top {
	    display: flex;
	    align-items: flex-start;
	    flex-direction: column;
	}
	.services-top-left {
	    width: 100%;
	    margin-bottom: 40px;
	    text-align: center;
	    padding-right: 0px;
	}
	.services-top-right {
	    width: 100%;
	}
	.services-botom .service-row.active {
		display: flex;
 	    align-items: flex-start;
 	    flex-direction: column-reverse;
	}
	.service-row-left {
	    width: 100%;
	    margin-top: 30px;
	    text-align: center;
	    padding-right: 0px;
	}
	.service-row-right {
	    width: 100%;
	}
	.service-row-right-photos {
	    grid-column-gap: 10px;
	}
}
@media only screen and (max-width: 560px) {
	.service-toggle {
	    font-size: 15px;
	}
}
@media only screen and (max-width: 416px) {
	.service-toggle {
	    font-size: 12px;
	}
}





/* Reviews */

.grw-review.review1, .grw-review.review2, .grw-review.review3 {
	display: none;
}

.review-subtext {
	padding-left: 15%;
	padding-right: 15%;
}

body .wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd {
	background: #EBEBDF !important;
	border-radius: 12px !important;
}
body .wp-gr .wp-google-text {
	color: #000 !important;
    font-size: 14px !important;
    line-height: 20px !important;
}
body .wp-gr.wpac a.wp-google-name {
    color: #EB631B !important;
	font-size: 14px !important;
}
body .wp-gr.wpac .wp-google-left img {
    width: 40px !important;
    height: 40px !important;
    box-shadow: none !important;
}
body .wp-gr .wp-google-time {
    color: #555 !important;
    font-size: 11px !important;
    line-height: 11px !important;
}
body .wp-gr[data-layout="slider"] .grw-reviews {
    margin: 0 20px !important;
    padding: 20px 0px 20px !important;
    overflow-x: scroll !important;
    flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    scroll-snap-type: x mandatory !important;
    scroll-behavior: smooth !important;
    -webkit-overflow-scrolling: touch !important;
}
body .wp-gr .grw-row-m .grw-review {
	flex: 0 0 33.33%;
}
body .wp-gr .grw-header-inner, .wp-gr .grw-review-inner {
    margin: 0 20px !important;
}
body .wp-gr .grw-header-inner, .wp-gr .grw-review-inner {
    padding: 25px !important;
}
body .wp-google-text {
	padding-right: 12px !important;
	display: block;
}


body .grw-btns.grw-prev {
	width: 46px !important;
	height: 46px !important;
	background: url('../svg/arrowleft.svg') no-repeat left top !important;
}
body .grw-btns.grw-prev svg {
	display: none !important;
}
body .wp-gr .grw-btns.grw-prev {
    margin-left: -20px !important;
    top: -25px !important;
}

body .grw-btns.grw-next {
	width: 46px !important;
	height: 46px !important;
	background: url('../svg/arrowright.svg') no-repeat left top !important;
}
body .grw-btns.grw-next svg {
	display: none !important;
}
body .wp-gr .grw-btns.grw-next {
    margin-right: -20px !important;
    top: -25px !important;
}
body .wp-star svg path {
	fill: #EB631B !important;
}
.wp-gr .grw-review-inner {
    margin: 0px !important;
}

@media only screen and (max-width:767px) {
	.review-subtext {
	    padding-left: 0%;
	    padding-right: 0%;
	}
	body .wp-gr .grw-btns.grw-prev {
	    margin-left: -12px !important;
	}
	body .wp-gr .grw-btns.grw-next {
	    margin-right: -12px !important;
	}
}



/* Blog Single */

.container-blog {
	width: 100%;
	margin: 0 auto;
	padding: 0 8%;
	position: relative;
	max-width: 1200px;
}
.blog-content-container {
	width: 100%;
	margin: 0 auto;
	padding: 0 8%;
	position: relative;
	max-width: 1200px;
}
.blog-content-container article {
	margin-top: 40px;
	font-size: 16px;
	line-height: 1.55em;
}
.container-blog-featured-image {
	width: 100%;
	margin: 0 auto;
	padding: 0 8%;
	position: relative;
	max-width: 1400px;
}
.blog-featured-image-wrapper {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9eece+0,f9eece+90,ffffff+90,ffffff+100 */
	background: linear-gradient(to bottom,  rgba(249,238,206,1) 0%,rgba(249,238,206,1) 88%,rgba(255,255,255,1) 88%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.container-blog-featured-image img {
	width: 100%;
	height: auto;
	border-radius: 4px;
}

.blog-header {
	margin-top: 66px;
	padding-top: 100px;
	text-align: center;
}
.blog-header h1 {
	font-size: 48px;
}
.post-date {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}
.container-fluid {
  overflow: hidden;
  position: relative;
}
.recent-slider-container {
	width: 1440px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.recent-slider {
  position: initial; /*important, allows container-fluid to be the relative*/
}
.recent-slider .slick-list {
  overflow: visible;/*important, allows overflow slides to be visible*/
}

.recent-slider-header {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.recent-slider-header-left {
	width: calc(100% - 140px);
}
.recent-slider-header-right {
	width: 140px;
}
.recent-slider-header #prevSlide {
	float: left;
	width: 54px;
	height: 54px;
	border: 1px solid #242424;
	border-radius: 27px;
	background: url('https://wordpress-994608-5645990.cloudwaysapps.com/wp-content/themes/vibly/img/prev.svg') no-repeat;
	background-position: center center;
}
.recent-slider-header #prevSlide:hover {
	border: 1px solid #EB631B;
	background: #EB631B url('https://wordpress-994608-5645990.cloudwaysapps.com/wp-content/themes/vibly/img/prev-white.svg') no-repeat;
	background-position: center center;
}
.recent-slider-header #nextSlide {
	float: right;
	width: 54px;
	height: 54px;
	border: 1px solid #242424;
	border-radius: 27px;
	background: url('https://wordpress-994608-5645990.cloudwaysapps.com/wp-content/themes/vibly/img/next.svg') no-repeat;
	background-position: center center;
}
.recent-slider-header #nextSlide:hover {
	border: 1px solid #EB631B;
	background: #EB631B url('https://wordpress-994608-5645990.cloudwaysapps.com/wp-content/themes/vibly/img/next-white.svg') no-repeat;
	background-position: center center;
}


@media only screen and (max-width: 1720px) {
	.recent-slider-container {
		padding: 0 8%;
		width: 1720px;
		max-width: 100%;
	}
}
@media only screen and (max-width: 1200px) {
	.recent-slider .blog-post-block {
		margin-right: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.recent-slider-container {
		padding: 0 5%;
	}
	.recent-slider .blog-post-block {
		margin-right: 20px;
	}
	.recent-slider-container .slider-controls {
		display: none;
	}
	.recent-slider-header {
	    flex-direction: column;
	}
	.recent-slider-header-left {
		width: 100%;
	}
	.recent-slider .blog-post-block {
		margin-right: 30px;
	}
	.recent-slider-header {
	    margin-bottom: 14px;
	}
}


@media only screen and (max-width: 767px) {
	.blog-header h1 {
	    font-size: 32px;
	}
	.blog-author-wrapper {
	    flex-direction: column-reverse
	}
	.blog-author-left {
		margin-top: 20px;
	}
	.blog-author-wrapper {
	    padding-bottom: 38px;
	}
	.container-blog-featured-image {
	    padding: 0 0%;
	}
	.container-blog-featured-image img {
	    border-radius: 4px;
	}
}


/* Elementor */

.elementor-widget-text-editor ul {
	list-style: square;
}
.e-n-accordion-item-title-text {
	font-family: "akzidenz-grotesk-next-extend", sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 16px;
	text-transform: uppercase;
	color: #EB631B;
	width: 100%;
}
body .elementor-widget-n-accordion .e-n-accordion-item-title {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #EB631B;
	padding: 20px 0px 14px;
}
body .e-n-accordion-item-title-header {
	width: 100%;
}
body .elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>svg {
	fill: #EB631B;
	width: 20px;
	height: 20px;
}
body .elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title .e-n-accordion-item-title-icon span>svg {
	fill: #EB631B;
}
body .elementor-widget-n-accordion .e-n-accordion-item-title-icon {
	top: -5px;
}
body .elementor-widget-n-accordion .e-n-accordion-item:last-of-type .e-n-accordion-item-title {
	border-bottom: none;
}
body :where(.elementor-widget-n-accordion .e-n-accordion-item>.e-con) {
	border: none;
	padding: 13px 0 10px 0 !important;
}

body .elementor-widget-n-tabs .e-n-tab-title-text {
	font-family: "akzidenz-grotesk-next-extend", sans-serif;
	font-weight: 800;
	font-style: normal;
	text-transform: uppercase;
	font-size: 14px;
	color: #000;
}
body .elementor-widget-n-tabs .e-n-tab-title:hover {
	background: #EB631B !important;
	color: #FFF !important;
}
body .elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] {

}
body .elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=true] {
	background: #EB631B;
}
body .elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-title-text {
	color: #FFF;
}
body .elementor-widget-n-tabs .e-n-tab-title {
	padding: 11px 20px 9px;
     border-radius: 20px;
}
body .elementor-widget-n-tabs .e-n-tabs-heading {
	margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
	body .elementor-widget-n-tabs .e-n-tab-title {
		justify-content: flex-start;
	}
	body .elementor-widget-n-tabs .e-n-tab-title {
		background: url('../svg/faq-down.svg') no-repeat;
		background-position: right 14px center;
		background-size: 15px;
		-webkit-transition: all 0s ease-in-out;
		-moz-transition: all 0s ease-in-out;
		-ms-transition: all 0s ease-in-out;
		-o-transition: all 0s ease-in-out;
		transition: all 0s ease-in-out;
		outline: none !important;
	}
	body .elementor-widget-n-tabs .e-n-tab-title:hover {
		background: #EB631B url('../svg/faq-down.svg') no-repeat !important;
		background-position: right 14px center !important;
		background-size: 15px !important;
		color: #FFF !important;
	}
	body .elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] {
		background: #EB631B url('../svg/faq-up.svg') no-repeat !important;
		background-position: right 14px center !important;
		background-size: 15px !important;
		-webkit-transition: all 0s ease-in-out;
		-moz-transition: all 0s ease-in-out;
		-ms-transition: all 0s ease-in-out;
		-o-transition: all 0s ease-in-out;
		transition: all 0s ease-in-out;
		outline: none !important;
	}
}

/* Services Page */



.service-slider img {
	margin-left: 50px;
	border-radius: 12px !important;
}

.service-slider .slick-next {
	width: 54px;
	height: 54px;
	border-radius: 27px;
	background: #EB631B url('https://wordpress-994608-5645990.cloudwaysapps.com/wp-content/themes/bishops/img/next-white.svg') no-repeat;
	background-position: center center;
}
.service-slider .slick-next:hover {
	background: #AAC4E7 url('https://wordpress-994608-5645990.cloudwaysapps.com/wp-content/themes/bishops/img/next-white.svg') no-repeat;
	background-position: center center;
}
.services-content-block ul {
	list-style: square;
	padding-left: 30px;
	margin-bottom: 20px;
}
.services-content-block ul li {
	color: #EB631B;
	font-size: 20px;
	font-family: "akzidenz-grotesk-next-extend", sans-serif;
	font-weight: 800;
	font-style: normal;
	margin-bottom: 6px;
}
@media only screen and (max-width: 1440px) {
	.services-content-block ul li {
	    font-size: 18px;
	    margin-bottom: 4px;
	}
}
@media only screen and (max-width: 1280px) {
	.services-content-block ul li {
	    font-size: 16px;
	    margin-bottom: 2px;
	}
}
@media only screen and (max-width: 767px) {
	.service-slider img {
		margin-left: 5px;
		margin-right: 5px;
	}
	.service-slider.slick-dotted.slick-slider {
		padding-bottom: 40px;
	}
}



/* Post Pagination */


.pagination {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 0px;
}
.pagination .page-numbers {
	color: #242424;
	font-size: 20px;
	line-height: 21px;
	padding: 9px 16px 9px;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 8px;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: relative;
	top: -5px;
}
.pagination a {
	color: #242424;
	font-size: 20px;
	font-weight: 700;
	line-height: 21px;
	padding: 9px 16px 9px;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 8px;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: relative;
	top: -5px;
}
.pagination a:hover {
	background: #EBEBDF;
	color: #000;
}
.pagination a.current {
	background: #FFF;
	color: #EB631B;
}
.pagination a.prev {
	margin-right: 1px;
	background: url('../svg/blog-prev.svg') no-repeat;
	width: 24px;
	height: 24px;
	padding: 9px 16px 9px;
	top: 0px;
	font-size: 0px;
	margin-right: 9px;
}
.pagination a.prev:hover {
	background: url('../svg/blog-prev.svg') no-repeat;
	cursor: default;
	opacity: 1;
}
.pagination a.next {
	margin-left: 1px;
	background: url('../svg/blog-next.svg') no-repeat;
	width: 24px;
	height: 24px;
	padding: 9px 16px 9px;
	margin-left: 9px;
	top: 0px;
	font-size: 0px;
}
.pagination a.next:hover {
	background: url('../svg/blog-next.svg') no-repeat;
	cursor: default;
	opacity: 1;
}
.pagination a.prev.gray {
	background: url('../svg/blog-prev.svg') no-repeat;
	cursor: default;
	opacity: .5;
	margin: 0;
}
.pagination a.prev.gray:hover {
	background: url('../svg/blog-prev.svg') no-repeat;
	cursor: default;
	opacity: .5;
}
.pagination a.next.gray {
	background: url('../svg/blog-next.svg') no-repeat;
	cursor: default;
	opacity: .5;
}
.pagination a.next.gray:hover {
	background: url('../svg/blog-next.svg') no-repeat;
	cursor: default;
	opacity: .5;
}





.newsletter-cta {
	text-align: center;
	background: #DBE9CF;
	padding-top: 120px;
	padding-bottom: 100px;
}
.newsletter-cta .hs-form-submit-inside {
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}



/*------------------------------------*\
    Pricing Page
\*------------------------------------*/

#waitlist, #teams, #enterprise {
	border-radius: 16px;
}

#waitlist h4, #teams h4, #enterprise h4 {
    margin: 30px 0px 0px 0px;
    letter-spacing: -1px;
}


.ai-coach-row {
	border: 1px solid rgba(0, 0, 0, 0.11);
	border-radius: 20px;
	overflow: hidden;
}
.ai-coach-headline {
	padding-top: 40px;
	padding-bottom: 34px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c3a7f9+0,ffb1d9+15,ffe4d0+50,ffb1d9+85,c3a7f9+100 */
	background: linear-gradient(to right,  rgba(195,167,249,1) 0%,rgba(255,177,217,1) 15%,rgba(255,228,208,1) 50%,rgba(255,177,217,1) 85%,rgba(195,167,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.ai-coach-top {
	padding-left: 3%;
	padding-right: 3%;
}
.ai-pricing-list {
	float: right;
}
.ai-coach-top .pricing-list-meta span {
		background: #F2F3F2;
}
.included-features {
	border-bottom: 1px solid rgba(0, 0, 0, 0.11);
	margin-left: 3%;
	margin-right: 3%;
	padding-bottom: 12px;
}
.ai-coach-info-row {
	padding-left: calc(3% + 9px);
	padding-right: calc(3% + 9px);
}
.ai-coach-info-block {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#efe3fd+0,ffded1+100 */
	background: linear-gradient(to bottom,  rgba(239,227,253,1) 0%,rgba(255,222,209,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	padding: 26px;
	border-radius: 12px;
}
 .ai-coach-info-block span {
    display: inline-block;
    background: #FFF;
    padding: 5px 12px;
    font-size: 12px;
    line-height: 1.3em;
    border-radius: 15px;
 }
  .ai-coach-info-block h5 {
	  font-size: 20px;
	  letter-spacing: -1px;
	  font-weight: 800;
	  margin-bottom: 14px;
  }
  .ai-coach-info-block p:first-of-type {
	  margin-bottom: 20px;
  }
   .ai-coach-info-block p {
	   font-size: 16px;
	   line-height: 1.5em;
   }
   .ai-coach-info-row .vc_column_container>.vc_column-inner {
	   padding-left: 6px;
	   padding-right: 6px;
   }
   @media only screen and (max-width: 767px) {
	   .ai-pricing-list {
	   	float: left;
	   }
   }



/*------------------------------------*\
  Enterprise
\*------------------------------------*/

.enterprise-logos {
	border-bottom: 1px solid #3f3f3f;
}
.icon-content-blocks {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-template-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}
.icon-content-block {
	border: 1px solid #222222;
	border-radius: 12px;
	padding: 26px 20px 30px;
}
.icon-content-block h4 {
	font-size: 22px;
	font-weight: 800;
	margin-top: 60px;
}
.icon-content-block p {
	font-size: 16px;
	line-height: 1.6em;
}
@media only screen and (max-width: 1020px) {
	.icon-content-blocks {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media only screen and (max-width: 767px) {
	.icon-content-blocks {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}
.gray-content-box {
	background: #F7F7F7;
	border-radius: 16px;
	padding: 40px;
}
.gray-content-box h4 {
	font-size: 26px;
	font-weight: 700;
}
.gray-content-box ul {
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.gray-content-box li {
	list-style: none;
	font-size: 16px;
	line-height: 1.55em;
	background: url('../svg/li1.svg') no-repeat;
	background-position: left top 6px;
	padding-left: 20px;
	margin-bottom: 16px;
}
.enterprise-cta {
	background: #000 url('https://wordpress-994608-5645990.cloudwaysapps.com/wp-content/uploads/2025/06/enterprise-cta.webp') no-repeat;
	background-size: cover;
	background-position: center center;
	border-radius: 40px;
	padding: 120px 10%;
}
.enterprise-cta h3 {
	margin-bottom: 40px;
}
@media only screen and (max-width: 440px) {
	body.enterprise .menu-get-started, body.health-wellness-companies .menu-get-started, body.coaching-marketplaces-networks .menu-get-started, body.leadership-corporate-wellness .menu-get-started {
		display: none;
	}
}

.trusted-block {
	border: 1px solid #222222;
	border-radius: 12px;
	padding: 26px 20px 30px;
}
.trusted-block h2 {
	font-size: 60px;
	margin-bottom: 24px;
}
.trusted-block h4 {
	font-size: 20px;
	margin-bottom: 20px;
}
.trusted-block p {
	font-size: 16px;
	line-height: 1.55em;
}

.red-ul {
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.red-ul li {
	list-style: none;
	font-size: 16px;
	line-height: 1.55em;
	background: url('../svg/li1.svg') no-repeat;
	background-position: left top 6px;
	padding-left: 20px;
	margin-bottom: 16px;
}


/*------------------------------------*\
    Home Page
\*------------------------------------*/

.home-our-services-row .btn1 {
	float: right;
}
.home-service-block {
	background: #EBEBDF;
	border-radius: 12px;
	padding: 32px 32px 60px;
}
.home-service-block img {
	margin-bottom: 36px;
}
.home-service-block h3 {
	margin-bottom: 16px;
}
.home-service-block a {
	color: #EB631B;
}
.home-service-block a:hover {
	color: #AAC4E7;
}
@media only screen and (max-width: 767px) {
	.home-service-block {
		padding: 15px 15px 40px
	}
}



.you-are-block {
	background: #FFF;
	border-radius: 12px;
	padding: 32px 32px 60px;
}
.you-are-block img {
	margin-bottom: 36px;
}
.you-are-block h4 {
	margin-bottom: 16px;
	color: #EB631B;
}
@media only screen and (max-width: 767px) {
	.you-are-block {
		padding: 15px 15px 40px
	}
}



/* old */


.home-intro-col {
	position: relative;
}


.hero-default {
	margin-top: 66px;
	min-height: 800px;
}
.hero-default-left {
	padding-left: 10% !important;
	padding-right: 10% !important;
}
.hero-default-right {
	-webkit-border-radius: 0 0 0 120px;
	border-radius: 0 0 0 120px;
	overflow: hidden;
}
body.coaching-marketplaces-networks .hero-default-right {
	-webkit-border-radius: 0 0 0 0px;
	border-radius: 0 0 0 0px;

}
.hero-default-right .vc_column-inner {
	background-size: cover;
	background-position: left center;
}
.hero-default h1 {
	font-family: "Overpass", serif;
	font-size: 48px;
	font-weight: 600;
	letter-spacing: -1px;
}
@media only screen and (max-width: 1340px) {
	.hero-default {
		min-height: 700px;
	}
}
@media only screen and (max-width: 1180px) {
	.hero-default {
		min-height: 600px;
	}
}
@media only screen and (max-width: 767px) {
	.hero-default {
		min-height: inherit;
		text-align: center;
	}
	.hero-default-right {
		min-height: 50vh !important;
	}
}

.hero-enterprise .hero-default-right .vc_column-inner {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.hero-enterprise .hero-default-left {
	padding-left: 10% !important;
	padding-right: 5% !important;
}
@media only screen and (max-width: 767px) {
	.hero-enterprise .hero-default-left {
		padding-left: 5% !important;
		padding-right: 5% !important;
	}
}

.hero-image {
	margin-top: 66px;
	padding-top: 30px;
	padding-bottom: 40px;
}
.hero-image-left {

}
.hero-image-right {

}
.hero-image h1 {
	font-family: "Overpass", serif;
	font-size: 48px;
	font-weight: 600;
	letter-spacing: -1px;
}
.home-hero-hippa-block {
	padding-top: 20px;
	border-top: 1px solid #e3e3e3;
	background: url('https://wordpress-994608-5645990.cloudwaysapps.com/wp-content/uploads/2025/01/hippa-compliant.svg');
	background-size: 102px;
	background-position: bottom 4px right;
	background-repeat: no-repeat;
}
.home-hero-hippa-block strong {
	font-size: 20px;
	color: #F09282;
	font-weight: 700;
}
.home-hero-hippa-block p {
	margin-bottom: 0px;
}
.home-hero-hippa-block a {
	font-size: 16px;
	color: #242424;
	text-decoration: underline;
}
.home-hero-hippa-block a:hover {
	color: #AAC4E7;
}
@media only screen and (max-width: 1580px) {
	.hero-default-left {
		padding-top: 48px;
		padding-bottom: 20px;
	     padding-left: 6% !important;
	     padding-right: 6% !important;
	}
}
@media only screen and (max-width: 1200px) {
	.hero-default-left {
	    padding-left: 4% !important;
	    padding-right: 4% !important;
	}
}
@media only screen and (max-width: 767px) {
	.hero-default-left {
		text-align: center;
	}
	.hero-default h1, .hero-image h1 {
		font-size: 34px;
	}
	.hero-default-left .home-hero-hippa-block {
		text-align: left;
	}
	body.partners .hero-image {
		text-align: center;
	}
}
@media only screen and (max-width: 480px) {
	.hero-default-left {
	    padding-top: 30px;
	}
	.hero-default-left .home-hero-hippa-block {
		text-align: center;
		background: url('https://wordpress-994608-5645990.cloudwaysapps.com/wp-content/uploads/2025/01/hippa-compliant.svg');
		background-size: 102px;
		background-position: bottom center;
		background-repeat: no-repeat;
		padding-bottom: 70px;
	}
}



.hero-simple {
	margin-top: 66px;
}
.hero-blog {
	display: flex;
	margin-top: 16px;
	padding-top: 100px;
	padding-bottom: 40px;
}
.hero-blog-left {
	width: 55%;
}
.hero-blog-right {
	width: 45%;
	padding-left: 5%;
}
.hero-blog p {

}
@media only screen and (max-width: 767px) {
	.hero-blog {
		flex-direction: column;
		padding-top: 80px;
		padding-bottom: 40px;
	}
	.hero-blog-left {
		width: 100%;
	}
	.hero-blog-right {
		width: 100%;
		padding-left: 0%;
	}
}
@media only screen and (max-width: 480px) {
	.hero-blog h1 {
		margin-bottom: 10px;
	}
	.hero-blog {
		padding-top: 50px;
		padding-bottom: 30px;
	}
	/* .hero-blog p {
	    font-size: 18px;
	    padding-left: 0%;
	    padding-right: 0%;
	    line-height: 1.6em;
	} */
}


.info-button {
	display: block;
	background: #FFF url('https://wordpress-994608-5645990.cloudwaysapps.com/wp-content/themes/vibly/img/info-button.svg') no-repeat;
	background-position: center right 24px;
	border: 1px solid #e3e3e3;
	border-radius: 24px;
	padding: 23px 64px 19px 24px;
	color: #242424;
	font-size: 16px;
	line-height: 1.4em;
}
.info-button:hover {
	background: #EFE3FD url('https://wordpress-994608-5645990.cloudwaysapps.com/wp-content/themes/vibly/img/info-button.svg') no-repeat;
	background-position: center right 24px;
	color: #242424;
	border: 1px solid #EFE3FD;
}
.purplebg .info-button:hover {
	background: #FAE4E4 url('https://wordpress-994608-5645990.cloudwaysapps.com/wp-content/themes/vibly/img/info-button.svg') no-repeat;
	background-position: center right 24px;
	color: #242424;
	border: 1px solid #FFF;
}
.info-button-headline {
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 700;
	color: #242424;
	margin-bottom: 6px;
}
.info-button p {
	margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
	.info-button {
		margin-bottom: 12px;
	}
}


.big-ul {
	list-style: none !important;
	padding: 0;
}

.big-ul li {
	background: #F7F6EB;
	border-radius: 12px;
	position: relative;
	padding-left: 0px;
	margin-bottom: 14px;
	font-size: 16px;
	line-height: 1.2em;
	padding-top: 16px;
     padding-bottom: 16px;
	padding-right: 20px;
     font-size: 18px;
	margin-left: 30px;
	padding-left: 50px;
}

.big-ul li::before {
	content: "";
	display: block;
	height: 30px;
	width: 60px;
	background: #EB631B;
	position: absolute;
	left: -30px;
	top: 50%;
	margin-top: -15px;
	border-radius: 15px;
}
@media only screen and (max-width: 1440px) {
	.big-ul li {
		font-size: 16px;
          line-height: 1.5em;
	}
}



.trust-center-row {
	background: #E4F4FE;
	border-radius: 12px;
	padding: 40px 30px;
	margin-bottom: 90px;
}
.trust-center-row p {
	margin-bottom: 20px;
}

.ai-col {
	background: #F9DEC2;
	border-radius: 12px;
	margin-left: 2px;
     margin-right: 2px;
	width: calc(25% - 4px) !important;
	font-size: 16px;
	line-height: 1.4em;
	padding-top: 40px;
}
.ai-col h5 {
	padding-left: 20px;
	padding-right: 20px;
}


.explore-col {
	background: #FFF;
	border-radius: 12px;
	margin-left: 2px;
     margin-right: 2px;
	width: calc(25% - 4px) !important;
	font-size: 16px;
	line-height: 1.4em;
	padding-top: 40px;
}
.ai-col h5 {
	padding-left: 20px;
	padding-right: 20px;
}
.explore-col .btn4 {
	width: 100%;
	text-align: center;
}

@media only screen and (max-width: 1280px) {
	.ai-col, .explore-col {
	    width: calc(50% - 4px) !important;
	    margin-bottom: 4px;
	}
}
@media only screen and (max-width: 768px) {
	.ai-col, .explore-col {
	    margin-left: 5%;
	    margin-right: 5%;
	    width: 90% !important;
	    margin-bottom: 4px;
	}
}



.platform-before-after-row {
	padding-left: 14%;
	padding-right: 14%;
}
.platform-before-block {
	background: #FAF8F4;
	border-radius: 12px;
	padding: 40px;
}

.platform-before-block-top {
	background: #C1C1C1;
	color: #FFF;
	display: block;
	border-radius: 12px;
	padding: 12px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}

.platform-before-block ul {
	list-style: none;
	font-size: 13px;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
}
.platform-before-block ul strong {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 4px;
}
.platform-before-block ul li {
	margin-bottom: 14px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e3e3e3;
}
.platform-before-block ul li:last-of-type {
	border-bottom: none;
}





.platform-after-block {
	background: #F9DEC2;
	border-radius: 12px;
	padding: 40px;
}

.platform-after-block-top {
	background: #242424;
	color: #FFF;
	display: block;
	border-radius: 12px;
	padding: 12px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}

.platform-after-block ul {
	list-style: none;
	font-size: 13px;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
}
.platform-after-block ul strong {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 4px;
}
.platform-after-block ul li {
	margin-bottom: 14px;
	padding-bottom: 12px;
	border-bottom: 1px solid #ddc6ae;
	background: url('https://wordpress-994608-5645990.cloudwaysapps.com/wp-content/themes/vibly/img/check2.svg') no-repeat;
	background-position: left top;
	padding-left: 34px;
	padding-top: 3px;
}
.platform-after-block-price {
	margin-top: 30px;
	padding: 24px;
	background: #FFF;
	border-radius: 12px;
}
.platform-after-block-price .btn1 {
	width: 100%;
	text-align: center;
}
@media only screen and (max-width: 1240px) {
	.platform-before-after-row {
		padding-left: 0%;
	     padding-right: 0%;
	}
}
@media only screen and (max-width: 480px) {
	.platform-before-block {
	    padding: 26px;
	}
}



.footer-cta h2 {
	font-size: 62px;
}
@media only screen and (max-width: 1380px) {
	.footer-cta h2 {
		font-size: 50px;
	}
}
@media only screen and (max-width: 1140px) {
	.footer-cta h2 {
		font-size: 42px;
	}
}
@media only screen and (max-width: 767px) {
	.footer-cta h2 {
		font-size: 34px;
	}
}


/*------------------------------------*\
    Partners
\*------------------------------------*/

.form-block-white {
	border-radius: 24px;
	background: #FFF;
	padding: 40px !important;
}
.fancybox-container .form-block-white {
	padding: 20px 10px 40px !important;
}
@media only screen and (max-width: 767px) {
	.form-block-white {
	    padding: 40px 18px !important;
	}
}



/*------------------------------------*\
    For Coaches
\*------------------------------------*/

.no-cc-needed {
	font-size: 13px;
	display: inline-block;
	width: 220px;
	text-align: center;
}

/*------------------------------------*\
    New Coaches
\*------------------------------------*/

.seashell-quote {
	background: #FDF6F1;
	font-size: 16px;
	line-height: 1.4em;
	padding: 14px 20px;
	display: inline-block;
	border-radius: 24px;
	margin-bottom: 10px;
}
.icon-block {
	line-height: 1.4em;
	border-radius: 12px;
	display: flex;
	min-height: 220px;
	flex-direction: column;
     justify-content: space-between;
	padding: 30px 22px;
	margin-bottom: 30px;
}
.icon-block.purple {
	background: #EFE3FD;
}
.icon-block.green {
	background: #DBE9CF;
}
.icon-block.blue {
	background: #E4F4FE;
}
.icon-block.yellow {
	background: #F9EECE;
}
.icon-block.pink {
	background: #FAE4E4;
}
@media only screen and (max-width: 1350px) {
	.icon-block {
		font-size: 18px;
	}
}
@media only screen and (max-width: 1160px) {
	.icon-block {
		font-size: 16px;
	}
}
@media only screen and (max-width: 960px) {
	.icon-block {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767px) {
	.icon-block {
		font-size: 20px;
	}
}


/*------------------------------------*\
    Find a Coache
\*------------------------------------*/

.hero-simple {
	margin-top: 140px;
}
.hero-simple h1 {
	font-family: "Overpass", serif;
	font-size: 64px;
	font-weight: 600;
	letter-spacing: -2px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
	.hero-simple h1 {
		font-size: 34px;
	}
	.hero-simple {
	    margin-top: 100px;
	}
}



.line-quote p {
	position: relative;
	margin-bottom: 0px;
}
.line-quote p:before {
	display: block;
	position: relative;
	content: "";
	height: 48px;
	width: 2px;
	background: #d7d1cd;
	left: 50%;
	margin-bottom: 10px;
}
.line-quote p:after {
	display: block;
	position: relative;
	content: "";
	height: 48px;
	width: 2px;
	background: #d7d1cd;
	left: 50%;
	margin-top: 10px;
}

/*------------------------------------*\
    Podcast Single
\*------------------------------------*/

.podcast-single-header {
	margin-top: 120px;
}

.podcast-single-header-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
.podcast-single-hero-logo {
	padding-right: 40px;
}
.podcast-single-header-bottom {
	display: flex;
}
.podcast-single-header-bottom-left {
	width: 14%;
}
.podcast-single-header-bottom-center {
	width: 72%;
}
.podcast-single-header-bottom-right {
	width: 14%;
}
.podcast-single-header-bottom-left img {
	border-radius: 9px;
	width: 120px;
	height: auto;
}
.podcast-single-episode {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.podcast-single-date {
	font-size: 24px;
	color: #7C6AFA;
	font-weight: 700;
	margin-bottom: 18px;
}
.podcast-single-title {
	font-size: 40px;
}
.single-podcast-live-buttons {
	border-top: 1px solid #e3e3e3;
	margin-top: 28px;
	padding-top: 20px;
}
.single-podcast-live-buttons a {
	margin-right: 20px;
}
.podcast-single-listen-on {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.youtube-embed {
	margin-top: 50px;
	margin-bottom: 80px;
}
.youtube-video {
    aspect-ratio: 16 / 9;
    width: 100%;
}

@media only screen and (max-width: 1220px) {
	.podcast-single-header-bottom-right {
		display: none;
	}
	.podcast-single-header-bottom-left {
		width: 144px;
	}
	.podcast-single-header-bottom-center {
		width: calc(100% - 144px);
	}
}
@media only screen and (max-width: 767px) {
	.podcast-single-header-bottom {
	    flex-direction: column;
	}
	.podcast-single-header-bottom-right {
		display: block;
		width: 100%;

	}
	.podcast-single-header-bottom-left {
		width: 100%;
		text-align: center;
	}
	.podcast-single-header-bottom-center {
		width: 100%;
	}
	.podcast-single-episode {
		text-align: center;
		margin-top: 20px;
	}
	.podcast-single-date {
		text-align: center;
		font-size: 22px;
	}
	.podcast-single-title {
		text-align: center;
		font-size: 30px;
		letter-spacing: -0.5px;
	}
	.single-podcast-live-buttons {
		text-align: center;
	}
	.single-podcast-live-buttons a {
	    margin-right: 10px;
	    margin-left: 10px;
	}
	.podcast-single-header-top {
	    flex-direction: column;
	}
	.podcast-single-header-top-left {
		margin-bottom: 20px;
	}
	.podcast-single-header-top-right {
		width: 100%;
	}
	.podcast-single-header-top-right .btn5 {
		width: 100%;
		display: block;
	}
}

/*------------------------------------*\
    Podcast Archive
\*------------------------------------*/


.podcast-archive-hero {
	display: flex;
	margin-top: 66px;
	align-items: center;
}
.podcast-archive-hero-left {
	width: 50%;
}
.podcast-archive-hero-right {
	width: 50%;
	padding-left: 10%;
	padding-top: 40px;
}
.podcast-archive-live-podcast-text {
	font-size: 16px;
	font-weight: 800;
	border-top: 1px solid #e3e3e3;
	color: #7C6AFA;
	margin-top: 26px;
	padding-top: 20px;
	margin-bottom: 20px;
}
.podcast-archive-live-buttons {
	display: flex;
	margin-top: 20px;
	align-items: center;
}
.podcast-archive-live-buttons .btn4 {
	min-width: 150px;
	text-align: center;
}
.podcast-archive-live-buttons .podcast-yt {
	margin-left: 10%;
}
.podcast-archive-live-buttons .podcast-spot {
	margin-left: 10%;
}
.podcast-archive-live-buttons .podcast-am {
	margin-left: 10%;
}

.podcast-archive-live-buttons .podcast-yt:hover img {
	filter: invert(9%) sepia(85%) saturate(2357%) hue-rotate(268deg) brightness(84%) contrast(102%);
}
.podcast-archive-live-buttons .podcast-spot:hover img {
	filter: invert(9%) sepia(85%) saturate(2357%) hue-rotate(268deg) brightness(84%) contrast(102%);
}
.podcast-archive-live-buttons .podcast-am:hover img {
	filter: invert(9%) sepia(85%) saturate(2357%) hue-rotate(268deg) brightness(84%) contrast(102%);
}

@media only screen and (max-width: 1260px) {
	h3.podcast-archive-live-podcast-headline {
	    font-family: "Overpass", serif;
	    font-weight: 600;
	    font-size: 36px;
	}
	.podcast-archive-live-buttons {
		padding-bottom: 30px;
	}
}
@media only screen and (max-width: 970px) {
	.podcast-archive-hero-left {
		width: 100%;
	}
	.podcast-archive-hero-right {
		display: none;
	}
}



.podcast-post-grid {
	display: grid;
     grid-template-columns: repeat(3, minmax(0, 1fr));
     grid-template-rows: 1fr;
     grid-column-gap: 40px;
     grid-row-gap: 40px;
}
.recent-slider .podcast-post-block {
	margin-right: 40px;
}
.podcast-post-block {
	background: linear-gradient(to bottom,  rgba(250,250,250,1) 1%,rgba(248,239,236,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 12px;
	padding: 20px 30px 30px;
	text-align: center;
}
.podcast-post-title a {
	color: #242424;
	font-size: 22px;
	line-height: 1.3em;
	display: block;
	font-weight: 700;
}
.podcast-post-title a:hover {
	color: #EB631B;
}
.podcast-post-title  {
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 24px;
     margin-bottom: 30px;
}
.podcast-post-block .post-thumbnail {
	display: inline-block;
}
.podcast-post-block .post-thumbnail img {
	width: 120px;
	height: 120px;
	border-radius: 60px;
}

.podcast-with span {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 600;
}
.podcast-with {
	font-size: 13px;
	line-height: 1.5em;
	margin-top: 20px;
}
.podcast-post-block .btn5 {
	margin-top: 40px;
}
.podcast-episode {
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 14px;
}

@media only screen and (max-width: 1020px) {
	.podcast-post-grid {
		display: grid;
	     grid-template-columns: repeat(2, minmax(0, 1fr));
	     grid-template-rows: 1fr;
	     grid-column-gap: 40px;
	     grid-row-gap: 40px;
	}
}
@media only screen and (max-width: 767px) {
	.podcast-post-grid {
		display: grid;
	     grid-template-columns: repeat(1, minmax(0, 1fr));
	     grid-template-rows: 1fr;
	     grid-column-gap: 0px;
	     grid-row-gap: 40px;
	}
	.recent-slider .podcast-post-block {
		margin-right: 20px;
	}
}


.about-the-show {
	display: flex;
	padding-top: 80px;
	padding-bottom: 50px;
}
.about-the-show-left {
	width: 40%;
}
.about-the-show-right {
	width: 60%;
	font-size: 16px;
	line-height: 1.5em;
}

.latest-podcast-wrapper {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fafafa+1,f8efec+100 */
	background: linear-gradient(to bottom,  rgba(250,250,250,1) 1%,rgba(248,239,236,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 12px;
	padding: 40px;
}

.latest-podcast-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	align-items: flex-start;
}
.latest-podcast-left {
	padding-right: 40px;
}
.latest-podcast-right {

}
.latest-podcast-right img {
	width: 160px;
	height: auto;
	border-radius: 12px;
}
.latest-podcast-title {
	font-family: "Overpass", serif;
	font-size: 32px;
	line-height: 1.3em;
	letter-spacing: -0.5px;
	font-weight: 600;
	margin-bottom: 6px;
	color: #242424;
}
.latest-podcast-with {
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.latest-podcast-with-left img {
	width: 80px;
	height: auto;
	border-radius: 40px;
}
.latest-podcast-with-right span {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 700;
}
.latest-podcast-with-right {
	font-size: 13px;
	line-height: 1.5em;
	margin-left: 20px;
}
.latest-download {
	float: left;
	display: block;
	margin-top: 50px;
	margin-left: 20px;
	width: 20px;
	height: 20px;
	background: url('../svg/download.svg') no-repeat;
}
@media only screen and (max-width: 970px) {
	.about-the-show {
	    flex-direction: column;
	}
	.about-the-show-left {
		width: 100%;
	}
	.about-the-show-right {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.latest-podcast-top {
	    flex-direction: column-reverse;
	}
	.latest-podcast-left {
		width: 100%;
		padding-right: 0px;
	}
	.latest-podcast-title {
		text-align: center;
		display: inline-block;
		font-size: 28px;
	}
	.latest-podcast-right {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

}


.podcast-subscribe-form {
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

/*------------------------------------*\
    Podcast Player
\*------------------------------------*/

.podcast-player {
	display: flex;
}

/* RemixDesign | woaichidapi@163.com | Redesigned by JimmyCheung */

.audioplayer {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    margin-top: 26px;
    padding: 0px;
    width: calc(100% - 40px);
    height: 70px;
    align-items: center;

}

.audioplayer-playpause {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
    background: #242424;
    border: 1px solid #242424;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover {
    border: 1px solid #242424;
    background: #242424;
}

.audioplayer-playing .audioplayer-playpause {
    background: rgba(253, 79, 26, 0);
    border: 1px solid #242424;
    background: #242424;
}

.audioplayer-playing .audioplayer-playpause:hover {
	border: 1px solid #242424;
     background: #242424;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
    content: '';
    justify-content: center;
    width: 0;
    height: 0;
    margin-left: 5px;
    border-top: 12px solid transparent;
    border-right: none;
    border-bottom: 12px solid transparent;
    border-left: 17px solid #FFF;
}

.audioplayer-playing .audioplayer-playpause a {
    content: '';
    display: flex;
    justify-content: space-between;
    width: 12px;
    height: 14px;
}

.audioplayer-playing .audioplayer-playpause a::before, .audioplayer-playing .audioplayer-playpause a::after {
    content: '';
    width: 4px;
    height: 14px;
    background-color: #FFFFFF;
}

.audioplayer-time {
    display: flex;
    width: 40px;
    justify-content:center;
    font-size: 12px;
    color: #242424;
}

.audioplayer-time-current {
    margin-left: 24px;
}

.audioplayer-time-duration {
    margin-right: 24px;
}

.audioplayer-bar {
    position: relative;
    display: flex;
    margin: 0 12px;
    height: 12px;
    flex-basis: 0;
    flex-grow: 1;
    cursor: pointer;
}

.audioplayer-bar::before {
    content: '';
    position: absolute;
    top: 5px;
    width: 100%;
    height: 4px;
    background-color: #DDE2E6;
    border-radius: 2px;
}

.audioplayer-bar > div {
    position: absolute;
    left: 0;
    top: 5px;
}
.audioplayer-bar-loaded {
    z-index: 1;
    height: 4px;
    background: #7b7978;
    border-radius: 2px;
}

.audioplayer-bar-played {
    flex-direction: row-reverse;
    z-index: 2;
    height: 4px;
    background: #242424;
}

.audioplayer-bar-played::after {
    display: flex;
    position: absolute;
    content: '';
    box-sizing: border-box;
    top: -4px;
    right: -1px;
    margin-right: -5px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 6px;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-bar-played::after {
    border: 2px solid #242424;
    background: #242424;
}

.audioplayer-playing .audioplayer-bar-played::after {
    border: 2px solid #242424;
    background: #242424;

}

.audioplayer-volume {
    display: flex;
    align-items: center;
}

.audioplayer-volume-button {
    display: flex;
    align-items: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.audioplayer-volume-button a {
    display: flex;
    width: 6px;
    height: 8px;
    background-color: #242424;
    position: relative;
}

.audioplayer-volume-button a:before, .audioplayer-volume-button a:after {
    content: '';
    position: absolute;
}

.audioplayer-volume-button a:before {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 9px solid #242424;
    border-bottom: 8px solid transparent;
    border-left: none;
    top: -4px;
}

.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
    left: 13px;
    top: 1px;
    width: 6px;
    height: 6px;
    border: 6px double #242424;
    border-width: 6px 6px 0 0;
    border-radius: 0 12px 0 0;
    transform: rotate(45deg);
}

.audioplayer-mute .audioplayer-volume-button a {
    background-color: #FD4F1A;
}

.audioplayer-mute .audioplayer-volume-button a:before {
    border-right: 9px solid #FD4F1A;
}

.audioplayer-volume-adjust {
    display: flex;
    align-items: center;
    margin-left: 8px;
    border-radius: 2px;
}

.audioplayer-volume-adjust > div {
    position: relative;
    display: flex;
    width: 60px;
    height: 4px;
    cursor: pointer;
    background-color: #FFF;
    border-radius: 2px;
}

.audioplayer-volume-adjust div div {
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    background-color: #242424;
    border-radius: 2px;
}

/* responsive | you can change the max-width value to match your theme */

@media screen and (max-width: 679px) {
    .audioplayer-volume-adjust {
        display: none;
    }
}



/*------------------------------------*\
    Gift Card Page
\*------------------------------------*/


.icon-shape-box {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 500px;
	border-radius: 12px 80px 12px 12px;
	padding: 32px 24px 36px;
}
.icon-shape-box img {
	margin-bottom: 20px !important;
}
.icon-shape-box h5 {
	font-family: "Lora", serif;
	font-weight: 600;
	font-size: 24px;
	margin: 0px 0px 12px 0px;
}

.color-dot-box {
	border-radius: 24px;
	overflow: hidden;
}
.color-dot-box-block {
	font-size: 19px;
	font-weight: 500;
	padding: 0px 30px 0px 6px;
}
.color-dot-box-block img {
	margin-bottom: 32px !important;
}
.color-dot-box-block p {
	margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
	.color-dot-box {
		margin-left: 4%;
		margin-right: 4%;
		width: 92% !important;
	}
	.color-dot-box-block .wpb_wrapper {
		display: flex;
		align-items: center;
	}
	.color-dot-box-block img {
		margin-bottom: 0px !important;
	}
	.color-dot-box-block .wpb_wrapper p:first-of-type {
		line-height: 0px;
		margin-right: 12px;
	}
}

.testimonial-block {
	background: url('../jpg/tbg.jpg') no-repeat;
	background-size: cover;
	background-position: center center;
	border-radius: 12px;
	margin-left: 12px;
	margin-right: 12px;
	padding: 32px 26px;
	font-size: 15px;
	line-height: 1.6em;
	color: #2A2A2A;
	height: auto;
}
.testimonial-block img {
	margin-bottom: 22px;
}
.testimonial-block.slick-slide {
	height: auto;
}
.testimonial-content {
	padding-bottom: 36px;
}
.testimonial-name {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	position: absolute;
	bottom: 32px;
}
.testimonial-slider .slick-track {
	display: flex;
  	flex-wrap: wrap;
}
.testimonial-slider-prev-next {
	margin-top: 30px;
	width: 140px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 480px) {
	.testimonial-block {
	    margin-left: 5px;
	    margin-right: 5px;
	    padding: 32px 16px;
	}
}


.how-it-works-gc-block h5 {
	margin-bottom: 10px;
}
#buy-gift-card {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffe4d0+0,ffb1d9+25,c3a7f9+50,ffb1d9+75,ffe4d0+99 */
	background: linear-gradient(45deg,  #ffe4d0 0%,#ffb1d9 25%,#c3a7f9 50%,#ffb1d9 75%,#ffe4d0 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}







/*------------------------------------*\
    Store Locator - Office Locator
\*------------------------------------*/

body.find-your-studio {
	background: #fcf3eb;
}
body.find-your-studio .app-cta-wrapper {
	display: none;
}
body #asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item .sl-addr-sec .addr-loc ul li i {
	color: #EB631B !important;
}
body #asl-storelocator .infoBox {
	border-radius: 12px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
  	box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
}

#asl-storelocator.asl-cont .asl-wrapper .Filter_section .search_filter {
	flex: 0 0 100%;
	max-width: 100% !important;
	padding-left: 0px;
	padding-right: 0px;
}
body #asl-storelocator.asl-cont .asl-wrapper .Filter_section .search_filter .sl-search-group .asl-search-address {
	border-radius: 12px !important;
	border: 1px solid #000 !important;
	min-height: 44px !important;
	height: 44px !important;
	padding: 5px 22px;
}
body #asl-storelocator.asl-cont .asl-wrapper .Filter_section {
    padding: 0px 0 6px 0;
}

body #asl-storelocator.asl-cont .infoBox .infoWindow .infowindowContent {
    padding: 0px 15px 12px;
}
body #asl-storelocator.asl-cont .infoBox #style_1 h3 {
    padding: 20px 15px 0px 15px !important;
}
body #asl-storelocator.asl-cont .asl-wrapper .sl-main-cont .asl-panel-inner .sl-main-cont-box .sl-list-wrapper .sl-list .sl-item {
	border-bottom: 1px solid #decdb8;
}
body #asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .Filter_section .search_filter .sl-search-group .span-geo {
	background: #EB631B;
}

#asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner {
	width: 96% !important;
	border-radius: 12px;
}
@media only screen and (max-width: 767px) {
	#asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner {
		width: 100% !important;
		margin-top: 20px;
	}
}


#asl-storelocator .asl-map {
	border-radius: 12px;
	overflow: hidden;
}

body #asl-storelocator.asl-cont .sl-main-cont .asl-map-canv {
    height: 600px;
}
@media only screen and (max-height: 940px) {
	body #asl-storelocator.asl-cont .sl-main-cont .asl-map-canv {
	    height: 500px;
	}
}
@media only screen and (max-width: 767px) {
	body #asl-storelocator.asl-cont .sl-main-cont .asl-map-canv {
	    height: 400px;
	}
}

body #asl-storelocator.asl-cont .asl-wrapper .sl-main-cont .asl-panel-inner .sl-main-cont-box .sl-list-wrapper .sl-list .sl-item {
    padding: 24px 20px !important;
}
#asl-storelocator .sl-container {
	max-width: none !important
}

#asl-storelocator .search_filter label {
	display: none;
}
body #asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .Filter_section {
	background-color: #FFFFFF !important;
}
body #asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item {
	background-color: #EBEBDF;
}
body #asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner .sl-main-cont-box {
	scrollbar-color: #CE9F7C #EBEBDF;
     scrollbar-width: thin;
}
body #asl-storelocator.asl-cont .sl-main-cont .asl-panel {
	border: none !important;
}

#asl-storelocator .sl-addr-list-title a {
	font-weight: 500;
	letter-spacing: 0px;
	font-size: 16px !important;
	color: #000;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#asl-storelocator .sl-addr-list-title a:hover {
	color: #EB631B;
}
#asl-storelocator .top-title.Num_of_store {
	display: none !important;
}
.map-image .infoWindow h3 a {
	font-size: 18px !important;
	line-height: 1.1em;
     font-weight: normal;
     letter-spacing: -0.5px;
     margin-bottom: 8px;
	color: #000;
}
body .infowindowContent .map-book-now {
	margin-right: 5px;
}
body .infowindowContent .map-book-now, body .infowindowContent .map-giftcard {
	font-size: 10px !important;
}
body #asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item .sl-addr-sec .addr-loc ul li span {
	color: #000 !important;
	font-weight: 600;
	line-height: 1.2em;
}
body #asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item .sl-addr-sec .addr-loc ul li a {
	font-weight: 600;
	line-height: 1.2em;
	color: #000 !important;
}
body #asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item .sl-addr-sec .addr-loc ul li a:hover {
	color: #EB631B !important;
}
body #asl-storelocator.asl-cont .asl-wrapper .sl-main-cont .asl-panel-inner .sl-main-cont-box .sl-list-wrapper .sl-list .sl-item .sl-desc p {
	margin: 12px 0 0 0;
}
body #asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item .sl-addr-sec .sl-addr-list-title {
	font-family: "akzidenz-grotesk-next-extend", sans-serif;
	font-weight: 800;
	font-style: normal;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
}

.asl-cont a.gc-btn {
	display: none;
	font-size: 14px;
     line-height: 14px;
     padding: 12px 20px 11px;
	font-family: "akzidenz-grotesk-next-extend", sans-serif;
	font-weight: 800;
	font-style: normal;
     text-transform: uppercase;
	font-weight: 600;
	background: #EB631B;
	border-radius: 20px;
	font-style: normal;
	color: #FFF;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.asl-cont a.gc-btn:hover {
	color: #000;
	background: #AAC4E7;
}
body.gift-cards .asl-cont a.map-book-now, body.gift-cards .asl-cont a.map-giftcard {
	display: none;
}
body.gift-cards .asl-cont a.gc-btn {
	display: inline-block;
}

.asl-cont a.map-book-now {
	font-size: 14px;
     line-height: 14px;
     padding: 12px 20px 11px;
	font-family: "akzidenz-grotesk-next-extend", sans-serif;
	font-weight: 800;
	font-style: normal;
     text-transform: uppercase;
	font-weight: 600;
	background: #EB631B;
	border-radius: 20px;
	display: inline-block;
	font-style: normal;
	color: #FFF;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.asl-cont a.map-book-now:hover {
	color: #000;
	background: #AAC4E7;
}

.asl-cont a.map-giftcard {
	font-size: 14px;
     line-height: 14px;
     padding: 12px 20px 11px;
	font-family: "akzidenz-grotesk-next-extend", sans-serif;
	font-weight: 800;
	font-style: normal;
     text-transform: uppercase;
	font-weight: 600;
	background: #EB631B;
	border-radius: 20px;
	display: inline-block;
	font-style: normal;
	color: #FFF;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.asl-cont a.map-giftcard:hover {
	color: #000;
	background: #AAC4E7;
}
body #asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .sl-main-cont .asl-panel-inner .sl-main-cont-box .sl-list-wrapper .sl-list .sl-item.highlighted {
	background: #f9f9ed;
}
@media only screen and (min-width : 767px) and (max-width : 1248px) {
	.asl-cont a.map-book-now {
		margin-bottom: 6px;
	}
}
@media only screen and (max-width: 767px) {
	.asl-cont a.map-book-now {
		margin-bottom: 6px;
	}
}



/* Instagram */

.ig-feed-wrapper {
	display: none !important;
}
.ig-image {
	background-position: center center;
	background-size: cover;
	margin-left: 8px;
	margin-right: 8px;
	border-radius: 12px;
}
.ig-image:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.ig-feed-slider {
margin-bottom: 60px !important;
}
.ig-feed-slider .slick-dots {
	bottom: -45px;
}
@media only screen and (max-width: 767px) {

	.ig-image {
		margin-left: 5px;
		margin-right: 5px;
	}
}


/*------------------------------------*\
    Footer
\*------------------------------------*/


.footer {
	background: #FFF;
	margin-top: 70px;
	padding-top: 64px;
	padding-bottom: 16px;
}
.footer-logo {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 16px;
}
.footer-logo img {
	width: 70px;
}
.footer-main {
	width: 100%;
	float: left;
	clear: both;
}
.footer-col1 {
	float: left;
	width: 22%;
}
.footer-col2 {
	float: left;
	width: 16%
}
.footer-col3 {
	float: left;
	width: 16%
}
.footer-col4 {
	float: left;
	width: 16%
}
.footer-col5 {
	float: right;
	width: 340px;
	text-align: center;
}
.footer-col1 p {
	margin-bottom: 20px;
}
.footer-social-icon-wrapper {
	margin-left: 34px;
}
.footer-social-icon {
	width: 30px;
	height: auto;
}
.footer-social-icon:hover {
	filter: invert(34%) sepia(96%) saturate(1519%) hue-rotate(354deg) brightness(95%) contrast(100%);
}
.find-your-bishops-text {
	font-family: "akzidenz-grotesk-next-extend", sans-serif;
 	font-weight: 800;
 	font-style: normal;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 6px;
    margin-bottom: 4px;
}
.get-social-icons {
	text-align: center;
	margin-bottom: 30px;
}
.get-social-icons .footer-social-icon {
    width: 42px;
    height: auto;
}

.footer-col1 p {
	font-size: 14px;
	line-height: 1.6em;
}

.footer-main .menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-main .menu li {
	margin-bottom: 10px;
	line-height: 16px;
}
.footer-main .menu a {
	font-size: 15px;
	line-height: 1.6em;
	font-weight: 700;
	color: #000;
}
.footer-main .menu a:hover {
	color: #EB631B;
}
.footer-copyright {
	margin-top: 70px;
	font-size: 12px;
	color: #545352;
	width: 100%;
     float: left;
     clear: both;
	display: flex;
}
.footer-copyright p {
	margin-bottom: 0px;
	line-height: 1.4em;
}
#menu-terms-menu {
	list-style: none;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
}
#menu-terms-menu li {
	margin-right: 20px;
	line-height: 16px;
	display: block;
	float: left;
}
#menu-terms-menu li:last-of-type {
	margin-right: 0px;
}
#menu-terms-menu a {
	font-size: 12px;
	color: #545352;
}
#menu-terms-menu a:hover {
	color: #EB631B;
}

@media only screen and (max-width: 1350px) {
	.footer-col1 {
		width: 34%;
	}
	.footer-col2 {
		width: 22%;
	}
	.footer-col3 {
		width: 22%;
	}
	.footer-col4 {
		width: 22%;
	}
	.footer-col5 {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	/* .get-social-icons {
		display: none;
	} */
	.footer {
		text-align: center;
		margin-top: 0px;
	}
	.footer-col1 {
		width: 100%;
		margin-bottom: 30px;
	}
	.footer-col2 {
		width: 33.33%;
		margin-bottom: 20px;
	}
	.footer-col3 {
		width: 33.33%;
		margin-bottom: 20px;
	}
	.footer-col4 {
		width: 33.33%;
		margin-bottom: 20px;
	}
	.footer-copyright {
		display: flex;
          flex-direction: column;
	}
	.footer-copyright-left {
		margin-top: 20px;
	}
	.footer-social-icon-wrapper {
		margin-left: 0px;
	}
	#menu-terms-menu {
	    margin-left: 0px;
	}
	#menu-terms-menu li {
	    margin-right: 10px;
	    margin-left: 10px;
	    display: inline;
	    float: none;
	}
	.footer-copyright {
	    margin-top: 14px;
	}


}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/



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

	.mobile-show {
     	display: block !important;
     }
	.mobile-hide {
     	display: none !important;
     }
	.mobile-text-align-center {
		text-align: center;
	}

	.large-text {
		font-size: 15px;
	}
	.font-size-24 {
	    font-size: 15px;
	    line-height: 1.6em;
	}
	.mobile-text-center {
		text-align: center;
	}

	.container {
	    padding: 0 5%;
	}

	.vc_rtl-columns-reverse {
		display: flex;
		flex-direction: column-reverse;
	}

	.col { margin-right: 0px;
	}
	.flex-grid {flex-flow: row wrap;}

	.flex-grid.mobile-wrap-reverse {
		flex-flow: wrap-reverse;
	}

	.span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12 {
		width: 100%;
	}

	.col-full.span-1, .col-full.span-2, .col-full.span-3, .col-full.span-4, .col-full.span-5, .col-full.span-6, .col-full.span-7, .col-full.span-8, .col-full.span-9, .col-full.span-10, .col-full.span-11, .col-full.span-12 {
		width: 100%;
	}

	/* Padding Top */
	.mpt0		{padding-top: 0px;}
	.mpt10		{padding-top: 10px;}
	.mpt20		{padding-top: 20px;}
	.mpt25		{padding-top: 25px;}
	.mpt30		{padding-top: 30px;}
	.mpt40		{padding-top: 40px;}
	.mpt50		{padding-top: 50px;}
	.mpt60		{padding-top: 60px;}
	.mpt70		{padding-top: 70px;}
	.mpt80		{padding-top: 80px;}
	.mpt90		{padding-top: 90px;}
	.mpt100		{padding-top: 100px;}
	.mpt110		{padding-top: 110px;}
	.mpt120		{padding-top: 120px;}
	.mpt130		{padding-top: 130px;}
	.mpt140		{padding-top: 140px;}
	.mpt150		{padding-top: 150px;}
	.mpt160		{padding-top: 160px;}
	.mpt180		{padding-top: 180px;}

	/* Padding Bottom */
	.mpb0		{padding-bottom: 0px;}
	.mpb10		{padding-bottom: 10px;}
	.mpb20		{padding-bottom: 20px;}
	.mpb25		{padding-bottom: 25px;}
	.mpb30		{padding-bottom: 30px;}
	.mpb40		{padding-bottom: 40px;}
	.mpb50		{padding-bottom: 50px;}
	.mpb60		{padding-bottom: 60px;}
	.mpb70		{padding-bottom: 70px;}
	.mpb80		{padding-bottom: 80px;}
	.mpb90		{padding-bottom: 90px;}
	.mpb100		{padding-bottom: 100px;}
	.mpb110		{padding-bottom: 110px;}
	.mpb120		{padding-bottom: 120px;}
	.mpb130		{padding-bottom: 130px;}
	.mpb140		{padding-bottom: 140px;}
	.mpb150		{padding-bottom: 150px;}
	.mpb160		{padding-bottom: 160px;}
	.mpb180		{padding-bottom: 180px;}

	/* Padding left */
	.mpl0		{padding-left: 0px;}
	.mpl10		{padding-left: 10px;}
	.mpl20		{padding-left: 20px;}
	.mpl25		{padding-left: 25px;}
	.mpl30		{padding-left: 30px;}
	.mpl40		{padding-left: 40px;}
	.mpl50		{padding-left: 50px;}
	.mpl60		{padding-left: 60px;}
	.mpl70		{padding-left: 70px;}
	.mpl80		{padding-left: 80px;}
	.mpl90		{padding-left: 90px;}
	.mpl100		{padding-left: 100px;}
	.mpl110		{padding-left: 110px;}
	.mpl120		{padding-left: 120px;}
	.mpl130		{padding-left: 130px;}
	.mpl140		{padding-left: 140px;}
	.mpl150		{padding-left: 150px;}
	.mpl160		{padding-left: 160px;}

	/* Padding right */
	.mpr0		{padding-right: 0px;}
	.mpr10		{padding-right: 10px;}
	.mpr20		{padding-right: 20px;}
	.mpr25		{padding-right: 25px;}
	.mpr30		{padding-right: 30px;}
	.mpr40		{padding-right: 40px;}
	.mpr50		{padding-right: 50px;}
	.mpr60		{padding-right: 60px;}
	.mpr70		{padding-right: 70px;}
	.mpr80		{padding-right: 80px;}
	.mpr90		{padding-right: 90px;}
	.mpr100		{padding-right: 100px;}
	.mpr110		{padding-right: 110px;}
	.mpr120		{padding-right: 120px;}
	.mpr130		{padding-right: 130px;}
	.mpr140		{padding-right: 140px;}
	.mpr150		{padding-right: 150px;}
	.mpr160		{padding-right: 160px;}

}
