/* 
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
*/

/* Sticky Header */

.stickyLogo{
    opacity:0;
    width:170px;
}

.sticky .stickyLogo{
    opacity:1;
}
.topLogo{
    opacity:1;
}
.sticky .topLogo{
    opacity:0;
    width:0;
}
.sticky .stickyLogo, .sticky .topLogo{
    -moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

/* RSS Feed */

ul.wpra-item-list{
    list-style:none !important;
    padding-left:0 !important;
}
ul.wpra-item-list .wpra-item{
    display: flex;
    flex-direction: column-reverse;
    line-height: 1.5;
    margin-bottom: 20px !important;
}
ul.wpra-item-list .wpra-item > a{
    font-size:16px;
    font-weight: 600;
    color:#131415;
}
ul.wpra-item-list .wpra-item .feed-source{
    display:none;
}

