/* 
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
*/

.menu-item .sub-arrow {
    color: #ca9a2c;
    font-size: 14px !important;
}

.hero-title::after {
    content: ' ';
    width: 100px;
    height: 5px;
    background: #ca9a2c;
    display: block;
    margin-top: 20px;
}

.home-about-subtitle,
.home-about-subtitle p,
.footer p {
    margin-bottom: 0px !important;
}

.home-about-subtitle-inner .elementor-text-editor::before,
.home-about-subtitle p::before {
    content: ' ';
    width: 30px;
    height: 3px;
    background: #ca9a2c;
    display: inline-block;
    margin-bottom: 3px;
    margin-right: 10px;
}

.home-about-subtitle-inner {
    margin-bottom: 0px !important;
}

.home-about-menu ul li:not(:last-child) {
    border-right: 2px solid #ccc;
}

.home-counter {
    width: 33.33% !important;
}

.home-counter.c1::after,
.home-counter.c2::after {
    content: ' ';
    display: inline-block;
    width: 1px;
    height: 49px;
    background: #777;
    position: absolute;
    right: 0;
    top: 20px;
}

.award-register .fas {
    color: #ca9a2c !important;
}

.home-contact-form .wpforms-field-label {
    color: #777;
    font-size: 14px !important;
    font-weight: 400 !important;
    margin-bottom: 0px !important;
}

.home-contact-form input[type="text"],
.home-contact-form input[type="email"],
.home-contact-form textarea,
.home-contact-form input[type="password"],
.home-contact-form input[type="number"],
.home-contact-form input[type="tel"] {
    border: 0px !important;
    background: transparent !important;
    border-bottom: 1px solid #333 !important;
    border-radius: 0px !important;
}

.home-contact-form select {
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-radius: 0px;
}

ul li label {
    font-size: 14px !important;
}

.home-contact-form textarea {
    height: 80px !important;
}

.home-contact-form .wpforms-submit-container {
    text-align: right;
}

.home-contact-form .home-contact-form-btn,
.form-btn {
    font-family: "Ubuntu", Sans-serif;
    font-size: 15px !important;
    font-weight: 100;
    background-color: #333 !important;
    border-radius: 0px 0px 0px 0px !important;
    padding: 20px 40px 20px 40px !important;
    color: #fff !important;
    border: 0px !important;
}

.form-btn {
    max-width: 300px;
}

.footer img {
    vertical-align: bottom;
}

.wpforms-required-label {
    display: none;
}

.home-block-title h2::after {
    content: '\f054';
    display: inline-block;
    color: #ca9a2c;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 22px;
    line-height: 48px;
    vertical-align: middle;
    margin-left: 10px;
}

#wpforms-513-field_5-container {
    padding-top: 0px !important;
}

#wpforms-513-field_5 {
    border-bottom: 1px solid;
    padding-bottom: 5px;
}

a:link, a:visited {
    color: #ca9a2c;
}

a:active, a:hover {
    color: #333;
}

a.title {
    color: #ca9a2c;
}

.product-list .label,
.grade-list .label {
    font-weight: 700;
}

.product-list,
.grade-list {
    border-bottom: 1px solid #777;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.field-info {
    font-size: 10px !important;
    color: #777;
    line-height: 14px !important;
}

.prev-article span {
    color: #777;
    padding-left: 0.5rem;
}

.next-article span {
    color: #777;
    padding-right: 0.5rem;
}

.prev-article:hover,
.next-article:hover {
    color: #333;
}

.price h2 {
    text-align: center;
}

@media (max-width: 575px) {
    .home-about-menu ul li:not(:last-child),
    .home-about-menu ul li {
        border-right: none;
        display: block;
        width: 100%;
        text-align: center;
    }
    .home-register-now {
        background: #333;
    }
}
  
@media (min-width: 576px) {
    
}
  
@media (min-width: 768px) {
    
}
  
@media (min-width: 992px) {
    
}
  
@media (min-width: 1200px) {
    
}

