/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/

@import url("../bridge/style.css");

div#cookie-notice {
    background-color: #9d5cad !important;
}

div#cookie-notice span#cn-notice-text {
    color: #ffffff !important;
}

#cookie-notice .cn-button {
    margin: 0 0 0 10px;
    display: inline-block;
    border: solid 1px #fff;
    color: #fff;
    padding: 10px 15px 10px 15px;
}

#cookie-notice .cn-button:hover {
    color: #d9bedd;
    border-color: #d9bedd;
}

.cn-close-icon:after,
.cn-close-icon:before {
    background-color: #ffffff !important;
}


body p,
body h4,
body span {
    color: #595959 !important;
}

.qbutton {
    background-image: none !important;
}


/*    -->                                                                                                                                      HEADER
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

header {
    padding-top: 0 !important;
}

header .header_top .right>.inner {
    display: flex;
    gap: 10px;

}

header .header_top .right>.inner span {
    font-size: 12px !important;
}

.top-contact-info {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.top-contact-info>div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-contact-info>div i,
.top-contact-info>div a {
    color: #ffffff;
}

.top-contact-info>div a:hover {
    color: #272727;
}

#menu-main-menu li a:hover span {
    color: #9d5cad !important;
}

#menu-main-menu .inner ul>li a {
    color: #272727;
}

#menu-main-menu .inner ul>li a:hover {
    color: #cab4d0;
}

.column2.footer_col2 .header_cart_span {
    color: #595959 !important;
}


/****************** HEADER FULL WIDTH MENU **********************************/
@media(min-width:1001px) {
    ul#menu-main-menu {
        display: flex;
        flex-wrap: nowrap;
    }

    ul#menu-main-menu>li {
        width: max-content;
    }
}


/*    -->    

          TITLE / HERO IMAGE
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.title_holder>.container:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: -1;
}


/*    -->                                                                                                                            
HOME FULL WIDTH
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.home .container_inner:not(header .container_inner):not(footer .container_inner) {
    max-width: 1920px !important;
    width: 100% !important;
    margin: 0 auto;
}

@media(min-width:1400px) {
    .home .container_inner .vc_row>div:not(.page_header) {
        max-width: 1300px;
        margin: 0 auto !important;
    }
}

@media(max-width: 1366px) {
    .home-section2>div {
        max-width: 1100px !important;
        margin: 0 auto;
    }
}

@media(max-width: 1024px) {
    .home-section2>div {
        max-width: 900px !important;
    }
}

@media(max-width: 912px) {
    .home-section2>div {
        max-width: 800px !important;
    }
}

@media(max-width: 820px) {
    .home-section2>div {
        max-width: 700px !important;
    }
}

@media(max-width: 480px) {
    .home-section2>div {
        background-color: rgba(255, 255, 255, 0.8);
    }

    .home-section2.vc_custom_1706698632779 {
        background-position: center center !important;
        background-position-x: 63% !important;
    }

    .home-section2>div {
        max-width: 350px !important;
    }

    .home-section2>div h2 {
        font-size: 35px;
        text-align: center;
    }

    .home-section2>div h4 {
        text-align: center;
    }

    .home-section2>div .qbutton.default {
        margin: 0 auto;
        display: block;
        text-align: center;
    }


}

/*    -->                                                                                                            							  HOME > SECTION 3
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

@media(max-width: 1024px) {
    .home-section3 .section_inner_margin>div:first-child {
        padding-bottom: 50px;
    }
}

@media(max-width: 480px) {
    .home-section3 .section_inner_margin>div:last-child .q_icon_with_title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .home-section3 .section_inner_margin>div:last-child .q_icon_with_title>div {
        text-align: center;
        padding: 0px;
        width: calc(100% - 0px);
    }
}


/*    -->                                                                                                                HOME > BLOG GRID  / SERVICES ARCHIVE GRID
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.latest_post_two_holder .post_info_author {
    display: none !important;

}

.latest_post_two_holder .post_info_date {
    text-align: left !important;
}


.read-more-home-blog {
    display: flex;
    width: max-content;
}

.home-section4 .latest_post_two_excerpt {
    display: none;
}

.home-section4 .latest_post_two_holder .latest_post_two_inner {
    display: flex;
    flex-direction: column-reverse;
}

.home-section4 .latest_post_two_holder .latest_post_two_text {
    padding: 10px;
}

.home-section4 .latest_post_two_holder .latest_post_two_info {
    padding: 10px;
}

@media(max-width: 1366px) {
    .home-section4 {
        max-width: 1100px !important;
        margin: 0 auto;
    }
}

@media(max-width: 1024px) {
    .home-section4 {
        max-width: 900px !important;
    }
}

@media(max-width: 912px) {
    .home-section4 {
        max-width: 800px !important;
    }
}

/*    -->                                                                                                                						  HOME > SECTION 7
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

@media(max-width: 912px) {
    .pricing-one .qode_pricing_tables {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .pricing-one .qode_pricing_tables>div {
        width: calc(100% - 0px) !important;
    }

    .pricing-one .qode_pricing_tables .q_price_table.qode_pricing_table_advanced .qode_pt_image {
        text-align: center;
    }

    .pricing-one .price_table_inner {
        display: flex !important;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
}

@media(max-width: 480px) {
    .pricing-one .price_table_inner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center !important;
    }
}

/*    -->

[1]     SERVICES ARCHIVE GRID!!! %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.tax-portfolio_category .entry_date,
.tax-portfolio_category article .post_info {
    display: none;
}

.blog_holder .time {
    display: none !important;
}

.post_text_inner {
    min-height: unset !important;
}

/* .blog_holder article .post_info {
    display: none;
} */

.blog_holder article .post_info a,
.blog_holder article .post_info .dots {
    display: none;
}

.postid-778 .wpb_column a {
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    background-color: #9d5cad;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    padding: 0 17px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.blog .post_excerpt {
    display: none;
}

.blog .post_info {
    display: none !important;
}



@media(min-width:768px) {
    .blog_holder.blog_small_image {
        padding: 40px 20px;
        display: grid;
        grid-template-columns: 50% 50%;
        gap: 40px;
        justify-content: center;
        align-items: center;
    }

    article>.post_content_holder {
        display: flex;
        flex-direction: column;
    }

    article>.post_content_holder>.post_image,
    article>.post_content_holder>.post_text {
        width: 100% !important;
    }

}

@media(max-width: 480px) {
    .tax-portfolio_category .blog_holder {
        padding-top: 50px;
    }

    .tax-portfolio_category .blog_holder article h2 a {
        font-size: 40px;
    }
}


/*    -->                                                                                                                                         SINGLE SERVICE
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.portfolio_single {
    max-width: 1300px !important;
    margin: auto;
    padding: 60px 0;

}


.portfolio_single>.wpb-content-wrapper>.vc_row>.full_section_inner {
    display: flex;
    align-items: center;
}

@media(max-width: 1024px) {
    .portfolio_single>.wpb-content-wrapper>.vc_row>.full_section_inner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .portfolio_single>.wpb-content-wrapper>.vc_row>.full_section_inner>div {
        width: calc(100% - 0px) !important;
    }

    .portfolio_single .wpb-content-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .portfolio_single .srv2>div,
    .portfolio_single .srv4>div {
        flex-direction: column-reverse !important;
    }
}


/*    --> 
ABOUT US
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.qode-grid-lines-holder.qode-grid-columns-3.qode-grid-lines-light-skin>div {
    border: none !important;
}

/*    -->                                                                                                                                             BLOG ARCHIVE
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.blog .entry_title>span {
    display: none;
}

@media(max-width: 1024px) {
    .blog .container_inner {
        padding-top: 50px !important;
    }
}

/*    -->                                                                                                                                         BLOG POST SINGLE
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* .single-post .post_image{
    display:none!important;
} */

.single-post .entry_title>span {
    display: none;
}


.single-post .type-post {
    padding-top: 120px;
}

.single-post h2.entry_title {
    padding-bottom: 16px;
    padding-left: 15px;
}

/* .single-post .blog_holder article .post_info:not(time) {
    display: none;
} */

.single-post .blog_holder article .post_info span.post_author {
    display: none;
}


/*    -->                                                                                                                                         		   CONTACT
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */


/*    -->                                                                                                                                             FOOTER 
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

footer {
    border-top: 1px solid #9d5cad !important;
}


@media(max-width: 912px) {
    .footer_top {
        padding-bottom: 0px !important;
    }

    .footer_top>div {
        background-color: rgba(255, 255, 255, 0.6);
    }

    .footer_top .three_columns {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .footer_top .three_columns>div {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: calc(100% - 0px);
    }

    .column2.footer_col2 #block-2>div {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
        text-align: center;
    }

}



/*    -->                                                                                                               WIDGET 1                           
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.column1.footer_col1 #media_image-2 img {
    max-width: 200px !important;
}





/*    -->                                                                                                               WIDGET 2                           
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.column2.footer_col2 {
    display: flex;
    align-items: center;
}


.column2.footer_col2 #block-2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.column2.footer_col2 #block-2>div {
    display: flex;
    gap: 3px;
    align-items: baseline;
}

.column2.footer_col2 #block-2>div i {
    color: #846daa;
}

.column2.footer_col2 a {
    color: #595959 !important;
}

.column2.footer_col2 a:hover {
    color: #9d5cad !important;
}


/*    -->                                                                                                               WIDGET 3                           
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* FOOTER NEWSLETTER FORM*/

.tnp-subscription input.tnp-email {
    border: solid 1px #d9bedd !important;
    border-radius: 4px;
    background-color: #fff;
    color: #d9bedd !important;
    border-color: #d9bedd !important;
}

.tnp-subscription input.tnp-email:focus-visible {
    border-color: #d9bedd !important;
}


.tnp-subscription .tnp-submit {
    width: 100% !important;
    border-radius: 4px;
    padding: 18px 10px !important;
    background-color: #9d5cad !important;
}

.tnp-subscription label,
.tnp-subscription .tnp-privacy-field a {
    color: #595959 !important;
}

.tnp-subscription .tnp-submit:hover {
    background-color: #cca1d1 !important;
    cursor: pointer;
}


/*    -->                                                                                                              BOTTOM BAR                          
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    max-width: 700px;
    align-items: baseline;
    margin: 0 auto
}


.footer_bottom {
    text-align: justify !important;
}

.footer_bottom a {
    color: #595959;
}

footer_bottom a:hover {
    color: #d9bedd;
}

.footer-bottom-content img {
    width: 30%;
    margin-bottom: -6px;
}

@media(max-width: 912px) {
    .footer_bottom_holder {
        background-color: rgba(255, 255, 255, 0.6);
    }
}

@media(max-width: 480px) {

    .footer-bottom-content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        max-width: 100%;
    }
}



/*    -->                                                                                                                                  WOOCOMMERCE ADD BORDERS
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/*CSS FOR BORDERS*/

.woocommerce-shipping-calculator input,
.woocommerce-shipping-calculator .selection>span,
.select2-search--dropdown input.select2-search__field {
    border: solid 1px #e5e5e5 !important;
}

.woocommerce-checkout input:not(input[type="submit"]),
.woocommerce-checkout select {
    border: solid 1px #e5e5e5 !important;
}



/*    -->                                                                                                                                        			  ESPA
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */


.testimonials_holder .testimonial_content .testimonial_image_holder {
    display: none;
}


.qode-numbered-process-holder .qode-np-item-image-holder {
    background-color: #9d5cad;
    border-radius: 50%;
}

.qode-numbered-process-holder .qode-np-item-image-holder .qode-np-item-number {
    background: none;
    color: #fff !important;
}



.latest_post_two_holder .post_info_date {
    color: #595959;
}

.q_price_table.qode_pricing_table_advanced .price_table_inner .value {
    color: #595959 !important;
}

.qode-accordion-holder .qode-title-holder.ui-state-active .qode-tab-title-inner {
    color: #fff !important;
}

.qode-accordion-holder .qode-title-holder.ui-state-active {
    background-color: #9d5cad;
}

.qode-accordion-holder .qode-title-holder.ui-state-active span.icon_minus-06 {
    color: #fff !important;
}



.qode-numbered-process-holder .qode-np-item-image-holder {
    background-color: #9d5cad;
    border-radius: 50%;
}

.qode-numbered-process-holder .qode-np-item-image-holder .qode-np-item-number {
    background: none;
    color: #fff !important;
}

.caroufredsel-direction-nav a,
.flex-direction-nav a {
    color: #fff !important;
}

.latest_post_two_holder .post_info_date {
    color: #595959;
}

.q_price_table.qode_pricing_table_advanced .price_table_inner .value {
    color: #595959 !important;
}

.testimonials_carousel ul.flex-direction-nav a {
    background-color: #9d5cad;
    border-color: #9d5cad;
}

.qbutton {
    background-image: linear-gradient(#d8bdde, #d8bdde);
    border: none !important;
}

.qbutton:hover {
    background-image: linear-gradient(#cca1d1, #cca1d1);
}

h1>span {
    color: #fff !important;
}

.quantity.buttons_added input:not(input[type="text"]) {
    background-color: #595959 !important;
}

.quantity.buttons_added input[type="text"] {
    color: #595959;
}

label.screen-reader-text {
    color: #595959 !important;
}

.product .posted_in a {
    color: #595959 !important;
}

.testimonial_text_inner p {
    color: #fff !important;
}

.home section.parallax_section_holder {
    background-color: #000;
}

h2>span {
    color: #fff !important
}

#wpc_filters_widget-2 .widget-title {
    color: #000;
    font-size: 30px;
}

.accessability_container {
    top: 300px !important;
}

.post-type-archive-product .woocommerce-result-count {
    display: none !important;
}