/* 
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
*/
#psy-sticky-col.elementor-sticky--effects {
    max-height: 82vh;
    height: 82vh;
    overflow: hidden scroll;
    margin-bottom: 20px !important;
}
#psy-sticky-col.elementor-sticky--effects::-webkit-scrollbar {
    -webkit-appearance: none;
}
#psy-sticky-col.elementor-sticky--effects::-webkit-scrollbar {
  width: 5px;
}
#psy-sticky-col.elementor-sticky--effects::-webkit-scrollbar-track {
  background: #f9f9f9; 
}
#psy-sticky-col.elementor-sticky--effects::-webkit-scrollbar-thumb {
  background: var(--e-global-color-primary);
    border:1px solid #eee;
    height:100px;
    border-radius:5px;
}
#psy-sticky-col.elementor-sticky--effects::-webkit-scrollbar-thumb:hover {
  background: #0D5357; 
}
#psy-post-content h1, #psy-post-content h2, #psy-post-content h3, #psy-post-content h4, #psy-post-content h5, #psy-post-content h6 {
    line-height: 1.5;
}
#psy-post-content h1 {
    font-size: 36px;
    font-weight: bold;
    color: var(--e-global-color-primary);
}
#psy-post-content h2 {
    font-size: 30px;
    font-weight: bold;
    color: var(--e-global-color-primary);
}
#psy-post-content h3 {
    font-size: 25px;
    color: var(--e-global-color-primary)
}
#psy-post-content h4 {
    font-size: 1.2rem;
    color: #0a7378
}
#psy-post-content a {
    color: var(--e-global-color-primary);
    font-weight: bold;
    text-decoration: underline;
}
@media(max-width: 768px){
    #psy-post-content h1 {
        font-size: 24px
    }
    #psy-post-content h2 {
        font-size: 21px
    }
    #psy-post-content h3 {
        font-size: 18px
    }
    #psy-post-content h4 {
        font-size: 16px
    }
}
@media(max-width: 451px){
    #psy-post-content h1 {
        font-size: 21px
    }
    #psy-post-content h2 {
        font-size: 18px
    }
    #psy-post-content h3 {
        font-size: 16px
    }
    #psy-post-content h4 {
        font-size: 14px
    }
}