/*
 Theme Name:   Gecko Child
 Theme URI:    #
 Description:  Gecko Child Theme
 Author:       Luiz Eduardo Diegues
 Author URI:   #
 Template:     gecko
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ---- EMCARA LOGIN start ---- */
.form-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
}

.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}

.emcara-login {
    min-width: 400px;
    max-width: 500px;
    max-height: 600px;
    padding: 30px 40px;
    background-color: #fff;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.16);
}


.emcara-login  .text {
    text-align: center;
    margin-top: 10px;
    height: 180px;
}

.emcara-login  .text h5 {
    text-transform: capitalize;
    margin: 0;
}

.emcara-login  #username {
    margin-bottom: 20px;
}

.emcara-login  #username,
.emcara-login  #pwd
{
    border: 1px solid #dcddde;
    border-radius: 4px;

    font-family: 'Roboto';
    font-size: 14px;
}

.emcara-login #username:focus,
.emcara-login  #pwd:focus
{
    border: 1px solid  #1676ee;
    border-radius: 4px;
}

.emcara-login .lost_password a {
    text-decoration: none;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #6E6F72;
    transition: all .3s;
}

.emcara-login .lost_password {
    text-align: center;
}

.emcara-login .lost_password a:hover,
.emcara-login .lost_password a:focus,
.emcara-login .lost_password a:active {
    color: #2ea2cc;
}

.emcara-login .login-username label,
.emcara-login .login-password label {
    display: block;
    color: #6E6F72;
    font: 'Roboto';
    font-weight: 500;
    line-height: 32px;
    font-size: 14px;
}

.emcara-login .login-username input,
.emcara-login .login-password input {
    border: 3px solid #dcddde !important;
    background-color: #fafafa !important;
    height: 50px !important;
    border-radius: 4px !important;
	font-size: 16px !important;
    padding: 0 15px;
    color: #999;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
    width: 100%;
}

.emcara-login .login-remember,
.emcara-login .login-submit {
    display: inline-flex;
}

.emcara-login .login-submit {
    margin-left: 50px;
}

.emcara-login .login-remember label {
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 400;
    color: #6E6F72;
}
.emcara-login .login-remember #rememberme {
    position: relative;
    cursor: pointer;
    height: 24px;
    width: 24px;
    top: 5px;
}

.emcara-login #wp-submit {
    width: 140px;
    height: 37px;
    text-transform: none;
    border-radius: 4px;
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 400;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.16);
    font-family: 'Roboto';
    background-color: #1676ee;
    color: #fff;
    transition: all .3s;
}

.emcara-login #wp-submit:hover{
    background-color: #0e4e9e;
}

@media (max-width: 414px) {
    .emcara-login #loginform {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .emcara-login .login-submit {
        margin-left: 0px;
    }

    .emcara-login .text {
        margin-bottom: 15px;
    }

    .emcara-login {
        min-width: 250px;
        max-width: 320px;
        max-height: fit-content;
    }

    .emcara-login .error_message {
        margin-bottom: 10px !important;
    }
}

/* ---- EMCARA LOGIN end ---- */

.hidden
{
	display: none!important;
}

body,
h1, h2, h3, h4, h5, h6
{
    letter-spacing: normal!important;
}

a.button,
button
{
    border-radius: 4px;
    font-family: Roboto;
    letter-spacing: 0;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.16);
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
}

/* School category loop begin */

.categories-container 
{
	display: flex;
	flex-flow: wrap;
    margin-left: -7px;
    margin-right: -7px;
}

.categories-container .school-category-item
{
	height: 268px;
    width: calc(33.33% - 13px);
    margin: 6.5px;
    overflow: hidden!important;
}

.categories-container .school-category-item .category-item-button
{
    /*opacity: 0;*/
}

.categories-container .school-category-item .category-item-button span
{
    display: block;
    height: 37px;
    width: 140px;
    background: #1676EE;
    color: #fff;
    line-height: 37px;
    text-align: center;
    border-radius: 4px;
    transition: all .3s ease-in-out;
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 400;
}

.categories-container .school-category-item .category-item-button span:hover
{
    background: #0e4e9e;
    -webkit-box-shadow: 0px 12px 14px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 12px 14px 0px rgba(0,0,0,0.24);
    box-shadow: 0px 12px 14px 0px rgba(0,0,0,0.24);
    transition: all .3s ease-in-out;
}

.categories-container .school-category-item:hover .category-item-button
{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.4);
    transition: all .5s;
}

.categories-container .school-category-item:hover .category-item-text
{
    display: none;
}

.category-item-text
{
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.school-category-item .category-item-text h3
{
	margin: 0;
    text-transform: none;
    font-size: 35px;
    font-family: 'Roboto';
    color: #fff;
    font-weight: 500;
    text-align: center;
}

/* School category loop end */

/* Menu begin */

/* override theme style */

#menu-item-565
{
    display: none;
}

.jas-action i 
{
    font-size: 28px;
    font-family: FontAwesome;
    color: #fff;
}

.jas-action i:hover
{
    color: #1676EE!important;
}

#jas-header .jas-action > * {
    padding: 0 15px;
}

#jas-header .jas-action i 
{
    color: #6E6F72;
}

.pe-7s-search:before 
{
    content: "\f002";
}

.pe-7s-shopbag:before 
{
    content: "\f07a";
}

.pe-7s-user:before 
{
    content: "\f007";
}

.pe-7s-like:before 
{
    content: "\f004";
}

#jas-header.header-sticky
{
    height: 80px;
}

#jas-header .middle-xs
{
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    -webkit-box-align: flex-start;
    align-items: flex-start; 
}

#jas-main-menu > li:not(:first-child)
{
    margin-left: 34px;
}

#jas-header div.header__mid div div:nth-child(2) > a > #header-logo-scroll
{
    display: inherit;
    max-height: 60px;
    transition: 1s;
    margin: 10px 0;
}

#jas-header div.header__mid div div:nth-child(2) > a > #header-logo-no-scroll
{
    display: none;
}

#jas-header div.header__mid
{
    background: #fff;
    transition: background .3s ease-in-out;
    padding-right: 23px;
    padding-left: 23px;
}

#jas-header div.header__mid > div
{
    display: flex;
    justify-content: space-around;
}

#jas-header.header-sticky div.header__mid > div
{
    align-items: center;
}

#jas-header div.header__mid > div
{
    align-items: center;
}

#jas-header div.header__mid > div > div:nth-child(2)
{
    order: 2;
    flex-basis: 30%;
    max-width: 30%;
    text-align: center;
}

#jas-header div.header__mid div div:nth-child(2) > a > img
{
    margin-top: 25px;
    margin-bottom: 25px;
    max-height: 100px;
}

#jas-header div.header__mid > div > div:nth-child(3)
{
    order: 1;
    flex-basis: 30%;
    max-width: 30%;
    padding-right: 0;
    padding-left: 0;
}

#jas-header div.header__mid div div:nth-child(3) > nav
{
    float: left;
}

#jas-header div.header__mid div div:nth-child(3) > nav > ul > li > a
{
    text-transform: none;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 500;
    line-height: 64px;
    color: #fff;
    letter-spacing: 0.9px;
}

#jas-header div.header__mid div div:nth-child(3) > nav > ul > li > ul
{
    left: calc(50% - 25px);
}

#jas-header div.header__mid div div:nth-child(3) > nav > ul > li > ul > li > a,
#jas-header .jas-my-account ul li a
{
    text-transform: none;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.9px;
    text-align: left;
    padding: 1px 10px;
}

#jas-header .jas-my-account ul li a
{
    text-align: center;
    color: #6e6f72;
}

#jas-header .jas-my-account ul li a:hover
{
    color: #1676ee;
}

#jas-header .jas-my-account ul li:not(:last-child) {
    border-bottom: 1px solid #e5e6e6;
}

#jas-header .jas-my-account ul
{
    background: #ffffff;
}

#jas-header div.header__mid div div:nth-child(3) > nav > ul > li > ul li:not(:last-child) {
    border-bottom: 1px solid #e5e6e6;
}

#jas-header div.header__mid div div:nth-child(3) > nav > ul > li > a:hover
{
    color: #1676EE;
}

#jas-header div.header__mid div div:nth-child(3) > nav > ul > li > a
{
    color: #6E6F72;
}

#jas-header div.header__mid div div:nth-child(3) > nav > ul > li > a:hover
{
    color: #1676EE;
}

#jas-header div.header__mid > div > div:nth-child(4)
{
    order: 3;
    flex-basis: 30%;
    max-width: 30%;
    padding-right: 0;
    padding-left: 0;
}

#jas-header div.header__mid div div:nth-child(4) > div
{
    float: right;
}


/* Menu end */

/* Footer begin */

#footer-logo
{
    max-width: 250px;
    margin-left: 50px;
}

#jas-footer .widget-title 
{
    color: #6E6F72;
    font-family: Roboto;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: 1.7px!important;
    margin: 0px 0 21px!important;
}

#jas-footer .footer__bot > div
{
    border-top: 1px solid #b7b8ba;
}

#jas-footer #nav_menu-2
{
    margin-left: -30px;
}

#jas-footer .widget ul li
{
    line-height: 19px!important;
    margin-bottom: 11px;
}

#jas-footer a
{
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #6E6F72;

}

.bottom-footer-content
{
    display: flex;
    justify-content: space-between;
}

#jas-footer .bottom-footer-content p,
#jas-footer .bottom-footer-content p a
{
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #6E6F72;
    margin-top: 40px;
    margin-bottom: 26px;
}

#jas-footer .bottom-footer-content p a:hover
{
    color: #1676ee;
}

/* Footer end */

/* Back to top button begin */

#jas-backtop
{
    right: 40px;
    bottom: 10px;
    cursor: pointer;
    z-index: 998;
    border: none;
    border-radius: 0;
    padding: 2px;
}

#jas-backtop span
{
    border-radius: 0;
    width: 50px;
    height: 50px;
    background-color: #454545;
}

#jas-backtop span i
{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    top: -3px;
}

#jas-backtop span i:before 
{
    content: "\f062";
}

#jas-backtop span:before
{
    border-radius: 0;
    transition: 0.3s;
    background-color: #2d2d2d!important;
}

/* Back to top button end */

/* Cart begin */

.cart__popup
{
    padding: 20px 20px 50px;
}

.cart__popup-related-title,
.cart__popup-related 
{
    display: none!important;
}

h3.cart__popup-title
{
    font-size: 24px;
    font-weight: 500;
    color: #6E6F72;
    text-transform: capitalize;
    margin: 0 0 20px!important;
}

.cart__popup button.mfp-close
{
    margin-top: 15px;
    margin-right: 5px;
    font-size: 40px!important;
}

.cart__popup-item .cart__popup-title a
{
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #6E6F72;
}

.cart__popup-item .variation p,
.cart__popup-item .variation dt
{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #6E6F72;
    margin-bottom: 5px;
}

.cart__popup-price span,
.cart__popup-total span,
.cart__popup-subtotal span
{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #6E6F72;
    font-family: Roboto;
}

.cart__popup-total > small
{
    display: block;
    font-weight: 400;
    color: #6E6F72;
    font-family: Roboto;
}

.cart__popup-quantity div.quantity
{
    border: none!important;
    display: flex;    
}

.cart__popup-quantity .cart__popup-qty--minus,
.cart__popup-quantity .cart__popup-qty--plus
{
    margin: 0 5px;
    border: 2px solid #dcddde!important;
    width: 30px!important;
    border-radius: 4px;
    line-height: 28px;
    font-weight: 700;
    color: #6E6F72;
}

.cart__popup-quantity .cart__popup-qty--input
{
    margin: 0 3px;
    border: 2px solid #dcddde!important;
    width: 30px!important;
    border-radius: 4px!important;
    line-height: 28px!important;
    font-weight: 700;
    color: #6E6F72!important;
    font-size: 14px!important;
}

.cart__popup .checkout-button
{
    width: 200px;
    height: 50px;
    text-transform: none;
    border-radius: 4px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 400;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.16);
    padding: 0;
    text-align: center;
    line-height: 50px;
    font-family: Roboto;
    color: #fff!important;
    letter-spacing: 0;
}

.cart__popup .checkout-button:hover
{
    background: #0e4e9e;
    opacity: 1!important;
}

.cart__popup .continue-button
{
    background: #fff!important;
    color: #6E6F72;
    border: 2px solid #DCDDDE;
    width: 200px;
    height: 50px;
    text-transform: none;
    border-radius: 4px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 400;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.16);
    padding: 0;
    text-align: center;
    line-height: 46px;
    font-family: Roboto;
    letter-spacing: 0;
}

.cart__popup .continue-button:hover
{
    background: #1676ee!important;
    border: 2px solid #1676ee;
    opacity: 1!important;
    color: #fff!important;
}

/* Cart end */

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

    /* Menu begin */

    /* override theme style */

    #jas-header .jas-action i 
    {
        color: #6E6F72;
    }

    .pe-7s-search
    {
        display: none;
    }

    .pe-7s-user
    {
        display: none;
    }

    .woocommerce .jas-push-menu h3
    {
        font-size: 22px;
        font-family: Roboto;
        font-weight: 500;
        text-transform: none;
        letter-spacing: 0;
    }

    #jas-mobile-menu #menu-main-menu li a
    {
        font-size: 18px;
        font-family: Roboto;
        font-weight: 500;
        text-transform: none;
        letter-spacing: 0;
    }

    .jas-push-menu .jas-action
    {
        display: flex!important;
    }

    .jas-push-menu .jas-action i.pe-7s-search,
    .jas-push-menu .jas-action i.pe-7s-user
    {
        display: inline-block;
    }

    .jas-push-menu .jas-action i.pe-7s-like,
    .jas-push-menu .jas-action a:last-child
    {
        display: none;
    }

    #jas-header div.header__mid > div
    {
        align-items: center!important;
    }

    #jas-header > div.header__mid.pl__30.pr__30.header__transparent.pa.w__100 > div > div.hidden-md.visible-sm.jas-col-sm-3.jas-col-xs-3
    {
        flex-basis: 30%;
        max-width: 30%;
    }

    #jas-header div.header__mid div div:nth-child(4) > div
    {
        margin-top: 0;
    }


    /* Menu end */

    /* Footer begin */

    #jas-footer #nav_menu-2
    {
        margin-left: 0;
    }

    .bottom-footer-content
    {
        flex-flow: column;
    }

    .bottom-footer-copyright,
    .bottom-footer-opp
    {
        width: 100%;
    }

    #jas-footer .bottom-footer-content .bottom-footer-opp p
    {
        margin-top: 0;
    }

    /* Footer end */
}

@media only screen and (max-width: 1000px)
{
    #jas-footer .footer__top div > div > div
    {
        flex-basis: 100%;
        max-width: 100%;
        text-align: center;
    }

    #footer-logo
    {
        margin-left: 0!important;
    }
}

@media only screen and (max-width: 767px)
{
    /*
    #jas-header > .jas-canvas-menu.jas-push-menu
    {
        width: 100%;
        left: 100%;
    }

    .menu-opened .jas-canvas-menu
    {
        left: 0!important;
    }

    #jas-header > .jas-canvas-menu.jas-push-menu #menu-main-menu li > *
    {
        text-align: center;
    } */
}

@media only screen and (max-width: 414px)
{
    #jas-header {
        height: 53.94px!important;
    }
}

