@charset "UTF-8";

/*
Theme Name: Appku
Theme URI: https://themelocker.tech/wordpress/appku/
Author: Validthemes
Author URI: http://angfuzsoft.com/
Description: Appku - SaaS Landing Page WordPress Theme
Version: 1.0.2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: appku
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

/* WooCommerce Checkout */

.checkout-wrapper {
    display: flex;
    column-gap: 50px;
    padding: 50px 0;
}
.checkout-wrapper .checkout-shipping-and-billing {
    width: 65%;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 40px;
}
.checkout-shipping-and-billing h3, .checkout-order-review h3 {
    border-bottom: 2px solid black;
    padding-bottom: 7px;
}
.checkout-wrapper .checkout-order-review {
    width: 35%;
}

.woocommerce-checkout #payment {
    background: #F4F6F8;
    border-radius: 15px;
}

.woocommerce-checkout input {
    min-height: unset !important;
}

.woocommerce-checkout #payment div.payment_box {
    background: white;
    border-radius: 15px;
}

.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid white !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
}

.woocommerce table.shop_table {
    border: 0 !important;
}
.woocommerce table.shop_table thead th {
    border-bottom: 2px solid black !important;
}
.woocommerce table.shop_table .order-total.recurring-total td, .woocommerce table.shop_table .order-total.recurring-total th {
    border-top: 2px solid black !important;
}
.woocommerce table.shop_table .order-total.recurring-total strong {
    color: #2DD9B3 !important;
}

button#place_order {
    padding: 13px 45px !important;
    color: white !important;
    border-radius: 30px !important;
    font-size: 15px !important;
    background: #5138EEFF !important;
    text-transform: capitalize !important;
    font-weight: 700 !important;
    width: 100% !important;
    height: 55px !important;
}

.woocommerce form .form-row input[type=email],
.woocommerce form .form-row input[type=file],
.woocommerce form .form-row input[type=number],
.woocommerce form .form-row input[type=password],
.woocommerce form .form-row input[type=tel],
.woocommerce form .form-row input[type=text],
.woocommerce form .form-row select,
.woocommerce form .form-row textarea {
    -webkit-appearance: none;
    background: #f4f6f8;
    border: 0.0625rem solid #d5d5d5;
    border-radius: 0.375rem;
    box-sizing: border-box;
    color: #363636;
    min-height: 48px;
    min-height: 3rem;
    padding: 0.75rem;
    resize: none;
    width: 100%;
}

.woocommerce-additional-fields {
    display: none;
}

.checkout-wrapper table td, .checkout-wrapper table th {
    text-align: left !important;
    border: 0 !important;
}

.select2-container .select2-selection--single {
    height: 45px;
    background: #f4f6f8;
    border: 0.0625rem solid #d5d5d5;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
}

@media only screen and (max-width: 768px) {
    .checkout-wrapper {
        flex-direction: column;
        row-gap: 50px;
    }
    .checkout-wrapper .checkout-shipping-and-billing, .checkout-wrapper .checkout-order-review {
        width: 100%;
    }
}


footer {
    background: #040836;
}
.footer-logo {
    max-width: 350px !important;
    margin-bottom: 0;
}
.footer-text {
    max-width: 350px;
    color: #6D7388 !important;
}
.footer-widgets-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-direction: row;
    column-gap: 50px;
    justify-content: space-between;
    align-items: center;
}
.footer-widgets-area__top {
    padding: 150px 0
}
.footer-widgets-area__bottom {
    padding: 30px 0;
    border-top: 2px solid #222868;
    color: white;
}
.footer-widget p {
    color: white;
}
.footer-widget h4 {
    color: white;
    margin-bottom: 30px;
}
.footer-widget a{
    color: white;
}
.footer-widgets-area .wpcf7-form  p {
    display: flex;
}
.footer-widgets-area .wpcf7-form input[type=email] {
    height: 50px;
    background: white;
    padding: 0 15px;
    border-radius: 10px;
}
.footer-widgets-area .wpcf7-form input[type=submit] {
    height: 50px;
    background: #5038EE;
    color: white;
    padding: 0 20px;
    border-radius: 10px;
    border: 0;
}
@media only screen and (max-width: 768px) {
    .footer-widgets-area {
        flex-direction: column;
        row-gap: 50px;
    }
    .footer-widgets-area__bottom {
        row-gap: 25px;
    }
    .footer-widgets-area__top {
        padding: 100px 0 50px 0;
    }
    .footer-widget {
        width: 100%;
        padding: 0 15px;
    }
    .footer-widgets-area .wpcf7-form p {
        display: block;
    }
    .footer-widgets-area .wpcf7-form input {
        width: 100%;
    }
    .footer-widgets-area .wpcf7-form label {
        width: 100%;
    }
}

html {
    margin-top: 0 !important;
}

.default-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 273px;
    background-image: url(https://smartblogger.ai/wp-content/uploads/2022/07/25.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog .blog-area > .container {
    background: white;
    padding: 3rem;
}

/*Logo width fix in Safari */

body .navbar-brand > img {
    max-width: 300px;
}

/*Blog archive*/

.blog-area {
    padding-top: 200px !important;
}

/*Menu account icon*/

#menu-item-4926 i {
    font-size: 32px;
    vertical-align: middle;
}

/*Equal height for featured widgets*/

.homepage-featured-cards .elementor-widget-container,
.homepage-featured-cards .elementor-widget,
.homepage-featured-cards .feature-style-four-box,
.homepage-featured-cards .single-item,
.homepage-featured-cards .feature-style-four
{
    height: 100% !important;
}

/*Hide homepage header banner button*/

.homepage-header-banner .button {
    display: none !important;
}