/*
Theme Name: Digital Dojo
Description: Digital Dojo (Avada)
Author: Digital Dojo
Author URI: https://www.digitaldojomedia.com/
Template: Avada
Version: 7.2.1
Text Domain: Avada
*/

/* Global Styles */

#content {
    margin-bottom: 0px !important;
}

.white {
    color: #fff !important;
}

.black {
    color: #000 !important;
}

.box-shadow {
    box-shadow: 0 10px 20px 0 rgba(57,58,61,.15) !important;
    min-height: 20px !important;
}

.text-shadow {
    text-shadow: 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.55);
}

.text-shadow-light {
    text-shadow: 0.1em 0.1em rgba(0, 0, 0, 0.15);
}

.overflow {
    z-index: 99 !important;
    overflow: visible !important;
}

/* Mobile Column Swap */

@media screen and (max-width: 768px) {
    .mobile-swap, .mobile-column-swap {
        display: flex !important;
        flex-direction: column-reverse !important;
    }
}

@media screen and (max-width: 768px) {
    .mobile-text-left, .mobile-text-left h3, .mobile-text-left h5 {
        text-align: left !important;
    }
}

/* WPBakery Page Builder */

.vc_column_container .vc_column-inner {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.ult-overlay-close {
    background: none !important;
}

.ult_exp_content {
    padding-left: 0px;
    padding-right: 0px;
}

.bsf_tooltip {
    display: none !important;
}

.flexslider {
    border: 0 !important;
    margin: 0 !important;
    background: transparent !important;
}

.flex-direction-nav a {
    background-color: transparent !important;
    width: 22px !important;
    height: 28px !important;
    transition: none !important;
    -webkit-font-smoothing: antialiased !important;
}

.flex-direction-nav a:before {
    font-size: 23px !important;
    margin: 0 !important;
}

.flex-direction-nav a:hover {
    opacity: 0.65 !important;
}

.flex-control-paging {
    display: none !important;
}

/* Gravity Forms */

.gform_wrapper {
    margin-top: 0;
    margin-bottom: 0;
}

.gform_wrapper li.hidden_label input {
    margin-top: 0;
}

.gform_wrapper .gf_page_steps {
    display: none !important;
}

/* Stripe Credit Card Input */

.ginput_full .StripeElement {
    height: 55px;
    padding-top: 18px;
}

#input_7_6_1_container, #input_7_6_5_container {
    margin-top: 8px;

}

/* Validation Errors */

.gfield_error .validation_message {
    display: none !important;
}

.gform_wrapper li.gfield.gfield_error {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.gform_validation_error .validation_error {
    display: none !important;
}

.gform_validation_error .gfield_description.validation_message {
    padding-top: 6px !important;
}

.gform_validation_error li.gfield.gfield_error {
    border-top: 0 !important;
    border-bottom: 0 !important;
    background-color: transparent !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
}

/* Street Address */

#input_5_18_1,
#input_5_18_2 {
    margin-bottom: 15px !important;
}

/* State Selection */

.gform_wrapper select {
    margin-top: 0;
}

/* Credit Cards */

.ginput_container_creditcard input {
    margin-bottom: 15px;
}

/* Email Address */

.gform_wrapper .ginput_container_email {
    padding-right: 0px !important;
}

/* Select Font, Size & Padding */

#select2-billing_state-container,
.select2-selection__rendered {
    height: 56px;
    font-size: 16px;
    padding: 0;
    line-height: normal;
}

.select2-selection {
    height: 56px;
    font-size: 16px;
    padding: 18px 25px;
}

.select2-selection__arrow {
    height: 56px;
}

/* Buttons */

.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .button.gform_previous_button,
.gform_wrapper .button.gform_next_button,
#gform_submit_button_5 {
    margin: 0;
    cursor: pointer;
    text-align: center;
    max-width: 100%;
    text-decoration: none;
    overflow: hidden;
    word-spacing: normal;
    text-transform: uppercase;
    text-indent: 0px;
    text-shadow: none;
}

/* Errors */

.gform_wrapper li.gfield.gfield_error {
    background-color: transparent;
    border-top: 0;
    border-bottom: 0;
    margin-top: 10px;
    margin-bottom: 5px;
}

/* Validation */

.validation_error,
.ginput_complex.ginput_container label {
    display: none !important;
}

.gform_wrapper div.validation_error {
    border-top: 0;
}

/* Sub-labels */

.ginput_complex label {
    margin-top: -2px;
}

/* No labels */

.gform_wrapper .top_label .gfield_label,
#billing_email_field>label,
#account_password_field>label,
.woocommerce-password-hint {
    display: none;
}

/* Placeholders */

.gfield textarea {
    font-size: inherit;
    font-family: inherit;
    letter-spacing: normal;
}

/* Single Line Gravity Form */

@media only screen and (min-width: 641px) {
    .gform_wrapper form.gf_simple_horizontal div.gform_body {
        width: 100% !important;
        max-width: 100% !important;
    }
}

.gf_simple_horizontal_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,
.gf_simple_horizontal_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle,
.gf_simple_horizontal_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last {
    padding-top: 0 !important;
}
.gf_simple_horizontal_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gf_simple_horizontal_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
    margin-bottom: 0 !important;
}
.gf_simple_horizontal_wrapper li.hidden_label input {
    margin-top: 0 !important;
}
body .gf_simple_horizontal_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}
.gf_simple_horizontal div.gform_footer.top_label {
    width: auto !important;
    vertical-align: top !important;
}
.gf_simple_horizontal div.gform_body {
    width: auto !important;
}
.gf_simple_horizontal div.gform_footer.top_label input[type="submit"] {
    line-height: 46px;  /* SIZE OF SUBMIT BUTTONY */
    font-size: 14px;
    padding: 0 24px;
    text-transform: uppercase;
    letter-spacing: 1px
}

/* Spacing */

.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}

.gform_wrapper .top_label div.ginput_container,
.gform_wrapper ul li.gfield {
    margin-top: 0;
}

.gform_wrapper .gform_footer {
    padding: 0;
}

/* Modal Forms */

.popup-modal-email,
#gform_wrapper_4,
#gform_4,
#gform_4 .gform_body,
#gform_fields_4,
#field_4_2,
#gform_4 .ginput_container,
#input_4_2 {
    z-index: 99999999999999;
    position: relative;
}

/* Side Cart - Total Count Icon */
.xoo-wsc-items-count {
    background-color: #7d889b !important;
}

/* Cloud Cookie */
.woocommerce #tab-additional_information,
.woocommerce .product .summary .product_meta span.posted_in,
.woocommerce .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-destination{
    display: none !important;
}
.woocommerce tr.woocommerce-shipping-totals.shipping {
    border: 0 !important;
    line-height: 24px !important;
}
.woocommerce .cart_totals.calculated_shipping {
    margin-bottom: 30px;
}
.xoo-el-login-tgr .fusion-icon-only-link .fusion-megamenu-icon {
    color: #9fd2f1 !important;
    padding-right: 0.1em !important;
}
.woocommerce-info:before {
    display: none !important;
}
.checkout.woocommerce-checkout .woocommerce-content-box {
    margin-bottom: 30px;
}
#billing_state_field div.select-arrow,
#shipping_state_field div.select-arrow {
    height: 52px;
    font-size: 1em;
    line-height: 50px;
    width: 50px;
}
.woocommerce-cart .woocommerce div.cart-collaterals {
    margin-bottom: 30px !important;
}
.woocommerce-cart #order_comments {
    height: 150px !important;
}
img.stripe-amex-icon.stripe-icon,
img.stripe-visa-icon.stripe-icon,
img.stripe-mastercard-icon.stripe-icon,
img.stripe-discover-icon.stripe-icon,
img.stripe-jcb-icon.stripe-icon,
img.stripe-diners-icon.stripe-icon {
    display: none !important;
}

#jetpack_protect_num {
    width: 52px !important;
    height: 42px !important;
}

h2.avada-woocommerce-myaccount-heading { margin-bottom: 30 px; }
