/*
 Theme Name:   Finance Child
 Theme URI:    http://finance.bold-themes.com
 Description:  Finance Child Theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     finance
 Version:      1.0.0
 Tags:         one-column, right-sidebar, fluid-layout, responsive-layout, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  finance-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */

.bgblackdark {
    background-color: #1e1b1d !important;
}
.btBtn {
	background-color: #802be2 !important;
	border: 1px solid #802be2 !important;
	color: #ffffff !important;
	font-size: 16px !important;
	line-height: 26px !important; 
	padding: 10px 25px !important;
    display: inline-block !important;
	transition: 0.5s;
}
.btBtn span {
	padding: 0 !important;
}
.btBtn:hover {
	background-color: #ffffff !important;
	border: 1px solid #ffffff !important;
	color: #ffffff !important;
	transition: 0.5s;
}
.gutter .port {
	max-width: 1420px !important;
}


/* Header */
body.btMenuHorizontal.btStickyHeaderActive.btLightSkin:not(.btAccentDarkHeader) .mainHeader {
    background-color: rgb(255 255 255) !important;
}
.btMenuHorizontal .topBar .topBarPort {
	display: none !important;
}
.btMenuVertical > .menuPort {
    padding: 20px !important;
}
.btMenuVertical > .menuPort .logo img {
    width: 180px;
    text-align: left !important;
    margin: 0 !important;
}
.btMenuVertical .menuPort .topBarInMenu {
	display: none;
}
.btMenuVertical .menuPort nav:before, 
.btMenuVertical .menuPort nav:after {
	content: none !important;
}
.btMenuVertical > .menuPort nav {
	margin-top: 50px !important;
}
.btMenuVertical > .menuPort nav ul li a {
    padding: 10px 20px !important;
    text-align: left;
    font-size: 16px;
    line-height: 26px !important;
}
.btDarkSkin .menuPort > nav > ul > li > a, 
.btLightSkin .btDarkSkin .menuPort > nav > ul > li > a, 
.btDarkSkin.btLightSkin .btDarkSkin .menuPort > nav > ul > li > a {
    color: #fff !important;
}
.btLightSkin .menuPort > nav > ul > li > a, 
.btDarkSkin .btLightSkin .menuPort > nav > ul > li > a, 
.btLightSkin .btDarkSkin .btLightSkin .menuPort > nav > ul > li > a {
    color: #1e1b1d !important;
}


/* Footer */
footer .boldSection.btSiteFooterWidgets {
    padding: 100px 0 20px;
}
footer.btDarkSkin #boldSiteFooterWidgetsRow .boldRow {
    margin: 0 -40px !important;
}
footer.btDarkSkin #boldSiteFooterWidgetsRow .rowItem {
    padding: 0 40px !important;
}
footer.btDarkSkin #boldSiteFooterWidgetsRow .rowItem:nth-child(1) {
    width: 35%;
}
footer.btDarkSkin #boldSiteFooterWidgetsRow .rowItem:nth-child(2) {
    width: 27%;
}
footer.btDarkSkin #boldSiteFooterWidgetsRow .rowItem:nth-child(3) {
    width: 38% !important;
}
footer.btDarkSkin .widget_bt_text_image img {
	max-width: 250px;
	margin: 0 0 30px !important;
}
footer.btDarkSkin #boldSiteFooterWidgetsRow .menu {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
footer.btDarkSkin #boldSiteFooterWidgetsRow .menu li {
	flex: 0 0 50%;
	max-width: 50%;
    margin-bottom: 15px;
    padding: 0 15px;
    border: 0 !important;
}
footer.btDarkSkin #boldSiteFooterWidgetsRow .menu li a {
	font-size: 16px;
	line-height: 26px;
}


/* Home */
#hmbanner {
    background-position: bottom center !important;
}
#hmbanner::before {
    opacity: 0.8;
}
.rowItem {
    padding: 0 15px;
}
.servicesboxes .btTextIndent .rowItemContent {
    padding: 0;
}
.servicesboxes .btTextIndent .rowItemContent .bpgPhoto {
	margin: 0;
}
.servicesboxes .rowItemContent .btBtn {
	display: none !important;
}


@media (max-width: 1440px) {
    .gutter .port {
        width: 100% !important;
        max-width: none !important;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 1199px) {
	
	footer.btDarkSkin #boldSiteFooterWidgetsRow .rowItem {
		padding: 0 35px !important;
	}
	footer.btDarkSkin #boldSiteFooterWidgetsRow .rowItem:nth-child(1) {
		width: 100% !important;		
	}
	footer.btDarkSkin #boldSiteFooterWidgetsRow .rowItem:nth-child(2) {
		width: 42% !important;
	}
	footer.btDarkSkin #boldSiteFooterWidgetsRow .rowItem:nth-child(3) {
		width: 58% !important;
	}
	footer.btDarkSkin .widget_bt_text_image img {
		margin: 0 auto 30px !important;
	}
	footer.btDarkSkin .widget_sp_image-description,
	footer.btDarkSkin .btFooterCopy,
	footer.btDarkSkin .btSiteFooter .menu {
		text-align: center !important;
	}
	
	#hmbanner .boldRowInner .rowItem:first-child {
		flex: 0 0 70%;
	}
	#hmbanner .boldRowInner .rowItem:last-child {
		flex: 0 0 30%;
	}
	
	
}

@media (max-width: 991px) {	
	header .btLogoArea.menuHolder.btClear {
		display: flex;
		flex-wrap: wrap;
		padding: 20px 0;
	}
	header .btLogoArea.menuHolder.btClear .btVerticalMenuTrigger {
		float: none;
		flex: 0 0 55px;
		max-width: 55px;
		margin: 0 25px 0 0;
	}
	header .btLogoArea.menuHolder.btClear .logo {
		float: none;
		flex: 0 0 calc(100% - 80px);
		max-width: calc(100% - 80px);
		text-align: center;
	}
	
	#hmbanner {
		padding: 150px 0 80px;
	}
	
	.smartertax-threboxes .rowItemContent .boldRow > .boldRowInner {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin-bottom: 30px;
	}
	.bookconsult .rowItem {
		text-align: center !important;
	}
	
}

@media (max-width: 767px) {	
	footer.btDarkSkin #boldSiteFooterWidgetsRow .rowItem:nth-child(1),
	footer.btDarkSkin #boldSiteFooterWidgetsRow .rowItem:nth-child(2),
	footer.btDarkSkin #boldSiteFooterWidgetsRow .rowItem:nth-child(3) {
		width: 100% !important;
	}	
	
	#hmbanner .boldRowInner .rowItem:first-child,
	#hmbanner .boldRowInner .rowItem:last-child {
		flex: 0 0 100%;
	}
	.smartertax-threboxes .rowItemContent .boldRow > .boldRowInner {
		display: block;
	}
	.smartertax-threboxes .boldRowInner .rowItem.btTextLeft {
		text-align: center;
		margin-bottom: 20px !important;
	}
	
}


@media (min-width: 1200px) {
	
}