/*
Theme Name: inCharity Child
Theme URI: http://inwavethemes.com/wordpress/incharity
Author: inwavethemes
Author URI: http://inwavethemes.com
Template: incharity
Description: Wordpress theme for Charity and Fundraising and non-profit organization
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: inwavethemes
Tags: light, fluid-layout, responsive-layout, post-formats, theme-options, flexible-header, custom-header, custom-background, custom-colors, left-sidebar, right-sidebar


This theme, like WordPress, is licensed under the GPL.
*/


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

.logged-in .entry-footer  {
	display: none;
}

/* Ninja Forms */

body .nf-form-content {
	max-width: none;
	font-size: 16px;
	line-height: 24px;
  font-weight: 600;
}

body .nf-form-content b {
	color: #004d84;
}

body .nf-form-content h2 {
	background-color: #004d84;
	color: #fff;
	padding: 12px;
	display: block;
}

body .nf-form-content label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #004d84;
}

body .nf-form-content,
body .nf-multi-cell .nf-cell {
	padding: 0;
}

body .listradio-wrap .nf-field-element label:after,
body .nf-form-content input:not([type="button"]),
body .nf-form-content input:not([type="button"]):focus,
body .nf-form-content textarea,
body .nf-form-content textarea:focus,
body .nf-form-content select.ninja-forms-field:not([multiple]),
body .nf-form-content select.ninja-forms-field:not([multiple]):focus,
body .nf-form-content .list-select-wrap .nf-field-element > div {
	background-color: #fff !important;
	border: 1px solid #004d84 !important;
	color: #004d84 !important;
}

body .nf-form-content select.ninja-forms-field:not([multiple]),
body .nf-form-content select.ninja-forms-field:not([multiple]):focus {
	background-color: transparent !important;
}

body .checkbox-wrap .nf-field-element label:before, 
body .checkbox-wrap .nf-field-label label:before,
body .listcheckbox-wrap .nf-field-element label:before, 
body .listcheckbox-wrap .nf-field-label label:before {
	color: #004d84 !important;
}

body .checkbox-wrap .nf-field-element label:after, 
body .checkbox-wrap .nf-field-label label:after, 
body .listcheckbox-wrap .nf-field-element label:after, 
body .listcheckbox-wrap .nf-field-label label:after {
	background-color: #fff !important;
	border: 1px solid #004d84!important;
}


body .listradio-wrap .nf-field-element label.nf-checked-label:before {
	background-color: #004d84!important;
}

body .list-radio-wrap .nf-field-element li input {
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	
	body .nf-multi-cell .nf-row .nf-cell {
    	float: none !important;
		width: 100% !important;
	}
}

@media screen and (min-width: 768px) {
	
	body .nf-multi-cell .nf-row:first-child .nf-cell:first-child {
    	padding-right: 50px;
	}
	
	body .nf-multi-cell .nf-row:first-child .nf-cell:last-child {
    	padding-left: 50px;
	}
}

/* Donations */

body .nf-form-content .donation-amount li {
	margin: 12px auto !important;
	float: left;
	width: 33%;
}

body .nf-form-content .donation-amount li label {
	font-size: 30px;
	line-height: 30px;	
}

.surprise-field {
	max-width: 140px;
}	

/* Checkboxes */

body .nf-form-content .checkbox-container.label-right label::after {
  top: 4px;
}

body .listradio-wrap .nf-field-element label:after {
	top: 8px;
}

body .listradio-wrap .nf-field-element label.nf-checked-label::before {
    top: 12px;
}

/* Gift Aid */

body .nf-form-content .gift-aid p {
	border: 1px solid #c4c4c4;
	background: transparent url('images/gift-aid.png') right bottom no-repeat;
	padding: 20px 20px 50px;
}

/* Submit */

body .nf-form-content button, 
body .nf-form-content input[type="button"], 
body .nf-form-content input[type="submit"] {
	background-color: #ed1e79;
	border-radius: 30px;
	display: inline-block;
	color: #fff;
	padding: 20px 30px;
	margin-bottom: 30px;
	height: auto;
}

/* Tribe Events */

body #tribe-events-content a {
    display: inline-block !important;
}
  
body #tribe-events-content a:not(.ibutton) {
	text-decoration: underline !important;
	color: #ed1e79 !important;
}
  
body #tribe-events-content a.ibutton {
	color: #fff !important;
}

/* Icons */

.fas {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}