/*
Theme Name: United to Protect Democracy
*/

/**RESET**/

* {margin: 0px; padding: 0px;}
.clear {clear: both;}
.bold {font-weight: 700}
.italic {font-weight: italic;}
a, img {outline: none; border: 0px; text-decoration: none;}
ul, li {list-style-type: none;}
html, body {min-width: 100%; max-width: 100%; min-height: 100%; width: auto; margin: 0; padding: 0;}
html {-ms-content-zooming: none;}
@-ms-viewport {width: device-width;}


/**PRELOADER**/

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff;
    z-index: 100000;
	}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%;
    top:50%;
    background-image:url(assets/images/status.gif);
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px;
	}



/****GLOBAL STYLES****/

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 1.53;
	font-weight: 400;
	color: #140d1f;
	background: #fff;
	background-image:url(assets/images/bkg-full.jpg);
	background-size:cover;
	background-position:center center;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	}

body.sub {
	background:#fff url(assets/images/bkg-sub.jpg) no-repeat bottom right;
	background-size:contain;
	}

a {
	font-family: 'Montserrat', sans-serif;
	color: #bf0a30;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	}
	
a:hover {
	color: #ff364b;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	}
	
h1, h2, h3, h4 {
	display: block;
	font-weight: 400;
	position: relative;
	}
	
h1 {
	font-size: 36px;
	line-height: 42px;
	color: #3f4245;
	margin-bottom: 40px;
	}
	
h2 {
	font-size: 32px;
	line-height: 1.3125;
	color: #32204e;
	}
	
h3 {
	font-size: 22px;
	line-height: 1.2727;
	color: #32204e;
	text-transform: uppercase;
	letter-spacing: .05em;
	}
	
h4 {
	font-size: 17px;
	line-height: 1.529;
	text-transform: uppercase;
	color: #140d1f;
	font-weight: 900;
	letter-spacing: .07em;
	}
	
label {
	font-weight: 900;
	font-size: 13px;
	text-transform: uppercase;
	color: #140d1f;
	letter-spacing: .07em;
	}

a, button, .btn, i, img {
	-webkit-transition: .25s all ease-in-out;
	-moz-transition: .25s all ease-in-out;
	transition: .25s all ease-in-out;
}
	

#root {
	width:100%;
	height:100%;
}

.cols {
	width: 100%;
	display:block;
	float:left;
}

.cols .col {
	width:50%;
	float:left;
	text-align:center;
	position:relative;
}
	
.col header {
	width:90%;
	margin: 0 auto;
	display:block;
}


header ul.social {
	float: left;
	margin-top: 20px;
	}
body.sub header ul.social {
	float:right;
	margin-right:10px;
	margin-top: 30px;
}	
header ul.social li {
	display: inline-block;
	padding-left: 15px;
	font-size:14px;
	text-transform: uppercase;
	color:#fff;
	font-weight:700;
	}
	
header ul.social li a {
	color: #fff;
	font-size:11px;
	font-weight:700;
	line-height:29px;
	}
header ul.social li a i {
	font-size:24px;
}
header ul.social li a:hover i {
	color: #bf0a30;
}
.col header .logo {
	display:block;
	margin-top:120px;
	float:left;
	width:100%;
}

#emailSignup {
	width:100%;
	float:left;
	margin:0 0 50px 0;
}
#emailSignup.subpage {
	max-width: 1000px;
    margin: 0 auto;
    float: none;
}
#emailSignup input {
	float:left;
	width:60%;
	text-indent:30px;
	height:50px;
	background-color:#f4f1ef;
	line-height:50px;
	color:#000;
	border:0;
	font-size:16px;
	outline:0;
	padding:0;
}
#emailSignup button {
	float:left;
	text-align:center;
	width:40%;
	height:50px;
	background-color:#515151;
	line-height:18px;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
	font-size:13px;
	border:0;
	outline:0;
}
#emailSignup button:hover{
	cursor:pointer;
	background-color:#000;
}

.wrapper {
	width:100%;
	float:left;
}

.pagebody {
	margin:0 auto;
	width:80%;
	text-align:left;
}

.pagebody .content, .pagebody .content p, .pagebody .content div {
	font-family: 'Cardo', serif;
	font-size:19px;
	line-height:28px;
	color:#747171;
}

.pagebody .content p {
	margin: 0 0 30px 0;
	padding:0;
}

.pagebody .content p a {
	font-size:16px;
	font-weight:700;
}

.circle {
	width:100%;
	margin:30px 0 20px 0;
	text-align:center;
}

.circle a {
	display:inline-block;
	width:220px;
	height:220px;
	max-width:95%;
	margin: 0 auto;
	border-radius:110px;
	-moz-border-radius:110px;
	-webkit-border-radius:110px;
	background-color:#bf0a30;
	text-align:center;
	font-size:16px;
	line-height:20px;
	font-weight:700;
	color:#fff;
}
.circle a:hover {
	background-color: #a2112f;
}
.circle a span {
	display: block;
	font-weight:700;
	width:50%;
	margin: 30% auto 0 auto;
	text-transform: uppercase;
}
.circle a i {
	font-size:38px;
	color:#fff;
}



#subheader {
	background-color:#008aff;
	height:90px;
	text-align:center;
}
#subheader .container {
	text-align:left;
	width:1000px;
	max-width:95%;
	margin:0 auto;
}
#subheader .container .logo img {
	height:74px;
	margin:8px 0 0;
}
.subwrapper {
	width:100%;
	display:inline-block;
	margin: 30px 0 50px 0;
}
.subwrapper .pagebody {
	width:850px;
	max-width:90%;
	margin:0 auto;
	color:#3f4245;
}

.subwrapper .pagebody b {
	font-weight:700;
}

.subwrapper .pagebody h1 {
	font-size:50px;
	line-height:57px;
	color:#3f4245;
}

.subwrapper .pagebody h2 {
	font-size:28px;
	line-height:38px;
	color:#3f4245;
	margin-bottom:30px;
}
.subwrapper .pagebody h3 {
	font-size:20px;
	line-height:30px;
	color:#3f4245;
}
.subwrapper .pagebody p {
	font-size:20px;
	line-height:29px;
	color:#3f4245;
	font-family: 'Cardo', serif;
}
.subwrapper .pagebody p a {
	font-size:19px;
	line-height:28px;
	
}
footer {
	position:absolute;
	width:50%;
	bottom:20px;
}

footer p {
	width:90%;
	margin: 0 auto;
	color:#fff;
	font-size:13px;
	line-height:17px;
	padding: 0px 0 0px 0;
}
footer p a {
	color:#fff;
	text-decoration: underline;
}

body.sub footer {
	position:relative;
	display:block;
	width:850px;
	max-width:90%;
	margin:0 auto 150px auto;
	/*border-top:solid 1px #c1c2c3;*/
	padding:30px 0;
}

body.sub footer p { 
	color:#3f4245;
	
}
body.sub footer p a { 
	color:#3f4245;
	text-decoration: underline;
	
}

.donateform input[type=text], .donateform input[type=email], .donateform input[type=tel], .donateform select {
	font-size:20px;
	line-height:29px;
	color:#3f4245;
	font-family: 'Cardo', serif;
	height:auto;
	padding:8px !important;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#fff;
	color:#3f4245;
	border: solid 1px #3f4245;

}
.donateform input[type=submit] {
	float:left;
	text-align:center;
	width:150px;
	height:50px;
	background-color:#515151;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
	font-size:18px;
	border:0;
	outline:0;
}
.give-form-title { display: none;}
.give_error, .give_success { padding-left: 40px;}
.give-table { font-size:18px;}

.give-btn {
	float:left;
	text-align:center;
	padding: 10px !important;
	background-color:#515151 !important;
	line-height:50px;
	color:#fff !important;
	font-weight:700 !important;
	text-transform:uppercase !important;
	font-size:14px !important;
	border:0;
	outline:0;
}
.give_error, .give_success { border-left:0px !important;}
.give_success:before { display: none !important;}
.give_error { background-color: #ffff00 !important;}
.give_error p { font-weight: 800; color: #FF0000 !important; font-family: Cardo-Bold; padding-left:20px; }
p.give_error { font-weight: 800; color: #FF0000 !important; font-family: Cardo-Bold; padding-left:20px !important; }
form[id*=give-form] .give-donation-amount .give-currency-symbol {
	
	background-color:#515151 !important;
	color:#fff !important;
	font-weight:700 !important;
	text-transform:uppercase !important;
	font-size:14px !important;
}
form[id*=give-form] .give-donation-amount #give-amount, form[id*=give-form] .give-donation-amount #give-amount-text {
	border: 1px solid #515151 !important;
}

@media screen and (max-width: 900px) {	
	body.home {
	background:#fff url(assets/images/bkg-sub.jpg) no-repeat bottom right;
	background-size:contain;
	}
	body.home .cols .col {
		display:block;
		width:100%;
	}
	body.home header {
		background-color:#008aff;
		height:90px;
		text-align:center;
		width:100%;
	}
	body.home .col header .logo {
		margin:8px 0 0 10px;
		float:left;
		width:auto;
	}
	body.home .col header .logo img {
		height:74px;
		float:left;
	}
	body.home ul.social {
		margin:20px 10px 0;
		float:right;
	}
	header ul.social li {
		padding-left:5px !important;
	}
	body.home footer {
		position:relative;
		display:block;
		float:left;
		width:850px;
		max-width:90%;
		margin:60px auto 150px auto;
		border-top:solid 1px #c1c2c3;
		padding:30px 0;
	}
	body.home footer p { 
		color:#3f4245;
	
	}
}

@media screen and (max-width: 550px) {	

	#subheader .container .logo img {
		height: 40px;
		margin-top:20px;
	}
	body.home .col header .logo img {
		height: 40px;
		margin-top:20px;
		
	}
	.subwrapper {
		margin: 20px 0 50px 0;
	}
	body.sub footer {
	margin:0 auto 100px auto;
	}
	
	#emailSignup input {
		width:50%;
	}
	#emailSignup button {
		width:50%;
		font-size:11px;
		line-height:14px;
	}
	header ul.social li {
		font-size:12px;
	}
}

