/* Global Styles */

@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700');

.clear {
	clear: both;
}

body.page-id-255 .wrap {
	max-width: 1200px;
}

.apollo_petitions:after {
  content: "";
  display: table;
  clear: both;
}

a.apollo-petitions-box-container {
	text-decoration: none;
	color: #333333;
	font-family: 'Poppins', sans-serif;
	line-height: normal;
	font-size: 12px;
	outline: 0;
	text-decoration: none;
	display: block;
	box-shadow: none;
	width: 100%;
	height: 100%;
	z-index: 999;
	position: absolute;
}

a.apollo-petitions-box-container:hover {
	box-shadow: none;
}

.apollo-petitions-box-container * {
	outline: 0;
}

.apollo-petitions-box {
	background-color: #fff;
	border-radius: 0;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	padding: 0;
	width: 100%;
	margin: 0 auto;
	-webkit-transition: all .15s; /* Safari */
	transition: all .15s;
	margin-bottom: 30px;
	position: relative;
	top: 0;
	box-shadow: 1px 7px 20px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 7px 20px rgba(0, 0, 0, 0.1);
}

.apollo-petitions-box:hover {
	box-shadow: 1px 7px 20px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 7px 20px rgba(0, 0, 0, 0.1);
	-webkit-transition: all .15s; /* Safari */
	transition: all .15s;
	top: -10px;
}

body .apollo-petitions-image {
	position: relative;
}

body .apollo-petitions-image img {
	max-width: 80%;
	height: auto;
	margin: 0 auto;
	display: block;
	box-shadow: none;
}

.apollo-petitions-pretitle {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 13px;
	text-transform: uppercase;
	padding: 8px 20px;
	background-color: #ee2c50;
	display: block;
	text-align: center;
	color: #fff;
	font-weight: bold;
	letter-spacing: 5px;
}

.apollo-petitions-box.apollo-petitions-standard {
	padding-top: 20px;
}

body .apollo-petitions-box.apollo-petitions-standard .apollo-petitions-image {
	width: 150px;
	height: 150px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto;
}

body .apollo-petitions-box.apollo-petitions-standard .apollo-petitions-image img {
	max-width: 200px;
	margin-left: -25px;
}

.apollo-petitions-title {
	font-weight: 800;
	font-size: 25px;
	line-height: 30px;
	max-width: 80%;
	color: #333;
	margin-bottom: 8px;
	text-decoration: none;
	font-weight: bold;
	padding: 30px 20px 20px 30px;
}

.apollo-petitions-title:hover {
	color: #333!important;
}

.apollo-petitions-subtitle {
	color: #777777;
	margin-bottom: 10px;
	padding: 0 20px;
}

.apollo-petitions-button {
	padding: 0 30px;
	position: absolute;
	bottom: 30px;
	left: 0;
}

.apollo-petitions-button button {
	font-weight: bold;
	color: #ee2c50;
	font-size: 15px;
	border: 3px solid #ee2c50;
	display: block;
	padding: 0 15px;
	background-color: transparent;
	border-radius: 3px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	height: 45px;
	line-height: 40px;
	letter-spacing: 1px;
}

.apollo-petitions-box:hover .apollo-petitions-button button {
	background-color: #ee2c50;
	color: #fff;
}

.apollo-petitions-social {
	padding: 0 20px 20px 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.apollo-petitions-social a {
	color: #aaaaaa;
	font-size: 17px;
	display: inline-block;
	-webkit-transition: all .15s; /* Safari */
	transition: all .15s;
	text-decoration: none;
	box-shadow: none;
	position: relative;
	z-index: 9999;
}

.apollo-petitions-social a:hover {
	text-decoration: none;
	box-shadow: none;
}

.apollo-petitions-social a i {
	margin: 0 20px 0 0;
}

.apollo-petitions-social a:last-child i {
	margin-right: 0;
}

.apollo_petitions .apollo-petitions-box {
	float: left;
	width: 32%;
	margin-right: 2%;
	padding-bottom: 80px;
}

.apollo_petitions .apollo-petitions-box .apollo-petitions-arrow {
	background-color: #f0f2f6;
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #c8ccd6;
	font-weight: bold;
}

.apollo-petitions-state {
	font-size: 25px;
	position: relative;
}

.apollo-petitions-state span {
	width: 50px;
	height: 50px;
	background-color: #00aeef;
	color: #fff;
	text-align: center;
	line-height: 50px;
	border-radius: 50px;
	position: absolute;
	right: 20px;
	top: -34px;
}

.apollo-petitions-box.apollo-petitions-banner .apollo-petitions-image img,
.apollo-petitions-box.apollo-petitions-slanted .apollo-petitions-image img {
	border-radius: 0;
	max-width: 100%;
	opacity: 1;
	transition: all 0.15s;
	-webkit-transition: all .15s; /* Safari */
}

/* .apollo-petitions-box.apollo-petitions-banner .apollo-petitions-image img {
	border-radius: 6px 6px 0px 0px;
} */

.apollo-petitions-box.apollo-petitions-slanted .apollo-petitions-image img {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
}

.apollo-petitions-box.apollo-petitions-banner:hover .apollo-petitions-image img {
	opacity: 1;
}

.apollo-petitions-box.apollo-petitions-banner .apollo-petitions-subtitle,
.apollo-petitions-box.apollo-petitions-slanted .apollo-petitions-subtitle {
	margin-bottom: 5px;
	padding-top: 20px;
	text-align: left;
}

.apollo-petitions-box.apollo-petitions-banner .apollo-petitions-title,
.apollo-petitions-box.apollo-petitions-slanted .apollo-petitions-title {
	text-align: left;
	color: #2f3247;
	margin-bottom: 0;
}

.apollo-petitions-box.apollo-petitions-slanted .apollo-petitions-title {
	text-transform: none;
}

.apollo-petitions-box.apollo-petitions-banner .apollo-petitions-social,
.apollo-petitions-box.apollo-petitions-slanted .apollo-petitions-social {
	text-align: left;
}

.apollo-petitions-box.apollo-petitions-slanted .apollo-petitions-social {
	margin-bottom: 0;
	float: left;
	width: 40%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	border-right: 1px solid #d8d8d8;
	height: 45px;
}

.apollo-petitions-box.apollo-petitions-slanted .apollo-petitions-website {
	float: right;
	width: 60%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #aaaaaa;
	font-size: 16px;
	transition: all 0.15s;
	-webkit-transition: all 0.15s;
	height: 45px;
	border-radius: 0 0 6px 0;
}

.apollo-petitions-box.apollo-petitions-slanted .apollo-petitions-bottom {
	border-top: 1px solid #d8d8d8;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.apollo-petitions-box.apollo-petitions-slanted:hover .apollo-petitions-website {
	background-color: #00aeef;
	color: #fff;
}

.apollo-candidate-group {
	display: block;
}

.candidates_spinner {
	font-size: 40px;
	text-align: center;
	display: none;
}

.candidates_spinner i {
	-webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
	from {
			-webkit-transform: rotate(0deg);
	}
	to {
			-webkit-transform: rotate(359deg);
	}
}

.apollo_petitions {
	opacity: 0;
	display: block;
}


/* Responsive Styles */

@media (min-width: 1025px){
	
	.apollo_petitions .apollo-petitions-box:nth-child(3n){
		margin-right: 0;
	}
	
	.apollo-petitions-finalone-container,
  .apollo-petitions-finaltwo-container {
		display: block;
		width: 100%;
		text-align: center;
		clear: both;
	}

	.apollo-petitions-finalone-container:after,
	.apollo-petitions-finaltwo-container:after {
		content: "";
		display: table;
		clear: both;
	}
	
	.apollo-petitions-finalone-container .apollo-petitions-box,
	.apollo-petitions-finaltwo-container .apollo-petitions-box {
		float: none;
    margin-right: 0;
    display: inline-block;
	}
	
	.apollo-petitions-finaltwo-container .apollo-petitions-box:first-child {
		margin-right: 2%;
	}
	
}

@media (max-width: 1100px){
	
	.apollo-petitions-title {
		max-width: 100%;
		padding: 30px 30px 20px 30px;
	}
	
}

@media (max-width: 1024px){
	
	.apollo_petitions .apollo-petitions-box {
		float: left;
		width: 49%;
		margin-right: 2%;
	}

	.apollo-petitions-finalone-container {
		float: left;
		width: 49%;
		margin-right: 0;
		display: block;
	}
	
	.apollo-petitions-finalone-container .apollo-petitions-box {
		 display: block;
		 width: 100%;
	}

	.apollo_petitions .apollo-petitions-box.apollo-petitions-box-finaltwo:last-child {
		float: none;
    clear: both;
    display: block;
    margin: 0 auto;
    width: 49%;
	}
	
}

@media (max-width: 1024px) and (min-width: 769px){
	
	.apollo_petitions .apollo-petitions-box:nth-child(2n){
		margin-right: 0;
	}
	
}

@media (max-width: 768px) and (min-width: 576px){
	
	.apollo_petitions .apollo-petitions-box:nth-child(2n){
		margin-right: 0;
	}
	
}

@media (max-width: 675px) {
	
	.apollo_petitions .apollo-petitions-box {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	
	.apollo-petitions-finalone-container {
		float: none;
		width: 100%;
	}
	
	.apollo_petitions .apollo-petitions-box.apollo-petitions-box-finaltwo:last-child {
		width: 100%;
	}
	
}