/*
Theme Name: aeas
Description: Child theme for aeas
Author: 109 DESIGN
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

:root {
    --primary-color: #12264a;
    --secondary-color: #ef3a42;
}

body {
    font-family: Arial, Helvetica, sans-serif !important;
}
.widget_polylang .lang-item img{
    height: 80px !important;
}
.fusion-widget-area-1 .widget .heading h4 {
    margin-top: 0;
}
.introduction .btn-secondary-outline{
    border: 1px solid var(--secondary-color) !important;
    color: #fff;
    background-color: var(--secondary-color);
    border-radius: 10px !important;
    min-width: 200px;
}

.introduction .btn-secondary-outline:hover{
    border: 1px solid var(--secondary-color) !important;
    color: #fff;
    background-color: transparent;
}
.btn-secondary {
    padding: 8px 35px;
    border-radius: 10px !important;
    display: inline-block;
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
    color: #fff;
}

.btn-primary {
    padding: 8px 35px !important;
    border-radius: 10px !important;
    display: inline-block !important;
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #fff !important;
}
.single-post .fusion-post-slideshow, .single .fusion-sharing-box{
    margin-bottom: 60px;
}

.news-articles{
    display: flex;
    flex-wrap: wrap;
}
.news-articles .col-md-12 .blog-content-wrapper{
   min-height: unset;
}
.single-post .fusion-carousel .fusion-rollover-link, .single-post .fusion-carousel .fusion-rollover-gallery {
    display: none;
}
.single-post .fusion-image-wrapper .fusion-rollover{
    background-color: var(--primary-color);
    background-image: none;
    opacity: .8;

}
.aeas-custom-table > table th{
    padding: 5px 8px;
    font-size: .8rem;
}
.aeas-custom-table > table td{
    padding: 8px 10px;
}
.aeas-custom-table > table tbody tr:nth-child(2n){
    background-color: #efefef;
}

.aeas-custom-table > table thead    {
    vertical-align: top;
}

.breadcrumb {
    margin-bottom: 0;
    background: transparent;
}

/* Custom Box Start */
.overflow-none {
    overflow: hidden !important;
}

.cta-inner .fusion-column-wrapper {
    transition: .5s;
}

.cta-inner > .fusion-content-layout-column {
    overflow: hidden;
}

.cta-inner h2 {
    margin-bottom: 0;
}

.cta-inner:hover .fusion-column-wrapper p, .cta-inner:hover .fusion-column-wrapper h2 {
    color: #fff !important;
}


.slice {
    z-index: 15;
    width: 150px;
    height: 50%;
    position: absolute;
    bottom: -30px;
    left: -120px;
    background: #ef3a42;
    transform: rotate(-19deg);
}

.cta-inner:hover .slice-2 {
    width: 150%;
    background: #12264a9e;
}

.cta-inner:hover .fusion-button {
    position: relative;
    z-index: 2000;
    background: #ef3a42;
    opacity: 1;
}


.slice-2 {
    z-index: 15;
    width: 150px;
    height: 50%;
    position: absolute;
    bottom: -30px;
    left: -75px;
    background: #12264A;
    transform: rotate(-19deg);

    width: 24%;
    height: 200%;
    bottom: -70px;
    transition: 1s;
}

.box-large .fusion-column-wrapper {
    border-top: none;
    border-right: none;
    border-left: none;
}

.header-slice {

    background: #12264a;
    color: white;

    padding: 15px 30px;
    position: relative;
    z-index: 1000;
    margin-top: 0;
}


/* Custom box end*/

#menu-header li:nth-child(4) {
    border-left: 0;
}


#wrapper .fusion-widget-area .current-menu-item > a {
    font-weight: 600;
}

.fusion-menu-cart-checkout {
    background-color: #12264A;
}

.breadcrumb a {
    color: #fff;
}

.breadcrumb a:hover {
    color: #12264A;
}

.home-news-style .fusion-columns {
    padding: 15px;
}

#menu-header .fusion-menu-cart {
    display: none;
}

.home-news-style .fusion-columns .fusion-column {
    transform: scale(.95);
    padding: 0;
    box-shadow: 0 0 5px #00000033;
}

.home-news-style .fusion-columns .fusion-column .recent-posts-content {
    padding: 0 15px;
}

.academic-year-level table thead tr th:nth-child(2n+1){
    background-color: #efefef;
}
.academic-year-level table thead tr th:first-child{
    background-color: #fff;
}
.academic-year-level table thead tr th:nth-child(2){
    background-color: rgba(239, 58, 66, 0.2);
}
.academic-year-level table tbody tr:nth-child(2) td:nth-child(2), .academic-year-level table tbody tr:nth-child(3) td:nth-child(2){
    background-color: rgba(239, 58, 66, 0.3);
    color:#fff;
}

.academic-year-level table tbody tr:nth-child(4) td:nth-child(2), .academic-year-level table tbody tr:nth-child(5) td:nth-child(2), .academic-year-level table tbody tr:nth-child(6) td:nth-child(2), .academic-year-level table tbody tr:nth-child(7) td:nth-child(2), .academic-year-level table tbody tr:nth-child(8) td:nth-child(2), .academic-year-level table tbody tr:nth-child(9) td:nth-child(2), .academic-year-level table tbody tr:nth-child(10) td:nth-child(2){
    background-color: rgba(239, 58, 66, 0.7);
    color:#fff;
}
.academic-year-level table tbody tr:nth-child(11) td:nth-child(2), .academic-year-level table tbody tr:nth-child(12) td:nth-child(2), .academic-year-level table tbody tr:nth-child(13) td:nth-child(2), .academic-year-level table tbody tr:nth-child(14) td:nth-child(2), .academic-year-level table tbody tr:nth-child(15) td:nth-child(2), .academic-year-level table tbody tr:nth-child(16) td:nth-child(2){
    background-color: rgba(239, 58, 66, 0.9);
    color:#fff;
}
.academic-year-level table tbody tr:nth-child(17) td:nth-child(2){
    background-color: rgba(239, 58, 66, 1);
    color:#fff;
}
.academic-year-level table tr td {
    border-color: #000;
}
.academic-year-level table thead{
    background-color: transparent !important;
    border: 0;
}
.academic-year-level table thead h3{
    color:#000;
}

.academic-year-level table th{
    padding: 5px 8px;
    font-size: .8rem;
}
.academic-year-level table td{
    padding: 8px 10px;
}
.academic-year-level table tbody tr td:nth-child(2n+1){
    background-color: #efefef;
}
.academic-year-level table tbody tr td:nth-child(2n){
    background-color: #fff;
}
.academic-year-level table tbody tr td:first-child{
    background-color: #fff;
}
.academic-year-level table tbody tr:first-child td{
    background-color: var(--primary-color);
    color: #fff;
}

table thead th{
    vertical-align: middle;
}

/* Home Page Design */
.home .lang-item {
    display: none;
}

.home #menu-item-13488 {
    border-left: 0;
}


/* Heading Font */

@font-face {
    font-family: 'swis721_cn_btbold';
    src: url('./fonts/swiss_721_bold_condensed_bt-webfont.woff2') format('woff2'),
    url('./fonts/swiss_721_bold_condensed_bt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3 {
    font-family: swis721_cn_btbold !important;
}

.heading-title {
    font-family: swis721_cn_btbold !important;
}

a:hover {
    text-decoration: none !important;
}

.home #main {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.home #main > .fusion-row {
    max-width: 100%;
}

.home .btn-secondary:hover {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.home .main-banner {
    padding: 0;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.full-bg-wrapper {
    width: 100%;
    background-image: url("/wp-content/uploads/2020/10/St-Leonards_Photo5_March2019_CONSENTBW-scaled-1.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.full-bg-wrapper  .bg-overlay{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: var(--primary-color);
    width: 100%;
    height: 100%;
    opacity: 1;
    mix-blend-mode: multiply;
}
/* Section - Introduction */
.introduction {
    padding: 0 0 25px;
    position: relative;
    z-index: 50;
}

.introduction h3{
    color: #fff;
    font-size: 2.4rem;
    margin-bottom: 0;
    margin-top: 65px;
}

.introduction h1 {
    text-align: center;
    font-family: swis721_cn_btbold;
    color: #fff;
}
.introduction .container{
    position: relative;
    z-index: 50;
}

.main-services .fusion-title {
    position: relative;
    z-index: 50;
    padding: 20px 15px;
    background-color: #EF3A42;
    margin-bottom: 0;
    text-align: center;
    display: block;
    transition: .5s;
}

/* Main Service Segments */
.main-services {
    padding: 25px 0 100px 0;
    position: relative;
    z-index: 50;
}

.main-services .fusion-title > a {
    color: #fff;
    font-size: 24px;
}

.main-services .fusion-title h2 {
    color: #fff;
    text-align: center;
    font-weight: 600 !important;
    font-size: 24px !important;

    font-family: swis721_cn_btbold !important;
}

.main-services .slice-2 {
    left: -90px;
    background: #EF3A42;
}
.main-services .cta-inner{
    max-width: 100% !important;
}
.cta-inner {
    position: relative;
    overflow: hidden;
}

.cta-inner:hover .fusion-title {
    /*background-color: var(--primary-color);*/
}

.cta-inner:hover .slice-2 {
    /*background-color: rgba(13, 32, 73,.4) !important;*/
}

/* Advert */
.advert {
    width: 100%;
    min-height: 300px;
}

/* News Area */
.news-area {
    padding: 25px 0 50px;
    background: #f5f5f5;
    width: 100%;
}

.news-area h3 a:hover {
    color: var(--primary-color) !important;
}

.news-area h3 {
    font-size: 4rem;
    text-align: center !important;
    color: #EF3A42;
    margin-bottom: 0;
}

.news-area .wrapper {
    text-align: center !important;
}

.news-area .wrapper .btn {
    min-width: 200px;
}

.news-area .single-article {
    background: #fff;
    padding: 20px 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    min-height: 350px;
}

.news-area .img-wrapper {
    min-height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 2rem;
}

.news-title > h4 {
    font-size: 30px;
    margin: 0 0 .5rem 0;
    color: var(--secondary-color);
    font-family: swis721_cn_btbold !important;
}

.news-area .post-meta > h5 {
    font-size: 15px;
    color: var(--primary-color);
    margin: 0 0 1.5rem;
}

.single-post #content .fusion-post-title-meta-wrap{
    margin-bottom: 55px;
}
.related-posts {
     margin-bottom: 30px;
 }

.btn-primary {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    border-radius: 0 !important;
    margin-top: 1rem;
    transition: .5s !important;
}

.btn-primary:hover {
    background: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}

.logo-area {
    padding: 75px 0;
}

.logo-area .heading-title {

    font-size: 4rem;
    text-align: center;
}

.logo-area .heading-title a{
    color: var(--primary-color);
}
.logo-area .heading-title a:hover{
    color: var(--secondary-color);
}

/* End Home Page Design */

/* Woocommerce */
.woocommerce #customer_login .register .form-row:last-child {
    margin-bottom: 20px !important;
}

#afreg_additionalshowhide_14286 {
    display: block;
}

#afreg_additionalshowhide_14286 > label {
    display: block;
}

#afreg_additionalshowhide_14286 span {
    display: inline-block;
    width: 87%;
}

#afreg_additionalshowhide_14286 > label > span {
    width: auto;
}

#afreg_additionalshowhide_14286 input[type=radio] {
    display: inline-block;
    width: 5%;
    margin-top: 0;
}

.woocommerce-form-register input[type=radio] {
    margin-top: 0;
}

.afreg_radio {
    vertical-align: middle;
}

#afreg_additionalshowhide_14291 label {
    display: block;
}

.tribe-common-c-btn {
    background-color: var(--primary-color) !important;
    color: #fff !important;
    transition: .5s;
    border: 2px solid var(--primary-color) !important;
}

.tribe-common-c-btn:hover {
    background-color: #fff !important;
    color: var(--primary-color) !important;
}

/*

    WooCommerce

*/

.woocommerce-container .product_meta {
    display: none;
}

.woocommerce-container .product_cat-practice-test-materials .woocommerce-product-gallery__wrapper img {
    height: 400px;
    width: auto;
    margin: 0 auto;
    display: block;
}

/*

    PolyLang

*/
.trigger-submenu-toggling img {
    width: 25px;
}

.widget_polylang .lang-item {
    display: inline-block !important;
    margin-right: 15px !important;
}

.widget_polylang .lang-item:last-child {
    margin-right: 0px !important;
}

/*
    Blog Index
*/
.blog-img-wrapper {
    min-height: 350px;
    background-size: cover;
    background-position: center center;
}

.blog-content-wrapper {
    margin-bottom: 1.5rem;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background: #fff;
    box-shadow: -1px 3px 5px #0000002b;
    padding: 15px 15px 35px;
    min-height: 380px;
}

.blog-content-wrapper h3 {
    font-size: 30px;
    margin-bottom: 0;
}

.blog-content-wrapper h3 {
    font-size: 30px;
    margin-bottom: 0;
}

.blog-content-wrapper date {
    display: block;
    margin-bottom: 1.5rem;
}

/*
    Single Blog Articles
*/
.single-post #main {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.single-post #main > .fusion-row {
    max-width: 100%;
}

.single-post #content {
    max-width: 1100px;
    margin: 0 auto;
    float: unset;
}

.single-post #content .entry-title {
    font-size: 30px !important;
    color: var(--secondary-color) !important;
}

.single-post #content .fusion-meta-info {
    border: 0 !important;
}


/*
    Tribe Events Override
*/
.event-separator {
    border-bottom: 1px solid #e0dede !important;
    margin: 0 0 0 auto;
    width: calc(100% - 115px);
    height: 2px !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row > .tribe-common-g-col {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.tribe-events-calendar-list__event-date-tag-datetime {
    position: relative;
}

.tribe-events-calendar-list__event-date-tag-datetime > img {
    position: absolute;
    top: -34px;
}

.tribe-theme-avada #main .tribe-common.tribe-common--breakpoint-medium .tribe-common-h4--min-medium {
    font-size: 22px !important;
}

.tribe-events-calendar-list .tribe-events-calendar-list__event-header h3 {
    margin-bottom: .5rem !important;
}

.tribe-events-calendar-list__event-row .btn-primary {
    text-transform: uppercase;
}

.fusion-events-single-title-content .tribe-events-divider, .fusion-events-single-title-content .tribe-events-cost {
    display: none !important;
}

.tribe-events-meta-group-other {
    display: none !important;
}

/*

    Schools Information API

*/
.page-template-page-template-acceptedSchools #main{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.page-template-page-template-acceptedSchools #main > .fusion-row{
    max-width: 100%;
}
.page-template-page-template-acceptedSchools #main .school-report-banner > .fusion-row{
    max-width: 100% !important;
}
.page-template-page-template-acceptedSchools #main .school-report-banner > .fusion-row .fusion-column-wrapper{
    margin: 0;
}

section.school-search {
    margin: 50px 0;
}
section.school-search .filters{
    margin-bottom: 1.5rem;
}
section.school-search .filters input[type=text]{
    height: 38px;
    margin-bottom: 0 !important;
}
section.school-search .filters button{
    margin-top: 0 !important;
}

section.school-search .form-inline{
    justify-content: center;
}
section.school-search .filters input[type=text]{
    border-left: 1px solid #e8edf1;
}
section.school-search .filters input[type=submit]{
   margin-top: 0;
    padding:6px 35px !important;
}

section.school-search .header{
    padding: 15px 30px;
    background-color: var(--primary-color);
    border-radius: 3px;
    margin-bottom: 1rem;
}

section.school-search h4 {
    font-size: .9rem;
    margin: 0;
    color: #fff;
    text-align: center;
}
section.school-search .search-results > .result-wrapper {
    border: 1px solid #e5ebef;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,.05);
    padding: 15px 30px;
    margin-bottom: 12px;
    min-height: 80px;
    max-width: 100%;
    font-size: 15px;
}
section.school-search .search-results > .result-wrapper{
    transition: .5s;
}
section.school-search .search-results > .result-wrapper p{
    margin-bottom: 0;
    text-align: center;
}
section.school-search .search-results > .result-wrapper label{
    color: var(--primary-color);
    font-weight: 600;
    font-size: .8rem;
    margin-bottom: 0;
}
section.school-search .search-results > .result-wrapper > .row div:nth-child(6) p{
    color: #717f87;
    font-size: .9rem;
}

section.school-search .search-results > .result-wrapper a{
    font-weight: 600;
    display: block;
    font-size: .8rem;
}

section.school-search .search-pagination input{
    border: 0;
    padding: 8px 15px;
    color: #000;
    background-color: #f6f6f6;
    margin-right: 15px;
    font-weight: 600;
}
section.school-search .search-pagination input:hover{
    color: #fff;
    background-color: var(--secondary-color);
}

.active-tab{
    color: #fff !important;
    background-color: var(--secondary-color) !important;
}

section.school-search .search-pagination{
    text-align: center;
    margin-top: 50px;
}

/*
    Official Partner Agents API
*/
.page-template-page-template-officialPartnerAgents #main{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.page-template-page-template-officialPartnerAgents #main > .fusion-row{
    max-width: 100%;
}
.page-template-page-template-officialPartnerAgents #main .school-report-banner > .fusion-row{
    max-width: 100% !important;
}
.page-template-page-template-officialPartnerAgents #main .school-report-banner > .fusion-row .fusion-column-wrapper{
    margin: 0;
}

section.agent-search {
    margin: 50px 0;
}
section.agent-search .filters {
    margin-bottom: 1.5rem;
}
section.agent-search .filters input[type=text] {
    height: 38px;
    margin-bottom: 0 !important;
}
section.agent-search .filters button {
    margin-top: 0 !important;
}

section.agent-search .form-inline {
    justify-content: center;
}
section.agent-search .filters input[type=text] {
    border-left: 1px solid #e8edf1;
}
section.agent-search .filters input[type=submit] {
   margin-top: 0;
    padding:6px 35px !important;
}

section.agent-search .header {
    padding: 15px 30px;
    background-color: var(--primary-color);
    border-radius: 3px;
    margin-bottom: 1rem;
}

section.agent-search h4 {
    font-size: .9rem;
    margin: 0;
    color: #fff;
    text-align: center;
}

section.agent-search .search-results > .result-wrapper {
    border: 1px solid #e5ebef;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,.05);
    padding: 15px 30px;
    margin-bottom: 12px;
    min-height: 80px;
    max-width: 100%;
    font-size: 15px;
}
section.agent-search .search-results > .result-wrapper {
    transition: .5s;
    background-color: rgba(0, 0, 0, 0.05);
}
section.agent-search .search-results > .result-wrapper p {
    margin-bottom: 0;
    text-align: center;
}
section.agent-search .search-results > .result-wrapper label {
    color: var(--primary-color);
    font-weight: 600;
    font-size: .8rem;
    margin-bottom: 0;
}
section.agent-search .search-results > .result-wrapper > .row div:nth-child(6) p {
    color: #717f87;
    font-size: .9rem;
}
section.agent-search .search-results > .result-wrapper a {
    font-weight: 600;
    display: block;
    font-size: .8rem;
}

section.agent-search .search-pagination input {
    border: 0;
    padding: 8px 15px;
    color: #000;
    background-color: #f6f6f6;
    margin-right: 15px;
    font-weight: 600;
}
section.agent-search .search-pagination input:hover {
    color: #fff;
    background-color: var(--secondary-color);
}

section.agent-search .search-pagination {
    text-align: center;
    margin-top: 50px;
}

.social-media-icon {
    margin-right: 5px;
    width: 15px;
    height: 15px;
	vertical-align: middle;
}

.flag-icon {
    width: 60px;
}

/*
    Custom Event Shortcode Table
*/
.custom-event-table{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.custom-event-table li{
    width: calc(100% / 6);
    padding: 0 5px;
}

.custom-event-table li span{
    width: 100%;
    display: block;
    background: var(--primary-color);
    color: #fff;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 5px;
}
.custom-event-table li p{
    padding: 15px 5px;
    text-align: center;
    border: 1px solid #dddddd;
}
/* # WooCommerce Cart Icon CSS with FontAwesome 5
---------------------------------------------------------------------------------------------------- */


.cart-contents:hover {
    text-decoration: none;
}
.menu-custom-cart{
    position: relative;
    list-style: none;
    font-size: 1.2rem;
}
.menu-custom-cart i{
}
.cart-contents-count {
    position: absolute;
    top: 22px;
    left: 0;
    transform: translateY(-105%) translateX(25%);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    width: 22px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    background: #000;
    border-radius: 50%;
    padding: 1px;
}

/*

    Media Queries

*/



/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {

    .main-services .slice-2 {
        left: -50px !important;
    }
    .slice-2 {
        left: -210px !important;
    }
    body:not(.fusion-header-layout-v6) .fusion-is-sticky .fusion-main-menu > ul > li > a {
        font-size: 13px !important;
    }

    .fusion-main-menu > ul > li > a, .fusion-vertical-menu-widget ul.menu li a, .side-nav li a {
        font-size: 13px;
    }

    .main-services .fusion-title {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .jumbotron .embed-responsive {
        height: 100%;
    }

    .jumbotron .embed-responsive video {
        object-fit: cover;
    }

}
@media (min-width: 575.98px) and (max-width: 1199.98px) {
    .slice-2 {
        left: -180px !important;
    }
    .cta-inner{
        max-width: 50% !important;
    }

    .box-large .fusion-title h2 {
        max-width: 225px;
        margin: auto;
    }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .tribe-events-calendar-list > .tribe-events-calendar-list__month-separator > time {
        font-size: 20px !important;
        color: var(--primary-color) !important;
        font-weight: 600 !important;
    }


    /* Modal width increase */
    .academic-year-level .modal-lg{
        width: 90%;
    }
}

/* Tablets */
@media (max-width: 768px) {

    /*.cta-inner .fusion-separator{*/
    /*    margin-bottom: 215px !important;*/
    /*}*/
    .main-services .cta-inner {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        height: 100%;
    }

    .main-services .slice-2 {
        left: -50px;
    }

    .main-services .fusion-title {
        width: 100%;
        height: 100%;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .cta-inner .fusion-separator {
        margin-bottom: 100px !important;
    }
    .slice-2 {
         left: -80px !important;
     }

    .custom-event-table li{
        width: calc(100% / 2);
    }

    section.school-search .search-results > .result-wrapper p, section.school-search .search-results > .result-wrapper label{
        text-align: left;
    }
    .container {
        width: 100%;
    }

    #main > .fusion-row {
        display: block !important;
    }

    .jumbotron > .embed-responsive {
        height: 100%;
    }

    .jumbotron video {
        object-fit: cover;
    }

    .fusion-secondary-menu > ul > li {
        border-color: #e5e5e5;
        font-size: 10px;
    }

    .introduction h1 {
        font-size: 24px !important;
    }

    .fusion-is-sticky .fusion-logo img {
        height: 30px !important;
    }

    .main-services .col-md-4 {
        margin-bottom: 2rem;
    }

    .main-services .slice-2 {
        left: -90px;
    }

    .tribe-events-calendar-list__event-date-tag-datetime > img {
        display: none;
    }

    .tribe-events-calendar-list__event-date-tag-datetime .tribe-events-calendar-list__event-date-tag-weekday {
        margin-bottom: .5rem !important;
    }
}
