/*!
 * Styles for AFL-CIO Action Network Default Page Wrapper
 *
 * Last Updated: November 15, 2017
 */

/* =============================================================================
   FONTS
   ========================================================================== */
@font-face {
	font-family:'Klavika';
	src:url('//s3.amazonaws.com/dev.actionnetwork.files/fonts/klavikawebbasicregularsub-webfont.eot?#iefix') format('embedded-opentype'),
		url('//s3.amazonaws.com/dev.actionnetwork.files/fonts/klavikawebbasicregularsub-webfont.woff') format('woff'),
		url('//s3.amazonaws.com/dev.actionnetwork.files/fonts/klavikawebbasicregularsub-webfont.ttf') format('truetype'),
		url('//s3.amazonaws.com/dev.actionnetwork.files/fonts/klavikawebbasicregularsub-webfont.svg#KlavikaWebBasicRegular') format('svg');
	font-weight:normal;
	font-style:normal
}

@font-face {
	font-family:'Klavika';
	src:url('//s3.amazonaws.com/dev.actionnetwork.files/fonts/klavikawebbasicboldsub-webfont.eot?#iefix') format('embedded-opentype'),
		url('//s3.amazonaws.com/dev.actionnetwork.files/fonts/klavikawebbasicboldsub-webfont.woff') format('woff'),
		url('//s3.amazonaws.com/dev.actionnetwork.files/fonts/klavikawebbasicboldsub-webfont.ttf') format('truetype'),
		url('//s3.amazonaws.com/dev.actionnetwork.files/fonts/klavikawebbasicboldsub-webfont.svg#KlavikaWebBasicBold') format('svg');
	font-weight:bold;
	font-style:normal
}

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
::-moz-selection { background: #1B2548; color: #fff; text-shadow: none; }
::selection { background: #1B2548; color: #fff; text-shadow: none; }


/* =============================================================================
   General Styles
   ========================================================================== */
body {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

header {background:#6c7671;color:#fff; padding: 10px 5px 15px;}
	header h1{margin: 0px;line-height: 30px;}
		header h1 a{color: #fff !important; text-decoration: none !important; }
	.img-responsive.shading{margin-left: auto; margin-right: auto;}

header + section {
  background-image: url('//s3.amazonaws.com/dev.actionnetwork.files/img/header_shadow.png');
  background-repeat: no-repeat;
  padding-top: 8px;
  background-position: top center;
}

footer {
	font-size: 10px;
	color: #919191;
	height: 120px;
	padding-top: 8px;
	margin-top: 30px;
	background: url('//s3.amazonaws.com/dev.actionnetwork.files/img/footer_shadow.png') no-repeat scroll top center / contain;
}
	footer .copyright {float: left;}
	.footer-links {float: right; text-align: right;}
		.footer-links a {color: inherit;}



/* =============================================================================
   Actions + Other Pages
   ========================================================================== */
#can_embed_form h2.entry-title,
.event_full #can_embed_form .action_head h2:first-child {
	color: #eea211;
	text-transform: uppercase;
	margin-top: 20px;
	letter-spacing: 0;
}
#can_embed_form h2.entry-title {
  padding-bottom: 20px;
}

#can_embed_form .action_target {
    margin: 0 0 20px;
    padding: 0 0 20px 30px;
    border-bottom: 1px solid #b0b0b0;
    position: relative;
    /*font-family: inherit;*/
}
	.action_target:before {
	    font-family: "FontAwesome";
	    content: "\f05b";
	    display: inline-block;
	    font-size: 20px;
	    font-weight: normal;
	    width: 20px;
	    text-align: center;
	    color: #909090;
	    position: absolute;
	    left: 0;
	    top: 0;
	}

#action_info .action_info_user,
#action_info .action_info_location {
      position: relative;
      padding-left: 25px;
      width: auto;
}
#action_info .action_info_user:before,
#action_info .action_info_location:before {
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    width: 20px;
    margin-right: 5px;
    text-align: center;
    color: #AAAAAA;
    position: absolute;
    left: 0;
    top:0;
}
#action_info .action_info_user:before {content: "\f007"}
#action_info .action_sponsor_wrap .action_info_user:before {content: "\f0b1"}
#action_info .action_info_location:before {content: "\f041"}

#can_embed_form input[type="submit"],
#can_embed_form .button, #donate_auto_modal input[type="submit"],
#donate_auto_modal .button {
	background-color: #eea211!important;
}

#can_embed_form input[type="submit"]:hover,
#can_embed_form .button:hover, #donate_auto_modal input[type="submit"]:hover,
#donate_auto_modal .button:hover {
	background-color: #be820e!important;
}

#can_embed_form .action_status_running_total {
  color: #eea211!important;
  font-weight: 700!important;
}

#can_embed_form .check_radio_field label:only-child {margin-right: 0;}


/* =============================================================================
   Events
   ========================================================================== */
.event_full #can_embed_form .action_head h3 {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}
	.event_full #can_embed_form .action_head h3 .graytext { color: inherit; font-style: italic; }

#host_your_own { padding-top: 0; }
.action_sidebar:not(:last-child) { padding-bottom: 0; }

.event_campaign #can_embed_form #can_main_col #action_info .action_owner .action_info_user,
.event_campaign #can_embed_form #can_main_col #action_info .action_owner .action_info_location {
	float: left;
}


/* =============================================================================
   Letter Campaign
   ========================================================================== */
.letter_delivery #can_embed_form:not(.afl-processed) {padding: 0 15px;}
.letter_delivery #can_embed_form.can_768:not(.afl-processed) { padding: 0;}


/* =============================================================================
   Thank you pages
   ========================================================================== */
#can_thank_you #action_info .action_info_user:before {color: inherit;}
#can_embed_form #can_thank_you #action_info .action_info_user {text-align: left;}
.can_thank_you-block {padding: 5px;}
#can_embed_form.can_768 .can_thank_you-block {padding: 0;}
#can_thank_you p a {color: #FFFFFF; font-weight: bold;}
