/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */


/* WOOCOMMERCE */
.woocommerce-cart .site-main,
.woocommerce-checkout .site-main,
.single-product .site-main {
	margin-top: 60px;
}
body.single-product.woocommerce div.summary.entry-summary {
	width: 100%;
}
.woocommerce-cart [data-block-name="woocommerce/cart"] .wp-block-heading {
	text-align: center;
	font-size: 22px;
}
.woocommerce-cart .wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
	background: #2d115c;
}
.woocommerce-cart .wc-block-cart-item__image,
.woocommerce-cart .wc-block-cart-items__header-product {
	display: none;
}
.woocommerce-cart .wc-block-cart-items__header-image {
	padding-left: 16px !important;
	text-align: left;
}
.woocommerce-cart .wc-block-cart-item__product {
	width: 100%;
}
.single-product .single_add_to_cart_button,
.woocommerce-cart .wc-block-cart__submit-button {
	background: #2d115c !important;
	transition: all .3s ease-in-out;
}
.single-product .single_add_to_cart_button:hover,
.single-product .single_add_to_cart_button:focus,
.woocommerce-cart .wc-block-cart__submit-button:focus,
.woocommerce-cart .wc-block-cart__submit-button:hover {
	background: #4b2a83 !important;
}
.single-product .go-to-cart-btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 40px;
    line-height: 40px;
}
@media screen and (max-width: 812px) {
	.woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
		grid-column-end: 4;
		grid-column-start: 1;
	}
	.woocommerce-cart .wc-block-cart-item__total {
		display: none;
	}
}
/* END WOOCOMMERCE */
 
.c-white,
.c-white h1,
.c-white p {
    color: #fff;
}
.f-30 {
    font-size: 30px;
}
#primary {
    margin: 0;
}
div.entry-content-wrap {
    padding-top: 0;
}
div.popup-drawer .drawer-inner {
    max-width: 50%;
}
footer {
    color: #fff;
}
footer a {
    transition: all 0.3s ease-in-out;
}
footer .footer-contact {
    margin-bottom: 48px;
}
footer .footer-contact p {
    margin: 0;
}
footer .site-bottom-footer-inner-wrap {
    padding-top: 0;
}
footer .site-middle-footer-wrap {
    font-size: 17px;
}
footer a:hover,
footer a:focus,
footer a:active {
    text-decoration: underline !important;
    color: var(--global-palette6) !important;
}
footer .site-bottom-footer-inner-wrap p {
    font-size: 14px;
}
.hero-section {
    height: 657px;
    max-height: 657px;
}
.hero-row > .vc_column-inner {
    margin: 0 auto;
    max-width: 950px;
}
.hero-title h1 {
    font-size: 50px;
}
.hero-text {
    /* font-size: 30px; */
    font-weight: 500;
}
.custom-btn a,
.red-btn a {
    font-size: 30px !important;
    font-weight: 500 !important;
    border-radius: 15px !important;
    padding: 28px 55px !important;
    box-shadow: 0 0 0 0 transparent !important;
    transition: all 0.3s ease-in-out !important;
    width: 550px;
    max-width: 100%;
}
.red-btn a:hover,
.red-btn a:focus,
.red-btn a:active {
    background: #AD2F31 !important;
    text-decoration: none !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6) !important;
}
.custom-btn a:hover,
.custom-btn a:focus,
.custom-btn a:active {
    text-decoration: none !important;
    background-color: #271643 !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6) !important;
}
.red-btn a,
.custom-btn a,
.border-btn a {
    background-image: none !important;
}
.red-btn a {
    border: 3px solid #AD2F31 !important;
}
.custom-btn a,
.border-btn a {
    border: 3px solid #2d115c !important;
}
.border-btn a:hover,
.border-btn a:focus,
.border-btn a:active {
    color: #fff !important;
}
.trust-us-title h2,
.common-title h2 {
    font-size: 50px;
    color: #2d115c;
}
.common-title {
    font-size: 30px;
    font-weight: 500;
}
.trust-us-subtitle {
    position: relative;
    padding-bottom: 15px;
}
.trust-us-subtitle:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50%;
    height: 3px;
    background: #2d115c;
    transform: translateX(-50%);
}
.trust-us-icon img {
    width: 50px;
}
.trust-us-info-title {
    font-size: 20px;
    font-weight: bold;
    color: #2d115c;
    margin: 0 0 4px 0 !important;
}
.how-it-works-number > .wpb_wrapper {
    font-size: 50px;
    font-weight: 900;
    background: #fff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    border: 8px solid #2d115c;
}
.how-it-works-number p {
    color: #2d115c;
}
.how-it-works-title {
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 6px 0 !important;
}
.opinions-col > .vc_column-inner,
.opinions-col > .vc_column-inner > .wpb_wrapper,
.support-col > .vc_column-inner,
.support-col > .vc_column-inner > .wpb_wrapper {
    height: 100%;
}
.support-col > .vc_column-inner > .wpb_wrapper {
    background: #2d115c;
    border-radius: 0 0 25px 25px;
}
.support-image {
    margin-bottom: 0 !important;
}
.support-title {
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    margin-bottom: 0 !important;
}
.support-text {
    padding: 0 10px 20px 10px;
    /* border-radius: 0 0 25px 25px; */
}
.support-title,
.support-text {
    background: #2d115c;
}
.opinions-col > .vc_column-inner > .wpb_wrapper {
    padding: 20px;
    background: #FFF;
    border-radius: 25px;
    transition: all .3s ease-in-out;
    box-shadow: 0 0 0 0 transparent;
    border: 2px solid #2d115c
}
.opinions-col > .vc_column-inner > .wpb_wrapper:hover {
    box-shadow: 0 0 8px 0 #2d115c;
}
.opinions-initials > .wpb_wrapper {
    width: 80px;
    height: 80px;
    background: #2d115c;
    color: #FFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 30px;
}
.opinions-author > .wpb_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.count-number,
.count-title,
.opinions-desc,
.opinions-author > .wpb_wrapper p,
.opinions-author,
.opinions-stars,
.opinions-position {
    margin-bottom: 0 !important;
}
.opinions-author img {
    width: 100px;
    position: relative;
    top: 5px;
}
.count-number {
    font-size: 60px;
    font-weight: 600;
}
.count-title {
    font-size: 24px;
}
@media screen and (min-width: 1201px) {
    .support-col > .vc_column-inner > .wpb_wrapper {
        width: 100%;
        max-width: 350px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .support-col > .vc_column-inner > .wpb_wrapper {
        width: 100%;
    }
}
@media screen and (max-width: 1200px) {
    .custom-btn a,
    .red-btn a {
        font-size: 20px !important;
    }
    .center-btn {
        text-align: center;
    }
}
@media screen and (max-width: 1023px) {
    footer .footer-contact {
        margin-bottom: 24px;
    }
}
@media screen and (min-width: 992px) {
    .align-right-desktop {
        text-align: right;
    }
    .white-line-between-numbers {
        position: relative;
    }
    .white-line-between-numbers:after {
        content: "";
        position: absolute;
        width: 70%;
        height: 2px;
        background: white;
        left: 50%;
        transform: translateX(-50%);
        top: 48px;
        z-index: 0;
    }
    .count-section {
        border-radius: 25px;
    }
}
@media screen and (max-width: 991px) {
    .how-it-works-number {
        margin-bottom: 6px !important;
    }
    .count-number {
        font-size: 40px;
    }
    .count-title {
        font-size: 16px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .hero-section {
        height: 457px;
        max-height: 457px;
    }
    .hero-title h1,
    .trust-us-title h2,
    .common-title h2 {
        font-size: 40px;
    }
    .hero-text,
    .f-30 {
        font-size: 24px;
    }
}
@media screen and (min-width: 768px) {
    .trust-us-wrapper {
        display: flex;
        gap: 10px;
    }
    .trust-us-icon {
        flex: 0 0 auto;
    }
}
@media screen and (max-width: 767px) {
    .hero-title h1,
    .trust-us-title h2,
    .common-title h2 {
        font-size: 30px;
    }
    .f-30 {
        font-size: 20px;
    }
    .hero-text {
        font-size: 20px;
        text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000,
            -1px 1px 0 #000;
    }
    .custom-btn a,
    .red-btn a {
        font-size: 16px !important;
        padding: 18px 55px !important;
    }
    .support-col {
        margin-bottom: 30px;
    }
    .support-col > .vc_column-inner > .wpb_wrapper {
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }
    .count-section .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper {
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 490px) and (max-width: 767px) {
    .hero-section {
        height: 457px;
        max-height: 457px;
    }
}
@media screen and (max-width: 489px) {
    .hero-section {
        height: 100%;
        max-height: 100%;
    }
}
