* {
	box-sizing: border-box;
}

hr {
	border-top: 2px solid #2d2d2d;
	width: 50px;
	margin: 0;
}

a:hover {
	color: #B37BA4;
	text-decoration: none;
	transition: ease-in-out 0.3s;
}

/* MAX-WIDTH */

.max-width {
	max-width: 1280px;
	margin: 0 auto;
}

/* TEXT */

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

h1 {
	font-family: 'Lora', serif;
	font-size: 76px;
	line-height: 86px;
	font-weight: 400;
	color: #454343;
}

@media (max-width: 1300px) {
	h1 {
		font-size: 40px;
		line-height: 60px;
	}
}

h2 {
	font-family: 'Lora', serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 52px;
	color: #454343;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 35px;
	color: #B37BA4;
}

h4 {
	font-family: 'Lora', serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 39px;
}

h5 {
	color: #272728;
	font-family: 'Lora', serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 39px;
}

p,
li {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: #676161;
	list-style-type: none;
}

ul {
	padding: 0px;
	margin-top: 20px;
}

a {
	font-weight: 500;
	color: #676161;
}

.bold p {
	font-weight: 600;
}

.btn {
	font-family: 'Montserrat', sans-serif;
	padding: 0px;
}

.btn a,
.nav-tel-block a,
.InputfieldContent button {
	display: inline-block;
	background-color: #B37BA4;
	height: 50px;
	width: 200px;
	line-height: 50px;
	font-size: 14px;
	color: white;
	text-decoration: none;
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
}

.Inputfield_interested_field,
.Inputfield_interested_field_contact {
	display: none;
}

#FormBuilder_full_contact .Inputfield {
	text-align: left;
}

#FormBuilder_full_contact .Inputfields {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#FormBuilder_full_contact .Inputfield_full_name.InputfieldColumnWidth,
#FormBuilder_full_contact .Inputfield_email.InputfieldColumnWidth,
#FormBuilder_full_contact .Inputfield_telephone.InputfieldColumnWidth,
#FormBuilder_full_contact .Inputfield_age_range.InputfieldColumnWidth {
	flex-basis: 49%;
}

#FormBuilder_full_contact .Inputfield_message.InputfieldTextarea {
	flex-basis: 100%;
}

#FormBuilder_full_contact .Inputfield_message.InputfieldTextarea textarea {
	background: white !important;
}

#FormBuilder_full_contact .Inputfield_age_range select {
	height: 50px;
}

#FormBuilder_full_contact .InputfieldMaxWidth,
#FormBuilder_full_contact .Inputfield_age_range select {
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 29px;
	color: #161615;
	padding: 10px 15px;
	border: 1px solid #2D2D2D;
	margin-bottom: 20px;
}

#FormBuilder_full_contact .InputfieldCheckboxesStacked {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 0;
}

#FormBuilder_full_contact .InputfieldCheckboxesStacked li {
	margin: 10px;
}

#FormBuilder_full_contact .InputfieldCheckboxesStacked li input {
	margin-right: 5px;
}

#FormBuilder_easy_contact label {
	color: white;
}

.nav-tel-block a {
	text-align: center;
}

.a-blog a {
	line-height: 28px;
}

.footer-text li {
	font-family: 'Lora', serif;
	font-size: 16px;
	line-height: 32px;
	font-weight: 500;
	color: #fff;
}

#wrap_footer-form_submit {
	text-align: center;
}

/*_STANDARDS */

.index-content,
.general-content {
	padding: 50px 0px;
}

.flex-container {
	display: flex;
	flex-wrap: wrap;
}

/* NAVIGATION */

.navigation-container {
	width: 100%;
	position: fixed;
	background-color: #fff;
	border-bottom: 1px solid #707070;
	padding: 20px 30px;
	z-index: 99;
	display: block;
	top: 0;
}

@media (max-width: 1460px) and (min-width: 1300px) {
	.social-block {
		display: none;
	}
	.social {
		min-width: 0px;
	}
}

@media (max-width: 979px) {
	.navigation-container.showing {
		height: 100vh;
	}
}

@media (max-width: 600px) {
	.navigation-container {
		position: fixed;
		padding: 10px;
	}
}

.navigation a,
.social a {
	font-family: 'Montserrat', sans-serif;
	color: #454343;
	font-size: 14px;
}

/* NAVIGATION TOGGLE */

.navigation-toggle {
	display: none;
	position: absolute;
	top: 25px;
	right: 25px;
	cursor: pointer;
}

.navigation-toggle i {
	font-size: 30px;
}

/* NAVIGATION */

.logo {
	min-width: 300px;
}

.logo img {
	width: 120px;
}

.navigation-items {
	display: flex;
}

.navigation {
	flex: 1 1 auto;
	display: flex;
	padding: 0;
	margin: 0;
	align-items: center;
	justify-content: center;
}

.navigation-item {
	padding: 0 20px;
	margin: 0;
}

.navigation-link:link,
.navigation-link:visited {
	text-decoration: none;
}

.navigation-link:hover,
.navigation-link:active {}

.social {
	align-items: center;
	display: flex;
	min-width: 300px;
	justify-content: flex-end;
}

.social-block {
	padding-right: 30px;
}

.social img {
	padding-right: 0px;
}

.social a {
	font-weight: 400;
	text-decoration: none;
}

@media(max-width: 1400px) {
	.nav-link {
		padding: .5rem 0.8rem;
	}
}

@media (min-width: 1301px) {
	.social {
		display: flex !important;
	}
}

@media(max-width:1300px) {
	.navigation-container {
		min-height: 80px;
	}
	.social {
		display: none;
	}
	.navigation {
		flex-direction: row;
		text-align: right;
		padding: 0;
		justify-content: flex-end;
	}
	.social,
	.logo {
		align-self: center;
		text-align: center;
		min-width: auto;
		justify-content: center;
	}
}

@media (min-width: 980px) {
	.navigation {
		display: flex !important;
	}
}

@media (max-width: 979px) {
	.navigation {
		flex-direction: column;
		justify-content: center;
		padding: 40px 0;
	}
	.social {
		display: none;
	}
	.social-block {
		padding-right: 0 !important;
	}
	.navigation-items {
		flex-direction: column;
	}
	.navigation-toggle {
		display: block;
	}
	.nav-tel-block {
		display: none;
	}
	.navigation {
		display: none;
	}
	.nav-link {
		text-align: center;
	}
	.hamburger-box,
	.hamburger-inner,
	.hamburger-inner:after,
	.hamburger-inner:before {
		width: 32px;
	}
	.logo {
		align-self: flex-start;
		text-align: left;
	}
}

@media (max-width: 480px) {
	.navigation-toggle {
		right: 8px;
		top: 13px;
	}
}

/* BANNER */

.home-banner:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 5px;
	background: rgba(34, 39, 48, 0.6);
	height: 100%;
	z-index: 1;
}

.logo-banner img {
	max-width: 240px;
}

.home-banner .slider {
	position: relative;
}

.home-banner,
.general-banner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100vh;
	background-size: cover;
}

.banner-text {
	position: absolute;
	text-align: center;
	display: block;
	z-index: 10;
	color: #fff;
}

.banner-text-bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	display: block;
	z-index: 2;
}

@media (max-width: 800px) {
	.banner-text-bottom {
		display: none;
	}
}

.banner-text-bottom ul {
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 20px;
}

.banner-text-bottom li {
	color: #fff;
	display: inline-block;
	padding: 0px 20px;
}

.banner-text-bottom li img:last-of-type {
	width: 175px;
}

@media(max-width: 600px) {
	.home-banner {
		background-image: url(../images/lisa-gilbert-home-banner-mobile-img.jpg);
	}
	.home-banner .slider {
		display: none;
	}
}

.general-banner-text {
	padding-left: 175px;
	width: 70%;
}

.banner-text h1 {
	padding: 0px 5% 15px;
	margin: 0px;
	color: #fff;
}

.banner-text p {
	padding-bottom: 30px;
	line-height: 35px;
	width: 55%;
	margin: 0 auto;
	color: #fff;
}

@media (max-width: 1000px) {
	.banner-text p {
		padding-bottom: 30px;
		line-height: 35px;
		width: 85%;
		margin: 0 auto;
		color: #fff;
	}
}

@media (max-width: 600px) {
	.banner-text p {
		display: none;
	}
}

.btn-banner-2 {
	display: none;
}

@media(max-width: 600px) {
	.btn-banner-2 a {
		color: #B37BA4;
		background-color: #fff;
	}
	.banner-heading {
		font-size: 32px;
		line-height: 45px;
		padding: 20px;
		color: #fff;
	}
	.home-banner-text {
		padding: 60px 20px 0px !important;
		display: block;
		z-index: 2;
	}
	.home-banner::after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
	}
	.home-banner::after {
		background: linear-gradient(to bottom, rgba(179, 123, 164, 0.5) 0, rgba(214, 167, 201, 0.5) 100%);
		opacity: 1;
	}
}

@media(max-width: 1400px) {
	.home-banner-text {
		padding: 40px 60px 0px;
		width: 100%;
		text-align: center;
	}
	.home-banner-text h1 {
		padding-bottom: 20px;
	}
	.home-banner-text p {
		width: 100%;
	}
}

@media(max-width: 800px) {
	.home-banner {
		background-position: top;
	}
}

/* INDEX-SECTION-1 { */

.board-logos img {
	width: 125px;
	display: none;
}

@media(max-width: 800px) {
	.board-logos img {
		display: inline-block;
		margin: 10px 5px;
	}
}

.index-content-1 {
	padding: 50px;
}

.i1-flex-block-1,
.i3-flex-block-1 {
	flex-basis: 44%;
	margin-right: 50px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	padding: 72px;
	flex-grow: 1;
}

.i1-flex-block-2,
.i3-flex-block-2 {
	flex-basis: 25%;
	flex-grow: 1;
}

.i1-flex-block-1 h2 {
	padding-bottom: 20px;
}

.i1-flex-block-1 hr {
	padding-bottom: 40px;
}

.i1-flex-block-1 .btn {
	padding-top: 40px;
}

.i1-flex-block-1 p {
	line-height: 35px;
	padding-bottom: 20px;
}

@media (max-width: 1330px) {
	.i1-flex-block-1,
	.i3-flex-block-1 {
		box-shadow: none;
		padding: 40px;
		flex-grow: 1;
	}
}

@media (max-width: 1100px) {
	.index-content-1 {
		padding-bottom: 0px;
	}
	.InputfieldForm {
		margin: 1em 0;
		width: 75%;
		margin: 0 auto;
	}
	.i1-flex-block-1,
	.i3-flex-block-1 {
		padding: 0px;
	}
	.i1-flex-block-2 {
		display: none;
	}
}

@media (max-width: 800px) {
	.i1-flex-block-1 {
		border: none;
		margin-right: 0px;
	}
	.i1-flex-block-1 h3 {
		display: none;
	}
	.i1-flex-block-1 .btn {
		display: none;
	}
	.i1-flex-block-1 p:last-of-type {
		padding-bottom: 0px;
	}
}

.index-content-2 {
	background-color: #F8EEED;
	padding: 50px 0px 75px;
}

.index-content-2 .a-blog {
	background: white;
	flex-basis: 30%;
	flex-grow: 1;
	margin: 0px 10px;
}

.blog-flex-block,
.schools-flex-block {
	flex-basis: 26%;
	flex-grow: 1;
	margin-right: 50px;
}

.blog-flex-block:last-of-type,
.schools-flex-block:last-of-type {
	margin-right: 0px;
}

.blog-flex-block {
	text-align: center;
	background-color: #fff;
	position: relative;
}

.index-gallery-wrapper .slick-dots button::before {
	font-size: 15px;
}

.slick-dots {
	position: absolute;
	bottom: 30px;
	right: 30px;
	display: block;
	width: fit-content;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #fff;
}

.slick-dots li button:before {
	color: #fff;
}

.blog-text-block {
	padding: 30px 40px 70px;
}

.blog-text-block h4 {
	padding: 0px 20px 20px;
}

.blog-text-block .bold {
	color: #707070;
}

.blog-text-block p {
	font-size: 14px;
	line-height: 30px;
}

.blog-prev-date p {
	font-size: 14px;
	line-height: 28px;
	font-weight: 400;
}

.blog-text-btn {
	bottom: -50px;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}

@media (max-width: 1200px) {
	.index-content-2 {
		display: none;
	}
}

.blog-page-date {
	font-weight: 600;
	font-size: 14px;
}

.blog-content h2 {
	padding-bottom: 25px;
	color: #B37BA4;
}

@media (max-width: 800px) {
	.blog-content {
		box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
		padding: 40px 20px;
		margin: 40px 20px;
	}
}

/*INDEX_3 */

.i3-flex-block-1 {
	margin-left: 50px;
	margin-right: 0px;
}

/* VENUES */

.partnership-text-container {
	text-align: center;
	margin-bottom: 40px;
}

.partnership-text-container li {
	line-height: 40px;
	font-size: 18px;
	font-weight: 500;
	color: #B37BA4;
}

.partnership-text-container ul {
	margin-bottom: 0;
}

/* SERVICES */

.i-service-grid {
	display: grid;
	grid-template-columns: 3fr 2fr 2fr;
	grid-gap: 50px;
}

.i-service-item {
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	padding: 30px;
	position: relative;
}

.i-service-item:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 5px;
	background: rgba(34, 39, 48, 0.4);
	height: 100%;
	z-index: 1;
}

.i-service-1:after {
	background: none;
}

.i-service-inner {
	position: relative;
	display: block;
	z-index: 2;
}

.i-service-inner hr {
	border-top: 2px solid #fff;
}

.i-service-item:nth-child(1) {
	border: none;
	padding: 0px;
}

.i-service-item h2 {
	padding-bottom: 20px;
	color: #fff;
}

.i-service-item p {
	padding: 40px 0px 20px;
	color: #fff;
}

.i-service-1 {
	grid-column: 1;
	grid-row: 1 / 3;
	background-image: url(/site/assets/files/bow-school-dance-location-home-img.jpg);
}

.i-service-1 img {
	width: 100%;
}

.i-service-4 {
	grid-column: 2 / 3;
	grid-row: 2;
	background-image: url(/site/assets/files/lisa-gilbert-dance-academy-tap.jpg);
}

.btn-3 a {
	font-family: 'Lora', serif;
	color: #B37BA4;
}

.i-service-2 {
	background-image: url(/site/assets/files/lisa-gilbert-dancing-london-gallery-tap-classes.jpg);
}

.i-service-3 {
	background-image: url(/site/assets/files/lisa-gilbert-dancing-london-gallery-lessons.jpg);
}

.i-service-5 {
	background-image: url(/site/assets/files/lisa-gilbert-dance-academy-contemporary.jpg);
}

@media (max-width: 1330px) {
	.i-service-item:nth-child(1) {
		display: none;
	}
	.i-service-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 25px;
	}
}

@media (max-width: 800px) {
	.i-service-grid {
		grid-template-columns: 1fr;
	}
	.i-service-4 {
		grid-column: 1;
		grid-row: 1;
	}
}

/* SCHOOLS */

.index-content-4 {
	padding: 0;
}

.schools-flex-block {
	position: relative;
	padding: 25px;
	display: flex;
	justify-content: center;
	padding-top: 426px;
	background-size: cover;
}

.sfb-1 {
	background-image: url(/site/assets/files/bow-school-dance-location-home-img.jpg);
}

.sfb-2 {
	background-image: url(/site/assets/files/lawdale-school-dance-location-home-img.jpg);
}

.sfb-3 {
	background-image: url(/site/assets/files/oxford-house-dance-location-home-img.jpg);
}

.schools-info-block {
	background-color: #fff;
	padding: 25px;
	margin: 0px 0px;
	width: 100%;
}

.schools-info-block h2 {
	padding-bottom: 20px;
}

.schools-info-block .bold {
	padding-top: 40px;
}

.schools-info-block p {
	font-size: 14px;
	line-height: 30px;
}

@media (max-width: 1100px) {
	.schools-flex-block {
		padding: 25px;
		padding-top: 25px;
		margin-bottom: 25px;
		margin: 0 0 25px;
		flex-basis: 90%;
	}
}

@media (max-width: 800px) {
	.blog-flex-block,
	.schools-flex-block {
		flex-basis: 90%;
		flex-grow: 1;
		margin-bottom: 25px;
		margin-right: 0px;
	}
	.schools-flex-block {
		padding-top: 25px;
	}
}

/* CONTACT */

.flex-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.flex-block-50 {
	flex-basis: 45%;
	flex-grow: 1;
}

.map-absolute {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
}

.map-cover {
	position: relative;
}

.contact-information {
	margin: 20px;
	background-color: #fff;
	padding-top: 20px;
}

@media (max-width: 600px) {
	.contact-information {
		margin: 0px 0px 40px;
	}
}

.cc-contact {
	background-color: #fff;
	padding: 20px;
}

.cc-contact h2 {
	padding-bottom: 20px !important;
}

.cc-contact h3 {
	padding-bottom: 0px;
	padding-top: 10px;
}

/* SLIDER */

.index-slider-container {
	width: 100%;
	height: 600px;
	background-image: url(../images/lisa-gilbert-dancing-gallery-img-1.jpg);
	padding: 25px;
	object-fit: cover;
	position: relative;
}

.index-slider-container:nth-of-type(2) {
	background-image: url(/site/assets/files/lisa-gilbert-dancing-london-gallery-ballet.jpg);
}

.index-slider-container:nth-of-type(3) {
	background-image: url(/site/assets/files/lisa-gilbert-dancing-london-gallery-ballet-2.jpg);
}

.index-slider-container:nth-of-type(4) {
	background-image: url(/site/assets/files/lisa-gilbert-dancing-london-gallery-tap.jpg);
}

.index-slider-container:nth-of-type(5) {
	background-image: url(/site/assets/files/lisa-gilbert-dancing-london-gallery-modern.jpg);
}

.index-slider-container:nth-of-type(6) {
	background-image: url(/site/assets/files/lisa-gilbert-dancing-london-gallery-contemporary.jpg);
}

.index-slider-container:nth-of-type(7) {
	background-image: url(/site/assets/files/lisa-gilbert-dancing-london-gallery-musical-theatre.jpg);
}

.index-slider-container:nth-of-type(8) {
	background-image: url(/site/assets/files/lisa-gilbert-dancing-london-gallery-street-dance.jpg);
}

.index-slider-container:nth-of-type(9) {
	background-image: url(/site/assets/files/lisa-gilbert-dancing-london-gallery-associate-ballet.jpg);
}

.index-slider-container:nth-of-type(10) {
	background-image: url(/site/assets/files/lisa-gilbert-dancing-london-gallery-private-lessons.jpg);
}

.slider-text-container {
	background-color: white;
	padding: 25px;
	width: 60%;
	position: absolute;
	bottom: 25px;
}

.slider-text-container a:hover {
	color: #676161;
	text-decoration: none;
	opacity: 0.8;
	transition: 0.3s ease-in-out;
}

@media (max-width: 1100px) {
	.index-content-5 {
		display: none;
	}
}

/* TESTIMONIAL */

.index-testimonial-container {
	text-align: center;
	background-color: #F8EEED;
	padding: 80px 0px;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	background-image: url(../images/lisa-gilbert-parallax-img-1.jpg);
}

@media (max-width: 1000px) {
	.index-testimonial-container {
		background-image: none;
	}
}

.index-testimonial-container h2 {
	padding-bottom: 30px;
}

.index-testimonial-container hr {
	padding-bottom: 40px;
	margin: 0 auto;
}

.testimonial-name {
	padding: 10px 0px 60px;
}

.test-text-container {
	display: flex;
	flex-wrap: wrap;
}

.test-quote {
	flex-basis: 5%;
}

.test-text-block {
	flex-basis: 70%;
	flex-grow: 1;
	padding: 0 8%;
}

@media (max-width: 1280px) {
	.test-quote {
		display: none;
	}
}

/* FOOTER */

.footer-content {
	padding: 50px 75px;
	background-color: #454343;
}

.footer-content h2 {
	color: #fff;
}

.footer-content p {
	color: #fff;
}

.footer-flex-container {
	display: flex;
	flex-wrap: wrap;
}

.ffb-form {
	flex-basis: 40%;
}

.ffb-details {
	flex-basis: 30%;
	display: flex;
	flex-direction: column;
}

.ffb-details li {
	padding-left: 0px;
	color: #fff;
}

.ffb-details ul {
	padding-left: 0px;
}

.footer-flex-container h2 {
	padding-bottom: 60px;
}

.footer-inner-detail {
	padding-bottom: 40px;
}

.footer-inner-detail b {
	font-weight: lighter;
}

.footer-inner-detail a {
	color: #fff;
}

.footer-inner-detail a:hover {
	color: #eee;
	text-decoration: none;
}

.footer-inner-padding {
	padding-bottom: 120px;
}

.footer-inner-detail li a {
	color: #fff;
	line-height: 20px;
	font-weight: 300;
}

.footer-text-bottom {
	flex: 1 1 auto;
	display: flex;
	padding: 0;
	margin: 0;
	align-items: flex-start;
	justify-content: flex-end;
	flex-direction: column;
}

.footer-text-bottom b {
	padding-left: 15px;
}

.footer-text-bottom p {
	padding-bottom: 10px;
}

.social-block {
	padding-right: 30px;
}

.social-block img {
	display: inline-block;
	padding-right: 5px;
}

.social-block img:hover {
	text-decoration: none;
}

@media (max-width: 1200px) {
	.ffb-details {
		flex-basis: 33%;
		flex-grow: 1;
	}
	.footer-content {
		padding: 50px;
	}
	.ffb-form {
		flex-basis: 40%;
		flex-grow: 1;
	}
	.footer-text-bottom p {
		padding-bottom: 10px;
		width: 100%;
		text-align: center;
	}
	.social-block {
		padding-right: 0px;
		width: 100%;
	}
	.footer-flex-container {
		text-align: center;
	}
	.footer-flex-container h2 {
		padding-bottom: 20px;
	}
	.footer-inner-padding {
		padding-bottom: 80px;
	}
	.InputfieldForm .Inputfield {
		text-align: center !important;
	}
	.ffb-form {
		padding-top: 60px;
	}
	.social-footer-block {
		margin: 0 auto;
	}
	#svgcontainer {
		padding: 0px 10px;
	}
	#svgcontainer svg:hover {
		background-color: #B37BA4;
	}
}

.social-block a {
	font-weight: 400;
	text-decoration: none;
	width: 35px;
	height: 30px;
	display: inline-block;
	padding: 0px 5px;
}

.footer-text-bottom img {
	height: 40px;
	width: 40px;
	fill: #fff;
	padding: 0px 10px;
}

.footer-text-bottom img:hover {
	fill: #B37BA4;
}

@media (max-width: 600px) {
	.ffb-details {
		flex-basis: 95%;
	}
	.ffb-details:first-of-type {
		padding-bottom: 60px;
	}
	.footer-content {
		padding: 30px 25px;
	}
	.footer-inner-padding {
		padding-bottom: 40px;
	}
	.footer-flex-container h2 {
		padding-bottom: 20px;
	}
	.form {
		padding: 0px;
	}
}

/* INDEX MEDIA QUERIES */

@media (max-width: 1380px) {
	.index-content,
	.general-content {
		padding-left: 50px;
		padding-right: 50px;
	}
	@media (max-width: 800px) {
		.index-content {
			padding-left: 25px;
			padding-right: 25px;
		}
		.index-content-1 {
			padding-bottom: 25px;
		}
		.index-content-2 {
			display: none;
		}
		.index-content-3 {
			padding: 20px 25px 0px;
		}
		.index-content-4 {
			padding: 25px 25px 0px;
		}
		.index-content-5 {
			padding-top: 0px;
		}
		.nav-tel-block {
			display: none;
		}
		.social-block {
			padding-right: 0px;
		}
		.navigation-items .nav-item {
			padding: .0rem 1rem;
		}
	}
	/* GENERAL BANNER */
	.general-banner {
		background-image: none;
		background: none;
		min-height: 650px;
		height: auto;
		padding-top: 100px;
	}
	.gradient {
		background: linear-gradient(to bottom, rgba(179, 123, 164, 0.2) 0%, rgba(255, 255, 255, 1) 100%);
	}
	.general-banner-text {
		padding-left: 0;
		margin: 0 auto;
		text-align: center;
		width: 90%;
	}
	.general-banner-text hr {
		margin: 0 auto;
	}
	.general-banner-text h1 {
		padding-bottom: 55px;
	}
	.general-banner-text h4 {
		padding-top: 55px;
		width: 60%;
		margin: 0 auto;
	}
	@media(max-width: 800px) {
		.general-banner-text h4 {
			font-size: 18px;
			line-height: 35px;
			width: 100%;
		}
	}
	/* DETAILS */
	.general-content-1 {
		text-align: center;
		padding-top: 25px;
	}
	.gen-detail-fc {
		display: flex;
		flex-wrap: wrap;
	}
	.gen-detail-fb {
		flex-basis: 24%;
		flex-grow: 1;
		box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
		padding: 80px 20px;
		margin: 25px;
		background-color: #fff;
	}
	.general-content-1 h2 {
		padding-bottom: 50px;
	}
	.gen-detail-fb h3 {
		padding-bottom: 40px;
	}
	.gen-detail-fb p:first-of-type {
		padding-top: 40px;
	}
	.gen-detail-fb hr {
		margin: 0 auto;
		width: 30px;
	}
	/* Information */
	.gen-info-fc {
		display: flex;
		flex-wrap: wrap;
	}
	.gen-info-img-fb,
	.gen-info-text-fb {
		flex-basis: 50%;
		flex-grow: 1;
	}
	.gen-info-img-fb {
		flex-basis: 35%;
		margin-right: 10%;
	}
	.gen-info-img-inner-fb {
		position: relative;
	}
	.gen-info-text-fb {
		padding: 40px 0px;
	}
	.gen-info-text-fb p {
		width: 100% !important;
	}
	.gen-info-text-fb h2 {
		color: #B37BA4;
		padding-bottom: 20px;
	}
	.gen-info-img-fb {
		padding-bottom: 80px;
	}
	.gen-info-img-fb:last-of-type {
		padding-bottom: 0px;
	}
	.gen-info-img-fb {
		position: relative;
	}
	@media(max-width: 1330px) {
		.gen-detail-fb {
			padding: 60px;
			margin: 10px;
		}
		.gen-info-text-fb {
			flex-basis: 94%;
			flex-grow: 1;
			margin: 0% 4%;
			text-align: center;
			padding: 20px 80px 60px;
		}
		.gen-info-img-fb {
			display: flex;
			justify-content: center;
			align-items: center;
			padding-bottom: 0px;
			width: 100%;
			margin-right: 0px;
		}
		.gen-info-text-fb p {
			width: 100%;
		}
		.order1 {
			order: 1;
		}
		.order2 {
			order: 2;
		}
	}
	@media (max-width: 1000px) {
		.gen-detail-fb {
			flex-basis: 100%;
			margin: 0px;
			margin-bottom: 10px;
		}
		.map-img-container img {
			width: 100% !important;
		}
	}
	@media (max-width: 800px) {
		.gen-info-text-fb {
			padding: 25px 0px 40px;
		}
		.gen-info-img-fb img {
			width: 100%;
		}
		.gen-info-text-fb {
			text-align: left;
			margin: 0%;
		}
		.gen-info-text-fb h2 {
			padding-bottom: 10px;
		}
	}
	@media (max-width: 600px) {
		.address-details-inner-block {
			display: none;
		}
	}
	/* FORM */
	.ffb-form input,
	.ffb-form textarea {
		width: 100%;
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		font-weight: 400;
		line-height: 29px;
		color: #161615;
		padding: 10px 15px;
		border: 1px solid #2D2D2D;
		margin-bottom: 20px;
	}
	/* ACCORDIAN */
	.general-content-3 {
		padding: 100px 50px;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
		background-color: #fdfdfd;
	}
	.general-content-3 h2 {
		text-align: center;
		padding-bottom: 60px;
	}
	.faq-content {
		padding: 0px 40px 40px;
	}
	@media(max-width: 800px) {
		.general-content-3 {
			padding: 60px 25px;
		}
		.faq-content {
			padding: 0px 20px 40px;
		}
	}
	.faq-holder {
		text-align: center;
	}
	.faq-holder h4 {
		text-align: center;
		font-weight: 500;
		letter-spacing: 1px;
	}
	#faq-menu {
		text-align: center;
		font-size: 18px;
		background-color: #fff;
	}
	.faq-title {
		cursor: pointer;
		color: black;
		padding: 20px;
		position: relative;
	}
	@media (max-width: 1000px) {
		.faq-title {
			text-align: left;
		}
	}
	.faq-title h4 {
		margin-left: 20px;
		display: inline-block;
		max-width: 80%;
	}
	@media (max-width: 600px) {
		.faq-title h4 {
			margin-left: 0px;
			max-width: 80%;
			font-size: 18px;
			line-height: 35px;
		}
	}
	.h1-arrow {
		float: right;
		display: inline-block;
	}
	.faq-holder {
		background-color: white;
		padding: 50px 75px;
	}
	.a-faq {
		padding-bottom: 5px;
		border: solid 1px #ccc;
		margin: 3px 0px;
		background-color: #fff;
		position: relative;
	}
	h4.h4-arrow {
		position: absolute;
		right: 30px;
		transform: rotate(0deg);
		transition: 0.2s all;
	}
	h4.h4-arrow.active {
		transform: rotate(-180deg);
	}
	.a-faq h1 {
		font-size: 18px;
		cursor: pointer;
	}
	.a-faq h5 {
		font-size: 15px;
		font-weight: 500;
		letter-spacing: 1px;
	}
	.faq-list>li {
		letter-spacing: 1px;
		line-height: 35px;
		font-size: 15px;
		list-style: none;
		margin-left: -25px;
	}
	/* GENERAL TESTIMONIALS */
	.testimonial-fc {
		display: flex;
		flex-wrap: wrap;
	}
	.testimonial-fb {
		flex-basis: 35%;
		flex-grow: 1;
		padding: 50px;
		margin-bottom: 50px;
		box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
		background-color: #fff;
	}
	.testimonial-fb:nth-child(odd) {
		margin-right: 50px;
	}
	@media (max-width: 1000px) {
		.testimonial-fb {
			margin-bottom: 25px;
		}
		.testimonial-fb:nth-child(odd) {
			margin-right: 25px;
		}
	}
	@media(max-width: 800px) {
		.testimonial-fb {
			flex-basis: 75%;
		}
		.testimonial-fb:nth-child(odd) {
			margin-right: 0px;
		}
	}
	.testimonial-fb h4 {
		padding-bottom: 10px;
	}
	/* Workshop Listings */
	.gen-info-text-fb li {
		font-size: 14px;
		list-style-type: none;
	}
	.gen-info-text-fb ul {
		padding-left: 0px;
		padding-top: 10px;
		margin-top: 0px;
	}
	/* Term Dates */
	.term-main-container {
		text-align: left;
		background-color: white;
		padding: 60px 80px;
		box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
		margin-bottom: 40px;
	}
	.term-main-container h4 {
		padding-bottom: 60px;
	}
	.term-flex-container {
		display: flex;
		flex-wrap: wrap;
	}
	.term-flex-block {
		flex-basis: 40%;
		flex-grow: 1;
		color: #CCC8C8;
		padding: 25px 0px;
		border-bottom: 1px solid #ededed;
	}
	.term-flex-block p {
		font-size: 14px;
	}
	.term-info {
		font-size: 14px;
		line-height: 25px;
		color: #b8b6b6;
	}
	.term-info-container {
		padding-top: 20px;
	}
	.term-flex-block:nth-of-type(1),
	.term-flex-block:nth-of-type(2) {
		padding-bottom: 10px;
		padding-top: 0px;
	}
	@media (max-width: 1200px) {
		.term-main-container {
			padding: 80px 60px;
		}
	}
	@media (max-width: 1000px) {
		.term-flex-block .order1 {
			order: 1;
		}
		.term-flex-block .order2 {
			order: 2;
		}
		.term-flex-block:nth-of-type(2) {
			padding-top: 20px;
		}
		.term-flex-block {
			padding: 10px 0px;
			flex-basis: 90%;
		}
		.term-main-container {
			padding: 40px;
		}
		.term-main-container h4 {
			padding-bottom: 30px;
		}
		.term-info-container {
			padding-top: 15px;
		}
	}
	@media (max-width: 600px) {
		.term-main-container {
			padding: 40px 25px;
		}
	}