/*
 Theme Name:     Customizr Child
 Theme URI:      http://mysite.com/
 Description:    My description
 Author:         Me
 Author URI:     http://mysite.com/
 Template:       customizr-pro
 Version:        1.0.0
*/

/* Remove page title from Customizr Theme */
.page .entry-title {
	display: none;
} 


/* Remove whitesoace on top of page */
#main-wrapper > div:nth-child(1) {
	margin-top: 0rem;
} 

/* Knowedge Base Participant Header */

.bpress-page-header {
  background-color: #175a6c;
  padding: 10px 25px 60px;
} 

/* Eliminate Share Option on Proposal Pages */

div.df-ui-btn:nth-child(9) {
	display: none !important;
}

/* CSS For Proposal Page */

/* Title Formatting */

#panel-740-0-0-0 > div > div > h1 {
    margin-top: 15px;
}

/* Remove reuired field language from ninja forms */ 

.nf-form-fields-required {
  display: none;
}

/* Ninja Forms Multipart Breadcrumb Style */

.nf-breadcrumbs {
	margin-bottom: 0 px !important;
	margin-top: 0 px !important;

}

/*Ninja Forms Button Stylings- NOte: the parts buttons are styled within the app */

/*save buttons*/
#nf-field-351, #nf-field-352, #nf-field-353, #nf-field-354, #nf-field-355, #nf-field-356, #nf-field-357, #nf-field-358, #nf-field-359, #nf-field-360,
 #nf-field-361,  #nf-field-362, #nf-field-363, #nf-field-364, #nf-field-365, #nf-field-366, .QEC {
	background:#01b0bb !important;
    color: white !important;
	border-radius: 10px 0px 10px 0px !important;
	padding-bottom: 0px !important;
	padding-top: 0px !important;
	height: auto !important;
	
}

/*submit button*/
.QEC {
	background:#01b0bb !important;
    color: white !important;
	border-radius: 10px 0px 10px 0px !important;
	padding-bottom: 0px !important;
	padding-top: 0px !important;
	height: auto !important;
	text-align: right !important;
}

/*previous/next buttons*/
#nf-form-3-cont .nf-previous, #nf-form-3-cont .nf-next {
	background:#01b0bb !important;
    color: white !important;
	border-radius: 10px 0px 10px 0px !important;
	padding-bottom: 0px !important;
	padding-top: 0px !important;
	height: auto !important;
	width: 150px;
}

/* Knowledgebase Hide Date and View Count */

.bpress-post-meta {

	display: none;
}

/* Basepress change icon collors */

.bpress-heading-icon.colored, .bpress-heading h2 {
	color: #175a6c !important;
} 

.bpress-section a.bpress-viewall {
	color: #faa630 !important;
} 

