/*
 * Woocommerce Single Product
*/

@media	(max-width: 480px){
	footer {
		padding-top: 1em;
	}
}


/*Content flexible*/
.virtual_product_content {
	position: relative;
	padding: 4.57em 0 6.14em;
}

.virtual_product_content::before {
	content: "";
	display: block;
	width: 50%;
	height: 100%;
	background: #F2F2F2;
	position: absolute;
	right: 0;
	top: 0;
}

.virtual_product_content.virtual_product_content_group::before {
	max-width: 48em;
	left: 50%;
	right: 0;
	width: 100%;
}

.virtual_product_content_group-left {
	position: sticky;
	top: 2em;
}

.product-content {
	margin-bottom: 2.11em;
	max-width: 41.3em;
	line-height: 1.57;
}

.product-content strong {
	font-family: Mulish;
	font-weight: 800;
	font-size: 1.29em;
	line-height: 1.44;
}

.product-content h2 {
	line-height: 1.27;
	font-size: 1.86em;
	margin-top: 1.37em;
	margin-bottom: 0.6em;
}

.product-content ul {
	padding: 0;
	margin-bottom: 1.7em;
	list-style: none;
}

.product-content ul li {
	position: relative;
	padding-left: 1.4em;
	margin-bottom: 0.7em;
}

.product-content ul li::before {
	content: "";
	display: block;
	width: 0.5em;
	height: 0.5em;
	position: absolute;
	left: 0;
	top: 0.4em;
	background: #BAA375;
	border-radius: 50%;
}

.sticky-right {
	position: sticky;
	top: 2em;
}

.product-list-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 3.5em;
}

.product-list-item-content {
	max-width: 82.2%;
}

.product-list-item-img {
	margin-top: 0.7em;
	margin-right: 1.93em;
}

.product-list-item-content-title {
	margin-bottom: 0.4em;
	font-family: Mulish;
	font-weight: 800;
	font-size: 1.86em;
	line-height: 1.27;
	color: #121212;
}

.variation-all {
	margin-bottom: 3em;
}

.virtual_product_content.virtual_product_content_group .variation-all {
	margin-bottom: 11em;
}

.virtual_product_content.virtual_product_content_group .variation-all::after {
	content: "";
	display: block;
	width: 49vw;
	height: 1.5em;
	background: #fff;
	position: relative;
	left: -9vw;
	top: 5em;
}

.virtual_product_content.virtual_product_content_group .variation-all h2 {
	font-size: 2.5em;
}

.popular {
	outline: 1px solid #BAA375 !important;
	outline-offset: 2em;
	margin-top: 2em;
	margin-bottom: 2em;
	position: relative;
}

.popular > :first-child {
	padding-top: 3em;
}

.popular > :first-child::before {
	content: 'The Most Popular';
	position: absolute;
	top: 0;
	border-bottom: 1px solid rgba(88, 88, 88, 0.25);
	width: 100%;
	padding-bottom: 1em;
}

.popular > :last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.variation-all .popular .variation-item {
	color: #BAA375;
}

.popular + .variation-item {
	border-top: 1px solid rgba(88, 88, 88, 0.25);
}

.var-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1em;
}

.var-title > div,
.variations-subtitle {
	font-family: Mulish;
	font-weight: 800;
	font-size: 1.14em;
	line-height: 1.25;
	color: #545454;
}

.var-text {
	margin-bottom: 2.8em;
}

.var-text strong {
	font-weight: 600;
}

.variation-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: Mulish;
	font-weight: 800;
	border-bottom: 1px solid rgba(88, 88, 88, 0.25);
	padding: 0.7em 0;
	font-size: 1.5em;
	line-height: 1.24;
}

.variation-item .price {
	font-family: Mulish;
	font-weight: 800;
	font-size: 1.14em;
	line-height: 1.25;
}

.additional-info {
	background: #FFFFFF;
	box-shadow: 0px 4px 25px rgba(71, 99, 112, 0.1);
	padding: 3em;
	margin-left: -3em;
	margin-right: -3em;
}

.additional-info-title {
	margin-bottom: 0.2em;
	font-family: Mulish;
	font-weight: 800;
	font-size: 1.86em;
	line-height: 131.5%;
	text-transform: capitalize;
}

.additional-info .repeater {
	margin-bottom: 2em;
}

.virtual_product_content.virtual_product_content_group .additional-info-subtitle {
	font-size: 1.85em;
	line-height: 1.31;
	margin-bottom: 1em;
}

.additional-info .repeater p {
	font-family: Mulish;
	font-size: 1.28em;
	line-height: 1.61;
	color: #121212;
	margin-bottom: 0;
}

.additional-info-subtitle {
	margin-bottom: 2em;
	font-family: Mulish;
	font-weight: 800;
}

.additional-info-item {
	font-family: Mulish;
	font-size: 1.29em;
	line-height: 1.28;
}

.additional-info-price {
	font-family: Mulish;
	font-weight: 800;
	font-size: 1.71em;
	line-height: 1.6;
}

.additional-info .button {
	margin-top: 1.5em;
	border: none;
}


/*
 * RESPONSIVE STYLES
*/

/* Large desktop */
@media (max-width: 1360px) { 
	.virtual_product_content.virtual_product_content_group::before {
		max-width: 50%;
	}

	.virtual_product_content.virtual_product_content_group .variation-all {
		position: relative;
	}

	.virtual_product_content.virtual_product_content_group .variation-all::after {
		right: 0;
		left: -10em;
		width: 51vw;
		position: absolute;
		top: calc(100% + 5em);
	}
}

@media (max-width: 1200px) { 
	.var-title > div {
		font-size: 0.9em;
		text-align: right;
	}
}

@media (max-width: 991px){
	.virtual_product_content.virtual_product_content_group .variation-all::after {
		left: -2em;
	}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
	.popular {
		outline-offset: 1em;
		margin-top: 1em;
		margin-bottom: 1em;
	}
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.virtual_product_content::before {
		content: none;
	}
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	.virtual_product_content {
		padding: 26px 0 0;
	}

	.product-content {
		margin-bottom: 25px;
	}

	.product-content strong {
		font-size: 16px;
		line-height: 24px;
	}

	.product-list-item {
		margin-bottom: 20px;
	}

	.product-list-item-content-title {
		font-size: 21px;
	}

	.product-list-item-img {
		margin-top: 0.4em;
		margin-right: 11px;
	}

	.virtual_product_content .col-md-6 {
		margin-bottom: 36px;
	}

	.virtual_product_content .offset-lg-1.col-lg-4.col-md-6 {
		width: calc(100% + 42px);
		margin: 0 -21px;
		padding: 37px 34px 60px;
		background-color: #F2F2F2;
	}

	.virtual_product_content.virtual_product_content_group .variation-all::after {
		left: -34px;
		width: 100vw;
	}

	.var-title {
		flex-direction: column;
		align-items: flex-start;
	}

	.variation-all {
		margin-bottom: 30px;
	}

	.popular {
		outline-offset: 1.5em;
		margin-top: 21px;
		margin-bottom: 21px;
	}

	.variation-item {
		padding: 15px 0;
		font-weight: bold;
		font-size: 17px;
	}

	.variation-item .price {
		font-size: 21px;
	}

	.additional-info {
		margin-left: -1.5em;
		margin-right: -1.5em;
		padding: 22px 39px 40px;
	}

	.additional-info-title {
		line-height: 32px;
	}

	.additional-info-subtitle {
		line-height: 18px;
	}

	.additional-info-item {
		font-weight: bold;
		font-size: 14px;
	}

	.additional-info-price {
		font-size: 21px;
		line-height: 26px;
	}

}

@media (max-width: 359px) {
	.virtual_product_content .offset-lg-1.col-lg-4.col-md-6 {
		margin: 0;
		padding: 37px 15px 76px;
	}

	.popular {
		outline-offset: 0.9em;
	}
}



/*Full-width image*/
.full-width-image {
	padding: 4em 0;
}
 
.full-width-image h2 {
	margin-bottom: 1em;
}

.full-width-image-img {
	width: 100%;
}

.full-width-mobile {
	display: none;
}

@media (max-width: 767px){
	.full-width-desktop {
		display: none;
	}

	.full-width-mobile {
		display: block;
	}
}

/*Testimonials flexible*/

.testimonials-flexible {
	padding: 5.8em 0 5em;
	position: relative;
	background-color: #9F9F9F;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.testimonials-flexible::before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.87);
	z-index: 0;
}

.testimonials-flexible > * {
	position: relative;
}

.testimonials-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 1.71em;
}

.testimonials-header .subtitle {
	max-width: 90%;
	font-size: 1.1em;
}

.testimonials-arrows {
	display: flex;
	min-width: 7em;
}

.testimonials-left.slick-arrow {
  margin-right: 1.2em;
}

.testimonials-slider.slick-initialized {
  margin: 0 -1em 0;
}

.testimonials-slider .slick-track {
	display: flex;
}

.testimonials-item {
	max-width: unset;
	flex: unset;
	height: auto;
	margin-bottom: 2em;
}

.type-testimonials {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #FFFFFF;
	box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.15);	
}

.testimonials-class {
	padding: 1em;
	min-height: 3.5em;
	background: #7CA1AB;
	font-family: Mulish;
	font-weight: 800;
	font-size: 1.14em;
	text-align: right;
	color: #FFFFFF;
}

.testimonials-item .entry-content {
	flex-grow: 1;
	padding: 4.6em 2.5em 2em 1.5em;
	position: relative;
	line-height: 1.5;
}

.testimonials-item .entry-content::before {
	content: "";
	display: block;
	width: 2.6em;
	height: 2em;
	position: absolute;
	top: 1.7em;
	left: 1.4em;
	background: url(/wp-content/uploads/2021/04/quote-2.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.read-more {
	display: block;
	font-weight: 500;
	text-transform: uppercase;
	color: #7CA1AB;
	margin-top: 1em;
}

.read-more:hover {
	color: #7CA1AB;
}

.testimonials-title {
	background: #F2F2F2;
}

.testimonials-title>* {
	margin-bottom: 0;
	padding: 1.25em;
	font-family: Mulish;
	font-style: italic;
	font-weight: bold;
	font-size: 1.14em;
	line-height: 145.5%;
	color: #121212;
	text-align: right;
}

.modal-testimonials .modal-dialog {
	max-width: 60.7em;
}

.modal-testimonials .testimonials-title > * {
	padding: 0.6em 1.25em;
	font-size: 1.5em;
}

.modal-testimonials .entry-content {
	padding: 4.6em 8.5em 2em 8.5em;
	position: relative;
}

.modal-testimonials .entry-content::before {
	content: "";
	display: block;
	width: 2.6em;
	height: 2em;
	position: absolute;
	top: 1.7em;
	left: 8.2em;
	background: url(/wp-content/uploads/2021/04/quote-2.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	left: 8.2em;
}

.modal-testimonials .entry-content::before {
	left: 8.2em;
}

.modal-prev {
	position: absolute;
	left: 2em;
	top: 40%;
	cursor: pointer;
}

.modal-next {
	position: absolute;
	right: 2em;
	top: 40%;
	cursor: pointer;
}



/*
 * RESPONSIVE STYLES
*/

/* Large desktop */
@media (max-width: 1200px) { 
	
}

@media (max-width: 991px){

	.slick-dots li button::before {
		font-size: 10px;
		opacity: 1;
		color: #C4C4C4;
	}

	.slick-dots li.slick-active button::before {
		opacity: 1;
		color: #BAA375;
	}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
	
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	
}
 
/* Landscape phones and down */
@media (max-width: 480px) {

	.testimonials-flexible {
		padding: 47px 0;
	}

	.testimonials-header > div:first-child {
		max-width: 68%;
	}

	.testimonials-class {
		min-height: 2.9em;
		padding: 0.7em 1em;
		font-weight: bold;
		font-size: 15px;
	}

	.testimonials-title > * {
		padding: 1.1em;
		font-size: 14px;
	}

	.slick-dots {
		position: absolute;
		bottom: -33px;
	}

	.modal-testimonials .entry-content {
		padding: 3.6em 1.5em 1em 1.5em;
	}

	.modal-testimonials .entry-content::before {
	    left: 1.2em;
	    top: 58px;
	    width: 5em;
	    height: 3em;
	    opacity: 0.2;
	}

	.modal-next {
		right: 1.2em;
		top: 8px;
	}

	.modal-prev {
		left: 1.2em;
		top: 8px;
	}

	.modal-testimonials .testimonials-title > * {
		font-size: 1.3em;
	}

	.next.page-numbers {
		margin-left: 0.5em;
	}

	.prev.page-numbers {
		margin-right: 0.5em;
	}
}


/*Half image - half content
Half image - half accordion*/


.half-right .row {
	flex-direction: row-reverse;
}

.half .col-md-6 {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.half img {
	width: 100%;
}

.half h2 {
	margin-top: 0.25em;
	max-width: 90%;
}

.half-content {
	max-width: 41em;
	width: 90%;
	line-height: 1.57;
}

.half-left h2,
.half-left .half-content {
	padding-left: 10%;
}

.half .button {
	margin-bottom: 2em;
}

.half-content strong {
	font-weight: 600;
}


.half-content ul {
	list-style: none;
	padding-left: 1.4em;
}

.half-content ul li {
	margin-bottom: 0.64em;
	position: relative;
}

.half-content ul li::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0.6em;
	left: -1.4em;
	background: #BAA375;
	border-radius: 50%;
}

.half-content h3 {
	font-family: Poppins;
	font-weight: 600;
	font-size: 1.29em;
	line-height: 1.22;
}

.half-content strong em {
	font-family: Mulish;
	color: #939393;
}

/*
 * RESPONSIVE STYLES
*/

/* Large desktop */
@media (max-width: 1200px) { 
	
}

@media (max-width: 991px){
	.half img {
		max-height: 20em;
		object-fit: cover;
	}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
	
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.half-left h2, 
	.half-left .half-content {
		padding-left: 0;
	}
}
 
/* Landscape phones and down */
@media (max-width: 480px) {

	.half .col-md-6 > img {
		margin-bottom: 1.5em;
	}
	
}



/*Accordion*/

.accordion {
	padding: 3em 0;
}

.accordion-item {
	margin-bottom: 1em;
	border-bottom: 1px solid #DDDDDD;
}

.accordion-header {
	width: 100%;
	padding: 0.9em 3.5em 0.9em 1.5em;
	position: relative;
	border: none;
	background: none;
	text-align: left;
	font-family: Mulish;
	font-weight: 800;
	font-size: 1.29em;
}

.accordion-body > div {
	padding: 1em 2em 2em;
}

.accordion-header:after {
	position: absolute;
	right: 2em;
	font-size: 24px;
	top: 0;
	height: 100%;
	line-height: 2.5em;

}

.accordion-header[aria-expanded="false"]::after {
	content: "+";
	color: #7BA1AB;
}

.accordion-header[aria-expanded="true"]::after {
	content: "-";
	color: #BAA375;
}






/*Gray section with large text*/

.gray {
	padding: 3.36em 0 2.07em;
	background: #F2F2F2;
	font-family: Mulish;
}

.gray > .container > .row {
	line-height: 1.31;
	font-size: 1.15em;
}

.gray .large {
	font-size: 2.23em;
	text-transform: capitalize;
}

.gray strong {
	font-weight: 800;
}

.gray h2 {
	margin-bottom: 0.5em;
}

.gray a {
	font-weight: 800;
	color: #7ba1ab;
}
.gray a.button {
	color: #fff;
}
/* Landscape phones and down */
@media (max-width: 480px) {

	.gray {
		padding: 36px 0 22px;
	}
	
	.gray .large {
		font-size: 28px;
	}

	.gray ul {
		margin-top: 1.5em;
	}

}

/*Variation list*/

.variation_list {
	padding: 5.07em 0 2em;
	background: #F2F2F2;
}

.variation_list h2 {
	margin-bottom: 0.5em;
}

.variation-pur-item {
	background: #FFFFFF;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
	height: 100%;
	padding: 2.71em 3.57em;
}

.variation-pur-item-title {
  font-family: Mulish;
  font-weight: 800;
  font-size: 1.71em;
  text-transform: capitalize;
  margin-bottom: 0.5em;
}

.variation-pur-item-price {
	font-family: Mulish;
	font-weight: 800;
	font-size: 1.93em;
	color: #BAA375;
	margin-bottom: 0.6em;
}

.variation-pur-item-price .woocommerce-Price-amount.amount {
	display: flex;
	align-items: center;
}

.variation-pur-item-price .discount {
	margin-left: 0.8em;
	font-size: 0.59em; 
}

.variation-pur-item .button {
	border: none;
}

/*
 * RESPONSIVE STYLES
*/

/* Large desktop */
@media (max-width: 1199px){

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {

}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

	.variation_list .row > * {
		margin-bottom: 2em;
	}
	
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	.variation_list {
		padding: 4.07em 0 2em;
	}

	.variation-pur-item {
		padding: 1.71em 2.3em;
	}

	.variation-pur-item-title {
		font-size: 1.29em;
	}

	.variation-pur-item-price {
		font-size: 1.6em;
	}
}

@media (max-width: 359px) {

}





/*Sticky*/
.sticky-bottom {
	position: sticky;
	bottom: 0;
	width: 100%;
	padding: 1.5em 0 1em;
	background: #7BA1AB;
	color: #fff;
	z-index: 3;
}

.sticky-bottom .row {
	justify-content: space-around;
}

.sticky-bottom .row > * {
	margin-bottom: 0.5em;
}

.sticky-item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.sticky-item > * {
	margin: 0 0.4em;
}

.sticky-item-title,
.sticky-item-price {
	font-family: Mulish;
	font-weight: 800;
	font-size: 1.78em;
	text-transform: capitalize;
}

.sticky-item .button {
	border: none;
}


/*
 * RESPONSIVE STYLES
*/

/* Large desktop */
@media (max-width: 1300px){
	.sticky-item-title, 
	.sticky-item-price {
		font-size: 1.3em;
	}
}

@media (max-width: 1199px){

}

/* Portrait tablet to landscape and desktop */
@media (max-width: 991px) {

}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

	
	
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	.sticky-bottom {
		display: none;
	}

	.postid-2559 .sticky-bottom {
		display: block;
		position: static;
	}

	.postid-2559 .sticky-bottom .sticky-item > .cart {
		margin-top: 1em;
	}
}

@media (max-width: 359px) {

}



/*Simple product - Buy now*/

.simple-buy {
	padding: 4.71em 0 5em;
}

.simple-buy h2 {
	margin-bottom: 0.5em;
}

.simple-buy-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	min-height: 12.5em;
	padding: 2em;
	background: #7CA1AB;
	text-align: center;
	color: #fff;
}

.simple-buy-inner > * {
	padding: 0.5em;
}

.simple-buy-title {
	font-family: Mulish;
	font-weight: 800;
	font-size: 1.71em;
	text-transform: capitalize;
}

.simple-buy-price {
	font-family: Mulish;
	font-weight: 800;
	font-size: 1.93em;
}

.simple-buy-button .button {
	box-shadow: 0px 4px 15px rgba(88, 129, 167, 0.71);
	border: none;
}

/*
 * RESPONSIVE STYLES
*/

/* Large desktop */
@media (max-width: 1300px){
	
}

@media (max-width: 1199px){

}

/* Portrait tablet to landscape and desktop */
@media (max-width: 991px) {

}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	.simple-buy {
		padding: 2.71em 0 4em;
	}

	.simple-buy-inner {
		padding: 1.3em;
	}

	.simple-buy-title {
		font-size: 1.3em;
	}

	.simple-buy-price {
		font-size: 1.5em;
	}
}

@media (max-width: 359px) {

}


/* Events Schedule */

.events-schedule {
	padding: 3em 0 1.5em;
}

.events-schedule h2 {
	margin-bottom: 1em;
}

.events-schedule-date {
	font-family: Mulish;
	font-weight: 800;
	font-size: 1.5em;
	line-height: 1.38;
	color: #7BA1AB;
}

.events-schedule-notice {
	font-family: Mulish;
	font-size: 1.29em;
	line-height: 1.6;
}

.events-schedule .row > * {
	margin-bottom: 3em;
}


/*
 * RESPONSIVE STYLES
*/



/* Large desktop */
@media (max-width: 1300px){
	
}

@media (max-width: 1199px){

}

/* Portrait tablet to landscape and desktop */
@media (max-width: 991px) {

}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

}
 
/* Landscape phones and down */
@media (max-width: 480px) {

}

@media (max-width: 359px) {

}



/*List icons*/

.list-icons {
	padding: 1em 0 3em;
}

.list-icons h2 {
	margin-bottom: 1.5em;
}

.product-list-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 3.5em;
}

.product-list-item.col-lg-4 {
	align-items: center;
}

.product-list-item-content {
	max-width: 82.2%;
}

.product-list-item.col-lg-3 .product-list-item-content {
	max-width: 70%;
}

.product-list-item.col-lg-4 .product-list-item-content {
	max-width: 80%;
}

.product-list-item-img {
	margin-top: 0.7em;
	margin-right: 1.93em;
}

.product-list-item-img > * {
	max-height: 4em;
	width: auto;
}

.product-list-item-content-title {
	margin-bottom: 0.4em;
	font-family: Mulish;
	font-weight: 800;
	font-size: 1.86em;
	line-height: 1.27;
	color: #121212;
}



/*
 * RESPONSIVE STYLES
*/



/* Large desktop */
@media (max-width: 1300px){
	
}

@media (max-width: 1199px){
	.list-icons .product-list-item-img {
		margin-right: 1.1em;
	}
}

/* Portrait tablet to landscape and desktop */
@media (max-width: 991px) {

}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	.product-list-item {
		margin-bottom: 20px;
	}

	.product-list-item.col-lg-4 {
		align-items: flex-start;
	}

	.product-list-item-content-title {
		font-size: 21px;
	}

	.product-list-item-img {
		margin-top: 0.4em;
		margin-right: 11px;
	}
}

@media (max-width: 359px) {

}




/*Testimonials Video*/

.testimonials-video-flexible {
	padding: 4em 0 2em;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.testimonials-video-flexible h2 {
	margin-bottom: 0.7em;
}

.testimonials-video {
	cursor: pointer;
}

.testimonials-video-item {
	margin-bottom: 2.3em;
}

.attachment-testimonial-videos {
	width: 100%;
}

.testimonials-video iframe {
	display: block;
	height: 20em;
}

.testimonials-video svg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0.7;
}

.testimonials-video:hover svg path {
	fill: #ff0000;
}

.entry-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #7BA1AB;
	color: #fff;
	padding: 0.5em;
}

article .entry-title {
	font-weight: bold;
	font-size: 1.29em;
	margin: 0;
}

.entry-program {
	font-family: Mulish;
	font-style: italic;
	font-weight: 300;
	font-size: 1.14em;
}

.testimonials-video-flexible .slick-prev, 
.testimonials-video-flexible .slick-next {
	height: auto;
	width: auto;
	top: 45%;
}

.testimonials-video-flexible .slick-prev {
	left: -40px;
}

.testimonials-video-flexible .slick-next {
	right: -40px;
}

.testimonials-video-flexible .slick-prev:before, 
.testimonials-video-flexible .slick-next:before {
	content: none;
}

.testimonials-video-flexible .slick-track {
	min-width: 100%;
}

.modal-testimonials-video .entry-content {
	padding: 0;
	border: none;
}

.modal-testimonials-video .modal-dialog {
	max-width: 74.71em;
}

.modal-testimonials-video iframe {
	display: block;
	width: 100%;
	height: 40em;
}

/*
 * RESPONSIVE STYLES
*/



/* Large desktop */

@media (max-width: 1400px){
	.testimonials-video-flexible .slick-prev {
		left: -10px;
		z-index: 1;
	}

	.testimonials-video-flexible .slick-next {
		right: -10px;
	}
}

@media (max-width: 1199px){

}

/* Portrait tablet to landscape and desktop */
@media (max-width: 991px) {
	.modal-testimonials-video .modal-dialog {
		max-width: 90%;
	}

	.modal-testimonials-video iframe {
		height: 56vw;
	}

	.testimonials-video-flexible .slick-next {
		right: 0px;
	}

	.testimonials-video-flexible .slick-prev {
		left: 0px;
		z-index: 1;
	}
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	.testimonials-video-flexible {
		padding: 4em 0 2em;
	}

	.testimonials-video iframe {
		height: 16em;
	}

	.modal-testimonials-video .modal-dialog {
		max-width: 100%;
	}

	.testimonials-video-item {
		margin-bottom: 0;
	}
}

@media (max-width: 359px) {

}



/*Success stories*/

.success-stories {
	padding: 5.4em 0;
	background-color: #F2F2F2;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.success-stories-left-side {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	padding-bottom: 1em;
}

.success-stories-arrows {
	display: flex;
	align-items: center;
}

.success-stories-left, 
.success-stories-right {
	cursor: pointer;
}

.success-stories-arrows .slick-arrow svg {
	width: 2.79em;
	height: 2.79em;
}

.success-stories-count {
	margin: 0 1.4em;
	font-family: Mulish;
	font-weight: 800;
	font-size: 1.5em;
	line-height: 2;
}

.success-stories-img {
	margin-bottom: 0.4em;
	width: 12.14em;
}

.success-stories-name {
	margin-bottom: 0.6em;
	font-family: Mulish;
	font-weight: 800;
	font-size: 1.5em;
	line-height: 2;
	color: #7BA1AB;
}

.success-stories-items p {
	margin-bottom: 0.6em;
	font-family: 'Mulish';
	font-size: 0.86em;
}

.success-stories-items p strong {
	font-weight: 800;
}

.success-stories-heading {
	max-width: 15.57em;
	margin-left: auto;
}

.success-stories-content {
	max-width: 30.93em;
	margin: 0 auto;
}

.success-stories-content p {
	margin-bottom: 1.1em;
}

.success-stories-slider {
	margin: 0;
}

@media (max-width: 1300px){
	.success-stories-heading {
		margin-left: 0;
	}
}

@media (max-width: 767px){
	.success-stories-left-side {
		padding-bottom: 2.5em;
	}

	.success-stories-arrows {
		justify-content: space-between;
	}

	.success-stories-content {
		max-width: none;
		margin: 18px auto 0;
	}	
}

@media (max-width: 480px){
	.success-stories {
		padding: 3.4em 0;
	}

	.success-stories h2 {
		margin-bottom: 26px;
	}

	.success-stories-name {
		margin-bottom: 0.2em;
	}
}



/*Non-purchaseable product content and variations - SMALL */

.virtual-product-small {
	padding: 4.86em 0 2em;
}

.virtual-product-small .col-md-5 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 4em;
}

.virtual-product-small h2 {
	max-width: 12em;
}

.half-content {
	max-width: 41em;
	width: 90%;
	line-height: 1.57;
}

.virtual-product-small .half-content {
	max-width: 29em;
}

.half-content strong {
	font-weight: 600;
}

.half-content ul {
	list-style: none;
	padding-left: 1.4em;
	font-size: 1.1em;
}

.half-content ol {
	font-size: 1.1em;
}

.half-content ul li {
	margin-bottom: 0.64em;
	position: relative;
}

.half-content ul li::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0.6em;
	left: -1.4em;
	background: #BAA375;
	border-radius: 50%;
}

.half-content h3 {
	font-family: Poppins;
	font-weight: 600;
	font-size: 1.29em;
	line-height: 1.22;
}

.half-content strong em {
	font-family: Mulish;
	color: #939393;
}

.virtual-product-small-block {
	padding: 3em;
	background: #7BA1AB;
	color: #fff;
}

.virtual-product-small-block h2 {
	margin: 0 auto 0.6em;
	text-align: center;
}

.variation-small-all {
	display: flex;
	flex-wrap: wrap;
	max-width: 28em;
	margin: 0 auto;
}

.variation-small-item {
	width: 100%;
	padding: 0 0.5em;
	margin-bottom: 2.5em;
	display: flex;
	justify-content: space-between;
}

.variation-small-item-title {
	font-family: Mulish;
	font-size: 1.71em;
	text-transform: capitalize;
	color: #121212;
}

.variation-small-item .price {
	font-family: Mulish;
	font-weight: 800;
	font-size: 1.93em;
}



@media (max-width: 480px) {
	.virtual-product-small {
		padding: 3.36em 0 2em;
	}

	.virtual-product-small .col-md-5 {
		padding-bottom: 2em;
	}

	.virtual-product-small-block {
		padding: 3em 1em 1em;
	}

	.variation-small-item-title {
		margin-right: 0.4em;
	}

	.variation-small-item {
		margin-bottom: 1.5em;
	}

}



/*Blog posts*/

.mba-updates {
	padding: 6em 0 8em;
}

.mba-updates-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin-bottom: 0.5em;
}

.mba-updates-arrows {
	display: flex;
}

.mba-updates-left,
.events-left {
	margin-right: 1.21em;
}

.mba-updates-left,
.mba-updates-right,
.events-left,
.events-right {
	cursor: pointer;
}

.mba-updates-arrows .slick-arrow svg {
	width: 2.79em;
	height: 2.79em;
}

.mba-updates-slider,
.events-slider {
	margin: 0 -15px;
}

.mba-updates-slider .slick-track {
  display: flex;
}

.mba-updates-slider-item {
	margin: 10px 15px 15px;
	padding: 0;
	box-shadow: 0 4px 15px 0px rgba(0,0,0,0.25);
}

.mba-updates-slider-item.slick-slide {
	display: flex;
	flex-direction: column;
	max-width: unset;
	flex: unset;
	height: auto;
}

.mba-updates-slider-text {
	flex-grow: 1;
	padding: 1.4em 1.79em 1.8em;
	background: #7BA1AB;
	color: #fff;
}

.mba-updates-slider-img img {
	display: block;
	width: 100%;
}

.mba-updates-slider-text-top {
	display: flex;
	margin-bottom: 0.8em;
	font-family: Mulish;
	font-size: 0.57em;
	line-height: 2;
	color: #FFF;
}

.mba-updates-slider-data {
	display: flex;
	align-items: center;
	margin-right: 2.5em;
}

.mba-updates-slider-bottom {
	font-family: Mulish;
	font-weight: 800;
	font-size: 0.86em;
	line-height: 1.25;
	color: #FFFFFF;
}

.mba-updates-slider-data svg {
	margin-right: 0.5em;
}

.mba-updates-slider-item:hover {
	text-decoration: none;
}

.events {
	background: #F2F2F2;
	padding: 4.5em 0 6.6em;
}

.events-slider-bottom {
	font-family: Mulish;
	font-weight: 800;
	font-size: 1.14em;
	color: #FFF;
}

@media (max-width: 991px){
	.mba-updates-slider-text {
		padding: 1.4em 1em 1.8em;
	}
}

@media (max-width: 480px){
	.mba-updates {
		padding: 3em 0;
	}

	.mba-updates-arrows {
		justify-content: space-between;
		width: calc(100% + 2em);
		position: absolute;
		top: 51vw;
		left: -1em;
		z-index: 1;
	}

	.mba-updates-slider-text {
		padding: 1.4em 26px;
	}

	.events {
		padding: 3.5em 0 2.6em;
	}
}

/*Advantages*/

.points {
	padding: 4em 0 7em;
}

.points .container {
	max-width: 82.14em;
	text-align: center;
}

.points h2 {
	margin-bottom: 1.33em;
}

.points-title {
	margin-bottom: 0.29em;
	font-family: Mulish;
	font-weight: 900;
	font-size: 4.43em;
	line-height: 1.26;
	text-transform: uppercase;
	color: #7BA1AB;
}

.points-desc {
	font-family: Mulish;
	font-weight: 800;
	font-size: 1.21em;
	line-height: 1.24;
	text-align: center;
	color: #121212;
	max-width: 12.8em;
	margin: auto;
}

@media (max-width: 767px){
	.points-desc {
		margin-bottom: 30px;
	}
}

@media (max-width: 480px){
	.points {
		padding: 2em 0 3em;
	}

	.points h2 {
		margin-bottom: 1em;
		text-align: left;
	}

	.points-title {
		font-size: 40px;
		line-height: 50px;
	}

	.points-desc {
		font-size: 14px;
		line-height: 18px;
	}

	.points .col-md-3.col-6:nth-child(2n) {
		order: 1;
	}
}


/*Why we - list of titles and descriptions*/
.why-we {
	padding: 4em 0;
}

.why-we h2 {
	margin-bottom: 1em;
}

.why-we .why-we-items.big-small {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
  	grid-template-rows: 1fr 1fr;
	grid-template-areas: "one two four" "one three four";
}

.why-we .why-we-items.big-small.count-3 {
	grid-template-columns: 1fr 1fr;
}

.why-we .why-we-items.side-by-side {
	display: flex;
	flex-wrap: wrap;
}

.why-we .why-we-items.side-by-side .why-we-item {
	width: 50%;
}

.why-we-item1 {
	grid-area: one;
}

.why-we-item2 {
	grid-area: two;
}

.why-we-item3 {
	grid-area: three;
}

.why-we-item4 {
	grid-area: four;
}

.why-we-item {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 19.93em;
	padding: 1.4em 2.4em;
	position: relative;
	color: #FFF;
	cursor: pointer;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.why-we-item::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.28);
	transition: all 0.5s ease;
}

.why-we-item:hover {
	justify-content: center;
}

.why-we-item:hover::before {
	background: rgba(123, 161, 171, 1);
}

.why-we-item > * {
	position: relative;
	z-index: 1;
}

.why-we-title {
	font-size: 1.286em;
	font-weight: 800;
}

.why-we-description {
	display: none;
	transition: all 0.5s ease;
	overflow: hidden;
}

.why-we-description ul {
	padding-left: 1em;
}

.why-we-item:hover .why-we-description {
	display: block;
}

/*
 * RESPONSIVE STYLES
*/

/* Large desktop */
@media (max-width: 1200px) { 
	.why-we-item {
		min-height: 25em;
	}
}

@media (max-width: 991px){
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
	.why-we .why-we-items {
		grid-template-columns: 1fr 1fr;
		grid-template-areas: "one two" "one three" "four four";
	}
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

	.why-we .why-we-items {
		display: block!important;
	}

	.why-we-item::before {
		background: rgba(123, 161, 171, 0.95);
		width: calc(100% - 4em);
		height: calc(100% - 6em);
		top: 3em;
		left: 2em;
	}

	.why-we-item {
		justify-content: center;
		width: 100%!important;
		padding: 3.4em 3em;
	}

	.why-we-description {
		display: block; 
	}
	
}
 
/* Landscape phones and down */
@media (max-width: 480px) {

	.why-we {
		padding: 3em 0 4em;
	}


}



/*Schools*/

.school-list {
	padding: 5.2em 0;
	background: #F2F2F2;
}

.school-list .row:first-child {
	align-items: center;
}

.school-list .col-md-5 {
	margin-bottom: 1.16em;
}

.school-list .subtitle {
	margin-bottom: 1em;
	font-family: Mulish;
	font-size: 1.29em;
}

.school-list .col-lg-3 {
	margin-bottom: 1.9em;
}

.schools-item {
	display: flex;
	flex-direction: column;
	height: 100%;
	cursor: pointer;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
}

.schools-item-img {
	max-height: 14.36em;
	position: relative;
}

.schools-item-img:before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.28);
	position: absolute;
}

.schools-item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.schools-item-text {
	display: flex;
	align-items: center;
	height: 100%;
	background: #7BA1AB;
	color: #fff;
	min-height: 3.57em;
	padding: 0.35em 1.5em 0.35em 1.06em;
	position: relative;
	z-index: 1;
	font-family: Mulish;
	font-weight: 800;
	font-size: 1.5em;
	line-height: 1.24;
}

.schools-item-hidden {
	display: none;
}

.school-hidden,
.schools-item-mobile {
	display: none;
	position: relative;
	background: #FFFFFF;
	margin-bottom: 1.9em;
	padding: 4em 1em;
}

.school-hidden .close {
	position: absolute;
	top: 1em;
	right: 1em;
	cursor: pointer;
}

.schools-item-hidden-content {
	max-width: 38em;
	margin: auto;
}

.schools-item-hidden-title {
	margin-bottom: 0.7em;
	font-family: Mulish;
	font-weight: 800;
	font-size: 1.5em;
	line-height: 1.24;
	color: #121212;
}

.schools-item-hidden-content a {
	font-weight: 500;
	color: #7BA1AB;
}

@media (max-width: 991px){
	.schools-item-text {
		padding: 0.35em 0.5em 0.35em 0.6em;
	}
}

@media (max-width: 767px){
	.schools-item-mobile {
		margin-top: 2em;
	}

	.schools-item {
		height: auto;
	}
}

@media (max-width: 480px){
	.school-list {
		padding-bottom: 3em !important;
	}

}


/*Guides*/

.guide-list {
	padding: 5em 0;
}

.guide-list-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2.5em
}

.guide-list-header h2 {
	margin-right: 1em;
	max-width: 76%;
}

.guide-list-arrows {
	display: flex;
}

.guide-right {
	margin-left: 1em;
}

.guides-slider {
	margin: 0 -0.8em;
}

.guides-slider .slick-track {
	display: flex;
}

.guides-slider-item {
	padding-top: 12.5em;
	margin: 0.8em;
	height: auto;
	box-shadow: 0px 4px 0.8em rgba(0, 0, 0, 0.25);
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	font-family: Mulish;
	font-weight: 800;
	font-size: 1.29em;
	line-height: 1.33;
	color: #FFF;
}

.guides-slider-item:hover {
	color: #FFF;
	text-decoration: none;
}

.guides-slider-item span {
	padding: 1em;
	height: 100%;
	background-position-y: -2em;
	display: block;
	background: #7BA1AB;
}

@media (max-width: 991px){
	.guides-slider-item {
		padding-top: 9.5em;
		background-position-y: -3em;
	}
}

@media (max-width: 480px){
	.guide-list-header h2 {
		margin-right: 0.5em;
		max-width: 65%;
	}

	.guides-slider-item {
		padding-top: 12.5em;
	}

	.guide-list {
		padding: 4em 0 3.5em;
	}
}