/*actions.css*/

/* Action Archive
---------------------------- */

.site-container {
	background-color: #f6f6f6;
}

#action-grid figure.wpb_wrapper {
	display: block;
	width: 100%;
	margin: 0;
}

#action-grid .vc_btn3-container.vc_btn3-center {
	text-align: center;
}

#action-grid .vc_btn3.vc_btn3-size-md {
	font-size: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
}

#action-grid .vc_btn3.vc_btn3-shape-rounded {
	border-radius: 5px;
}
#action-grid .vc_general.vc_btn3 {
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	background-color: transparent;
	color: #5472D2;
	border: 1px solid transparent;
	box-sizing: border-box;
	word-wrap: break-word;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	position: relative;
	top: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	line-height: normal;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-size: 14px;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 20px;
	padding-right: 20px;
}

#action-grid .vc_btn3.vc_btn3-style-custom {
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1));
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1));
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1));
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
	background-repeat: repeat-x;
	background-size: 200%;
	background-position: 0 -100%;
}

#action-grid .vc_general.vc_btn3 {
  margin-bottom: 21.73913043px;
  max-width: 100%;
  margin-top: 10px;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

#action-grid .vc_btn3-container {
	display: block;
	margin-bottom: 21.73913043px;
	max-width: 100%;
}

#action-grid .action-row .action:first-of-type .vc_btn3 {
	background-color: #494b9f;
	color: #fff;
}
#action-grid .action-row .action:nth-of-type(2) .vc_btn3 {
	background-color:#0094cd;
	color: #fff;
}
#action-grid .action-row .action:nth-of-type(3) .vc_btn3 {
	background-color: #ab0871; 
	color: #fff;
}
#action-grid .vc_btn3.vc_btn3-style-custom:hover, 
#action-grid .vc_btn3.vc_btn3-style-custom:focus {
	background-position: 0 100%;
}

/* Action Detail
---------------------------- */
.single-campaign-action figure.vc_figure {
	margin: 0;
}

.single-campaign-action .action-aside-container {
	float: right;
}

.action-post-thumbnail {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.action-wrapper {
	width: 100%;
	padding-bottom: 20px;
	font-size: 30px;
	float: left;
}
.action-wrapper .progress {
	width: 100%;
	float: left;
	padding: 20px 20px 0;
}
.action-wrapper .progress-bar {
	width: 100%;
	height: 4px;
	background-color: #fff;
	background-color: rgba(255,255,255,0.6);
	position: relative;
}
.action-wrapper .progress-bar-percent {
	position: absolute;
	top: 0;
	left: 0;
	height: 4px;
	background-color: #494B9F;
}
.action-wrapper .progress-bar-caption {
	display: block;
	margin: 10px 0;
	font-size: 12px;
	color: #fff;
}
.action-wrapper .form-header {
	width: 100%;
	float: left;
	/*padding: 20px 20px 0;*/
	padding-bottom: 20px;
	color: #fff;
	display: none !important;
}
.action-wrapper .form-header h2 {
	color: #000;
}
.action-wrapper .form-header p {
	color: #000;
	padding: 0;
	margin-top: 4px;
}
.action-wrapper form {
	/*padding: 20px;*/
	width: 100%;
	float: left;
}
.action-wrapper form label,
.action-wrapper form legend {
	color: #fff;
	display: none;
}
.action-wrapper form .field {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.action-wrapper form .field h6 {
	font-size: 14px;
	margin: 8px 0 0;
	line-height: 1.2;
	font-family: 'Stag Sans Medium';
	color: #333;
}

.action-box form textarea,
.action-box form input[type="text"],
.action-box form input[type="password"],
.action-box form input[type="datetime"],
.action-box form input[type="datetime-local"],
.action-box form input[type="date"],
.action-box form input[type="month"],
.action-box form input[type="time"],
.action-box form input[type="week"],
.action-box form input[type="number"],
.action-box form input[type="email"],
.action-box form input[type="url"],
.action-box form input[type="search"],
.action-box form input[type="tel"],
.action-box form input[type="image"],
.action-box form input[type="file"],
.action-box form input[type="color"] {
  display: inline-block;
  padding: 0.8em 0;
  text-indent: 0.75em;
  margin: 0;
  vertical-align: middle;
  background-color: white;
  border: 1px solid #DDD;
  font-family: inherit;
  outline: none;
  font-size: 1rem;
  max-width: 100%;
  border-radius: .2em !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: inset 0 0.05em rgba(0,0,0,0.05);
}

.action-box form input[name="first_name"],
.action-box form input[name="last_name"],
.action-box form input[name="email"],
.action-box form textarea {
	width: 100%;
}

.action-box form button[type=submit] {
	width: 100% !important;
	padding: .7em 1em;
  margin: 0 0 0.625em;
  font-family: "Stag Sans",sans-serif;
  letter-spacing: -1px;
  font-size: 1rem;
  border: none;
  outline: none;
  line-height: 100%;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  border-radius: .2em !important;
  background: #DDD;
  color: #000;
  box-shadow: inset 0 -0.1em 0 #c4c4c4;

	background: #474E99;
	color: #fff;
	box-shadow: inset 0 -0.1em 0 #373c76;
}

.action-box form textarea {
	padding: 0.8em;
	text-indent: 0;
	min-height: 300px;
	line-height: 1.1;
}

.action-box form button[type=submit]:hover, 
.action-box form button[type=submit]:focus,
.action-box .social a.button-facebook:hover,
.action-box .social a.button-twitter:hover,
.action-box .social a.button-facebook:focus,
.action-box .social a.button-twitter:focus {
	background-position: 0 100%;
}

.action-box .step-thanks {
	padding: 20px;
}
.action-box .step-thanks h4,
.action-box .step-thanks .text p {
	width: 100%;
	font-size: 18px;
	display: block;
	clear: both;
}
.action-box .step-thanks h4 {
	margin-bottom: 10px;
}
.single-campaign-action #action-content {
	margin-left: 0;
}

.action-box .social a {
	color: #fff;
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	padding: 11px 15px 11px 35px;
	border: none;
	margin: 8px 8px 8px 0;


	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1));
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1));
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1));
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
	background-repeat: repeat-x;
	background-size: 200%;
	background-position: 0 -100%;
	transition: all 0.2s ease-in-out;
}
.action-box .social a.button-facebook,
.action-box .social a.button-twitter {
	position: relative;
}
.action-box .social a.button-facebook:before,
.action-box .social a.button-twitter:before {
	font-family: FontAwesome;
	position: absolute;
	left: 15px;
	top: 10px;
	color: #fff;
	font-size: 14px;
}
.action-box .social a.button-facebook:before {
	content: '\f09a';
}
.action-box .social a.button-twitter:before {
	content: '\f099';
}
.action-box .social a.button-facebook {
	background-color: #3b5998;
}
.action-box .social a.button-twitter {
	background-color: #1da1ef;
}
.single-campaign-action .action-footer {
	width: 100%;
	float: left;
	margin-top: 10px;
}
.single-campaign-action .action-footer p {
	font-size: 12px;
}
.single-campaign-action .theme-page {
	max-width: 990px;
	width: 100%;
}
.action-box .rep-results {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 13px;
	margin-bottom: 20px;
	/*opacity: 0.5;*/
	/*color: rgba(255,255,255,0.5);*/
	/*margin-bottom: 13px;*/
}
.action-box .rep-results h6 {
	width: 100%;
	float: left;
	font-size: 13px;
	margin: 0 0 13px;
}
.action-box .mps label {
	width: 100%;
	display: block;
	float: left;
	background-color: #e6e7e8;
	color: #3c3c3c;
	border-width: 4px;
	border-style: solid;
	border-color: #e6e7e8;

	position: relative;
	transition: all 300ms ease-in-out;
}
.action-box .mps .mp {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	border: none;
}
.action-box .mps .headshot {
	width: 75px;
	height: 75px;
	overflow: hidden;
	position: relative;
	display: block;
	float: left;
}
.action-box .mps .headshot img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.action-box .mps .content {
	width: calc(100% - 75px);
	float: left;
	position: relative;
	padding-top: 20px;
}
.action-box .mps .electorate,
.action-box .mps .name {
	text-align: left;
	padding: 0 40px 0 20px;
}
.action-box .mps .electorate {
	font-family: 'Stag Sans Medium';
	text-transform: uppercase;
	display: block;
}
.action-box .mps .name {
	display: block;
	font-size: 14px;
	margin-top: 4px;
}
.action-box .mps .mp input[type=radio] {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 0;
	height: 0;
}

.action-box .mps .mp label:before,
.action-box .mps .mp label:after {
	position: absolute;
	transform: scale3d(0,0,1);
	transition: all 200ms ease-in-out;
}
.action-box .mps .mp input[name=mp]:checked + label {
	background-color: #494b9f;
	color: #fff;
	border-color: #494b9f;
}
.action-box .mps .mp input[name=mp]:checked + label:after {
	transform: scale3d(1,1,1);
}
.action-box .mps .mp label:after {
	content: "\f058";
	display: inline-block;
	font: normal normal normal 32px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 21px;
	right: 22.5px;
	color: #fff;
}
.action-box #select-email {
	margin-bottom: 8px;
}

.single-campaign-action .header_container,
.single-campaign-action .footer_container,
.single-campaign-action #wpadminbar {
	display: none !important;
}

body.single-campaign-action,
body.single-campaign-action .site_container,
body.single-campaign-action .site-container {
	background-color: transparent !important;
}
.single-campaign-action .page_margin_top {
	margin-top: 0 !important;
}


@media screen and (max-width: 767px) {
	.single-campaign-action .action-aside {
		float: left;
	}
	#action-aside-container {
		width: 100%;
	}
}

@media screen and (max-width: 1009px) {
	.single-campaign-action .bread_crumb {
		padding: 10px 0 0;
	}
	.post-type-archive-campaign-action .theme-page {
		width: 462px;
	}
}