/*   
Theme Name: Charitas Child Theme
Theme URI: 
Description: Use this theme to start your Charitas Child Theme development.
Author: Victor Tihai
Author URI: http://wplook.com/
Template: charitas-wpl
Version: 1.0.0.
*/

@import url('/wp-content/themes/charitas-wpl/style.css');

.single-post figure, .single-post_press figure {
    width: auto;
}

.greenbox {
    border: 4px solid #419639;
  	padding-bottom: 10px;
    padding-top: 15px;
    padding-left: 20px;
    width: 90%;
    height: auto;
    margin-left: 10px;  
}

.greenbox p {
      font-size: 1.0em;    
}

.press-item {
	margin-bottom: 20px;
}

.modal h2.ninja-forms-form-title {
    margin-bottom: 20px !important;
    color: #FFF;
}

.ui.form .field>label {
  margin: 0 0 0.5rem !important;
}

.ui.modal>.close {
    top: -2.5rem !important;
    right: -2.5rem !important;
}

@media only screen and (max-width:640px) {
.item.teaser-page.inview {
    background-size: cover !important;
}
}


/* Temporary CSS for slider toggle for ninja */

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

#nf-field-1065 {
	cursor: pointer 
}


/* Remove unnecessary breadcrumb trail from "SPECIAL REPORT: 
How Long Will the Shale Revolution Last?"  Added by Daniel 5 May 2019*/

.page-id-31186 #rootline {
display: none !important;
}


/* Ninja Form changes */

.pcisv  {
	height: 280px;
	border: green dotted 5px;
	background-color: white;
  	background-repeat:no-repeat;
	background-image: url(http://placekitten.com/350/180);
	overflow: hidden;
	background-position: center 10px;
	display: block;
	 position: relative;
}

.pcisv .nf-field-label  {
	height: auto !important;
	width: 100% !important;
	padding: 60% 1% 5% 50% 
	!important;
	}
