/**
Theme Name: Oodles
Author: merctraider
Author URI: https://merctraider.me/
Description: Custom theme developed for Oodles Learning. 
Version: 1.10.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: oodles
Template: astra
*/


.section-padding {
    padding: 1.6em 0;
}

.values-row .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 3.2em 2em;
}

.section-padding-md {
    padding: 3.2em 0;
}

.section-padding-lg {
    padding: 6em 0;
}

.section-padding-t {
    padding-top: 1.6em;
}

.section-padding-t-md {
    padding-top: 3.2em;
}

.section-padding-t-lg {
    padding-top: 6em;
}

.section-padding-b {
    padding-bottom: 1.6em;
}


.section-padding-b-md {
    padding-bottom: 3.2em;
}


.section-padding-b-lg {
    padding-bottom: 6em;
}

.divider-b {
    border-bottom: 2px;
}

.divider-t {
    border-top: 2px;
}

.section-white,
.section-white h1,
.section-white .entry-content h1,
.section-white h2,
.section-white .entry-content h2,
.section-white h3,
.section-white .entry-content h3,
.section-white h4,
.section-white .entry-content h4,
.section-white h5,
.section-white .entry-content h5,
.section-white h6,
.section-white .entry-content h6,
.section-white p {
    color: white;
}

.section-white .elementor-field-group .elementor-field-textual {
    color: #1f2124;
}

.rounded-price-box,
.section-pri-blue {

    background-color: #009AD9;
}

.section-sec-blue {
    background-color: #004E86;
}

.section-grayed {
    background-color: #F2F3F3;
}

.btn-50 a.elementor-button {
    width: 50%
}

.rounded-section,
.rounded-price-box {
    border-radius: 20px;
}

.bolded-header .elementor-heading-title {
    font-weight: 700;
    font-size: 1.2rem;
}


.rounded-price-box .elementor-icon-list-text {
    width: 550px;
}


#odl-post-content .elementor-widget-wrap.elementor-element-populated {
    padding: 0;
}

header .sub-arrow {
    font-size: 15px;
}

#about-stats span.elementor-counter-number-prefix {
    font-size: 36px;
}

/*Have paragraph spacing in card excerpt*/
.elementor-posts--skin-cards.elementor-posts .elementor-post__excerpt p {
    margin: inherit;
}

@media (min-width: 768px) {

    /**
Position the logo a little left
*/
    header .elementor-container .logo.elementor-element {
        margin-right: 1rem;
    }

    .testimonial-box {
        height: 13rem;
    }
}

.column-boxed,
.location-column>.elementor-widget-wrap,
.testimonial-column>.elementor-widget-wrap,
.boxed-loop .e-loop-item {
    border: 1px solid #ccc;
    border-radius: 16px;
}

.testimonial-column .author {
    color: #1187D0;
}

.testimonial-column strong {
    font-weight: 700;
}

.testimonial-column>.elementor-widget-wrap.elementor-element-populated {
    padding: 20px;
}

.location-column>.elementor-widget-wrap,
.testimonial-column>.elementor-widget-wrap {
    margin-right: 10px;
    margin-left: 10px;

    background: #fff;
}

.location-column .elementor-button {
    width: 100%;
}

.other-details {
    font-size: 14px;
    line-height: 20px;
    border-top: 1px solid #e5e5e5;
    padding-top: 25px;
}

.infobox {
    color: #004E86;
    font-weight: 600;
}

.button-alt .elementor-button {
    background-color: #004E86;
    font-weight: 700;
}

.elementor-button.elementor-size-xl {
    font-size: 20px !important;
    padding: 25px 50px !important;
    border-radius: 6px !important;
}

.remove-before>.select-caret-down-wrapper,
.elementor-field-group .elementor-select-wrapper:before {
    display: none;
}

.button-alt .elementor-button:hover {
    background-color: #FF9900;
}

.locations .elementor-tab-title.elementor-active,
.locations.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {
    border-bottom: 3px solid #009AD9;
}

/*
Tabs in mobile to remain horizontal
*/
@media (min-width: 320px) {
    #location-tabs .elementor-tabs-wrapper {
        display: flex;
        flex-direction: row;
    }
}

@media (min-width: 320px) {
    #location-tabs .elementor-tab-mobile-title {
        display: none;
    }
}



.title-with-subtitle h1 {
    color: black;
    margin-bottom: 0;
}

.title-with-subtitle span {
    color: #009AD9;
    font-weight: 900;
}

/* Woocommerce*/
.astra-shop-summary-wrap {
    padding: 12px;
}

.related.products h2 {
    font-size: 36px;
}

.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout a.checkout-button,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-info a {
    color: white;
    background-color: #009AD9;

}

.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout a.checkout-button:hover,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-info a:hover {
    background-color: #FF9900;
    color: white;
}



@media (max-width: 767px) {

    section.home-swiper,
    .home-swiper .elementor-background-overlay {
        background-color: inherit !important;
    }

    #odl-nav-menu.elementor-element {
        margin-left: auto;
    }

    #location-tabs .elementor-tabs-wrapper {
        flex-direction: column;
    }

    .elementor-loop-container .swiper-slide .elementor-column {
        width: 100% !important;
    }

    .swiper .e-loop-item .elementor-section {
        background: none !important;
    }
}

/* Schedule Style*/
.oodles-schedule .oodles-schedule-select .filter {
    width: 33.33333333%;
    float: left;
    padding: 5px 15px;
}

@media (max-width: 767px) {
    .oodles-schedule .oodles-schedule-select .filter {
        width: 100%;
    }
}

.oodles-schedule .results{
    padding: 0 15px;
}

.oodles-schedule .oodles-schedule-select .clear {
    text-align: right;
    padding: 5px 15px;
}

.oodles-schedule .oodles-schedule-select:after {
    content: "";
    display: table;
    clear: both;
}

.oodles-schedule th{
    width: 25%;
}

.oodles-schedule .filter label {
    display: block;
}

.oodles-schedule .filter select,
.oodles-schedule .filter .select2 {
    width: 100%;
}

.day div {
    display: inline-block;
}

.day a{
    display: block;
    margin: 20px 0;
}

.day a .day-of-week{
    width:60px;
}

.day a .time{
    padding-left: 10px;
    border-left: 1px solid #ddd;
}


.oodles-schedule thead th{
    text-align: left;
}


/*Colours
P1,P2 : #009ad9
P3: #ffcc00
P4: #663399
P5: #67ba5b
P6: #0066cc
S1: #ff8989
S2: #0092f0
S3: #f676d4
S4: #008e40
*/
.oodles-schedule .results thead,
.oodles-schedule .select2-selection__choice,
.oodles-schedule .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: white;
}

.primary-1 h4,
.primary-2 h4 {
    color: #009ad9;
}



.oodles-schedule .select2-container--default .select2-selection--multiple .select2-selection__choice,
.primary-1 thead,
.primary-2 thead,
.select2-container--default .select2-selection--multiple .select2-selection__choice[title="Primary 1"],
.select2-container--default .select2-selection--multiple .select2-selection__choice[title="Primary 2"] {
    background-color: #009AD9;
}

.primary-1 tbody,
.primary-2 tbody {
    background-color: #F2FAFD;
}

.primary-3 h4 {
    color: #ffcc00;
}

.primary-3 thead,
.select2-container--default .select2-selection--multiple .select2-selection__choice[title="Primary 3"] {
    background-color: #ffcc00;
}

.primary-3 tbody {
    background-color: #FFFCF2;
}

.primary-4 h4 {
    color: #663399;
}

.primary-4 thead,
.select2-container--default .select2-selection--multiple .select2-selection__choice[title="Primary 4"] {
    background-color: #663399;
}

.primary-4 tbody {
    background-color: #F7F5FA;
}

.primary-5 h4 {
    color: #67ba5b;
}

.primary-5 thead,
.select2-container--default .select2-selection--multiple .select2-selection__choice[title="Primary 5"] {
    background-color: #67ba5b;
}

.primary-5 tbody {
    background-color: #F2FDF2;
}

.primary-6 h4 {
    color: #0066cc;
}

.primary-6 thead,
.select2-container--default .select2-selection--multiple .select2-selection__choice[title="Primary 6"] {
    background-color: #0066cc;
}

.primary-6 tbody {
    background-color: #F2F7FD;
}

.secondary-1 h4 {
    color: #ff8989;
}

.secondary-1 thead,
.select2-container--default .select2-selection--multiple .select2-selection__choice[title="Secondary 1"] {
    background-color: #ff8989;
}

.secondary-1 tbody {
    background-color: #FFF2F2;
}

.secondary-2 h4 {
    color: #0092f0;
}

.secondary-2 thead,
.select2-container--default .select2-selection--multiple .select2-selection__choice[title="Secondary 2"] {
    background-color: #0092f0;
}

.secondary-2 tbody {
    background-color: #F2F9FD;
}

.secondary-3 h4 {
    color: #f676d4;
}

.secondary-3 thead,
.select2-container--default .select2-selection--multiple .select2-selection__choice[title="Secondary 3"] {
    background-color: #f676d4;
}

.secondary-3 tbody {
    background-color: #FDF2FD;
}

.secondary-4 h4 {
    color: #008e40;
}

.secondary-4 thead,
.select2-container--default .select2-selection--multiple .select2-selection__choice[title="Secondary 4"] {
    background-color: #008e40;
}

.secondary-4 tbody {
    background-color: #F2FDF2;
}

/*Schedule Style End*/

/*
Loading
*/

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.odl-anim-wrapper {
    text-align: center;

}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #8a8a8a;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}