/* Styles for CWA Page Wrappers

Don't change the file name, but this is - version 2.3 - notes are in the AN Notes & Wrappers doc

Update this file in the T1 group */

body {
	color:#4E4E4E;
	margin: 0;
	background-color:#f8f8f8;
	}
									/* Font */
body, #form-comments, #textarea {
	font-family:"Helvetica",Arial,sans-serif;
	}
									/* Main Wrapper */
.gen_wrapper {
	padding: 30px;
	width: 1160px;
	max-width: 100%;
	margin: auto;
	}
									/* Header */
#gen_header {
	font-family: 'Roboto Condensed', sans-serif; /* Google API Font */
	padding: 10px 5px 15px;
	background-color: #d52424;
	text-align: center;
	color:#ffffff;
	}
.gen_wrapper .gen_name {			/* Header Title (if Text is used instead of image) */
	color: #ffffff;
	font-size:36px;
	}
.gen_wrapper .gen_name a, #gen_header a {
    color: inherit;
	text-decoration: none !important;
	}
									/* Page Title */
#can_embed_form h2.entry-title,
.event_full #can_embed_form .action_head h2:first-child,
#can_embed_form .entry-title {
	color: #d52424;
	font-family: 'Roboto Condensed', sans-serif; /* Google API Font */
	}

									/* Event Title */
.event_full #can_embed_form .action_head h3	{
	font-family: 'Roboto Condensed', sans-serif;
	}

blockquote {
    border-left: 5px solid #eee;
    font-size: 17.5px;
    margin: 0 0 20px;
    padding: 10px 20px;
	}

.gen_wrapper #can_embed_form .action_status_running_total,
.can_embed-html #can_embed_form .action_status_running_total,
.gen_wrapper a,
#can_fundraising_widget a {
	color:#d52424; 					/* Hyperlinks, Action Status Color */
	text-decoration: none;
	}

.gen_wrapper a:hover,
#can_fundraising_widget a:hover {
	color:#d52424; 					/* Hyperlinks Color Hover */
	opacity: .7;
	text-decoration: none;
	}
									/* Action Box */
#can_embed_form #can_sidebar {
    box-shadow: 0 1px 5px 5px #dcdcdc;
	width: 343px;
	max-width: 96%;
	}

#can_embed_form #can_main_col {
	width: 500px;
	max-width: 96%;
	}
									/* Button Color */
.gen_wrapper #can_embed_form input[type="submit"],
.can_embed-html #can_embed_form input[type="submit"],
.gen_wrapper #can_embed_form .button, .can_embed-html #can_embed_form .button,
.gen_wrapper #donate_auto_modal input[type="submit"],
.can_embed-html #donate_auto_modal input[type="submit"],
.gen_wrapper #donate_auto_modal .button, .can_embed-html #donate_auto_modal .button {
	background-color: #009900;
	}
									/* Button Hover Color*/
.gen_wrapper #can_embed_form input[type="submit"]:hover,
.can_embed-html #can_embed_form input[type="submit"]:hover,
.gen_wrapper #can_embed_form .button:hover,
.can_embed-html #can_embed_form .button:hover,
.gen_wrapper #donate_auto_modal input[type="submit"]:hover,
.can_embed-html #donate_auto_modal input[type="submit"]:hover,
.gen_wrapper #donate_auto_modal .button:hover,
.can_embed-html #donate_auto_modal .button:hover {
	background-color: #006600;
	}

									/* Footer */
#footer {
	display:block;
	font-size: 12px;
	height: 140px;
	padding: 30px 60px 30px 40px;
	margin-top: 30px;
	border-top: 5px solid #eee;
	background: #efefef;
	line-height:2em;
	}
#footer, #footer a {
	color:#4E4E4E;
	}
#footer-info { float:left; }
#footer-title {
	font-size:14px;
	font-weight:700;
	}
.footer-links {
	float: right;
	text-align: right;
	list-style:none;
	padding-bottom:1.5em;
	}
.footer-links a {
	color: inherit;
	text-decoration:none;
	}
.footer-links a:hover { text-decoration:underline; }

									/* Hide */
#logo_wrap, #join #logo_wrap,
#action_info,
#join .action_info_user,
#join .international_link-wrap,
#join .country_drop_wrap,
#can_embed_form #d_sharing,
#can_fundraising_widget #can_embed_form #donation_recipient_wrap,
#can_main_col #donation_recipient_wrap {
    display: none !important;
    }
									/* Fundraising Pages */
#can_embed_form #donate_disclaimer ul {
	margin:0;
	}
#can_embed_form #donate_disclaimer li {
	list-style:outside disc;
	margin:0 3em;
	max-width:90%;
	}
#donate_auto_modal p {
	margin:1em 0;
	}
									/* Mobile */

@media only screen and (max-device-width: 480px) {
				/* Action Box */
    #can_embed_form #can_sidebar {
        box-shadow: none;
        }
    #footer {
        padding: 35px 20px;
        border-top: 1px solid #bfbfbf;
        background: none;
        }
    .footer-links {
        float: none;
				clear: both;
				margin-top: 20px;
        text-align: left;
        padding-left: 0;
        }
		.footer-links a {
				text-decoration:underline;
			}

			/* Submit Button */
				.gen_wrapper #can_embed_form input[type="submit"] {
					-webkit-appearance: none;
					-moz-appearance: none;
					appearance: none;
				}

}
