/* 
Theme Name: Hello Elementor Child
Theme URI: https://elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Procom team
Author: Procom Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://procomsoftsol.com
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.event-booking-button {
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 40px 10px 40px;
    color: #0052CC;
    background-color: #FFFFFF;
    transition: all 0.2s;
    text-decoration: none;
}
.event-booking-button:hover{
    background-color: #DADADA;
    color: #0052CC;
}

.page.page-id-1143 #content, .page.page-id-1144 #content {
    margin: 50px auto;
}
#content .entry-title {
    text-align: left;
}
#content .wp-block-woocommerce-cart.alignwide {
    margin-inline: 0;
}
a.wc-block-cart__submit-button.contained:hover,
.wc-block-components-checkout-place-order-button.contained:hover {
    background-color: #0066fe;
    border-color: #0066fe;
    color: #fff;
    text-decoration: none;
}

/*home-page*/
.virtual-tabs #elementor-tab-content-6081 {
    display: flex;
    flex-wrap: wrap;
    padding-top: 35px !important;
    padding-left: 0px !important;
}
.virtual-tabs img {
    border-radius: 10px;
    margin-right: 25px;
    margin-bottom: 10px;
}
.virtual-tabs .elementor-tabs-wrapper {
    background-color:#2C2A2A;
    width: 50%;
    border-radius: 10px;
}
.virtual-tabs .elementor-tab-title.elementor-active {
    background-color: blue;
    border-radius: 10px;
}
/*renovation*/
.footerheading {
    font-family: ivarfine_light;
    font-size: 107px;
}
.project {
    font-size: 160px;
    font-style: normal;
    padding-left: 1vw;
    font-weight: normal;
    font-family: ivarfine_light;
    color: #0032A3;
    text-transform: uppercase;
    line-height: 200px;
}
.servicesheadings {
    color: #0032A3;
    font-style: italic;
}
/*responsive*/

/*apoint form styles */
.fat-sb-list-services-extra .duration {
    display: none !important;
}
.fat-sb-step-vertical-layout .fat-sb-tab-content .fat-sb-button-group {
    position: relative !important;
    left: 0px;
    bottom: 0px;
    margin: 0px;
    padding: 10px 5px;
    border-top: solid 1px #ddd;
}
.one.fields.number-of-person-field {
    display: none !important;
}

.ftpi-main-container{
    padding: 1.5rem;
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.flex {
    display: flex;
}
.items-center {
    align-items: center;
}
.justify-between {
    justify-content: space-between;
}
.border-b {
    border-bottom: 1px solid #ddd;
}
.mb-4 {
    margin-bottom: 1rem;
}
.font-bold {
    font-weight: 700;
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.pt-2 {
    padding-top: .5rem;
}
.pb-4 {
    padding-bottom: 1rem;
}
.mt-25{
    margin-top: 25px;
}
.ftpi-main-container h4 svg{
    margin-right: 10px;
}

.print_find_the_perfect_influencer,
.print_request_influencer_report{
    position: absolute!important;
    right: 140px;
    bottom: -73px;
}
.forminator-field-html{
    position: relative;
}
@media (max-width: 767px) {
    body .fat-ui-step-mobile .step span {
        border-radius: 0;
        width: 100%;
        border: 0;
        font-size: 0;
        height: 100%;
        display: block;
        background-color: #d9dbd9;
    }
    body .fat-ui-step-mobile .step.completed span {
        background-color: #21BA45;
    }
    body .fat-ui-step-mobile .step {
        height: 16px;
        background-color: green;
    }
    .page-id-4034 h1 {
        font-size: 30px;
        text-align: center;
        margin-bottom: 0;
    }
}
