/*
Theme Name: Neve Child
Theme URI: https://themeisle.com/themes/neve/
Template: neve
Author: ThemeIsle
Author URI: https://themeisle.com
Description: Neve is a super fast, easily customizable, multi-purpose theme. It’s perfect for blogs, small business, startups, agencies, firms, e-commerce shops (WooCommerce storefront) as well as personal portfolio sites and most types of projects. A fully AMP optimized and responsive theme, Neve will load in mere seconds and adapt perfectly on any viewing device. While it is lightweight and has a minimalist design, the theme is highly extendable, it has a highly SEO optimized code, resulting in top rankings in Google search results. Neve works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder, Visual Composer, SiteOrigin, Divi). Neve is also WooCommerce ready, responsive, RTL &amp; translation ready. Look no further. Neve is the perfect theme for you!
Tags: blog,custom-logo,e-commerce,rtl-language-support,grid-layout,one-column,two-columns,custom-background,custom-colors,custom-header,custom-menu,featured-image-header,featured-images,flexible-header,full-width-template,sticky-post,theme-options,threaded-comments,translation-ready,accessibility-ready,wide-blocks,block-styles,footer-widgets,portfolio,left-sidebar,right-sidebar
Version: 3.8.9.1722354251
Updated: 2024-07-30 15:44:11

*/

/* Nav logo img rounded */
img.neve-site-logo.skip-lazy {
    border-radius: 200px;
}

/* Site name font size */
header a.button.button-primary {
    font-size: 26px;
}

/* Contact Form 7 Submit Btn */
input.wpcf7-submit {
    background-color: #008077;
    padding: 20px 40px;
    border-radius: 100px;
}

/* About section */
.wp-block-media-text>.wp-block-media-text__content {
    padding-right: 130px;
    margin-left: 50px;
}

/* About section img */
.wp-image-215.size-full.ls-is-cached.lazyloaded {
    border-radius: 300px;
    margin: 30px 20px 0px 100px;
}

footer {
    font-size: 16px;
}

@media only screen and (max-width: 670px) {
  
    /* Site name font size mobile */
    header a.button.button-primary {
        font-size: 20px;
    }

    /* About section */
    .wp-block-media-text>.wp-block-media-text__content {
        padding: 40px 20px 0px 0px;
        margin: 0px 0px 0px -15px;
    }

    /* About section img */
    .wp-image-215.size-full.ls-is-cached.lazyloaded {
        max-width: 320px;
        height: auto;
        margin: 0px 0px 0px 15px;
        display:flex;
        flex-direction:column;
        justify-content:center; 
    }

    /* About section h2 */
    .wp-block-themeisle-blocks-advanced-heading.about-us {
        text-align: center;
    }
}