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

* Theme Name: Choicy Child
* Theme URI: https://themexriver.com/wp/choicy
* Author: ThemeXriver
* Author URI: https://themeforest.net/user/themexriver
* Description: Digital Marketing Agency WordPress Theme
* Version: 2.0.6
* Template: choicy
* Text Domain: choicy-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

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

* Why use Child theme?

* Because of choicy 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/

====================================================================================== */
/*img.tx-stickyLogo {
	width: 80px !important;
}*/

.txt-headline h1, .txt-headline h2, .txt-headline h3, .txt-headline h4, .txt-headline h5, .txt-headline h6 {
    font-family: "Urbanist", Sans-serif;
}

.chy-header-2-wrap {
    max-width: 1280px;
	z-index:1000;
	height: 70px;
}

.chy-header-2-area {
    padding-top: 0px;
}

.chy-main-menu-1:is(.has-menu-2) .main-navigation .navbar-nav li:not(:last-child) {
    margin-right: 36px;
}

.chy-solutions-1-goals {
    left: 0px !important;
}

.chy-subtitle-4 {
    position: relative;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 26px;
    font-weight: 400;
    font-family: var(--galada);
    text-transform: uppercase;
    /*background: linear-gradient(135deg, #ff0000 0%, #ff7a00 100%)!important;*/
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-left: 90px;
    margin-bottom: 12px;
}

/* Before hover: line is hidden */
.chy-subtitle-4::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 0;
    height: 2px;
    background: linear-gradient(135deg, #ff0000 0%, #ff7a00 100%)!important;
    border-radius: 30px;
    transition: width 1.5s ease-in-out;
    transition-delay: 0.2s;
}

/* On hover: line expands smoothly */
.chy-subtitle-4:hover::after {
    width: 80px; /* you can change size */
}


.chy-solutions-2-area {
    padding-top: 130px;
    padding-bottom: 60px;
}

span.rolesize {
    font-size: 12px;
}

.logoset img {
	width: 280px;
}

.page-id-1559 .chy-about-4-feature-item {
    padding-bottom: 0px;
    border-bottom: 0px solid rgba(19, 24, 53, 0.1);
}

.page-id-1559 .pb-120 {
    padding-bottom: 30px;
}

.chy-main-menu-1.has-menu-2.d-none.d-lg-block {
    margin-left: 200px;
}

.elementor-element.elementor-element-71a3a028.elementor-widget__width-initial.footer-text.elementor-widget.elementor-widget-heading {
    padding-bottom: 20px;
}

.page-id-1559 .chy-brand-logo-4-wrap {
    grid-template-columns: 1fr;
    margin-top: 0px;
}

/* .page-id-1559 .chy-brand-logo-4-item .item:hover img {
    transform: scale(1.1) !important;
} */
.page-id-1559 .chy-brand-logo-4-item .item:hover img {
    filter: none !important;
}
/* .chy-brand-logo-4-item .item:hover img {
    filter: brightness(0.1);
} */

.page-id-1559 .chy-brand-logo-4-item .item img {
	width: 250px;
    transition: transform 0.3s ease;
}

.page-id-1559 .chy-brand-logo-4-item .item:hover img {
    transform: scale(1.1);
}

.page-id-1559 .chy-brand-logo-4-item .keyfram-slider {
    gap: 0px;
}

.page-id-1559 .chy-brand-logo-4-item {
    background: none;
    border-radius: 0;
}

ul.chy-footer-3-social.tx-listItems.list-unstyled {
    text-align: center;
    margin-top: 15px;
}

.page-template-contact .chy-pr-btn-1 .icon {
    color: white;
}

.page-id-2106 .team-text {
    padding: 250px 0px 0px;
}

@media (max-width: 768px) {
	.page-id-2106 .team-text {
    	padding: 40px 20px 0px;
	}
	.chy-header-2-action-btn .chy-menu-btn-1 {
        width: 50px;
        height: 50px;
    }
    .elementor-2110 .elementor-element.elementor-element-db9ff2c .tx-logo img {
        width: 230px;
    }
    .chy-header-2-wrap {
        height: 60px;
    }
	.chy-cta-5-form input {
		width: 90%;
    	height: 90px;
		margin-left: 15px;
	}
	.dmus-subcribe::placeholder {
		font-size: 16px !important;
	}
}

@media (max-width: 480px) {
	.page-id-2106 .logoset img {
		width: 40%;
	}
}

.page-id-2106 .chy-testimonial-3-item .title-wrap {
    transform: translateY(0px);
	width: 330px;
}

span.about-text {
    color: #ff0000;
}

.chy-testimonial-3-item {
	padding: 45px;
}

.page-id-1559 span.wpcf7-form-control.wpcf7-acceptance label {
    color: #e7d0d0;
    margin-left: -15px;
}