/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.ninja-forms-cont {
	background-color: ffffff;
	padding: 10px;
}

hr {
	height: 2px;
	color: #c0c0c0;
	background-color: #c0c0c0;
	border: none;
}

#ninja_forms_field_55, #ninja_forms_field_49,#ninja_forms_field_50,#ninja_forms_field_52,#ninja_forms_field_53,#ninja_forms_field_54, #ninja_forms_field_81, #ninja_forms_field_82, #ninja_forms_field_84, #ninja_forms_field_85, #ninja_forms_field_86 {
	width: 50%;
	margin-left: 10px;
	border-style: solid;
	border-width: 2px;
	border-color: #c0c0c0;
}

#ninja_forms_field_61, #ninja_forms_field_73, #ninja_forms_field_66, #ninja_forms_field_71 {
	border-style: solid;
	border-width: 2px;
	border-color: #c0c0c0;
}

#ninja_forms_field_1 {
	width: 50%;
}

#ninja_forms_field_2 {
	width: 50%;
}

#ninja_forms_field_7 {
	width: 50%;
}

#ninja_forms_field_10 {
	width: 50%;
}

#ninja_forms_field_13 {
	width: 50%;
}

#ninja_forms_field_14 {
	width: 50%;
}

#ninja_forms_field_15 {
	width: 50%;
}

#ninja_forms_field_16 {
	width: 50%;
}

#ninja_forms_field_17 {
	width: 50%;
}

#ninja_forms_field_18 {
	width: 250px;
}#featured-post .entry-title{
display:block;
}

.attachment-featured.wp-post-image { 
display:none; 
}

button, input[type="submit"], input[type="button"], input[type="reset"], article.post-password-required input[type="submit"], li.bypostauthor cite span {
    padding: 12px 20px 10px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: normal;
color: #686868;
background-color: #DEDEDE;
background-repeat: repeat-x;
background-image: -moz-linear-gradient(center top , #FFF, #BABABA);
    border: 1px solid #565656;
    box-shadow: 0px 1px 2px rgba(64, 64, 64, 0.1);
}


.ninja-forms-cont {
    color: #FFF;
    background-color: #404040;
}

a .button { box-shadow: none;}

p {
    margin-bottom: 10px;
}