/*
Theme Name: CMA Learning
Theme URI: http://wordpress.org/themes/
Author: the WordPress team
Author URI: http://wordpress.org/
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black
Text Domain: cmalearning

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@font-face {
    font-family: 'basis-grotesque-bold';
    font-display: swap;
    src: url('css/fonts/basis-grotesque-bold.eot');
    src: url('css/fonts/basis-grotesque-bold.eot?#iefix') format('embedded-opentype'),
    url('css/fonts/basis-grotesque-bold.woff2') format('woff2'),
    url('css/fonts/basis-grotesque-bold.woff') format('woff'),
    url('css/fonts/basis-grotesque-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'basis-grotesque-light';
    src: url('css/fonts/basis-grotesque-light.eot');
    src: url('css/fonts/basis-grotesque-light.eot?#iefix') format('embedded-opentype'),
    url('css/fonts/basis-grotesque-light.woff2') format('woff2'),
    url('css/fonts/basis-grotesque-light.woff') format('woff'),
    url('css/fonts/basis-grotesque-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'basis-grotesque-off-white';
    src: url('css/fonts/basis-grotesque-off-white.eot');
    src: url('css/fonts/basis-grotesque-off-white.eot?#iefix') format('embedded-opentype'),
    url('css/fonts/basis-grotesque-off-white.woff2') format('woff2'),
    url('css/fonts/basis-grotesque-off-white.woff') format('woff'),
    url('css/fonts/basis-grotesque-off-white.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'basis-grotesque-regular';
    src: url('css/fonts/basis-grotesque-regular.eot');
    src: url('css/fonts/basis-grotesque-regular.eot?#iefix') format('embedded-opentype'),
    url('css/fonts/basis-grotesque-regular.woff2') format('woff2'),
    url('css/fonts/basis-grotesque-regular.woff') format('woff'),
    url('css/fonts/basis-grotesque-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'basis-grotesque-pro-regular';
    src: url('css/fonts/basis-grotesque-regular.eot');
    src: url('css/fonts/basis-grotesque-regular.eot?#iefix') format('embedded-opentype'),
    url('css/fonts/BasisGrotesquePro-Regular.woff2') format('woff2'),
    url('css/fonts/BasisGrotesquePro-Regular.woff') format('woff'),
    url('css/fonts/BasisGrotesquePro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

#example_filter {
    /* background-color: red; */
    width: 270px;
}

#example_filter label input {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

#upcoming-workshops_filter label input {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

#change_csv,
#delete_csv {
    display: none;
    margin: 10px 0 50px 0;
}

#delete_csv {
    margin-left: 30px;
}

.enquiry-form .gfield .gfield_label {
    display: none !important;
}

.custom-form {
    padding-top: 50px;
    padding-bottom: 24px;
}

@media screen and (min-width: 992px) {
    #header .header-container .header-nav-main nav > ul > li > a {
        font-size: 11px;
        padding: .5rem .5rem;
    }
}

@media screen and (min-width: 1200px) {
    #header .header-container {
        max-width: 1364px;
    }

    #header .header-container .header-nav-main nav > ul > li > a {
        font-size: 12px;
    }
}



@media screen and (max-width: 1200px) and (min-width: 992px) {
    .container {
        padding: 0 20px 0 20px !important;
        margin: 0 auto !important;
        max-width: 1200px !important;
        width: 100%;
        margin: 0 auto;
    }

    #header .header-container .header-nav-main nav > ul > li {
        margin-left: 0px;
    }

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

    #header .header-logo img {
        width: 100%;
    }

    #header .header-container .header-nav-main nav > ul > li > a i.fas.fa-caret-down {
        margin-left: 6px;
    }

    #header .header-container .header-nav-main nav > ul > li > a {
        font-size: 9.5px !important;
    }

    .dropdown-item {
        font-weight: 200;
        font-size: 10px !important;
    }

    .header-row {
        display: flex;
        justify-content: center;
    }
}

.custom-content .woocommerce-account .woocommerce-MyAccount-content.edit-account.edit-your-details {
    float: none;
    margin: 0 auto;
    width: 80%;
}
