/****************

  Table of Contents

  Common Styles
  Misc Styles
  Buttons
  Topbar
  Navbar
  Aside
  Fullscreen
  Home Slider
  Post Info
  Page Title
  Boxes
  Fidelo
  Hustle
  HubSpot
  Gravity
  Quiz
  Linktree
  Team
  Courses
  Photo Gallery
  Blog
  Footer
  Widget
  Modal
  Animations
  Forms
  Bootstrap
  WPBakery
  Helpers

*****************/
/*
    Font
    Headings: font-family: 'lemonde-journal', sans-serif;
    Body: font-family: 'proxima-nova', sans-serif;
    Color
    Primary: #e94c26
    Secondary: #f4f2f2

/*
  Common Styles
*/
* {
    min-height: 0;
    min-width: 0;
}

@media only screen and (max-width: 480px) {
	html {
    	font-size: 100%;
	}
}

@media only screen and (max-width: 768px) {
	html {
    	font-size: 100%;
	}
}

@media only screen and (max-width: 960px) {
	html {
    	font-size: 100%;
	}
}

@media only screen and (max-width: 1024px) {
	html {
    	font-size: 100%;
	}
}

@media only screen and (max-width: 1280px) {
	html {
    	font-size: 100%;
	}
}

body {
    font-family: 'proxima-nova', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333333;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: #3c3c3c;
	background-color: #f1eee9;
}

body.boxed-layout {
    background-color: #f8f8f8;
}

body.page-template-default {
    background-color: #f8f8f8;
}

::-moz-selection {
    background-color: #3c3c3c;
    color: #fff;
}

::selection {
    background-color: #3c3c3c;
    color: #fff;
}

img,
video {
    max-width: 100%;
    height: auto;
}

a {
    color: #e94c26;
}

a:hover {
    color: #e94c26;
    text-decoration: underline;
}

a:focus {
    color: #e94c26;
    text-decoration: underline;
}

a.small-link {
    font-family: 'proxima-nova', sans-serif;
    font-size: 11px;
    letter-spacing: 0.05em;
    font-weight: 500;
}

a.small-link>span {
    display: inline-block;
    vertical-align: middle;
}

a.small-link>i {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    font-size: 10px;
    width: 10px;
    height: 8px;
    margin-left: 3px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

a.small-link.black-text:hover {
    color: #00c3da !important;
}

a.small-link:hover>i {
    margin-left: 7px;
}

a.white-text:hover {
    color: #00c3da;
}

a.arrow-link {
    font-family: 'proxima-nova', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
    position: relative;
    display: inline-block;
}

a.arrow-link:after {
    content: "\e019";
    font-family: 'dashicons';
    font-size: 18px;
    vertical-align: middle;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-left: 2px;
}

a.arrow-link:hover:after {
    margin-left: 8px;
}

.mark, mark {
    padding: 0.2em;
	color: #e94c26;
    background-color: transparent;
}

dd {
    margin-bottom: 20px;
}

ul {
    list-style: disc;
}

li>ul,
li>ol {
    padding: 0;
    margin-left: 15px;
}

select {
    max-width: 100%;
}

.table {
    font-size: 14px;
}

.table>thead>tr>th {
    color: #3c3c3c;
    border-bottom: 1px solid #e7e7e7;
    font-family: 'lemonde-journal', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

iframe {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'lemonde-journal', sans-serif;
    color: #3c3c3c;
    line-height: 1.1;
    text-transform: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    padding-bottom: .5rem;
}

h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
    margin: 0 !important;
}

.lead {
    font-size: 16px;
    font-weight: normal;
    line-height: 29px;
    color: #777;
}

blockquote {
    position: relative;
    color: #666666;
    font-size: 1.1875rem;
    padding-left: 25px;
    margin-bottom: 0;
}

blockquote:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 8px;
    background: #666666;
}

blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6 {
    line-height: inherit;
}

blockquote footer {
    color: inherit;
    font-family: 'lemonde-journal', sans-serif;
}

hr {
    border-color: #e6e6e6;
}

.sep {
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 768px) {
	.container, .container-md, .container-sm {
    	max-width: 100%;
	}
}

@media (min-width: 576px) {
	.container, .container-sm {
    	max-width: 100%;
	}
}

@media (min-width: 1300px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1280px;
    }
}

#page {
    position: relative;
    background-color: #fff;
	max-width: 1920px;
	margin: auto;
    overflow-x: hidden;
}

.page-content,
.entry-content,
.entry-summary {
    margin-top: 0;
}

#content.site-content {
    padding-bottom: 0;
    padding-top: 0;
}

@media (min-width: 992px) {
    .vc_column_container.pd-lg>.vc_column-inner {
        border-left: 1px solid #e3e9ee;
        padding-left: 70px;
        margin-left: 30px;
    }
}

.entry-content li {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-bottom: 1rem;
}

.vc_col-has-fill>.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0 !important;
}

#wrapper section.last-section {
    -webkit-box-shadow: 0 20px 20px 0px rgba(0, 0, 0, 0.02);
            box-shadow: 0 20px 20px 0px rgba(0, 0, 0, 0.02);
}

@media only screen and (min-width: 1200px) {
    .boxed-layout #wrapper {
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto;
        -webkit-box-shadow: none;
                box-shadow: none;
    }

    .boxed-layout #wrapper .container {
        width: 1140px;
    }

    .boxed-layout #wrapper section.vc_row[data-vc-full-width] {
        left: 0 !important;
        width: 100% !important;
    }
}

section {
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
    z-index: 10;
}

@media (min-width: 768px) {
    section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

section.wpb-content-wrapper,
div.wpb-content-wrapper {
    padding-top: 160px;
    padding-bottom: 0;
}

@media (min-width: 768px) {
    section.wpb-content-wrapper,
	div.wpb-content-wrapper {
        padding-top: 150px;
    }
}

@media (max-width: 991.98px) {
	.wpb-content-wrapper >section:first-child {
    	padding-top: 0;
	}
	.wpb-content-wrapper >section:first-child .vc_row.vc_row-flex {
    	padding-top: 0;
	}
}

#page-sub-header + #content section.wpb-content-wrapper,
#page-sub-header + #content div.wpb-content-wrapper {
	padding-top: 0;
}

section.parallax-section {
    padding-top: 180px;
    padding-bottom: 180px;
}

.row-parallax-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.row-parallax-bg .parallax-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 130%;
    height: calc(100% + 30vh)
}

.row-parallax-bg .parallax-wrapper .parallax-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

section.parallax-section .parallax-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #1f1f1f;
  opacity: .7;
}

section.content-area {
    padding-top: 0;
    padding-bottom: 0;
}

section.vc_section {
    padding-top: 0;
    padding-bottom: 0;
}

section.s-booking {
	overflow: visible !important;
    z-index: 100;
}

section.s-clients {
    padding-left: 30px;
    padding-right: 30px;
}

@media (min-width: 1200px) {
    section.s-clients {
        padding-left: 50px;
        padding-right: 50px;
    }
}

section.home-section+section:not(.section-bordered),
section.home-section+.vc_row-full-width+section:not(.section-bordered) {
    border-top: 0 !important;
}

section.grey-bg:not(.section-bordered),
section.dark-bg:not(.section-bordered) {
    border-top: 0 !important;
}

section.grey-bg+section,
section.dark-bg+section,
section.grey-bg+.vc_row-full-width+section,
section.dark-bg+.vc_row-full-width+section {
    border-top: 0;
}

@media only screen and (min-width: 992px) {
    section.split-section+.split-section {
        border-top: 0;
    }
}

section.parallax-section .title>i {
    color: #333;
}

section.parallax-section+section,
section.parallax-section+.vc_row-full-width+section {
    border: 0;
}

section.big-padding-bt {
    padding-bottom: 220px !important;
}

section.section-bordered {
    border: 20px solid #fff !important;
}

section.section-bordered.home-section {
    border: 0 !important;
}

section.section-bordered.home-section #home-slider {
    border: 20px solid #fff;
    border-bottom: 0;
    padding-bottom: 20px;
}

section.section-bordered.home-section #home-slider:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 20px;
    background-color: #fff;
}

.vc_row.vc_row-flex {
    padding-top: 30px;
    padding-bottom: 30px;
}

.vc_col-has-fill>.vc_column-inner {
    background-size: 90% auto;
    background-position: center;
    background-repeat: no-repeat;
}

.white-bg {
    background-color: #ffffff;
}

.grey-bg {
    background-color: #f1eee9;
}

.dark-bg {
    background-color: #3c3c3c;
    color: #fff;
}

.dark-bg .title>hr {
    border-color: #fff;
}

.title {
    position: relative;
    margin: 0;
    margin-bottom: 1rem;
    z-index: 10;
}

h1,
.title h1 {
    font-size: 4rem;
	line-height: 1;
	letter-spacing: -1px;
}

@media (max-width: 1199.98px) {
	h1,
	.title h1 {
        font-size: 3rem;
    }
}

@media (max-width: 767.98px) {
    h1,
	.title h1 {
        font-size: 2.625rem;
    	line-height: 1.1;
    }
}

.title.secondary h1 {
    color: #e94c26;
}

h2,
.title h2 {
    font-size: 3.25rem;
	letter-spacing: -0.5px;
}

@media (max-width: 1199.98px) {
	h2,
	.title h2 {
        font-size: 2.625rem;
    }
}

@media (max-width: 767.98px) {
    h2,
	.title h2 {
        font-size: 2rem;
    }
}

.title.secondary h2 {
    color: #e94c26;
}

h3,
.title h3 {
    font-size: 2.5rem;
}

@media (max-width: 1199.98px) {
	h3,
	.title h3 {
        font-size: 2.25rem;
    }
}

@media (max-width: 767.98px) {
    .title h3 {
        font-size: 1.75rem;
    }
}

.title.secondary h3 {
    color: #e94c26;
}

h4,
.h4,
.title h4 {
    font-size: 1.625rem;
    line-height: 1;
}

@media (max-width: 1199.98px) {
	h4,
	.title h4 {
        font-size: 1.5rem;
    }
}

@media (max-width: 767.98px) {

    h4,
    .title h4 {
        font-size: 1.5rem;
    }
}

.title.secondary h4 {
    color: #e94c26;
}

.title>i {
    font-size: 45px;
    color: #3c3c3c;
}

.title h1 b,
.title h2 b,
.title h3 b,
.title h4 b {
    display: inline-block;
    position: relative;
    font-weight: 900;
}

.title h1 b::before,
.title h2 b::before,
.title h3 b::before,
.title h4 b::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5px;
    background-color: #e94c26;
    z-index: -1;
}

.title h1 b::before {
	bottom: 3px;
}

.title h4 b::before {
	bottom: -1px;
}

.title .title-icon {
    position: relative;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    text-align: center;
    line-height: 65px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: inline-block;
    background-color: #00c3da;
    clear: both;
    color: #fff;
}

.title .title-icon>i {
    font-size: 32px;
}

.title>p {
    font-size: 1.375rem;
    font-weight: 600;
    margin: 20px 0;
    color: #636363;
}

@media (max-width: 991px) {
    .title>p {
        font-size: 1.25rem;
    	max-width: none;
    }
}

.title +.btn-container,
.title +.inline-icon-btn {
	margin-top: 30px;
}

.title.text-center h2[data-bigletter]:before {
    left: 0;
    right: 0;
    margin: auto;
}

@media (max-width: 991px) {
    .title.txt-sm-center h2[data-bigletter]:before {
        left: 0;
        right: 0;
        margin: auto;
    }
}

.title h2[data-bigletter] {
    position: relative;
}

.title h2[data-bigletter]:before {
    z-index: -1;
    content: attr(data-bigletter);
    font-size: 2em;
    opacity: .06;
    position: absolute;
    top: -0.5em;
    left: -0.15em;
    text-align: center;
    text-transform: uppercase;
}

.bodyfont {
	font-size: 1.375rem;
    font-weight: 600;
    margin: 20px 0;
}

.simple-link {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    color: #000;
}

.simple-link a {
    position: relative;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.simple-link a:hover,
.simple-link a:focus {
    color: #252525;
    text-decoration: none;
}

.simple-link a .link-arrow {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-left: 2px;
}

.simple-link a:hover .link-arrow {
    margin-left: 8px;
}

.simple-link .link-arrow i {
    font-size: 20px;
    width: 20px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.video-wrapper .video-player,
.video-wrapper .mbYTP_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 30px;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .video-wrapper .video-player,
	.video-wrapper .mbYTP_wrapper {
        position: relative !important;
    }
}

.video-wrapper .video-player video,
.video-wrapper .mbYTP_wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    -webkit-clip-path: inset(1px 1px);
            clip-path: inset(1px 1px);
    z-index: -1;
}

@media (max-width: 991.98px) {
    .video-wrapper .video-player video,
	.video-wrapper .mbYTP_wrapper iframe {
        position: relative;
        display: block;
    }
}

.video-wrapper .fallback-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (min-width: 992px) {
    .video-wrapper .fallback-bg {
        display: none;
    }
}

.parallax-section.text-light h1,
.parallax-section.text-light h2,
.parallax-section.text-light h3,
.parallax-section.text-light h4,
.parallax-section.text-light h5,
.parallax-section.text-light h6,
.parallax-section.text-light p {
    color: #252525;
}

.vertical-divider {
    height: 70px;
    width: 1px;
    background-color: #3c3c3c;
    margin: 50px auto 0;
}

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img {
    -webkit-box-shadow: 0.5rem 0.5rem #ccc !important;
            box-shadow: 0.5rem 0.5rem #ccc !important;
}

.img-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .img-cover {
        min-height: 350px;
    }
}

@media only screen and (max-width: 767px) {
    .img-cover {
        min-height: 300px;
    }
}

.img-side {
    padding: 0;
    position: absolute !important;
    top: 0px;
    height: 100%;
    overflow: hidden;
    z-index: 100;
}

.img-side.fixed-image {
    position: fixed !important;
}

.img-side.img-right {
    right: 0;
}

.img-side.img-left {
    left: 0;
}

.img-side.img-center {
    left: 0;
    right: 0;
    margin: auto;
}

@media only screen and (max-width: 767px) {
    .img-side {
        min-height: 400px;
        margin: -110px 0 60px;
        position: relative !important;
        z-index: 0;
    }

    .img-side .img-holder .title {
        padding-left: 15px;
        padding-right: 15px;
    }

    section.p-0 .img-side,
    section.pt-0 .img-side {
        margin-top: 0;
    }
}

.img-holder {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.img-holder.overlay {
    color: #fff;
}

.img-holder.overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 40, 45, 0.6);
}

.img-holder.overlay .title p {
    color: #fff;
}

.img-holder .title {
    padding-left: 100px;
    padding-right: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .img-holder .title {
        display: none;
    }
}

.img-holder.with-border {
    border: 20px solid #fff;
}

.holder-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.holder-container:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(31, 31, 31, 0.5);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

@media only screen and (min-width: 992px) {
    .fixed-bg-section section {
        padding-left: 5%;
        padding-right: 5%;
    }

    .fixed-bg-section section .container {
        width: auto;
    }
}

@media only screen and (max-width: 991px) {
    .fixed-bg-section .img-side {
        min-height: 500px;
        position: relative !important;
        z-index: 0;
    }

    .fixed-bg-section .img-side .img-holder .title {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.go-top {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 50px;
    right: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #dedede;
    background-color: transparent;
    z-index: 100;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
        transform: scale(0.3);
}

.go-top.showed-up {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1);
}

.go-top:hover {
    background-color: #00c3da;
}

.go-top a {
    color: #929292;
    display: block;
}

.go-top a i {
    font-size: 26px;
    line-height: inherit;
}

.go-top a i:before {
    line-height: inherit;
}

.row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row-flex:before {
    content: none;
}

.row-flex>[class*="col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@media only screen and (max-width: 767px) {
    .row-flex>[class*="col-"]:not([class*="col-xs"]) {
        width: 100%;
    }
}

.row-flex>[class*="col-"] .column-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: -15px;
    margin-right: -15px;
}

.row-flex>[class*="col-"] .column-inner.with-border {
    margin-right: -14px;
    margin-top: 1px;
    margin-bottom: 1px;
}

.row-flex.flex-center>[class*="col-"] {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 768px) {
    .row-flex.full-width-flex>[class*="col-"] {
        padding-left: 6.5%;
        padding-right: 6.5%;
    }
}

.row-flex.padding-row>[class*="col-"] {
    padding: 7.5% 6.5%;
}

.row-flex.flex-horizontal>[class*="col-"]:last-child {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.row-flex.flex-spacing .column-inner {
    margin-left: 0;
    margin-right: 0;
}

.vc_row-flex.padding-row>[class*="vc_col-"] .vc_column-inner {
    padding: 100px;
}

@media only screen and (max-width: 991px) {
    .vc_row-flex.padding-row>[class*="vc_col-"] .vc_column-inner {
        padding: 75px 25px;
    }
}

.column-inner.with-padding {
    padding: 65px 50px;
}

.column-inner.with-border {
    -webkit-box-shadow: 0 0 0 1px #eee;
            box-shadow: 0 0 0 1px #eee;
}

.boxed-tabs.center-tabs,
.minimal-tabs.center-tabs {
    text-align: center;
    font-size: 0;
}

.boxed-tabs.center-tabs>li,
.minimal-tabs.center-tabs>li {
    display: inline-block;
    float: none;
}

.boxed-tabs {
    border-bottom: 0;
    margin-bottom: 25px;
}

.boxed-tabs.cols-6>li {
    width: 16.66666667%;
}

.boxed-tabs.cols-5>li {
    width: 20%;
}

.boxed-tabs.cols-4>li {
    width: 25%;
}

.boxed-tabs.cols-3>li {
    width: 33.33333333%;
}

.boxed-tabs.cols-2>li {
    width: 50%;
}

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

    .boxed-tabs.cols-6>li,
    .boxed-tabs.cols-5>li,
    .boxed-tabs.cols-4>li,
    .boxed-tabs.cols-3>li {
        width: 50%;
        padding: 4px;
        border: 0;
        float: left;
        display: block;
    }
}

.boxed-tabs>li {
    border-right: 1px solid rgba(0, 0, 0, 0.07);
}

.boxed-tabs>li:last-child {
    border-right: 0;
}

.boxed-tabs>li>a {
    text-transform: uppercase;
    padding: 15px 20px;
    letter-spacing: 0.15em;
    font-size: 11px;
    border-radius: 0;
    color: #3c3c3c;
    font-family: 'lemonde-journal', sans-serif;
    font-weight: 700;
    background-color: #f4f4f4;
    border: 0;
    margin-right: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.boxed-tabs>li>a:hover {
    background-color: #eee;
    border-color: transparent;
}

.boxed-tabs>li.active {
    border-color: #00c3da;
}

.boxed-tabs>li.active>a,
.boxed-tabs>li.active>a:focus,
.boxed-tabs>li.active>a:hover {
    border: 0;
    background-color: #00c3da;
    color: #fff;
    cursor: pointer;
    outline: none;
}

.boxed-tabs.black-skin>li.active {
    border-color: #3c3c3c;
}

.boxed-tabs.black-skin>li.active>a,
.boxed-tabs.black-skin>li.active>a:focus,
.boxed-tabs.black-skin>li.active>a:hover {
    background-color: #3c3c3c;
}

.boxed-tabs.blue-skin>li.active {
    border-color: #007aff;
}

.boxed-tabs.blue-skin>li.active>a,
.boxed-tabs.blue-skin>li.active>a:focus,
.boxed-tabs.blue-skin>li.active>a:hover {
    background-color: #007aff;
}

.boxed-tabs.red-skin>li.active {
    border-color: #f42841;
}

.boxed-tabs.red-skin>li.active>a,
.boxed-tabs.red-skin>li.active>a:focus,
.boxed-tabs.red-skin>li.active>a:hover {
    background-color: #f42841;
}

.minimal-tabs {
    margin-bottom: 25px;
    border-bottom: 0;
}

.minimal-tabs>li>a {
    text-transform: uppercase;
    margin-right: 20px;
    letter-spacing: 0.1em;
    font-size: 11px;
    border-radius: 0;
    font-weight: 700;
    color: #454545;
    font-family: 'lemonde-journal', sans-serif;
    border: 0;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.minimal-tabs>li>a:hover,
.minimal-tabs>li>a:focus {
    background-color: transparent;
    border-color: transparent;
    color: #3c3c3c;
}

@media only screen and (max-width: 767px) {
    .minimal-tabs>li>a {
        margin-bottom: 10px;
        margin-right: 0;
    }
}

.minimal-tabs>li.active>a,
.minimal-tabs>li.active>a:focus,
.minimal-tabs>li.active>a:hover {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #3c3c3c;
    color: #3c3c3c;
    outline: none;
}

.icon-tabs {
    border-bottom: 0;
    margin-bottom: 25px;
    text-align: center;
    font-size: 0;
}

.icon-tabs.cols-6>li {
    width: 16.66666667%;
}

.icon-tabs.cols-5>li {
    width: 20%;
}

.icon-tabs.cols-4>li {
    width: 25%;
}

.icon-tabs.cols-3>li {
    width: 33.33333333%;
}

.icon-tabs.cols-2>li {
    width: 50%;
}

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

    .icon-tabs.cols-6>li,
    .icon-tabs.cols-5>li,
    .icon-tabs.cols-4>li,
    .icon-tabs.cols-3>li {
        width: 50%;
    }
}

.icon-tabs>li {
    width: 25%;
    display: inline-block;
    float: none;
}

.icon-tabs>li>a {
    text-transform: uppercase;
    margin-right: 20px;
    letter-spacing: 0.1em;
    font-size: 12px;
    border-radius: 0;
    font-weight: 700;
    color: #454545;
    font-family: 'lemonde-journal', sans-serif;
    border: 0;
    margin-right: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.icon-tabs>li>a:hover,
.icon-tabs>li>a:focus {
    background-color: transparent;
    border-color: transparent;
}

.icon-tabs>li>a>i {
    display: block;
    font-size: 42px;
    margin-bottom: 20px;
}

.icon-tabs>li.active>a,
.icon-tabs>li.active>a:focus,
.icon-tabs>li.active>a:hover {
    opacity: 1;
    border: 0;
    background-color: transparent;
    color: #00c3da;
    cursor: pointer;
    outline: none;
}

.tab-content p {
    line-height: 28px;
}

.play-button {
    cursor: pointer;
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #3c3c3c;
    border-radius: 50%;
    line-height: 76px;
    color: #3c3c3c;
    text-align: center;
    font-size: 36px;
    position: relative;
    z-index: 10;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.play-button a {
    color: inherit;
}

.play-button i {
    line-height: inherit;
}

.play-button i:before {
    line-height: inherit;
}

.play-button:hover {
    background-color: #3c3c3c;
    color: #fff;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
        transform: scale(0.9);
}

.btn[data-play-button] {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn[data-play-button]:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
        transform: scale(1.1);
}

.testimonials-slider .testimonial {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 767px) {
    .testimonials-slider .testimonial {
        padding-left: 0;
        padding-right: 0;
    }
}

.testimonials-slider .testimonial-content {
    background-color: transparent;
    max-width: 750px;
    padding: 70px 15px 0;
    margin: 30px auto 0;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .testimonials-slider .testimonial-content {
        padding: 15px 20px;
    }
}

.testimonials-slider .testimonial-content.align-left {
	text-align: left;
}

.testimonials-slider .testimonial-content.align-right {
	text-align: right;
}

.testimonials-slider .testimonial-content>img {
	width: 100px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -70px;
}

@media (max-width: 767.98px) {
	.testimonials-slider .testimonial-content>img {
    	margin-top: 0;
	}
}

.testimonials-slider .testimonial-comment>p {
	position: relative;
    margin: 25px 0;
    font-size: 1.5rem;
    font-weight: 600;
	color: #3c3c3c;
	margin-bottom: 25px;
}

@media (max-width: 767.98px) {
	.testimonials-slider .testimonial-comment>p {
    	font-size: 1.25rem;
	}
}

.testimonials-slider .testimonial-comment>p:before,
.testimonials-slider .testimonial-comment>p:after {
    position: absolute;
	font-size: 90px;
    color: #e94c26;
	height: 0;
    line-height: 0;
}

.testimonials-slider .testimonial-comment>p:before {
    content: open-quote;
    position: absolute;
	top: 0;
	left: 0; 
}

.testimonials-slider .testimonial-comment>p:after {
    content: close-quote;
	bottom: -30px;
    right: 0;
}

.testimonials-slider .testimonial-comment>div {
    font-family: 'Benedict', sans-serif;
	font-size: 2.375rem;
	font-weight: normal;
    line-height: 1;
	color: #e94c26;
}

@media (max-width: 767.98px) {
	.testimonials-slider .testimonial-comment>div {
    	font-size: 1.75rem;
	}
}

@media only screen and (max-width: 991px) {
    .testimonials-slider .slick-arrow {
        display: none;
        visibility: hidden;
    }
}

section.parallax-section .testimonials-slider .testimonial-content {
    background-color: transparent;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 50px;
    -webkit-box-shadow: none;
            box-shadow: none;
}

@media only screen and (max-width: 767px) {
    section.parallax-section .testimonials-slider .testimonial-content {
        padding: 0;
    }
}

section.parallax-section .testimonials-slider .testimonial-content>img {
    margin-top: 0;
}

section.parallax-section .slick-dots>li:not(.slick-active)>button {
    background-color: rgba(255, 255, 255, 0.3);
}

.slick-prev:before,
.slick-next:before {
    color: #252525;
}

.gallery-control .slick-prev:before,
.gallery-control .slick-next:before {
    color: #fff;
}

.slick-slider:not(.carousel) .slick-prev,
.slick-slider:not(.carousel) .slick-next {
    position: absolute;
    top: 50%;
    border: 0;
    background-color: transparent;
    height: 50px;
    margin-top: -25px;
    font-size: 52px;
    line-height: 50px;
    outline: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 100
}


.slick-slider:not(.carousel) .slick-prev,
.slick-slider:not(.carousel) .slick-next {
    color: #252525;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 100;
}

.slick-slider:not(.carousel) .slick-prev:hover,
.slick-slider:not(.carousel) .slick-next:hover {
    color: #e94c26;
    text-decoration: none;
}

.slick-slider:not(.carousel) >button .dashicons {
    font-family: dashicons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: never;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 50px;
    height: 50px;
    font-size: 36px;
    vertical-align: top;
    text-align: center;
    -webkit-transition: color .1s ease-in;
    -o-transition: color .1s ease-in;
    transition: color .1s ease-in;
}

.slick-slider:not(.carousel) .slick-prev i,
.slick-slider:not(.carousel) .slick-next i {
    line-height: inherit;
}

.slick-slider:not(.carousel) .slick-prev {
    left: 25px
}

.slick-slider:not(.carousel) .slick-prev:hover {
    left: 20px
}

.slick-slider:not(.carousel) .slick-next {
    right: 25px
}

.slick-slider:not(.carousel) .slick-next:hover {
    right: 20px
}

.slick-slide {
    outline: none;
}

.slick-dots {
    position: relative;
    bottom: -25px;
    margin: auto;
    text-align: center;
    padding-left: 0;
    margin: 0 0 15px;
    list-style-type: none;
}

.slick-dots>li {
    display: inline-block;
    margin: 0 4px;
}

.slick-dots>li>button {
    font-size: 0;
    border: 0;
    padding: 0;
    width: 21px;
    height: 21px;
    outline: none;
    background-color: rgba(242, 246, 249, 1);
    border-radius: 50%;
}

.slick-dots>li>button:before {
    content: "";
}

.slick-dots>li.slick-active>button {
    background-color: rgba(75, 128, 133, 1);
}

.dark-dots .slick-dots>li.slick-active>button {
    background-color: rgba(37, 37, 37, 1);
}

.white-dots .slick-dots>li.slick-active>button,
.parallax-section .slick-dots>li.slick-active>button {
    background-color: rgba(255, 255, 255, 1);
}

.dots-abs .slick-dots {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
}

.accordion {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.accordion>.accordion-item {
    margin-bottom: 20px;
}

.accordion>.accordion-item.active .accordion-title {
    color: #e94c26;
    border-color: #e94c26;
}

.accordion>.accordion-item.active .accordion-title h4 {
    color: #e94c26;
}

.accordion>.accordion-item.active .accordion-title:before {
    content: "\f347";
    color: #e94c26;
    border-color: #e94c26;
}

.accordion-title {
    margin: 0;
    padding: 20px 20px;
    padding-left: 70px;
    position: relative;
    cursor: pointer;
    border: 2px solid #e6e6e6;
	border-radius: 30px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.accordion-title:before {
    content: "\f345";
    position: absolute;
    left: 0;
    top: -2px;
    bottom: -2px;
    width: 57px;
    text-align: center;
    line-height: 65px;
    font-family: "dashicons";
    font-size: 24px;
    border-right: 2px solid #e6e6e6;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.accordion-title h4 {
	padding: 0;
    margin: 0;
    font-weight: 600;
    font-size: 1rem;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.accordion-content {
    display: none;
    padding: 20px 0;
}

.accordion-content p:last-child,
.accordion-content .wpb_content_element {
    margin: 0;
}

.entry-content .accordion-content .wpb_content_element {
	margin-bottom: 0;
}

.entry-content ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.single-post .entry-content ul {
	list-style: disc;
    list-style-position: inside;
}

.entry-content ul >li {
    position: relative;
	font-size: 1.063rem;
    line-height: 1.3;
    font-weight: normal;
    color: #3c3c3c;
    padding: 6px 0 6px 30px;
	margin-bottom: 7px;
}

.tagcloud a,
.post-tags a {
    display: block;
    float: left;
    padding: 8px 10px;
    border: 1px solid #858585;
    margin: 0 10px 10px 0;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-family: 'lemonde-journal', sans-serif;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 600;
    color: #787878;
}

.tagcloud a:hover,
.post-tags a:hover {
    background-color: #00c3da;
    border-color: #00c3da;
    color: #fff;
}

.dark-bg .progress,
.colored-bg .progress {
    background-color: rgba(255, 255, 255, 0.15);
}

.dark-bg .progress-bar:not(.colored),
.colored-bg .progress-bar:not(.colored) {
    background-color: #fff;
}

.progress {
    height: 2px;
    background-color: #eee;
    margin-bottom: 25px;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.progress-bar {
    background-color: #3c3c3c;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.progress-bar.colored {
    background-color: #00c3da;
}

.progress-bar.white {
    background-color: #fff;
}

.skill {
    position: relative;
    text-align: left;
}

.skill-name {
    position: relative;
}

.skill-name,
.skill-perc {
    margin-bottom: 15px;
    display: block;
    font-size: 13px;
    font-weight: 600;
}

.skill-perc {
    position: absolute;
    top: 0;
}

.carousel-wrapper {
    position: relative;
    margin: 50px auto 0;
}

@media (min-width: 992px) {

	.carousel-wrapper {
    	margin-left: -10px;
	}

}

.carousel {
    max-width: 100%;
}

.carousel.slick-slider .slick-track {
	margin-left: 0;
}

.carousel .slick-list {
    	padding: 0 16.666667% 0 0 !important;
	}

@media (max-width: 991.98px) {
	.carousel .slick-list {
    	padding: 0 25% 0 0 !important;
	}
}

.carousel .slick-list.draggable {
    cursor: -webkit-grab;
    cursor: grab;
}

.carousel .slick-list.draggable:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.carousel .course-item,
.carousel .location-item {
    padding-left: 10px;
    padding-right: 10px;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.carousel .course-item {
	opacity: 1;
}

.carousel .course-item.slick-current + .item {
	opacity: 1;
}

@media (max-width: 767.98px) {
	.carousel .course-item.slick-current {
		opacity: 1;
	}
	
	.carousel .course-item.slick-current + .item {
		opacity: 1;
	}
}

.carousel .course-item:hover,
.carousel .course-item.slick-current + .item:hover {
	opacity: 0.5;
}

.carousel .location-item img {
    border-bottom-left-radius:0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 30px;

}

.carousel-arrows {
    position: absolute;
    top: -50px;
    right: 30px;
	z-index: 10;
}

@media (max-width: 1199.98px) {
	.carousel-arrows {
    	display: none;
	}
}

.carousel-arrows >button {
    display: inline-block;
    position: relative;
    left: 0;
    right: auto;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: none;
    line-height: 50px;
    color: #e94c26;
    font-size: 36px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 0;
}

.carousel-arrows >button:hover,
.carousel-arrows >button:focus {
	color: #3c3c3c;
	outline: none;
}

.carousel-arrows >button .dashicons{
    font-family: dashicons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: never;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 50px;
    height: 50px;
    font-size: 36px;
    vertical-align: top;
    text-align: center;
    -webkit-transition: color .1s ease-in;
    -o-transition: color .1s ease-in;
    transition: color .1s ease-in;
}

#map.full-width {
    height: 500px;
    width: 100%;
    position: relative !important;
}

@media only screen and (max-width: 991px) {
    .map-side {
        padding: 0;
        margin-top: -120px;
        margin-bottom: 50px;
    }

    .map-side #map {
        min-height: 400px;
        width: 100%;
        position: relative !important;
        margin-bottom: 35px;
    }
}

@media only screen and (min-width: 992px) {
    .map-side {
        padding: 0px;
        position: absolute;
        top: 0px;
        height: 100%;
        overflow: hidden;
        z-index: 100;
        left: 0;
    }

    .map-side.map-side-right {
        right: 0;
        left: auto;
    }

    .map-side #map {
        min-height: 500px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
    }
}

.vc_row-flex .map-container {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 300px;
}

.vc_row-flex .map-container #map {
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.menu-list {
    padding-left: 0;
    list-style: none;
    margin: 0;
    text-align: left;
}

.menu-list.serif-font h4 {
    font-family: 'Lora', sans-serif;
    font-weight: 400;
    text-transform: none;
    font-size: 15px;
    letter-spacing: 0;
}

.menu-list>li {
    padding: 15px 0;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    margin: 10px 0;
}

.menu-list>li:first-child {
    margin-top: 0;
}

.menu-list>li:last-child {
    border-bottom: 0;
}

.menu-list>li h4 {
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.05em;
    position: relative;
    font-weight: 600;
}

.menu-list>li h4:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 2px;
    z-index: -1;
}

.menu-list>li .menu-value {
    float: right;
    padding-left: 5px;
    margin-top: 1px;
    background-color: #fff;
}

.menu-list>li .menu-text {
    font-size: 14px;
    padding: 15px 0 0;
    margin-bottom: 0;
}

.menu-list>li .menu-title {
    background-color: #fff;
    padding-right: 5px;
}

.menu-list>li .menu-content {
    padding-right: 25px;
}

.menu-list>li .menu-pic {
    width: 100px;
    float: left;
    margin-right: 15px;
}

section.grey-bg .menu-list .menu-title,
section.grey-bg .menu-list .menu-value {
    background-color: #f7f7f7;
}

section.dark-bg .menu-list .menu-title,
section.dark-bg .menu-list .menu-value {
    background-color: #3c3c3c;
}

.ig {
    -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.box-with-image {
    position: relative;
}

.box-with-image .box-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.box-with-image .box-content h3 {
    color: #fff;
    font-size: 32px;
    letter-spacing: -1px;
}

.box-with-image .box-content h3.cursive-font {
    font-size: 38px;
    letter-spacing: 0;
}

section.section-skewed {
    padding-bottom: 160px;
}

section.section-skewed.home-section {
    padding-bottom: 0;
}

section.section-skewed .skewed-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 6%;
    z-index: 1;
    pointer-events: none;
}

section.section-skewed .skewed-mask .mask-block {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
        transform: skewY(-3deg);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
}

section.section-skewed.skewed-reverse .skewed-mask .mask-block {
    -webkit-transform: skewY(3deg);
    -ms-transform: skewY(3deg);
        transform: skewY(3deg);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
        transform-origin: 0 100%;
}

section.section-skewed+section,
section.section-skewed+.vc_row-full-width+section {
    border-top: 0;
}

section.gradient-bg {
    color: #fff;
    border: 0;
}

section.gradient-bg:not([data-gradients]) {
    background: -webkit-gradient(linear, left top, right top, from(#cf93ff), to(#00c3da));
    background: -o-linear-gradient(left, #cf93ff 0%, #00c3da 100%);
    background: linear-gradient(90deg, #cf93ff 0%, #00c3da 100%);
}

.gradient-bg-wrapper,
.gradient-bg-element {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.client-carousel .wpb_single_image .vc_figure {
    display: block;
    line-height: 60px;
    margin: 0 auto;
    padding: 0 0;
}

.client-carousel .wpb_single_image .vc_figure img {
    display: inline-block;
    max-height: 100px;
    width: auto;
    vertical-align: middle;
    opacity: .8;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.client-carousel .wpb_single_image .vc_figure img:hover {
    opacity: 1;
}

.client-image {
    max-width: 160px;
    display: block;
    margin: 0 auto;
    line-height: 70px;
}

.client-image img {
    display: inline-block;
    vertical-align: middle;
    opacity: .8;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.client-image:hover img {
    opacity: 1;
}

.clients-box [class*="col-"] {
    padding: 5%;
}

#particle-canvas {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}

.inline-list {
    list-style: none;
    padding-left: 0;
}

.inline-list>li {
    padding: 12px 0;
    border-bottom: 1px solid #e6e6e6;
}

.inline-list>li:last-child {
    border-bottom: 0;
}

.inline-list>li .list-title,
.inline-list>li strong {
    display: inline-block;
    min-width: 120px;
    font-weight: 600;
    color: #3c3c3c;
}

.social-list {
    padding: 0;
    list-style: none;
    margin: 0;
}

.social-list.size--big>li>a {
    width: 75px;
    font-size: 34px;
}

.social-list.text-center>li {
    margin: 5px;
}

.social-list>li {
    display: inline-block;
    margin-right: 10px;
}

.social-list>li>a {
    display: block;
    font-size: 16px;
    width: 32px;
    color: #929292;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

@media (max-width: 991.98px) {
    .social-list>li>a {
        width: 24px;
    }
}

.dark-bg .social-list>li>a,
.colored-bg .social-list>li>a {
    color: #fff;
}

.social-list>li>a:hover {
    color: #00c3da;
}

.social-list>li>a i {
    line-height: inherit;
}

.social-list>li.social-item-facebook>a:hover {
    color: #3b5998;
}

.social-list>li.social-item-twitter>a:hover {
    color: #55acee;
}

.social-list>li.social-item-linkedin>a:hover {
    color: #0077b5;
}

.social-list>li.social-item-instagram>a:hover {
    color: #3f729b;
}

.social-list>li.social-item-dribbble>a:hover {
    color: #ea4c89;
}

.social-list>li.social-item-github>a:hover {
    color: #333;
}

.social-list>li.social-item-flickr>a:hover {
    color: #0063dc;
}

.social-list>li.social-item-pinterest>a:hover {
    color: #bd081c;
}

.social-list>li.social-item-youtube>a:hover {
    color: #cd201f;
}

.social-list>li.social-item-tumblr>a:hover {
    color: #35465c;
}

.social-list>li.social-item-snapchat>a:hover {
    color: #fffc00;
}

#search-modal,
#booking-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#search-modal.active,
#booking-modal.active {
    opacity: 1;
    visibility: visible;
}

#search-modal.active .search-form,
#booking-modal.active .booking-wrapper {
    opacity: 1;
    visibility: visible;
}

#search-modal .search-form,
#booking-modal .booking-wrapper {
    max-width: 90%;
	max-height: 90vh;
    padding: 30px 15px;
    margin-left: auto;
    margin-right: auto;
	border-radius: 30px;
	background: #f1eee9;
    opacity: 0;
    visibility: hidden;
	overflow: auto;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
       transition-delay: .3s;
}

@media (max-width: 991.98px) {
	#search-modal .search-form,
	#booking-modal .booking-wrapper {
		max-height: 80vh;
	}
}

#search-modal .search-form img,
#booking-modal .booking-wrapper img {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 30px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#search-modal .search-form ::-webkit-input-placeholder {
    color: #fff;
}

#search-modal .search-form ::-moz-placeholder {
    color: #fff;
}

#search-modal .search-form :-ms-input-placeholder {
    color: #fff;
}

#search-modal .search-form ::-ms-input-placeholder {
    color: #fff;
}

#search-modal .search-form ::placeholder {
    color: #fff;
}

#search-modal .search-form ::-moz-selection {
    background-color: #00c3da;
    color: #fff;
}

#search-modal .search-form ::selection {
    background-color: #00c3da;
    color: #fff;
}

#search-modal .search-form .form-control {
    padding: 0 25px;
    border-color: #999;
    color: #fff;
    background-color: transparent;
    border-width: 1px;
    text-transform: none;
    font-size: 18px;
    letter-spacing: 0;
    height: 60px;
    line-height: 60px;
}

#search-modal .search-form .form-control:focus {
    border-color: #00c3da;
}

#search-modal .search-form .form-control:focus+.input-group-btn .btn {
    border-color: #00c3da;
}

#search-modal .search-form .btn {
    background-color: transparent;
    border-width: 1px 1px 1px 0;
    border-color: #999;
    height: 62px;
    font-size: 18px;
}

#search-modal #close-search-modal,
#booking-modal #close-booking-modal {
    position: absolute;
    top: 1em;
    right: 1em;
	height: 60px;
    line-height: 60px;
    font-size: 35px;
    color: #fff;
	background-color: #e94c26;
    text-align: center;
    border-radius: 50%;
	margin: auto;
	text-decoration: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

@media (max-width: 767.98px) {
    #search-modal #close-search-modal,
	#booking-modal #close-booking-modal {
        height: 30px;
        line-height: 30px;
    }
}

#search-modal #close-search-modal:hover,
#search-modal #close-search-modal:focus
#booking-modal #close-booking-modal:hover,
#booking-modal #close-booking-modal:focus {
	background-color: #3c3c3c;
	text-decoration: none;
}

#close-search-modal .dashicons,
#close-booking-modal .dashicons {
    font-family: dashicons;
    display: inline-block;
    line-height: 50px;
    font-weight: 400;
    font-style: normal;
    speak: never;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 50px;
    height: 50px;
    font-size: 30px;
    vertical-align: top;
    text-align: center;
    -webkit-transition: color .1s ease-in;
    -o-transition: color .1s ease-in;
    transition: color .1s ease-in;
}

@media (max-width: 767.98px) {
    #close-search-modal .dashicons,
	#close-booking-modal .dashicons {
        width: 30px;
        height: 30px;
        font-size: 30px;
    }
}

.image-box {
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .image-box {
        margin: 50px auto;
    }
}

.image-box img {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.image-box:hover img {
    -webkit-transform: scale(1.1) translateX(10px);
    -ms-transform: scale(1.1) translateX(10px);
        transform: scale(1.1) translateX(10px);
}

.image-box .image-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 35px;
}

.image-box .image-overlay h1,
.image-box .image-overlay h2,
.image-box .image-overlay h3,
.image-box .image-overlay h4,
.image-box .image-overlay h5,
.image-box .image-overlay h6 {
    color: inherit;
}

.image-box .image-overlay .title {
    margin-bottom: 15px;
}

.image-box .image-overlay .btn.btn-circle.btn-sm {
    width: 40px;
    height: 40px;
    line-height: 38px !important;
}

.error-page {
    text-align: center;
}

.error-page .title>h1 {
    font-size: 160px;
    line-height: 1;
	color: #fff;
}

@media only screen and (max-width: 767px) {
    .error-page .title>h1 {
        font-size: 100px;
    }
}

.error-page .title>h2,
.error-page .title>h3,
.error-page .title>h4 {
	color: #fff;
}

.error-page .search-form {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.error-page .search-form ::-webkit-input-placeholder {
    color: #fff;
}

.error-page .search-form ::-moz-placeholder {
    color: #fff;
}

.error-page .search-form :-ms-input-placeholder {
    color: #fff;
}

.error-page .search-form ::-ms-input-placeholder {
    color: #fff;
}

.error-page .search-form ::placeholder {
    color: #fff;
}

.error-page .search-form .form-control {
    background-color: transparent;
    border-width: 1px;
    color: #fff;
}

.error-page .search-form .form-control:focus {
    border-color: #00c3da;
}

.job-offer {
    padding: 20px 0;
    border-bottom: 1px solid #e7e7e7;
    overflow: hidden;
}

.job-info:before,
.job-info:after {
    content: " ";
    display: table;
}

.job-info:after {
    clear: both;
}

.job-info h3 {
    margin-top: 0;
    letter-spacing: -1px;
}

.job-info h5 {
    font-size: 11px;
    color: #787878;
    letter-spacing: 0.05em;
    font-weight: 700;
}

.job-content {
    margin-top: 20px;
}

.job-content p {
    margin-bottom: 15px !important;
}

.job-content a {
    color: #00c3da;
}

.images-gallery.slick-slider:hover .slick-prev,
.images-gallery.slick-slider:hover .slick-next {
    opacity: 1;
}

.images-gallery.slick-slider .slick-prev,
.images-gallery.slick-slider .slick-next {
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.images-gallery.slick-slider .slick-prev:hover,
.images-gallery.slick-slider .slick-next:hover {
    color: #3c3c3c !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
}

.media-video {
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
}

.media-video iframe,
.media-video embed,
.media-video video,
.media-video .mb_YTPlayer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
	border-radius: 30px;
}

.media-audio {
    width: 100%;
    padding-bottom: 20%;
    position: relative;
}

.media-audio iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
}

.alert {
    border-radius: 0;
    font-size: 16px;
    padding: 25px 25px 25px 100px;
    border: 0;
    color: #fff;
    position: relative;
    margin-bottom: 25px;
}

.alert a {
    color: inherit;
    font-weight: bold;
}

.alert a:hover {
    text-decoration: underline;
}

.alert p {
    margin: 0;
}

.alert .alert-icon {
    background-color: rgba(0, 0, 0, 0.075);
    position: absolute;
    width: 75px;
    text-align: center;
    left: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.alert .alert-icon i {
    font-size: 20px;
}

.alert.alert-dismissible {
    padding-right: 35px;
}

.alert .close {
    position: absolute;
    right: 20px;
    top: 50%;
    height: 26px;
    line-height: 26px;
    margin-top: -13px;
    opacity: 1;
    outline: none;
}

.alert .close i {
    text-shadow: none;
    font-size: 22px;
    font-weight: bold;
}

.alert.alert-warning {
    background-color: #ffbb44;
}

.alert.alert-danger {
    background-color: #f42841;
}

.alert.alert-success {
    background-color: #0ee092;
}

.alert.alert-info {
    background-color: #35c3fa;
}

.no-menu {
    display: block;
    float: right;
    padding: 0 25px;
    line-height: 80px;
    color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#masthead.stick .no-menu {
    color: #3c3c3c;
    line-height: 60px;
}

.top-bar + #masthead {
    margin-top: 44px;
}

.top-bar + #masthead.stick {
    margin-top: 44px;
}

@media (min-width: 768px) {
	.top-bar + #masthead {
    	margin-top: 44px;
	}
	.top-bar + #masthead.stick {
    	margin-top: 44px;
	}
}

.logged-in.admin-bar header#masthead {
	top: 32px;
}

.wpb_text_column+.btn-container,
.wpb_text_column+.inline-icon-btn {
    margin-top: 30px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    background-color: #00c3da;
}

.bypostauthor {
    background-color: #f1f1f1;
    padding: 20px;
    -webkit-box-shadow: 0 0 0 1px #e6e6e6;
            box-shadow: 0 0 0 1px #e6e6e6;
}

.gallery-caption {
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 400;
}

.gallery-item img {
    width: 100%;
    padding: 5px;
    border: 0 !important;
}

.site-name {
    color: #fff;
    font-family: 'lemonde-journal', sans-serif;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: -1px;
    font-size: 26px;
}

#masthead.stick .site-name {
    color: #3c3c3c;
}

.newsletter-form {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.modal-backdrop {
    z-index: 99999;
}

.modal-backdrop.in {
    opacity: .75;
}

.modal {
    z-index: 999991;
}

.modal-title {
    padding: 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #fff;
}

@media (min-width: 768px) {
    .modal-dialog {
        max-width: 600px;
        margin: 30px auto;
    }
}

@media (min-width: 992px) {
    .modal-dialog {
        width: 50%;
        max-width: none;
    }
}

.modal-content {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
}

.modal-header {
    position: relative;
}

.modal-header .close {
    position: absolute;
    right: 15px;
    top: 50%;
    margin: -15px 0 0 0;
    padding: 0;
    height: 20px;
    font-size: 25px;
    color: #fff;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75;
    outline: none;
}

.modal-popup .modal-header {
    padding-left: 30px;
    padding-right: 30px;
    background-color: #e94c26;
    color: #fff;
}

.modal-popup .modal-body {
    font-size: 14px;
    line-height: 1.6;
    padding: 30px;
}

.modal-popup .modal-body ul {
    font-size: 14px;
    line-height: 22px;
    color: #e94c26;
}

.modal-popup .modal-body ul li {
    margin-bottom: 0.25rem;
}

.is-ie .side-post .side-post-content .post-content-wrapper {
    display: block !important;
}

/*
    Misc Styles
  */
.feature {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    padding-bottom: 15px;
    margin-top: 25px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e94c26;
}

@media (max-width: 991.98px) {
    .feature {
        margin-top: 15px;
    }
}

.feature:first-child {
    padding-top: 25px;
    margin-top: 0;
}

.feature:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.casestudy .feature:first-child {
    padding-top: 0;
}

.feature-number+.feature-name {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 25px;
}

.feature-number h5 {
    font-size: 45px;
    margin-top: 0;
    color: #e94c26;
    margin-bottom: 0;
    padding-bottom: 0;
}

.feature-name h5 {
    font-weight: 400;
    font-size: 1.25rem;
    color: #e94c26;
    margin-bottom: 0;
    padding-bottom: 0;
}

@media (max-width: 991.98px) {
    .feature-name h5 {
        font-weight: 700;
        font-size: 18px;
    }
}

.casestudy .feature-name h5 {
    color: #e94c26;
}

.feature-number+.feature-name h5 {
    color: #666666;
    font-size: 16px;
}

.nolink .feature-name h5,
.feature-name a {
    color: #e94c26;
}


/*
    Buttons
  */
.btn {
    position: relative;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    border-width: 0;
    font-family: 'proxima-nova', sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    color: #e94c26;
    overflow: hidden;
    border-radius: 30px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn.no-radius {
    border-radius: 0;
}

.btn.btn-round {
    border-radius: 50px;
}

.btn.btn-icon {
	position: relative;
	padding: 0 30px 0 50px;
}

.btn.btn-icon.btn-location {
	padding: 0 50px 0 0;
}

@media (max-width: 991.98px) {
	.inline-btn-container:not(.btn-container) .btn {
    	width: 100%;
	}
}

.btn.btn-icon .icon.ico-location {  
    position: absolute;
    top: 0;
    bottom: 0;
	right: 15px;
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.btn.btn-icon .icon.arrow {  
    position: absolute;
    top: 0;
    bottom: 0;
	left: 0.625rem;
	width: 1.125rem;
	height: 0.125rem;
	background: none;
    margin: auto;
	-webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	-o-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.btn.btn-icon:hover .icon.arrow {
  background: #fff;
  -webkit-transform: translate(0.625rem, 0);
      -ms-transform: translate(0.625rem, 0);
          transform: translate(0.625rem, 0);
}

.btn.btn-icon .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.btn.btn-circle {
    border-radius: 100px;
    height: 75px;
    width: 75px;
    line-height: 73px !important;
    padding: 0 !important;
    font-size: 20px;
}

.btn.btn-circle.btn-lg {
    width: 90px;
    height: 90px;
    line-height: 88px !important;
}

.btn.btn-circle.btn-lg>i {
    font-size: 28px;
}

.btn.btn-circle.btn-sm {
    width: 50px;
    height: 50px;
    line-height: 48px !important;
}

.btn.btn-circle.btn-sm>i {
    font-size: 18px;
}

.btn.btn-circle.btn-xs {
    width: 40px;
    height: 40px;
    line-height: 38px !important;
}

.btn.btn-circle.btn-xs>i {
    font-size: 18px;
}

.btn.btn-circle>i {
    margin: 0;
}

.btn-primary,
.btn-default {
    background-color: #e94c26;
    border-color: #e94c26;
    border-width: 1px;
    color: #fff;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #e94c26;
    border-color: #e94c26;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.focus,
.btn-primary:focus,
.btn-default:hover,
.btn-default:active,
.btn-default.focus,
.btn-default:focus {
    color: #ffffff;
    background-color: #3c3c3c;
    border-color: #3c3c3c;
    text-decoration: none;
}

.btn-light-out:hover,
.btn-light-out:active {
    background-color: #fff;
    border-color: #fff;
    color: #3c3c3c;
}

.text-light .btn-default:hover {
    color: #e94c26;
}

.btn-secondary {
    background-color: transparent;
    border-color: #999999;
    border-width: 2px;
    color: #dedede;
}

.btn-dark {
    height: 50px;
    line-height: 50px;
    border-radius: 30px;
    background-color: #3c3c3c;
    border-color: #3c3c3c;
    color: #fff;
    padding: 0 30px;
}

.btn-professional-development {
	color: #fff;
	background-color: #1a7a57;
    border-color: #1a7a57;
}

.btn-professional-development:hover,
.btn-professional-development:active,
.btn-professional-development.focus,
.btn-professional-development:focus {
    color: #ffffff;
    background-color: #3c3c3c;
    border-color: #3c3c3c;
    text-decoration: none;
}

.btn-celta {
	color: #fff;
	background-color: #70006b;
    border-color: #70006b;
}

.btn-celta:hover,
.btn-celta:active,
.btn-celta.focus,
.btn-celta:focus {
    color: #ffffff;
    background-color: #3c3c3c;
    border-color: #3c3c3c;
    text-decoration: none;
}

.btn-group-programmes {
	color: #fff;
	background-color: #00d6ad;
    border-color: #00d6ad;
}

.btn-group-programmes:hover,
.btn-group-programmes:active,
.btn-group-programmes.focus,
.btn-group-programmes:focus {
    color: #ffffff;
    background-color: #3c3c3c;
    border-color: #3c3c3c;
    text-decoration: none;
}

.btn-yl {
	color: #fff;
	background-color: #00d6ad;
    border-color: #00d6ad;
}

.btn-yl:hover,
.btn-yl:active,
.btn-yl.focus,
.btn-yl:focus {
    color: #ffffff;
    background-color: #3c3c3c;
    border-color: #3c3c3c;
    text-decoration: none;
}

.btn-mancity {
	color: #001838;
	background-color: #e6ff00;
    border-color: #e6ff00;
    font-stretch: condensed;
}

.btn-mancity:hover,
.btn-mancity:active,
.btn-mancity.focus,
.btn-mancity:focus {
    color: #fff;
    background-color: #00285e;
    border-color: #00285e;
    text-decoration: none;
}

.btn i {
    font-size: 20px;
    width: 20px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin-left: 10px;
}

.inline-icon-btn .btn {
	display: inline-block;
	position: relative;
	min-width: 200px;
	height: 50px;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    padding: 0;
}

@media (max-width: 991.98px) {
	.inline-icon-btn .btn {
    	width: 50%;
	}
}

.inline-icon-btn .btn .circle {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  -o-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: 0;
  width: 50px;
  height: 50px;
  border-radius: 30px;
}

.inline-icon-btn .btn .circle .icon {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  -o-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

.inline-icon-btn .btn .circle .icon.arrow {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  -o-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}

.inline-icon-btn .btn .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.inline-icon-btn .btn .button-text {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  -o-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  padding: 0 20px 0 0;
  margin: 0 0 0 50px;
  color: #fff;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
}

.inline-icon-btn .btn:hover .circle {
  width: 100%;
}

.inline-icon-btn .btn:hover .circle .icon.arrow {
  background: #fff;
  -webkit-transform: translate(1rem, 0);
      -ms-transform: translate(1rem, 0);
          transform: translate(1rem, 0);
}

.inline-icon-btn .btn:hover .button-text {
  color: #fff;
}

.inline-btn-container:not(.btn-container) {
    display: inline-block;
}

@media (max-width: 991.98px) {
	.inline-btn-container:not(.btn-container) {
    	width: 100%;
	}
}

.inline-btn-container:not(.btn-container) + .inline-btn-container:not(.btn-container) {
    margin-left: 15px;
}

@media (max-width: 991.98px) {
	.inline-btn-container:not(.btn-container) + .inline-btn-container:not(.btn-container) {
    	margin-left: 0;
		margin-top: 15px;
	}
}

.btn-container + .btn-container {
	margin-top: 15px;
}

#younglearners {
	background-color: #00d6ad;
	border-color: #00d6ad;
}

#younglearners:hover,
#younglearners:focus {
	background-color: #3c3c3c;
}

/*
  Topbar
*/
.top-bar {
    position: fixed;
	width: 100%;
    height: 44px;
    top: 0;
    left: 0;
	text-align: center;
    background-color: #3c3c3c;
    color: #fff;
    padding: 0;
    z-index: 30;
}

.top-bar.stick {
	background-color: #e94c26;
}

.logged-in.admin-bar .top-bar {
	top: 32px;
}

.top-bar p {
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 0;
	white-space: nowrap;
	overflow: hidden;
}

.top-bar #wpmlmenu {
    margin-right: 10px;
}

.top-bar #menu-top-bar li:first-child::after {
    display: inline-block;
    content: "|";
    margin: 0 10px;
    color: #f1eee9;
}

.top-bar #menu-top-bar li:last-child {
	margin-left: 10px;
    margin-right: 0;
}

@media (min-width: 768px) {
	.top-bar #menu-top-bar li:last-child {
    	margin-right: 10px;
	}
}

.top-bar a {
    display: inline-block;
    color: #f1eee9;
    font-size: 1rem;
	line-height: 44px;
    padding: 0 .5rem;
}

.top-bar li:last-child a {
	background-color: #f1eee9;
	color: #3c3c3c;
}

.top-bar a:hover {
    color: #fff;
    text-decoration: none;
}

.top-bar.navbar-dark .navbar-nav .nav-link {
    color: #fff;
	background-color: transparent;
}

.top-bar .dashicons,
.top-bar .dashicons-before:before {
	vertical-align: middle;
}

.dashicons-tiktok:before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
	background-image: url(./images/logo-tiktok.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.language-wrapper {
    margin-right: 0;
}

.language-wrapper .language-dropdown {
	position: relative;
}

.language-toggle {
    display: inline-block;
    position: relative;
    background-color: #f1eee9;
    color: #3c3c3c;
    font-size: 1rem;
    line-height: 44px;
    padding: 0 .5rem;
	border: none;
	outline: none;
}

.language-toggle:focus {
    outline: none;
}

.language-toggle .ls-flag {
    display: inline;
    vertical-align: middle;
}

.language-toggle span {
    vertical-align: middle;
    margin-left: .4em;
}

.top-bar .language-dropdown .dropdown-menu {
	display: none;
    min-width: 120px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 12px 24px 0 rgb(8 20 46 / 15%);
    box-shadow: 0 12px 24px 0 rgb(8 20 46 / 15%);
}

.top-bar .language-dropdown .dropdown-menu.show {
    display: block;
}

.top-bar .dropdown-menu a {
    display: block;
    color: #3c3c3c;
    font-size: 1rem;
    line-height: 1;
    padding: .5rem 1rem;
}

/*
  Navbar
*/
header#masthead {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
	max-width: 1920px;
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 15px 0;
	margin: auto;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#masthead.navbar-dark {
	background-color:  #f1eee9;
}

#masthead.stick {
	background-color:  #3c3c3c;
}

#masthead nav {
    z-index: 100;
}

#masthead .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#masthead .navbar-brand>a {
    display: table-cell;
    vertical-align: middle;
}

#masthead .navbar-brand>a>img {
    height: 80px;
    max-height: 80px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

@media (min-width: 1400px) {
    #masthead .navbar-brand>a>img {
        height: 100px;
        max-height: 100px;
    }

    #masthead.stick .navbar-brand>a>img {
        max-height: 100px;
    }
}

#masthead .navbar-brand .logo-dark {
    opacity: 0;
    height: 0;
}

#masthead.is-active .navbar-brand .logo-light,
#masthead.stick .navbar-brand .logo-light {
    opacity: 0;
    height: 0;
}

#masthead.is-active .navbar-brand .logo-dark,
#masthead.stick .navbar-brand .logo-dark {
    opacity: 1;
    height: auto;
}

#masthead .navbar-brand .navbar-brand-light {
    opacity: 1;
    height: auto;
}

#masthead .navbar-brand .navbar-brand-dark {
    opacity: 0;
    height: 0;
}

.top-spacing #masthead {
    top: 20px;
}

.submenu {
    margin-left: 0;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    min-width: 290px;
    padding: 15px 0;
    border: none;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 12px 24px 0 rgb(8 20 46 / 15%);
            box-shadow: 0 12px 24px 0 rgb(8 20 46 / 15%);
}

.dropdown-menu::before {
    content: "";
    position: absolute;
    top: -11px;
    left: 30px;
    border-width: 0 11px 11px 11px;
    border-style: solid;
    border-color: transparent transparent rgba(0, 0, 0, 0.15) transparent;
    transform: translateX(-50%);
}

.dropdown-menu::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 30px;
    border-width: 0 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent white transparent;
    transform: translateX(-50%);
}

.dropdown-menu.show,
.dropdown-menu.show .dropdown-menu.inner {
  display: block;
}

.dropdown-item {
    font-weight: 700;
    color: #3C3C3A;
}

.current-menu-item >.dropdown-item,
.current_page_item >.dropdown-item {
	color: #e94c26;
}

.dropdown-menu .dropdown-item:hover {
	text-decoration: underline;
}

.dropdown-item.active, .dropdown-item:active {
    color: #3C3C3A;
    text-decoration: underline;
    background-color: transparent;
}

#masthead .navbar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    float: right;
}

@media only screen and (min-width: 992px) {
    #masthead .navbar-nav {
        padding: 0;
    }
}

#masthead .navbar-nav>li {
    display: block;
    float: left;
    position: relative;
}

body:not(.theme-preset-active) #masthead .navbar-nav>li>a {
    display: block;
    font-family: 'proxima-nova', sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: #3c3c3c;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 42px;
    padding: 0 10px;
    outline: none;
}

body:not(.theme-preset-active) #masthead .navbar-nav>li.highlight>a {
	color: #e94c26;
}

@media (min-width: 1400px) {
    body:not(.theme-preset-active) #masthead .navbar-nav>li>a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

body:not(.theme-preset-active) #masthead.stick .navbar-nav>li>a {
    color: #fff;
}

body:not(.theme-preset-active) #masthead .navbar-nav>li>a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav>li>a:focus {
    background-color: transparent;
    color: #3c3c3c;
    text-decoration: underline;
}

body:not(.theme-preset-active) #masthead .navbar-nav>li>a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav>li.current_page_item>a {
    font-weight: 700;
}

body:not(.theme-preset-active) #masthead.stick .navbar-nav>li>a:hover,
body:not(.theme-preset-active) #masthead.stick .navbar-nav>li.current_page_item>a {
	color: #fff;
    font-weight: 700;
}

body:not(.theme-preset-active) #masthead .navbar-nav>li.button>a {
    display: inline-block;
    padding: 0 16px;
    font-size: 16px;
    height: 52px;
    line-height: 52px;
    min-height: 0;
    background-color: #252525;
    border-color: #252525;
    border-radius: 5px;
    color: #fff;
    margin-top: 23px;
}

#masthead .navbar-nav>li .submenu li a i {
    margin-right: 5px;
}

#masthead .navbar-nav>li.menu-btn-item,
#masthead.stick .navbar-nav>li.menu-btn-item {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#masthead .navbar-nav>li.menu-btn-item>a,
#masthead.stick .navbar-nav>li.menu-btn-item>a {
    display: inline-block;
    padding: 0 16px !important;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    min-height: 0;
    background-color: #00c3da;
    border-color: #00c3da;
    border-radius: 4px;
    color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#masthead .navbar-nav>li.menu-btn-item>a:hover,
#masthead.stick .navbar-nav>li.menu-btn-item>a:hover,
#masthead .navbar-nav>li.menu-btn-item>a:focus,
#masthead.stick .navbar-nav>li.menu-btn-item>a:focus,
#masthead .navbar-nav>li.menu-btn-item>a:active,
#masthead.stick .navbar-nav>li.menu-btn-item>a:active {
    color: #fff !important;
}

#masthead .navbar-nav>li.menu-btn-item>a:before,
#masthead.stick .navbar-nav>li.menu-btn-item>a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
}

#masthead .navbar-nav>li.menu-btn-item>a:hover,
#masthead.stick .navbar-nav>li.menu-btn-item>a:hover {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
        transform: translateY(-1px);
}

#masthead .navbar-nav>li.menu-btn-item>a:hover:before,
#masthead.stick .navbar-nav>li.menu-btn-item>a:hover:before {
    opacity: .2;
}

#masthead .navbar-nav>li.menu-btn-item>a:active,
#masthead.stick .navbar-nav>li.menu-btn-item>a:active {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
        transform: translateY(1px);
    outline: none;
}

#masthead .navbar-nav>li.menu-btn-item>a:active:focus,
#masthead.stick .navbar-nav>li.menu-btn-item>a:active:focus {
    outline: none;
}

#masthead .navbar-nav>li.menu-btn-item:hover>a,
#masthead.stick .navbar-nav>li.menu-btn-item:hover>a,
#masthead .navbar-nav>li.menu-btn-item:focus>a,
#masthead.stick .navbar-nav>li.menu-btn-item:focus>a,
#masthead .navbar-nav>li.menu-btn-item:active>a,
#masthead.stick .navbar-nav>li.menu-btn-item:active>a {
    color: #fff !important;
}

#masthead .navbar-nav>li.menu-btn-item {
    padding: 20px 15px;
}

#masthead.stick .navbar-nav>li.menu-btn-item {
    padding: 13px 15px;
}

.menu-extras {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    height: 120px;
}

@media (max-width: 1199.98px) {
    .menu-extras {
        display: none;
    }
}

.stick .menu-extras {
    height: 100px;
}

#masthead .btn-item {
	height: 50px;
}

#masthead .btn-item>a,
#masthead .btn-started {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    font-size: 1.125rem;
    height: 50px;
    line-height: 50px;
    min-height: 0;
    background-color: #e94c26;
    border-color: #e94c26;
    border-radius: 30px;
    color: #fff;
    font-weight: 700;
    margin-left: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

@media (min-width: 992px) {
    #masthead .btn-item>a,
	#masthead .btn-started {
        margin-left: 9px;
    }
}

#masthead .btn-item >a.btn-agents {
	color: #3c3c3c;
	background-color: #f1eee9;
}

#masthead.navbar-dark .btn-item >a.btn-agents {
	background-color: #fff;
}

#masthead .btn-item >a.btn-yl {
	color: #fff;
	background-color: #00d6ad;
    border-color: #00d6ad;
}

#masthead .btn-item >a.btn-yl:hover,
#masthead .btn-item >a.btn-yl:active,
#masthead .btn-item >a.btn-yl.focus,
#masthead .btn-item >a.btn-yl:focus {
    color: #ffffff;
    background-color: #3c3c3c;
    border-color: #3c3c3c;
    text-decoration: none;
}

#masthead .btn-item>a:hover,
#masthead .btn-started:hover,
#masthead.navbar-dark .btn-item >a:hover,
#masthead.navbar-dark .btn-started:hover {
    background-color: #3c3c3c;
    border-color: #3c3c3c;
    color: #fff;
    text-decoration: none;
}

#masthead.stick .btn-item>a:hover {
	background-color: #d7d2cb;
    border-color: #d7d2cb;
}

@media (max-width: 575.98px) {
    #masthead .btn-item>a {
        padding: 0 15px;
    }
}

#masthead.stick .btn-item>a {
    height: 50px;
    line-height: 50px;
}

.toggle-search {
    position: relative;
    width: 50px;
    height: 50px;
    outline: none;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background-color: #e94c26;
	margin-left: auto;
    margin-right: 5px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

@media (min-width: 1200px) {
	.toggle-search {
    	background-color: #f1eee9;
		margin-left: 10px;
    	margin-right: 0;
	}
}

@media (max-width: 374.98px) {
	.toggle-search {
    	display: none;
	}
}

#masthead:not(.stick) .toggle-search:hover {
	background-color: #3c3c3c;
}

.search-wrapper {
    position: relative;
    width: 50px;
    height: 50px;
}

.bsc_search_widget {
	position: relative;
    z-index: 1090;
}

.search-tranparent {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.8);
    z-index: 1080;
}

.searchbar {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 50px;
    border: 2px solid #e94c26;
    border-radius: 30px;
    overflow: hidden;
    z-index: 600;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s
}

@media (max-width: 767.98px) {
    .searchbar {
        width: 160px;
    }
}

.searchbar.searchbar-open {
    width: 360px;
}

@media (max-width: 767.98px) {
    .searchbar.searchbar-open {
        width: 230px;
    }
}

.searchbar-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background-color: #fff;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0 55px 0 20px;
    font-size: 1.1rem;
    line-height: 1.5;
    color: #495057;
    border-radius: 30px;
    -webkit-appearance: none;
}

.searchbar-input::-webkit-input-placeholder {
    color: #495057;
}

.searchbar-input:-moz-placeholder {
    color: #495057;
}

.searchbar-input::-moz-placeholder {
    color: #495057;
}

.searchbar-input:-ms-input-placeholder {
    color: #495057;
}

.searchbar-submit {
    display: block;
    width: 60px;
    height: 48px;
    min-height: 0;
    position: absolute;
    top: 0;
    font-size: 1rem;
    right: 0;
    padding: 0 0.68rem;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
    background-color: #e94c26;
    color: #fff;
    font-weight: 400;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.search-icon {
    display: block;
    width: 50px;
    height: 50px;
    min-height: 0;
    position: absolute;
    top: 0;
    font-size: 1.1rem;
    right: 0;
    padding: 0 0.68rem;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    border-radius: 30px;
    background-color: transparent;
    border-radius: 50%;
    color: #fff;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

@media (min-width: 1200px) {
	.search-icon {
        color: #3c3c3c;
	}
}
.search-icon:hover,
.search-icon:focus {
    color: #fff;
}

.search-icon .searchbar-icon span {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 22px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 50px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.searchbar-open .searchbar-input {
    background-color: #fff;
}

.search-holder .search-form {
    width: 100%;
    background-color: #fff;
}

.search-holder .search-form label {
    width: 100%;
}

.search-holder input[type="search"] {
    border: none;
}

@media (min-width: 768px) {
    #masthead .navbar-wrapper {
        position: relative;
        margin-left: 30px;
        margin-right: 30px;
    }

    #masthead #main-nav.left-aligned-menu .navbar-nav {
        padding: 0 10px;
    }

    #masthead #main-nav.left-aligned-menu .navbar-nav>li {
        float: left;
        display: block;
    }

    #masthead #main-nav.left-aligned-menu .navbar-nav {
        float: left;
    }

    .menu-extras .menu-item .header-socials {
        padding-left: 10px;
        height: 120px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .menu-extras .menu-item .header-socials>ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }

    .menu-extras .menu-item .header-socials>ul>li {
        display: inline-block;
    }

    .menu-extras .menu-item .header-socials>ul>li>a {
        color: #fff;
        padding: 0 10px;
        font-size: 13px;
        line-height: 120px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .menu-extras .menu-item .header-socials>ul>li>a:hover {
        color: #ccc;
    }

    #masthead.stick {
        height: 120px;
        top: 0;
    	padding: 10px 0;
    }

    #masthead.stick .navbar-brand {
        height: 100px;
    }

	#masthead.stick .navbar-brand .logo-light {
        opacity: 0;
        height: 0;
    }

    #masthead.stick .navbar-brand .logo-dark {
        opacity: 1;
        height: auto
    }

    #masthead.stick .navbar-nav>li>a {
        color: #242424;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #masthead.stick .navbar-nav>li:hover>a,
    #masthead.stick .navbar-nav>li.active>a {
        color: #787878;
    }

    #masthead.stick .menu-extras .menu-item>div {
        border-color: #eee;
    }

    #masthead.stick .menu-extras .menu-item>div>a {
        color: #3c3c3c;
        height: 60px;
    }

    #masthead.stick .menu-extras .menu-item .header-socials {
        height: 60px;
    }

    #masthead.stick .menu-extras .menu-item .header-socials>ul>li>a {
        color: #242424;
        line-height: 60px;
    }

    #masthead.stick .menu-extras .menu-item .header-socials>ul>li>a:hover {
        color: #787878;
    }

    .nav-toggle {
        display: none;
    }

    #masthead .navbar-nav>li.last-elements .submenu {
        left: auto;
        right: 0;
    }

    #masthead .navbar-nav>li.last-elements .submenu>li.menu-item-has-children .submenu {
        left: auto;
        right: 100%;
    }

    #masthead .navbar-nav>li>.submenu {
        border-top: 0;
    }

    #masthead .navbar-nav>li .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        padding: 15px 0;
        list-style: none;
        min-width: 200px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        background-color: #fff;
        text-align: left;
        border: 1px solid #f2f2f2;
        -webkit-box-shadow: 0 5px 15px 0 rgba(31, 31, 31, 0.07);
        box-shadow: 0 5px 15px 0 rgba(31, 31, 31, 0.07);
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
    }

    #masthead .navbar-nav>li .submenu.megamenu {
        white-space: nowrap;
        width: 100%;
        display: table;
        padding: 25px 0;
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95);
    }

    #masthead .navbar-nav>li .submenu.megamenu>li {
        overflow: hidden;
        width: 25%;
        display: table-cell;
        border-right: 1px solid #eee;
        vertical-align: top;
    }

    #masthead .navbar-nav>li .submenu.megamenu>li:last-child {
        border: 0;
    }

    #masthead .navbar-nav>li .submenu.megamenu>li a {
        display: inline-block;
    }

    #masthead .navbar-nav>li .submenu>li.menu-item-has-children>a:after {
        content: "\e133";
        font-family: "hody-icons";
        position: absolute;
        right: 20px;
        font-size: 14px;
        height: 12px;
        line-height: 12px;
        top: 50%;
        margin-top: -6px;
    }

    #masthead .navbar-nav>li .submenu>li .submenu {
        left: 100%;
        top: 0;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
        margin-top: -1px;
    }

    #masthead .navbar-nav>li .submenu li {
        position: relative;
    }

    #masthead .navbar-nav>li .submenu li ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }

    #masthead .navbar-nav>li .submenu li a {
        display: block;
        padding: 6px 25px;
        clear: both;
        line-height: 1.4;
        white-space: nowrap;
        font-size: 12px;
        letter-spacing: 0.03em;
        color: #787878;
        font-family: 'lemonde-journal', sans-serif;
        font-weight: 400;
    }

    #masthead .navbar-nav>li .submenu li a:hover {
        color: #3c3c3c;
    }

    #masthead .navbar-nav>li .submenu li .menu-label {
        display: block;
        padding: 8px 25px;
        clear: both;
        font-weight: 700;
        line-height: 1.4;
        white-space: nowrap;
        font-family: 'lemonde-journal', sans-serif;
        font-size: 13px;
        color: #3c3c3c;
        pointer-events: none;
    }

    #masthead .navbar-nav>li .submenu li .menu-label:after {
        content: none !important;
    }

    #masthead .navbar-nav>li.menu-item-has-children:hover>.submenu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    }

    #masthead .navbar-nav>li.menu-item-has-children:hover>.submenu.megamenu {
        margin-top: 0;
    }

    #masthead .navbar-nav>li.menu-item-has-children:hover>.submenu>li.menu-item-has-children:hover>.submenu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    }
}

@media (max-width: 767.98px) {

    #masthead {
        background-color: transparent;
        height: 110px;
        -webkit-box-shadow: 5px 5px 15px 0 rgba(31, 31, 31, 0.07);
        box-shadow: 5px 5px 15px 0 rgba(31, 31, 31, 0.07);
        top: 0;
    	padding: 0;
    }

    #masthead.stick {
        height: 110px;
    }

    #masthead .navbar-brand {
        height: 80px;
    }

    #masthead .navbar-brand .navbar-brand-light {
        opacity: 0;
        height: 0;
    }

    #masthead .navbar-brand .navbar-brand-dark {
        opacity: 1;
        height: auto;
    }

    #masthead .menu-extras .menu-item>div {
        border-color: #eee;
    }

    #masthead .menu-extras .menu-item.is-active>div {
        display: none;
    }

    #masthead .menu-extras .menu-item>div>a {
        color: #3c3c3c;
        height: 90px;
    }

    #masthead .menu-extras .menu-item .header-socials {
        display: none;
    }

    #masthead #main-nav,
    .aside-menu #main-nav {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        display: none;
        height: auto;
        padding-bottom: 0;
        overflow: auto;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        background-color: #fff;
        z-index: 99999;
    }

    #masthead #main-nav.visible,
    .aside-menu #main-nav.visible {
        visibility: visible;
        opacity: 1;
        top: 60px;
    }

    #masthead .navbar-nav>li.menu-item-has-children>a:after,
    .aside-menu .navbar-nav>li.menu-item-has-children>a:after {
        content: "\e131";
        font-family: "hody-icons";
        position: absolute;
        right: 20px;
        font-size: 18px;
        height: 12px;
        line-height: 12px;
        top: 50%;
        margin-top: -6px;
    }

    body:not(.theme-preset-active) #masthead .navbar-nav>li>a,
    .aside-menu .navbar-nav>li>a {
        color: #393939;
        padding: 15px 20px;
        font-weight: 600;
    }

    body:not(.theme-preset-active) #masthead .navbar-nav>li>a:hover,
    .aside-menu .navbar-nav>li>a:hover {
        color: #787878;
    }

    body:not(.theme-preset-active) #masthead .navbar-nav>li>a:after,
    .aside-menu .navbar-nav>li>a:after {
        position: absolute;
        right: 15px;
    }

    #masthead .navbar-nav>li .submenu,
    .aside-menu .navbar-nav>li .submenu {
        display: none;
        list-style: none;
        padding-left: 0;
        margin: 0;
    }

    #masthead .navbar-nav>li .submenu li>a,
    .aside-menu .navbar-nav>li .submenu li>a {
        display: block;
        position: relative;
        padding: 15px;
        padding-left: 45px;
        font-family: 'lemonde-journal', sans-serif;
        font-size: 13px;
        color: #787878;
        letter-spacing: 0.05em;
        border-bottom: 1px solid #e6e6e6;
    }

    #masthead .navbar-nav>li .submenu li>a:hover,
    .aside-menu .navbar-nav>li .submenu li>a:hover {
        color: #3c3c3c;
    }

    #masthead .navbar-nav>li .submenu li.menu-item-has-children>a:not(.menu-label):after,
    .aside-menu .navbar-nav>li .submenu li.menu-item-has-children>a:not(.menu-label):after {
        content: "\e131";
        font-family: "hody-icons";
        position: absolute;
        right: 30px;
        font-size: 16px;
    }

    #masthead .navbar-nav>li .submenu li.menu-item-has-children .submenu li a,
    .aside-menu .navbar-nav>li .submenu li.menu-item-has-children .submenu li a {
        padding-left: 65px;
    }

    #masthead .navbar-nav>li .submenu .submenu,
    .aside-menu .navbar-nav>li .submenu .submenu {
        display: none;
        list-style: none;
    }

    #masthead .navbar-nav>li .submenu .submenu.opened,
    .aside-menu .navbar-nav>li .submenu .submenu.opened {
        display: block;
    }

    #masthead .navbar-nav>li .submenu.megamenu>li>ul,
    .aside-menu .navbar-nav>li .submenu.megamenu>li>ul {
        list-style: none;
        padding-left: 0;
    }

    #masthead .navbar-nav>li .submenu.megamenu>li .menu-label,
    .aside-menu .navbar-nav>li .submenu.megamenu>li .menu-label {
        display: block;
        padding: 15px 25px;
        padding-left: 35px;
        clear: both;
        font-weight: 400;
        white-space: nowrap;
        letter-spacing: 0;
        font-size: 13px;
        font-weight: 700;
        color: #3c3c3c;
        pointer-events: none;
        border-bottom: 1px solid #e6e6e6;
    }

    #masthead .navbar-nav>li.menu-item-has-children.opened>a,
    .aside-menu .navbar-nav>li.menu-item-has-children.opened>a {
        color: #3c3c3c;
        border-bottom: 1px solid #e6e6e6;
    }

    #masthead .menu-extras,
    .aside-menu .menu-extras {
        border-color: rgba(0, 0, 0, 0.08);
    }

    #masthead .menu-extras .menu-item>div>a,
    .aside-menu .menu-extras .menu-item>div>a {
        color: #3c3c3c;
    }

    #masthead .menu-extras .menu-item>div>a:hover,
    .aside-menu .menu-extras .menu-item>div>a:hover {
        color: #787878;
    }
}

#masthead .navbar-nav li.current_page_item>a,
.aside-menu .navbar-nav li.current_page_item>a {
    color: #e94c26 !important;
}

.hamburger {
    position: relative;
    background-color: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font: inherit;
    margin: 0;
    overflow: visible;
    text-transform: none;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
       transition-duration: 0.15s;
    -webkit-transition-property: opacity,-webkit-filter;
    transition-property: opacity,-webkit-filter;
    -o-transition-property: opacity,filter;
    transition-property: opacity,filter;
    transition-property: opacity,filter,-webkit-filter;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
       transition-timing-function: linear;
    z-index: 10;
}

.hamburger-box {
    display: inline-block;
    height: 50px;
    position: relative;
    width: 32px;
}

.hamburger-inner {
    background-color: #fff;
    border-radius: 4px;
    display: block;
    height: 4px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
       transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
       transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    width: 32px;
}

.archive .hamburger-inner,
.single-post .hamburger-inner {
    background-color: #fff;
}

@media (max-width: 991px) {
    #masthead.stick .hamburger:not(.is-active) .hamburger-inner {
        background-color: #fff;
    }
}

@media (min-width: 768px) {
    .hamburger-inner {
        background-color: #fff;
    }
}

.hamburger.is-active .hamburger-inner {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
        transform: rotate(225deg);
    -webkit-transition-delay: 0.14s;
    -o-transition-delay: 0.14s;
       transition-delay: 0.14s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
       transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.hamburger-inner:before {
    background-color: #fff;
    border-radius: 4px;
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    top: -8px;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
       transition-duration: 0.15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
       transition-timing-function: ease;
    width: 32px;
}

.archive .hamburger-inner:before,
.single-post .hamburger-inner:before {
    background-color: #fff;
}

@media (max-width: 991px) {
    #masthead.stick .hamburger:not(.is-active) .hamburger-inner:before {
        background-color: #fff;
    }
}

@media (min-width: 768px) {
    .hamburger-inner:before {
        background-color: #fff;
    }
}

.hamburger.is-active .hamburger-inner::before {
    opacity: 0;
    top: 0;
    -webkit-transition: top .1s ease-out, opacity .1s .14s ease-out;
    -o-transition: top .1s ease-out, opacity .1s .14s ease-out;
    transition: top .1s ease-out, opacity .1s .14s ease-out;
}

.hamburger-inner:after {
    background-color: #fff;
    border-radius: 4px;
    bottom: -8px;
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
       transition-duration: 0.15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
       transition-timing-function: ease;
    width: 32px;
}

.archive .hamburger-inner:after,
.single-post .hamburger-inner:after {
    background-color: #fff;
}

@media (max-width: 991px) {
    #masthead.stick .hamburger:not(.is-active) .hamburger-inner:after {
        background-color: #fff;
    }
}

@media (min-width: 768px) {
    .hamburger-inner:after {
        background-color: #fff;
    }
}

.hamburger.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    -webkit-transition: bottom .1s ease-out, -webkit-transform .3s .14s cubic-bezier(.215, .61, .355, 1);
    transition: bottom .1s ease-out, -webkit-transform .3s .14s cubic-bezier(.215, .61, .355, 1);
    -o-transition: bottom .1s ease-out, transform .3s .14s cubic-bezier(.215, .61, .355, 1);
    transition: bottom .1s ease-out, transform .3s .14s cubic-bezier(.215, .61, .355, 1);
    transition: bottom .1s ease-out, transform .3s .14s cubic-bezier(.215, .61, .355, 1), -webkit-transform .3s .14s cubic-bezier(.215, .61, .355, 1);
}

/*
    Aside Nav
  */
.site-header .toggle-aside-menu {
    position: relative;
    top: 30px;
    outline: none !important;
    -webkit-box-shadow: none;
            box-shadow: none;
}

@media (min-width: 1200px) {
    .toggle-aside-menu {
        display: none;
    }
}

#aside-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255);
    z-index: 500;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#aside-overlay.is-active {
    opacity: 0.9;
    visibility: visible;
}

#navigation {
    display: block;
}

.aside-menu-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 150px;
    z-index: 20;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.aside-menu-wrapper .logo {
    display: table;
    height: 100px;
    float: left;
	margin-right: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    z-index: 110;
}

.aside-menu-wrapper .logo>a {
    display: table-cell;
    vertical-align: middle;
}

.aside-menu-wrapper .logo img {
    max-height: 40px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    display: block;
}

.aside-menu-wrapper .aside-header-wrapper {
    display: table;
    width: 100%;
    position: relative;
}

.aside-menu-wrapper .aside-header-wrapper .toggle-aside-menu {
    position: relative;
    width: 50px;
    height: 50px;
	outline: none;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;  
    background-color: #e94c26;
    padding: 3px 0;
    cursor: pointer;
	-webkit-box-shadow: 0 3px 15px rgba(0,0,0,0.1);
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.aside-menu-wrapper .aside-header-wrapper .toggle-aside-menu.menu-active {
    z-index: 9999999;
}

.aside-menu-wrapper .aside-header-wrapper .toggle-aside-menu.menu-active .hamburger-inner {
    background-color: #fff;
}

.aside-menu-wrapper .aside-header-wrapper .toggle-aside-menu.menu-active .hamburger-inner:before,
.aside-menu-wrapper .aside-header-wrapper .toggle-aside-menu.menu-active .hamburger-inner:after {
    background-color: #fff;
}

.aside-menu-wrapper .aside-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 100%;
    min-width: 100%;
    background-color: #3c3c3c;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    max-height: 100%;
    overflow: scroll;
    padding-top: 200px;
    padding-bottom: 50px;
}

.aside-menu-wrapper .aside-menu.is-active {
    opacity: 1;
    visibility: visible;
}

.aside-menu .navigation-menu {
    display: block;
    list-style: none;
    font-family: 'proxima-nova', sans-serif;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.aside-menu .navigation-menu>li {
    display: block;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.aside-menu .navigation-menu>li:last-child {
    border-bottom: 0;
}

.aside-menu .navigation-menu>li a {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    padding-top: 6px;
    padding-bottom: 6px;
}

.aside-menu .navigation-menu>li a:hover {
    color: #aaa;
    background-color: transparent;
}

.aside-menu .navigation-menu>li a:focus {
    background-color: transparent;
}

.aside-menu .navigation-menu>li .submenu,
.aside-menu .navigation-menu>li .sub-menu {
    list-style: none;
    padding-left: 0;
    display: none;
    padding: 15px 0;
    margin-left: 0;
}

.aside-menu .navigation-menu>li .submenu>li>a,
.aside-menu .navigation-menu>li .sub-menu>li>a {
    color: #e2e2e2;
    font-weight: 600;
    font-size: 15px;
    padding: 0 10px;
}

.aside-menu .navigation-menu>li .submenu>li>a:hover,
.aside-menu .navigation-menu>li .sub-menu>li>a:hover {
    color: #fff;
}

.aside-menu .navigation-menu>li>.submenu,
.aside-menu .navigation-menu>li>.sub-menu {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.aside-menu .navigation-menu li.menu-item-has-children>a {
    position: relative;
}

.aside-menu .navigation-menu li.menu-item-has-children>a:after {
    content: "\f347";
    font-family: "dashicons";
    position: absolute;
    right: -25px;
    font-size: 14px;
    height: 12px;
    line-height: 12px;
    top: 50%;
    margin-top: -6px;
}

.aside-menu .aside-action {
    display: block;
	margin-top: 50px;
}

.aside-menu .aside-action >div {
    display: inline-block;
}

.aside-action .btn-agents {
    background-color: #f1eee9;
    border-color: #f1eee9;
    color: #3c3c3c;
}

.aside-action .btn-started {
    background-color: #e94c26;
    border-color: #e94c26;
    color: #fff;
}

/*
	Aside Drawer
*/

.aside-drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
    justify-content: center; 
    text-align: center;
    z-index: 1000;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.aside-drawer.aside-hidden { 
	display: none;
    -webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.aside-drawer.is-active {
    display: flex;
}

.aside-drawer .fidelo-drawer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	position: relative;
    max-height: 85vh;
    max-width: 800px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media (max-width: 991.98px) {
	.aside-drawer .fidelo-drawer {
    	display: block;
        max-width: 90%;
    	max-width: calc(100% - 30px);
        overflow: auto;
	}
}

.toggle-tab-container {
    position: fixed;
    top: 280px;
    left: 0;
    padding: 0;
    margin: 0;
	z-index: 20;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
        transform-origin: center;
    -webkit-transform: translate3d(-50%,50%,0) rotate(270deg) translateY(50%);
    transform: translate3d(-50%,50%,0) rotate(270deg) translateY(50%);
	-webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.toggle-tab-container.hidden {
	left: -36px;
}

.aside-drawer.is-active .toggle-tab-container {
	position: absolute;
	top: 83px;
	left: auto;
	right: -91.66px
}

@media (max-width: 767.98px) {
	.aside-drawer.is-active .toggle-tab-container {
    	right: -52px;
    	left: auto;
	}
}

.toggle-tab-container .toggle-tab {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    outline: 0;
    border: 0;
	color: #fff;
    display: block;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    padding: 0 13px;
    margin: 0;
    font-size: 26px;
	font-weight: 600;
    text-transform: none;
    line-height: 1;
	height: 36px;
    min-height: 36px;
    background-color: #e94c26;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    white-space: nowrap;
    min-width: 88px;
    text-align: center;
    overflow: hidden;
}

@media (max-width: 767.98px) {
	.toggle-tab-container .toggle-tab {
		height: 26px;
    	min-height: 26px;
    	font-size: 16px;
	}
}

.toggle-tab + .toggle-tab {
	margin-left: 15px;
	color: #3c3c3c;
	background-color: #f1eee9;	
}

.aside-drawer.is-active .toggle-tab-container .toggle-tab:not(.is-active) {
    opacity: 0;
    visibility: hidden;
}

.toggle-tab-text {
	display: block;
}

.aside-drawer.is-active .toggle-tab-text {
	display: none;
}

.toggle-tab-close {
    position: absolute;
	top: 0;
	right: 0;
    width: 50px;
    height: 50px;
    outline: none;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
	color: #3c3c3c;
    padding: 0;
    cursor: pointer;
	z-index: 1090;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.toggle-tab-close:hover,
.toggle-tab-close:active,
.toggle-tab-close:focus {
    color: #3c3c3c;
    text-decoration: none;
}

.toggle-tab-close .dashicons,
.toggle-tab-close .dashicons-before:before {
    line-height: 50px;
    width: 50px;
    height: 50px;
    font-size: 30px;
}

.aside-drawer .fidelo-drawer .bsc_booking,
.aside-drawer .fidelo-drawer .bsc_subscribe {
	position: relative;
    width: 100%;
    height: 100%;
}

.aside-drawer .fidelo-drawer .bsc_booking fidelo-widget {
	display: block;
	width: 100%;
    height: 100%;
}

.aside-drawer .fidelo-drawer .bsc_booking:not(.bsc_booking_bar) .fidelo-registration-form {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.aside-drawer .fidelo-drawer .bsc_subscribe .hbspt-form {
	display: block;
	width: 100%;
    height: 100%;
	overflow: auto;
	border: 1px solid #d7d2cb;
	border-radius: 0;
	background-color: #fff;
}

/*
    Home Slider
  */
#home-slider {
    position: relative;
    height: 80vh;
    background-color: transparent;
}

@media (max-width: 991.98px) {
    #home-slider {
        height: auto;
    }
}

section.section-skewed.section-bordered #home-slider:after {
    content: none;
}


.slide-item {
    position: relative;
    height: 80vh;
}

@media (max-width: 991.98px) {
    .slide-item {
        height: auto;
    }
}

.slide-item .img-wrapper {
    position: relative;
    margin-top: 50px;
    z-index: 10;
}

.slide-image {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform 1.3s ease;
    transition: -webkit-transform 1.3s ease;
    -o-transition: transform 1.3s ease;
    transition: transform 1.3s ease;
    transition: transform 1.3s ease, -webkit-transform 1.3s ease;
}

@media (max-width: 991.98px) {
    .slide-image {
        display: none;
    }
}

.slide-wrap {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    color: #252525;
    padding-top: 0;
    padding-bottom: 0;
}

.slide-wrap.no-overlay {
    background-color: rgba(0, 0, 0, 0);
    color: #252525;
}

.slide-wrap.gradient-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
}

.slide-wrap.gradient-overlay:not([data-gradients]):before {
    background: -webkit-gradient(linear, left top, right top, from(#cf93ff), to(#00c3da));
    background: -o-linear-gradient(left, #cf93ff 0%, #00c3da 100%);
    background: linear-gradient(90deg, #cf93ff 0%, #00c3da 100%);
}

.slide-wrap.gradient-overlay .gradient-bg-wrapper {
    opacity: .55;
}

.slide-content {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: relative;
    height: 100%;
    text-align: center;
}

.slide-content.align-left {
    text-align: left;
}

.slide-content .container {
    padding-left: 15px;
    padding-right: 15px;
}

.slide-content.align-left .container>* {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
        transform-origin: 0 0;
}

.slide-content h1 {
    font-size: 65px;
    letter-spacing: 0;
    line-height: 1.06;
    text-transform: none;
    color: #253434;
    margin-top: 120px;
}

@media (max-width: 991px) {
    .slide-content h1 {
        font-size: 46px;
        margin-top: 130px;
    }
}

@media (max-width: 767.98px) {
    .slide-content h1 {
        font-size: 46px;
        margin-top: 130px;
    }
}

.slide-content p {
    font-size: 17px;
    font-weight: 400;
    margin-top: 19px;
    color: #666;
    line-height: 30px;
}

@media (max-width: 991.98px) {
    .slide-content p {
        font-size: 16px;
        line-height: 1.6;
        margin-top: 15px;
    }
}

@media (max-width: 767.98px) {
    .slide-content p {
        font-size: 15px;
    }
}

.slide-content h1,
.slide-content h2,
.slide-content h3,
.slide-content h4,
.slide-content h5,
.slide-content h6 {
    color: #252525;
}

.slide-content>i {
    font-size: 45px;
}

.slide-content .btn-container,
.slide-content .inline-icon-btn {
    margin-top: 58px;
}

.slide-content .btn-container:last-child,
.slide-content .inline-icon-btn:last-child {
    margin-bottom: 0;
}

.slide-content .btn-container i,
.slide-content .inline-icon-btn i {
    font-size: 20px;
    width: 20px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin-left: 10px;
}

.slide-content img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 300px;
}

#home-slider .slide-content .container>* {
    opacity: 0;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
        transform: scale(0.9);
    -webkit-transform-origin: 50% 50% 0px;
    -ms-transform-origin: 50% 50% 0px;
        transform-origin: 50% 50% 0px;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.slide-box {
    max-width: 50%;
}

@media (max-width: 575.98px) {
    .slide-box {
        max-width: 320px;
    }
}

@media (max-width: 767.98px) {
    .slide-box {
        max-width: 512px;
    }
}

@media (max-width: 991.98px) {
    .slide-box {
        max-width: 736px;
    }
}


.slide-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    padding-left: 0;
    margin: 0;
    list-style-type: none;
}

.slide-dots>li {
    display: inline-block;
    margin: 0 4px;
}

.slide-dots>li>button {
    font-size: 0;
    border: 0;
    padding: 6px 0;
    width: 35px;
    outline: none;
    background-color: transparent;
}

.slide-dots>li>button:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.slide-dots>li>button:hover:before {
    background-color: #fff;
}

.slide-dots>li.slick-active>button:before {
    background-color: #fff;
}

.slide-arrows {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slide-arrows {
        top: 25%;
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .slide-arrows {
        display: none;
    }
}

.slide-arrows>button {
    position: relative;
    left: 0;
    right: auto;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-left: 0;
    line-height: 50px;
    color: #fff;
    font-size: 28px;
    display: block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 0;
}

.slide-arrows>button:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 0;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 0;
}

.slide-arrows>button:hover {
    cursor: pointer;
    color: #3c3c3c;
    border-color: #fff;
}

.slide-arrows>button:hover:before {
    width: 50px;
}

.slide-arrows>button:focus {
    outline: none;
}

.slide-arrows>button>i {
    line-height: 1;
    position: relative;
    z-index: 10;
}

.slide-arrows>button+button {
    margin-top: -1px;
}

.small-image img {
    width: 125px;
}

/*
	Post Info
*/

.single .post-info {
    padding: 0;
    font-size: 11px;
}

@media (max-width: 767.98px) {
	.single .post-info {
    	padding: 0 15px;
    	margin-bottom: 1rem;
	}
}

.post-info .reading-time {
    display: inline-block;
    background-color: transparent;
    color: #3c3c3c;
    font-size: 1rem;
    padding: 5px 15px;
    border-radius: 30px;
}

.post-info .share-wrap {
    display: inline-block;
    background-color: transparent;
    color: #3c3c3c;
    font-size: 1rem;
    padding: 5px 10px;
    border-radius: 30px;
}

@media (max-width: 767.98px) {
	.post-info .share-wrap .social-list >li {
    	margin-right: 5px;
	}
}

.post-info .share-wrap .social-list>li:first-child {
	margin-left: 10px;
}

@media (max-width: 767.98px) {
	.post-info .share-wrap .social-list>li:first-child {
    	display: none;
	}
}

.post-info .share-wrap .social-list >li >a {
	color: #e94c26;
}

.post-info .share-wrap .social-list >li >a:hover,
.post-info .share-wrap .social-list >li >a:focus {
	color: #e94c26;
	text-decoration: none;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
	background-color: #e94c26;
	border-color: #e94c26;
	color: #fff;
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
    background: #3c3c3c none repeat scroll 0 0;
	border-color: #3c3c3c;
}

/*
    Page Title
  */
#page-sub-header {
    text-align: left;
    padding-top: 150px;
    padding-bottom: 50px;
}

.top-bar + #masthead + #page-sub-header {
	padding-top: 194px;
}

#page-sub-header .title {
	margin-bottom: 0;
}

body:not(.theme-preset-active) #page-sub-header h1 {
    color: #252525;
	font-size: 2.875rem;
    line-height: 1.3;
}

@media (max-width: 767.98px) {
	body:not(.theme-preset-active) #page-sub-header h1 {
    	font-size: 2.125rem;
    	line-height: 1;
	}
}

body:not(.theme-preset-active) #page-sub-header p,
#page-sub-header p {
    font-size: 1.375rem;
    font-weight: 600;
    color: #616161;
}

@media screen and (min-width: 992px) {
	#page-sub-header p {
    	max-width: none;
	}
}

@media (max-width: 767.98px) {
	body:not(.theme-preset-active) #page-sub-header p,
	#page-sub-header p  {
    	font-size: 1.25rem;
	}
}

section#contact-box {
    width: 100%;
    margin-left: 80px;
    margin-top: -110px;
    padding-top: 220px;
    z-index: 1;
}

/*
    Boxes
*/

.vc_column_container.box > .vc_column-inner {
    position: relative;
    background-color: #fff;
    padding: 35px 35px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.resource-box {
	position: relative;
	background-color: #fff;
	padding: 35px;
    border-radius: 30px;
	overflow: hidden;
}

.resource-box.grey {
	background-color: #f1eee9;
}

.resource-box + .resource-box {
	margin-top: 25px;
}

.resource-box .resource {
    position: relative;
    text-align: left;
}

.resource-box .resource.media {
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	aspect-ratio: 5 / 3;
	border-radius: 30px;
    overflow: hidden;
}

.grey-bg .resource-box .resource.media {
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.resource-badge {
    position: absolute;
    top: 20px;
    right: 20px;
}

.resource-badge a {
    display: block;
    background-color: #e94c26;
    color: #fff;
	padding: 5px 10px;
    border-radius: 30px;
    font-size: 1rem;
	line-height: 1;
	text-decoration: none;
}

@media (min-width: 768px) {
    .resource-badge a {
		padding: 0 20px;
		font-size: 1.125rem;
		height: 50px;
		line-height: 50px;
    }
}

.resource-badge a:hover,
.resource-badge a:focus {
    background-color: #3c3c3c;
	text-decoration: none;
}

.resource-box .resource-name {
	padding: 5px 15px;
}

.resource-box .resource .resource-name,
.resource-box .resource .resource-name >a {
    display: block;
    position: relative;
    font-family: 'proxima-nova', sans-serif;
    padding: 0;
    margin: 0;
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 400;
    color: #616161;
}

.resource-box .resource .resource-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
}

.resource-box .resource .resource-name >span {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.resource-box .resource .resource-name >a {
    background-color: #e94c26;
    color: #fff;
    padding: 5px 10px;
    border-radius: 30px;
    font-size: 1rem;
}

.resource-box .resource .resource-name >a:hover,
.resource-box .resource .resource-name >a:focus {
	background-color: #3c3c3c;
	text-decoration: none;
}

.resource-box .resource .resource-name >span {
	width: 50%;
	color: #3c3c3c;
}

.resource-box .resource .separator {
    height: 2px;
    background-color: #eee;
	margin-top: 7px;
    margin-bottom: 15px;
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow: hidden;
}

.resource-box .resource .separator .separator-bar {
    float: left;
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #e94c26;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.resource-box p {
    font-size: 1.063rem;
	line-height: 1.2;
}

.course-box {
	position: relative;
	background-color: #f1eee9;
	padding: 35px 35px;
    border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}

@media (max-width: 991.98px) {
	.course-box {
    	margin-top: 25px;
	}
}

.grey-bg .course-box {
	background-color: #fff;
}

.course-box h4 {
    font-size: 2.5rem;
	text-align: left;
}

@media (max-width: 767.98px) {

    .course-box h4 {
        font-size: 1.75rem;
    }
}


.course-box h4 >a {
    color: #3c3c3c;
}

.course-box p {
    font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.5;
	color: #636363;
}

@media (max-width: 991px) {
    .course-box p {
        font-size: 1.25rem;
    }
}

@media (max-width: 767.98px) {
    .course-box p {
        font-size: 1.25rem;
    }
}

.course-box .course-facts {
	margin: 50px auto;
}

.course-box .fact {
    position: relative;
    text-align: left;
}

.course-box .fact .fact-name,
.course-box .fact .fact-name >span {
    display: block;
	position: relative;
	font-family: 'proxima-nova', sans-serif;
    padding: 0;
	margin: 0;
    font-size: 1.125rem;
	line-height: 1;
    font-weight: 400;
	color: #616161;
}

.course-box .fact .fact-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
	font-weight: 600;
}

.course-box .fact .fact-name >span {
	width: 55%;
	color: #3c3c3c;
}

.course-box .starting-from {
    margin-left: 15px;
}

.course-box .starting-from >span {
    font-weight: 700;
}

.course-box .fact .separator {
    height: 2px;
    background-color: #eee;
 	margin-top: 7px;
    margin-bottom: 25px;
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow: hidden;
}

.course-box .fact .separator .separator-bar {
    float: left;
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #e94c26;
	-webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.video-box {
    position: relative;
	width: 395px;
    height: 395px;
    margin: 0 auto;
}

@media (max-width: 991.98px) {
    .video-box {
        width: 100%;
    }
}

.video-box .video-box-image>img {
    position: relative;
    width: 100%;
	max-width: 395px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 30px;
}

.video-box-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 30px;
    color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

@media (max-width: 991.98px) {
	.video-box-overlay {
    	-webkit-box-align: center;
    	    -ms-flex-align: center;
    	        align-items: center;
    	-webkit-box-pack: center;
    	    -ms-flex-pack: center;
    	        justify-content: center;
	}
}

.video-box:hover .video-box-overlay {
    background-color: rgba(0, 0, 0, 0.2);
	z-index: 10;
}

.video-box .video-box-overlay .video-icon,
.wpb_single_image .vc_figure .image-icon {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 90px;
    height: 90px;
    margin: 0;
    padding: 0;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	border-radius: 50%;
}

.video-box .video-box-overlay .btn {
    position: absolute;
    bottom: -20px;
    right: -20px;
    margin: 0;
    padding: 0;
}

@media (max-width: 991.98px) {
	.video-box .video-box-overlay .btn {
    	position: static;
    	bottom: auto;
    	right: auto;
	}
}

.video-box .video-box-overlay .btn:hover,
.video-box .video-box-overlay .btn:focus {
    text-decoration: none;
}

.video-box .video-box-overlay .btn .dashicons {
    width: 48px;
    height: 48px;
    font-size: 48px;
    line-height: 48px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

.click-box {
    position: relative;
    width: 100%;
    padding: 0;
    -webkit-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    transition: border-color .3s ease;
}

.click-box.has_icon {
	margin-top: 1rem;
}

.click-box.slick-slide {
    margin: 0 15px;
}

.click-box.has-img {
    padding-top: 274px;
}

.click-box a {
    color: #333333;
}

.click-box a:hover {
    color: #333333;
    text-decoration: none;
}

.click-box .click-box-image {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.click-box .click-box-image img {
	width: 100%;
	border-bottom-left-radius: 30px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 30px;
}

.click-box .click-box-image .box-badge {
    position: absolute;
    top: -20px;
    left: -10px;
}

@media (min-width: 1300px) {
	.click-box .click-box-image .box-badge {
    	left: -20px;
	}
}

.click-box .click-box-image .box-badge >div {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #e94c26;
    color: #fff;
    border-radius: 50px;
    font-family: 'lemonde-journal', sans-serif;
    font-size: 28px;
    line-height: 60px;
    font-weight: 900;
    text-align: center;
}

.click-box .click-box-info {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 15px;
    font-size: 1.375rem;
    line-height: 1.3;
	font-weight: 600;
    color: #616161;
    -webkit-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    transition: border-color .3s ease;
}

.click-box .click-box-info a {
    color: #e94c26;
}

.click-box .click-box-info a:hover {
    text-decoration: underline;
}

.click-box .click-box-info h4 {
    position: relative;
    color: #3c3c3c;
    font-size: 1.625rem;
    line-height: 1.3;
    font-weight: 700;
}

@media (max-width: 1199.98px) {
	.click-box .click-box-info h4 {
        font-size: 1.5rem;
    }
}

.click-box .click-box-info .sub-title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
}

.click-box .click-box-info .sub-desc {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #333;
}

.click-box .click-box-info .sub-link {
    position: relative;
    left: 0;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.click-box .click-box-info .sub-link:hover {
    left: 5px;
    color: #e94c26;
}

.click-box .click-box-info .sub-link i {
    font-size: 20px;
    width: 20px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.click-box .click-box-info ul {
    padding: 0 1rem;
}

.click-box .click-box-info ul li {
    margin-bottom: .5rem;
}

.feature-box {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.parallax-offset .feature-box {
    margin-left: -1rem;
    margin-right: -1rem;
}

.feature-box-image {
    -ms-flex: 0 0 43.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 43.333333%;
    max-width: 43.333333%;
    background-size: cover;
    background-position: center;
}

@media (max-width: 991.98px) {
    .feature-box-image {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
                flex: 0 0 100%;
        max-width: 100%;
        height: 210px;
    }
}

.feature-box-content {
    position: relative;
    -ms-flex: 0 0 56.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 56.666667%;
    max-width: 56.666667%;
    background: #fff;
    margin: 30px 0;
    padding: 70px 80px;
    -webkit-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    transition: border-color .3s ease;
}

@media (max-width: 991.98px) {
    .feature-box-content {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
                flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 15px 0;
        padding: 30px 30px;
    }
}

.feature-box.no-margin-bottom .feature-box-content {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .feature-box.students-bg .feature-box-image {
        background-position: center -150px;
    }
}

@media (max-width: 767.98px) {
    .feature-box.students-bg .feature-box-image {
        background-position: center -50px;
    }
}

@media (max-width: 991.98px) {
    .feature-box.spear-bg .feature-box-image {
        background-position: center -240px;
    }
}

@media (max-width: 767.98px) {
    .feature-box.spear-bg .feature-box-image {
        background-position: center -70px;
    }
}

.feature-box-content.box-dark {
    background: #000;
}

.feature-box-content.box-dark h2 {
    color: #dedede;
}

.feature-box-content h4 {
    font-family: 'lemonde-journal', sans-serif;
    color: #666666;
    line-height: 1.2;
    text-transform: uppercase;
}

.feature-box-content.box-dark h4 {
    color: #999999
}

.feature-box-content .text-box-content {
    max-width: 300px;
    margin-bottom: 1.875rem;
}

.feature-box-content .blockquote {
    position: relative;
    color: #666666;
    font-size: 1.25rem;
    padding-left: 25px;
    margin-bottom: 0;
}

.feature-box-content.box-dark .blockquote {
    color: #999999;
}

.feature-box-content .blockquote:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 8px;
    background: #666666;
}

.feature-box-content.box-dark .blockquote:before {
    color: #999999;
}

/*
	Fidelo
*/

.bsc_booking fidelo-widget {
	--fidelo-widget-scroll-offset: -150;
}

fidelo-widget .fidelo-registration-form {
    --primary: #e94c26;
    --primary-hue: 12;
    --primary-saturation: 100%;
    --primary-lightness: 50%;
    --secondary: #3c3c3c;
    --secondary-hue: 0;
    --secondary-saturation: 0%;
    --secondary-lightness: 24%
}

fidelo-widget .fidelo-registration-form h1,
fidelo-widget .fidelo-registration-form h2,
fidelo-widget .fidelo-registration-form h3,
fidelo-widget .fidelo-registration-form h4,
fidelo-widget .fidelo-registration-form h5 {
    font-family: 'proxima-nova', sans-serif;
}

@media (max-width: 1299.98px) {
	.fidelo-registration-form .btn {
		padding: 0 7.5px;
    	font-size: 0.875rem;
	}
}

@media (max-width: 575.98px) {
	.fidelo-registration-form div[component=block-nav-buttons] button {
    	width: 50%;
    	width: calc(50% - .5em);
	}
}

@media (max-width: 767.98px) {
	fidelo-widget .fidelo-registration-form nav[component=block-nav-steps] {
    	display: none;
	}
}

.bsc_booking:not(.bsc_booking_bar) fidelo-widget .fidelo-registration-form div[component=block-notifications] + div[component=block-columns] >div >div:first-child {
	background-color: #fff;
    border-radius: 30px;
    padding: 30px 15px;
}

@media (max-width: 767.98px) {
	.bsc_booking:not(.bsc_booking_bar) fidelo-widget .fidelo-registration-form div[component=block-notifications] + div[component=block-columns] >div {
    	margin-top: 1rem;
	}
}

.aside-drawer .fidelo-drawer .bsc_booking:not(.bsc_booking_bar) fidelo-widget .fidelo-registration-form div[component=block-notifications] + div[component=block-columns] >div >div {
	background-color: transparent;
    border-radius: 0;
    padding: 0;
}

fidelo-widget .fidelo-registration-form .list-group-item {
	background-color: transparent;
}

fidelo-widget .fidelo-registration-form li::before{
	content: "";
	display: none;	
}

fidelo-widget .fidelo-registration-form .btn-outline-primary:focus,
fidelo-widget .fidelo-registration-form .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
fidelo-widget .fidelo-registration-form .btn-outline-primary:not(:disabled):not(.disabled).active:focus {
	-webkit-box-shadow: none;
	        box-shadow: none;
}

fidelo-widget .fidelo-registration-form .btn-primary:hover,
fidelo-widget .fidelo-registration-form .btn-primary:focus {
    background-color: #3c3c3c;
    border-color: #3c3c3c;
}

fidelo-widget .fidelo-registration-form .btn-outline-primary:hover,
fidelo-widget .fidelo-registration-form .btn-outline-primary:focus,
fidelo-widget .fidelo-registration-form .btn-outline-primary:focus-visible,
fidelo-widget .fidelo-registration-form .btn-outline-primary:not(:disabled):not(.disabled):active,
fidelo-widget .fidelo-registration-form .btn-outline-primary:not(:disabled):not(.disabled).active {
	color: #fff;
    background-color: #e94c26;
    border-color: #e94c26;
	outline: none;
}

fidelo-widget .fidelo-registration-form .btn-outline-secondary {
    color: #e94c26;
	border-width: 1px;
    border-style: solid;
    border-color: #e94c26;
}

fidelo-widget .fidelo-registration-form .btn-outline-secondary:hover,
fidelo-widget .fidelo-registration-form .btn-outline-secondary:focus {
    color: #fff;
}

fidelo-widget .fidelo-registration-form div[component=block-static] h2 {
	font-size: 1.5rem;
	padding: 0;
}

fidelo-widget .fidelo-registration-form div[component=block-static] h3 {
	font-size: 1.5rem;
    padding: 0;
}

fidelo-widget .fidelo-registration-form .card {
	background-color: transparent;
    border: none;
    border-radius: 0;
}

fidelo-widget .fidelo-registration-form .card-body {
    padding: 0;
}

.bsc_booking:not(.bsc_booking_bar) .fidelo-registration-form .service-container-course div[component=block-service-container],
.bsc_booking:not(.bsc_booking_bar) .fidelo-registration-form .service-container-accommodation div[component=block-service-container] {
    margin-top: 1rem;
	margin-bottom: 1rem;
}

.aside-drawer .fidelo-drawer .bsc_booking:not(.bsc_booking_bar) .fidelo-registration-form .service-container-course div[component=block-service-container],
.aside-drawer .fidelo-drawer .bsc_booking:not(.bsc_booking_bar) .fidelo-registration-form .service-container-accommodation div[component=block-service-container] {
    margin-top: 0;
	margin-bottom: 0;
}

.fidelo-registration-form div[component=block-nav-buttons] {
    margin-top: 1rem;
}

fidelo-widget .fidelo-registration-form div[component=block-prices] .price-block .card-body {
    padding: 0;
}

fidelo-widget .fidelo-registration-form div[component=block-prices] .price-list .list-group-item {
	color: #E94C26;
	padding: 1rem 0;
}

fidelo-widget .fidelo-registration-form .price-description li {
	color: #E94C26;
	padding: 0;
}

fidelo-widget .fidelo-registration-form .list-group-item >div {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.bsc_booking:not(.bsc_booking_bar) .fidelo-registration-form {
    position: relative;
    background-color: transparent;
    padding: 0;
}

@media (max-width: 767.98px) {
	.bsc_booking:not(.bsc_booking_bar) .fidelo-registration-form {
    	padding: 0;
	}
}

.booknow-wrapper {
    position: relative;
    height: 50px;
}

.booknow-tranparent {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.8);
    z-index: 1080;
}

.bsc_booking_widget {
    display: block;
	align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 50px;
    overflow: hidden;
    z-index: 1090;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.bsc_booking_widget.btn-left {
	left: 0;
	right: auto;
}

:dir(rtl) .bsc_booking_widget.btn-left {
	left: auto;
	right: 0;
}

.bsc_booking_widget.active {
	display: flex;
}

.bsc_booking_widget form {
    position: relative;
    background-color: #f1eee9;
    border: 2px solid #23272b;
    border-radius: 30px;
    padding-left: 30px;
}

.single-location .bsc_booking_widget form .form-group:first-child {
	display: none;
}

.bsc_booking_widget .btn {
    height: 46px;
    line-height: 46px;
    border-radius: 26px;
    font-size: 1.375rem;
}

fidelo-widget .fieldo-meta {
	display: block;
}

.hide-extras fidelo-widget .fieldo-meta {
	display: none;
}

.bsc_booking_bar {
	display: none;
    position: relative;
	min-height: 140px;
	background: #f1eee9;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
	padding: 25px 25px;
}

.aside-drawer .fidelo-drawer .bsc_booking_bar {
	padding: 15px 15px;
	border-radius: 30px;
}

@media (min-width: 1200px) {
	.bsc_booking_bar {
		padding: 20px 20px;
	}
}

.bsc_booking_bar.is-active {
	display: block;
}

.bsc_booking_bar.vertical {
	padding: 25px 25px;
}

.bsc_booking_bar.skin-dark {
    background-color: #3c3c3c;
}


.bsc_booking_bar fidelo-widget .fidelo-registration-form .loading-overlay {
    background: transparent;
}

.bsc_booking_bar .list-group {
	margin-bottom: 0;
}

.bsc_booking_bar .list-group-item,
.bsc_booking_bar .card {
    background-color: transparent;
}

.bsc_booking_bar:not(.vertical) fidelo-widget .fidelo-registration-form,
.bsc_booking_bar:not(.vertical) fidelo-widget .fidelo-registration-form .container-fluid {
    direction: ltr;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    min-height: 90px;
    height: auto;
}

@media (min-width: 1200px) {
	.bsc_booking_bar:not(.vertical) fidelo-widget .fidelo-registration-form,
	.bsc_booking_bar:not(.vertical) fidelo-widget .fidelo-registration-form .container-fluid {
    	height: 90px;
	}
}

.bsc_booking_bar.vertical fidelo-widget .fidelo-registration-form,
.bsc_booking_bar.vertical fidelo-widget .fidelo-registration-form .container-fluid {
	height: auto;
}

.bsc_booking_bar fidelo-widget .fidelo-registration-form div[component=block-notifications] + .row > div[class^="col-md-"] {	
    display: none;	
}

.bsc_booking_bar .fidelo-registration-form nav[component=block-nav-steps] {	
	display: none;	
}

.bsc_booking_bar .fidelo-registration-form .service-container-course,
.bsc_booking_bar .fidelo-registration-form .service-container-accommodation {
	margin-bottom: 0;
}

.bsc_booking_bar fidelo-widget label {
    display: block;
	width: 100%;
    white-space: nowrap;
    text-align: left;
    font-size: 16px;
    line-height: 21px;
    color: #e94c26;
    margin: 0 0;
    padding: 0 0;
    min-height: 19px;
    font-weight: 600;
}

.bsc_booking_bar .nav {
	display: none;
}

.bsc_booking_bar fidelo-widget .fidelo-registration-form div[component=block-static] h2,
.bsc_booking_bar fidelo-widget .fidelo-registration-form div[component=block-static] h3 {
	display: none;
}

.bsc_booking_bar p {
    margin-top: 0;
    margin-bottom: 0;
}

.bsc_booking_bar.skin-dark fidelo-widget label {
    color: #fff;
}

.bsc_booking_bar fidelo-widget .fidelo-registration-form div[component=block-prices] .card-body label {
	color: #e94c26;
}

.bsc_booking_bar fidelo-widget .form-group {
    position: relative;
}

.bsc_booking_bar:not(.vertical) fidelo-widget .form-group {
	width: 100%;
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
	.bsc_booking_bar:not(.vertical) fidelo-widget .form-group {
		margin-bottom: 1rem;
	}
}

.bsc_booking_bar fidelo-widget .input-group {
    height: 60px;
}

.bsc_booking_bar .input-group>.custom-file,
.bsc_booking_bar .input-group>.custom-select,
.bsc_booking_bar .input-group>.form-control,
.bsc_booking_bar .input-group>.form-control-plaintext {
	height: 60px;
}

.bsc_booking_bar fidelo-widget input[name="units"],
.bsc_booking_bar fidelo-widget .custom-select {
display: inline-block;
    width: 100%;
    height: 60px;
    padding: 0px 1.75rem 0 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    border: none;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.bsc_booking_bar fidelo-widget .fidelo-registration-form .is-invalid~.invalid-feedback,
.bsc_booking_bar fidelo-widget .fidelo-registration-form .is-invalid~.invalid-tooltip {
    position: absolute;
    bottom: -22px;
    display: block;
    font-size: 11px;
    margin: 0;
}

.bsc_booking_bar fidelo-widget .fidelo-registration-form .btn {
    display: block;
    width: 100%;
    height: 50px;
	color: #fff;
	font-size: 1.125rem;
    font-weight: 600;
    line-height: 50px;
    padding: 0 30px;
    text-align: center;
    border-radius: 30px;
	background-color: #e94c26;
    border-color: #e94c26;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.bsc_booking_bar.vertical fidelo-widget .fidelo-registration-form div[component=block-service-container] .btn {
	float: none!important;
    margin-bottom: 1rem;
}

.bsc_booking_bar .btn-enquire  {
    background-color: #3c3c3c;
    border-color: #3c3c3c;
	margin-top: 15px;
    margin-bottom: 10px;
}

.aside-drawer .fidelo-drawer .bsc_booking_bar .btn-enquire {
	display: none;
}

.bsc_booking_bar fidelo-widget .fidelo-registration-form .btn:hover,
.bsc_booking_bar fidelo-widget .fidelo-registration-form .btn:focus {
    background-color: #000;
    border-color: #000;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.bsc_booking_bar fidelo-widget .fidelo-registration-form .btn:not(:disabled):not(.disabled):active,
.bsc_booking_bar fidelo-widget .fidelo-registration-form .btn:not(:disabled):not(.disabled).active {
    background-color: #000;
    border-color: #000;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.bsc_booking_bar fidelo-widget .fidelo-registration-form div[component=block-notifications] {
    display: none;
}

.bsc_booking_bar fidelo-widget .fidelo-registration-form div[component=block-columns]>div {
	position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.bsc_booking_bar.vertical fidelo-widget .fidelo-registration-form div[component=block-columns]>div {
	padding-right: 0;
    padding-left: 0;
}

.aside-drawer .fidelo-drawer .bsc_booking_bar.vertical fidelo-widget .fidelo-registration-form div[component=block-columns]>div {
	padding-right: 15px;
    padding-left: 15px;
}

.bsc_booking_bar .col-school,	
.bsc_booking_bar .col-birthdate,	
.bsc_booking_bar .col-service,	
.bsc_booking_bar .col-price,
.bsc_booking_bar .col-btn {	
    position: relative;	
    width: 100%;	
    padding-right: 0;	
    padding-left: 0;	
}

@media (min-width: 1200px) {
	.bsc_booking_bar .col-school,	
	.bsc_booking_bar .col-birthdate,	
	.bsc_booking_bar .col-service,	
	.bsc_booking_bar .col-price,
	.bsc_booking_bar .col-btn {		
    	padding-right: 15px;	
    	padding-left: 15px;	
	}
}

.bsc_booking_bar.hide-loc .col-school {	
    display: none;	
}

.bsc_booking_bar .col-school,
.bsc_booking_bar .col-birthdate,
.bsc_booking_bar .col-service,
.bsc_booking_bar .col-price,
.bsc_booking_bar .col-btn {
	-ms-flex: 0 0 100%;	
    -webkit-box-flex: 0;	
    flex: 0 0 100%;	
    max-width: 100%;	
}

@media (min-width: 768px) {	
	.bsc_booking_bar:not(.vertical) .col-school {	
    	-ms-flex: 0 0 16.666667%;	
    	-webkit-box-flex: 0;	
    	        flex: 0 0 16.666667%;	
    	max-width: 16.666667%;	
	}	
		
	.bsc_booking_bar:not(.vertical) .col-birthdate {	
    	-ms-flex: 0 0 66.666667%;	
    	-webkit-box-flex: 0;	
    	        flex: 0 0 66.666667%;	
    	max-width: 66.666667%;	
	}	
		
	.bsc_booking_bar:not(.vertical) .col-service {	
    	-ms-flex: 0 0 58.33333333%;	
    	-webkit-box-flex: 0;	
    	        flex: 0 0 58.33333333%;	
    	max-width: 58.33333333%;	
	}	
		
	.bsc_booking_bar:not(.vertical) .col-price {	
    	-ms-flex: 0 0 12.499999835%;	
    	-webkit-box-flex: 0;	
    	        flex: 0 0 12.499999835%;	
    	max-width: 12.499999835%;	
	}
	
	.bsc_booking_bar .col-btn {	
    	-ms-flex: 0 0 50%;	
    	-webkit-box-flex: 0;	
		flex: 0 0 50%;	
    	max-width: 50%;	
		margin-left: 50%;
	}
	
	.bsc_booking_bar:not(.vertical) .col-btn {	
    	-ms-flex: 0 0 12.499999835%;	
    	-webkit-box-flex: 0;	
		flex: 0 0 12.499999835%;	
    	max-width: 12.499999835%;
	}
	
}	

.bsc_booking_bar:not(.vertical) fidelo-widget .fidelo-registration-form div[component=block-columns]>div:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.bsc_booking_bar fidelo-widget .fidelo-registration-form div[component=block-service-container] {
    position: relative;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
	.bsc_booking_bar:not(.vertical) fidelo-widget .service-container-course .course-card div[class^="col-md-"] {
		display: flex !important;
	}
}

.bsc_booking_bar fidelo-widget .fidelo-registration-form div[component=block-service-container].service-container-course .course-card {
    margin-bottom: 0;
}

.bsc_booking_bar fidelo-widget .btn-add-service {
    display: none !important;
}

.bsc_booking_bar fidelo-widget .service-container-course h4 {
    display: none;
}

.bsc_booking_bar fidelo-widget .service-container-course .course-card {
    border: none;
    border-radius: 0;
	margin-bottom: 0;
}

.bsc_booking_bar:not(.vertical) fidelo-widget .service-container-course .course-card .col-md-12 {
	display: flex !important;
}

@media (min-width: 1200px) {
	.bsc_booking_bar:not(.vertical) fidelo-widget .service-container-course .course-card .col-md-12 {
    	-ms-flex: 0 0 40%;
    	flex: 0 0 40%;
    	max-width: 40%;
	}
	
	.bsc_booking_bar:not(.vertical) fidelo-widget .service-container-course .course-card .col-md-6 {
    	-ms-flex: 0 0 40%;
    	flex: 0 0 40%;
    	max-width: 40%;
	}
	
	.bsc_booking_bar:not(.vertical) fidelo-widget .service-container-course .course-card .col-md-6 + .col-md-6  {
    	-ms-flex: 0 0 20%;
    	flex: 0 0 20%;
    	max-width: 20%;
	}
}

@media (min-width: 1200px) {
	.bsc_booking_bar:not(.vertical) fidelo-widget .service-container-course .course-card .card-body {
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    	padding: 0;
	}
	
	.bsc_booking_bar:not(.vertical) fidelo-widget .service-container-course .course-card .card-body>div:first-child {
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    	padding: 0 30px 0 0;
	}
	
	.bsc_booking_bar:not(.vertical) fidelo-widget .service-container-course .course-card .card-body>div.row {
    	-webkit-box-flex: 0;
    	-ms-flex: 0 0 50%;
    	flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
}

.bsc_booking_bar fidelo-widget .fidelo-registration-form div[component=block-prices] {
	position: relative;
    border: none;
    padding: 0 0;
	margin-top: 0;
    margin-bottom: 0;
}

.bsc_booking_bar.vertical fidelo-widget .fidelo-registration-form div[component=block-prices] {
	margin-top: 25px;
}

.bsc_booking_bar.vertical fidelo-widget .fidelo-registration-form div[component=block-prices] {
	margin-top: 10px;
}


.bsc_booking_bar.vertical fidelo-widget .fidelo-registration-form div[component=block-prices]::before {
	content: "";
	position: absolute;
    top: 0;
	left: -25px;
	right: -25px;
	height: 1px;
	background-color: #ccc;
}

.aside-drawer .fidelo-drawer .bsc_booking_bar.vertical fidelo-widget .fidelo-registration-form div[component=block-prices]::before {
	left: 0;
	right: 0;
}

.bsc_booking_bar fidelo-widget .fidelo-registration-form div[component=block-prices] h4 {
    display: none;
}

.bsc_booking_bar fidelo-widget .fidelo-registration-form div[component=block-prices] .card-body {
    padding: 0;
}

.bsc_booking_bar.vertical fidelo-widget .fidelo-registration-form div[component=block-prices] .price-list .list-group-item {
    display: flex;
    justify-content: flex-start;
    padding: 1rem 0;
}

.bsc_booking_bar fidelo-widget .fidelo-registration-form div[component=block-prices] .price-block {
    display: none;
}

.bsc_booking_bar.vertical fidelo-widget .fidelo-registration-form div[component=block-prices] .price-list .list-group-item {
    display: flex;
    justify-content: flex-start;
    padding: 1rem 0;
	margin-bottom: 0;
}

.bsc_booking_bar:not(.vertical) fidelo-widget .fidelo-registration-form div[component=block-prices] .price-list .list-group-item {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
    margin-bottom: 0;
}

.bsc_booking_bar fidelo-widget .fidelo-registration-form div[component=block-prices] .price-list .list-group-item::before {
	content: "";
    margin-bottom: 0;
}

.bsc_booking_bar fidelo-widget .fidelo-registration-form div[component=block-prices] .price-list .list-group-item>span:first-child {
    display: block;
    font-size: 0.875rem;
    line-height: 1.5;
	margin-right: 10px;
}

.bsc_booking_bar fidelo-widget .fidelo-registration-form div[component=block-prices] .price-list .price-list-item-total {
	display: block;
	font-size: 1.5rem !important;
    font-weight: bold;
}

.fidelo-registration-form div[component=block-prices] .price-list-item-total {
    font-family: 'proxima-nova', sans-serif;
    color: #e94c26;
    line-height: 60px;
	font-size: 2rem !important;
    text-transform: none;
	font-weight: 700 !important;
}

.bsc_booking_bar.vertical fidelo-widget .fidelo-registration-form div[component=block-prices] .price-list-item-total {
    font-size: 2.5rem  !important;
    line-height: 1;
}

.bsc_booking_bar fidelo-widget .fidelo-registration-form div[component=block-prices] .inc {
    font-size: 10px;
    line-height: 1.5;
    text-align: center;
}

.bsc_booking_bar fidelo-widget div[component=block-nav-buttons] {
    display: none;
}

.bsc_booking_bar fidelo-widget .fidelo-registration-form .form-control:focus,
.bsc_booking_bar fidelo-widget .fidelo-registration-form .custom-select:focus,
.bsc_booking_bar fidelo-widget .fidelo-registration-form .custom-file-input:focus~.custom-file-label {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

#fidelo-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 2000000;
    text-align: center;
    display: none;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

#fidelo-modal .fidelo-modal {
    position: relative;
	background-color: #ffffff;
    padding: 15px 25px 5px 25px;
    max-width: 100%;
    margin: auto;
	border-radius: 30px;
}

@media (min-width: 1200px) {
	#fidelo-modal .fidelo-modal {
    	max-width: 1220px;
	}
}

#fidelo-modal h2 {
    padding-bottom: 0;
}

#fidelo-modal h4 {
    color: #e94c26;
    font-size: 18px;
}

#fidelo-close {
    position: absolute;
    height: 40px;
    line-height: 40px;
    top: 20px;
    right: 30px;
    margin: auto;
    font-size: 35px;
    color: #3c3c3c;
    text-align: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1000;
    cursor: pointer;
}

#fidelo-close:hover {
    text-decoration: none;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
        transform: scale(1.1);
}

#fidelo-close:hover,
#gallery-close:focus {
    color: #fff;
}

#fidelo-close span {
    vertical-align: middle;
    line-height: inherit;
}

.fidelo-wrapper {
	padding-top: 50px;
	padding-bottom: 50px;
}

#fidelofilters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
    list-style: none;
    padding: 0;
    margin-bottom: 50px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#fidelofilters li {
    font-family: "proxima-nova", sans-serif;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    padding: 15px 20px;
    font-weight: 600;
    font-size: 17px;
    margin: 0 5px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #e94c26;
    border: 1px solid #e94c26;
    line-height: 1;
	border-radius: 50px;
}

#fidelofilters li.younglearners,
#fidelofilters li[data-fidelo-installation="bscyounglearners"] {
	color: #00d6ad;
    border: 1px solid #00d6ad;
}

#fidelofilters li.active {
    color: #fff;
    background-color: #e94c26;
}

#fidelofilters li.younglearners.active,
#fidelofilters li[data-fidelo-installation="bscyounglearners"].active {
	color: #3c3c3c;
    background-color: #00d6ad;
}

.entry-content .wpb_content_element #fidelofilters >li:before {
	content: "";
	display: none;
}

/*
	Hustle
*/

@media (max-width: 767.98px) {
    .hustle-layout .hustle-image {
        height: 100vh;
    }
}

.hustle-layout-footer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
}

.hustle-layout-footer .hustle-cta-container {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.hustle-layout-footer .hustle-cta-container a.hustle-button-cta {
    width: 100%;
    height: 100%;
    font-size: 0;
    border-color: transparent;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*
	HubSpot
*/

.bsc-hubspot form fieldset {
    max-width: 100% !important;
}

.bsc-hubspot form .hs-form-field >label {
    position: absolute;
    top: 20px;
    left: 15px;
	min-width: 100px;
    background-color: white;
    padding: 0px 5px 0px 5px;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.02rem;
    font-family: 'proxima-nova', sans-serif;
    color: #616161;
    pointer-events: none;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.bsc-hubspot form .hs-form-field.label-animate >label {
    top: -5px;
    left: 10px;
    font-size: 0.813rem;
	font-weight: 600;
    color: #969696;
    opacity: 1;
    visibility: visible;
}

.bsc-hubspot form .hs-form-field.hs_phone label {
	display: none;
}

.hs-error-msgs label {
    color: #f2545b
}

.bsc-hubspot form .hs-input {
    display: inline-block;
    width: 90%;
    max-width: 100%;
    height: 60px;
    padding: 6px 15px;
    font-family: 'proxima-nova', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #3c3c3c;
    border: 1px solid transparent;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 3px;
	-webkit-appearance: none;
}

.bsc-hubspot form select {
	background-color: #fff;
	-webkit-appearance: none;
}
	
.bsc-hubspot form .hs-input[type=checkbox],
.bsc-hubspot form .hs-input[type=radio] {
	height: auto;
}

.bsc-hubspot form textarea.hs-input {
    height: auto;
	min-height: 100px;
}

.bsc-hubspot form fieldset.form-columns-1 .hs-input {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 991.98px) {
	.bsc-hubspot form .form-columns-2 .hs-form-field .hs-input,
	.bsc-hubspot form .form-columns-3 .hs-form-field .hs-input {
		width: 100% !important;
	}
}

.bsc-hubspot .form-columns-2 >div:last-of-type .hs-input {
    width: 100%;
    max-width: 100%;
}

.bsc-hubspot form .hs-input.hs-fieldtype-intl-phone {
	padding: 0;
}

.bsc-hubspot ul.no-list {
    list-style: none;
}

.bsc-hubspot .inputs-list {
    margin: 0 0 5px;
    width: 100%;
    padding-left: 5px;
}

.bsc-hubspot .inputs-list >li {
    display: block;
    padding: 0;
    width: 100%;
    padding-top: 0;
}

.bsc-hubspot .inputs-list label {
    float: none;
    width: auto;
    padding: 0;
	font-size: 16px;
    line-height: 1;
    white-space: normal;
    font-weight: normal;
}

.bsc-hubspot .inputs-list:first-child {
    padding-top: 6px;
}

.bsc-hubspot .inputs-list>li+li {
    padding-top: 2px;
}

.bsc-hubspot ul.no-list {
    list-style: none;
}

.bsc-hubspot .field {
	position: relative;
    margin-bottom: 18px;
}

.bsc-hubspot .hs-button {
	float: none;
    width: 100%;
    font-family: 'proxima-nova', sans-serif;
    font-size: 16px;
    height: auto;
    line-height: 46px;
    text-align: center;
    background-color: #e94c26;
    border-width: 0;
    border-color: #e94c26;
    border-style: solid;
    color: #ffffff;
    cursor: pointer;
    font-weight: 600;
    border-radius: 30px;
    text-shadow: none;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-shadow: 0 1px 1px #eeeeee;
    box-shadow: 0 1px 1px #eeeeee;
    margin: 10px;
    margin-left: 0;
    margin-right: 0;
    vertical-align: middle;
}

.bsc-hubspot .hs-button:hover,
.bsc-hubspot .hs-button:focus {
	background-color: #3c3c3c;
}

.bsc-hubspot .legal-consent-container,
.bsc-hubspot .legal-consent-container p {
	font-size: 0.875rem;
	line-height: 1.3;
}

/*
	Gravity
*/

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
	font-size: 16px !important;
    padding: 6px 15px !important; 
    border: 2px solid #eee !important;
}

.gform_wrapper.gravity-theme #field_submit input,
.gform_wrapper.gravity-theme .gform_footer input {
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background-color: #e94c26;
    border-color: #e94c26;
	border-width: 0;
    border-radius: 30px;
    color: #fff;
    font-weight: 700;
    box-shadow: none;
	outline: none;
}

.gform_wrapper.gravity-theme #field_submit input:focus,
.gform_wrapper.gravity-theme #field_submit input:hover,
.gform_wrapper.gravity-theme #field_submit input:active,
.gform_wrapper.gravity-theme .gform_footer input:focus,
.gform_wrapper.gravity-theme .gform_footer input:hover,
.gform_wrapper.gravity-theme .gform_footer input:active {
    color: #ffffff;
    background-color: #3c3c3c;
    border-color: #3c3c3c;
    text-decoration: none;
}

/*
  Quiz
*/

.gform_wrapper.quiz_wrapper .gfield {
	display: none;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 23px;
	opacity: 0;
    transition: opacity 0.5s ease;
}

.gform_wrapper.quiz_wrapper .gfield_label { 
    font-size: 1.375rem !important;
	color: #333333;
	margin-bottom: 5px;
}

body .gform_wrapper.quiz_wrapper ul li.field_description_below div.ginput_container_checkbox, 
body .gform_wrapper.quiz_wrapper ul li.field_description_below div.ginput_container_radio {
    margin-bottom: 0;
    margin-top: 0;
}

.gform_wrapper.quiz_wrapper .ginput_container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gform_wrapper.quiz_wrapper .ginput_container ul li {
    display: inline-block;
    margin-bottom: 10px;
    background-color: #f0eee9;
    padding: 4px;
    border-radius: 8px;
    color: #000;
    font-weight: bold;
    padding-left: 9px !important;
    padding-right: 10px !important;
    margin-top: 8px;
}

.gform_wrapper.quiz_wrapper .gform-field-label--type-inline {
    display: inline-block;
    margin-left: 5px;
}

.gquiz-indicator {
    margin-left: 10px;
}

#floating-score {
    position: fixed;
    top: 50%;
    right: 10px;
    background-color: #e94c26;
    color: white;
    padding: 10px 20px;
    border-radius: 50%;
    font-size: 1.375rem;
    font-weight: bold;
    z-index: 400000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    transform: translateY(-50%);
}

#floating-comments {
    position: 'fixed';
    top: '10px';
    right: '10px';
    background-color: '#fff';
    color: '#000';
    padding: '10px';
    border-radius: '8px';
    z-index: '1000000';
}

.gform_wrapper.quiz_wrapper ul.gform_fields li.gfield {
    padding: 16px;
}

.gform_wrapper.quiz_wrapper .gfield_checkbox li label, 
.gform_wrapper.quiz_wrapper .gfield_radio li label {
    display: -moz-inline-stack;
    display: inline-block;
    font-size: 18px;
    line-height: 1.5;
    max-width: 100%;
    padding: 4px;
    vertical-align: middle;
    white-space: normal;
}

.display-message-1 a,
.display-message-2 a,
.display-message-3 a,
.display-message-4 a {
	color: #fff;
	text-decoration: underline;
	
}

.display-message-1 h3,
.display-message-2 h3,
.display-message-3 h3,
.display-message-4 h3 {
  color: #fff;  
}

.display-message-2,
.display-message-1,
.display-message-3,
.display-message-4 {
    background-color: #d7502b;
    color: #fff;
    font-weight: bold;
    border-radius: 30px;
    padding: 20px;
}

.confetti {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #e94c26;
    z-index: 500000;
    animation: confetti-fall 2s linear infinite, confetti-drift 2s ease-in-out infinite;
}

@keyframes confetti-fall {
    0% { transform: translateY(0); }
    100% { transform: translateY(200vh); }
}

@keyframes confetti-drift {
    0% { transform: translateX(0); }
    50% { transform: translateX(20px); }
    100% { transform: translateX(0); }
}

.shake {
    animation: shake 0.5s;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-10px); }
    50% { transform: translateX(10px); }
    75% { transform: translateX(-10px); }
}

/*
    Link Tree
*/

.linktree {
	text-align: center;
}

.linktree img {
	max-width: 150px;
    vertical-align: middle;
	margin: 16px;
	border-radius: 50%;
}

.linktree .link-title {
    color: #fff;
    background-color: #3c3c3c;
    padding: 8px 16px;
    border-radius: 4px;
}

.linktree .link-value {
	color: #3c3c3c;
	font-weight: 700;
}

.links-container {
    display: flex;
    flex-direction: column;
    jusify-content: center;
    align-items: center;
	background-color: #fff;
    border-color: #ddd #ddd #d8d8d8;
    box-shadow: 0 2px 0 hsla(0, 0%, 69%, .12);
	padding: 60px 30px;
    border-radius: 30px;
}

.links-container a {
    width: 80%;
	background-color: #f1eee9;
	margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
	.links-container a {
    	width: 100%;
	}
}

.links-container a:last-child {
	margin-bottom: 0;
}

/*
  Team
*/

.team-member {
    margin-left: auto;
    margin-right: auto;
}

.team-member:hover .image-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1);
}

.team-image {
    position: relative;
}

.team-image img {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 30px;
}

.team-member .team-badge {
    position: absolute;
    top: -20px;
    right: 20px;
    z-index: 10;
}

.team-member .team-badge >span {
    display: block;
    background-color: #e94c26;
    color: #fff;
    border-radius: 30px;
    padding: 6px 16px;
    font-family: 'proxima-nova', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #252525;
    color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
        transform: scale(1.2);
}

.image-overlay .team-social {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 0;
    width: 100%;
}

.team-social,
.entry-content .team-social {
    list-style: none;
	text-align: center;
    padding: 0;
    margin: 0;
}

.team-social >li,
.entry-content .team-social >li {
    display: inline-block;
	padding: 0;
    margin: 0;
}

.team-social >li >a,
.entry-content .team-social >li >a {
    position: relative;
	display: block;
    width: 50px;
    height: 50px;
    outline: none;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
	color: #fff;
    background-color: #e94c26;
    padding: 0 0;
    cursor: pointer;
    -webkit-box-shadow: 0 3px 15px rgba(0,0,0,0.1);
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.team-social >li >a:hover,
.entry-content .team-social >li >a:hover {
    text-decoration: none;
    background-color: #3c3c3c;
}

.entry-content .team-social>li::before {
	content: "";
}

.team-social >li >a .dashicons,
.entry-content .team-social >li >a .dashicons {
    width: 50px;
    height: 50px;
	font-size: 32px;
    line-height: 50px;
}

.team-info {
    min-height: 0;
    padding: 20px 0 5px;
}

@media (max-width: 767.98px) {
    .team-info {
        min-height: 100px;
    }
}

.team-info>h4 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: none;
    letter-spacing: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.team-info>h4>mark {
    display: block;
    min-height: 56px;
}

.team-info>span {
    font-size: 16px;
    color: #999;
    letter-spacing: 0;
}

.team-info>p {
    margin-top: 10px;
    font-size: 1rem;
	text-align: center;
}

.about-image img {
    width: 250px;
}

.member-image {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
}

.member-image:hover .member-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
        transform: translateY(0);
}

.member-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0) 100%);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
        transform: translateY(30px);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.member-overlay h3 {
    color: #fff;
}

.member-overlay .team-social>li>a {
    width: 25px;
    height: 25px;
}

/*
    Location
*/

.location-item img {
    display: block;
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.location-item .location-info {
	position: relative;
	min-height: 145px;
    padding: 45px 30px 15px 30px;
    background-color:  #f1eee9;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.grey-bg .location-item .location-info {
    background-color: #fff;
}

.location-item .location-info h5 {
    font-size: 1.25rem;
    line-height: 1.2;
	font-weight: 700;
    color: #3c3c3c;
    padding: 0;
    margin-bottom: 1rem;
}

.location-item .location-info h5 >a {
    color: #3c3c3c;
}

.location-item .location-info p {
    font-size: 1.063rem;
    line-height: 1.3;
	margin-bottom: 20px;
}

.location-item .location-info .explore {
	position: absolute;
	top: -21px;
	right: 15px;
}

/*
    Courses
*/

#filters {
    padding: 0;
    margin-bottom: 35px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

@media (max-width: 767.98px) {
	#filters {
    	margin-top: 25px;
	}
}

#filters .form-group {
	margin-bottom: 0;
}

@media (max-width: 767.98px) {
	#filters .form-group {
    	margin-bottom: 1rem;
	}
}

#filters ul {
    list-style: none;
}

#filters li {
    list-style-type: none;
    display: block;
    font-size: 16px;
    line-height: 1;
    text-align: left;
    padding: 0;
}

#filters .bs-actionsbox .bs-select-all {
	display: none;
}

.bootstrap-select > .dropdown-toggle {
    font-family: proxima-nova, sans-serif;
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-size: 17px;
    cursor: pointer;
    color: #e94c26;
    border-width: 1px;
    border-style: solid;
    border-color: #e94c26;
    -o-border-image: initial;
       border-image: initial;
    border-radius: 50px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
	box-shadow: none;
	outline-offset: 0;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    color: #e94c26;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.course-meta {
    position: relative;
}

.course-arrows {
    position: absolute;
    bottom: 1rem;
    right: 0;
}

.course-arrows>button {
    display: inline-block;
    position: relative;
    left: 0;
    right: auto;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: none;
    line-height: 50px;
    color: #1c2b56;
    font-size: 36px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 0;
}

.course-arrows>button:focus {
    outline: none;
}

.course-arrows>button>i {
    line-height: 1;
    position: relative;
    z-index: 10;
}

#filters+.course-grid {
    margin-top: 0;
}

.course-item {
    float: left;
    position: relative;
    width: 33.33333333%;
	padding: 10px;
    overflow: hidden;
}

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

    .course-grid.four-col .course-item {
        width: 50%;
    }
}

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

    .course-grid .course-item {
        width: 100%;
    }
}

.course-item .course-detail>a {
	text-decoration: none;
}

.course-item img {
    border-bottom-left-radius:30px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 30px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.course-detail {
    position: relative;
}

.course-badge {
	display: none;
    position: absolute;
    top: 10px;
    right: 10px;
	z-index: 10;
}

.course-badge .course-icon {
	width: 50px;
	height: 50px;
	background-image: none;
	background-size: 100% 100%;
	background-repeat: no-repeat;
    border-radius: 25px;
}

.course-icon.book-exams .course-badge .course-icon,
.cat-book-exams .course-badge .course-icon {
	background-image: url('./images/ico/BSC-Professional-Development-150x150.png');
}

.manchester-city-football-school .course-badge .course-icon,
.cat-anchester-city-football-school .course-badge .course-icon {
	background-image: none;
}

.professional-development .course-badge .course-icon,
.cat-professional-development .course-badge .course-icon {
	background-image: url('./images/ico/BSC-Professional-Development-150x150.png');
}

.other-languages .course-badge .course-icon,
.cat-other-languages .course-badge .course-icon {
	background-image: url('./images/ico/BSC-Young-Learners.png');
}

.teacher-training .course-badge .course-icon,
.cat-teacher-training .course-badge .course-icon {
	background-image: url('./images/ico/BSC-Teacher-Training-150x150.png');
}

.young-learners .course-badge .course-icon,
.cat-young-learners .course-badge .course-icon {
	background-image: url('./images/ico/BSC-Young-Learners-150x150.png');
}

.course-badge >a {
    display: block;
    background-color: #e94c26;
    color: #fff;
    border-radius: 30px;
    padding: 6px 16px;
    font-family: 'proxima-nova', sans-serif;
    font-size: 1rem;
    font-weight: 600;
}

.course-badge >a.university-pathways {
	background-color: #b11062;
}

.course-badge >a.teacher-training {
	background-color: #6a226a;
}

.course-badge >a.oet {
	background-color: #224294;
}

.course-badge >a.professional-development {
	background-color: #1a7a57;
}

.course-badge >a.young-learners {
	background-color: #00d6ad;
}

.course-badge >a.manchester-city-football-school {
	background-color: #001838;
}

.course-info {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
	min-height: 122px;
    padding: 15px 15px;
    font-size: 1rem;
    line-height: 22px;
    color: #3c3c3c;
	text-align: center;
    -webkit-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    transition: border-color .3s ease;
}

.course-info h4 {
	font-family: 'proxima-nova', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    margin-top: 0;
}

.course-info h4 >a {
    font-size: 1.063rem;
    font-weight: 600;
    line-height: 1.2;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #3c3c3c;
}

.course-info h4 mark {
	display: block;
	font-size: 1.25rem;
	font-weight: 700;
	font-family: 'lemonde-journal', sans-serif;
	text-decoration: none !important;
}

.university-pathways .course-info h4 mark,
.cat-university-pathways .course-info h4 mark {
	color: #b11062;
}

.teacher-training .course-info h4 mark,
.cat-teacher-language .course-info h4 mark {
	color: #6a226a;
}

.oet-courses .course-info h4 mark,
.cat-oet-courses .course-info h4 mark {
	color: #197956;
}

.professional-development .course-info h4 mark,
.cat-professional-development .course-info h4 mark {
	color: #1a7a57;
}

.teacher-training .course-info h4 mark,
.cat-teacher-training .course-info h4 mark {
	color: #70006b;
}

.young-learners .course-info h4 mark,
.cat-young-learners .course-info h4 mark {
	color: #00d6ad;
}

.manchester-city-football-school .course-info h4 mark,
.cat-manchester-city-football-school .course-info h4 mark {
	color: #001838;
}

.course-info p {
    color: #787878;
    font-size: 14px;
    margin-bottom: 6px;
}

.courses-controller a {
    display: block;
    float: left;
    width: 50%;
    overflow: hidden;
    color: inherit;
    cursor: default;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.courses-controller a.disabled {
    opacity: .6;
    pointer-events: none;
}

.courses-controller a.disabled>span {
    cursor: default;
}

.courses-controller a.disabled>span:hover {
    color: inherit;
}

.courses-controller a.disabled:hover {
    opacity: .4;
}

.courses-controller a.prev i {
    margin-right: 10px;
}

.courses-controller a.all {
    text-align: center;
}

.courses-controller a.all span {
    padding: 36px 0;
}

.courses-controller a.all span i {
    font-size: 24px;
    display: block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

@media only screen and (max-width: 767px) {
    .courses-controller a.all span i {
        font-size: 30px;
    }
}

.courses-controller a.all:hover span i {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
        transform: scale(1.1);
}

.courses-controller a.next {
    text-align: right;
}

.courses-controller a.next i {
    margin-left: 10px;
}

.courses-controller a>span {
    display: inline-block;
    padding: 40px 0;
    font-size: 11px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.courses-controller a>span:hover {
    color: #00c3da;
}

.courses-controller a>span i {
    font-size: 20px;
    vertical-align: middle;
}

.courses-controller a>span i:before {
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
    .courses-controller a>span {
        font-size: 0;
    }

    .courses-controller a>span i {
        font-size: 30px;
    }
}

/*
    Photo Gallery
  */
.photo-gallery {
    width: 100%;
}

.photo-gallery.grid-style .gallery-item {
    width: 25%;
    float: left;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .photo-gallery.grid-style .gallery-item {
        width: 50%;
    }
}

.gallery-item .gallery-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

#gallery-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 2000000;
    text-align: center;
    display: none;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

#gallery-modal .video-gallery {
	display: inline-block;
	height: 90px;
    width: 90px;
    border-radius: 90px;
    overflow: hidden;
	background-color: #e94c26;
	padding: 2px;
    -webkit-animation: bondJamesBond 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
            animation: bondJamesBond 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#gallery-modal .video-gallery .media-video {
  opacity: 0;
  position: relative;
  -webkit-clip-path: inset(1px 1px);
          clip-path: inset(1px 1px);
  -webkit-animation: modalContentFadeIn 0.3s 1.2s linear forwards;
          animation: modalContentFadeIn 0.3s 1.2s linear forwards;
}

#gallery-modal h2 {
    padding-bottom: 0;
}

#gallery-modal h4 {
    color: #e94c26;
    font-size: 18px;
}

.gallery-image {
    background-color: #ffffff;
    padding: 15px 25px 5px 25px;
    max-width: 800px;
    margin: auto;
    position: relative;
}

.lightbox-gallery {
    position: relative;
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
        transform: translateY(-200px);
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.lightbox-gallery .single-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
}

.lightbox-gallery .single-gallery img,
.lightbox-gallery .single-gallery iframe {
    max-height: 85vh;
    max-width: 100%;
    margin: 0 auto;
    cursor: default;
}

#gallery-close {
    position: absolute;
    height: 60px;
    line-height: 60px;
    top: 30px;
    right: 60px;
    margin: auto;
    font-size: 35px;
    color: #fff;
	background-color: #e94c26;
    text-align: center;
    border-radius: 50%;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1000;
    cursor: pointer;
	text-decoration: none;
	-webkit-transition: all .3s ease;
}

#gallery-close:hover {
    text-decoration: none;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
        transform: scale(1.1);
}

#gallery-close:hover,
#gallery-close:focus {
    color: #3c3c3c;
}

#gallery-close .dashicons {
    font-family: dashicons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: never;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 60px;
    height: 60px;
    font-size: 60px;
    vertical-align: top;
    text-align: center;
    -webkit-transition: color .1s ease-in;
    -o-transition: color .1s ease-in;
    transition: color .1s ease-in;
}

.gallery-control {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 50%;
    margin-top: -25px;
    color: #fff;
    font-size: 35px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.gallery-control:hover,
.gallery-control:focus {
    color: #fff;
}

.gallery-control>a {
    color: #fff;
}

.gallery-control>a:hover {
    text-decoration: none;
}

.gallery-control i {
    vertical-align: middle;
    line-height: inherit;
}

.gallery-control.gallery-prev {
    left: 30px;
    text-align: left;
}

.gallery-control.gallery-next {
    right: 30px;
    text-align: right;
}

.gallery-control .slick-prev,
.gallery-control .slick-next {
    color: #fff;
}

/*
    Blog
  */
.post-preview {
    margin: 25px 0;
    padding: 45px;
    position: relative;
    border: 1px solid #e6e6e6;
    overflow: hidden;
}

.post-preview:hover.has-post-thumbnail {
    border-color: transparent;
}

.post-preview:hover.has-post-thumbnail .post-thumb {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1);
}

.post-preview:hover.has-post-thumbnail .post-title a,
.post-preview:hover.has-post-thumbnail .post-body,
.post-preview:hover.has-post-thumbnail .post-category a,
.post-preview:hover.has-post-thumbnail .post-meta a,
.post-preview:hover.has-post-thumbnail .post-meta {
    color: #fff;
}

.post-preview:hover:not(.has-post-thumbnail) {
    border-color: #3c3c3c;
}

.post-preview .post-category a {
    text-transform: uppercase;
    color: #3c3c3c;
    font-weight: 700;
    font-family: 'lemonde-journal', sans-serif;
    font-size: 12px;
    letter-spacing: 0.05em;
}

.post-preview .post-title a {
    color: #3c3c3c;
}

.post-preview .post-body {
    padding: 15px 0;
    color: #929292;
}

.post-preview .post-meta {
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'lemonde-journal', sans-serif;
    font-size: 11px;
}

.post-preview .post-meta a {
    color: #3c3c3c;
}

.post-preview .post-meta a.post-link {
    color: inherit;
}

.post-preview .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
        transform: scale(1.2);
}

.post-preview .post-thumb:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #3c3c3c;
    opacity: .55;
}

.post-preview.show-all-posts {
    width: 100%;
}

.post-preview.show-all-posts:hover {
    border-color: #00c3da;
}

.post-preview.show-all-posts:hover .icon-box i,
.post-preview.show-all-posts:hover .icon-box h4 {
    color: #00c3da;
}

.pagination,
.page-numbers {
    display: block;
    text-align: center;
    margin-top: 50px;
}

.pagination>li,
.page-numbers>li {
    display: inline-block;
    margin-right: 8px;
}

.pagination>li:first-child>a,
.page-numbers>li:first-child>a,
.pagination>li:last-child>a,
.page-numbers>li:last-child>a {
    border-radius: 0;
}

.pagination>li>a,
.page-numbers>li>a,
.pagination>li span,
.page-numbers>li span {
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    padding: 0;
    margin-top: 0;
    border-radius: 50% !important;
    line-height: 40px;
    font-family: 'lemonde-journal', sans-serif;
    font-weight: 700;
    font-size: 11px;
    color: #3c3c3c;
    border: 0;
    background-color: transparent;
}

.pagination>li>a.next,
.page-numbers>li>a.next,
.pagination>li span.next,
.page-numbers>li span.next,
.pagination>li>a.prev,
.page-numbers>li>a.prev,
.pagination>li span.prev,
.page-numbers>li span.prev {
    border-color: transparent;
    font-size: 20px;
}

.pagination>li>a i,
.page-numbers>li>a i,
.pagination>li span i,
.page-numbers>li span i {
    line-height: inherit;
}

.pagination>li>a:hover,
.page-numbers>li>a:hover,
.pagination>li span:hover,
.page-numbers>li span:hover {
    background-color: #3c3c3c;
    color: #fff;
    border-color: #3c3c3c;
}

.pagination>li>a:focus,
.page-numbers>li>a:focus,
.pagination>li span:focus,
.page-numbers>li span:focus {
    background-color: transparent;
    color: #3c3c3c;
}

.pagination>li>a.current,
.page-numbers>li>a.current,
.pagination>li span.current,
.page-numbers>li span.current {
    background-color: #e94c26;
    border-color: #e94c26;
    color: #fff;
}

.pagination>li>a.current:focus,
.page-numbers>li>a.current:focus,
.pagination>li span.current:focus,
.page-numbers>li span.current:focus {
    background-color: #00c3da;
    border-color: #00c3da;
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .posts-row .container {
        width: auto;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.side-post {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
}

.side-post.sticky {
    border: 1px solid #ddd;
}

@media only screen and (min-width: 768px) {
    .side-post.has-post-thumbnail:nth-child(even) .side-post-image {
        float: right;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .side-post.has-post-thumbnail:nth-child(even) .side-post-image .post-category {
        left: 20px;
        right: auto;
    }

    .side-post.has-post-thumbnail:nth-child(even) .side-post-content {
        text-align: right;
    }
}

.side-post:hover {
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.side-post .side-post-image,
.side-post .side-post-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

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

    .side-post.has-post-thumbnail .side-post-image,
    .side-post.has-post-thumbnail .side-post-content {
        width: 50%;
        float: left;
    }
}

@media only screen and (max-width: 767px) {
    .side-post .side-post-image {
        min-height: 350px;
    }
}

.side-post .side-post-image figure {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.side-post .side-post-image .post-category {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100;
}

.side-post .side-post-image .post-category>a {
    display: block;
    background-color: #00c3da;
    color: #fff;
    border-radius: 5px;
    padding: 6px 16px;
    font-family: 'lemonde-journal', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.side-post .side-post-content {
    background-color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.side-post .side-post-content .post-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 75px 50px;
}

@media only screen and (max-width: 991px) {
    .side-post .side-post-content .post-content-wrapper {
        padding: 50px 35px;
    }
}

@media only screen and (max-width: 767px) {
    .side-post .side-post-content .post-content-wrapper {
        padding: 35px 25px;
    }
}

.side-post .side-post-content .post-info {
    margin-bottom: 15px;
}

.side-post .side-post-content .post-info h6 {
    font-size: 12px;
    font-weight: 700;
    color: #b4b4b4;
    margin: 0;
}

.side-post .side-post-content .post-info h6>span {
    display: inline-block;
}

.side-post .side-post-content .post-info h6>span>i {
    display: inline-block;
    font-size: 15px;
    vertical-align: middle;
    margin-right: 2px;
}

.side-post .side-post-content .post-info h6 .post-date a {
    color: inherit;
}

.side-post .side-post-content .post-info h6 .post-date a:hover {
    color: #3c3c3c;
}

.side-post .side-post-content .post-title {
    margin-bottom: 15px;
}

.side-post .side-post-content .post-title h3 {
    margin: 0;
}

.side-post .side-post-content .post-body {
    line-height: 26px;
}

.single-post-info .post-author,
.side-post .post-author {
    margin-top: 15px;
}

.single-post-info .post-author>img,
.side-post .post-author>img {
    width: 40px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.single-post-info .post-author>a,
.side-post .post-author>a {
    display: inline-block;
    vertical-align: middle;
    font-family: 'lemonde-journal', sans-serif;
    font-size: 11px;
    font-weight: 600;
}

.grid-posts-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.grid-posts-wrapper .card-post {
    width: 33.33333333%;
}

.grid-posts-wrapper.two-col .card-post {
    width: 50%;
}

.grid-posts-wrapper.four-col .card-post {
    width: 25%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .grid-posts-wrapper .card-post {
        width: 50% !important;
    }
}

@media only screen and (max-width: 767px) {
    .grid-posts-wrapper .card-post {
        width: 100% !important;
    }
}

.card-post {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
}

.card-post .card-post-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 450px;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
}

.sticky .card-post .card-post-wrapper {
    border: 1px solid #ddd;
}

.card-post .card-post-wrapper.dark-bg {
    background-color: #3c3c3c;
}

.card-post .card-post-wrapper.colored-bg {
    background-color: #1da1f2;
}

.card-post .card-post-wrapper.dark-bg .post-footer,
.card-post .card-post-wrapper.colored-bg .post-footer,
.card-post .card-post-wrapper.img-cover .post-footer {
    border-color: rgba(255, 255, 255, 0.3);
}

.card-post .card-post-wrapper.dark-bg .post-footer h6,
.card-post .card-post-wrapper.colored-bg .post-footer h6,
.card-post .card-post-wrapper.img-cover .post-footer h6 {
    color: #fff;
}

.card-post .card-post-wrapper.img-cover>* {
    position: relative;
}

.card-post .card-post-wrapper.img-cover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .4;
}

@media only screen and (max-width: 767px) {
    .card-post .card-post-wrapper.img-cover .post-body {
        padding-top: 75px;
        padding-bottom: 75px;
    }
}

.card-post:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
        transform: translateY(-10px);
}

.card-post:hover .card-post-wrapper {
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.card-post .card-post-icon {
    -ms-grid-column-align: center;
        justify-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 25px;
    font-size: 35px;
}

.card-post .card-post-image {
    position: relative;
}

.card-post .card-post-image .post-category {
    position: absolute;
    top: 20px;
    right: 20px;
}

.card-post .card-post-image .post-category>a {
    display: block;
    background-color: #e94c26;
    color: #fff;
    border-radius: 30px;
    padding: 5px 15px;
    font-family: 'proxima-nova', sans-serif;
    font-size: 12px;
    font-weight: 700;
}

.card-post .card-post-image .post-category>a:hover {
    color: #fff;
    text-decoration: none;
}

.card-post .card-post-image img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
}

@media (min-width: 768px) { 
	.card-post .card-post-image img {
		height: 324px;
	}
}

@media (min-width: 992px) {
	.card-post .card-post-image img {
		height: 376px;
	}
}

.card-post .card-post-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	z-index: 0;
}

.card-post .card-post-content .post-body {
    padding: 45px 25px;
}

.card-post .card-post-content .post-body>h3 {
    margin-top: 0;
    font-size: 20px;
}

.card-post .card-post-content .post-body>p {
    margin-bottom: 0;
}

.card-post .card-post-content .post-footer {
    border-top: 1px solid #eee;
    padding: 12px 25px;
	margin-top: auto;
}

.card-post .card-post-content .post-footer h6 {
    font-size: 12px;
    font-weight: 700;
    color: #929292;
    margin: 0;
}

.card-post .card-post-content .post-footer h6>span {
    display: inline-block;
}

.card-post .card-post-content .post-footer h6>span>i {
    display: inline-block;
    font-size: 15px;
    vertical-align: middle;
    margin-right: 2px;
}

.card-post .card-post-content .post-footer h6>span .post-date a {
    color: inherit;
}

#sidebar .widget .searchform .input-group-btn {
    display: none;
}

.widget-area .widget a {
    color: #e94c26;
}

.post-single .post-body {
    margin-bottom: 25px;
    line-height: 28px;
}

.post-single .post-body p,
.post-single .post-body img,
.post-single .post-body blockquote {
    margin-bottom: 15px;
}

.post-single .post-body strong,
.post-single .post-body b {
    color: #3c3c3c;
}

.post-single .post-body blockquote {
    position: relative;
}

.post-single .post-body blockquote p {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 26px;
    color: #3c3c3c;
    border-left: 2px solid #3c3c3c;
    margin: 25px 0;
    padding: 25px;
}

.post-single .post-body blockquote p:before {
    content: open-quote;
}

.post-single .post-body blockquote p:after {
    content: close-quote;
}

.single-post-info {
    text-align: center;
}

.single-post-info h6 {
    font-size: 12px;
    font-weight: 700;
    color: inherit;
    margin: 0;
}

.single-post-info h6>span {
    display: inline-block;
}

.single-post-info h6>span>i {
    display: inline-block;
    font-size: 15px;
    vertical-align: middle;
    margin-right: 2px;
}

#comments {
    margin-bottom: 50px;
}

#comments h5 {
    font-size: 11px;
    letter-spacing: 0.15em;
    font-weight: 600;
}

.comments-list {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.comments-list>li {
    margin-bottom: 15px;
    padding: 15px;
}

.comments-list>li:before,
.comments-list>li:after {
    content: " ";
    display: table;
}

.comments-list>li:after {
    clear: both;
}

.comments-list>li.rating {
    border: 1px dashed #e7e7e7;
}

.comments-list .children {
    list-style: none;
    margin: 15px -15px 0;
    padding-left: 40px;
}

.comments-list .children>li {
    padding: 15px;
}

.comments-list .children>li:last-child {
    border-bottom: 0;
}

.comment:before,
.comment:after {
    content: " ";
    display: table;
}

.comment:after {
    clear: both;
}

.comment-text,
.comment-pic {
    display: block;
    float: left;
}

.comment-pic {
    width: 15%;
}

.comment-pic img {
    margin-top: 10px;
    width: 75px;
    border-radius: 50%;
}

.comment-text {
    width: 85%;
    padding-left: 15px;
}

.comment-date {
    color: #858585;
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
}

.comment-reply {
    font-size: 11px;
    text-transform: uppercase;
}

.comment-respond {
    margin-bottom: 50px;
    padding: 20px 0;
}

.comment-respond textarea {
    max-width: 100%;
    min-height: 120px;
    resize: none;
}

.comment-respond h5 {
    font-size: 11px;
    letter-spacing: 0.15em;
    margin-bottom: 25px;
    font-weight: 600;
}

.form-double:before,
.form-double:after {
    content: " ";
    display: table;
}

.form-double:after {
    clear: both;
}

.form-double .form-group {
    float: left;
    padding-right: 10px;
    width: 50%;
}

.form-double .form-group:last-child {
    padding-left: 10px;
    padding-right: 0;
}

.post-tags {
    margin-bottom: 25px;
    overflow: hidden;
}

.first-letter::first-letter {
    font-size: 4em;
    color: #3c3c3c;
}

/*
    Footer
  */
#pre-footer {
    position: relative;
    background-color: #202020;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (max-width: 991.98px) {
    #pre-footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

#pre-footer .container {
    padding-left: 15px;
    padding-right: 15px;
}

#pre-footer img {
    max-width: 80%;
    height: auto;
}

@media (max-width: 991.98px) {
    #pre-footer img {
        max-width: 180px;
        margin-bottom: 1.25rem;
    }
}

#pre-footer .social-list>li {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 13px;
    color: #474747;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 50%;
    color: #202020;
    background-color: #fff;
}

@media (max-width: 991.98px) {
    #pre-footer .social-list>li {
        width: 24px;
        height: 24px;
        line-height: 24px;
    }
}

#pre-footer .social-list>li:hover {
    background-color: #737373;
}

#pre-footer .social-list>li>a {
    color: #202020 !important;
}

#footer-widget {
    position: relative;
    padding-top: 60px;
    padding-bottom: 30px;
    background-color: #fff;
    color: #3c3c3c;
}

#footer-widget .container {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 992px) {
	#footer-widget .logo-fix {
    	padding-left: 42px;
	}
}

#footer-widget .widget {
    font-size: 1rem;
    margin: 0;
    padding: 0;
    background-color: transparent;
}

#footer-widget .widget + .widget {
	margin-top: 20px;
}

#footer-widget .widget.widget_moocowsocialicons {
	padding-left: 7.5px;
    padding-right: 7.5px;
	margin-top: 20px;
}

#footer-widget .widget-inline {
	display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
	position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	padding-left: 15px;
	padding-right: 15px;
}

@media (max-width: 1199.98px) {
	#footer-widget .widget-inline.widgets-accreditations {
		margin-top: 25px;
	}
}


#footer-widget .widget-inline .widget-title {
    display: block;
	position: absolute;
	top: -50px;
	left: 30px;
    width: 100%;
}

@media (max-width: 1199.98px) {
	#footer-widget .widget-inline .widget-title {
		position: relative;
		top: auto;
    	left: 0;
	}
}

#footer-widget .widgets-partners .row-partners,
#footer-widget .widgets-accreditations .row-accreditations {
	display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
	padding-left: 15px;
	padding-right: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#footer-widget .widgets-partners .row-partners a,
#footer-widget .widgets-accreditations .row-accreditations a {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
    -webkit-transition: -webkit-filter 0.3s ease;
    transition: -webkit-filter 0.3s ease;
    -o-transition: filter 0.3s ease;
    transition: filter 0.3s ease;
    transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

#footer-widget .widgets-partners .row-partners a:hover,
#footer-widget .widgets-accreditations .row-accreditations a:hover {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}


#footer-widget .widgets-partners .widget_media_image img,
#footer-widget .widgets-accreditations .widget_media_image img {
    width: auto;
    max-height: 40px;
	margin-bottom: 1rem;
	margin-right: 2.5rem;
}

@media (max-width: 1199.98px) {
	#footer-widget .widgets-partners .widget_media_image img,
	#footer-widget .widgets-accreditations .widget_media_image img {
    	max-height: 39px;
    	margin-bottom: 15px;
    	margin-right: 1rem;
	}
}

#footer-widget .widget a {
    color: #e94c26;
}

#footer-widget img {
	margin-bottom: 1rem;
    width: auto;
    max-height: 100px;
}

#footer-widget .widget>h5 {
    font-size: 1.125rem;
    line-height: 30px;
    color: #3c3c3c;
    padding: 0;
    margin-bottom: 1rem;
}

#footer-widget .widget ul {
    padding-left: 0;
    list-style: none;
}

#footer-widget .widget ul>li {
    padding: 5px 0;
}

#footer-widget .widget ul>li>a {
    color: #616161;
    font-size: 1rem;
    font-weight: normal;
    padding: 0;
}

#footer-widget .widget ul >li.current-menu-item >a {
    color: #e94c26;
}

#footer-widget .widget .social-list>li>a {
    display: block;
    font-size: 40px;
    font-weight: normal;
    width: 40px;
    height: 40px;
    color: #e94c26;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    line-height: 40px;
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
    -webkit-transition: -webkit-filter 0.3s ease;
    transition: -webkit-filter 0.3s ease;
    -o-transition: filter 0.3s ease;
    transition: filter 0.3s ease;
    transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

#footer-widget .widget ul>li.social-item-facebook>a {
    background-color: #e94c26;
}

#footer-widget .widget ul>li.social-item-twitter>a {
    background-color: #e94c26;
}

#footer-widget .widget ul>li.social-item-instagram>a {
    background-color: #e94c26;
}

#footer-widget .widget ul>li.social-item-tiktok>a {
    background-color: #e94c26;
}

#footer-widget .widget ul>li>a:hover {
    text-decoration: underline;
    background-color: transparent;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}

#footer-widget .widget .social-list>li>a:hover {
    text-decoration: none;
}

#footer-widget .widget .social-list>li>a .dashicons {
    font-size: 40px;
    width: 40px;
    height: 40px;
    overflow: visible;
}

#footer-widget .widget .social-list>li>a .dashicons-tiktok:before {
    width: 40px;
    height: 40px;
    background-image: url(./images/logo-primary-tiktok.svg);
}

#footer-widget .wp-block-search .wp-block-search__label {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.2;
    color: #252525;
    margin-bottom: 1rem;
}

#footer-widget .wp-block-search .wp-block-search__input {
    height: 52px;
    background-color: #fff;
    font-weight: 600;
    padding: 15px 20px;
    -webkit-box-shadow: inset 0 2px 1px rgb(0 0 0 / 2%);
            box-shadow: inset 0 2px 1px rgb(0 0 0 / 2%);
    text-transform: none;
    font-size: 16px;
    letter-spacing: 0;
    border: 1px solid #fcbb69;
    border-radius: 0;
    color: #000;
}

#footer-widget .wp-block-search .wp-block-search__button {
    background: #fcbb69;
    border-color: #fcbb69;
    font-size: 16px;
    margin-left: 0;
}

.s-footer-newsletter p {
    font-size: 18px;
    margin-bottom: 20px;
}

.s-footer-newsletter form {
    border-radius: 0;
    max-width: 500px;
    margin: auto;
}

.s-footer-newsletter form input[type=email] {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    font-size: 15px;
    line-height: 50px;
    background-color: #fff;
    border-radius: 30px;
    border: 2px solid #eee;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.s-footer-newsletter form .frm_checkbox {
    font-size: .75rem;
    text-align: center;
}


.s-footer-newsletter form .frm_checkbox label {
    display: inline-block;
    margin-top: 1em;
    margin-bottom: 0.5rem;
}

.s-footer-newsletter form input[type=checkbox] {
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}

.s-footer-newsletter form .frm_submit button {
    height: 52px;
    line-height: 1;
    border-radius: 0;
    background-color: #fcbb69;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    text-transform: none;
    padding: .375em .625em;
}

.s-footer-newsletter form .frm_submit button {
    height: 52px;
    line-height: 1;
    border-radius: 0;
    background-color: #fcbb69;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    text-transform: none;
    padding: .375em .625em;
}

.s-footer-newsletter form .frm_submit button:hover {
    background-color: #fcbb69;
}

.s-footer-newsletter .widget_nav_menu {
    padding-top: 180px;
}

@media (max-width: 767.98px) {
    .s-footer-newsletter .widget_nav_menu {
        padding-top: 40px;
        padding-bottom: 90px;
    }
}

.s-footer-newsletter .widget_nav_menu>div {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.s-footer-newsletter .widget_nav_menu ul {
    display: block;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    float: right;
}

@media (min-width: 992px) {
    .s-footer-newsletter .widget_nav_menu ul {
        padding: 0 10px;
    }
}

.s-footer-newsletter .widget_nav_menu ul>li {
    display: block;
    float: left;
    position: relative;
}

@media (max-width: 991.98px) {
    .s-footer-newsletter .widget_nav_menu ul>li {
        float: none;
        text-align: center;
    }
}

.s-footer-newsletter .widget_nav_menu ul>li>a {
    display: block;
    font-family: 'proxima-nova', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 1.2;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}

.s-footer-newsletter .widget_nav_menu ul>li>a:hover {
    background-color: transparent;
    text-decoration: underline;
}

body:not(.theme-preset-active) footer#colophon {
    position: relative;
	max-width: 1920px;
    padding-top: 0px;
    padding-bottom: 0px;
	margin: auto;
    background-color: #fff;
    color: #3c3c3c;
}

footer#colophon>.container {
    padding-left: 15px;
    padding-right: 15px;
}

.copyright a,
footer#colophon a {
    font-weight: normal;
}

@media (max-width: 991.98px) {

    .copyright a,
    footer#colophon a {
        display: inline;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

.copyright a:hover,
footer#colophon a:hover {
    color: #999999;
}

.site-info {
	padding-left: 15px;
	padding-right: 15px;
}

.site-info,
.site-info p {
    font-size: 0.875rem;
    line-height: 1.9;
    color: #888;
}

/*
    Widget
  */
.widget {
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 10;
}

#secondary .widget:first-child {
    padding-top: 50px;
}

#secondary .widget h5 {
    font-size: 1.625rem;
    margin-bottom: 20px;
}

/*
  Animations
*/
.animated {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 0;
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoomOut {
    from {
        opacity: 0;
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes preloader {
    from {
        stroke-width: 0;
        stroke-dashoffset: 0;
    }

    to {
        stroke-width: 1;
        stroke-dashoffset: 102px;
    }
}

@keyframes preloader {
    from {
        stroke-width: 0;
        stroke-dashoffset: 0;
    }

    to {
        stroke-width: 1;
        stroke-dashoffset: 102px;
    }
}

@-webkit-keyframes shine {
    100% {
        left: 200%;
    }
}

@keyframes shine {
    100% {
        left: 200%;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes modalContentFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes modalContentFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes modalContentFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes modalContentFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes bondJamesBond {
  0% {
  	background-color: #e94c26;
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
  }
  70% {
  	background-color: #e94c26;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    border-radius: 90px;
    height: 90px;
    width: 90px;
  }
  80% {
  	background-color: #e94c26;
    border-radius: 30px;
    height: auto;
    width: 100%;
    max-width: 800px;
  }
  100% {
  	background-color: #fff;
    border-radius: 30px;
  	height: auto;
    width: 100%;
    max-width: 800px;
  }
}

@keyframes bondJamesBond {
  0% {
  	background-color: #e94c26;
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
  }
  70% {
  	background-color: #e94c26;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    border-radius: 90px;
    height: 90px;
    width: 90px;
  }
  80% {
  	background-color: #e94c26;
    border-radius: 30px;
    height: auto;
    width: 100%;
    max-width: 800px;
  }
  100% {
  	background-color: #fff;
    border-radius: 30px;
  	height: auto;
    width: 100%;
    max-width: 800px;
  }
}

/*
  Forms
*/

/* WebKit, Edge */
::-webkit-input-placeholder {
	font-family: 'proxima-nova', sans-serif;
	color: #616161 !important;
}

.newsletter-form ::-webkit-input-placeholder,
.label-animate .form-control ::-webkit-input-placeholder {
	color: #FFF !important;
}

/* Firefox 4-18 */
:-moz-placeholder {
	font-family: 'proxima-nova', sans-serif;
	color: #616161 !important;
}

.newsletter-form :-moz-placeholder,
.label-animate :-moz-placeholder {
	color: #FFF !important;
}

/* Firefox 19+ */
::-moz-placeholder {
	font-family: 'proxima-nova', sans-serif;
	color: #616161 !important;
}

.newsletter-form ::-moz-placeholder,
.label-animate ::-moz-placeholder {
	color: #FFF !important;
}

/* IE 10-11 */
:-ms-input-placeholder {
	font-family: 'proxima-nova', sans-serif;
	color: #616161 !important;
}

.newsletter-form :-ms-input-placeholder,
.label-animate :-ms-input-placeholder {
	color: #FFF !important;
}

/* Edge */
::-ms-input-placeholder {
	font-family: 'proxima-nova', sans-serif;
	color: #616161 !important;
}

.newsletter-form ::-ms-input-placeholder,
.label-animate ::-ms-input-placeholder {
	color: #FFF !important;
}
/* MODERN BROWSER */
::-webkit-input-placeholder {
	font-family: 'proxima-nova', sans-serif;
	color: #616161 !important;
}
::-moz-placeholder {
	font-family: 'proxima-nova', sans-serif;
	color: #616161 !important;
}
:-ms-input-placeholder {
	font-family: 'proxima-nova', sans-serif;
	color: #616161 !important;
}
::-ms-input-placeholder {
	font-family: 'proxima-nova', sans-serif;
	color: #616161 !important;
}
::placeholder {
	font-family: 'proxima-nova', sans-serif;
	color: #616161 !important;
}

.newsletter-form ::-webkit-input-placeholder, .label-animate ::-webkit-input-placeholder {
	color: #FFF !important;
}

.newsletter-form ::-moz-placeholder, .label-animate ::-moz-placeholder {
	color: #FFF !important;
}

.newsletter-form :-ms-input-placeholder, .label-animate :-ms-input-placeholder {
	color: #FFF !important;
}

.newsletter-form ::-ms-input-placeholder, .label-animate ::-ms-input-placeholder {
	color: #FFF !important;
}

.newsletter-form ::placeholder,
.label-animate ::placeholder {
	color: #FFF !important;
}

.frm_forms.frm_style_formidable-style.with_frm_style {
	margin-top: -20px;
}

.with_frm_style .frm_primary_label {
	position: relative;
	top: 40px;
	left: 15px;
	background-color: white;
	padding: 0px 5px 0px 5px;
	font-size: 1rem;
	line-height: 1;
	letter-spacing: 0.02rem;
	font-family: 'proxima-nova', sans-serif;
	color: #616161;
	pointer-events:none;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.frm_style_formidable-style.with_frm_style p.description,
.frm_style_formidable-style.with_frm_style div.description,
.frm_style_formidable-style.with_frm_style div.frm_description,
.frm_style_formidable-style.with_frm_style .frm-show-form > div.frm_description, .frm_style_formidable-style.with_frm_style .frm_error {
	font-family: 'proxima-nova', sans-serif;
}

.with_frm_style .vertical_radio .frm_checkbox label,
.with_frm_style .vertical_radio .frm_radio label {
	font-family: 'proxima-nova', sans-serif;
	letter-spacing: 0.04rem;
	margin-bottom: 10px !important;
}

.with_frm_style .terms .frm_checkbox label,
.with_frm_style .terms .frm_radio label {
	font-size: 12px;
}

.with_frm_style .fix_label .frm_primary_label {
	top: auto;
	left: auto;
	padding: 0px 0px;
	margin-top: 25px;
	margin-bottom: 10px;
}

.with_frm_style .frm_form_field.hide_label >label {
	opacity: 0;
	visibility: hidden;
}

.with_frm_style .frm_form_field.label-animate >label {
	top: 12px !important;
	left: 10px !important;
	font-size: 0.813rem;
	color: #969696;
	opacity: 1;
	visibility: visible;
}

.with_frm_style .frm_top_container .frm_primary_label,
.with_frm_style .frm_hidden_container .frm_primary_label,
.with_frm_style .frm_pos_top {
    display: inline-block;
}

.frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 0;
}

:not([type="checkbox"]).frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):not([type="radio"]):focus,
.frm_style_formidable-style.with_frm_style select:focus,
.frm_style_formidable-style.with_frm_style textarea:focus,
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=text],
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=password],
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=email],
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=number],
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=url],
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=tel],
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=search] {
	border-width: 1px;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.frm_full select, .frm_full textarea {
	padding: 13px 15px;
}

.frm_style_formidable-style.with_frm_style .frm_full input.frm_other_input:not(.frm_other_full) {
	width: 100%;
}

.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,
.frm_style_formidable-style.with_frm_style input[type=submit],
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button],
.frm_style_formidable-style.with_frm_style .frm_submit button,
.frm_form_submit_style,
.frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
	font-family: 'proxima-nova', sans-serif;
	line-height: 46px;
	margin-top: 0;
}

.with_frm_style .frm_submit {
    clear: both;
    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;
	margin-top: 1rem;
}

@media (max-width: 767.98px) {
	.with_frm_style .frm_submit {
    	display: block;
	}
}

.with_frm_style .frm_submit .contact-us {
	display: inline-block;
	line-height: 42px;
	margin-right: 15px;
    font-size: 1.125rem;
	line-height: 1.3;
    font-weight: 600;
    color: #616161;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

@media (max-width: 767.98px) {
	.frm_style_formidable-style.with_frm_style .frm_submit button {
    	display: block;
    	width: 100%;
	}
}

.with_frm_style .frm_submit .contact-us a {
    color: #3c3c3c;
}

.password-protected-form .d-block {
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 700;
    color: #3c3c3c;
    padding: 0;
    margin-bottom: 1rem;
}

.password-protected-form .form-group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 140px;
    background: #f1eee9;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 15px;
}

.password-protected-form .form-inline .form-control {
    display: inline-block;
    width: auto;
    height: 50px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    border: none;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*
    Bootstrap
  */
@media (max-width: 991.98px) {
    .pl-xs-8 {
        padding-left: 8px !important;
    }

    .pr-xs-8 {
        padding-right: 8px !important;
    }

    .pl-xs-15 {
        padding-left: 15px !important;
    }

    .pr-xs-15 {
        padding-right: 15px !important;
    }
}

@media (min-width: 992px) {

    .pt-100,
    .py-100 {
        padding-top: 100px !important;
    }
}

@media (min-width: 992px) {

    .pr-100,
    .px-100 {
        padding-right: 100px !important;
    }
}

@media (min-width: 992px) {

    .pb-100,
    .py-100 {
        padding-bottom: 100px !important;
    }
}

@media (min-width: 992px) {

    .pl-100,
    .px-100 {
        padding-left: 100px !important;
    }
}

/*
    WPBakery
*/
.entry-content .wpb_content_element,
.entry-content ul,
.entry-content .wpb_button {
    margin-bottom: 1.25rem;
}

.entry-content .wpb_content_element ul >li {
    padding: 6px 0;
}

.entry-content .wpb_content_element ul >li:before {
    font-family: 'dashicons';
    content: "\f147";
    vertical-align: middle;
    font-size: 18px;
    margin-right: 10px;
    color: #e94c26;
}

.wpb_single_image {
	width: 100%;
	margin: auto;
}

.wpb_single_image:not(.no_limit_square):not(.no_limit) {
	max-width: 395px;
}

.wpb_single_image .vc_figure {
    position: relative;
}

.wpb_single_image a {
	position: relative;
}

.wpb_single_image img {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 30px;
}

.square img,
.no_limit_square img {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

/*
    Helpers
  */
.apply-gradient {
    background: -webkit-gradient(linear, left top, right top, from(#cf93ff), to(#00c3da));
    background: -o-linear-gradient(left, #cf93ff 0%, #00c3da 100%);
    background: linear-gradient(90deg, #cf93ff 0%, #00c3da 100%);
}

.gradient-text:not([data-gradients]) {
    background: -webkit-gradient(linear, left top, right top, from(#cf93ff), to(#00c3da));
    background: -o-linear-gradient(left, #cf93ff 0%, #00c3da 100%);
    background: linear-gradient(90deg, #cf93ff 0%, #00c3da 100%);
}

.gradient-text {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.relevanssi-query-term {
	position: relative;
	display: inline-block;
}

.relevanssi-query-term::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-color: #f1eee9;
	opacity: 0.5;
	z-index: -1;
}

.upper {
    text-transform: uppercase;
}

.fw-300 {
    font-weight: 300;
}

.fw-300 strong {
    font-weight: 600;
}

.fw-300.wpb_text_column h1,
.fw-300.wpb_text_column h2,
.fw-300.wpb_text_column h3 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-400 strong {
    font-weight: 600;
}

.fw-400.wpb_text_column h1,
.fw-400.wpb_text_column h2,
.fw-400.wpb_text_column h3 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-500.wpb_text_column h1,
.fw-500.wpb_text_column h2,
.fw-500.wpb_text_column h3 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-600.wpb_text_column h1,
.fw-600.wpb_text_column h2,
.fw-600.wpb_text_column h3 {
    font-weight: 600;
}

.full-height {
    height: auto;
    min-height: 100vh;
}

.height-100 {
    height: 100vh;
}

.colored-bg {
	background: rgb(246,183,168);
	background: radial-gradient(circle, rgba(246, 183, 168, 1) 4%, rgba(233, 76, 38, 1) 100%);
    color: #fff;
}

.d-b {
    display: block;
}

.font-variant-small-caps {
    font-variant: small-caps;
    text-transform: none !important;
}

.centrize {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    position: relative;
}

.v-center {
    display: table-cell;
    vertical-align: middle;
}

.v-top {
    display: table-cell;
    vertical-align: top;
}

.v-bottom {
    display: table-cell;
    vertical-align: bottom;
}

.ov-v {
    overflow: visible !important;
}

.ov-h {
    overflow: hidden !important;
}

.z-100 {
	z-index:100;
}

.b-0 {
    border: 0;
}

.bt-0 {
    border-top: 0;
}

.br-0 {
    border-right: 0;
}

.bb-0 {
    border-bottom: 0;
}

.bl-0 {
    border-left: 0;
}

.border-top {
    border-top: 1px solid #eee;
}

.border-right {
    border-right: 1px solid #eee;
}

.border-bottom {
    border-bottom: 1px solid #eee;
}

.border-left {
    border-left: 1px solid #eee;
}

.m-0 {
    margin: 0;
}

.mt-0 {
    margin-top: 0;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mr-0 {
    margin-right: 0;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-100 {
    margin-right: 100px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-0 {
    margin-left: 0;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-100 {
    margin-left: 100px;
}

.p-0 {
    padding: 0;
}

.pt-0 {
    padding-top: 0;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-100 {
    padding-top: 100px;
}

.pr-0 {
    padding-right: 0;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-100 {
    padding-right: 0;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-50 {
    padding-bottom: 50px;
}

@media (min-width: 992px) {
	.pb-lg-50 {
    	padding-bottom: 50px;
	}
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pl-0 {
    padding-left: 0;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-100 {
    padding-left: 0
}

.h1,
.title h2.h1,
.title h3.h1,
.title h4.h1 {
    font-size: 4rem;
	line-height: 1;
	letter-spacing: -1px;
}

@media (max-width: 1199.98px) {
    .h1,
    .title h2.h1,
    .title h3.h1,
    .title h4.h1 {
        font-size: 3rem;
    }
}

@media (max-width: 767.98px) {
    .h1,
    .title h2.h1,
    .title h3.h1,
    .title h4.h1 {
        font-size:  2.625rem;
    }
}

.h2,
.title h1.h2,
.title h3.h2,
.title h4.h2 {
    font-size: 3.25rem;
	letter-spacing: -0.5px;
}

@media (max-width: 1199.98px) {
    .h2,
    .title h1.h2,
    .title h3.h2,
    .title h4.h2 {
        font-size: 2.625rem;
    }
}

@media (max-width: 767.98px) {

    .h2,
    .title h1.h2,
    .title h3.h2,
    .title h4.h2 {
        font-size: 2rem;
    }
}

.h3,
.title h1.h3,
.title h2.h3,
.title h4.h3 {
    font-size: 2.5rem;
}

@media (max-width: 1199.98px) {
    .h3,
    .title h1.h3,
    .title h2.h3,
    .title h4.h3 {
        font-size: 2.25rem;
    }
}

@media (max-width: 767.98px) {

    .h3,
    .title h1.h3,
    .title h2.h3,
    .title h4.h3 {
        font-size: 1.75rem;
    }
}

.h4,
.title h1.h4,
.title h2.h4,
.title h3.h4 {
    font-size: 1.625rem;
}

@media (max-width: 1199.98px) {
    .h4,
    .title h1.h4,
    .title h2.h4,
    .title h3.h4 {
        font-size: 1.5rem;
    }
}

@media (max-width: 767.98px) {

    .h4,
    .title h1.h4,
    .title h2.h4,
    .title h3.h4 {
        font-size: 1.5rem;
    }
}

.subtitle,
.title h1.subtitle,
.title h2.subtitle,
.title h3.subtitle,
.title h4.subtitle {
    font-size: 1.575rem;
}

@media (max-width: 767.98px) {

    .subtitle,
    .title h1.subtitle,
    .title h2.subtitle,
    .title h3.subtitle,
    .title h4.subtitle {
        font-size: 1.125rem;
    }
}

.body-1,
.title h1.body-1,
.title h2.body-1,
.title h3.body-1,
.title h4.body-1 {
    font-size: 1.25rem;
}

@media (max-width: 767.98px) {

    .body-1,
    .title h1.body-1,
    .title h2.body-1,
    .title h3.body-1,
    .title h4.body-1 {
        font-size: 1rem;
    }
}

.body-2,
.title h1.body-2,
.title h2.body-2,
.title h3.body-2,
.title h4.body-2 {
    font-size: 1.375rem;
	font-weight: 600;
 	color: #636363;
}

@media (max-width: 767.98px) {

    .body-2,
    .title h1.body-2,
    .title h2.body-2,
    .title h3.body-2,
    .title h4.body-2 {
        font-size: 1.375rem;
    }
}

.caption,
.title h1.caption,
.title h2.caption,
.title h3.caption,
.title h4.caption {
    font-size: 0.9rem;
}

@media (max-width: 767.98px) {

    .caption,
    .title h1.caption,
    .title h2.caption,
    .title h3.caption,
    .title h4.caption {
        font-size: 0.75rem;
    }
}

.black-text {
    color: #3c3c3c !important;
}

.white-text {
    color: #fff !important;
}

.colored-text {
    color: #00c3da !important;
}

.gold-text {
    color: #c29848 !important;
}

.default-font {
    font-family: 'Source Sans Pro', sans-serif !important;
}

.heading-font {
    font-family: 'lemonde-journal', sans-serif !important;
    letter-spacing: 0.02em;
}

.mancity-font h1,
.mancity-font h2,
.mancity-font h3,
.mancity-font h4,
.mancity-font h5,
.mancity-font h6 {
	color: #3bd6ff;
    font-stretch: condensed !important;
}

.row-professional-development .title h1 b::before,
.row-professional-development .title h2 b::before,
.row-professional-development .title h3 b::before,
.row-professional-development .title h4 b::before,
.row-professional-development .click-box .click-box-image .box-badge >div {
	background-color: #1a7a57 !important;
}

.row-professional-development .carousel-arrows >button {
	color: #1a7a57 !important;
}

.row-celta .title h1 b::before,
.row-celta .title h2 b::before,
.row-celta .title h3 b::before,
.row-celta .title h4 b::before,
.row-celta .click-box .click-box-image .box-badge >div {
	background-color: #70006b !important;
}

.row-group-celta .carousel-arrows >button {
	color: #70006b !important;
}

.row-group-programmes .title h1 b::before,
.row-group-programmes .title h2 b::before,
.row-group-programmes .title h3 b::before,
.row-group-programmes .title h4 b::before,
.row-group-programmes .click-box .click-box-image .box-badge >div {
	background-color: #00d6ad !important;
}

.row-group-programmes .carousel-arrows >button {
	color: #00d6ad !important;
}

.row-yl .title h1 b::before,
.row-yl .title h2 b::before,
.row-yl .title h3 b::before,
.row-yl .title h4 b::before,
.row-yl .click-box .click-box-image .box-badge >div {
	background-color: #00d6ad !important;
}

.row-yl .carousel-arrows >button {
	color: #00d6ad !important;
}

.row-mancity .title h1 b::before,
.row-mancity .title h2 b::before,
.row-mancity .title h3 b::before,
.row-mancity .title h4 b::before,
.row-mancity .click-box .click-box-image .box-badge >div {
	background-color: #00285e !important;
}

.row-mancity .carousel-arrows >button {
	color: #00285e !important;
}

.serif-font {
    font-family: 'Lora', serif !important;
    font-weight: 400 !important;
}

.cursive-font {
    font-family: 'Kaushan Script', cursive !important;
    font-weight: 400 !important;
}

.alt-serif-font {
    font-family: 'Playfair Display', serif !important;
}

@media only screen and (min-width: 992px) {
    .txt-md-left {
        text-align: left;
    }

    .txt-md-center {
        text-align: center;
    }

    .txt-md-right {
        text-align: right;
    }
}

@media only screen and (max-width: 991px) {
    .txt-sm-left {
        text-align: left;
    }

    .txt-sm-center {
        text-align: center;
    }

    .txt-sm-right {
        text-align: right;
    }
}

@media only screen and (max-width: 767px) {
    .txt-xs-left {
        text-align: left;
    }

    .txt-xs-center {
        text-align: center;
    }

    .txt-xs-right {
        text-align: right;
    }
}

@media only screen and (min-width: 992px) {
    .flex-order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .flex-order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media only screen and (max-width: 767px) {
    .flex-order-xs-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.box-shadow-big {
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

@media only screen and (min-width: 992px) {
    .pull-md-left {
        float: left;
    }

    .pull-md-right {
        float: right;
    }
}

@media only screen and (max-width: 991px) {
    .pull-sm-left {
        float: left;
    }

    .pull-sm-right {
        float: right;
    }
}

@media only screen and (max-width: 767px) {
    .pull-xs-left {
        float: left;
    }

    .pull-xs-right {
        float: right;
    }
}

.z-index-n2 {
	z-index: -2;
}

.z-index-n1 {
	z-index: -1;
}

.z-index-0 {
	z-index: 0;
}

.z-index-1 {
	z-index: 1;
}

.z-index-2 {
	z-index: 2;
}

.z-index-master {
	z-index: 1090;
}