/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

.news-list  .elementor-grid {
    display: flex;
    flex-wrap: wrap;
}

.news-list .elementor-grid .news {
    width: calc(33.33% - 14px);
}

.news-list .elementor-grid .news:first-of-type {
    width: calc(60% - 20px);
} 

.news-list .elementor-grid .news:nth-of-type(2) {
    width: 40%;
}

.form input[type="email"] {
    border: 1px solid #85BBA0;
    color: #508074;
    line-height: 26px;
    padding: 12px 15px;
    max-width: 320px;
    margin-right: 10px;
    font-weight: normal;
}

.form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.form input[type="submit"] {
    height: 40px;
    padding: 12px 24px 12px 24px;
    background: #F58300;
    color: #fff;
    border: none;
    line-height: normal;
    border-radius: 40px;
}

.counter-section .elementor-counter:after {
    border-right: 1px solid rgb(255 255 255 / 30%);
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 80px;
    top: 0;
    right: -40px;
}

.counter-section .elementor-counter .elementor-counter-title {
    text-align: left;
}

.project-list {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}

.project-block {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 25px 35px 70px 0px #50807433;
    margin-bottom: 10px;
    text-align: center;
}

.project-block img {
    width: 100%;
    height: 240px;
    display: block;
    border-radius: 10px 10px 0 0;
}

.project-block .project-content {
    padding: 30px;
}

.project-block .project-content a.btn-orange {
    color: #fff;
    border-radius: 40px 40px 40px 40px;
    padding: 5px 24px;
    background-color: var( --e-global-color-secondary );
    margin-top: 25px;
    display: inline-block;
}

.project-block .project-content a.btn-orange:hover {
    background-color: var( --e-global-color-primary );
}

.project-block .project-content h6 {
    color: #5c8c7f;
    margin: 0;
}

.yellow-link  a {
    color: #FFCE00;
    text-decoration: underline;
}

.counter-section .elementor-widget-counter:last-child .elementor-counter:after {
    display: none;
}

.link-divider .e-con.e-child:before {
    content: "";
    display: inline-block;
    position: absolute;
    background: url(./images/divider.png) no-repeat;
    width: 34px;
    height: 150px;
    left: auto;
    right:-54px;
    top: 54px;
}

.link-divider .e-con.e-child:last-child:before {
    display: none;
}

.full-btn input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
}

.full-btn p {
    margin: 0;
}

.elementor-toggle-item {
    border-radius: 20px;
}

.elementor-toggle-item .elementor-tab-title {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-radius: 20px;
}

.elementor-toggle-item .elementor-tab-content {
    border-bottom-left-radius: 20px !important;
}

.elementor-toggle .elementor-tab-title.elementor-active {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

@media screen and  (max-width: 1024px) {
    .project-list {
        grid-template-columns: 1fr 1fr;
    }

    .news-list .elementor-grid .news:nth-of-type(2), .news-list .elementor-grid .news:first-of-type, .news-list .elementor-grid .news {
        width: calc(50% - 10px);
    }

	.link-divider .e-con.e-child:before {
		display:none;
	}

}

.wpcf7-form p {
    margin-bottom: 15px;
}

input.wpcf7-form-control.wpcf7-submit {
    background-color: #F58300;
    border: none;
    color: #fff;
    padding: 12px 24px;
    border-radius: 40px;
    line-height: 16px;
    margin-top: 7px;
}

input.wpcf7-form-control.wpcf7-submit:hover {
	background-color: var(--e-global-color-primary);
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    width: 100%;
    border: 1px solid #85BBA0;
    border-radius: 8px;
    padding: 12px 16px;
    transition: all .3s;
    font-weight: 300;
    color: #508074;
	font-family: "stolzl", sans-serif !important;
}

.wpcf7-form  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #508074;
	font-family: "stolzl", sans-serif !important;
}
.wpcf7-form  ::-moz-placeholder { /* Firefox 19+ */
  color: #508074;
	font-family: "stolzl", sans-serif !important;
}

.wpcf7-form  :-ms-input-placeholder { /* IE 10+ */
  color: #508074;
	font-family: "stolzl", sans-serif !important;
}
.wpcf7-form  :-moz-placeholder { /* Firefox 18- */
  color: #508074; 
	font-family: "stolzl", sans-serif !important;
}

@media screen and  (max-width: 767px) {
    .project-list {
        grid-template-columns: 1fr;
    }

    .news-list .elementor-grid .news:nth-of-type(2), .news-list .elementor-grid .news:first-of-type, .news-list .elementor-grid .news {
        width: 100%;
    }

    .form input[type="email"] { 
        margin-right: 0;
        font-weight: normal;
        margin-bottom: 10px;
    }

    .counter-section .elementor-counter:after {
        display: none;
    }

    .counter-section .elementor-counter .elementor-counter-title {
        text-align: center;
    }

}