/*	
	Theme Name:		Smartfund
	Theme URI:		https://risethemes.com/product-downloads/smartfund/
	Description:	SmartFund, a minimal child theme of Bizsmart which is compatible with the new WordPress Editor along with popular page builders – RT Easy Builder, Elementor and Rise Blocks Plugin. This theme is specially for Charity.  After activating these theme and importer plugin, you can redirect to Rise demo importer where lots of starter websites are listed to import in a single click like Business, Startup, App Landing, Construction, Point of Sale, Charity, Education, Magazine other many more professional templates. BizSmart is fully responsive, optimized for speed, SEO, and mobile-friendly and translation ready and of course eCommerce compatible. And if you feel like it, everything is customizable. Enhance user experience and layouts without coding knowledge. Have fun! Check our live preview : https://riseblocks.com/rt-easy-builder/starter-templates/
	Author:			Rise Themes
	Author URI: 	http://risethemes.com/
    Template:		bizsmart
	Version:		1.0.1
    Tested up to:   5.9
    Requires PHP:   5.6
	License:		GNU General Public License v2 or later
	License URI:	http://www.gnu.org/licenses/gpl-2.0.html
	Tags:			left-sidebar, right-sidebar, wide-blocks, block-styles, grid-layout, two-columns, flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, threaded-comments, translation-ready, news, education, entertainment
	Text Domain:	smartfund
*/


/* banner slider style */


button.slick-prev.smartfund-arrow {
    position: absolute;    
    top: 50%;
    transform: translate(0, -50%);
    background: transparent;
    border: none;
    z-index: 9;
}


button.smartfund-arrow.smartfund-arrow-prev {
	left: 0;
}

button.smartfund-arrow.smartfund-arrow-next {
	right: 0;
}

button.slick-prev.smartfund-arrow svg {
    fill: #fff;
    width: 45px;
    cursor: pointer;
}


.smartfund-banner-slider-inner {
    position: relative;
    height: 80vh;
    display: flex !important;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.smartfund-banner-slider-inner:after {
    background: #000;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: .3;
}

.smartfund-banner-slider-inner > * {
	position: relative;
	z-index: 99;
}

.smartfund-banner-slider-inner .banner-slider-content {
    margin: 0;
}


.banner-slider-content .inner-banner-btn a:hover {
    color: #000;
}

.smartfund-banner-slider-inner .banner-slider-content .inner-banner-btn a {
	margin-left: 0;
}

a.bizsmart-read-more:visited {
    color: #fff;
}

.is-sticky .bizsmart-bottom-header-wrapper {
    z-index: 999 !important;
    background: #fff;
    transition: all 0.3s;
}


@media (max-width: 576px) { 
    .bizsmart-hide-offcanvas-mobile div#offcanvas-menu-icon { 
        display: none; 
    } 
}

@media screen and (max-width: 920px) and (min-width: 600px) { 
    .bizsmart-hide-offcanvas-tablet div#offcanvas-menu-icon { 
        display: none; 
    } 
}

@media (min-width: 920px) { 
    .bizsmart-hide-offcanvas-desktop div#offcanvas-menu-icon { 
        display: none; 
    } 
}