/*
Theme Name:     Finwave Child Theme
Template:       finwave
Theme URI:      http://radiustheme.com/demo/wordpress/themes/finwave
Author:         RadiusTheme
Author URI:     http://radiustheme.com
Description:    Finwave is an Responsive Finance and Business WordPress Theme.
Version:        1.0.0
Tested up to: 	6.6
Requires PHP: 	7.4
Text Domain:    finwave
Tags: 			theme-options, featured-images, post-formats, one-column, two-columns, right-sidebar, custom-background, custom-header, editor-style, sticky-post, threaded-comments, translation-ready
License:   	  	Envato split License
License URI:  	https://themeforest.net/licenses/terms/regular
*/


.iub__us-widget{
	display: none !important;
}

.finwave-offcanvas-drawer {        		padding: 30px !important;
    width: 220px!important;
}

.rt-info-layout-5 .info-icon-holder.icon-holder{
	display: none !important;
}

.elementor-5741 .elementor-element.elementor-element-b72034e{
	background-color: #00473b !important;
}


.more-products{
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    margin-top: 0 !important;
    transition:
        max-height .35s ease,
        opacity .2s ease,
        transform .2s ease,
        visibility 0s linear .2s;
}

.more-products > .e-con-inner{
    margin: 0 !important;
    padding: 0 !important;
}

.more-products.open{
    max-height: 12000px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    margin-top: 30px !important;
    transition:
        max-height .45s ease,
        opacity .25s ease,
        transform .25s ease,
        visibility 0s linear 0s;
}



.more-products > .e-con{
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}


@media (max-width: 1024px){
.more-products.open {
	margin-top: -80px !important;
}
	
	html, body {
    overflow-x: hidden;
    max-width: 100%;
}

img, video, iframe {
    max-width: 100%;
    height: auto;
}

.elementor,
.e-con,
.e-con-inner {
    max-width: 100%;
}

}