/* 
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
*/

/*********************
 * General CSS Style *
 *********************/
.wuc-btn .elementor-button-icon i {
    font-size: 22px;
}

.wuc-btn .elementor-button-text {
    display: flex;
    align-items: center;
}

.wuc-list {
    padding-left: 20px;
    font-family: 'Open Sans';
    letter-spacing: -.5px;
    font-weight: 400;
    font-size: 16px;
	text-align: left;
}

ul.wuc-list > li {
    margin-bottom: 10px;
}

.elementor-shortcode {
    font-family: 'Open Sans';
    font-weight: 400;
    letter-spacing: -.5px;
}

label.wuc-screen-reader-text {
    padding-bottom: 10px;
}

select#orderby {
    border: 1px solid #aaa;
    border-radius: 0 !important;
    font-family: 'Open sans';
    letter-spacing: -.5px;
    font-weight: 400;
	outline: none !important;
}

.elementor-progress-bar {
	border-radius: 0 !important;
}

h2#reply-title {
    font-family: "Teachers", Sans-serif;
    font-size: 32px;
    letter-spacing: -1.3px;
}

form#commentform {
    font-family: 'Open Sans';
    letter-spacing: -.5px;
    font-weight: 400;
}


form#commentform input, form#commentform textarea, form#commentform select {
    border-radius: 15px !important;
    border: 1px solid #A7B889!important;
    outline: none !important;
}

section#comments a {
	color: #A7B889 !important;
}

input#submit {
    background-color: #387B59;
    font-family: "Lato", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.5px;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 15px 15px 15px 15px;
    padding: 16px 20px 18px 20px;
}


/*********************
 * Homepage CSS Style *
 *********************/
#banner {
	overflow: hidden;
}

#banner > div {
    z-index: 9;
}

@media( min-width: 960px ) {
	#banner:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 60%;
		height: 100%;
		background: linear-gradient(90deg, #f3f3f3 31.06%, rgba(255, 255, 255, .83) 54.24%, rgba(255, 255, 255, .66) 65.59%, rgba(255, 255, 255, .44) 74.76%, rgba(255, 255, 255, 0) 96.42%);
		z-index: 1;
	}
	
	#banner-left-col {
		background-color: #0000 !important;
	}
}

.icon-border-light .elementor-icon-box-icon .elementor-icon {
    border: 8px solid #c5e0d2 !important;
}

.review-author-title h2 {
    padding-left: 45px;
}

.review-author-title h2:before {
    content: '';
    display: block;
    width: 25px;
    height: 3px;
    background: #4CAF50;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-pagination-bullet {
    width: 15px !important;
    border-radius: 50px !important;
}

.swiper-pagination-bullet-active {
	width: 35px !important;
}

.form-contact input, .form-contact select {
    min-height: 55px !important;
}

svg.care-orbit-svg {
    font-family: 'Open Sans' !important;
    letter-spacing: -.5px;
    font-size: 22px;
    font-weight: 400;
}

.svg-rotate {
	transform-origin: 250px 250px;
    animation: orbit-rotate 18s linear infinite;
}

@keyframes orbit-rotate {
	0% {
		transform: rotate(0);
	}
	
	100% {
		transform: rotate(360deg);
	}
}