/* ===================================================================================

* Theme Name: Nimo Child
* Theme URI: https://themexriver.com/wp/Nimo
* Author: ThemeXriver
* Author URI: https://themeforest.net/user/themexriver
* Description: Creative Digital Agency WordPress Theme
* Version: 1.0.6
* Template: nimo
* Text Domain: nimo-child
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready
* Tested up to: 6.6
* Requires PHP: 7.4

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of Nimo updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

.nm-faqs-1-wrap {
    display: grid;
    gap: 70px;
    grid-template-columns: 2fr 1.36fr;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .nm-faqs-1-contact .title {
        font-size: 24px;
    }
}

/* FORM */

.nm-form-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px 40px;
    margin-bottom:30px;
}

@media(max-width:767px){
    .nm-form-grid{
        grid-template-columns:1fr;
        gap:25px;
    }
}


/* INPUTS */

.form-input{
    width:100%;
    background:transparent;
    border:none;
    border-bottom:1px solid rgba(255,255,255,.25);
    color:#fff;
    font-size:16px;
    padding:18px 0;
    outline:none;
}

.form-input::placeholder{
    color:rgba(255,255,255,.7);
}

select.form-input{
    appearance:none;
    cursor:pointer;
}

textarea.form-input{
    min-height:150px;
    resize:none;
}


/* SECTIONS */

.nm-section{
    margin:20px 0;
}

.nm-section h3{
    color:#fff;
    font-size:18px;
    font-weight:500;
    margin-bottom:20px;
}


/* PILLS */

.nm-pill-radio .wpcf7-list-item,
.nm-pill-checkbox .wpcf7-list-item{
    display:inline-block;
    margin:0 15px 15px 0;
}

.nm-pill-radio label,
.nm-pill-checkbox label{
    cursor:pointer;
}

.nm-pill-radio input,
.nm-pill-checkbox input{
    display:none;
}

.nm-pill-radio .wpcf7-list-item-label,
.nm-pill-checkbox .wpcf7-list-item-label{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:40px;
    padding:5px 10px;
    border:1px solid rgba(255,255,255,.5);
    border-radius:60px;
    color:#fff;
    font-size:16px;
    transition:.3s;
}

.nm-pill-radio input:checked + .wpcf7-list-item-label,
.nm-pill-checkbox input:checked + .wpcf7-list-item-label{
    background:#fff;
    color:#000;
    border-color:#fff;
}


/* NEWSLETTER */

.form-checkbox{
    margin:40px 0;
    color:#fff;
}

.form-checkbox input{
    margin-right:10px;
}


/* BUTTON */

.nm-submit-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:18px 45px;
    border-radius:60px;
    border:1px solid #fff;
    background:transparent;
    color:#fff;
    font-size:18px;
    cursor:pointer;
    transition:.3s;
}

.nm-submit-btn:hover{
    background:#fff;
    color:#000;
}


/* CF7 */

.wpcf7-spinner{
    display:none;
}

.wpcf7-response-output{
    margin-top:30px;
    color:#fff;
    border-color:#fff !important;
}

.nm-team-4-member .content-wrap-posi{
	top:45%
}
.nm-contact-1-img-location .icon{
	background:#fff
}
.nm-pr-btn-4 .icon, .nm-services-4-sec-title .nm-pr-btn-4 .icon, .nm-services-4-item .nm-pr-btn-4 .icon, .nm-pr-btn-1:is(.has-v4) .icon, .nm-blog-4-sec-title .nm-pr-btn-4 .icon{
	background:#2ac4f8;
	color:#fff
}