/* 
Theme Name:		 E-Wealth Child
Theme URI:		 http://childtheme-generator.com/
Description:	 E-Wealth Child is a child theme of E-Wealth, created by ChildTheme-Generator.com
Author:			 Banshee Studio
Author URI:		 http://childtheme-generator.com/
Template:		 e-wealth
Version:		 1.0.0
Text Domain:	 e-wealth-child
*/

.sidebar-container aside {
    background-color: #93C253;
    color: #fff;
    position: absolute;
    top: 0;
    right: -260px;
    max-width: 250px;
    padding: 20px;
    display: flex;
    flex-direction:  column;
    gap: 50px;
}
@media(max-width:1500px){
    .sidebar-container aside {
        right: -210px;
        max-width: 200px;
        gap: 115px;
        position: relative;
        max-width: 100%;
        right: auto;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

@media(max-width:800px){
    .sidebar-container aside {
        gap: 50px;
    } 
}




.content {
    position: relative;
}

.sidebar-container aside a {
    color: #4B6175;
}

.sidebar-container aside a:hover {
    color: #ffffff;
}

.no-padding-bottom {
    padding-bottom:0!important;
}


iframe {
    max-width: 100%;
}

header.tribe-events-header {
    height: auto;
}