/* Enter Your Custom CSS Here */

.case-s-box-green {
	background-color: rgba(0,109,55,0.4);
	width:40%;
	height:170px;
	margin:20px;
	float:left;
	padding:45px;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height:40px;
	color:#000;
	font-size:25px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
}

#headertext {
    height: 78px;
    display: none;
}

.home #headertext {
    height: 30px;
    display: block;
}

.header-int {
    margin: 30px auto 0px !important;
}

.featured-post h4 {
clear: none;
font-size: 1.3em;
margin: 0 0 5px 0;
padding: 0;
font-family: 'Raleway', sans-serif;
font-size: 14px !Important;
font-weight: 300;
}

.featured-post a {
  color:#666 !important;
  
}


input[type="submit"], input[type="button"], input[type="reset"] {
background-color: #006B36;
border-radius: 4px;
color: #FFFFFF;
display: inline-block;
padding: 12px 5px 5px;
font-weight: 300;
font-size: 20px !important;
text-decoration: none;
margin-bottom: 40px;
border: none;
width: 100%;
font-family: 'Open Sans', sans-serif;
text-transform: uppercase;
}


.widget-area a {
 color:#666 !important;  
  
}

.field-wrap, #ninja_forms_required_items {
  text-align: left !important;
}

.ninja-forms-form-wrap label {
  font-weight: 600;
}

.field-wrap.label-left label {
  display: inline;
  padding: 10px 0px;
}
@media (max-width: 768px) {
  
.home #headertext {
    height: 74px !important;
    display: block !important;
}
  
  .header-int {
    margin: 60px 20px 0px !important;
}
  
}

@media (max-width: 480px) {
.logo {
    width: 55% !important;
    margin: -20px auto !important;
}
  
  .header {
    width: 100% !important;
    margin: 0px !important;
    margin-top: -20px !important;
}
  
  .font-title {
    font-size: 25px !important;

}
  
  
}



