@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,500,700|Open+Sans:300,400,700&display=swap');
/*
 Theme Name:   GP Child Theme
 Theme URI:    http://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Dickiebirds
 Author URI:   https://dickiebirds.studio/
 Template:     generatepress
 Version:      0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow
 */
/* Add your custom styles below... */
/*
 * Media queries
 */
/*@include bp-babybear {
 display: none;
 } */
/*
 * Global variables
 */
/* 
 * Colors
 */
* {
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
}
body {
  letter-spacing: 1px;
  background-color: #fff;
  color: #3a3a3a;
}
body a, body a:visited {
  color: #41b3e8;
  text-decoration: none;
  transition: 0.3s;
}
body a:hover {
  color: #377f9b;
}
*:active, *:focus {
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1, h2, h3, h4 {
  font-family: 'Josefin Sans', sans-serif;
}
h1.fl-heading, h2.fl-heading, h3.fl-heading, h4.fl-heading {
  color: #377f9b;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.share-this-title h4 {
  color: #377f9b;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
h1, h1 .fl-heading-text {
  font-size: 40px;
}
h2, h2 .fl-heading-text {
  font-size: 36px;
}
h3, h3 .fl-heading-text {
  font-size: 30px;
}
h4, h4 .fl-heading-text {
  font-size: 22px;
}
h5, h5 .fl-heading-text {
  font-family: 'Josefin Sans', sans-serif;
}
p, ul {
  font-size: 18px;
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif;
}
@media only screen and (max-width: 992px) {
  h1, h1 .fl-heading-text {
    font-size: 36px;
  }
  h2, h2 .fl-heading-text {
    font-size: 30px;
  }
  h3, h3 .fl-heading-text {
    font-size: 24px;
  }
  h4, h4 .fl-heading-text {
    font-size: 20px;
  }
  p, ul {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  h1, h1 .fl-heading-text {
    font-size: 33px;
  }
  h2, h2 .fl-heading-text {
    font-size: 26px;
  }
  h3, h3 .fl-heading-text {
    font-size: 22px;
  }
  h4, h4 .fl-heading-text {
    font-size: 18px;
  }
  p, ul {
    font-size: 16px;
    line-height: 1.5;
  }
}
.normal-pages-content h1, .normal-pages-content h2, .normal-pages-content h3, .normal-pages-content h4 {
  font-family: 'Josefin Sans', sans-serif;
  color: #377f9b;
  font-weight: 400;
}
.normal-pages-content h1, .normal-pages-content h1 .fl-heading-text {
  font-size: 30px;
}
.normal-pages-content h2, .normal-pages-content h2 .fl-heading-text {
  font-size: 30px;
}
.normal-pages-content h3, .normal-pages-content h3 .fl-heading-text {
  font-size: 24px;
}
.normal-pages-content h4, .normal-pages-content h4 .fl-heading-text {
  font-size: 20px;
}
.normal-pages-content p, .normal-pages-content ul {
  font-size: 18px;
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif;
}
.fl-rich-text p:last-child {
  margin-bottom: 0 !important;
}
@media all and (max-width: 992px) {
  .max-width .fl-row-content {
    max-width: 880px;
  }
}
@media all and (max-width: 768px) {
  .max-width .fl-row-content {
    max-width: 600px;
  }
  .max-width .fl-row-content img {
    max-height: 420px;
    overflow: hidden;
  }
}
.intro-text {
  max-width: 350px;
}
.click-col {
  transition: 0.3s;
}
.click-col a {
  color: #fff !important;
}
.click-col:hover {
  transform: scale(1.05);
}
.click-col:hover .fl-col-content:after {
  transition: 0.3s;
  background-color: rgba(55, 127, 155, 0.95);
}
.fl-module-content > ul, .fl-module-content .fl-rich-text > ul {
  margin: 0px 0px 20px 30px !important;
  list-style: none !important;
}
.fl-module-content > ul li, .fl-module-content .fl-rich-text > ul li {
  padding-bottom: 10px;
  position: relative;
}
.fl-module-content > ul li:last-child, .fl-module-content .fl-rich-text > ul li:last-child {
  padding-bottom: 0px;
}
.fl-module-content > ul li:before, .fl-module-content .fl-rich-text > ul li:before {
  color: #007f99;
  position: absolute;
  left: -30px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f111";
  padding-right: 10px;
  top: 5px;
  font-size: 12px;
}
.fl-module-content > ol, .fl-module-content .fl-rich-text > ol {
  margin: 0px 0px 20px 30px !important;
  counter-reset: my-awesome-counter;
  list-style: none;
}
.fl-module-content > ol li, .fl-module-content .fl-rich-text > ol li {
  counter-increment: my-awesome-counter;
  padding-bottom: 20px;
  position: relative;
}
.fl-module-content > ol li:last-child, .fl-module-content .fl-rich-text > ol li:last-child {
  padding-bottom: 0px;
}
.fl-module-content > ol li:before, .fl-module-content .fl-rich-text > ol li:before {
  font-size: 1.2em;
  position: absolute;
  left: -25px;
  top: -4px;
  color: #007f99;
  content: counter(my-awesome-counter) ". ";
  font-weight: bold;
}
.relative {
  position: relative;
  z-index: 99;
}
.fl-button {
  border-radius: 0px !important;
  min-width: 180px;
  padding: 18px 20px !important;
  display: block;
  transition: 0.3s;
  text-align: center;
}
@media all and (max-width: 768px) {
  .fl-button {
    font-size: 14px !important;
    min-width: 150px;
    padding: 18px 16px !important;
  }
}
.fl-button span {
  font-weight: bold;
  color: #fff !important;
  transition: 0.3s;
  text-align: center;
}
.small-btn .fl-button {
  font-size: 13px !important;
  min-width: 150px;
  padding: 16px 14px !important;
}
.transparent .fl-button {
  background: none !important;
  border: 2px solid #007f99 !important;
}
.transparent .fl-button span {
  color: #007f99 !important;
}
.transparent .fl-button:hover {
  background: #007f99 !important;
}
.transparent .fl-button:hover span {
  color: #fff !important;
}
.transparent-white .fl-button {
  background: none !important;
  border: 2px solid #fff !important;
}
.transparent-white .fl-button span {
  color: #fff !important;
}
.transparent-white .fl-button:hover {
  background: #fff !important;
  border: 2px solid #007f99 !important;
}
.transparent-white .fl-button:hover span {
  color: #007f99 !important;
}
.full .fl-button {
  background: #007f99 !important;
  border: 1px solid #007f99 !important;
}
.full .fl-button span {
  color: #fff !important;
}
.full .fl-button:hover {
  background: #40b3e7 !important;
  border: 1px solid #40b3e7 !important;
}
.full .fl-button:hover span {
  color: #fff !important;
}
.full-green .fl-button {
  background: #c7d533 !important;
  border: 1px solid #c7d533 !important;
}
.full-green .fl-button span {
  color: #fff !important;
}
.full-green .fl-button:hover {
  background: #007f99 !important;
  border: 1px solid #007f99 !important;
}
.full-green .fl-button:hover span {
  color: #fff !important;
}
.button {
  background: #007f99 !important;
  border: 1px solid #007f99 !important;
  display: block;
  transition: 0.3s;
  color: #fff !important;
}
@media all and (max-width: 768px) {
  .button {
    font-size: 14px !important;
  }
}
.button:hover {
  background: #40b3e7 !important;
  border: 1px solid #40b3e7 !important;
}
.button.button-relative {
  position: relative !important;
}
/* TABS */
/* Tabs container */
.r-tabs {
  position: relative;
}
/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none;
  position: relative;
  text-transform: uppercase;
}
/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
  border-bottom: 5px solid #fff;
  color: #5f727f;
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 10px 0;
  text-decoration: none;
  font-size: 18px;
}
.r-tabs .r-tabs-nav .r-tabs-anchor:hover {
  color: #2c7e99;
}
/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
  opacity: 0.5;
}
/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  border-bottom: 5px solid #c7d433;
  color: #5f727f;
}
/* Tab panel */
.r-tabs .r-tabs-panel {
  padding: 15px 0;
  display: none;
}
/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  color: #5f727f;
  display: block;
  padding: 10px;
  background-color: #f5f5f5;
  text-decoration: noHalisGRne;
  text-transform: none;
}
/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor, .r-tabs .r-tabs-accordion-title .r-tabs-anchor:hover {
  color: #2c7e99;
}
/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
  opacity: 0.5;
}
.r-tabs .r-tabs-nav {
  margin: 0;
  padding: 0;
}
.r-tabs .r-tabs-accordion-title {
  display: none;
}
.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block;
}
/* Accordion responsive breakpoint */
@media only screen and (max-width: 650px) {
  /* Set to desired media size for accordion layout */
  .r-tabs {
    border-radius: 0;
  }
  .r-tabs .r-tabs-nav {
    display: none;
  }
  .r-tabs .r-tabs-panel {
    background: #fff;
    margin-top: 5px;
  }
  .r-tabs .r-tabs-accordion-title {
    display: block;
  }
  .r-tabs-accordion-title .r-tabs-anchor:after {
    content: "\f132";
    font-family: 'dashicons';
    float: right;
  }
  .r-tabs-state-active .r-tabs-anchor:after {
    content: "\f460";
    font-family: 'dashicons';
    float: right;
  }
  .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
    opacity: 0.9;
  }
}
.r-tabs-nav {
  margin-bottom: 30px !important;
}
/* COURSE SINGLE */
.course-categories {
  font-size: 14px;
}
.course-categories {
  font-size: 14px;
}
body.product-template-default .entry-content {
  background: #f6f6f6;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px;
}
body.product-template-default .entry-content input, body.product-template-default .entry-content select {
  background: #fff;
  padding: 15px;
}
.course-description {
  margin: 0 auto;
  max-width: 900px;
  padding: 0 20px 20px 20px;
  margin-top: -10px;
}
.date-info.row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.date-info.row .sub-lb {
  font-weight: bold;
}
.product-template-default .entry-content h3 {
  font-size: 22px;
  font-weight: 400;
  text-transform: none;
}
.how-to-book {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px 0 20px;
}
.how-to-book a.booking-help {
  display: block;
  margin-top: 15px;
  text-align: center;
}
#course-more {
  display: block;
  padding-top: 40px;
}
.ywapo_input_container.ywapo_input_container_radio {
  display: none;
}
/*Dietery Buttons*/
.ywapo_input_container.ywapo_input_container_labels {
  padding: 5px 10px;
  border: 2px solid #377f9b;
}
.ywapo_input_container.ywapo_input_container_labels:active {
  padding: 5px 10px;
  border: 2px solid #c7d633;
}
.ywapo_input_container.ywapo_input_container_labels.ywapo_selected {
  border-color: #c7d633;
}
.woocommerce-page .product_meta, .woocommerce-page .woo-event-schedu, .woocommerce-page .we-icl-import {
  display: none !important;
}
.woocommerce-page .summary, .woocommerce-page .variations_form {
  margin-bottom: 0 !important;
}
.woocommerce-page #minus_ticket, .woocommerce-page #add_ticket {
  display: none !important;
}
.woocommerce-cart h3, .woocommerce-cart h4 {
  text-transform: initial !important;
}
.woocommerce-cart .woocommerce-message {
  background-color: #40b3e7;
}
.woocommerce-cart .grid-75 {
  width: 100% !important;
}
.woocommerce-cart .inside-right-sidebar {
  display: none;
}
.woocommerce-cart #main {
  margin: 0 !important;
}
.woocommerce-cart .shop_table th {
  color: #fff !important;
}
.woocommerce-cart .cart_totals {
  width: 100% !important;
}
.woocommerce-checkout h3, .woocommerce-checkout h4 {
  text-transform: initial !important;
}
.woocommerce-checkout .woocommerce-info {
  display: none;
}
.woocommerce-checkout .shop_table th {
  color: #fff !important;
}
.woocommerce-checkout .select2-selection {
  border-radius: 0px;
  height: 35px !important;
}
.woocommerce-checkout .select2-selection .select2-selection__rendered {
  line-height: 35px;
}
.woocommerce-order-received .entry-title {
  margin-bottom: 20px;
}
.page-id-1101 label, .page-id-15589 label, .page-id-15606 label, .page-id-16428 label {
  margin-top: 8px !important;
  margin-bottom: 12px !important;
}
.page-id-1101 select, .page-id-15589 select, .page-id-15606 select, .page-id-16428 select {
  border-radius: 0px !important;
  line-height: 35px !important;
  height: 35px !important;
}
.page-id-1101 .frm_submit button, .page-id-15589 .frm_submit button, .page-id-15606 .frm_submit button, .page-id-16428 .frm_submit button {
  margin-right: 10px !important;
  background: #007f99 !important;
  border: 1px solid #007f99 !important;
  color: #fff !important;
  padding: 5px 15px !important;
  border-radius: 0px !important;
  transition: 0.3s;
}
.page-id-1101 .frm_submit button:hover, .page-id-15589 .frm_submit button:hover, .page-id-15606 .frm_submit button:hover, .page-id-16428 .frm_submit button:hover {
  background: #40b3e7 !important;
  border: 1px solid #40b3e7 !important;
}
.woocommerce-order-received label {
  margin: 10px 0 !important;
}
.woocommerce-order-received select {
  width: 100%;
  height: 40px !important;
  line-height: 40px !important;
  margin: 15px 0 !important;
}
.woocommerce-order-received #yith_ctwp_pdf_button {
  margin-right: 10px !important;
  background: #007f99 !important;
  border: 1px solid #007f99 !important;
  color: #fff !important;
  padding: 5px 15px !important;
  border-radius: 0px !important;
  transition: 0.3s;
}
.woocommerce-order-received #yith_ctwp_pdf_button:hover {
  background: #40b3e7 !important;
  border: 1px solid #40b3e7 !important;
}
.woocommerce-account .myaccount-menu {
  border: 0px solid !important;
  background-color: #40b3e7;
  padding: 10px 15px !important;
}
.woocommerce-account .myaccount-menu a {
  color: #fff;
  border: 0px solid !important;
}
.woocommerce-account .myaccount-menu a:hover {
  color: #007f99;
}
.woocommerce-account .myaccount-menu .active a {
  color: #007f99;
}
.woocommerce-account #my-account-menu .myaccount-menu:before {
  border: 0px;
  padding: 0 !important;
}
.woocommerce-account #my-account-menu .myaccount-menu:after {
  border: 0px;
  padding: 0 !important;
}
.woocommerce-account th {
  color: #fff !important;
}
.woocommerce-account .logout a {
  margin-right: 10px !important;
  background: #007f99 !important;
  border: 1px solid #007f99 !important;
  color: #fff !important;
  padding: 5px 15px !important;
  border-radius: 0px !important;
  transition: 0.3s;
}
.woocommerce-account .logout a:hover {
  background: #40b3e7 !important;
  border: 1px solid #40b3e7 !important;
}
#primary-menu {
  border-top: 1px solid #5c717d;
}
#primary-menu a {
  text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  transition: 0.3s;
}
#primary-menu .hide {
  display: none;
}
@media all and (max-width: 768px) {
  #primary-menu .hide {
    display: block;
  }
}
/*  .mega-sub-menu {
 background-color: #607280 !important;
 a {
 background-color: #607280 !important;
 color: #fff !important;
 &:hover {
 color: #4b8ca5 !important;
 }
 }
 }*/
#menu-secondary-navigation {
  margin-bottom: -40px;
  position: relative;
  z-index: 99;
}
#menu-secondary-navigation a {
  font-weight: bold !important;
}
@media only screen and (max-width: 1500px) {
  #menu-secondary-navigation {
    margin-bottom: 0px !important;
  }
}
#menu-secondary-navigation #menu-item-20341 {
  position: relative;
  top: -3px;
  margin-left: 5px;
}
#menu-secondary-navigation #menu-item-20341 .fl-builder-module-template {
  padding: 0 10px !important;
}
#menu-secondary-navigation .donate-btn a {
  color: #fff;
  background: #007f99 !important;
  transition: 0.3s;
}
#menu-secondary-navigation .donate-btn a:hover {
  background: #c7d533 !important;
}
@media all and (max-width: 768px) {
  .secondary-navigation .hide {
    display: none !important;
  }
  #menu-secondary-navigation {
    text-align: center;
  }
}
@media all and (max-width: 450px) {
  .secondary-navigation a {
    font-size: 10px !important;
  }
  .secondary-navigation .wpmenucart-contents {
    padding-left: 0px !important;
    padding-right: 20px !important;
  }
  .secondary-navigation #menu-item-21634 a {
    padding-left: 10px !important;
  }
}
#mega-menu-wrap-primary {
  border-bottom: 1px solid #5c727d;
  border-top: 1px solid #5c727d;
}
#mega-menu-primary {
  margin: 0 auto;
  width: 800px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
  left: -320px;
}
footer h4 {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff !important;
}
footer p {
  font-size: 13px !important;
  color: #fff !important;
}
footer a {
  font-size: 13px !important;
  color: #fff !important;
  transition: 0.3;
}
footer a:hover {
  color: rgba(255, 255, 255, 0.5) !important;
}
.upper-footer .fl-col-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.upper-footer .fl-col-group .fl-col {
  width: 200px !important;
  padding-left: 6%;
}
.upper-footer .fl-col-group .fl-col:first-child {
  padding-left: 0;
}
.lower-footer p, .lower-footer a {
  font-size: 11px !important;
}
.lower-footer .lower-footer-menu ul {
  display: flex;
}
@media all and (max-width: 768px) {
  .lower-footer .lower-footer-menu ul {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.lower-footer .lower-footer-menu ul li {
  padding: 0px 10px 0px 0px;
}
@media all and (max-width: 768px) {
  .lower-footer .lower-footer-menu ul li {
    padding: 0px 10px;
  }
}
.slideout-navigation .site-logo {
  margin: 30px 20px 30px 20px !important;
}
/* SEARCH RESULTS */
.learn-facets > div > div > div {
  float: left;
  width: 33% !important;
  padding: 5px;
}
.learn-facets input, .learn-facets select, .learn-facets input, .learn-facets button, .learn-facets-filters input, .learn-facets-filters select, .learn-facets-filters input, .learn-facets-filters button {
  border: none;
  height: 50px;
  width: 100%;
}
.learn-facets-filters > div > div > div {
  float: left;
  width: 50% !important;
  padding: 5px;
}
.search-results {
  position: relative;
  z-index: 10 !important;
}
.search-results a.read-more {
  display: none;
}
.search-filters .facetwp-facet {
  margin-bottom: 0;
}
.search-filters select, .search-filters input {
  background: #fff !important;
  font-size: 16px;
  margin-bottom: 0;
  width: 100%;
}
.search-filters select.is-disabled {
  background: #f6f6f6;
  opacity: 0.5;
}
.search-results .read-more-container {
  display: none;
}
.search-results .fl-post-feed-more {
  background: #377f9b;
  color: #fff !important;
  font-size: 18px;
  font-weight: normal;
  margin-top: 25px;
  padding: 10px 15px;
}
.search-results .fl-post-feed-more:hover {
  background: #c7d533;
}
.search-results .fl-post-feed-more:after {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
}
.search-results .fl-post-feed-terms:before {
  color: #377f9b;
  content: "\f02c";
  font-family: "Font Awesome 5 Free";
  font-size: 12px !important;
  font-weight: 900;
  margin-right: 5px;
}
.search-results .fl-post-feed-terms a {
  background: #f0f4f8;
  border-radius: 20px;
  color: rgba(16, 42, 67, 0.75);
  font-size: 12px;
  font-weight: 400;
  margin-right: 3px;
  margin-bottom: 5px;
  padding: 3px 8px;
}
.search-results .fl-post-feed-terms a:hover {
  background: rgba(16, 42, 67, 0.75);
  border-radis: 20px;
  color: #fff;
}
.search-results .fl-post-feed-terms .fl-sep-term {
  display: none;
}
.fixed-course-search.element-is-sticky > .fl-row-content-wrap .fl-module-heading {
  display: none;
}
.fixed-course-search.element-is-sticky > .fl-row-content-wrap {
  padding: 0 !important;
}
.fixed-course-search.element-is-sticky > .fl-row-content-wrap .facetwp-facet {
  margin-bottom: 0 !important;
}
.fixed-course-search.element-is-sticky > .fl-row-content-wrap .fl-module-content {
  margin: 5px !important;
}
.fixed-course-search {
  z-index: 100 !important;
}
.course-search .fwp-submit {
  background: transparent;
  transition: 0.3s;
  border: 1px solid #fff !important;
}
.course-search .fwp-submit:hover {
  background-color: #fff;
  border: 1px solid #fff !important;
  color: #007f99 !important;
}
.course-search select, .course-search input[type="text"] {
  background-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  transition: 0.3s;
}
.course-search select:focus, .course-search input[type="text"]:focus {
  background: #fff;
  color: #3a3a3a;
}
.course-search ::placeholder {
  color: #fff;
}
.course-search .facetwp-btn:before {
  display: none;
}
.course-search .facetwp-type-dropdown, .course-search .facetwp-type-search {
  margin-bottom: 0px !important;
}
.post-tutor .fl-post-feed-post:first-child .tutors:before {
  content: "Authors: ";
}
.post-tutor .fl-post-feed-post:last-child small {
  display: none;
}
.fl-post-feed-post {
  border-bottom: 0px !important;
}
.list-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: #f6f6f6;
  padding: 35px;
}
.list-layout .fl-post-image {
  width: 33%;
}
.list-layout .fl-post-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media all and (max-width: 992px) {
  .list-layout .fl-post-image {
    width: 100% !important;
  }
}
.list-layout .fl-post-text {
  width: 100%;
}
.list-layout .fl-post-text.if-img {
  width: 63%;
}
@media all and (max-width: 992px) {
  .list-layout .fl-post-text.if-img {
    padding-top: 25px;
    width: 100% !important;
  }
}
.list-layout .fl-post-text .fl-post-meta {
  margin-bottom: 10px;
  font-size: 16px;
}
.list-layout .fl-post-text .fl-post-title {
  font-size: 24px;
}
.list-layout .fl-post-text p {
  font-size: 18px;
}
.list-layout .fl-post-text .fl-post-more-link a {
  font-size: 16px;
  display: inline-block;
  border: 2px solid #007f99 !important;
  padding: 10px 20px;
  color: #007f99;
  transition: 0.3s;
}
.list-layout .fl-post-text .fl-post-more-link a:hover {
  color: #fff !important;
  background-color: #007f99;
}
.fl-post-grid-post {
  border: none;
  background: transparent;
}
.column-layout .fl-post-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.column-layout .fl-post-text {
  padding-top: 20px;
}
.column-layout .fl-post-text .fl-post-title {
  font-size: 24px;
}
.column-layout .fl-post-text .fl-post-title a {
  color: #fff;
}
.column-layout .fl-post-text .fl-post-meta {
  color: #fff;
  padding-bottom: 20px;
  font-size: 16px;
}
.column-layout .fl-post-text p {
  font-size: 18px;
  color: #fff;
}
.column-layout .fl-post-text .fl-post-more-link a {
  font-size: 16px;
  display: inline-block;
  border: 2px solid #fff !important;
  padding: 10px 20px;
  color: #fff;
  transition: 0.3s;
}
.column-layout .fl-post-text .fl-post-more-link a:hover {
  color: #007f99 !important;
  background-color: #fff;
}
.all-sidebars .widget-title {
  font-size: 20px;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  margin-bottom: 25px;
  color: #007f99;
}
.all-sidebars .widget_nav_menu {
  margin-bottom: 25px;
}
.all-sidebars .widget_nav_menu .widget-title {
  margin-bottom: 20px;
}
.all-sidebars .widget_nav_menu .menu li {
  padding: 10px 15px;
  transition: 0.3s;
  cursor: pointer;
  text-align: center;
  border-bottom: 1px solid #fff;
  background-color: rgba(55, 127, 155, 0.5);
}
.all-sidebars .widget_nav_menu .menu li.current-menu-item {
  background-color: rgba(55, 127, 155, 1);
}
.all-sidebars .widget_nav_menu .menu li a {
  color: #f6f5f3;
  font-size: 16px;
}
.all-sidebars .widget_nav_menu .menu li:hover {
  background-color: #007f99;
}
.all-sidebars .widget_nav_menu .menu li:hover a {
  color: #f6f5f3;
}
.all-sidebars .recent-posts-widget-with-thumbnails {
  margin-bottom: 25px;
}
.all-sidebars .recent-posts-widget-with-thumbnails li {
  background-color: #f6f5f3;
  padding: 15px 20px;
  margin-bottom: 5px;
}
.all-sidebars .recent-posts-widget-with-thumbnails li:last-child .rpwwt-post-excerpt a {
  margin: 20px 0 0;
}
.all-sidebars .recent-posts-widget-with-thumbnails li .rpwwt-post-title {
  color: #333;
  font-size: 16px;
}
.all-sidebars .recent-posts-widget-with-thumbnails li .rpwwt-post-date {
  font-size: 11px;
  margin: 5px 0;
  color: #a0a0a0;
}
.all-sidebars .recent-posts-widget-with-thumbnails li .rpwwt-post-excerpt {
  font-size: 15px;
}
.all-sidebars .recent-posts-widget-with-thumbnails li .rpwwt-post-excerpt a {
  font-family: 'Josefin Sans', sans-serif;
  margin: 20px 0 5px;
  display: block;
  font-size: 12px;
  font-weight: 400;
  border: 2px solid #007f99;
  color: #007f99;
  padding: 5px 5px;
  text-align: center;
  text-transform: uppercase;
}
.all-sidebars .recent-posts-widget-with-thumbnails li .rpwwt-post-excerpt a:hover {
  color: #fff;
  background-color: #007f99;
}
.all-sidebars .widget_button {
  font-family: 'Josefin Sans', sans-serif;
  display: block;
  text-align: center;
  border: 2px solid #007f99;
  color: #007f99;
  background-color: inherit;
  font-size: 17px;
  font-weight: 400;
  padding: 7px 12px;
  text-transform: uppercase;
}
.all-sidebars .widget_button:hover {
  color: #fff;
  background-color: #007f99;
}
.all-sidebars .widget_fpw_widget .fpw-page-title {
  font-size: 18px;
  font-weight: 600;
}
.all-sidebars .widget_fpw_widget p {
  font-size: 15px;
}
.all-sidebars .widget_fpw_widget p .fpw-read-more-link {
  border: 2px solid #007f99;
  color: #007f99;
  font-size: 17px;
  font-weight: 400;
  font-family: 'Josefin Sans', sans-serif;
  margin: 20px auto 0;
  display: block;
  padding: 7px 12px;
  text-align: center;
  text-transform: uppercase;
}
.all-sidebars .widget_fpw_widget p .fpw-read-more-link:hover {
  color: #fff;
  background-color: #007f99;
}
.meet-sidebar .widget_fpw_widget .fpw-featured-image img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.meet-sidebar .widget_fpw_widget .fpw-featured-image img:hover {
  filter: contrast(120%) grayscale(100%);
}
.meet-sidebar .widget_fpw_widget .fpw-page-title {
  font-size: 18px;
  font-weight: 600;
}
.stay-sidebar .widget_custom_html p {
  font-size: 15px;
}
.pro-search form > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 0px;
}
.pro-search form > ul li {
  width: 24%;
}
@media all and (max-width: 992px) {
  .pro-search form > ul li {
    width: 49%;
  }
}
@media all and (max-width: 550px) {
  .pro-search form > ul li {
    width: 100%;
  }
}
.pro-search form > ul li label, .pro-search form > ul li input, .pro-search form > ul li select {
  width: 100%;
  border: 1px solid #fff;
}
.pro-search form > ul li label {
  border: none !important;
}
.pro-search form > ul li input[type="submit"] {
  transition: 0.3s;
  background: transparent;
}
.pro-search form > ul li input[type="submit"]:hover {
  color: #377f9b;
  background: #fff;
}
.pro-search.course-search form > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pro-search.course-search form > ul li label {
  border: none;
}
.pro-search.course-search form > ul li label, .pro-search.course-search form > ul li input, .pro-search.course-search form > ul li select {
  width: 100%;
}
.pro-search.course-search form > ul li input[type="submit"] {
  background: transparent;
  border: 1px solid #fff;
}
.pro-search.course-search form > ul li input[type="submit"]:hover {
  color: #377f9b;
  background: #fff;
}
.pro-search.course-search form > ul li {
  width: 49%;
}
@media all and (max-width: 992px) {
  .pro-search.course-search form > ul li {
    width: 49%;
  }
}
@media all and (max-width: 550px) {
  .pro-search.course-search form > ul li {
    width: 100%;
  }
}
.pro-search.course-search.course-search-results li {
  width: 33%;
}
@media all and (max-width: 768px) {
  .pro-search.course-search.course-search-results li {
    width: 100%;
  }
}
.resource-search-results form > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 0px;
}
.resource-search-results form > ul li {
  width: 100%;
}
.resource-search-results form > ul li label, .resource-search-results form > ul li input, .resource-search-results form > ul li select {
  width: 100%;
}
.resource-search-results form > ul li input[type="submit"] {
  background: #377f9b;
}
.tutor-search-col.active-sticky {
  position: fixed;
  bottom: -20px;
  width: 100% !important;
  max-width: 360px;
  left: 50%;
  transform: translateX(-50%);
}
.tutor-search-col.active-sticky .fl-col-content {
  background-color: rgba(55, 127, 155, 1);
}
@media all and (max-width: 450px) {
  .tutor-search-col.active-sticky {
    width: 100% !important;
    max-width: 100%;
  }
  .tutor-search-col.active-sticky .fl-module-content {
    margin: 5px 10px;
  }
}
.tutor-search form > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 0px;
}
.tutor-search form > ul li {
  width: 100%;
}
.tutor-search form > ul li label, .tutor-search form > ul li input, .tutor-search form > ul li select {
  width: 100%;
  border: 1px solid #fff;
}
.tutor-search form > ul li label {
  border: none !important;
}
.tutor-search form > ul li input[type="submit"] {
  transition: 0.3s;
  background: transparent;
}
.tutor-search form > ul li input[type="submit"]:hover {
  color: #377f9b;
  background: #fff;
}
.subscribe-form ::placeholder {
  color: #007f99 !important;
}
.subscribe-form input {
  color: #007f99 !important;
  border-radius: 0px !important;
  background: transparent;
  border-color: #007f99;
  line-height: 30px !important;
}
.subscribe-form input:focus {
  border-color: #40b3e7;
}
.subscribe-form.white input {
  background: #fff !important;
  border-color: #fff !important;
}
.subscribe-form.white input:focus {
  border-color: #fff !important;
}
.home-first-section p {
  min-height: 60px;
  padding-left: 3%;
  padding-right: 3%;
}
.box-min-height-heading h4 {
  min-height: 66px;
}
.gform_wrapper .gfield_label {
  color: #5f727f;
}
.gform_wrapper .ginput_container input {
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
}
.gform_wrapper .ginput_container label {
  color: #5f727f;
}
.gform_wrapper .ginput_container textarea {
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
}
blockquote {
  border-left: none;
}
blockquote p {
  color: #1f7e98;
  text-align: center;
  line-height: 1.5;
  font-size: 24px;
}
.mfw-min-height-heading {
  background: #007f99;
  min-height: 180px;
}
.mfw-min-height-heading h4, .mfw-min-height-heading h4 .fl-heading-text {
  font-size: 18px !important;
}
@media all and (max-width: 992px) {
  .mfw-min-height-heading {
    min-height: auto !important;
  }
}
.no-min-width .fl-button {
  min-width: 100px !important;
}
/*SETTING UP MFW*/
.min-height-heading.center {
  min-height: 120px;
}
@media only screen and (max-width: 768px) {
  .min-height-heading.center {
    min-height: 80px;
  }
}
@media only screen and (max-width: 992px) {
  .page-id-19995 #right-sidebar {
    display: none;
  }
  .page-id-19995 #primary {
    width: 100% !important;
  }
}
/* table */
@media (max-width: 1125px) {
  .timetable-section {
    position: relative;
    overflow-x: scroll;
    height: 430px;
  }
  .timetable {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    width: 1125px;
  }
}
.timetable {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
}
.timetable__single div {
  padding: 8px 15px;
  border: 1px solid #fff;
  border-bottom: none;
  border-right: none;
  width: 100%;
  height: 50px;
  line-height: 30px;
}
.timetable__single div.timetable-half {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0;
}
.timetable__single div.timetable-half div {
  width: 40%;
}
.timetable__single div.timetable-half div.timetable-half-big {
  width: 60%;
}
.timetable__single div.timetable-heading {
  text-transform: uppercase;
  text-align: center;
}
.timetable__days {
  width: 12%;
  background-color: rgba(96, 114, 128, 0.6);
}
.timetable__morning {
  width: 44%;
  background-color: rgba(7, 129, 152, 0.8);
}
.timetable__afternoon {
  width: 44%;
  background-color: #078198;
}
.timetable .timetable-time-day {
  width: 40%;
  padding: 5px 10px;
}
.timetable .timetable-time-day .timetable-half-small {
  width: 40%;
  display: inline-block;
}
.timetable .timetable-time-day .timetable-half-big {
  display: inline-block;
  width: 60%;
  padding-left: 5px;
}
.timetable .timetable-time-day.timetable-morning {
  background-color: rgba(7, 129, 152, 0.8);
}
/* video */
@media (min-width: 990px) {
  .text-video .heading-before-video {
    margin-bottom: 0;
  }
  .text-video iframe {
    max-width: 60%;
    height: 280px;
    float: right;
    margin-left: 15px;
    margin-top: 40px;
  }
}
/*SIGN UP ONLINE MFW*/
.mfw-sign-up iframe {
  width: 100%;
  min-height: 690px;
}
.mfw-sign-up iframe .wrapper {
  text-align: center !important;
  margin-top: 1000000px;
}
.popular-course {
  border: 1px solid #fff;
  padding: 20px;
}
.popular-course .fl-post-text h2 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 400;
  min-height: 100px;
}
@media all and (max-width: 992px) {
  .popular-course .fl-post-text h2 {
    min-height: auto !important;
  }
}
.popular-course .fl-post-text p {
  min-height: 320px;
}
@media all and (max-width: 992px) {
  .popular-course .fl-post-text p {
    min-height: auto !important;
  }
}
.popular-course .price-book-course {
  display: flex;
  align-items: center;
}
.popular-course .price-book-course .price {
  padding: 10px 5px;
  background: #23b0e6;
  color: #fff;
  font-size: 17px !important;
}
.popular-course .price-book-course .book-course {
  margin-left: 10px;
}
.popular-course .price-book-course .book-course a {
  letter-spacing: 0px;
  text-transform: uppercase;
  border: none !important;
  background: #c7d42d !important;
  color: #171717 !important;
}
.popular-course .price-book-course .book-course a:hover {
  background: #007f99 !important;
  color: #fff !important;
}
.estimated-cost {
  background-color: #22b0e7;
  color: #fff !important;
  padding: 18px 20px;
}
.our-courses .fl-post-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: #f6f6f6;
  padding: 20px;
}
.our-courses .fl-post-text .fl-post-title {
  font-weight: 400;
  font-size: 28px;
  line-height: 1.4;
  text-transform: capitalize;
  width: 70%;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1159px) {
  .our-courses .fl-post-text .fl-post-title {
    width: 100%;
  }
}
.our-courses .fl-post-text .fl-post-more-link {
  text-align: right;
  min-width: 200px;
}
@media only screen and (max-width: 1159px) {
  .our-courses .fl-post-text .fl-post-more-link {
    text-align: left;
    margin-top: 25px;
  }
}
.our-courses .fl-post-text .fl-post-more-link a {
  background: #377f9b;
  color: #fff !important;
  font-size: 18px;
  display: inline-block;
  font-weight: normal;
  padding: 10px 15px;
}
.our-courses .fl-post-text .fl-post-more-link a:hover {
  background: #c7d533;
}
.our-courses .fl-post-text .fl-post-more-link a:after {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
}
.courses-layout .fl-post-text {
  background: #f6f6f6;
  padding: 35px;
}
.courses-layout .fl-post-text .fl-post-title {
  font-weight: 400;
  font-size: 28px;
  line-height: 1.4;
  text-transform: capitalize;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1159px) {
  .courses-layout .fl-post-text .fl-post-title {
    width: 100%;
  }
}
.courses-layout .fl-post-text .course-date {
  font-size: 15px !important;
  margin: 10px 0px;
  display: block;
}
.courses-layout .fl-post-text .course-price {
  margin-bottom: 20px;
  margin-top: -10px;
}
.courses-layout .fl-post-text .course-price .price {
  font-size: 17px !important;
  font-weight: 700 !important;
}
.courses-layout .fl-post-text .fl-post-more-link {
  min-width: 200px;
}
@media only screen and (max-width: 1159px) {
  .courses-layout .fl-post-text .fl-post-more-link {
    text-align: left;
    margin-top: 25px;
  }
}
.courses-layout .fl-post-text .fl-post-more-link a {
  background: #377f9b;
  color: #fff !important;
  font-size: 18px;
  display: inline-block;
  font-weight: normal;
  padding: 10px 15px;
}
.courses-layout .fl-post-text .fl-post-more-link a:hover {
  background: #c7d533;
}
.courses-layout .fl-post-text .fl-post-more-link a:after {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
}
.courses-layout.product-category .fl-post-feed-post {
  margin-bottom: 40px !important;
}
.tutor-post-layout {
  max-width: 750px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tutor-post-layout .fl-post-image {
  width: 30%;
  min-width: 150px !important;
}
@media all and (max-width: 992px) {
  .tutor-post-layout .fl-post-image {
    width: 100% !important;
  }
}
.tutor-post-layout .fl-post-image img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #41b3e8;
}
@media all and (max-width: 992px) {
  .tutor-post-layout .fl-post-image img {
    margin-bottom: 10px;
  }
}
.tutor-post-layout .fl-post-text {
  width: 70%;
}
@media all and (max-width: 992px) {
  .tutor-post-layout .fl-post-text {
    width: 100% !important;
  }
}
.tutor-post-layout .fl-post-text .web {
  margin-bottom: 10px;
}
.tutor-post-layout .fl-post-text h3 {
  margin-bottom: 10px !important;
  font-size: 24px;
}
.tutor-post-layout .fl-post-text a:hover {
  color: #c7d533 !important;
}
.tutor-post-layout .fl-post-text p, .tutor-post-layout .fl-post-text a {
  font-size: 16px;
}
.button {
  color: #007f99 !important;
  background: transparent !important;
  border: 1px solid #007f99 !important;
  display: inline-block;
  font-weight: bold;
  padding: 18px 20px;
}
.button:hover {
  background: #007f99 !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}
.social-icon-box .fl-module-content {
  background-color: #078198;
  padding: 30px 10px 10px 10px;
}
.social-icon-box .fl-module-content a {
  color: #fff;
}
.social-icon-box .fl-module-content .fl-icon i:before {
  font-size: 70px !important;
}
.fl-post-feed-post:first-child .tutors:before {
  content: "Tutors: ";
}
.fl-post-feed-post:last-child small {
  display: none;
}
.product-tutor .fl-post-feed {
  display: flex;
}
.modal-trigger {
  font-size: 17px !important;
  display: inline-block !important;
  font-weight: 700;
  padding-right: 0;
  margin-bottom: 0px;
  color: #41b4e8;
  font-family: 'Open Sans', sans-serif;
}
.modal-trigger:hover {
  color: #007f99;
  cursor: pointer;
}
small {
  font-size: 17px !important;
  margin-right: 5px;
}
#modal {
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  position: fixed;
  display: none;
  z-index: 9999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#modal .modal-content {
  box-shadow: 2px 2px 15px -3px rgba(0, 0, 0, 0.3);
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 450px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #377e9b;
}
#modal .modal-content .fl-post-image {
  margin-top: -65px;
  text-align: center;
}
#modal .modal-content .fl-post-image img {
  border: 3px solid #f4f4f4;
  width: 130px;
  height: 130px;
  object-fit: cover;
  border-radius: 50%;
}
#modal .modal-content .fl-post-text {
  padding: 25px 40px 35px 40px;
}
#modal .modal-content .fl-post-text h3 {
  margin-bottom: 0px !important;
}
#modal .modal-content .fl-post-text h3 a {
  font-size: 24px;
}
#modal .modal-content .fl-post-text .web {
  margin-top: 10px;
  margin-bottom: 15px;
}
#modal .modal-content .fl-post-text .web a {
  font-size: 16px;
}
#modal .modal-content .fl-post-text p {
  font-weight: 100;
}
#modal .modal-content .fl-post-text a:hover {
  color: #c7d533 !important;
}
#modal .modal-content .fl-post-text p, #modal .modal-content .fl-post-text a {
  color: #fff !important;
  font-size: 16px;
}
#modal .modal-content .fl-post-text .fl-post-more-link {
  margin-top: 0px;
}
#modal .modal-content .fl-post-text .fl-post-more-link a {
  font-weight: 700;
}
#modal .modal-content .fl-post-text .fl-post-more-link a:hover {
  color: #c7d533 !important;
}
#modal .modal-content .all-tutors {
  background: rgba(0, 0, 0, 0.25);
  text-align: center;
}
#modal .modal-content .all-tutors a {
  padding: 12px;
  display: block;
  font-weight: bold;
  color: #fff;
}
#modal .modal-content .all-tutors a:hover {
  color: #c7d533 !important;
}
#modal .modal-content .close {
  position: absolute;
  line-height: 1 !important;
  top: -15px;
  right: -15px;
  display: block !important;
  padding: 5px 10px 3px;
  background: #fff;
  font-size: 25px !important;
  text-align: right;
}
#modal .modal-content .close:hover {
  background: #c7d533;
  color: #fff;
  cursor: pointer;
}
.fl-involve {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.fl-involve > span {
  padding: 20px;
  display: block;
  width: 30%;
  position: relative;
}
.fl-involve > span span {
  cursor: pointer;
}
.fl-involve > span span:before {
  content: '';
  background: url('/wp-content/uploads/2020/08/Icon-live-discussion.svg');
  background-repeat: no-repeat !important;
  width: 200px;
  height: 200px;
  display: block;
}
.fl-involve > span span.individual-reflection:before {
  background: url('/wp-content/uploads/2020/08/Icon-individual-reflection.svg');
}
.fl-involve > span span.live-discussion:before {
  background: url('/wp-content/uploads/2020/08/Icon-live-discussion.svg');
}
.fl-involve > span span.live-talk:before {
  background: url('/wp-content/uploads/2020/09/Icon-live-talk-new.svg');
}
.fl-involve > span span.live-workshop:before {
  background: url('/wp-content/uploads/2020/08/Icon-live-workshop.svg');
}
.fl-involve > span span.one-on-one:before {
  background: url('/wp-content/uploads/2020/08/Icon-one-on-one.svg');
}
.fl-involve > span span.private-discussion:before {
  background: url('/wp-content/uploads/2020/09/Icon-private-discussion-new.svg');
}
.fl-involve > span span.recorded-video:before {
  background: url('/wp-content/uploads/2020/09/Icon-recorded-new.svg');
}
.fl-involve > span span.social-media:before {
  background: url('/wp-content/uploads/2020/08/Icon-social-media.svg');
}
.fl-involve > span span.written-and-visual:before {
  background: url('/wp-content/uploads/2020/08/Icon-written-and-visual.svg');
}
.fl-involve > span span .tooltip {
  position: absolute;
  bottom: 100%;
  left: 0;
  min-width: 100%;
  padding: 5px 10px;
  background-color: #fff;
  border-radius: 12px;
  color: #40b3e7;
  font-size: 13px;
  display: none;
}
.fl-involve > span span:hover .tooltip {
  display: block;
}
.fl-involve > span span:hover .tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.fl-involve > span span:hover.individual-reflection .tooltip::before {
  content: "Periods of guided individual reflection.";
}
.fl-involve > span span:hover.live-discussion .tooltip::before {
  content: "Online group discussion.";
}
.fl-involve > span span:hover.live-talk .tooltip::before {
  content: "Online presentation/lecture/talk given live.";
}
.fl-involve > span span:hover.live-workshop .tooltip::before {
  content: "Facilitator-led online workshop.";
}
.fl-involve > span span:hover.one-on-one .tooltip::before {
  content: "One-to-one sessions with course tutor, elder or facilitator.";
}
.fl-involve > span span:hover.private-discussion .tooltip::before {
  content: "Online discussion forum, restricted to course participants.";
}
.fl-involve > span span:hover.recorded-video .tooltip::before {
  content: "Pre-recorded presentation, lecture, or talk to watch.";
}
.fl-involve > span span:hover.social-media .tooltip::before {
  content: "Use of social media.";
}
.fl-involve > span span:hover.written-and-visual .tooltip::before {
  content: "Written and visual materials.";
}
.single-product .uabb-module-content {
  position: relative;
}
.single-product .uabb-module-content .uabb-adv-accordion-icon-wrap {
  position: absolute;
  bottom: 10px;
  left: 15px;
  display: block;
}
.single-product .uabb-module-content .uabb-adv-accordion-icon-wrap i {
  display: flex;
  margin-right: 5px;
  width: auto !important;
  min-width: 170px;
  justify-content: space-between;
}
.single-product .uabb-module-content .uabb-adv-accordion-icon-wrap i::after {
  content: "Show more detalis";
  color: #41b4e8;
  display: block;
}
.single-product .uabb-module-content .uabb-adv-accordion-icon-wrap i.fa-minus::after {
  content: "Show less detalis";
}
.product-content h4 {
  font-weight: 500;
}
.product-content .fl-html {
  padding: 40px;
  background-color: #f6f6f6;
}
.product-content .product-text {
  position: relative;
  padding-bottom: 60px;
}
@media all and (max-width: 992px) {
  .product-content .product-text {
    padding-bottom: 40px;
  }
}
.product-content .product-text .show-button {
  position: absolute;
  bottom: 10px;
  left: 5px;
  cursor: pointer;
  padding: 0;
  display: block;
  background-color: transparent;
  color: #41b4e8;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}
.product-content .product-text .show-button:hover {
  color: #007f99;
}
.product-content .product-text .fl-involve {
  justify-content: flex-start;
  max-width: 600px;
}
.product-content .product-text .fl-involve > span {
  width: 20%;
  padding-left: 0;
}
.product-content .product-text .fl-involve > span span::before {
  height: 90px;
  width: 90px;
}
@media only screen and (max-width: 600px) {
  .product-content .product-text .fl-involve > span {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
  }
  .product-content .product-text .fl-involve > span span::before {
    height: 150px;
    width: 150px;
  }
}
.product-content .product-text .fas {
  color: #3a3a3a !important;
  margin-right: 10px;
}
.product-content .product-text .fas::before {
  color: #3a3a3a !important;
}
.product-content .product-text:nth-of-type(2) {
  display: none;
}
.product-content.product-content-active .product-text:first-of-type {
  padding-bottom: 0px;
}
.product-content.product-content-active .product-text:first-of-type .show-button {
  display: none;
}
.product-content.product-content-active .product-text:nth-of-type(2) {
  display: block;
}
.single-product .in-stock {
  display: none;
}
.book-this-course-button .quantity {
  display: none !important;
}
.book-this-course-button .single_add_to_cart_button {
  padding: 18px 25px 16px 25px !important;
  font-size: 18px !important;
  font-family: 'Josefin Sans', sans-serif;
  background: #377e9b !important;
  color: #fff !important;
}
.book-this-course-button .single_add_to_cart_button:hover {
  background: #c7d533 !important;
}
.basket-page thead, .checkout-page thead, .basket-page th, .checkout-page th {
  background: #007f99 !important;
}
.basket-page td, .checkout-page td {
  border-color: #007f99 !important;
}
.basket-page .button, .checkout-page .button {
  background: #007f99 !important;
  color: #fff !important;
}
.basket-page .button:hover, .checkout-page .button:hover {
  background: #005d70 !important;
}
.checkout-page input, .checkout-page select, .checkout-page textarea, .checkout-page .select2-selection, .checkout-page .wc-stripe-elements-field {
  background: #fff !important;
  border-color: #007f99;
}
.checkout-page input:focus, .checkout-page select:focus, .checkout-page textarea:focus, .checkout-page .select2-selection:focus, .checkout-page .wc-stripe-elements-field:focus {
  border-color: #c7d533;
}
.checkout-page label {
  line-height: 1.3 !important;
  margin-bottom: 15px;
  margin-top: 5px;
}
.checkout-page .woocommerce-terms-and-conditions-wrapper, .checkout-page .woocommerce-terms-and-conditions-checkbox-text {
  font-size: 14px !important;
}
.checkout-page .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 30px;
}
.basket-page .wc-forward {
  padding: 5px 10px !important;
}
.basket-page .meta-stdate, .basket-page .meta-eddate {
  display: block;
}
.woocommerce-order-received #main {
  max-width: 1180px !important;
  margin: 80px auto;
}
.woocommerce-order-received #main thead, .woocommerce-order-received #main th {
  background: #007f99 !important;
}
.woocommerce-order-received #main td {
  border-color: #007f99 !important;
}
.woocommerce-order-received .woocommerce-order-overview__order, .woocommerce-order-received .woocommerce-order-overview__total {
  background: transparent !important;
}
