/* == home == */

.home-intro {
    padding: 1.4rem 0;
}

section.section .parallax-background {
    transform: initial !important;
}

.section-angled-layer-bottom.section-angled-layer-increase-angle-2.bg-light {
    background-color: #5BCCC7 !important;
}

h2.font-weight-bold.text-5.line-height-5.mb-2 {
    color: #fff;
}

html .carousel.overlay-color-primary:not(.no-skin):before {
    background-color: #FFF !important;
}

.homepage-rotator {
    background-color: rgba(91, 204, 199, 0.8);
    padding: 20px;
    color: #FFF;
}

.homepage-rotator span.bg-dark {
    background-color: rgba(91, 204, 199, 0.8) !important;
}

.get-started a.btn-secondary {
    background-color: #fff;
    border-color: #fff #fff #eee;
    color: #00A599;
}

/* == Our Awarding Bodies == */
.image-gallery .isotope-item {
    flex-shrink:0;
    /* display: flex !important; */
    width: initial !important;
    height: auto;
    min-width: 100px;
    transition: all 1 linear;
    -moz-transition: all 1 linear;
    -webkit-transition: all 1 linear;
}

.image-gallery .isotope-item.active {
    width: 200px !important;
}

section.image-gallery {
    display: flex !important;
    margin-bottom: 20px !important;
    flex-wrap: wrap;
    justify-content: space-around;

    /* flex-flow: row wrap; */
}

/* == Footer == */
body.page-template-home_corporate footer#footer {
    margin-top: 0 !important;
}

span.thumb-info-inner {
    font-size: 12px;
    line-height: 14px;
}

/* == Single == */

html body {
    color: #5BCCC7;
}

html .bg-color-light-scale-1 {
    background-image: url('../img/header-bg.jpeg');
    /* background-size: contain; */
    background-repeat: repeat-x;
    /* background-position: top right; */
}

.single .main  img {
    max-width: 100%;
    padding-right: 2rem;
}

/* == Single Sidebar == */

.call {
    font-weight: bold;
    text-align: center;
}

.price-box {
    background-color: #f7f7f7 !important;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

html .btn-secondary {
    background-color: #5BCCC7;
    border-color: #5BCCC7 #5BCCC7 #303069;
}

.price {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 2.15rem;
    font-family: Arial, sans-serif;
    color: #5BCCC7;
    text-align: center;
    margin-bottom: 20px;
    /* line-height: 3.1rem; */
}

.price span {
    color:#303069;
    font-size: 1rem;
    line-height: 2.1rem;
}

/** == Cart == **/

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents,
.cart_totals {
    color: #333;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #5BCCC7 !important;
}

/** == Qualifications == */

.sort-source.sort-source-style-3 > li {
    margin-right: 10px;
}

.sort-source.sort-source-style-3 > li.levels {
    background-color: #5BCCC7;
    border-radius: 5px;
    }

.sort-source.sort-source-style-3 > li.levels > a {
    color: #fff;
}

.sort-source.sort-source-style-3 > li.levels > a.active {
    color: #ffcc00 !important  ;
    border-bottom: none;
}

aside {
    border-left: solid 1px #eee;
    margin-left: 20px;
    padding-left: 20px;
}

/*== Course Page == */
.masonry-filter-title:first-child {
    margin-top: inherit !important;
}
.masonry-filter-title {
    margin-top: 20px !important;
}

/* == checkout == */
.form-row.corporate {
    display: none;
}

.form-row.corporate.active {
    display: block;
}

a.dropdown-item {
    padding: 0;
    margin: 0;
}

a.dropdown-item img {
    height: 20px;
}

ul.dropdown-menu img {
    height: 20px;
    float: left;
}

ul.dropdown-menu span.unit {
    color:#5BCCC7;
    padding: 0 10px;
    display: block;
    text-align: center;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    min-width: 130px;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    overflow: hidden;
}

.section-parallax {
    position: relative;
    overflow: hidden;
}

.section-parallax #video, .section-parallax .video  {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.thumb-info-title {
    background-color: #5BCCC7;
    display: block;
}

.course-pricing {
    min-height: 10rem;
    overflow: hidden;
}

.instalments-box {
    background-color: #5BCCC7;
    padding: 2rem;
}

.instalments-box p,
.instalments-box h2 {
    color: #fff !important;
}

.instalments-box .btn-secondary {
    color: #5BCCC7;
    background-color: #fff;
}

.price-box {
    padding: 2rem;
}

.price span {
    display: block;
    padding-top: 1rem;
    color: #666;
}

.main {
    overflow: hidden;
}

header#header div.header-body {
    background-color: #5BCCC7;
}

#header .header-nav.header-nav-line nav > ul li:hover > a {
    color: #00A599;
}

#header .header-nav.header-nav-line nav > ul li:hover > a:before {
    background: #00A599 ;
}

#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a,
.social-icons li a {
    color: #FFF !important;
}

div.contents {
    color: #333;
}

div.contents h2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-bottom: solid 1px rgba(91, 204, 199, 0.2);
}

div.contents img.img-responsive {
    margin-top: 1rem;
}

ul.inline-custom-list {
    overflow: hidden;
    float: left;
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

ul.inline-custom-list li {
    float: left;
    margin-right: 20px;
}

ul.inline-custom-list li:first-child {
    list-style: none;
}

ul.inline-custom-list li:last-child {
    margin-right: 0;
}

.course-grid > div >  a:hover {
    text-decoration: none !important;
}

.course-grid h2 {
    line-height: initial;
}

.course-grid hr {
    margin: 10px 0;
}

.course-grid p {
    margin-top: 0;
}

 /* Cookit */

#cookit {
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: .6rem 2rem;
    display: flex;
    z-index: 999;
  }
  #cookit.hidden { display: none; }

  #cookit #cookit-container {
    margin: auto;
    width: 1200px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  #cookit #cookit-container > * { margin: .4rem; }
  #cookit #cookit-container p { line-height: 1.4rem; }

  #cookit #cookit-container a { text-decoration: none; }
  #cookit #cookit-container a:hover { opacity: .9; }

  #cookit #cookit-container #cookit-button {
    padding: .5rem 1rem;
    margin-left: auto;
  }

  .contents > p > strong {
        font-size: 2.2em;
        font-weight: 300;
        line-height: 42px;
        margin: 0 0 32px 0;
        color: #00A599;
  }
  .sort-source {
    position: relative;
    transition: top 1s ease 0s; /* only transition top property */
    top: 0;
    display: block;
}
.sort-source.sticky {
    position: fixed;
    top: 160px;
}

ul.sort-source.nav-list li a::before {
    display: none;
}

ul.sort-source.nav-list li a {
    display: inline-block;
    float: left;
    background-color: #5BCCC7;
    border-radius: 5px;
    margin: 5px 5px 0 5px;
    color: #fff;
    padding: 5px 10px;
}

ul.sort-source.nav-list li a.active {
    background-color: #dc3545;
}

ul.sort-source.nav-list li.masonry-filter-title {
    clear: both;
    margin: 5px !important;
    display: block;
    width: 100%;
    float: left;
}

.course-divider {
    clear: both;
    margin-top: 20px;
    float: left;
    width: 100%;
}

html .btn-primary:focus, html .btn-primary.focus,  html .btn-primary:active {
    background-color: #5BCCC7 !important;
    border-color: #5BCCC7 !important;
    color: #FFF;
    box-shadow: 0 0 0 3px #5BCCC7;
}

.in-full, .in-installments {
    overflow: hidden;
    height: 50px;
    display: block;
}

.in-installments.active {
    height: inherit;
}

#instalment_notes_field {
    display: none;
}

.course-contact {
    background-color:#5BCCC7 ;
    color: #fff;
}

.course-contact p, .course-contact h3 {
    color: #fff;
}


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

    aside {
        border-left: none;
        margin-left: 0;
        padding-left: 0;
    }

    #header .header-row {
        display: block;
    }

    #header .header-nav {
        float: right;
        display: block;
        padding: 0;
    }

    #header .header-nav.header-nav-links, #header .header-nav.header-nav-line {
        min-height: auto;
    }

    #header .header-nav-features {
        display: block;
        float: left;
    }

    /* section.section.section-height-3 {
        padding: 0rem;
        background-image: url('../video/london.jpg');
        background-size: cover;
        background-repeat: no-repeat;
    } */

    section.section-parallax {
        margin-bottom: 0 !important;
        padding-bottom:  0 !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    section.section-parallax .mb-5 {
        margin-bottom: -1.5rem !important;
    }

    .homepage-rotator {
        margin-top: -9px;
    }

   .section-parallax  .container {
        margin: 0;
        padding: 0;
    }

    #video {
        position: relative !important;
    }

    .pb-5 {
        padding-bottom: 1rem !important;
    }

    .py-2 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .mt-3 {
        margin-top: 0 !important;
    }

    .mb-2 {
        margin-bottom: 0 !important;
    }

    .mb-5 {
        margin-bottom: 1rem !important;
    }

    .header-logo img {
        /* max-width: 200px; */
        height: auto;
    }
    #header .header-nav-main nav {
        padding: 0;
    }

    #header .header-nav-main nav > ul {
        background-color: #5BCCC7;
    }

    .container  .row.py-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    #footer {
        margin-top: 0;
    }

    #footer a img.img-fluid {
        display: block;
        margin: 0 auto;
    }

}

@media only screen and (min-device-width : 768px)  and (max-device-width : 1200px)  {

    #header .header-logo img {
        width: 200px !important;
    }

    aside {
        margin-left: 0;
        padding-left: 0;
    }

    .price-box {
        padding: .75rem;
    }
}

.sort-source {
	overflow: hidden;
}

.search article a {
    text-decoration: none !important;
}

.search article a:hover {
    color: #5BCCC7;
}


#mainNav .dropdown-menu.dynamic,
#mainNav .dropdown-menu.dynamic li {
    background-color: #00A599 !important;
}

#mainNav .dropdown-menu.dynamic li a {
    background-color: #00A599;
    width: 100% !important;
    display: block;
    border: none !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    text-decoration: none !important;
}

#mainNav .dropdown-menu.dynamic li:hover,
#mainNav .dropdown-menu.dynamic li:hover a,
#mainNav .dropdown-menu.dynamic li a:hover {
    background-color: #5BCCC7 !important;
}

@media only screen and (max-width: 1024px) {
    #mainNav .dropdown-menu.dynamic,
    #mainNav .dropdown-menu.dynamic li {
        background-color: #5BCCC7 !important;
    }

    #mainNav .dropdown-menu.dynamic li a {
        background-color: #5BCCC7;
        color: #fff;
    }

    #mainNav .dropdown-menu.dynamic li:hover,
    #mainNav .dropdown-menu.dynamic li:hover a,
    #mainNav .dropdown-menu.dynamic li a:hover {
        background-color: #5BCCC7 !important;
    }
}