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

* Theme Name: Agntix Child
* Theme URI: https://wp.storebuild.shop/agntix/
* Author: themepure
* Author URI: https://themeforest.net/user/themepure
* Description: Agntix - Digital Agency Wordpress Theme
* Version: 1.0.0
* Template: agntix
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: agntix-child
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Tested up to: 6.7
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 future 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/

====================================================================================== */
.tp-hero-more-info {
    display: none !important;
}

.tp-header-lang {
    display: none !important;
}

.tp-el-text p {
	font-size: 20px;
    text-align: left;
    font-family: 'Manrope';
}

.heroImage {
    margin-top: 60px;
}

.it-feature-icon.color-1::before {
    background-color: #2AD3D3;
}

.tp-el-logo img {
    width: 300px !important;
}

span.purecounter.tp-el-heading-style {
    font-family: 'Manrope';
    margin-top: 8px;
    font-weight: 800px;
}


.footerWhite, .footerWhite p {
    color: #fff !important;
}


.crp-about-exp {
    background-color: #4DB748;
}

.crp-about-exp-item span {
    font-size: 140px;
    font-family: 'Manrope';
}

.crp-about-exp-item i {
    font-weight: 300;
    font-size: 20px;
    margin-top:40px;
    font-family: 'Manrope';
    margin-top: 20px;
}



.custom-contact-form {
    width: 100%;
    max-width: 760px;
}

.custom-contact-form .form-row {
    margin-bottom: 28px;
}

.custom-contact-form .form-row-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.custom-contact-form label {
    display: block;
    width: 100%;
    margin: 0;
}

.custom-contact-form .field-label {
    display: block;
    margin-bottom: 12px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
}

.custom-contact-form input[type="text"],
.custom-contact-form input[type="email"],
.custom-contact-form input[type="tel"] {
    width: 100%;
    height: 38px;
    padding: 4px 0;
    color: #333;
    font-size: 16px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d8d8d8;
    border-radius: 0;
    outline: none;
    box-shadow: none;
}

.custom-contact-form textarea {
    width: 100%;
    height: 160px;
    padding: 15px;
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    outline: none;
    resize: vertical;
    box-shadow: none;
}

.custom-contact-form input:focus {
    border-bottom-color: #5cc8cf;
}

.custom-contact-form textarea:focus {
    border-color: #5cc8cf;
}

.custom-contact-form .form-submit {
    margin-top: 30px;
}

.custom-contact-form input[type="submit"] {
    min-width: 195px;
    height: 44px;
    padding: 0 28px;
    color: #25575b;
    font-size: 13px;
    font-weight: 400;
    background: #5cc8cf;
    border: 0;
    border-radius: 30px;
    cursor: pointer;
    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.custom-contact-form input[type="submit"]:hover {
    color: #fff;
    background: #43b7bf;
    transform: translateY(-1px);
}

/* Contact Form 7 validation */
.custom-contact-form .wpcf7-not-valid-tip {
    margin-top: 6px;
    font-size: 12px;
}

.custom-contact-form .wpcf7-spinner {
    vertical-align: middle;
}

/* Mobile */
@media (max-width: 767px) {
    .custom-contact-form .form-row-columns {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .custom-contact-form textarea {
        height: 140px;
    }

    .custom-contact-form input[type="submit"] {
        width: 100%;
    }
}


@media (max-width: 767px) {
    .design-hero-slide-text span {
        font-size: 64px !important;
    }
}


