/*
Theme Name: PrayzNetwork2
Theme URI: http://prayznetwork.com
Author: Josh Meyer
Author URI: http://photricity.com
*/


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* STRUCTURE */
body {
	background: #f0f0f0;
	color: #000;
	font: 11pt/1.3 'Roboto Condensed', sans-serif;
}
#wrap {
	background: #fff;
	width: 980px;
	margin: 0 auto;
	box-shadow: 0 0 21px #d7d4cf;
}
header {
	padding: 20px 0 0 0;
	height: 210px;
	background: #ec2028 url(img/header-footer.png) no-repeat 0px 85px;
	overflow: visible;
}
section {
	margin: 20px;
	overflow: hidden;
	width: 940px;
	clear: both;
}
article {
	margin-bottom: 40px;
	clear: both;
	overflow: visible;
}
footer {
	background: #000 url(img/header-footer.png) no-repeat 0px -290px;
	clear: both;
	padding: 50px 20px 20px 20px;
	margin-top: 50px;
	color: #fff;
	overflow: hidden;
}
.two-col {
	width: 460px;
	margin: 0 20px 20px 0;
	float: left;
	overflow: hidden;
}
.three-col {
	width: 300px;
	margin: 0 20px 20px 0;
	float: left;
	overflow: hidden;
}
.two-thirds {
	width: 620px;
	margin: 0 20px 20px 0;
	float: left;
	overflow: hidden;
}
.no-margin-right {margin-right: 0 !important;}
.three-col-flow {
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	column-count: 3;
	column-gap: 20px;
	margin-bottom: 20px;
}
.two-col-flow {
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
	margin-bottom: 20px;
}
.widget {
	border-radius: 20px;
	box-shadow: inset 0 0 21px #d7d4cf;
	padding: 10px 10px 1px 10px;
	margin-bottom: 20px;
	overflow: hidden;
}
.widget h3 {
	background: #ec2028;
	color: #fff;
	padding: 7px 10px;
	margin: -10px 0 8px -10px;
	border-radius: 20px 0 20px 0;
	display: table;
}
.widget h3 a {
	color: #fff;
}
.redbox {
	border-radius: 20px;
	padding: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	background: #ec2028;
	color: #fff;
}


/* TYPOGRAPHY */
h1 {font-size: 20pt; font-weight: bold; text-transform: uppercase;}
h2 {font-size: 16pt; font-weight: bold; text-transform: uppercase;}
h3 {font-size: 12pt; font-weight: bold; text-transform: uppercase;}
h4 {font-size: 11pt; font-weight: bold; text-transform: uppercase;}
p {margin: 0 0 20px 0;}
blockquote {margin: 5px 30px 15px 30px;}
big, .big {font-size: 14pt;}
small, .small {font-size: 9pt;}
strong, b {font-weight: bold;}
em, i {font-style: italic;}
.white {color: #fff;}
.red {color: #ec2028;}
.title {
	padding-left: 10px;
	border-left: 14px solid #cdc8b7;
	margin-bottom: 20px;
}
.post-info {clear: both; margin-top: -10px;}
ul.bullet li {list-style: disc outside none; margin-left: 20px; margin-top: 5px;}
ul.bullet {margin-bottom: 20px;}
ul.bullet ul li {list-style: circle outside none; margin-left: 20px;}
ul.link-list li {padding: 0; border-top: 1px solid #222;}
ul.link-list a {display: block; padding: 4px 0;}
ul.link-list {border-bottom: 1px solid #222; margin-bottom: 10px;}
.widget ul.link-list li {padding: 3px 0; border-top: 1px solid #ddd;}
.widget ul.link-list {border-bottom: 1px solid #ddd; margin-bottom: 10px;}
ul.gce-list li {padding: 3px 0; border-top: 0px solid #eee;}
.gce-list-grouped .gce-feed {margin-left: 0 !important; padding-bottom: 0 !important;}
.gce-list-title {padding-bottom: 0 !important;}
.gce-event-day {margin-bottom: 5px;}
code {
	display: block;
	font: 7pt/10pt monospace;
	background: #eee;
	border: 1px solid #aaa;
	padding: 5px;
	overflow: hidden;
}

a:link, a:visited {
	color: #ec2028;
	text-decoration: none;
}
a:hover, a:active {
	color: #f69094;
	text-decoration: none;
}


/* NAVIGATION */
nav {
	width: 770px;
	height: 30px;
	float: right;
	background: #cdc8b7;
	margin: 15px 0 10px 0;
}
#nav-garnish {
	width: 13px;
	height: 30px;
	float: right;
	background: #cdc8b7;
	margin: 15px 10px 10px 0;
}
nav li {
	float: left;
	position: relative;
	font: normal bold 14pt/30px 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #fff;
	white-space: nowrap;
}
nav a {
	height: 30px;
	padding: 0 7px 0 7px;
	display: block;
}
nav li ul {
	background: #cdc8b7;
	position: absolute;
	left: -9999px;
	z-index: 9999;
}
nav li ul li {
	float: none;
}
nav li ul a {
	white-space: nowrap;
}
nav li:hover ul {
	left: 0;
}
nav a:hover, nav a:active, nav li:hover a {
	background: #a8a59a;
	color: #fff;
	text-shadow: 1px 1px 0 #333;
}
nav li:hover ul a {
	background: #cdc8b7;
	color: #ec2028;
	text-shadow: 1px 1px 0 #fff;
}
nav li ul a:hover {
	background: #a8a59a;
	color: #fff;
	text-shadow: 1px 1px 0 #333;
}
#mobile-nav {
	display: none;
}


/* MISC */
.left {float: left;}
.right {float: right;}
.clear {clear: both;}
.floatnone {float: none;}
.center {text-align: center;}
.full-width {width: 100%;}
#logo {float: left; margin-left: 20px;}
#slogan {
	width: 140px;
	float: left;
	margin: 30px 0 0 40px;
	text-transform: uppercase;
	font-size: 20pt;
	font-weight: bold;
}
#radio-box {
	width: 320px;
	height: 65px;
	float: right;
	margin: 30px 0 0 0;
	background: #000;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.1;
}
#listen-live {
	display: block;
	margin: -22px 0 0 -30px;
	position: absolute;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}
#listen-live:hover{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
}
.on-the-air {
	display: block;
	font-size: 14pt;
	margin: 5px 0 3px 0;
}
#currenttitle, #currentartist {
	font-size: 8pt;
	font-weight: bold;
	line-height: 1.1;
}
/*
#donate {
	display: inline-block;
	float: right;
	margin: -7px 20px 0 0;
	background: none;
}
*/
#donate {
	display: inline-block;
	float: right;
	margin: -28px 20px 0 0;
	background: none;
}
table.schedule {width: 100%;}
table.schedule td {padding: 5px; background: #eaebec; border: 1px solid #fff;}
.schedule .col-one {width: 15%; background: #d7d8d9;}
.schedule .col-two {width: 35%; background: #d7d8d9;}
.schedule .col-three {width: 25%; background: #d7d8d9;}
.schedule .col-four {width: 25%; background: #d7d8d9;}

.gce-page-list .gce-list .gce-list-event {background-color: transparent !important;}
.gce-list {margin-bottom: 20px;}
#frequencies {
	width: 338px;
	float: right;
	margin-right: 0;
	line-height: 1.1;
}
.station {
	width: 86px;
	float: left;
	font-size: 13pt;
	text-align: center;
}
.fm {
	font-size: 17pt;
	font-weight: bold;
	color: #fff;
	text-shadow: 2px 2px 0 #000;
}
img {max-width: 100%; height: auto;}
.wpcf7-form-control-wrap {float: none;}

.video-wrap {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 15px;
}
.video-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#post-9 h1.title {
  display: none;
}

.sep {
  overflow: hidden;
}

/* Simple Social Buttons style sheet */
 div.simplesocialbuttons { height: 20px; margin: 10px auto 10px 0; text-align: left; clear: left; }
 div.simplesocialbutton { float: left; }
 div.ssb-button-googleplus { width: 100px; }
 div.ssb-button-fblike { width: 125px; line-height: 1; }
 div.ssb-button-twitter { width: 130px; }
 div.ssb-button-pinterest { width: 100px; }
 .fb-like iframe { max-width: none !important; }

 /* google custom search */
.gsc-control-cse {
	background: none !important;
	border: 0 !important;
}
.gsc-above-wrapper-area {
	border: 0 !important;
}

/* facebook plugin */
.rfbp-image {
  max-width: 330px !important;
}




/*! http://responsiveslides.com v1.54 by @viljamis */
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
.caption {
	position: absolute;
	display: block;
	bottom: -20px;
	left: 0;
	right: 0;
	padding: 15px;
	text-align: center;
	background: #000;
	background: rgba(0,0,0, .5);
	color: #fff;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
}




/* FORMS */
.wpcf7-form,
.ninja-forms-cont {
	padding: 10px;
	margin-bottom: 20px;
	background: #000;
	color: #fff;
	border-radius: 20px;
	line-height: 2;
	overflow: hidden;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=email],
.wpcf7-form input[type=email]:focus,
.ninja-forms-cont input[type=text],
.ninja-forms-cont input[type=text]:focus {
	background: #fff;
	padding: 4px;
	margin: 0 0 0 3px;
/*	height: 16px;*/
	border: 0;
	border-radius: 5px;
	font: 11pt/1 'Roboto Condensed', sans-serif;
	outline: none;
}
.wpcf7-form h3,
.ninja-forms-cont h2 {
	background-color: #ec2028;
	color: #fff;
	padding: 7px 10px;
	margin: -10px 0 8px -10px;
	border-radius: 0 0 20px 0;
	display: table;
	line-height: 1.1;
	font-size: 12pt;
}
.wpcf7-form textarea,
.ninja-forms-cont textarea {
	display: block;
	width: 95%;
	height: 65px;
	background: #fff;
	border: 0;
	border-radius: 5px;
	padding: 2%;
	margin: 0;
	font: 11pt/1.1 'Roboto Condensed', sans-serif;
}
.wpcf7-form textarea:focus,
.ninja-forms-cont textarea:focus {
	outline: 0;
}
input[type=submit], a.button {
	color: #fff;
	background: #ec2028;
	border-radius: 5px;
	padding: 5px 10px;
	border: 0;
	font: 11pt/1.1 'Roboto Condensed', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
a.button {
  line-height: 2.5;
}
#s, #s:focus {
	display: block;
	background: #fff;
	float: left;
	padding: 4px;
	margin: 0;
	width: 100px;
	height: 16px;
	border: 0;
	border-radius: 5px;
	font: 11pt/1 'Roboto Condensed', sans-serif;
	outline: none;
}
#searchsubmit {
	display: block;
	background: #fff;
	color: #000;
	float: left;
	margin: 0 0 0 10px;
	padding: 4px;
	height: 24px;
	border: 0;
	border-radius: 5px;
	font: 11pt/1 'Roboto Condensed', sans-serif;
	text-transform: none;
}
.wpcf7-checkbox .wpcf7-list-item {
	display: block;
}

.field-wrap {
  margin-bottom: 5px !important;
}

/* GIVEAWAY FORM */
#wpcf7-f611-p1359-o1 .wpcf7-form {
  color: #000;
  background: none;
  border: 2px solid #ec2028;
}
#wpcf7-f611-p1359-o1 input[type=text],
#wpcf7-f611-p1359-o1 textarea {
  border: 1px solid #777;
}
#wpcf7-f611-p1359-o1 .wpcf7-submit {
  background: #84dd61;
  padding: 18px 50px;
  font-size: 14pt;
  box-shadow: inset 0 0 21px #119408;
  border: 1px solid #75b45c;
  background: linear-gradient(to bottom, #b5f2b5 0%,#119408 100%) no-repeat;
}

/* DONATE FORM */
.dgx-donate-form-section {
  border: 2px solid #ec2028 !important;
  border-radius: 5px !important;
}
.dgx-donate-container {
  background: none !important;
}
input.dgx-donate-pay-enabled {
  display: block;
  margin: 0 auto !important;
}
#dgx-donate-form-payment-section {
  border: 0 !important;
}


/* WORDPRESS */
.alignleft {
	float: left;
	text-align: left;
	margin-right: 10px;
	max-width: 48%;
}
.alignright {
	float: right;
	text-align: right;
	margin-left: 10px;
	max-width: 48%;
}
.aligncenter {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.wp-caption {
	text-align: center;
	padding: 4px 0;
}
.wp-caption img {
	margin-bottom: 4px;
	padding: 0px;
	border: 0px;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0;
	height: 80px;
}


/* MOBILE */
@media screen and (max-width:979px) {
	section {
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;
	}
	#wrap, header {width: 100%;}
	.two-col {
		width: 49%;
		margin: 0 2% 0 0;
	}
	.three-col {
		width: 32%;
		margin: 0 2% 0 0;
	}
	.two-thirds {
		width: 64%;
		margin: 0 2% 20px 0;
	}
	.sliderbutton, .pagination {
		display: none;
	}
	#tinyslider {padding-left: 0;}
}
@media screen and (max-width:868px) {
  #slogan {
    display: none;
  }
}
@media screen and (max-width:847px) {
	.two-col, .three-col, .two-thirds, .two-col-flow, .three-col-flow {
		width: 100%;
		margin: 0;
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	#donate {
		display: none;
	}
	nav ul {display: none;}
	nav {width: 100%; margin-bottom: 30px;}
	#nav-garnish {display: none;}
	#mobile-nav {
		display: inline-block;
		height: 30px;
		width: 205px;
		margin-left: 20px;
		margin-right: 0;
		font: 14pt/30px 'Roboto Condensed', sans-serif;
		font-weight: bold;
		text-shadow: 1px 1px 0 #fff;
		background: #cdc8b7;
		color: #ec2028;
		border: 0;
	}
	.rslides_container {margin-bottom: 20px;}
	#radio-box {margin-bottom: 20px;}
}
@media screen and (max-width:643px) {
	#logo {width: 230px; height: 112px;}
}
@media screen and (max-width:530px) {
	#frequencies {display: none;}
	#slider, #slider li {width: 440px; height: 163px;}
	.alignleft, .alignright {float: none; clear: both; margin: 0;}
	.three-col .alignleft {float: left; clear: none; margin-right: 10px;}
	.three-col .alignright {float: right; clear: none; margin-left: 10px;}
}
