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



/* =============================================================== */

/* Universal Typography

/* =============================================================== */

a:hover {
    text-decoration: unset!important;
}

p a:hover {
    text-decoration: underline !important;
}



/* =============================================================== */

/* Plugin: Flexy Bread Crumbs 

/* =============================================================== */


.fbc-page .fbc-wrap .fbc-items li:first-child {
    padding-left: 0px;
}

.fbc-page .fbc-wrap .fbc-items li {
    padding-top: 0;
    padding-bottom: 0;
}

/***************************** Power Pack Table of Conetents  ********************************/

.pp-toc,
.pp-toc__header,
.elementor-toc__header,
.elementor-widget-table-of-contents .elementor-widget-container {
    border: solid 0;
}

li.pp-toc__list-item.level-undefined {
    list-style: none;
}

a.pp-toc__list-item-text,
.elementor-widget-table-of-contents .elementor-toc__list-item-text {
    padding: 5px 5px 5px 15px;
    font-size: 15px;
    font-weight: 600;
}

a.pp-toc__list-item-text.pp-toc-item-active,
.elementor-toc__body .elementor-item-active {
    border-left: 4px solid var( --e-global-color-primary );
    font-weight: 700;
    color: var( --e-global-color-primary ) !important;
}

.pp-toc__bod,
.elementor-toc__body {
    padding-left: 0;
}



span.woopos-post-note.woopos-notice-note {
    display: inline-block;
}

.woopos-post-note {
    border: solid #ccc 1px;
    padding: 15px;
    border-radius: 5px;
    margin: 1em 0;
}

.woopos-post-note.woopos-tip-note {
    background-color: #fdf8ea;
    border-color: #e3d794;
}

.woopos-post-note.woopos-notice-note {
    background-color: #f6d8d8;
    border-color: #ae6a6a;
}

.woopos-post-note.woopos-link-note {
    background-color: #effcee;
    border-color: #2a7839;
    border-radius: 25px;
    padding-top:5px;
    padding-bottom: 5px;; 
}