/*
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 & translation ready. Look no further. Neve is the perfect theme for you!
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    neve
Tags: blog, custom-logo, e-commerce, rtl-language-support, post-formats, 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
*/

/*-- homepage --*/
.sp-testimonial-free-section .testimonial-nav-arrow {
    border-radius: 30px;
}

/*-- testimonials --*/
.sp-testimonial-content p,.sp-testimonial-free-section .sp-testimonial-client-name {
    text-align: center;
    font-family: "Montserrat", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 22px !important;
    color: #1c345e !important;
}

.sp-testimonial-free-section .sp-testimonial-client-name{
    font-weight: 600 !important;    
}

/*-- mobile nav --*/
.icon-bar {
    background-color: rgb(188 154 93);
    width: 30px;
    height: 3px;
}
.icon-bar:nth-child(2) {
    margin: 6px 0;
}
.navbar-toggle:focus {
    outline: 0px solid;
}
.is-menu-sidebar .navbar-toggle .icon-bar:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 13px;
}
button.navbar-toggle {
    background: #1c345e !important;
}


/*-- footer section --*/
.footer-bottom-inner{
	display: none;
}

.page-numbers .current {
    background: #1c345e;
}

.page-numbers a, .page-numbers input[type=submit], .page-numbers span {
    background: #ffffff;
    border-radius: 0px;
}

footer {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #1c345e;
}

footer h3 {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #bc9a5d;
    margin-bottom: 10px;
}

footer p {
    margin-bottom: 5px;
    font-size: 14px;
}

.footer2 img {
    padding-right: 10px;
}

.footer3 p {
    text-align: center;
    line-height: 16px;
    font-size: 12px;
}

.footer3 img {
    padding-bottom: 10px;
}

.footer1,.footer2,.footer3 {
    padding-bottom: 20px;
}

.footer4 ul li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

footer a:hover{
    font-weight: bold !important;
}


.footer4 ul, .footer4 p {
    text-align: center;
}

.footer4 ul {
    padding-bottom: 20px;
}

.footer4 form p{
    text-align:left;
}

footer .wpcf7-submit {
    float: right;
}

footer form .wpcf7-text {
    background: #ffffff8c !important;
    border-width: 0px !important;
    border-radius: 0px !important;
    margin-right: 10px;
    max-width: 320px;
    padding: 6px !important;
    color: white !important;
    margin-bottom: 5px;
}

/*-- blog section --*/
.blog main#content {
    background: #f8f5ee;
}


.sp-testimonial-item {
    margin: auto;
}


/*-- mobile --*/

@media (max-width: 1170px) {
    footer .wpcf7-submit,footer form .wpcf7-text {
        float: none;
        width:100%;
        max-width:100%;
    }
}

@media (max-width: 600px) {
    .footer3 p,.footer4 ul, .footer4 p {
        text-align: left;
    }
    .footer4 ul li{
        padding-left: 0px;
        padding-right: 20px;
    }

}



