/*
	Theme Name: Relaunch Radio Client 
	Description: Relaunch Radio Client child theme for Genesis Framework.
	Author: Relaunch Radio
	Author URI: http://www.relaunchradio.com/
 
	Version: 1.0

	Template: genesis
	Template Version: 2.0.1
 
*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background-color: #fff;
	color: #333333;
	font-family: "Helvetica",Arial,Helvetica,Tahoma,sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #666;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
	margin: 4rem 4rem 2.4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #f15123;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	border-radius: 3px;
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}


input.contact[type="text"], input.contact[type="email"] {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0px;
    color: #888888; margin-left:-1px;
    margin-bottom: 10px;
    padding: 12px 8px; height:40px;
    position: static;
    width: 260px; float:left; 
}

input.sum[type="text"], input.captcha[type="text"] {
    width: 60px;
}
input.contact[type="submit"] {
    background-color: #4D4D4D;
    border:0;
    border-radius: 0px;
    color: #FFF;
    margin-top: 10px;
    padding: 12px 0;
    position: relative;
    width: 100%;
}
#response {
    background-color: #333333;
    border: 1px solid #AAAAAA;
    border-radius: 0px;
    display: none;
    font-size: 14px;
    padding: 50px 11px;
    position: relative;
    width: 90%;
    z-index: 20;
}
input.contact[type="submit"]:hover {
    background-color: #333;
}
textarea.contact {
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 0px;
    color: #888888;
    height: 145px;
    margin-bottom: 10px; float:left;
    padding: 12px 8px;
    position: static; margin-left:-1px;
    width: 260px; 
}
.conform {
    margin-top: 0; max-width:302px;
}

#loading {
    display: none;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}

#contact div.field { height:40px; margin-bottom:10px; z-index:9999px; position:relative; padding-left:43px;}
#contact div.field .ficon {background: url("images/contact.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); width:43px; height:40px; z-index:9999px; position:absolute; left:0; top:0;}
label.error {display:none !important;}
#contact div.field input.valid, #contact div.field textarea.valid  {background: url("images/valid.png") no-repeat scroll 229px 10px #FFF; padding-right:40px;}
#contact div.field input.error, #contact div.field textarea.error {background: url("images/nvalid.png") no-repeat scroll 229px 9px #FFF; padding-right:40px;}
.captachimg {padding-left:50px; margin-bottom:5px; margin-top:15px;}
#contact div.field.company .ficon {background-position:0 -100px;}
#contact div.field.jobtitle .ficon {background-position:0 -150px;}
#contact div.field.phonenum  .ficon{background-position:0 -200px;}
#contact div.field.emailad .ficon {background-position:0 -250px;}
#contact div.field.mess .ficon{background-position:0 -300px;}
#contact div.field.mess { height:145px;}
#contact div.field.captcha .ficon {background: url("images/captcha.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); overflow:hidden; cursor:pointer;}
#contact div.field.captcha .ficon:hover {overflow:visible;}


#contact div.field.captcha .ficon div {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    bottom: 40px;
    color: #FFFFFF;
    font-size: 13px;
    left: -75px;
    line-height: 18px;
    padding: 12px;
    position: absolute; opacity:0;
    transition: opacity 0.3s ease-in-out 0s;
    width: 189px;  
}

#contact div.field.captcha .ficon:hover div {
     opacity:1; transition: opacity 0.3s ease-in-out 0s;
}

.cinfo {margin-bottom:20px; border:2px solid #444; padding:15px; }
/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 980px; padding:0px 20px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
	padding-top: 4rem;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 600px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 300px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}


.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.search-results .entry-title {
    border-bottom: 1px solid #E4E4E4;
    color: #333333;
    font-size: 24px; 
	margin-bottom:15px;
	letter-spacing: -1px;
	}
	
.search-results .entry {
    margin-bottom:10px;
}
	
.author-box {
	padding: 40px;
	padding: 4rem;
}

.author-box-title {
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box a {
	border-bottom: 1px solid #ddd;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */

.entry-title {
 color: #333;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -2px;
	line-height: 1; padding-bottom:20px; border-bottom: 1px solid #E4E4E4; margin-bottom:35px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #666;
}

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
border-bottom: 1px solid #E4E4E4;
    color: #333333;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 1;
    margin-bottom: 35px;
    padding-bottom: 20px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */


/* Gravity Forms
--------------------------------------------- */


div.gform_wrapper input:focus,
div.gform_wrapper textarea:focus {
	border: 1px solid #aaa;
	outline: none;
	box-shadow: 0 0 3px rgba(110, 110, 110, 1);
}
div.gform_wrapper ::-moz-placeholder {
	color: #777;
	opacity: 1;
	font-weight: 300;
}
div.gform_wrapper ::-webkit-input-placeholder {
	color: #777;
	font-weight: 300;
}
div.gform_wrapper button,
div.gform_wrapper input[type="button"],
div.gform_wrapper input[type="reset"],
div.gform_wrapper input[type="submit"],
div.gform_wrapper .button,
div.gform_wrapper .entry-content .button {
	background-color: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}
div.gform_wrapper button:hover,
div.gform_wrapper input:hover[type="button"],
div.gform_wrapper input:hover[type="reset"],
div.gform_wrapper input:hover[type="submit"],
div.gform_wrapper .button:hover,
div.gform_wrapper .entry-content .button:hover {
	background-color: #555;
}


div.gform_wrapper input, div.gform_wrapper select,  div.gform_wrapper textarea {
background-color: #fff;
    border: 1px solid #bbb;
    border-radius: 3px;
    color: #333;
  }

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}
div.gform_wrapper .ginput_complex label {
	padding: 0;
}
div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}
div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium, .gform_wrapper .top_label textarea.textarea.medium, .gform_wrapper .hidden_label textarea.textarea.medium {
    width: 100% !important;
}
main.content .gform_wrapper .top_label .gfield_label {display:none;}
main.content div.gform_wrapper .gform_footer input[type="submit"] {
  display: block;
    font-size: 1.8rem;
    height: 60px;
    width: 100%;
}
main.content div.gform_wrapper li, main.content div.gform_wrapper form li {
    margin: 1rem 0 0;
    padding-right: 0 !important;
}
main.content .gform_wrapper .gform_footer {
    margin: 0em 0 0;
}
div.gform_wrapper input[type="email"], div.gform_wrapper input[type="text"],  div.gform_wrapper .ginput_complex label {
    padding: 1.2rem 1rem 1rem 1rem !important;
}
div.gform_wrapper input[type="email"], div.gform_wrapper input[type="text"] {
height:60px !important;
}
div.gform_wrapper textarea {
    padding: 1.7rem 1rem 1rem 1.4rem !important;
}
main.content .gform_wrapper {max-width:460px; margin:20px 0 0px;}

main .gform_wrapper div.validation_error, main .gform_wrapper .top_label .gfield_error {
    width: 100%;
}

main .gform_wrapper .top_label .gfield_error { padding-right: 4px !important;}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
}

.site-header .wrap {
	padding: 0px 20px;

}

/* Title Area
--------------------------------------------- */



header .site-title a {
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 115px;
    margin-bottom: 0;
    overflow: hidden;
    text-indent: -9999px;
    transition: all 0.2s ease-out 0s;
    width: 300px;
}

.entry-content a,.afbox a,.dlink a {
	color: #990000;
}

.entry-content a:hover, .afbox a:hover,.dlink a:hover {
	 border-bottom: 1px dotted #990000;
}

/* Full width header, no widgets */


.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-title a {
	float: left;
	min-height: 164px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}

.header-image .site-header .widget-area {
	padding: 40px 0;
	padding: 4rem 0;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	margin-top: 2.4rem;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none; 
	color: #ddd;
	display: block; font-size:18px;
	padding: 18px 15px;
	position: relative; 
}
.genesis-nav-menu li {float:left;}

.genesis-nav-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #eee; background:rgba(255,255,255,0.1);
}
.genesis-nav-menu .current-menu-item > a { color: #fff; background:rgba(255,255,255,0.075);}

.genesis-nav-menu  li.homel a {margin-left:-15px;}
.genesis-nav-menu  li.pricingl {float:right;}
.genesis-nav-menu  li.pricingl.dmob {display:none;}
.genesis-nav-menu  li.pricingl a {padding:3px 15px; border:2px solid #ccc ; border-radius:5px; color:#ddd; font-weight:normal; margin-top:15px; text-transform:uppercase; font-size:16px;}

.genesis-nav-menu  li.pricingl a:hover {
    background-color: #ccc;
    color: #444;
    transition: all 0.5s ease 0s;
}


.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #999;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: none;
}


.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
	padding: 2.8rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 14px 0 0;
	padding: 1.4rem 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: rgba(30, 30, 30, 0.5);
}

.vid-board .nav-primary {
    background-color: rgba(0, 0, 0, 0.75);
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}
.tmem p {margin-bottom:28px;}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-meta a {
	border-bottom: 1px solid #ddd;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	margin: 0 -40px;
	margin: 0 -4rem;
	padding: 32px 40px 8px;
	padding: 3.2rem 4rem 0.8rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #f15123;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-comments {
	padding: 40px;
	padding: 4rem;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.comment-respond a,
.entry-comments a {
	border-bottom: 1px solid #ddd;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #666;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	border-radius: 0px;
	margin-bottom: 40px; padding:20px; 
	margin-bottom: 4rem; border: 1px solid #D6D6D6;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
background-color:#222;
color:#ccc;
font-size:12px;
text-align:left;
padding:40px 0;
}

.footer_l {
float:left;
padding-top:10px;
}

.site-footer a {
border-bottom:0;
color:#eee;
}

.site-footer a:hover {
color:#fff;
}

.site-footer p {
margin-bottom:0;
}

.clr {
clear:both;
content:".";
display:block;
float:none!important;
height:0;
visibility:hidden;
}

.contact_l {
float:left;
width:425px;
font-size:18px;
line-height:1.35em;
}

.contact_r {
float:right;
width:302px;
}

#rmenu {
background:url(images/menu.png) no-repeat;
display:none;
float:right;
height:30px;
margin-top:20px;
outline:0 none;
text-indent:-9999px;
width:40px;
}

.feature {
background-image:url(https://relaunchradio.com/station/bg-vid-board.jpg);
overflow:hidden;
background-position:center center;
background-size:cover;
transition:height .4s ease 0;
width:100%;
}

.quote_con {
background:url(images/quote.png) no-repeat scroll left center rgba(0,0,0,0);
padding-left:65px;
}

.quote_con p {
font-size:22px;
margin-bottom:0;
line-height:1.3em;
font-weight:200;
color:#f3f3f3;
}

.feature_quote {
padding-top:10px;
padding-bottom:6px;
}

.site-title {
float:left;
width:auto;
margin-bottom:0;
padding:20px 0;
}

.stat_links {
float:right;
margin-top:20px;
}

.entry-content audio {
max-width:300px;
padding-bottom:20px;
margin-top:0;
display:none;
}

.stat_links a.slink {
display:inline-block;
}

.entry-content .lmore a {
color:#f3f3f3;
background:#333;
font-size:18px;
font-weight:400;
border-radius:5px;
padding:10px 25px;
}

.entry-content .lmore a:hover {
opacity:0.8;
color:#f3f3f3;
border-bottom:0;
}

.home .site-inner {
width:100%;
max-width:none;
padding:0;
}

.home .site-inner article.page {
margin-bottom:0;
padding:0;
}

.feature_con .blog_con h2 {
font-size:36px;
font-weight:700;
text-shadow:.05em .05em .05em #000;
margin-bottom:0;
color:#FFF;
letter-spacing:-2px;
text-align:center;
}

.feature_con {
background:none;
color:#FFF;
transition:all 0.4s ease-in-out 0s;
padding:45px 0 50px;
}

.feature_con.d-load {
background:none repeat scroll 0 0 rgba(0,0,0,0.30);
transition:all 0.4s ease-in-out 0s;
}

.vid-board .feature_con.d-load {
background-color:rgba(0,0,0,0.35);
transition:all 0.4s ease-in-out 0s;
}

.feature_con h2 {
font-size:48px;
font-weight:700;
text-shadow:.05em .05em .05em #000;
margin-bottom:0;
color:#FFF;
letter-spacing:-2px;
}

.feature_head {
font-size:28px;
font-weight:700;
margin-bottom:30px;
}

ul.featcol {
margin-right:50px;
list-style:none outside none;
float:left;
margin-bottom:0;
}

ul.featcol li {
font-size:28px;
line-height:1.3em;
}

.fpanels {
padding:60px 0 10px;
}

.fpanels h2 {
font-size:36px;
font-weight:900;
color:#232323;
letter-spacing:-3px;
margin-bottom:6px;
}

.entry-content .fpanels h3,.entry-content .s_right h3 {
color:#797979;
font-weight:300;
font-size:24px;
letter-spacing:-1px;
margin-bottom:13px;
}

.audio_panel {
background:#e7e7e7;
padding-top:60px;
padding-bottom:15px;
}

.feature_panel {
background:#F7F7F7;
padding-bottom:40px;
}

.feature_panel p {
line-height:1.6em;
color:#444;
width:75%;
margin-bottom:26px;
}

.special_panel {
background:#434343;
color:#fff;
padding-bottom:60px;
}

.special_panel.fpanels h2 {
color:#fff;
font-size:42px;
margin-bottom:10px;
}

.special_panel.fpanels h3 {
color:#fff;
margin-bottom:30px;
}

ul.speccol {
margin-right:50px;
list-style:none outside none;
float:left;
margin-bottom:0;
margin-left:0;
}

.special_panel ul.col2 {
margin-right:0;
}

ul.speccol li {
font-size:20px;
line-height:25px;
margin-bottom:15px;
list-style:none outside none;
}

.video_panel {
padding-bottom:60px;
}

.fpanels .video_l h2 {
font-size:48px;
line-height:52px;
color:#333;
}

.fpanels .video_l h3 {
line-height:40px;
}

.video_l {
width:200px;
float:left;
}

.price {
color:#444;
margin:0 auto 30px;
}

.pr_l {
float:left;
margin-top:18px;
}

.pr_r {
float:left;
margin-top:45px;
margin-left:8px;
line-height:1.3em;
font-size:14px;
}

.price_l {
float:left;
width:480px;
padding:0;
}

.price_r {
float:right;
width:302px;
padding:0;
}

.price .price_l p {
margin-bottom:20px;
}

.price_l .pr_top p {
margin-bottom:0;
line-height:1.5em;
}

.entry-content .price h3 {
font-size:16px;
margin-bottom:8px;
color:#333;
margin-top:0;
letter-spacing:0;
font-weight:700;
}

.ibox {
margin-bottom:18px;
background:#FFF;
color:#444;
border:1px solid #888;    
font-weight:600;
line-height:1.3em;
padding:18px 25px;
}

.entry-content ul.bene {
margin-left:0;
list-style:none outside none;
float:left;
width:205px;
margin-top:28px;
}

.entry-content ul.bene li {
background:url(images/valid.png) no-repeat left center;
padding-left:35px;
color:#444;
list-style-type:none;
}

.entry-content ul.bene h3 {
text-transform:uppercase;
font-weight:700;
font-size:16px;
color:#444;
border-bottom:1px solid #eee;
padding-bottom:6px;
margin-bottom:12px;
width:180px;
}

.entry-content .price h3 span {
font-size:14px;
font-weight:400;
position:relative;
top:-5px;
}

.entry-content .trigger h3 {
font-size:18px;
font-weight:400;
color:#3d3d3d;
cursor:pointer;
margin-bottom:0;
background:url(images/arrow.png) no-repeat scroll 4px 12px;
letter-spacing:0;
padding:10px 25px;
}

.tbox_top .trigger.active h3 {
background:url(images/arrow.png) no-repeat scroll 4px -71px rgba(0,0,0,0);
color:#900;
}

.tbox_top .trigger.active h3:hover {
background:url(images/arrow.png) no-repeat scroll 5px -271px #454545;
color:#eee;
}

.trigger h3:hover {
color:#fff;
background:url(images/arrow.png) no-repeat scroll 5px -173px #454545;
}

.tbox_top {
border-bottom:1px solid #E4E4E4;
margin-bottom:6px;
}

.tbox_sub {
margin-bottom:6px;
padding:3px 15px 15px;
}

.station_block {
margin-bottom:45px;
border-bottom:1px solid #E4E4E4;
padding-bottom:45px;
}

.s_left {
float:left;
width:200px;
padding-top:8px;
}

.arch_search {
margin-bottom:30px;
}

.s_right {
float:right;
width:680px;
}

.media_links {
margin-bottom:16px;
}

.entry-content .media_links a {
float:left;
margin-right:16px;
display:block;
border-bottom:0;
}

.entry-content .media_links a:hover {
border-bottom:0;
}

.entry-content .media_links a[target=_blank]:after {
content:none;
margin:0;
}

.media_links a.right {
float:right;
margin-right:0;
}

.entry-content h2 {
color:#333;
font-size:36px;
font-weight:700;
letter-spacing:-2px;
}

.entry-content h3 {
color:#333;
font-size:24px;
font-weight:700;
letter-spacing:-1px;
}

.prod_player p,.rev_player p {
margin-bottom:17px;
}

.rev {
border-top:1px solid #E4E4E4;
padding-top:24px;
margin-top:22px;
}

.rev p {
margin-bottom:14px;
}

.rev em {
display:block;
margin-top:12px;
}

.entry-content a[target=_blank]:after {
content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpERjA2MUU4Qzc4M0YxMUUzQjI4OEM2MzYyMUVFQzZFNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGRTc1OEE4QTc4QzMxMUUzQjI4OEM2MzYyMUVFQzZFNSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkRGMDYxRThBNzgzRjExRTNCMjg4QzYzNjIxRUVDNkU1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkRGMDYxRThCNzgzRjExRTNCMjg4QzYzNjIxRUVDNkU1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+YNNfZAAAAGZJREFUeNpi/P//PwM2EBYWhiLBGBoaiiKwatUqRiTFCUBqPojNgi6JRVEiiGbCYS1cEdCQBSAxJmIUgWxkQlOkgK4IDkCeAfkchoF8BTQ+WB7DaqBJD7C5G6tnsAEWbIGLDQAEGABlJj+1TTlmQwAAAABJRU5ErkJggg==);
margin:0 3px 0 5px;
}

.tmem img {
float:left;
margin-right:20px;
margin-bottom:10px;
max-width:85px;
margin-top:3px;
}

.tmem h4 {
font-size:16px;
font-weight:700;
margin-bottom:8px;
margin-top:0;
line-height:1.5em;
}

.teamblock h3 {
margin-bottom:25px;
}

.tmem {
clear:both;
}

.teamblock {
padding-bottom:15px;
border-bottom:1px solid #E4E4E4;
margin-bottom:35px;
}

.teamblock.lastt {
margin-bottom:0;
border-bottom:0;
}

.contact_l p {
margin-bottom:15px;
}

.map {
margin-top:30px;
margin-bottom:50px;
}

.page-id-98 .entry-content ul li a {
font-size:20px;
}

.blog .entry-title {
border-bottom:0;
color:#333;
font-size:36px;
font-weight:700;
letter-spacing:-2px;
line-height:1;
margin-bottom:24px;
padding-bottom:10px;
}

.stext {
color:#999;
font-size:14px;
margin-bottom:12px;
}

.blog main article {
border-bottom:2px solid #EDEDED;
margin-bottom:30px;
}

.sidebar .widget_recent_entries li {
border-bottom:2px solid #EDEDED;
padding-bottom:15px;
padding-top:5px;
margin-bottom:10px;
}

.blog_con h2 span {
display:block;
font-size:30px;
}

#btop {
background:url(images/arrowtop.png) no-repeat scroll center 13px / 20px auto rgba(0,0,0,0.5);
border-radius:100%;
bottom:60px;
color:#FFF;
font-size:18px;
font-weight:700;
opacity:0;
outline:0 none;
padding-bottom:8px;
padding-top:28px;
position:fixed;
right:10px;
text-align:center;
text-decoration:none;
transition:all 0.4s ease-in-out 0s;
width:70px;
z-index:9999 !important;
}

#btop:hover {
background:url(images/arrowtop.png) no-repeat scroll center 13px / 20px auto rgba(0,0,0,0.5);
color:#FFF !important;
text-decoration:none;
transition:all 0.4s ease-in-out 0s;
}

footer.site-footer a.topshow {
opacity:0.35 !important;
transition:all 0.4s ease-in-out 0s;
}

.lightbox {
background-color:rgba(0,0,0,0.6);
color:#F3F3F3;
display:none;
height:100%;
left:0;
min-height:100%;
min-width:100%;
position:absolute;
top:0;
width:100%;
z-index:99999 !important;
padding:0;
}

.lightbox .wrap {
max-width:960px;
position:relative;
margin:0 auto;
padding:0 10px;
}

.lightbox a.closeBtn {
font-size:12px;
color:#DDD;
top:5px;
right:10px;
font-weight:700;
position:absolute;
}

.entry-content .formwrap h3 {
color:#FFF;
background:#333;
margin-bottom:20px;
text-align:center;
padding:20px;
}

.entry-content .formwrap p {
margin-left:20px;
margin-right:20px;
color:#333;
font-size:14px;
margin-bottom:12px;
}

.entry-content .formwrap {
max-width:500px;
background:#e3e3e3;
position:relative;
margin:0 auto;
}

.entry-content .formcon {
width:322px;
margin:0 auto;
padding:10px 10px 20px;
}

.sharebar {
margin-top:40px;
}



.bloghead h1 {
border-bottom:1px solid #E4E4E4;
color:#333;
font-size:36px;
font-weight:700;
letter-spacing:-2px;
line-height:1;
margin-bottom:35px;
padding-bottom:20px;
}


.delay-half {
-webkit-animation-delay:0.5s;
-moz-animation-delay:0.5s;
-ms-animation-delay:0.5s;
-o-animation-delay:0.5s;
animation-delay:0.5s;
}

.delay-one {
-webkit-animation-delay:1s;
-moz-animation-delay:1s;
-ms-animation-delay:1s;
-o-animation-delay:1s;
animation-delay:1s;
}

.delay-one-half {
-webkit-animation-delay:1.5s;
-moz-animation-delay:1.5s;
-ms-animation-delay:1.5s;
-o-animation-delay:1.5s;
animation-delay:1.5s;
}

.media_links a:hover,#text-3 a:hover {
opacity:0.9;
}

.site-footer .footer_l a[target=_blank]:after {
content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGRTc1OEE4RDc4QzMxMUUzQjI4OEM2MzYyMUVFQzZFNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGRTc1OEE4RTc4QzMxMUUzQjI4OEM2MzYyMUVFQzZFNSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkZFNzU4QThCNzhDMzExRTNCMjg4QzYzNjIxRUVDNkU1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFNzU4QThDNzhDMzExRTNCMjg4QzYzNjIxRUVDNkU1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+cT6NCAAAAGJJREFUeNpi/P//PwM28P79exQJJpAAMoZJCAoKMgKpRLjKd+/e/QeZio6B4gkgORiNVSGyIigfUyG6IhhGUQhkK2BThKEQphiND5ZnQg8WoG8fYAsuJgYiAQu2wMUGAAIMAGpxu4i5g29WAAAAAElFTkSuQmCC);
margin:0 3px 0 5px;
}

.page-id-42	.entry-content {
width:90%;
}

.error404 .lmore {
margin-bottom:40px;
margin-top:30px;
}

.error404 .lmore a {
background:none repeat scroll 0 0 #4d4d4d;
}

.error404 .lmore a:hover {
background:none repeat scroll 0 0 #333;
}

.mejs-audio {
max-width:300px;
margin-bottom:20px;
}

.dlink {
position:absolute;
top:10px;
left:260px;
font-size:16px;
text-transform:none;
}

.entry-content .mejs-controls .mejs-time-rail .mejs-time-loaded {
background:none repeat scroll 0 0 #666;
}

.entry-content .mejs-container,.entry-content .mejs-embed,.entry-content .mejs-embed body {
background:none repeat scroll 0 0 #999;
}

.entry-content .mejs-controls .mejs-time-rail .mejs-time-current {
background:none repeat scroll 0 0 #888;
}

.entry-content .mejs-controls .mejs-button button:focus {
outline:0;
}

.s_right h2 {
font-size:31px;
}

.rev_player {
padding-bottom:10px;
}

.formcontainer {
max-width:302px;
margin-top:35px;
}

.home .feature {
background-image:url(https://relaunchradio.com/station/bg-vid-board.jpg);
background-position:center center;
background-size:cover;
overflow:hidden;
width:100%;
position:relative;
}

#featvid {
position:absolute;
min-width:100%;
background: transparent; 
}

#preload {position:absolute; 
top:0px; 
left:0px; display:none;
height:100%; 
width:100%; 
background-image:url(https://relaunchradio.com/station/bg-vid-board.jpg);
background-position:center center;
background-size:cover;
}
#preload img {bottom:10px; right:10px; position:absolute;}

.fvid {
height:100%;
opacity:1;
overflow:hidden;
background: transparent;
position:absolute;
min-width:100%;
width:100%;
left:0;
top:0;
display:none;
}

.home .feature_con {
z-index:1;
position:relative;
}

.nav-primary {
position:relative;
z-index:99999;
}

.s_left img {
opacity:0;
}

.credit,.special_panel .lmore {
margin-top:25px;
}

.footer_r,.video_r {
float:right;
}

.capimg img,.pr_l img {
display:block;
margin-bottom:0;
}

.nav-primary ul.genesis-nav-menu li.r-close,.stat_links a.mlink,.mnav,.home .entry-header,.tmem br,#wp-admin-bar-wp-logo {
display:none;
}

.tbox_sub p,.s_right p {
margin-bottom:10px;
}

.sharebarhead,.prod_player .mejs-audio {
margin-bottom:30px;
}

.page-id-7 .entry-header {
position:relative;
}

.footer_r a:hover {
opacity:0.8;
}

.home .fvid,.page-id-180 .fvid {
display:block;
}

.mobile .fvid {
display:none !important;
}

.pcolumn {
    float: left;
    margin-right: 70px;
    min-width: 305px;
}

.pcolumn.pright {
    margin-right: 0px;
}

.opt_panel {
    background: #FFF;
}

.opt_panel .wrap {
    max-width: 940px;
    border-top: 1px solid #d6d6d6;
    padding: 60px 0 0;
}

.afbox {
    border: 1px solid #d6d6d6;
    border-radius: 0;
    padding: 20px;
    max-width: 780px;
    margin: 0 auto 60px;
}

.afbox p {
margin-bottom:5px;
}

.afbox h3 a {
    color: #555;
}

.afbox h3 a:hover {
    color: #336699;
}

.nb_control {background: #333333 none repeat scroll 0 0;border-radius: 4px 4px 0 0;height: 38px; position:relative;}
.notify_box {width:300px; background:#f3f3f3; color:#333; z-index:99999; position:fixed; right:15px; border-radius:4px 4px 0px 0px; }
.notify_box h3 {color:#333; font-size:28px; font-weight:300; line-height:1.2em; margin-top:0px; margin-bottom:20px;}
.nb_content {padding:30px 30px 15px;}
.nb_control a {display:block; color:#FFF; font-size:20px; display:none; position:absolute; left:0px; top:0px; padding: 8px 12px; line-height:1; outline:0; width:100%; height:100%; text-align:right; }
.nb_control a:hover {opacity:0.8;}
.nb_action a {background:#333333; border:0px solid #fff; color:#eee; letter-spacing:0px; font-weight:400; text-transform:uppercase; display:inline-block; padding:10px 20px; font-size:14px; line-height:1.4em; border-radius:4px;}
.nb_action a:hover {background:#000; color:#fff; text-decoration:none;}
.nb_title {color:#fff; padding:5px 0px 0px 15px; font-size:18px; font-weight:400;}
.nb_close_session {padding-top:14px;}
.nb_close_session  a {color:#333;  font-size:11px; text-decoration:none;}
.nb_close_session  a:hover {text-decoration:underline; color:#444;}

.landing-link {margin-bottom:20px; margin-top: -10px; display: none;}
.landing-link a {font-weight: 600;}

.station_block:last-of-type {
    border-bottom:0px;
    margin-bottom: 0px;
    padding-bottom: 30px;
}

p.ct_block {
    padding-bottom:20px; 
    border-bottom:1px solid #ddd;
}

p.ct_block:last-child {
    border-bottom: 0;
}

p.ct_block strong {
    display: block;
}

p.ct_block span {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    color: #666;
    line-height: 1.4;
    margin-top: 3px;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 995px) {

.home .feature {
overflow:visible;
}

.content-sidebar .content {
width:63%;
}

.content-sidebar .sidebar-primary {
width:32%;
}

.station_block {
margin-left:auto;
margin-right:auto;
max-width:680px;
}

.s_left {
float:none;
width:auto;
padding-top:0;
padding-bottom:10px;
}

.s_right {
float:none;
width:auto;
}

.media_links a.right {
float:left;
}

.media_links a {
float:left;
margin-bottom:10px;
}

.media_links {
margin-bottom:6px;
}

.stat_links {
float:none;
text-align:center;
margin-top:0;
}

.site-header .wrap {
margin-top:70px;
}

.mhome {
display:none;
background:url(images/home.png) no-repeat 0 0;
text-indent:-9999px;
width:35px;
margin-left:10px;
height:35px;
margin-top:17px;
float:left;
}

.mlogo {
float:left;
margin-top:15px;
}

.mnav {
position:absolute;
display:block;
top:0;
left:0;
width:100%;
height:70px;
background:#2c2c2c;
padding-left:20px;
padding-right:20px;
}

.admin-bar .mnav {
top:32px;
}

.nav-primary ul.genesis-nav-menu {
padding-top:0;
padding-bottom:0;
}

.nav-primary ul.genesis-nav-menu li.menu-item {
display:block;
text-align:left;
height:auto;
border-bottom:1px solid #555;
float:none;
padding:0;
}

.nav-primary ul.genesis-nav-menu li.menu-item a {
display:block;
text-transform:none;
padding:8px 20px;
}

.nav-primary ul.genesis-nav-menu li.pricingl {
background:#555;
border-bottom:0;
}

.nav-primary ul.genesis-nav-menu li.pricingl a {
color:#f3f3f3;
background:url(images/icon.png) no-repeat 20px center;
padding-left:46px;
border:0;
font-weight:400;
margin-top:0;
border-radius:0;
font-size:18px;
}

.nav-primary .wrap {
padding:0;
}

body nav.nav-primary {
display:block;
max-height:0;
left:0;
overflow:hidden;
position:absolute;
top:70px;
width:100%;
background:none repeat scroll 0 0 #333!important;
-moz-transition:max-height .4s ease-in-out;
-o-transition:max-height .4s ease-in-out;
-ms-transition:max-height .4s ease-in-out;
z-index:9999;
-webkit-transition:max-height .4s ease-in-out;
margin:0;
}

.nav-primary ul.genesis-nav-menu li.r-close {
display:block;
border-top:0;
}

body.home nav.nav-primary {
top:-114px;
}

.nav-primary ul.genesis-nav-menu li.r-close a {
color:#777;
text-transform:uppercase;
font-weight:700;
}

.nav-primary ul.genesis-nav-menu li.r-close a span {
padding-left:8px;
}

body.admin-bar nav.nav-primary {
top:102px;
}

ul.featcol li {
font-size:24px;
line-height:1.4em;
}

#bar-wrapper,.genesis-nav-menu li.homel {
display:none!important;
}

.site-title,.nav-open .mlogo,.genesis-nav-menu #menu-item-21 {
display:none;
}

.nav-open .mhome,.open,#rmenu,.genesis-nav-menu .pricingl.dmob {
display:block;
}

.op_left {float:none;}
.op_right {float:none; }

.op_right a {position:static; margin-top:0px;}


}


@media only screen and (max-width: 850px) {
    
.landing-link {
    display: block;
}    

.content-sidebar .content {
width:auto;
float:none;
}

#featvid {
max-width:none;
}

.content-sidebar .sidebar-primary {
width:auto;
max-width:300px;
float:none;
}

.page-id-42	.entry-content {
width:auto;
}

.contact_l {
float:none;
max-width:425px;
width:auto;
margin:0 auto;
}

.contact_r {
float:none;
max-width:302px;
width:auto;
margin:0 auto;
}

.price {
max-width:480px;
}

.price_l {
float:none;
margin-bottom:40px;
width:auto;
}

.price_r {
float:none;
width:auto;
max-width:302px;
margin:0 auto;
}

ul.bene {
display:none;
}

.video_l {
float:none;
width:auto;
display:block;
margin-bottom:30px;
}

.video_r {
float:none;
}

.video_r iframe {
max-width:100%;
}

}


@media only screen and (max-width: 605px) {
    
    
       .ct-head {
        font-size: 20px !important;
        
    }
    
    .ct-head a {
        font-size: 14px !important;
        display: block;
        margin-top:10px;
        font-weight: normal;
    }

body.home nav.nav-primary {
top:-144px;
}

.pcolumn{
float:none; margin-right:0px; min-width:auto;
}

ul.featcol {
margin-right:0;
float:none;
}

.stat_links a.slink {
display:none;
}

.stat_links a.mlink {
display:inline-block;
}

.footer_l {
float:none;
padding-top:30px;
}

.footer_r {
float:none;
padding-top:0;
}

.feature_con h2 {
font-size:42px;
margin-bottom:5px;
}

.feature_head {
font-size:24px;
line-height:1.2em;
font-weight:700;
margin-bottom:20px;
}

.feature_panel p {
width:auto;
}

.page-id-7 .entry-title {
padding-bottom:50px;
}

.dlink {
top:43px;
left:0;
}

ul.featcol li,.quote_con p {
font-size:20px;
}

}


@media only screen and (max-width: 500px) {

.content-sidebar .sidebar-primary {
    margin-left: auto;
    margin-right: auto;
}

#contact div.field.captcha .ficon div {
    left: 0;
}

input.contact[type=text],
input.contact[type=email],
textarea.contact {
    width: 100%;
    max-width: 260px;
}

.notify_box {
	right:auto; 
	left:50%; 
	margin-left:-150px;
}

}
