@import url('pmoppo.css');
@media only screen and (min-width: 320px) {
	.pm-action-poll-outer {
		margin: 0 0 1.2rem 0;
		position: relative;
	}
	.pm-action-poll-outer:after {
		content: '';
		display: table;
		clear: both;
	}
	.pm-action-poll-question {
		text-align: center;
		background-color: #DDDDDD;
		line-height: 1.5;
	}
	.pm-action-poll-answers {
		
	}
	.pm-action-poll-question div {
		padding: 1rem 0;
		font-size: 2rem;
		text-align: center;
	}
	.pm-poll-action-check, .pm-action-poll-ctacontent {
		display: inline-block;
		vertical-align: middle;
		line-height: normal;
		width: 100%;
	}
	.pm-action-poll-ctacontent h1, .pm-action-poll-ctacontent h2, .pm-action-poll-ctacontent h3, .pm-action-poll-ctacontent h4, .pm-action-poll-ctacontent h5, .pm-action-poll-ctacontent p {
		margin: 0.4em 0 0.75em;
		padding: 0;
	}
	.pm-action-poll-ctacontent input[type="text"] {
		margin: 0.4em 0 0.5em;
		padding: 0.5em;
	}
	.pm-action-poll-ctacontent input[type="button"], .pm-action-poll-ctacontent input[type="submit"] {
		width: 100%;
		padding: 0.75em;
		font-size: 1.2em;
		text-transform: uppercase;
		letter-spacing: 0.08em;
	}
	.wp-core-ui .button-secondary {
		vertical-align: middle;
	}
	.pm-action-poll-column {
		width: 100%;
		height: 200px;
		float: left;
		line-height: 200px;
		background-position: center;
		text-align: center;
	}
	.pm-action-poll-ctal, .pm-action-poll-ctar {
		background-color: #ffffff;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		opacity: 0;
		z-index: -99;
		line-height: 200px;
		overflow: hidden;
	}
	.pm-action-poll-ctal.actpo-reveal, .pm-action-poll-ctar.actpo-reveal {
		opacity: 1;
		z-index: 99;
	}
	.preloader {
		display: none;
		background-image: url('../../includes/img/preloader.gif');
		width: 30px;
		height: 30px;
		margin: 0 auto;
	}
	.pm-action-poll-check span {
		font-size: 200%;
		background-color: rgba(255, 255, 255, 0.7);
		padding: 1.2rem 1rem;
		/*+border-radius: 3rem;*/
		-moz-border-radius: 3rem;
		-webkit-border-radius: 3rem;
		-khtml-border-radius: 3rem;
		border-radius: 3rem;
		color: #7A7A7A;
	}
	.pm-action-poll-icon {
		cursor: pointer;
	}
	.pm-action-poll-icon:hover {
		background-color: rgba(255,255,255);
	}
}
@media only screen and (min-width: 480px) {
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 992px) {
	.pm-action-poll-outer {
		width: 100%;
		text-align: center;
	}
	.pm-action-poll-column {
		width: 50%;
		height: 300px;
		float: left;
		line-height: 300px;
		background-position: center;
	}
	.pm-action-poll-ctal, .pm-action-poll-ctar {
		line-height: 300px;
	}
}
