/*
 * Theme Name: Napcor
 * Description: Napcor's custom theme.
 * Version: 1.0
 * Author: Moroch
 * Author URI: http://moroch.com 
**/

	body {
		font-family: arial, serif;
		color: #000000;
	}

	ul {
		padding-left: 40px;
	}

	a:link {
		color: #000;	
	}
	
	a:visited {
		color: #000;
	}
	
	a:hover {
		color: #000;
	}

	/* comments */
	#comments {
		font-size: 0.9em;	
	}

	#comments ol {
		margin: 0;
	}

	#comments li {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	#comments li ul {
		padding-left: 10px;
		margin-bottom: 0;
	}

	#comments .comment-body {
		padding: 10px 10px 0 10px;
		border-bottom: 1px solid #ccc;
	}

	#comments .comment-meta {
		font-size: 0.8em;
		padding-bottom: 0.5em;
	}

	#comments .reply {
		padding-bottom: 10px;
		font-size: 0.8em;
	}

	#comments .thread-even {
		background: #eee;	
	}

	#comments .thread-odd {
		background: #ddd;	
	}

	#respond {
		margin-top: 30px;
		padding: 10px;
	}

	#respond label {
		display: block;
	}

	#respond input, #respond textarea {
		font-family: Helvetica, sans-serif; 
		font-size: 10pt;
	}

	/* wordpress classes */
	.alignleft {
		float: left; 
		padding: 2px 8px 8px 2px;
	}
	
	.alignright {
		float: right;
		padding: 2px 2px 8px 8px;
	}

	.aligncenter {
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.wp-caption-text, .gallery-caption { 
		color: #666; 
		font-size: 0.8em; 
		padding: 3px 0; 
	}

	.gallery {
		padding: 10px 10px 25px 10px;
	}

	/* customize search widget here */
	.widget_search #searchform {
	}

	.widget_search #searchform label {
		display: block;
	}

	.widget_search #searchform #s {
		width: 100px;
	}

	.widget_search #searchsubmit {	
	}






/** Whitepaper purchase link **/
.whitep-purch-container .edd-add-to-cart
{
	width: 100%;
}
.whitep-purch-container .edd_go_to_checkout
{
	width: 100%;
}

.whitep-purch-insight-tag {
	display: inline-block;
	padding: 3px 6px;
	background-color: #e93f33;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
.whitep-purch-title {
	color: #001f55;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.1;
	margin-top: 10px;
}
.whitep-purch-date {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
}
.whitep-purch-price {
	margin-top: 10px;
	/*font-weight: bold;*/
	font-size: 25px;
}
.whitep-purch-button {
	margin-top: 20px;
}
.whitep-purch-button .button.red {
	line-height: 30px;
	text-decoration: none;
}
.whitep-purch-button .edd-add-to-cart-label {
	position: relative;
    left: -9999px;
}
.whitep-purch-button .edd-add-to-cart-label:after {
	content: "Buy this Report";
	visibility: visible;
    display: block;
position: absolute;
    left: 9999px;
    top: -6px;
    width: 94%;
    text-align: center;
}
.whitep-purch-sub-button-container {
	float: left;
	width: 50%;
	margin-top: 20px;
}
.whitep-purch-sub-button-container:first-child {
	padding-right: 10px;
}
.whitep-purch-sub-button-container:last-child {
	padding-left: 10px;
}
.whitep-purch-sub-button {
	border: 2px solid #53ade6;
	color: #53ade6 !important;
	text-align: center;
	font-size: 12px;
	padding: 8px 0;
	font-weight: bold;
	cursor: pointer;
	display: block;
	text-decoration: none;
}

.whitep-purch-column-left {
	width: 21%;
	float: left;
}
.whitep-purch-column-right {
	width: 79%;
	float: left;
	padding-left: 70px;
}





.es_subscription_form_submit.es_submit_button
{
	width: 300px;
	padding: 20px;
	background-color: #c35956;
	text-align: center;
	border: 0;
	color: #fff;
	font-family: 'Lato', serif;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 18px;
}


.edd-submit.button.red {
	background-color: #c35956;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-family: 'Lato', serif;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 18px;
	padding: 20px;
	width: 200px;
}

input[type=text], input[type=password], input[type=email], input[type=number], input[type=tel], select, option, textarea {
	border: 1px solid #AAAAAA;
	background-color:#F1F1F1;
	padding: 5px;
}

figure.embed-container {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	margin: 30px 0 60px;
	position: relative;
}
figure.embed-container > iframe {
	width: 100% !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.home .hero-content-container {
	margin-bottom: 0 !important;
}

input[type=radio]{
margin-bottom:15px !important;
}

.hideformstuff{
padding-top:30px;
}

.hideformstuff ul {
display:none;
}

.bluebutton{
	background-color:#01aef0 !important;
	color:white !important;
}