img {
  image-rendering: initial !important;
  -ms-interpolation-mode: initial !important;
}

h1, h1 a, #header .logo .title, .error_subtitle, .cmsms_pricing_table .cmsms_currency, .cmsms_pricing_table .cmsms_price, .cmsms_pricing_table .cmsms_coins, .post.format-quote .cmsms_quote_content, .post.format-aside .cmsms_post_cont .cmsms_post_content, .post.format-status .cmsms_post_cont .cmsms_post_content, .share_posts > h3, .about_author > h3, .related_posts > h3, .comment-respond .comment-reply-title, .cmsms_search_post_number, .cmsms_pricing_table .cmsms_pricing_item .pricing_title {
	font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif !important;
}

/* Menu Styles */

#header li.menu-item.donate > a {
	background-color: #1A2930;
}
#header li.menu-item.donate:hover > a,
#header li.menu-item.donate:focus > a {
	background-color: #fff;
	border: none;
}

/* Page Styles */

@media only screen and (min-width: 1025px) {
	section.full-width {
	    max-width: 1001px;
	    margin: auto;
	    left: -30px !important;
	}
}

@media only screen and (min-width: 1440px) {
	section.full-width {
	    max-width: 1241px;
	    margin: auto;
	    left: -40px !important;
	}
}

/* Home Styles */

.home .headline {
	display: none;
}

#home-slider .cmsms_row_inner {
	padding: 0 !important;
}

#home-slider .cmsms_column.one_first .cmsms_text > p {
	display: none;
}

.header_top .donate-button {
	display: none;
}

@media only screen and (min-width: 1000px) {
	#rev_slider_1_1_wrapper {
		width: calc( 100% + 22px ) !important;
    	left: -10px !important;
	}
}

@media only screen and (min-width: 1200px) {
	#rev_slider_1_1_wrapper {
		width: calc( 100% + 22px ) !important;
    	left: -10px !important;
	}
}

@media only screen and (min-width: 1400px) {
	#rev_slider_1_1_wrapper {
		max-width: 1240px;
		width: calc( 100% + 41px ) !important;
		left: -20px !important;
	}
}


/* Candidates Archive Styles */

.header_mid_inner .logo img {
	width: auto !important;
	height: auto !important;
	max-width: 200px !important;
}

.post-type-archive-candidates .headline {
	display: none;
}

.post-type-archive-candidates .content_wrap {
	margin: 0;
	padding: 0;
	width: 100%;
}

.post-type-archive-candidates h1,
.single-candidates h1,
.post-type-archive-candidates h2,
.post-type-archive-candidates h3,
.single-candidates h2,
.single-candidates h3 {
	font-family: 'Roboto Condensed', Arial, sans-serif;
}

.post-type-archive-candidates h2,
.single-candidates h2 {
	font-size: 32px;
	text-transform: uppercase;
	line-height: 1.2;
}

.post-type-archive-candidates h3,
.single-candidates h3 {
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 5px !important;
}

.post-type-archive-candidates h4,
.single-candidates h4 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0.5em;
}

#middle .post-type-archive-candidates img {
	max-width: 40%;
	margin-bottom: 10px;
}

.post-type-archive-candidates img.fright {
	float: right;
	margin-left: 20px;
}

.post-type-archive-candidates img.fleft {
	float: left;
	margin-right: 20px;
}

@media only screen and (max-width: 600px) {
	.post-type-archive-candidates img {
		max-width: 100%;
		margin: 0 0 20px;
		float: none;
	}
}

.post-type-archive-candidates .candidates-archive-header {
	min-height: 400px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    background-image: url('../images/whitehouse.jpg');
    background-size: cover;
    background-position: left center;
    position: relative;
}

.post-type-archive-candidates .candidates-archive-header::before {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
}

.post-type-archive-candidates .candidates-archive-header .inner {
	max-width: 550px;
	padding: 30px 20px;
	margin-left: 5%;
	z-index: 1;
}

@media only screen and (max-width: 600px) {
	.post-type-archive-candidates .candidates-archive-header .inner {
		margin-left: 0;
	}
}

.post-type-archive-candidates .candidates-archive-header h1 {
	font-size: 38px;
	line-height: 1.3;
	color: #fff;
}

.post-type-archive-candidates .candidates-archive-header p {
	font-size: 18px;
	color: #fff;
	line-height: 1.7;
}

.post-type-archive-candidates .candidates-archive-description {
	background-color: rgba(247, 206, 49, 1);
	padding: 80px 20px;
}

@media only screen and (max-width: 600px) {
	.post-type-archive-candidates .candidates-archive-description {
		padding: 60px 20px;
	}
}

.post-type-archive-candidates .candidates-archive-description .inner {
	max-width: 600px;
	margin: auto;
	border: 5px solid #1a2930;
	background: #fff;
	padding: 30px 30px 10px;
}

.post-type-archive-candidates .candidates-container {
	text-align: center;
	padding: 60px 20px;
}

@media only screen and (max-width: 600px) {
	.post-type-archive-candidates .candidates-container {
		padding: 40px 20px;
	}
}

.post-type-archive-candidates .candidates-container h2 {
	margin-bottom: 0.2em;
}

.post-type-archive-candidates .candidates-container .candidates {
    max-width: 600px;
    margin: 30px auto 0;
    padding: 0;
}

.post-type-archive-candidates .candidates a {
	display: flex;
	flex-direction: column;
	margin: 10px 0 10px;
	padding: 10px;
}

.post-type-archive-candidates .candidates a:hover {
	text-decoration: none !important;
}

.post-type-archive-candidates .candidates a:hover .candidate-image {
    transform: translate(-10px, -12px) rotate(-5deg) scale(1.3);
}

.post-type-archive-candidates .candidates a:hover li {
	transform: translateY(-5px);
	/*border-color: rgba(247, 206, 49, 1);*/
	text-decoration: none;
}

.post-type-archive-candidates .candidates li {
	border: 1px solid #1a2930;
	border-top: 5px solid #1a2930;
	padding: 20px;
	transition: 0.2s all ease-in-out;
	display: flex;
}

.post-type-archive-candidates .candidates li::before {
	content: none;
}

@media only screen and (max-width: 500px) {
	.post-type-archive-candidates .candidates li {
		display: block;
		text-align: center;
		max-width: 200px;
		margin: auto;
		width: 100%;
	}

	.post-type-archive-candidates .candidates li * {
		text-align: center;
	}
}

.candidate-image {
    width: 105px;
    height: 105px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 15px;
    transition: 0.2s all ease-in-out;
    border: 2px solid rgba(247, 206, 49, 1);
}

@media only screen and (max-width: 500px) {
	.candidate-image {
	    margin: 0 auto 20px;
	}
}

.candidate-info {
    flex: 1 1 0;
}

.candidate-info p {
	color: #aaa;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 12px;
}

.candidate-info * {
    margin: 0;
}

.candidate-rating {
	font-size: 75px;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    line-height: 1;
    display: flex;
    align-items: flex-end;
}

.candidate-rating span {
	font-size: 50px;
}

.post-type-archive-candidates .candidates-archive-info-box {
	text-align: center;
	padding: 100px 35px;
	background-color: #111;
}

@media only screen and (max-width: 600px) {
	.post-type-archive-candidates .candidates-archive-info-box {
		padding: 80px 35px;
	}
}

.post-type-archive-candidates .candidates-archive-info-box .inner {
	max-width: 600px;
	margin: auto;
	-webkit-box-shadow: -15px 15px 0px 0px rgba(247, 206, 49, 1);
	-moz-box-shadow: -15px 15px 0px 0px rgba(247, 206, 49, 1);
	box-shadow: -15px 15px 0px 0px rgba(247, 206, 49, 1);
	background: #fff;
	padding: 30px 30px 10px;
}

.post-type-archive-candidates .candidates-archive-info-box .inner.two {
	margin-top: 80px;
	-webkit-box-shadow: 15px 15px 0px 0px rgba(247, 206, 49, 1);
	-moz-box-shadow: 15px 15px 0px 0px rgba(247, 206, 49, 1);
	box-shadow: 15px 15px 0px 0px rgba(247, 206, 49, 1);
}


/* Candidates Single Styles */

.single-candidate-header {
	display: flex;
	padding: 40px 0 40px;
	border-bottom: 2px solid #000;
	align-items: center;
	margin-bottom: 50px;
}

@media only screen and (max-width: 600px) {
	.single-candidate-header {
		flex-direction: column;
	}
	.single-candidate-header * {
		margin: 0 0 20px;
		padding: 0;
		text-align: center;
	}
}

.single-candidate-header .candidate-image {
	width: 150px;
	height: 150px;
	border: 2px solid #000;
}

.single-candidate-header .candidate-info {
	margin-right: 30px;
}

.single-candidate-header .candidate-info h1 {
    font-size: 40px;
    margin-bottom: 10px;
}
@media only screen and (max-width: 600px) {
	.single-candidate-header .candidate-info {
	    margin-right: 0;
	}
	.single-candidate-header .candidate-info h1 {
	    margin-bottom: 20px;
	}
}

.single-candidate-header .candidate-info p {
	font-size: 18px;
}
@media only screen and (max-width: 600px) {
	.single-candidate-header .candidate-info p {
	    margin-bottom: 10px;
	}
}

.single-candidate-header .candidate-rating {
	padding: 20px;
	background-color: #000;
	color: #fff;
}

.single-candidate-more-info {
    display: flex;
    margin-bottom: 80px;
	align-items: flex-start;
}

@media only screen and (max-width: 600px) {
	.single-candidate-more-info {
	    flex-direction: column-reverse;
	}
}

.single-candidate-more-info .candidate-comment {
	padding: 10px 0 10px 30px;
	border-left: 5px solid rgba(247, 206, 49, 1);
	font-size: 30px;
	font-family: 'Roboto Condensed', Arial, sans-serif;
	line-height: 1.2em;
}

.single-candidate-more-info .candidate-comment cite {
	display: block;
	color: #aaa;
	letter-spacing: 0.5px;
	font-size: 16px;
	font-style: normal;
	margin-top: 30px;
	line-height: 1;
	font-family: Arial, sans-serif;
}

.single-candidate-more-info .candidate-comment cite.source {
	margin-top: 15px;
}

.single-candidate-more-info .candidate-comment cite.source a {
	border-bottom: 1px dotted #000;
	font-size: 12px;
	display: inline;
	text-decoration: none !important;
}

.single-candidate-more-info .candidate-comment cite.source a:hover {
	color: #ccc;
	cursor: pointer;
}

.single-candidate-more-info .candidate-comment::before {
	content: none;
}

.single-candidate-more-info .candidate-support {
	flex: 0 0 58%;
	padding-right: 40px;
}

@media only screen and (max-width: 600px) {
	.single-candidate-more-info .candidate-support {
		padding-top: 40px;
		border-top: 1px solid #f7f7f7;
		margin-top: 40px;
		padding-right: 0;
		width: 100%;
	}
}

.single-candidate-more-info .candidate-support ul {
	padding-left: 30px;
	padding-top: 10px;
	margin-bottom: 40px;
}

.single-candidate-more-info .candidate-support li a {
	font-size: 20px;
	padding-bottom: 2px;
	font-weight: 400;
}

.single-candidate-more-info .candidate-support li::before {
	content: '\2713';
	left: -28px;
}

.single-candidate-more-info .cmsms_button:hover {
	text-decoration: none !important;
}

.single-candidate-more-info .cmsms_button.take-action {
	background: #000 !important;
	border-color: #000 !important;
}

.single-candidate-more-info .cmsms_button.take-action:hover {
	background: #f7c131 !important;
	border-color: #f7c131 !important;
}

.single-candidates #bottom {
	display: none;
}

/* Action Page Styles */

.page-id-47 .headline {
	display: none;
}

#other a {
	color: #fff;
	text-decoration: underline;
}

#other a:hover {
	color: #f7ce3e;
}
