/*!
Theme Name: Great Oaks
Theme URI: https://greatoakscollege.com/
Author: Design Image
Author URI: https://design-image.co.uk/
Description: Theme by Design Image
Version: 4
License: Private
License URI: https://design-image.co.uk/
Text Domain: Eldo
Tags: bespoke
*/

body {
	margin: 0;
	background: #fff;
	font-family: 'Lato', sans-serif;
	color: #58595b;
  font-weight: 400;
  font-size: 19px;
}
body:not(#tinymce), html {
	float: left;
	width: 100%;
	overflow-x: hidden;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  color: #2fbcde;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  clear: both;
  line-height: 1.2;
}
h1 {
	font-size:2.3em;

}
h2 {
	font-size:2.1em;
}
h3 {
	font-size:1.3em;
}
h4 {
	font-size:1em;
}
h5 {
	font-size:0.8em;
}
h6 {
	font-size:0.6em;
}
p {
	margin-bottom: 1.5em;
}
#tinymce {
	padding:10px!important;
}
#tinymce * {
  opacity: 1 !important;
}
i {
	font-weight:400!important
}
/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
button, a.button, .button a, .button a:visited, .button a:focus, input.button,
a.button:visited, input[type="submit"], .woocommerce a.button, .woocommerce button.button,
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled],
.woocommerce a.button.alt, .woocommerce button.button.alt, input[type="submit"]:focus {
	background: none;
	color: #58595b;
	border-radius: 40px;
	font-size: 0.9em;
	padding: 5px 16px;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  border: 1px solid #537cbe;
	position: relative;
	display: inline-block;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	touch-action: manipulation;
	cursor: pointer;
}
button:hover, a.button:hover, .button a:hover, input.button:hover,
input[type="submit"]:hover, .woocommerce a.button:hover, .woocommerce button.button:hover,
.woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover,
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, a.button:focus {
  background: #537cbe;
  color: #fff;
	border-color: #537cbe;
}

.woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover {
	color: #fff;
	cursor: not-allowed;
}
.woocommerce div.product form.cart .button {
	padding: 10px 20px;
}

/* Secondary button */
a.button.secondary {
	background: #2fbcde;
	color: #fff;
	border-color:#fff
}
a.button.secondary:hover {
	background: #537cbe;
	color: #fff;
	border-color: #537cbe;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
	color: #537cbe;
	text-decoration: none;
  transition: all 0.3s;
}
a:hover, a:focus, a:active {
	color: #537cbe;
}

a:focus {
	outline: none;
}
a:hover, a:active {
	outline: 0;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.head-cta {
	text-align:right
}
.head-cta a.button,
.cta-buttons a.button {
	background:#537cbe;
	border-color:#537cbe
}
.head-cta a.button:hover {
	background:#fff;
	border-color:#537cbe;
	color:#537cbe
}
#header {
	background: #eaeaea;
}
header .head-info {
	text-align: right;
}
#top-bar {
	background: #ececec;
	padding: 3px 0;
}
#top-bar .head-info a {
	margin-left: 10px;
	display: inline-block;
}
.sub-menu li {
	display: block;
  width: 100%;
}
#menu-toggle {
  display: none;
	padding-right: 0;
}
#menu-toggle i {
  width: 18px;
}
#logo img {
  display: block;
}
.toggle-wrap {
  position: relative;
  cursor: pointer;
  display: inline-block;
  /*disable selection*/
  -webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	touch-action: manipulation;
}
.toggle-bar,
.toggle-bar::before,
.toggle-bar::after,
.toggle-wrap.active .toggle-bar,
.toggle-wrap.active .toggle-bar::before,
.toggle-wrap.active .toggle-bar::after {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.toggle-bar {
	width: 34px;
	margin: 10px 0;
	position: relative;
	border-top: 4px solid #537cbe;
	display: block;
	border-radius: 10px;
}
.toggle-bar::before,
.toggle-bar::after {
	content: "";
	display: block;
	background: #537cbe;
	height: 4px;
	width: 34px;
	position: absolute;
	top: -14px;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-ms-transform-origin: 13%;
	-webkit-transform-origin: 13%;
	transform-origin: 13%;
	border-radius: 10px;
}
.toggle-bar::after {
  top: 6px;
}
.toggle-wrap.active .toggle-bar {
  border-top: 4px solid transparent;
}
.toggle-wrap.active .toggle-bar::before {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.toggle-wrap.active .toggle-bar::after {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
  top: 4px;
}
header span.header-link {
	margin: 5px;
    display: inline-block;
}
span.header-link i {
  color: #537cbe;
}
#header-bar {
	font-size: 0.9em;
	padding: 15px 0;
	background: #537cbe;
	color:#fff;

}
#header-bar .container {
	position: relative;
}
#header-bar i {
	font-size: 1.5em;
}
#header-bar .close {
	position: absolute;
	top: calc(50% - 10px);
	right: 12px;
}
#header-bar img {
	max-width: 92px;
	margin-right: 15px;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
#header-bar a img:hover {
	opacity:0.8
}
#header-bar a {
	color: #fff;
}
#header-bar a:hover {
	color:#bbb
}
#header-bar .co {
	padding-right:40px
}
/*-----------------------
# MEGA MENU
------------------------*/
ul.mega {
	margin: 0;
	padding: 0;
}
.mega li a, .mega li a:visited {
	color: #fff;
	padding: 1px 12px !important;
	display: inline-block;
	border-left:1px solid #fff;
}
.mega li:first-child a {
	border-left:0
}
.mega li a:hover {
	color: #537cbe;
}
.mega-menu-wrap {
	background: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 20px;
}
.sub {
	background: #2fbcde;
  padding: 40px 0;
  float: left;
  width: 100%;
  position: absolute;
  z-index: 9;
  top: calc(100% - 18px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
	border-bottom: 1px solid #ccc;
	color:#fff;
	border-top:18px solid #fff
}
.sub.show {
	opacity: 1;
	visibility: visible;
}
a.menu-item.has-sub {
  /* margin-right: 8px; */
	padding-right: 32px !important;
}
.sub h4 {
	color: #fff;
  margin-bottom: 10px;
	font-size: 1.2em;
}
.sub h3 {
	color:#fff;
	font-weight:600;
	font-size:2em;
	margin-bottom:10px
}
a.has-sub {
	position: relative;
	padding-right: 10px !important;
}
a.has-sub:after {
	content: "\f107";
  font-family: Font Awesome\ 5 Pro;
  position: absolute;
	right: 16px;
  top: 4px;
  color: #fff;
	transform-origin: center;
}
a.has-sub.active:after {
	content: '\f106';
}
ul.menu-items {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.menu-items-wrap li {
 padding-left: 20px;
 padding-right: 20px;
}

.columns-1.menu-items-wrap {
  max-width: 230px;
}
.columns-1 ul.menu-items li {
	-ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.columns-2 ul.menu-items li {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.columns-3 ul.menu-items li {
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	max-width: 33.33%;
}
.columns-4 ul.menu-items li {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
ul.menu-items a {
	color: #fff;
	border: none;
	display: inline-block;
	margin: 5px 0;
	font-size: 0.95em;
	border-bottom:1px solid #83c7d7
}
ul.menu-items a.current-page {
	color: #537cbe;
}
ul.menu-items a:hover, .page-id-2355 ul.menu-items a.current-page:hover {
	color: #537cbe;
}

/*-----------------------
# Banner
------------------------*/
#banner {
  height: 200px;
  min-height: 620px;
  padding: 30px 0;
	position: relative;
  color: #fff;
  background-color: #537cbe;
}
.single-post #banner{
  min-height: 400px;
}
#banner .container {
  position: relative;
}
#banner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  background: url(images/arch.png);
  background-repeat: no-repeat;
  background-position:right bottom;
  background-size: 40% auto;
}
#banner.no-arc:before {
	display:none
}
#banner h1 {
  margin: 0;
}
#banner h1, #banner p {
	color:#fff;
	position: relative;
}
#banner .text {
  float: left;
  max-width: 60%;
  background:#2fbcde;
  padding:30px 60px;
  border-radius: 55px 55px 55px 0
}
#banner p {
	margin-bottom: 0;
}
#banner a {
	color:#fff
}
#banner a:hover {
  color: #537cbe;
}
/*-----------------------
# Nobanner
------------------------*/
#nobanner * {
  color: #fff;
}
#nobanner h1 {
  margin: 0;
}
#nobanner p:last-child {
  margin-bottom: 0;
}
#nobanner {
	padding: 30px 0;
  float: left;
  width: 100%;
  background: #537cbe;
}
header {
	position: relative;
}
/*-----------------------
# Full width menu
------------------------*/
header#full #logo {
	max-width: 250px;
}
header#full #menu {
	background: #ececec;
}
header#full #header-menu {
	text-align: center;
}
header#full .inner {
	padding: 20px 0;
}
header#full #header-menu-desktop, header#full ul.mega {
	text-align: center;
}

/*-----------------------
# LEFT HEADER
------------------------*/
#left-header {
	padding: 10px 0;
	background: #fff;
}
#left-header #logo {
	max-width: 230px;
	z-index:9999;
	background:#fff
}
#left-header #header-menu {
	text-align: right;
	
}
#left-header #menu-desktop {
	text-align: right;
	background:#2fbcde;
	color:#fff;
	position:relative;
	padding-top:15px;
	padding-bottom:15px
}

#left-header #menu-desktop:before {
	content:"";
	position:absolute;
	width:2000px;
	left:-2000px;
	top:0;
	bottom:0;
	background:#2fbcde;
}
#left-header #menu-desktop:after {
	content:"";
	position:absolute;
	width:2000px;
	right:-2000px;
	top:0;
	bottom:0;
	background:#2fbcde;
}

/*-----------------------
# CENTERED HEADER
------------------------*/
#centered-header #logo {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#centered-header #logo img {
	display: inline-block;
	max-height: 75px;
	width: auto;
	max-width: 280px;
}
#centered-header nav#menu {
	background: #ececec;
}
#centered-header #header-menu {
	text-align: center;
}
#centered-header .social-link {
	border: none;
}
#centered-header #menu-toggle {
  padding-right: 20px;
}
#centered-header #header-menu-desktop, #centered-header ul.mega {
	text-align: center;
}

/*-----------------------
# Mobile Menu
------------------------*/
#mobile-menu {
	margin:10px 0
}
/* Standard mobile menu */
#mobile-menu-wrap.standard {
  padding: 10px 0;
  background: #ececec;
}

/* Fixed mobile menu */
#mobile-menu-wrap.fixed {
	position: fixed;
	z-index: 888888;
	height: 100vh;
	width: 100%;
	top: 0;
	right: 0;
  /* transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0); */
  transition: transform 0.4s cubic-bezier(0.48, 0.79, 0.25, 1);
	background: #58595b;
	overflow-y: auto;
	padding: 10px 0;
	padding-bottom: 80px;
}
#mobile-menu-wrap.fixed.hide {
	transform: translateX(100%);
}
#mobile-menu-wrap.fixed.show {
	transform: translateX(0);
}
#mobile-menu-wrap.fixed .sm-clean a {
	padding-right: 0;
}
#mobile-menu-wrap.fixed .sm-clean li {
  border-top: 1px solid rgb(255 255 255 / 15%);
}
#mobile-menu-wrap.fixed .sm-clean > li:first-child {
  border-top: 0;
}
#mobile-menu-wrap.fixed a:not(.button) {
	color: #fff;
}
#mobile-menu-wrap.fixed .menu-logo img {
	display: block;
	height: auto;
	width: 190px;
}
#mobile-menu-wrap.fixed .close-button-wrap {
	min-width: 100px;
	text-align: right;
}
#mobile-menu-wrap.fixed .button-wrap {
	margin: 10px 0;
}

#mobile-menu-wrap.fixed .cta-buttons {
  margin: 10px 0;
}

body.menu-open {
  height: 100vh;
  overflow-y: hidden;
}


.close-menu {
	color: #fff;
	font-size: 26px;
	touch-action: manipulation;
	display: inline-block;
	width: 40px;
    text-align: center;
}


/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
#search-page {
  padding: 20px 0;
}
.title-404 {
  font-size: 2em;
}
.error-404 .search-field, #no-results .search-field, .search-page-form .search-field {
	width: calc(100% - 97px);
}

.search-submit {
  width: auto;
	margin-left: 5px;
  text-align: center;
}
.search-page-form {
  margin-bottom: 20px;
}
.search-submit i {
  margin: 0 auto;
  display: block;
}
#sidebar .search-field {
  width: calc(100% - 43px);
}

/*--------------------------------------------------------------
# News / Blog
--------------------------------------------------------------*/
#breadcrumbs {
  background: #ececec;
  padding: 10px 0;
}
body.single #breadcrumbs {
	background:none
}
span.breadcrumb_last {
    display: none;
}
#news-page, #no-results {
	padding: 20px 0;
}
#single-post {
  padding: 20px 0;
}
.post-wrap {
  margin: 20px 0;
}
.single-thumb img {
  display: block;
  width: 100%;
}
.container.no-sidebar {
  max-width: 860px;
}
/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
blockquote {
	width:100%;
	margin:15px 0;
	padding:20px 50px;
	font-weight:normal;
	text-align:center;
	position:relative;
}
blockquote p:first-child {
	margin-top:0
}
blockquote p:last-child {
	margin-bottom:0
}
blockquote:before {
	content:"\f10D";
	font-family: Font Awesome\ 5 Pro;
	position:absolute;
	top:0px;
	left:10px;
	color:#537cbe;
	font-size:30px;
	font-weight:100
}
blockquote:after {
	content:"\f10E";
	font-family: Font Awesome\ 5 Pro;
	position:absolute;
	bottom:0px;
	right:10px;
	color:#537cbe;
	font-size:30px;
	font-weight:100
}
.twitter-tweet {
	margin:0 auto;
	display:block
}
iframe {
	display:block;
	float:none;
	width: 100%;
}
iframe.instagram-media {
	margin:0 auto!important;
	display:block;
	float:none!important;
}
.map iframe {
	width:100%!important;
	height:400px;
}
.map .section-title {
  margin-top: 40px;
}
hr {
	background-color: #537cbe;
	border: 0;
	height: 1px;
	width:60%;
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 1.5em
}
.bottom {
	margin-top: auto;
}
/*-----------------------
# Sidebar
------------------------*/
#sidebar {
	max-width: 300px;
	margin: 20px 0;
}
#sidebar.page-sidebar {
	margin: 40px 0;
}
#sidebar .inner {
	border-left:1px solid #ececec;
	padding: 15px;
}
.toggle-sidebar {
	text-transform: uppercase;
	display: inline-block;
	padding: 6px 16px;
	border: 1px solid #ccc;
	color: #537cbe;
	cursor: pointer;
	transition: all 0.3s ease;
	user-select: none;
	border-radius: 4px;
}
.toggle-sidebar i {
	color: #537cbe;
	margin-left: 5px;
}
ul.pages, ul.child-pages, ul.child-pages, ul.children {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.pages .parent-page {
	margin-top: 0;
}
ul.child-pages {
	margin-bottom: 20px;
	margin-top: 10px;
}
li.page:not(.current) .child-pages {
	display: none;
}
ul.pages a {
	color: #2E2E2E;
	font-weight: 400;
}
ul.pages a:hover, ul.child-pages a:hover {
	color: #537cbe;
}
ul.pages > li {
  margin-bottom: 10px;
}
ul.pages li a.parent {
	border-left: 3px solid transparent;
	font-weight: 600;
	display: inline-block;
	color: #575757;
}
ul.pages li a.parent:hover {
	color: #537cbe;
}
ul.pages li.current a.parent {
	border-left-color: #2C3E55;
	color: #537cbe;
	padding-left: 10px;
}
ul.child-pages li {
	position: relative;
	text-indent: -35px;
  padding-left: 35px;
	margin: 5px 0;
}
ul.child-pages .children li {
  padding-left: 25px;
}
ul.child-pages li:before {
  content: "";
  /* font-family: Font Awesome\ 5 Pro; */
  margin-right: 10px;
  font-weight: 300;
	width: 12px;
	height: 1px;
	position: relative;
	background: #707070;
  top: 0;
	left: 0;
  display: inline-block;
}
/*--------------------------------
# ISOTOPE
--------------------------------*/
.grid {
	display:block;
	margin:0 auto;
	margin-left: -20px;
	margin-right: -20px;
}
.grid-item {
	width:33.33%;
	padding: 0 20px;
	display:inline-block;
}

/* Blog */
.grid-item.post .placeholder {
  display: none;
}
/*--------------------------------
# MODAL
--------------------------------*/
.modal {
	max-width:800px;
	margin:0 10px;
}
.fancybox-infobar {
  display: none !important;
}
.modal-image {
  margin-bottom: 20px;
}
.modal-title, .modal-name {
  margin: 0;
}
.modal-name {
  margin-bottom: 10px;
}
.modal-title {
  margin-bottom: 20px;
}

.fancybox-toolbar .fancybox-button:hover {
	background: #537cbe;
}
.fancybox-thumbs__list a:before {
	border-color: #537cbe;
}
.fancybox-button--arrow_left:hover div, .fancybox-button--arrow_right:hover div {
	background: #537cbe;
}
.fancybox-navigation .fancybox-button div {
	transition: all 0.4s ease;
}
.fancybox-button[disabled] {
	display: none !important;
}
.fancybox-close-small:hover {
	background: none;
}
.modal {
  max-width: 800px;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: inherit;
	border: 1px solid #999;
	border-radius: 2px;
	padding: 8px !important;
	transition: all 0.3s ease;
	line-height: normal !important;
	font-family: inherit;
  -webkit-appearance: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
	outline: none;
	border-color: #537cbe;
	background: #f7f7f7;
}
select {
	border: 1px solid #ccc;
}
.sm-clean a span.sub-arrow {
  width: 8px;
  position: absolute;
  right: -2px;
  top: 50%;
}
.sm-clean a.has-submenu {
  padding-right: 12px;
}
textarea {
	width: 100%;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
  margin-bottom: 5px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
  margin-bottom: 5px;
}
.aligncenter, .aligncenter img {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  padding: 0;
}
.widget-title {
	margin: 15px 0;
	font-size: 1.1em;
}
.widget_recent_entries li {
	margin-bottom: 10px;
}
.widget select {
	max-width: 100%;
}
.widget ul {
	margin: 0;
  margin-bottom: 10px;
  padding-left: 0;
  list-style: none;
}
.widget_categories li:before  {
  content: "\f054";
  text-align: center;
  font-family: Font Awesome\ 5 Pro;
  margin-right: 0px;
  font-weight: 300;
  border-radius: 50%;
  padding: 4px;
  position: relative;
  font-size: 0.8em;
  top: 0;
  display: inline-block;
}
#sidebar {
  font-size: 0.9em;
}
.widget_categories li {
	display: block;
	margin-bottom: 5px;
  text-indent: -12px;
  padding-left: 24px;
}
.widget_recent_comments li {
  padding-left: 0;
  text-indent: 0;
}

/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
.error-404 {
  padding: 40px 0;
  background: #ececec;
  min-height: 50vh;
}
.error-404 .vci {
  text-align: left;
}
.error-404 #icon {
  max-width: 150px;
  border-right: 1px solid #ccc;
}
.error-404 #icon i {
  font-size: 6em;
  color: #6f6f6f;
}
/*--------------------------------------------------------------
# Flexible layout
--------------------------------------------------------------*/
a[data-layout="NAME"] {
  display: none;
}

.member, .download, .link, .testimonial-grid .grid-item, .video-container, .cta {
  margin: 20px 0;
}
#password-protected {
	padding: 40px 0;
}
.section-title {
 	margin-top:25px
}
.section-title:after {
	content:"";
	background-image:url(images/dots.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:9px 30px;
	width:9px;
	height:30px;
	margin-left:15px;
	display:inline-block;
	top: 2px;
    position: relative;
}
.section-title span {
	color:#58595b;
	font-weight:300;
	
}
.dark-bg {
  background-color: #537cbe;
}
.light-bg {
  background-color: #ececec;
}
.background-image {
  position: relative;
}

.dark-bg *:not(a), .background-image *:not(a) {
	color: #fff;
}
.dark-bg a:not(.button), .background-image a:not(.button) {
	color: #537cbe;
}
.dark-bg a:not(.button):hover, .background-image a:not(.button):hover {
	color: #ccc;
}

.dark-bg .box *:not(a), .background-image .box *:not(a),
.dark-bg .excerpt *:not(a), .background-image .excerpt *:not(a) {
	color: #151515;
}
.dark-bg .box *:not(.button):hover, .background-image .box *:not(.button):hover,
.dark-bg .excerpt *:not(.button):hover, .background-image .excerpt *:not(.button):hover {
	color: #537cbe;
}

ul.list {
	list-style: none !important;
  padding: 0;
  line-height: normal !important;

  margin: 20px 0;

}
ul.list li {
	position: relative;
	padding-left: 5px;
	margin: 10px 0;
}
ul.list li:before {
	content:"";
	background-image: url("images/list-icon.png");
	background-repeat:no-repeat;
	background-position:center center;
	background-size:auto 100%;
  display: inline-block;
  line-height: normal;
height:20px;
	width:14px;
	top:2px;
	position:relative;
	left:-5px
}
.course ul.list li:before {
	background-image: url("images/list-icon-circle.png");
	height:16px;
	width:20px
}
#page-sections .background-image:before {
	position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}
.background-image div, .background-colour {
	position: relative;
}
.box-wrap {
  margin: 20px 0;
}
.box {
	background: #ececec;
	padding: 30px 60px;
	float: left;
	width: 100%;
	border-radius: 55px 55px 55px 0
  
}
.pattern-left {
	background-image:url("images/bg-left.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:2000px auto
}
.pattern-right {
	background-image:url("images/bg-right.jpg");
	background-repeat: no-repeat;
	background-position: right -300px center ;
	background-size:900px auto 
}
.pattern-corner {
	background-image:url("images/bg-corner.jpg");
	background-repeat: no-repeat;
	background-position: top -220px right -220px;
	background-size:900px auto 
}
/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
#shop-page {
	padding: 0;
}
input#coupon_code {
    min-width: 200px;
    font-size: 0.9em;
    padding: 6px !important;
}
.woocommerce span.onsale {
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center;
}
.shop-content {
	margin: 20px 0;
}
h1.page-title {
	margin: 0 0 20px 0;
}
.woocommerce .products ul, .woocommerce ul.products {
	margin-right: -10px;
	margin-left: -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  padding: 0 10px;
  margin: 10px 0 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
}
ul.products.columns-2 li.product {
	-ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
ul.products.columns-3 li.product {
	-ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
ul.products.columns-4 li.product {
	-ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
ul.products li.product a.woocommerce-loop-product__link {
	flex: 0 0 auto;
}
.woocommerce ul.products li.product .button {
  align-self: baseline;
  margin: 0 auto;
  margin-top: auto;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	width: 100%;
	-ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}
.pswp--open {
  z-index: 999999;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width: 80px;
}
section.related.products {
	padding: 0;
}
/*--------------------------------
# Image Left, Image Right
--------------------------------*/
.image-left.full-width .text .inner {
  padding: 40px 20px 40px 40px;
}
.image-right.full-width .text .inner {
  padding: 40px 40px 40px 20px;
}
.image-left.full-width .image-wrap img,
.image-right.full-width .image-wrap img {
  display: block;
  height: 100%;
  object-fit: cover;
}
.image-right img,
.image-left img {
	border-radius:40px 40px 40px 0
}
.ms {
	background:#2fbcde;
	border-radius: 40px 40px 40px 0;
	padding:30px 40px
}

.ms *{
	color:#fff;
}
.mission img {
	border-radius:50%!important;
	border:20px solid #fff
}
.mission .image-wrap {
	width:55%;
	margin-right:-5%
}
.mission .text{
	width:50%
}
/*--------------------------------
# SLIDER
--------------------------------*/
.slide h1, .slide p, .slide .button {
  visibility: hidden;
  animation-name: fadeOut;
  animation-duration: 0.5s;
}
.slide.is-selected h1 {
  animation-name: fadeInDown;
  animation-duration: 1s;
  visibility: visible;
}
.slide.is-selected p {
  animation-name: fadeInUp;
  animation-duration: 1s;
  visibility: visible;
}
.slide.is-selected .button {
  animation-name: fadeIn;
  animation-duration: 1s;
  visibility: visible;
}

.slider .slide:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  background: url(images/slide-graphic.png);
  background-repeat: no-repeat;
  background-position:left bottom -30px;
  background-size: 95% auto;
}
.slider .inside  {
  float: left;
  max-width: 600px;
  background:#2fbcde;
  padding:30px 60px;
  border-radius: 55px 55px 55px 0;
  align-self: flex-end;
  z-index:1
}
.slide *:not(.button) {
  color: #fff;
}
.slider .slide {
  height: 200px;
  min-height: 650px;
  padding: 60px 0;
  width: 100%;
}
.flickity-page-dots {
  bottom: 20px;
}
.flickity-page-dots li:only-child {
	display: none !important;
}
.flickity-page-dots .dot {
	height: 12px;
	width: 12px;
}
.slider .flickity-page-dots .dot, .dark-bg .flickity-page-dots .dot, .background-image .flickity-page-dots .dot {
  background: #fff;
}
.slide h1 {
	margin:0;
}	
.slide p {
	margin-bottom:0;
	margin-top:5px
}
.slide a.button {
	margin-top:10px
}
.slide .vci {
	text-align:right
}
.slide .container {
	height:100%
}
.slide a.button {
	color:#fff;
	border-color:#fff
}
.slide a.button:hover {
	border-color:#537cbe
}
/*-----------------------
# Quote
------------------------*/
.section.quote {
	text-align:center;
	font-size:18px;
	background:#ececec;
	padding-top:20px;
	padding-bottom:20px;
}
/*-----------------------
# Image Top Text Bottom
------------------------*/
.ittb {
  margin: 20px 0;
}

/*-----------------------
# Promo Boxes
------------------------*/
.promo-box {
  margin: 20px 0;
  width: 100%;
}
.promo-box.col {
  min-width: 33.33%;
  max-width: 50%;
}
.promo-box .inner {
  padding: 20px;
  width: 100%;
  position: relative;
}
.promo-box .inner:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  background: #000;
}
.promo-box .inner *:not(.button) {
  color: #fff;
}
.promo-box h3 {
  margin-top: 0;
}
.promo-box div {
  z-index: 2;
  position: relative;
}

/*-----------------------
# Pages
-----------------------*/
.child-page {
  margin: 20px 0;
}
.child-page .inner {
  width: 100%;
}
.child-page.current {
  opacity: 0.5;
  pointer-events: none;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.parent-page {
  margin: 20px 0;
}
.no-block {
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  padding: 40px;
  border: 2px dashed #ccc;
}
.excerpt-page {
	text-align:center;
	margin:20px 0
}
.excerpt-page h3 {
	color:#58595b;
	margin-bottom:10px
}
.excerpt-page img {
	border-radius:50%;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.excerpt-page img:hover {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
}
.excerpt-page .thumb-wrap {
	position:relative
}
.thumb-over {
	pointer-events: none
}
.thumb-over img {
	max-width:100px;
	position:absolute;
	bottom:0;
	right:0;
	z-index:9
}
.excerpt-page .fancy-thumb img {
	border-radius:0
}
/*-----------------------
# Contact Details
-----------------------*/
.form-wrap h3 {
	margin: 0;
	margin-bottom: 20px;
}
.contact-details h3 i {
  font-size: 0.7em;
  margin-right: 8px;
}
.contact-details .notes p {
	margin: 0;
	margin-top: 10px;
}
.contact-details .notes em {
	font-size: 0.9em;
}
.business-time {
  font-weight: bold;
}
.contact-details .bh .inner {
	padding: 5px 0;
}
.contact-details .bh .inner:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
.contact-info .detail  {
	margin-bottom: 20px;
}
.contact-info .detail h3 {
  margin: 0;
	margin-bottom: 15px;
}
.contact-info .notes {
	margin-top: 10px;
}
.contact-info .detail p {
	margin: 0;
}
.contact-info .box {
	text-align: center;
}
/*-----------------------
# Calltoaction
-----------------------*/
.calltoaction {
	background: #ececec;
	padding: 40px 0;
}

.cta-link {
  text-align: center;
}
/*-----------------------
# Features List
-----------------------*/
.features h2.section-title {
	margin-bottom:30px
}
.feature {
	margin-bottom: 15px;
}
.feature .icon i {
  position: relative;
  top: -6px;
}
.feature .icon {
  max-width: 20px;
	color: #537cbe;
}
.feature .icon img {
	height:auto;
	width:14px;
	top:2px;
	position:relative
}
/*-----------------------
# Meet The Team
-----------------------*/
a.image-link.fancybox {
  display: block;
  float: none;
  max-width: 150px;
  margin: 0 auto;
  transition: all 0.3s;
}
a.image-link {
  transition: all 0.3s;
}
a.image-link:hover {
  opacity: 0.8;
}
.meet-team .section-title {
}
.team-title {
	margin-bottom: 4px;
	font-weight:400;
	font-size:1.2em
}
.team-subtitle {
  margin: 0;
  font-weight:400
}
.member, .member .inner {
	text-align: center;
}

.modal-team img {
	display: block;
  width: 100%;
  max-width: 140px;
	margin: 0 auto;
	margin-bottom: 20px;
	border-radius: 50%;

}
.mem-thumb {
	width:100%;

	border-radius:50%;
	position:relative;
	background:#2fbcde;
	width:183px;
	height:183px;
	display:block;
	margin:0 auto
}
.mem-thumb img {
	position:absolute;
	bottom:12px;
	left:17px;
	border-radius:50%;
	width:130px
}
.modal-header {
	text-align: center;
}
.gform_confirmation_wrapper {
  background: #7fb567;
  text-align: center;
  color: white;
  font-size: 1.4em;
  padding: 20px;
  margin: 20px 0;
  position: relative;
  border-top: 20px solid #fff !important;
}
.gform_wrapper div.validation_error {
  background: #790000;
  text-align: center;
  color: white !important;
  font-weight: normal !important;
  font-size: 1em !important;
  padding: 20px !important;
  border-top: none !important;
  border-bottom: none !important;
  margin: 20px 0 !important;
  position: relative;
  border-top: 20px solid #fff !important;
}
.member i {
	font-size:1.3em;
	margin-top:10px
}
textarea {
  max-height: 150px;
}
.member a.button {
	margin-top:10px
}
/*-----------------------
# ACCORDION
-----------------------*/
.accordion-toggle {
  width:100%;
  cursor: pointer;
  position: relative;
  padding: 5px 20px 5px 20px;
  border-radius: 3px;
  background: #537cbe;
  margin-top: 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color:#fff;
  font-weight: 600;
  font-size: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.accordion-toggle:hover {
	background:#2fbcde;
}
.accordion-toggle.active {
  background: #ececec;
  color:#58595b
}
.accordion-toggle.active i {
	color:#58595b
}
.accordion-toggle.active-panel {
  background: #ddd;
}
.accordion-content {
  overflow: hidden;
  display: none;
  padding: 20px;
	margin-bottom: 20px;
}
.accordion-content :first-child {
	margin-top: 0;
}
.accordion-content :last-child {
	margin-bottom: 0;
}
.accordion-content.default {
  display: block;
}

.accordion-toggle .fa {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  font-size:30px!important;
	margin-left: 10px;
  color: #fff;
}
.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}


/*--------------------------------
# Logos
--------------------------------*/
.carousel-wrap {
  position: relative;
}

.carousel-image {
  top: 50%;
  transform: translateY(-50%);
	padding: 20px;
}
.carousel-image img {
	display: block;
	height: auto;
	max-height: 100px;
	min-width: 50px;
	width: auto;
	max-width: 150px;
}
.logo-carousel .flickity-page-dots {
  bottom: 0;
  position: relative;
}

.accreditations .section-title {
	text-align: center;
}
.accs {
	text-align: center;
}
.accs img {
  display: inline-block;
  padding: 10px;
  vertical-align: middle;
  max-height: 90px;
  min-width: 50px;
  width: auto;
  max-width: 200px;
}
/*--------------------------------
# Images
--------------------------------*/
.images img {
	width:100%
}
/*--------------------------------
# Downloads
--------------------------------*/
.download {
	text-align:center
}
.download img {
	max-height: 130px;
	width: auto;
  display: inline-block;
  margin-bottom: 10px;
}
/*--------------------------------
# Links section
--------------------------------*/
.link-title {
  margin-top: 0;
  margin-bottom: 15px;
}
.link-description {
  margin-top: 0;
  margin-bottom: 15px;
}
/*--------------------------------
# TABS
--------------------------------*/
ul.tabs{
  margin: 20px 0 0 0;
  padding: 0px;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
ul.tabs li{
  background: #e7ecf0;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  transition: all 0.3s;
  font-size:1.1em
}
ul.tabs li:hover {
  background: #fafafa;
}
ul.tabs li.current{
  background: #2fbcde;
  color: #fff;
  pointer-events: none;
}
.tab-content {
  display: none;
  background: none;
  padding: 15px 20px;
  border:2px solid #2fbcde
}
.tab-content.current{
  display: inherit;
}
.tab-title {
	display:none;
}
/*--------------------------------
# GALLERY
--------------------------------*/
.gallery-icon img {
  display: block;
}
.gallery-item .gallery-caption {
  display: block;
  font-size: 0.9em;
  font-style: italic;
  margin-top: 10px;
}
.gallery-item {
  padding: 0 10px;
  margin: 10px 0;
}
.gallery-image a {
  color: #fff;
}
.gallery-image .inner, .gallery-icon {
	position: relative;
	overflow: hidden;
	box-shadow: 0px 3px 9px rgba(0,0,0,0.1);
}

.gallery-image .inner:before, .gallery-icon a:before {
	opacity: 0;
	position: absolute;
	content:"\f03e";
	font-family: Font Awesome\ 5 Pro;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.4);
	transition: all 0.6s ease;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  -webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  color: #fff;
	font-size: 4em;
	z-index: 1;
	font-weight:100!important
}
.gallery-image:hover .inner:before, .gallery-icon:hover a:before {
	opacity: 1;
}
.gallery-image img {
	display: block;
	width:100%;
	transition: all 0.3s;
}
.gallery-image:hover img {
	transform: scale(1.1);
}
div.gallery {
  position: relative;
}
.gallery-image {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width:240px;
	max-width: 560px;
	padding: 10px;
}
.gallery.count-4 .gallery-image {
	max-width: 25%;
	min-width: 25%;
}
.gallery-image img {
	width:100%;
	display:block;
}
/*--------------------------------
# TESTIMONIALS
--------------------------------*/
.testimonials {
	text-align:center;
	padding: 30px 0;
  float: left;
  width: 100%;
}
.testimonials .flickity-page-dots {
  position: relative;
  bottom: 0;
}
.t-slide h1 {
  margin-top: 0;
}
.testimonial p, .testimonials p {
	font-size: 1em;
}
.testimonial .container, .testimonials .container {
	max-width: 940px;
}
.testimonial .author, .testimonials .author {
  font-style: italic;
  margin-bottom: 20px;
}
.has-one .flickity-page-dots {
  display: none;
}
.testimonial img, .testimonials img {
	display:block;
	margin:0 auto;
  width: 90px;
	border-radius:50%;
	margin-bottom: 10px;
}
.testimonial i, .testimonials i {
	color: #537cbe;
}
.testimonials .flickity-viewport {
  transition: all 0.4s;
}
/*--------------------------------
# TESTIMONIAL GRID
--------------------------------*/
.testimonial-grid .section-title {
  text-align: center;
}
.testimonial-grid .inner {
  background: #ececec;
  padding: 20px;
}
.testimonial-grid .inner .image {
  text-align: center;
}
.testimonial-grid .inner .author {
  font-weight: bold;
  text-align: center;
}
.testimonial-grid .inner .image img {
  border-radius: 50%;
  display: inline-block;
  width: 120px;
  margin: 0 auto;
}
.testimonial-grid .inner p:first-child {
  margin-top: 0;
}
/*--------------------------------
# VIDEO
--------------------------------*/
.video-container {
	min-width: 25%;
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*--------------------------------
# Courses
--------------------------------*/
.courses {
	background:;
	position:relative
}
.course {
	padding-top:40px;
	padding-bottom:40px;
	max-width:50%;
	min-width:50%;
	margin:10px 0;
	background:#ececec
}
.courses .border {
	width:20px;
	background:#fff;
	position:absolute;
	top:0;
	bottom:0;
	left:calc(50% - 10px);
	z-index:1
}
.course h2 {
	margin:0 0 20px 0;
	min-height:91px
}
.course:nth-child(odd) {
	padding-right:40px;
	padding-left:20px
}
.course:nth-child(even) {
	padding-left:40px;
	padding-right:20px
}
.course:nth-child(odd):before {
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:-2000px;
	width:2000px;
	background:#ececec
}
.course:nth-child(even):before {
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	right:-2000px;
	width:2000px;
	background:#ececec
}
.course.single-box h2 {
	min-height:auto
}
.single-box * {
	color:#fff
}
.single-box:nth-child(1),
.single-box:nth-child(1):before {
	background:#42c0df
}
.single-box:nth-child(2),
.single-box:nth-child(2):before {
	background:#1f8ea9
}
.single-box:nth-child(3),
.single-box:nth-child(3):before {
	background:#369cb5
}
.single-box:nth-child(4),
.single-box:nth-child(4):before {
	background:#136a7f
}
/*--------------------------------
# CTAS
--------------------------------*/
.cta .inner {
	text-align: center;
  width: 100%;
}

.cta-title {
	margin-bottom: 0;
	color:#58595b
}
.cta-image {
	height:180px;
	width:180px;
	border-radius:50%;
	border:1px solid #2fbcde;
	    margin: 0 auto;
}
.cta-image img {
	    display: inline-block;
    padding: 10px;
    vertical-align: middle;
    max-height: 90px;
    min-width: 50px;
    width: auto;
    max-width: 150px;
}

.ctas.dark-bg .section-title, .ctas.background-image .section-title {
	color: #fff;
}
.cta a.button {
	margin-top:15px
}
.cta p {
	margin-bottom:0
}
/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/
.light-bg .excerpt, .dark-bg .excerpt, .background-image .excerpt {
  background: #fff;
}
.excerpt {
	background: #ececec;
	position: relative;
  margin: 20px 0;
  float: left;
  width: 100%;
  border-radius:0 0 40px 0
}
.excerpt-related {
	margin: 10px 0;
}
.excerpt-related .image {
	padding-right: 0;
	max-width: 160px;
}
.excerpt-related .excerpt-title {
	color: #537cbe;
}
#post-nav {
	margin-top: 10px;
}
.related-title {
	margin: 20px 0;
	margin-bottom: 10px;
}
.excerpt .inner {
	padding: 20px;
}
.excerpt-content p {
  margin: 0;
}
.excerpt-thumb img, .thumb-wrap img, .image-wrap img {
	display: block;
	width: 100%;
}
.excerpt-title {
	margin: 0;
}
.excerpt-title a {
	color:#58595b
}
.meta span {
	display: inline-block;
}
#comments, #related-posts {
	float:left;
	width:100%;
	position:relative;
  border-top: 1px solid #ccc;
  margin-top: 5px;
}
#post-nav {
  padding-top: 10px;
  float:left;
  width:100%;
  position:relative;
  border-top: 1px solid #ccc;
}
.prev-post, .next-post {
  margin: 10px 0;
}
.next-post {
	margin-left: auto;
}
#post-nav h3, #post-nav h4 {
  margin: 0;
}
#post-nav h4 {
  margin-top: 10px;
}
h1.single-title {
  font-size: 2em;
}
.single-content a img {
	box-shadow: 0px 3px 9px #b9b9b9;
}
.meta {
  margin: 5px 0;
  color: #a5a5a5;
  font-size: 0.9em;
}
.excerpt-archive.classic {
	min-width: 100%;
}
.excerpt-classic-image {
	min-width: 300px;
}
.excerpt-classic-content {
	min-width: 300px;
}
.excerpt-archive.classic .excerpt {
	background: none;
}
.sticky {
	display: block;
	position: relative;
}
.excerpt-thumb, .thumb-wrap, .image-wrap {
	position: relative;
  float: left;
  width: 100%;
  flex: 0 0 auto;
}
.excerpt-footer {
	float: left;
	width: 100%;
	padding: 0 20px;
	margin-bottom: 20px;
}
.updated:not(.published) {
	display: none;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Galleries (Flexible & posts)
--------------------------------------------------------------*/
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
section.gallery.count-5 .col, section.gallery.count-6 .col {
  min-width: 33.33%;
}
.gallery.count-10 .col {
	min-width: 20%;
	max-width: 20%;
}
.gallery.count-14 .gallery-image, .gallery.count-13 .gallery-image {
  min-width: 20%;
}
.gallery.count-13 .gallery-image {
  min-width: 20%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.gform_wrapper {
	margin:0 auto!important;
	max-width:960px!important
}

.gform_wrapper .gform_ajax_spinner {
  padding-left: 0 !important;
  max-width: 30px;
  position: relative;
  top: 7px;
  height: 25px;
}
.gform_wrapper.gravity-theme .gfield_label {
	font-weight: 400 !important;
}

.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
  padding: 0 !important;
}
.gform_wrapper .gfield_required {
	color:red!important
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent !important;
	border: none !important;
}

.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
	padding: 0 !important;
	border: none !important;
	background: none !important;
}
input.switch {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	width:40px;
	height:20px;
	background-color:#449988;
	border:1px solid #D9DADC;
	border-radius:50px;
	-webkit-box-shadow: inset -20px 0px 0px 0px #D9DADC;
	box-shadow: inset -20px 0px 0px 0px #D9DADC;
	-webkit-transition-duration: 200ms;
	transition-duration: 200ms;
}
input.switch:checked {
	-webkit-box-shadow: inset 20px 0px 0px 1px #4ed164;
	box-shadow: inset 20px 0px 0px 1px #4ed164;
}
input.switch::-ms-check {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
	filter: alpha(opacity=0); /* IE 5-7 */
	opacity: 0;
}
/* Fluid Video Embeds */
.fve-video-wrapper {
  position: relative;
  overflow: hidden;
  height: 0;
  background-color: transparent;
  padding-bottom: 56.25%;
  margin: 0.5em 0;
}
.fve-video-wrapper iframe,
.fve-video-wrapper object,
.fve-video-wrapper embed {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fve-video-wrapper a.hyperlink-image {
  position: relative;
  display: none;
}
.fve-video-wrapper a.hyperlink-image img {
  position: relative;
  z-index: 2;
  width: 100%;
}
.fve-video-wrapper a.hyperlink-image .fve-play-button {
  position: absolute;
  left: 35%;
  top: 35%;
  right: 35%;
  bottom: 35%;
  z-index: 3;
  background-color: rgba(40, 40, 40, 0.75);
  background-size: 100% 100%;
  border-radius: 10px;
}
.fve-video-wrapper a.hyperlink-image:hover .fve-play-button {
  background-color: rgba(0, 0, 0, 0.85);
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#footer {
	float: left;
	width: 100%;
	background: #58595b;
	color: #fff;
	padding: 20px 0;
  font-size: 1em;
}
#footer .co {
	min-width: 240px;
  margin: 25px 0;
}
#footer .fl img {
	display: block;
	width: 100%;
	max-width: 285px;
	margin-top:0px
}
#footer a:not(.social-link) {
	color: #fff;
}
#footer .social-link:hover {
	color: #fff;
}
#footer a:not(.social-link):hover {
	color: #2fbcde;
}
#footer p {
	margin:0
}
#footer p i {
  color: #fff;
}
#footer h3 {
	margin: 0 0 20px 0;
  color: #fff;
}
.footer-menu {
	margin: 0 !important;
}
.footer-menu li a {
	position: relative;
	margin-bottom: 5px;
}
.footer-menu .current-menu-item a, .footer-menu .current_page_parent >a {
  color: #537cbe !important;
}

#copyright {
	float: left;
  color: #fff;
  width: 100%;
  background: #58595b;
  font-size: 0.8em;
  padding: 15px 0;
  border-top: 1px solid rgb(255 255 255 / 20%);
}
#copyright .credit {
	text-align: right;
}
#copyright p {
	margin: 0;
}
#copyright a {
  white-space: nowrap;
	color: #fff;
}
#copyright a:hover {
	color:#2fbcde
}
.fab-container {
  margin: 1em;
  position: fixed;
  bottom: -72px;
  right: 0;
}
.to-top {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  position: relative;
  cursor: pointer;
  transition: .3s;
  background: #537cbe url(images/up.svg) center no-repeat;
  background-size: 15px;
}
.to-top:hover {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2), 0 3px 8px rgba(0, 0, 0, 0.12);
}
/*--------------------------------------------------------------
# SOCIAL
--------------------------------------------------------------*/
/* a.social-link.facebook, a.social-link.facebook:visited {
    color: #3b5998;
}
a.social-link.twitter, a.social-link.twitter:visited {
    color: #1da1f2;
}
a.social-link.pinterest, a.social-link.pinterest:visited {
    color: #bd081c;
}
a.social-link.instagram, a.social-link.instagram:visited {
    color: #833ab4;
}
a.social-link.linkedin, a.social-link.linkedin:visited {
    color: #0077b5;
}
a.social-link.youtube, a.social-link.youtube:visited {
    color: #cd201f;
}
a.social-link.vimeo, a.social-link.vimeo:visited {
	color:#1ab7ea;
}
a.social-link.tiktok, a.social-link.tiktok:visited {
	color:#000;
} */
.social-link {
	color: #537cbe;
	padding: 5px;
	font-size: 1.2em;
	margin-right: 5px;
	transition: all 0.2s ease;
	border-radius: 50%;
}
a.social-link:visited {
	color: #537cbe;
}
a.social-link:hover, .social-link:hover {
	color: #537cbe;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 641px) {
	.form-wrap {
		padding-right: 2px;
	}
}
@media screen and (min-width: 1024px) {
	.gallery.count-9 .gallery-image {
		min-width: 33.33%;
	}
	.image-left.full-width .text {
		max-width: 570px;
	}
	.image-right.full-width .text .inner {
		max-width: 570px;
	}
	.next-post {
		text-align: right;
	}
}
@media screen and (max-width: 1200px) {
  #news-page.classic #sidebar {
    min-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .cover, .background-image {
    background-attachment: scroll !important;
  }
  .video-container {
    min-width: 50%;
    max-width: none;
  }
  .grid-item {
		width: 50%;
	}
}
@media screen and (max-width: 1023px) {
	.mission .image-wrap {
		width:100%;
		margin-right:0%;
		margin-bottom:-60px
	}
	.mission .text{
		width:100%
	}
	.course h2 {
		min-height:auto
	}
	.course {
		min-width:100%;
		max-width:100%
	}
	.courses .border {
		display:none
	}
	.course:nth-child(odd) {
	    padding-right: 20px;
	}
	.course:nth-child(even) {
	    padding-left: 20px;
	}
	.head-cta {
		display:none
	}
	.gallery.count-9 .gallery-image {
		min-width: 33.33%;
		max-width: 33.33%;
	}
	#copyright .credit {
		text-align: left;
		margin-top: 20px;
		min-width: 100%;
	}
	#mobile-menu-wrap.standard {
		display: none;
	}
	.image-left.full-width .text .inner, .image-right.full-width .text .inner {
		padding: 20px;
	}
	ul.products.columns-4 li.product {
		-ms-flex: 0 0 33.33%;
	  flex: 0 0 33.33%;
	  max-width: 33.33%;
	}

  .promo-box.col {
    min-width: 50%;
  }
	#sidebar {
		min-width: 100%;
		max-width: 100%;
	}
	.woocommerce-page #sidebar {
		display: none;
	}
  .sm-clean a span.sub-arrow {
    right: 0;
    width: 40px;
    text-align:center
  }
  .sm-clean span.sub-arrow:before {
    font-size: 1.4em;
  }
  .gallery.count-14 .gallery-image {
    min-width: 33.33%;
  }
  .gallery.count-13 .gallery-image {
    min-width: 33.3%;
  }
  .gallery.count-13 .gallery-image:nth-child(13), .gallery.count-13 .gallery-image:nth-child(12) {
    min-width: 50%;
  }
	.gallery.count-10 .col {
	  min-width: 220px;
		max-width: none;
	}
  .image-left .image-wrap img, .image-right .image-wrap img {
    display: block;
    margin: 0 auto;
  }
  #menu-toggle {
    display: flex;
  }
  #centered-header #logo {
    text-align: left;
  }
  header .head-info span.header-link {
    display: none;
  }
  #top-bar {
    display: none;
  }
  .three-text {
    min-width: 50%;
  }
}

@media screen and (max-width: 1000px) {
 	.download {
		min-width: 50%;
    max-width: 50%;
	}
	.gallery.count-4 .gallery-image {
		max-width: 50%;
		min-width: 50%;
	}
  .gallery.count-10 .gallery-image:nth-child(9), .gallery.count-10 .gallery-image:nth-child(10) {
    min-width: 50%;
  }
}

@media screen and (max-width: 980px) {
	.gallery-image {
		min-width: 180px;
	}
}

@media screen and (max-width: 768px) {
	#header-bar .close {
		top: 2px;
	}
	#header-bar .co {
		margin-bottom:5px;
		margin-top:5px
	}
	.feature {
		min-width: 50%;
	}
	.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
	.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
		width: 100%;
		-ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.cta.col {
		margin-bottom: 40px;
    min-width: 100%;
	}
	.ctas {
		padding-bottom: 10px;
	}
	#footer .col {
    margin: 15px 0;
	}
}
@media screen and (max-width: 767px) {
	.tab-content {
		border:0
	}
	#banner .text {
		max-width: 80%;
	    background: #2fbcde;
	    padding: 20px 30px;
	}
	.box {
		padding: 15px 30px;
	}

	ul.products.columns-2 li.product, ul.products.columns-3 li.product, ul.products.columns-4 li.product {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
  .error-404 #icon {
    min-width: 100%;
    border: none;
  }
  .error-404 .vci {
    text-align: center;
  }
  .carousel-wrap {
    padding: 0;
  }
  .slider .inside {
    width: 100%;
  }
  .grid-item.post {
    width: 100%;
  }
  .excerpt-archive {
    min-width: 100%;
    max-width: 100%;
  }
  .accordion-toggle {
    font-size: 1.05em;
  }
  #sidebar {
    max-width: 100%;
    min-width: 100%;
  }
  .background-image {
    background: #537cbe !important;
  }
  .background-image:before {
    display: none;
  }
  #centered-header .head-info, #top-bar {
    text-align: center;
  }
  #centered-header #logo img {
    max-height: 50px;
  }
  #centered-header #logo {
    text-align: left;
  }
  #centered-header .head-info {
    padding: 0;
  }
  .tab-content {
    display: block !important;
    background: none;
    padding: 0;
  }
  ul.tabs {
    display: none;
  }
  .tab-title {
    display: block;
  }
  .alignleft {
    display: block;
    float: none;
    margin: 20px auto;
  }
  .alignright {
    display: block;
    float: none;
    margin: 20px auto;
  }
  .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  ul, ol {
    margin: 0 0 1.5em 0em;
    -webkit-padding-start: 30px;
  }
  .three-text {
    min-width: 100%;
  }
	#nobanner {
		padding: 40px 0;
	}
	#left-header #menu-toggle {
		max-width: none;
	}
  .video-container {
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
	#banner {
		padding:15px 0
	}
	h1 {
	font-size:2em;
	}
	h2 {
		font-size:1.8em;
	}
	.section-title:after {
		    background-size: 7px 23px;
    width: 7px;
    height: 23px;
    top:0;
    margin-left:7px
	}
	.fancybox-slide--html .fancybox-content {
		margin: 0;
	}
	.woocommerce-form-coupon .form-row {
    width: 100% !important;
    padding: 0 !important;
	}
	.woocommerce-message {
		display: flex;
		flex-direction: column;
	}
	input#coupon_code {
		min-width: 100%;
		margin-bottom: 10px;
	}
	.coupon .button {
    width: 100% !important;
	}
	.woocommerce-message a {
		align-self: baseline;
		margin-top: 10px;
	}
	.woocommerce-message a.button {
		order: 2;
		margin-top: 10px;
	}
	.fancybox-content {
		height: 100%;
		width: 100%;
		padding: 55px;
	}
	.fancybox-slide--html {
		padding: 0;
	}
	.fancybox-slide:before {
		display: none;
	}
	.grid-item {
		width: 100%;
	}
  blockquote {
    width: 100%;
    margin: 15px 0;
  }
 	.download {
    min-width: 50%;
  }
  .download {
    text-align: center;
  }
	header#full .head-info  {
		text-align: right;
	}
	header#full .head-info a {
		display: block;
	}
	.gallery-image {
		min-width: 50% !important;
		max-width: none !important;
	}
	.head-info {
		text-align: center;
	}
	.feature, .promo-box.col {
		min-width: 100%;
	}
  .map iframe {
  	width:100%!important;
  	height:340px;
  }
}
@media screen and (max-width: 375px) {
  .features .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row.related {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 374px) {
	ul.products.columns-2 li.product, ul.products.columns-3 li.product, ul.products.columns-4 li.product {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	}
}
@media print {
  #footer, #menu, .fab-container, #comments, #sidebar, #post-nav, #related-posts, iframe, .embed-container, .fve-video-wrapper {
    display: none !important;
  }
  .background-image div, .background-colour, #banner h1, #banner p, #nobanner h1, #nobanner p, .testimonial, .testimonials, .promo-box .inner *, .button, a.button, a.button:visited {
    color: #151515;
  }
  #single-post {
    padding: 0;
  }
  #banner {
    min-height: 0;
  }
  .anim {
    visibility: visible !important;
  }
  .download, .promo-box.col {
    min-width: 50%;
  }
  section.gallery .row {
    display: block;
  }
  .gallery-image {
    width: 25% !important;
    display: inline-block;
    min-width: 0 !important;
    float: left;
  }
  .section-title {
    page-break-before: always;
    position: relative;
  }
  .single-title {
    font-size: 2em;
  }
  #flexible-content section {
    page-break-inside: avoid;
    position: relative
  }
  .image-wrap img {
    display: block;
    margin: 0 auto;
    max-width: 50%;
  }
}
