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

/* ------ BEGIN GENERAL ------ */

.dea-bnnr-desc-ct.elementor-widget-text-editor a {
    color: #112F66;
}

.dea-bnnr-desc-ct.elementor-widget-text-editor a:hover {
    text-decoration: underline;
}

/* ------ END GENERAL ------ */



/* ------ BEGIN MENU ------ */

.de-menu-widget nav ul.sub-menu li a {
    border: none;
}

.de-menu-widget nav ul li.current-menu-ancestor > a {
    color: #FF6600 !important;
}

.de-menu-widget nav ul li.current-menu-ancestor > a > .sub-arrow path {
    fill: #FF6600 !important;
}

.de-menu-widget nav.elementor-nav-menu--dropdown ul li a ~ ul.sub-menu {
    border-bottom: 1px solid #dbdbdb !important;
}

.de-menu-widget nav.elementor-nav-menu--dropdown ul li a ~ ul.sub-menu li a {
    padding-left: 25px !important;
    padding-right: 25px !important;
    font-size: 15px !important;
}

.de-menu-widget nav.elementor-nav-menu--dropdown a.highlighted > .sub-arrow svg path {
    fill: #fff;
}

/* ------ END MENU ------ */


/* ------ BEGIN BLOG ------ */

.blog-main-container .elementor-widget-text-editor :is(ul,ol) {
    padding-left: 20px;
    margin-bottom: 20px;
}

.blog-main-container .elementor-widget-text-editor p:not(:last-child) {
    margin-bottom: 10px;
}

.blog-main-container .elementor-widget-text-editor h2:first-child {
    margin-top: 0;
}

.blog-main-container .elementor-widget-text-editor h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.blog-main-container .elementor-widget-text-editor h2:not(:first-child) {
    margin-top: 30px;
}

.blog-main-container .elementor-widget-text-editor a {
    color: #112F66;
}

.blog-main-container .elementor-widget-text-editor a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    .blog-main-container .elementor-widget-text-editor h2 {
        font-size: 1.25rem;
    }
}

/* ------ END BLOG ------ */


/* ------ BEGIN TERMS & CONDITIONS ------ */

.terms-conditions :is(ol, ul) {
    padding-left: 30px;
}

.terms-conditions li {
    margin-bottom: 10px;
}

.terms-conditions strong {
    font-weight: 600;
}

.terms-conditions .elementor-widget-text-editor a {
    color: #112F66;
}

.terms-conditions .elementor-widget-text-editor a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    .terms-conditions :is(ol, ul) {
        padding-left: 20px;
    }
}

/* ------ END TERMS & CONDITIONS ------ */


/* ------ BEGIN EXIT READINESS TOOL ------ */

.awp-question .awp-answers span.awp-answer-score {
    display: none !important;
}

/* ------ END EXIT READINESS TOOL ------ */