/**
 * Theme Name:     GeneratePress Child
 * Author:         Tom Usborne
 * Template:       generatepress
 * Text Domain:	   generatepress-child
 * Description:    GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
 */
body{
    background-color: #fff !important;
}
 p{
    margin-bottom:0 !important;
 }
/*** Template Css ***/
.search-form input{
    padding: 10px !important;
    min-height: inherit !important;
    height: 45px !important;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    color: #3c3c3c;
    width: 100%;
    background-color: #fff !important;
    border-color: rgb(0,0,0,0.1) !important;
}
.search-form svg{
    top: 17px !important;
    transform: none !important;
    /* color: #007c8d !important; */
    /* fill: #007c8d !important; */
}
.search-form .e-search-submit{
    margin-left: 0 !important;
    /* background-color: #007c8d !important; */
    height: 45px;
    padding: 10px 12px !important;
}
.search-form .e-search-submit i{
    margin: 0 !important;
    font-size: 20px !important;    
}
.social-feed{
    border: 1px solid rgb(0,0,0,0.1);
    padding: 12px;
    font-family: 'Nunito', sans-serif;
    border-radius: 5px;
}
.social-feed .sbi_feedtheme_header_text h3{
    color: #000;
    font-weight: 700;
    font-size: 22px !important;
}
.social-feed .sbi_bio{
    color: #3c3c3c;
    font-size: 12px !important;
}
.social-feed .sbi_header_img{
    border: 1px solid rgba(0,0,0,0.1);
}
@media(max-width:1024px){ 
.columnWrapper{
    flex-direction: column !important;
}
.columnWrapper .left-col{
    width: 100% !important;
    padding-right: 0 !important;
    }
.columnWrapper .right-col{
    width: 100% !important;
    padding-left: 0 !important;
    margin-top: 50px
}}
@media(max-width:767px){ 
    .bookDataWrapper{
        flex-direction: column !important;
        gap: 20px !important;
    }
    body .bookDataWrapper .book-cover {
        width: 100% !important;
    }
    body .bookDataWrapper .info {
        width: 100% !important;
    }
    .copy-buttons a{
        padding: 10px 16px !important;
        font-size: 12.5px !important;
    }
    .copy-buttons{
        gap: 10px !important;
    }
    .exp{
        margin-top: 10px !important;
    }
    .exp a{
        font-size: 12.5px !important;
        padding: 10px 16px !important;
        line-height: 12.5px !important;
    }
    .bookDataSlider {
        padding: 0px !important;
    }
    .bookDataSlider .elementor-swiper-button{
        display: none !important;
    }
    .bookDataSlider .swiper-pagination{
        margin-top: 15px;
    }
    .bookDataSlider .swiper-pagination span{
        background-color: #3c3c3c;
        width: 8px;
        height: 8px;
    }
    .bookDataSlider .swiper-pagination .swiper-pagination-bullet-active{
        background-color: #007c8d;
    }
}
@media(min-width:768px){ .bookDataSlider .swiper-pagination{
    display: none !important;
}}
.search-form .e-search-submit svg{
    display: none;
}
.search-form .e-search-submit::before{
    background-image: url('/wp-content/uploads/2026/07/search.webp');
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
}
.social-icons .elementor-social-icon{
    background-color: transparent !important;
    border: 1px solid #fff;
    width: 37px !important;
    height: 37px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    border-radius: 50% !important;
}
.social-icons svg{
    font-size: 19px;
}
.social-icons .elementor-social-icon:hover{
    background-color: #3c3c3c !important;
    border-color: #3c3c3c !important;
}
.footer-icon-list span.elementor-icon-list-icon {
    border:1px solid #fff;
    border-radius:50%;
    padding:10px !important;
}
.footer-icon-list span.elementor-icon-list-icon svg{
  margin-right:0 !important;  
}
.desktop-header .elementor-item-active::after{
    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 130px !important; 
    height: 5px !important;
    background: url("/wp-content/uploads/2026/07/output-smallpngtools-1.png") no-repeat center !important;
    background-size: contain !important;
}