/*!
Theme Name: biglead
Theme URI: http://underscores.me/
Author: seo.ua
Author URI: http://seo.ua
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: seo-ua
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

biglead is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.contact-us .form-main {
    display: grid!important;
    grid-template-columns: repeat(2, 1fr)!important;
    grid-column-gap: 20px!important;
    grid-row-gap: 20px!important;
}

.contact-us .form-main .input:nth-child(1) { grid-area: 1 / 1 / 2 / 3; }
.contact-us .form-main .input:nth-child(2) { grid-area: 2 / 1 / 3 / 3; }
.contact-us .form-main .input:nth-child(3) { grid-area: 3 / 1 / 4 / 2; }
.contact-us .form-main .input:nth-child(4) { grid-area: 3 / 2 / 4 / 3; }
.contact-us .form-main .input:nth-child(5) { grid-area: 4 / 1 / 5 / 3; }
.contact-us .form-main .submit1 { grid-area: 5 / 1 / 6 / 3; }
.contact-us .form-main .submit2 { grid-area: 6 / 1 / 7 / 3; }

.single-post .single-content iframe{
    width: 100%;
    height: 500px;
    border-radius: 15px;
}

@media screen and (max-width: 600px) {
    .single-post .single-content iframe{
        width: 100%;
        height: 280px;
    }
}
.contact-us .form-main .input input{
    background: transparent!important;
}

.popup-form-popup-container .contact-us .form-main .input input::placeholder{
    color: #fff;
}

.popup-form-popup-container .contact-us .form-main .input input{
    color: #fff;
}

.section-biglead-site__contact{
    background: #21cca1;
    padding: 80px 0px;
}

.section-biglead-site__contact h2{
    color: #fff;
    padding-bottom: 15px;
}

.section-biglead-site__contact .form-main .input input{
    background: #fff;
}

.section-biglead-site__contact .form-main .input{
    position: relative;
}

.section-biglead-site__popular{
    background-color: #21cca1;
    padding: 60px 0px;
}

.section-biglead-site__popular .h2-biglead-site{
    font-size: 42px;
    color: #fff;
    padding-bottom: 20px;
}

.section-biglead-site__popular .button-text-wrapper-container {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 15px;
    padding-bottom: 15px;
}

.section-biglead-site__popular .button-text-wrapper-container .button-wrapper div{
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    border: 1px solid #fff;
    border-radius: 7px;
    padding: 10px 15px;
}