/*
Theme Name:     Fintech Child
Theme URI:      http://www.commercegurus.com/themes/fintech-theme/
Description:    Child theme for Fintech
Author:         CommerceGurus
Author URI:     http://www.commercegurus.com
Template:       fintech
Version:        1.0
*/


/* Your css goes here */

.cg-header-fixed-wrapper.cg-is-fixed .logo img{
	max-height: 72px;
	padding: 0;
}

.content-area .vc_wp_posts.dark .widget ul li a{
	color: #7F7F7F;
}

body .content-area .vc_wp_posts.dark .widget span.post-date{
	color: #7f7f7f;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li{
	margin-bottom:0;
}


.display-posts-listing li{
	list-style: none;	
}

.excerpt-dash{
	display:none;
}

.excerpt{
	display: block;
	margin-top: 20px;
}

.excerpt a{
	padding: 1px 5px;
    	border: 1px solid #333;
	color: #222222;
}

.listing-item .title{
	font-size: 32px;
    	font-weight: bolder;
    	color: #222;
    	letter-spacing: -0.4px;
    	line-height: 42px;
}

@media screen and (min-width: 768px){
.wpb_wrapper_home .label-hidden .nf-field-element{
	width: 60% !important;
	margin:0 auto;
}
}

.nf-field-element{
	text-align: center;
}

.nf-field-container{
	margin-bottom: 25px !important;
}

.wpb_wrapper_home .field-wrap input[type="submit"],.wpb_wrapper_home .field-wrap input[type="button"], .wpb_wrapper_home .field-wrap button{
	width: 60% !important;
	background-color:#0064ac;
	color: #ffffff;
	font-size: 18px;
}

.wpb_wrapper_cus .field-wrap input[type="submit"],.wpb_wrapper_cus .field-wrap input[type="button"], .wpb_wrapper_cus .field-wrap button{
	width: 100% !important;
	background-color:#0064ac;
	color: #ffffff;
	font-size: 18px;
}

.page-id-70731 .nf-form-title h3{
	margin-top: 0;
	margin-bottom: 0.8em;
}

.page-id-70731 h6{
	margin-top: 0;
}

.wpb_wrapper h2{
	margin-top: 25px;
}

.nf-error-msg{
	text-align: center;
}

/* Change date text color */
body .content-area .vc_wp_posts.dark .widget span.post-date{
	color: #000000;
	opacity: 0.8;
}

/* Remove border on tabs */
body .vc_tta.vc_general .vc_tta-tab{
	border: none;
} 

/* remove top border for accordion panel */
.vc_tta-panels{
	border-top: none;
}

body .vc_tta.vc_general .vc_tta-tab.vc_active{
	border-bottom: none;
}

/* border top on footer container */
.footercontainer{
	border-top: 1px solid #c9c9c9;
}

/* remove header overlay */
.header-wrapper .overlay{ opacity:0;}

/* search bar on footer */
.search-form, form.woocommerce-product-search{
margin-top:15px;
}

/* Hide share buttons */
.page .cg-share span{
visibility: hidden;
}

blockquote:after{
    content: "\201D";
    font-size: 3.3em;
    position: absolute;
    right: 030px;
    line-height: 0.1em;
    font-family: "Times New Roman";
    bottom: 100px;
}

/* remove mobile header */
.mobile-header-details {
    display: none !important;
}

@media screen and (max-width: 768px){
	.header-wrapper{
		padding-top: 85px !important;
		padding-bottom: 85px !important;
	}

	.breadcrumbs-wrapper-line{
		display: none;
	}
}