

.featured-page-cover {
	background-image: url('../img/poll-banner.jpg');
	width: 100%;
	/*height: 300px;*/
	/*background-attachment: fixed;*/
	background-size: cover;
	background-repeat: no-repeat;
    /*background-position: 0 -320px; */
}

.featured-page-cover h2 {
	color: #fff;
	padding: 240px 0px 120px;
	text-align: center;
}

.blog-section {
	padding: 60px 0 !important;
}

.polls-parent {
	background-color: #161616;
}

.polls-parent p {
	color: #fff;	
	padding: 10px 20px;
	margin-bottom: 0;
	border-left: 5px solid #ce1616;
}

.polls-ques-parent {
	background-color: rgba(235, 38, 30, 0.27);
    border-top: 1px solid rgba(235, 38, 30, 0.49);
}

.polls-ques-parent p {
	margin-bottom: 0
}

.polls {
	box-shadow: 0 0 20px 1px #000;
}

.polls-ques-parent input {
	float: left;
	margin-top: 8px;
}

.polls-ques-parent {
	padding: 10px 20px;
	
}