/*
Theme Name: Promise FM
Description: Promise FM Radio Station Theme
Version: 1.0
Author: Anagram Design Werks
*/

/* =RESET
-----------------------------------------------------------------------------------*/

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

strong {
      font-weight: bold;
}
em {font-style: italic;}
small {font-size: 85%;}


/* =LINKS
-----------------------------------------------------------------------------------*/

a {
	text-decoration: underline;
	color: #003366;
}
a:hover {
	text-decoration: underline;
}


/* =HEADINGS
-----------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    color: #4B4C4C;
    font-family: "futura-pt-1", "futura-pt-2", sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 34px;
  	line-height: 32px;
    padding: 15px 0 10px;
}
h2 {
    font-size: 16px;
    padding: 16px 0 9px;
    color: #003366;
    font-style: italic;
}
h3 {
    font-size: 16px;
    padding: 17px 0 8px;
}
h4 {
    font-size: 14px;
    margin-bottom: 5px;
    padding: 5px 0 7px;
    text-transform: uppercase;
}
h5 {
    font-size: 14px;
    padding: 0 0 6px;
}
h6 {
    font-size: 18px;
    padding: 8px 0 0;
}

/* =GENERAL
-----------------------------------------------------------------------------------*/

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	background: #f5f5f5;
}
#header,
#top-nav,
#content-wrap,
#home-top,
#home-content,
#newsletter,
#footer {
	margin: 0 auto;
	padding: 0 30px;
	width: 900px;
}
.green-button {
	display: inline-block;
	font-size: 14px;
	padding: 5px 10px;
	margin: 0 0 10px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #b8c3b7;
	border-right: 1px solid #b8c3b7;
	border-bottom: 1px solid #a8baa6;
	color: #f0f0f0;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "futura-pt-1", "futura-pt-2", sans-serif;
	font-weight: bold;
	background: #3c942a;
	background: -moz-linear-gradient(
		top,
		#5db343 0%,
		#386e32);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#5db343),
		to(#386e32));
}

/* =HEADER
-----------------------------------------------------------------------------------*/

#header-wrap {
	background: #fcfcfc;
	height: 200px;
}
/* Logo */
#logo {
	position: relative;
	float: left;
}
#logo-bg {
	position: absolute;
	left: -168px;
	top: -20px;
	width: 596px;
	height: 220px;
	background: url(img/logo-bg.png) center center no-repeat;
}
#logo a {
	display: block;
	width: 250px;
	height: 162px;
	background: url(/wp-content/uploads/2017/03/new-logo-website.png) no-repeat;
	margin: 20px 0 0;
}


/* Listen Now */
#listen-now {
/*	float: right;	*/
}
#listen-now .bold{
	font-size: 16px;
	font-weight: bold;
	font-family: "futura-pt-1","futura-pt-2", sans-serif;
}
#listen-now #on-air {
	float: right;
	padding: 17px !important;
  	margin: 0 !important;
	border-radius: 0 0 14px 14px;
	background: #ededed;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) inset;
}
#listen-now #on-air h1 {
  	font-size: 32px !important;
	line-height: 32px !important;
	letter-spacing: -1px !important;
}
#listen-now #on-air img {
	float: left;
	margin-right: 10px;
}
#listen-now #on-air .fake-image {
	width: 55px;
	height: 80px;
	float: left;
	margin-right: 10px;
	background: url(img/fake-image.png) no-repeat;
}
#listen-now #on-air a.listen-now {
	font-size: 16px;
	float: left;
	display: block;
	padding: 10px 15px;
	margin: 0 0 10px;
	border-top: 1px solid #666;
	border-left: 1px solid #727272;
	border-right: 1px solid #727272;
	border-bottom: 1px solid #909090;
	color: #f0f0f0;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "futura-pt-1", "futura-pt-2", sans-serif;
	font-weight: bold;
	background: #3c942a;
	background: -moz-linear-gradient(
		top,
		#5db343 0%,
		#386e32);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#5db343),
		to(#386e32));
}
#listen-now #on-air a.on-air {
	text-decoration: none;
}
#listen-now #on-air a.on-air .bio {
	font-size: 11px;
	text-decoration: underline;
}
#listen-now #currently-playing {
	float: right;
	clear: right;
  	margin-top: 10px;
}
#listen-now #currently-playing .last-ten {
	clear: right;
	float: right;
	font-size: 11px;
	margin-top: 5px;
}

#event-promo {
	float: left;
    margin: 15px 50px 0px 70px;
 	width: 160px;
}


/* Top Menu */
#top-nav-wrap {
	height: 58px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	background: #384b64;
	background: -moz-linear-gradient(
		top,
		#40577a 0%,
		#324356);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#40577a),
		to(#324356));
	box-shadow: 0 5px 7px rgba(0, 0, 0, 0.4);
	font-family: "futura-pt-1","futura-pt-2", sans-serif;
}
#top-nav ul.menu {
	margin-left: 10px;
}
#top-nav ul li {
	float: left;
}
#top-nav ul li a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #ccc;
	font-size: 16px;
	font-weight: bold;
	padding: 20px;
}
#top-nav ul li a:hover {
	color: #ffcc00;
}
#top-nav ul li.current-menu-item > a,
#top-nav ul li.current_page_item > a {
	color: #fff;
}
#top-nav ul li.current-menu-parent > a,
#top-nav ul li.current_page_parent > a {
	color: #fff;
}
/* Sub Menu*/
#top-nav ul li > ul {
	z-index: 99999;
	background: #666;
	padding: 5px 0;
	display: none;
	position: absolute;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}
#top-nav ul li:hover > ul {
	display: block;
}
#top-nav ul li > ul li {
	float: none;
	padding: 0 15px;
}
#top-nav ul li > ul li a{
	padding: 10px 5px;
}
#top-nav ul li > ul li ul {
	left: 100%;
	top: 0;
	width: 100%;
}
/* Slider */
#slider-wrap {
	background: url(img/slider-wrap-bg.jpg) repeat-x 0 60px;
}
#slider {
	margin: 30px auto;
	width: 876px;
	height: 280px;
	background: url(img/slider-bg.jpg) repeat-x;
	padding: 10px;
	border-radius: 0 20px 20px 0;
}
#slider-inner-wrap {
	float: left;
	width: 585px;
	height: 280px;
}
#slider-inner-wrap #orbit-inside,
#slider-inner-wrap div.orbit-wrapper,
#slider-inner-wrap .custom-slider {
	height: 280px !important;
}
#slider-inner-wrap #orbit-inside {
	overflow: hidden;
}
#promise-facebook {
	background: #f9f9f9;
	height: 280px;
	width: 280px;
	margin: 0 0 0 10px;
	float: left;
	border-radius: 0 10px 10px 0;
	position: relative;
}
#promise-facebook .fb-link {
	display: block;
	width: 278px;
	height: 90px;
	background: url(img/facebook-bg.png) no-repeat center center;
}
#promise-facebook #latest-tweet {
	background: url(img/quotes.png) no-repeat 15px 0;
	margin: 0 10px;
	padding: 0 0 0 60px;
	font-size: 16px;
    font-weight: bold;
    line-height: 1.2em;
    height: 140px;
}
#promise-facebook .fb-like {
	margin-left: 15px;
	position: absolute;
	bottom: 15px;
}
#promise-facebook #latest-tweet .created {
	font-weight: normal;
	font-size: 13px;
	color: #555;
}

/* =HOME
-----------------------------------------------------------------------------------*/

#home-main-wrap {
	background: #3a3d3f;
	background: -moz-linear-gradient(
		top,
		#343739 0%,
		#414345);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#343739),
		to(#414345));
}
#home-top-wrap {
	padding: 20px 0;
	height: 90px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	background: #384b64;
	background: -moz-linear-gradient(
		top,
		#40577a 0%,
		#324356);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#40577a),
		to(#324356));
	box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
}
#home-top-wrap h4{
	color: #ffcc00;
	padding-top: 0;
	text-align: center;
}
#learn-more,
#daysponsor,
#biz-partner {
	float: left;
	width: 260px;
	padding: 0 13px;
}

#learn-more a {
	float: right;
	padding: 10px 15px;
	text-decoration: none;
}
#learn-more p {
	float: right;
	font-size: 95%;
	text-align: right;
	color: #cecece;
	margin: 0 0 10px;
}
#daysponsor {
	width: 300px;
	text-align: center;
	color: #cecece;
}
#daysponsor h5 {
	color: #fff;
	font-size: 16px;
}

#daysponsor p > a {
	 color: #fff
}
#daysponsor p > a:hover {
	 text-decoration: underline;
}


#biz-partner-banner {
	width: 234px;
	height: 60px;
	margin: 0px auto;
  	color: #efefef;
}
#biz-partner-banner a {
	text-decoration: none;
	color: #efefef;
  	text-decoration: underline;
}
#biz-partner-banner a:hover {
	color: #fff;
  	text-decoration: underline;
}
/* Home Content */
#home-content {
	padding: 20px 0;
}
#home-content h3 {
	text-transform: uppercase;
	color: #ffcc00;
	margin-bottom: 15px;
}
#home-content #latest {
	width: 280px;
	color: #ccc;
	float: left;
	padding: 0 10px;
}
#home-content #latest h5{
	font-size: 13px;
	padding-top: 0;
}
#home-content #latest .latest-thumbnail{
	float: left;
	margin: 0 10px 0 0;
}
#home-content #latest .latest-excerpt{
	float: left;
	width: 230px;
	font-size: 11px;
	margin-bottom: 10px;
}
#home-content #latest .post{
	margin-top: 0;
}
#home-content #latest a{
	color: #ccc;
	text-decoration: underline;
}
#home-content #latest h5 a{
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
#home-content #latest h5 a:hover {
	text-decoration: underline;
}
#home-content #promise {
	width: 280px;
	float: left;
	padding: 0 15px;
	margin-left: 15px;
}
#home-content #promise > .promise-action {
	margin: -35px 3px 0 0;
	font-size: 10px;
	float: right;
	color: #fff;
}
#home-content #promise > .promise-action > a{
	color: #fff;
}

#home-content #promise > .promise-action > a:hover {
	text-decoration: underline;
}


#home-content #promise > a > img {
	border: 1px solid #666;
}

#home-content #home-video {
	float: left;
	background: #e9e9e9;
	padding: 10px;
	margin: 40px 0 20px 5px;
}
#home-content #event-banner {
	float: left;
	margin-top: 40px;
	width: 585px;
}
/* =CONTENT
-----------------------------------------------------------------------------------*/

#content {
	float: left;
	width: 560px;
	padding: 20px 20px 50px 10px;
	line-height: 1.2em;
}
	#content.full {
		width:900px;
	}
#content .breadcrumbs {
	font-size: 10px;
}
#content .breadcrumbs a {
	color: #666;
	text-decoration: none;
	font-size: 10px;
}
#content .post-thumbnail {
	display: none;
}
#content p {
	margin: 15px 0;
  	line-height: 18px;
	color: #333;
}
#content ul {
	list-style-type: disc;
	margin: 10px 0 0 20px;
}
#content ol {
	list-style-type: decimal;
	margin: 10px 0 0 20px;
}
#content ol ol {
	list-style-type: lower-alpha;
}
#content .latest-thumbnail {
	float: left;
	margin: 0 10px 0 0;
}
#content .latest-excerpt {
	margin-bottom: 10px;
}
#content .post {
	margin-bottom: 20px;
	border-bottom: 1px dotted #999;
}
/* WP Core */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}

/* =SIDEBAR
-----------------------------------------------------------------------------------*/

#sidebar {
	width: 240px;
	float: right;
	background: #e9e9e9;
	padding: 10px;
	margin: 17px 0;
}

#sidebar > ul > li:first-child {
	margin: 0 0 20px 0px;
}

#sidebar > ul > li {
	margin: 0 0 10px;
}

#sidebar > ul > li > h4 {
	 text-align: center;
	margin: 10px 0;
	color: #333;
	font-size: 120%;
}

#sidebar > ul > li > h4 > a {
	 text-decoration: none;
	 color: #333;
	 font-size: 120%;
}

#sidebar > ul > li > h4 > a:hover {
	 text-decoration: underline;
	 color: #036;
}

#sidebar > ul > li > h4 > a > img {
	 display: none;
}
#sidebar > ul > li:last-child {
	margin-top: 20px;
	margin-bottom: 0px;
}

#sidebar > ul > li > ul > li {
	margin: 10px 0;
}

#sidebar > ul > li > ul > li > a {
	text-decoration: none;
}

#sidebar > ul > li > ul > li > a:hover {
      text-decoration: underline;
}

/* =FOOTER
-----------------------------------------------------------------------------------*/

/* Newsletter */
#newsletter-wrap {
	height: 80px;
	background: #384b64;
	background: -moz-linear-gradient(
		top,
		#40577a 0%,
		#324356);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#40577a),
		to(#324356));
	border-bottom: 1px solid #325171;
}
#newsletter h3 {
	color: #ffcc00;
	float: left;
}
#newsletter p {
	color: #cecece;
	float: left;
	font-size: 12px;
	width: 290px;
	padding: 17px 20px 8px;
	line-height: 1.2em;
}
#newsletter .newsletter-form {
	float: left;
	padding: 17px 0 8px;
}
#newsletter .newsletter-form input[type=text] {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3) inset;
	padding: 8px 5px;
	margin: 0 10px;
	width: 300px;
	height: 20px;
	border: 0px solid;
}
/* Footer */
#footer-wrap {
	border-top: 1px solid #354a5f;
	background: url(img/footer-bg.png);
}
#footer {
	padding: 30px;
}
#logo-footer {
	float: left;
	background: url(img/footer-logo.png);
	width: 150px;
	height: 100px;
	margin: 0 40px 0 0;
}
/* Widgets */
#widgets-footer {
	float: left;
	width: 530px;
	padding: 0 10px;
}
#widgets-footer ul {
	list-style: none;
}
#widgets-footer > ul > li{
	float: left;
	width: 155px;
	margin: 10px 10px 0;
}
#widgets-footer > ul > li  ul  li{
	padding: 2px 0;
}
#widgets-footer > ul > li h4 {
	border-bottom: 1px solid #474747;
	color: #666;
}
#widgets-footer ul li a {
	text-decoration: none;
	text-transform: lowercase;
	color: #666;
}
#widgets-footer ul li a:hover {
	color: #ffcc00;
}
#contact-footer {
	margin-top: 10px;
	float: right;
	color: #666;
}
#contact-footer h4 {
	color: #666;
}
#social-icons {
	margin: 10px 0 0 0;
}
#social-icons a {
	display: block;
	width: 32px;
	height: 32px;
	background: url(img/social-icons.png);
	float: left;
	margin: 3px;
}
#social-icons a.youtube {
	background-position: -32px 0;
}
#social-icons a.youtube:hover {
	background-position: -32px -32px;
}
#social-icons a.twitter:hover {
	background-position: 0 -32px;
}
#social-icons a.facebook {
	background-position: -64px 0;
}
#social-icons a.facebook:hover {
	background-position: -64px -32px;
}

/* =WEATHER WIDGET
-----------------------------------------------------------------------------*/

#sidebar .weather-wrapper {
    border: none !important;
    border-radius: 0 !important;;
    box-shadow: none !important;;
    margin: 0 !important;;
    padding: 10px;
}

/* =DAY SPONSOR FORM TWEAK
-----------------------------------------------------------------------------*/

#ufo-cell-682-2-left,
#ufo-cell-681-2-left,
#ufo-cell-678-2-left {
	width: 560px !important;
}
#ufo-cell-678-2-center textarea{
	width: 412px !important;
}
#ufo-cell-684-2-left {
	width: 290px !important;
}
#ufo-cell-684-2-center {
	width: 20px !important;
}
#ufo-cell-682-2-center textarea{
	width: 417px !important;
}
#ufo-cell-675-2-center {
	margin-left: 210px;
    margin-top: -32px;
    width: 203px;
}
#ufo-cell-676-2-center {
	margin-left: 210px;
    margin-top: -32px;
    width: 203px;
}
#ufo-cell-679-2-left,
#ufo-cell-680-2-left {
	width: 560px;
}
#ufo-cell-681-2-center,
#ufo-cell-683-2-center {
	width: 417px;
}
#ufo-cell-683-2-left {
	width: 423px;
}
#latest-tweet .fb_desc{
	color: #555;
}

/* =EVENT CALENDAR PRO HOME PAGE WIDGET TWEAK
--------------------------------------------------------------------------------*/
.tribe-events-adv-list-widget ol li {
	margin-bottom: 10px !important;
	list-style-type: none;
}
.tribe-events-adv-list-widget-2 h4.entry-title {
	margin-bottom: 0px;
}
.tribe-events-adv-list-widget-2 h4.entry-title a {
	text-decoration: none;
}
.tribe-events-adv-list-widget-2 h4.entry-title a:hover {
	text-decoration: underline;
}
.tribe-events-adv-list-widget-2 .duration, .date-start, .date-end, .end-time {
	font-weight: normal;
	font-size: 12px;
}
.tribe-events-widget-link {
	float: right;
	font-size: 12px;
	text-decoration: underline;
	margin: 15px auto 0;
}
.tribe-mini-calendar-event .list-info h2 {
	font-size: 16px !important;
	font-weight: bold;
  	font-style: normal;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 0px !important;
  	padding-top: 0px;
}

.tribe-mini-calendar-event .list-info h2 a {
	text-decoration: none;
}
	
.tribe-mini-calendar-event .list-info h2 a:hover {
	text-decoration: underline;
}