/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/*======================= GENERAL =====================*/
html, body {
    overflow-x: hidden;
}
a:hover,
.text-hover.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a:hover {
    color: #bed600;
}
.gc-a a {
    color: inherit;
    text-decoration: underline;
}
.gc-b a {
    text-decoration: underline;
}
.gc-a a:hover {
    color: #BED629;
}


/*======================= HOMEPAGE CSS =====================*/




/*======================= INNER PAGES CSS =====================*/
.gc-ro p {
    color: #275d38;
    font-size: 22px;
    font-weight: bold;
}
.gc-team-content > div {
    min-height: 314px;
}
.gc-pagination-none .ae-pagination-wrapper {
  display: none;
}
.gc-about-read-more .elementor-toggle-item {
    display: flex;
    flex-direction: column-reverse;
}
.gc-qiuck-en .elementor-form-fields-wrapper > div {
    flex-wrap: nowrap;
    align-items: baseline;
}
.gc-qiuck-en .elementor-form-fields-wrapper > div > label {
    flex: 0 0 30%;
}
.gc-qiuck-en .elementor-form-fields-wrapper > div > input,
.gc-qiuck-en .elementor-form-fields-wrapper > div > textarea {
    flex: 0 0 70%;
    flex-basis: 70% !important;
}
.gc-qiuck-en {
    width: 100%;
    max-width: 535px;
}
.gc-span-color span {
    color: #275D38;  
}
/*======================= FOOTER CSS =====================*/




/*======================= RESPONSIVE CSS (FOR COMPLETE RESPONSIVE LIST PLEASE SEE HERE: https://tinyurl.com/y5zjzuzp )=====================*/

@media screen and (max-width: 1366px) { 
	/*YOUR CSS HERE*/
}

@media screen and (max-width: 1280px) { 
	/*YOUR CSS HERE*/
}

@media screen and (max-width: 1080px) { 
	/*YOUR CSS HERE*/
}

@media screen and (max-width: 1024px) { 
	/*YOUR CSS HERE*/
	.gc-team-card > div > div {
        width: 90%;
        margin: auto;
    }
    .gc-qiuck-en {
        width: 100%;
        max-width: fit-content;
    }
}

@media screen and (max-width: 767px) { 
	/*YOUR CSS HERE*/
	.gc-team-content > div {
        min-height: auto;
    }
    .gc-team-card > div > div {
        width: 50%;
        margin: auto;
    }
}

@media screen and (max-width: 640px) { 
	/*YOUR CSS HERE*/
	.gc-team-card > div > div {
        width: 70%;
        margin: auto;
    }
}

@media screen and (max-width: 425px) { 
	/*YOUR CSS HERE*/
	.gc-team-card > div > div {
        width: auto;
    }
}

@media screen and (max-width: 375px) { 
	/*YOUR CSS HERE*/
}

@media screen and (max-width: 320px) { 
	/*YOUR CSS HERE*/
}