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



.asc-u-hspace {
    padding-left: 16px;
    padding-right: 16px;
    background-color: #f8f9fa;
}
.asc-u-wrapper {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.asc-c-Reviews-list {
    padding-left: 0;
}
.asc-c-Reviews-list-filter {
    margin-top: 32px;
    text-align: right;
}
.asc-c-Reviews-list-filter label {
    display: inline-block;
    margin-left: auto;
}

.asc-c-Reviews-list-item {
    width: 100%;
    list-style: none;
    margin-bottom: 30px;
}

.asc-c-ReviewAnswerCard {
    box-shadow: 0 2px 16px #18327214;
    padding: 16px;
    border-radius: 8px;
    background: white;
}
.asc-c-ReviewAnswerCard h3 {
    margin-top: 0!important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
}


.asc-c-ReviewAnswerCard-since {
    color: #888888;
    margin-left: 16px;
    font-size: 12px;
}

.asc-c-ReviewAnswerCard-head {
    display: flex;
    align-items: center;
}

.asc-c-ReviewAnswerCard-note {
    color: #888888;
    margin-right: 8px;
    font-size: 14px;
}

.asc-c-ReviewAnswerCard-reply {
    margin-left: 16px;
    padding-left: 16px;
    border-left: solid 1px #888888;
    color: #888888;
}

.asc-c-ReviewAnswerCard-reply-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.asc-c-ReviewAnswerCardreply-txt {
    font-style: italic;

}

.asc-c-Stars i {
    color: #F0D001;
    line-height: 20px;
    font-size: 17px;
}


.asc-c-HeaderPage {
    padding-top: 140px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f8f9fa;
}

.asc-c-Heading-h1 {
    color: #0b72bc;
    font-weight: 800;
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 0;
}

.asc-c-Heading-h3 {
    font-weight: 800;
    font-size: 26px;
    line-height: 32px;
}

.asc-c-Rating {
    display: flex;
    align-items: center;
    justify-content: center;
}
.asc-c-Rating-rating {
    margin-bottom: 0;
    color: #0b72bc;
    font-weight: bolder;
    margin-right: 8px;
}

.asc-c-HomeRating-note {
    display: flex;
    align-items: center;
    justify-content: center;
}
.asc-c-HomeRating-note-txt {
    margin-right: 16px;
    font-weight: bold;
    margin-bottom: 0;
    color: white;
}
.asc-c-HomeRating-note-stars {
    padding-left: 0;
    display: flex;
}
.asc-c-HomeRating-note-stars li {
    list-style: none;
}
.asc-c-HomeRating-link {
    text-align: center;
}
.asc-c-HomeRating-link a{
    text-decoration: underline!important;
    color: white;
}

.asc-c-HomeRating-link a:hover{
    text-decoration: none!important;
    color: white!important;
}

