/*
Theme Name: Wexim Child
Theme URI: http://wexim.acrothemes.com/
Author: Themes Industry
Author URI: http://www.themesindustry.com/
Description: Wexim Child Theme
Template:  wexim
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://themeforest.net/licenses/terms/regular
Text Domain: wexim-child
*/

/* WooCommerce CSS */

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce input.button {
    width: auto;
    background: #e82127;
    padding: 10px 20px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    line-height: 30px;
    transition: .5s all ease;
    width: auto;
}

.woocommerce button.button {
    background: #e82127;
    padding: 10px 20px;
    color: #fff !important;
    margin: 0 auto;
    text-align: center;
    line-height: 30px;
    transition: .5s all ease;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background: #1e39a3;
    color: #fff;
    transition: .5s all ease;
}

h2.woocommerce-loop-product__title {
    text-align: center;
    line-height: initial;
}

.woocommerce ul.products li.product .price {
    color: #000;
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: 14px;
    text-align: center;
    width: 100%;
}

.woocommerce a.added_to_cart {
    padding-top: .5em;
    display: inline-block;
    width: 100%;
    color: #6c757d;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
}

input#coupon_code {
    padding: 10px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #153aa4 !important;
}

tr.woocommerce-cart-form__cart-item.cart_item td.product-name a {
    font-weight: 600;
}

.ltc-form input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
    padding: 14px 20px !important;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000;
    font-size: 1.25em;
}

.single-product p.price {
    font-size: 26px !important;
    font-weight: 600;
}

.product {
    margin-bottom: 20px;
}

/* General */

.login-menu, .signup-menu, .account-menu {
    display: none;
}

.badge-lg {
    font-size: 14px;
}

body {
    overflow-x: hidden;
}

/*header:not(.header-appear) .header-top-area~.navbar-standard {*/
/*    top: 64px !important;*/
/*}*/

header .header-top-area:not(.top-transparent) {
    background: #1e39a3 !important;
    border-bottom: none !important;
    color: #2b2b2b;
}

.page-id-4 span.price {
    color: #fff !important;
    background: #e82127;
    padding: 10px 20px;
    margin: 0 auto;
    font-size: 14px !important;
    line-height: 30px;
    width: 100%;
}

.page-id-4 a.add_to_cart_button {
    display: none !important;
}

.bg-overlay {
    background: linear-gradient(to right, #3264f5 2%, #082d96 82%);
}

.bg-overlay {
    background: linear-gradient(to right, #26396f 2%, #082d96 82%);
}

.page-id-10414 span.price {
    color: #fff !important;
    background: #e82127;
    padding: 10px 20px;
    margin: 0 auto;
    font-size: 14px !important;
    line-height: 30px;
    width: 100%;
}

.page-id-10414 a.add_to_cart_button {
    display: none !important;
}

.testimonial-image {
    display: none;
}

.owl-dots {
    display: none !important;
}

.footer-heading {
    color: #6c757d;
}

a, a:hover {
    text-decoration: none;
}

::-webkit-scrollbar-track {
    background-color: #e9edf0;
    border-left: 1px solid #ededed;
}

::-webkit-scrollbar {
    width: 7px;
    background-color: #385aef;
}

::-webkit-scrollbar-thumb {
    background: #385aef;
}

.woocommerce ul.products li.product a img {
    transition: .5s ease all;
}

.woocommerce ul.products li.product a img:hover {
    transform: scale(1.1);
    transition: .5s ease all;
}

header.header-appear .navbar.sticky-gradient {
    background: -webkit-gradient(linear, left top, right top, color-stop(2%, #082d96), color-stop(82%, #2d53bf));
    background: linear-gradient(to right, #082d96 2%, #2d53bf 82%);
}

.single-post .post-details.alt-font {
    display: none;
}

/*@media only screen and (min-width: 992px) {*/

/*    #register-sm {*/

/*        display: none;*/

/*    }*/

/*    #register-lg {*/

/*        display: block;*/

/*    }*/

/*}*/

span.password-input {
    width: 100%;
}

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

/*    .wrapper-layout-2 {*/

/*        height: 400px !important;*/

/*    }*/

/*}*/

@media screen and (max-width: 1400px) {
    .header-top-area {display:none !important;}
    header:not(.header-appear) .header-top-area~.navbar-standard {
        top: 0;
    }
}
@media screen and (max-width: 991px) {
    .nav-holder {
        width: 70% !important;
    }
    header a.logo img.logo-default {
        width: 220px !important;
    }
    header .sidenav-toggler {
        padding-left: 10px !important;
    }
    h1.product_title.entry-title {
        font-size: 30px;
        line-height: 30px;
    }
}

@media screen and (max-width: 767px) {
    .nav-holder {
        width: 100% !important;
    }
    .woocommerce div.product form.cart .button {
        width: 100%;
    }
    .woocommerce-billing-fields__field-wrapper #billing_first_name_field, .woocommerce-billing-fields__field-wrapper #ltc_student_middle_initial_field, .woocommerce-billing-fields__field-wrapper #billing_last_name_field {
        width: 100% !important;
    }
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    border-radius: 4px;
}

.gradient-text {
    background: #3264f5;
    background: -moz-linear-gradient(left, #3264f5 2%, #0703e8 82%);
    background: -webkit-linear-gradient(left, #3264f5 2%, #0703e8 82%);
    background: linear-gradient(to right, #3264f5 2%, #0703e8 82%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colorPrimary', endColorstr='@colorSecondary', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-gradient {
    background-size: 200% auto !important;
    background-image: linear-gradient(to right, #3264f5 0%, #0703e8 51%, #3264f5 100%) !important;
    background-image: -webkit-linear-gradient(to right, #3264f5 0%, #0703e8 51%, #3264f5 100%) !important;
    background-image: -moz-linear-gradient(to right, #3264f5 0%, #0703e8 51%, #3264f5 100%) !important;
    color: #fff !important;
}

.form-control {
    border: 2px solid #ced4da !important;
    border-radius: 50px;
    /*border-bottom: 1px solid #e2e2e2 !important;*/
    padding: 12px 10px !important;
    background: #fff !important;
    height: auto !important;
    color: #000 !important;
    font-size: 16px !important;
    margin-bottom: 0px !important;
}

img.logo-dark.default {
    width: 300px;
}

.custom-counter {
    font-weight: 300;
    font-size: 16px;
}

span.menu-label {
    display: none;
}

@media (max-width: 1400px) {
    .navbar-nav {
        display: none;
    }
    header .sidenav-toggler {
        display: block;
        border-left: none !important;
    }
    span.menu-label {
        display: block;
    }
}

span.menu-label {
    font-size: 12px;
    position: absolute;
    right: 50px;
    top: 50%;
    color: #fff;
}

header .sidenav-toggler {
    width: 70px;
    /*top: -15px;*/
    right: 25px !important;
    padding-left: 0;
    color: #fff;
}

header .sidenav-toggler .toggler-icon {
    overflow: visible;
    visibility: visible;
    z-index: 999999;
}

.sidenav-toggler:hover {
    color: #fff !important;
}

/*span.menu-label {*/

/*    position: absolute;*/

/*    right: 5px;*/

/*    color: #fff;*/

/*    top: 20px;*/

/*}*/

.wpcf7 input[type=text], .wpcf7 input[type=search], .wpcf7 input[type=url], .wpcf7 input[type=tel], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=date], .wpcf7 input[type=month], .wpcf7 input[type=week], .wpcf7 input[type=time], .wpcf7 input[type=datetime], .wpcf7 input[type=datetime-local], .wpcf7 input[type=color], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 input[type=submit], .wpcf7 select, .wpcf7 textarea {
    border-radius: 28px !important;
    border: 2px solid #ced4da !important;
    padding: 14px 20px !important;
    height: auto !important;
    background: transparent !important;
    /*-webkit-border-radius: 0 !important;*/
    /*border-radius: 0 !important;*/
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #A8A8A8 !important;
    font-size: 16px !important;
    position: relative !important;
    -webkit-transition: border .9s ease;
    -o-transition: border .9s ease;
    transition: border .9s ease;
    border-radius: ;
}
 

.btn.btn-large, .wpcf7 input.btn-large[type=submit] {
    font-size: 16px !important;
    padding: 8px 30px !important;
    background-size: 200% auto !important;
    background-image: linear-gradient(to right, #3264f5 0%, #0703e8 51%, #3264f5 100%) !important;
    background-image: -webkit-linear-gradient(to right, #3264f5 0%, #0703e8 51%, #3264f5 100%) !important;
    background-image: -moz-linear-gradient(to right, #3264f5 0%, #0703e8 51%, #3264f5 100%) !important;
    color: #fff !important;
    line-height: 21px;
    border-radius: 50px !important;
    min-height: 40px;
    width: 100%;
border: none !important;
}

header .navbar-standard ul.navbar-nav>li>a {
    /*transition: .5s all ease;*/
}

header ul.navbar-nav>li>a:hover {
    /*transition: .5s all ease;*/
    font-weight: 600 !important;
}

.wrapper-layout-2 h1 {
    text-transform: uppercase;
}

.wrapper-layout-2 {
    top: 50px;
}

/*.wrapper-layout-2>.bg-overlay {*/

/*    background-color: unset;*/

/*    opacity: 1;*/

/*}*/

.bg-overlay {
    background: linear-gradient(to right, #1e39a3 2%, #2447d2e6 82%);
}

.w-20 {
    width: 20px;
}

.woocommerce-billing-fields__field-wrapper #billing_first_name_field {
    width: 33%;
    float: left;
}

.woocommerce-billing-fields__field-wrapper #ltc_student_middle_initial_field {
    width: 33%;
    float: left;
    clear: none;
}

.woocommerce-billing-fields__field-wrapper #billing_last_name_field {
    width: 33%;
    float: left;
}

.woocommerce-billing-fields__field-wrapper #ltc_student_license_or_id_field {
    clear: both;
}

.woocommerce-billing-fields__field-wrapper #ltc_student_middle_initial_field .optional {
    display: none;
}

.br-15 {
    border-radius: 15px !important;
}

.right-text a {
    border-radius: 50px;
}

.account-box {
    background: linear-gradient(to right, #082d96 2%, #2d53bf 82%);
}

.account-box .avatar {
    width: 100px;
}

nav.woocommerce-MyAccount-navigation {
    box-shadow: 0px 0 6px 0px #696969;
    /* border: 1px solid #a09595; */
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding-left: 30px;
    font-family: Poppins;
    line-height: 35px;
}

.bg-blue {
    background-color: #4285F4;
}

.bg-red {
    background-color: #EA4335;
}

.bg-yellow {
    background-color: #FBBC05;
}

.bg-green {
    background-color: #34A853;
}

.woocommerce-MyAccount-navigation-link--edit-address {
    display: none;
}

.pagination {
    justify-content: center;
}

.post-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#courses-sidebar .ld-item-list {
    display: block !important;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details {
    /*display: none;*/
}

.btn-danger {
    background-image: linear-gradient(to right, #e82127 0%, #E82127 51%, #E82127 100%);
}

input, input.input-text, textarea, select {
    border: 1px solid #dedede;
    border-radius: 50px;
    padding: 15px 20px !important;
    background: #fff;
}

form.woocommerce-checkout input, 
form.woocommerce-checkout input.input-text, 
form.woocommerce-checkout textarea, 
form.woocommerce-checkout select {
    padding: 25px 11px 8px 11px !important;
}

.woocommerce-checkout .select2-selection {
    border: 1px solid #dedede;
    padding: 7px 19px;
    height: auto;
    border-radius: 50px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px;
    right: 15px;
}

select {
    -webkit-appearance: none;
    appearance: none;
}

.form-group {
    position: relative;
}

.form-group[data-group-type="select"]::after {
    content: "▼";
    font-size: 1rem;
    right: 16px;
    position: absolute;
    bottom: 8px;
}

p#dlid_field, p#dlid_state_field {
    position: relative;
}

p#dlid_field::after, p#dlid_state_field::after {
    content: "▼";
    font-size: 1rem;
    right: 16px;
    position: absolute;
    bottom: 8px;
}

.woocommerce ul.order_details li {
    line-height: 34px !important;
    border-right: none;
}

.woocommerce ul.order_details li strong {
    word-break: break-word;
}
.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-text {
    /*display: none;*/
}
.provider-footer-menu {
    list-style-type: none;
}
.provider-footer-menu li {
    display: inline-block;
    padding: 10px;
}
.provider-footer-menu li a {
    color: #fff;
}
.elementor-section.elementor-section-boxed>.elementor-container{
    padding:0 !important;
}
input.learndash_mark_complete_button {
    padding: 30px 45px 30px 30px !important;
    padding-top: 30px !important;
    padding-right: 45px !important;
    padding-bottom: 30px !important;
    padding-left: 30px !important;
}
header .navbar-standard {
    z-index: 999;
}
.large-padding {
    position: relative;
    padding: 7.5rem 0;
    padding-top: 9.5rem;
    overflow: hidden;
}
.nav-holder {
    z-index: 99999;
}

#billing_email_field label{
    height:30px !important;
}

#place_order:hover {
    box-shadow: 3px 3px 7px #888888;
}