/*
Theme Name: Salem Media
Author: Seablaze
Author URI: https://www.seablaze.com
Description: Custom WordPress Theme.
Version: 1
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive-layout, custom-menu, editor-style, featured-images, accessibility-ready
Text Domain: wpcustomtheme

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =================================== CSS Reset =================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {  display: block;}
audio,
canvas,
video { display: inline-block;}
audio:not([controls]) { display: none;    height: 0;
}
[hidden],
template { display: none;}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {margin: 0;}
a { background: transparent;}
a:focus {outline: thin dotted;}
a:active,
a:hover {outline: 0;}
abbr[title] {border-bottom: 1px dotted;}
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 #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.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; 
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    vertical-align: middle;
    max-width:100%;
    width:auto\9;
    height: auto;
}
textarea { resize: vertical;}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
button,
input,
select,
textarea {
    color: #000;
    font-size:100%;
}
*, html, body {
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/**
 * 7.0 Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
    background-color: #f1f1f1;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #21759b;
    display: block;
    font: bold 14px/normal "Noto Sans", sans-serif;
    left: -9999em;
    outline: none;
    padding: 15px 23px 14px;
    text-decoration: none;
    text-transform: none;
    top: -9999em;
}

.logged-in .site .skip-link {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    font: bold 14px/normal "Open Sans", sans-serif;
}

.site .skip-link:focus {
    clip: auto;
    height: auto;
    left: 6px;
    top: 7px;
    width: auto;
    z-index: 100000;
}

/**
 * 8.0 Alignments
 */

.alignleft {
    display: inline;
    float: left;
}

.alignright {
    display: inline;
    float: right;
}

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

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.2em 1em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.2em 1em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}


/**
 * 9.0 Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
    content: "";
    display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
    clear: both;
}
/* Clearfix */
.clearfix:before,
.clearfix:after,
.site-width:before,
.site-width:after {
    content: " "; 
    display: table;
}
.clearfix:after,
.site-width:after {
    clear: both;
}
.clearfix,
.site-width {
    *zoom: 1;
}

i, em {
    font-style: italic;
}
b,
strong,
th {
    font-weight:700;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.3;
    color: #3b3a3a;    
    font-style: normal;
}
p {
    line-height: 1.6;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
    margin-top:0;
    margin-bottom:20px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
a {
    color: #0B5C9D;
    text-decoration: none;
    -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out; 
     -moz-transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out; 
       -o-transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out; 
          transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out; 
}
a:hover {
    color: #000;
    text-decoration: none;
}
.menu-toggle {
    display: none;
}
.site-width {
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
}
.site-width.homepage2 {
    margin-top: 100px;
}
body {
    padding-top: 100px;
    background: #0871b0;
}
#main {
    background: #fff;
}
.site-header {
    height: 100px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.2);
    position:fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 6;
}
.logged-in.admin-bar .site-header {
    top: 34px;
}
.site-header .site-logo {
    float: left;
    padding-top: 23px;
    width: 180px;
}
.site-header .site-logo:hover {
    opacity: .7;
}
.navbar {
    float: right;
    width: 78%;
}
.navbar-top {
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f3f3f3;
}
.navbar-top a {
    color: #aaa;
}
.navbar-top a:hover {
    color: #434343;
}
.navbar-top .nav-tel {
    font-size: 14px;
    float: left;
    margin-right: 30px;
    font-weight: 600;
}
.navbar-top .nav-tel,
.navbar-top .nav-mail {
    margin-top: 1px;
    display: inline-block;
    vertical-align: middle;
}
.navbar-top .nav-mail {
    margin-top: -2px;
}
.nav-sarch-block {
    float: right;
    position: relative;
}
.nav-sarch-block a {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    color: #fff;
    background: #aaa;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    float: right;
    margin-left: 10px;
}
.nav-sarch-block a:hover {
    background: #434343;
    color: #fff;
}
.nav-sarch-block .nav-search-triger {
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    color: #aaa;
    cursor: pointer;
    text-align: center;
    -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out; 
     -moz-transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out; 
       -o-transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out; 
          transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
}
.nav-sarch-block .nav-search-triger:hover {
    background: #434343;
    color: #fff;
}
.nav-menu {
    list-style: none;
    margin: 0;
    padding: 18px 0 0;
    font-family: sans-serif;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: normal;
}
.nav-menu > li {
    position: relative;
    float: left;
    margin: 0 36px 0 0;    
}
.nav-menu > li > .menu-arrow {
    display: none;
}
.nav-menu > li:last-child {
    margin-right: 0;
}
.nav-menu > li > a {    
    color: #0871b0;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 0;
    position: relative;
}
.nav-menu > li:hover > a {
    color: #0871b0;
}
.nav-menu > li > a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;    
    left: 0;
    width: 0;
    height: 2px;
    background: #fff;
    line-height: 0;
    -webkit-transition: all 0.3s ease-out;  
    transition: all 0.3s ease-out;
    z-index: 2;
}
.nav-menu > li:hover > a:after {
    background: #0871b0;
    width: 100%;
}
.nav-menu > li > .sub-menu {
    width: 286px;
    background: #fff;
    -webkit-box-shadow: 0px 1px 4px 1px rgba(0,0,0,.2);
    box-shadow: 0px 1px 4px 1px rgba(0,0,0,.2);
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    margin:0;
    padding: 0;
    display: none;
    padding-bottom: 10px;
}
.nav-menu > li:hover > .sub-menu {
    display: block;
}
.nav-menu > li > .sub-menu li {
    position: relative;
}
.nav-menu > li > .sub-menu li a {
    display: block;
    font-size: 13px;
    color: #030404;
    padding: 12px 25px 12px 12px;
    border-bottom: 1px solid #e3e3e3;
    position: relative;
    letter-spacing: 1px;
}
.nav-menu > li > .sub-menu li:hover > a {
    background: #eff4ff;
    color: #030404;
}
.nav-menu > li > .sub-menu li .menu-arrow {
    display: block;
    position: absolute;
    top: 15px;
    right: 10px;
    width: 10px;
    height: 12px;
    background: url(images/menu_arrow.png) no-repeat center center;
}
.nav-menu > li > .sub-menu li .menu-arrow i {
    display: none;
}
.nav-menu > li > .sub-menu .sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 100%;
    width: 220px;
    -webkit-box-shadow: 0px 1px 4px 1px rgba(0,0,0,.2);
    box-shadow: 0px 1px 4px 1px rgba(0,0,0,.2);
    background: #fff;
    display: none;
}
.nav-menu > li > .sub-menu > li:hover > .sub-menu {
    display: block;
}
.nav-menu > li > .sub-menu .sub-menu li a {
    padding-left: 20px;
    font-weight: normal;
}
.nav-menu > li > .sub-menu .sub-menu li a:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: url(images/dot.png) no-repeat center center;
    position: absolute;
    left: 8px;
    top: 18px;
}
.content-area {
    padding-bottom: 40px;
    padding-top: 40px;
    min-height: 350px;
}
.site-footer {
    background: #005a9f;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}
.site-footer a {
    color: #fff;
}
.footer-top {
    border-bottom: 1px solid #3f83b7;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.footer-top .white-logo {
    float: left;
    margin-right: 50px;
}
.footer-top .footer-phone {
    display: inline-block;
    vertical-align: middle;
    margin-top: 17px;
}
.gotop {
    float: right;
    display: inline-block;
    width: 44px;
    height: 44px;
    background: #1b7ec9;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    border-radius: 44px;
}
.gotop:hover {
    background: #3697e0;
}
.footer-menu-wrapper {
    text-align: center;
}
.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}
.footer-menu > li {
    display: inline-block;
    vertical-align: middle;
    padding: 7px 14px;
}
.footer-menu > li > a {
    font-weight: 600;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}
.footer-menu > li > a:hover {
    opacity: .7;
}
.page-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 500px;
    position: relative;
}
.single-radio_stations .page-banner {
    min-height: 290px;
    text-align: center;
}
.single-websites_and_apps .page-banner,
.single-conservative_website .page-banner,
.single-talk_shows .page-banner {
    min-height: 360px;
    text-align: center;
}
.single-radio_stations .page-banner.mobile-img-present img,
.main-banner-img-mobile,
.single-websites_and_apps .page-banner.mobile-img-present img,
.single-conservative_website .page-banner.mobile-img-present img,
.single-talk_shows .page-banner.mobile-img-present img {
    display: none;
}
.page-banner .page-banner-text-wrapper {
    position: absolute;
    top: 0;
    bottom: 0; 
    width: 100%;   
}
.page-banner .page-banner-text-wrapper .site-width {
    width: 100%;
    display: table;
    height: 100%;
}
.page-banner .page-banner-text-wrapper h1 {
    display: table-cell;
    vertical-align: middle;
}
.page-banner .page-banner-text-wrapper h1 strong {
    font-weight: normal;
}
.page-banner p {
    margin: 0;
    padding-bottom: 10px;
    max-width: 330px;
}
.page-banner h1 {
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 104px;
    margin: 0;
    line-height: 1.1;
}
.page-banner h1.heading-size-medium {
    font-size: 70px;
}
.page-title-head {
    font-weight: 600;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 35px;
    padding-bottom: 15px;
    font-size: 46px;
}
.left-image-block {
    width: 380px;
    float: left;
    margin-right: 60px;
    border:1px solid #e1e1e1;
    padding: 15px;
    text-align: center;
}
.single-talk_shows .left-image-block {
    width: auto;
    max-width: 380px;
}
.right-text-block {
    overflow: hidden;
}
.page-heading {
    font-weight: 600;
    color: #0871b0;
    font-size: 32px;
}
.station-info .city-state {
    text-transform: uppercase;
}
.station-info .city-state,
.station-info .format {
    color: #888;
    display: block;
    font-size: 18px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-bottom-15 {
    margin-bottom: 15px;
}
.button-light-blue,
.button-light-yellow {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    outline: 0;
}
.button-light-blue {
    color: #2480C6;
    background: #DBEBF7;
    border: solid 1px #B7DFFC;
}
.button-light-blue:hover {
    color: #2480C6;
    background:#ecf6fd;
}
.button-light-yellow {
    color: #F08E35;
    background: #FFF1D0;
    border: solid 1px #FDDAB1;
}
.button-light-yellow:hover {
    color: #F08E35;
    background: #fdf7e9;
}
.station-info .button-light-blue,
.station-info .button-light-yellow {
    min-width: 230px;
}
p:last-child {
    margin-bottom: 0;
}
.station-description {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.station-description.no-bottom-border {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.cta-form {
    color: #fff;
    background: #1c7fc9;
    padding: 40px 0;
}
.cta-form .gform_wrapper {
    margin: 0;
}
.cta-form .gform_wrapper ul.gform_fields > li {
    float: none;
    width: 50%;
    clear: none;
    margin-left: 50% !important;
    font-family: sans-serif;
    margin-top: 10px;
    padding: 0 !important;
}
.cta-form .gform_wrapper ul.gform_fields > li.form-cta-into-text {
    float: left;
    width: 42%;
    margin:0 !important;    
}
.cta-form .gform_wrapper ul.gform_fields > li.form-cta-into-text h3,
.cta-form .gform_wrapper ul.gform_fields > li.form-cta-heading-text strong {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 30px;
}
.cta-form .gform_wrapper ul.gform_fields > li.form-cta-into-text p,
.cta-form .gform_wrapper ul.gform_fields > li.form-cta-heading-text strong {
    font-size: 19px;
}
.cta-form .gform_wrapper ul.gform_fields > li.form-cta-heading-text {
    padding-bottom: 5px;
}
.cta-form .gform_wrapper ul.gform_fields > li > .gfield_label {
    display: none;
}
.cta-form .gform_wrapper ul.gform_fields > li .ginput_container {
    margin-top: 0;
}
.cta-form .gform_wrapper ul.gform_fields > li .ginput_container input,
.cta-form .gform_wrapper ul.gform_fields > li .ginput_container textarea {
    width: 100%;
    padding: 8px 10px !important;
}
.cta-form .gform_wrapper ul.gform_fields > li .ginput_container textarea {
    height: 90px;
}
.cta-form .gform_wrapper .gform_footer {
    width: auto;
    display: block;
    padding-left: 50%;
    text-align: center;
    margin-top: 5px;
}
.cta-form .gform_wrapper .gform_footer .gform_button,
#gform_wrapper_2 .gform_footer .gform_button,
.btn-yellow {
    font-size: 19px;
    font-family: sans-serif;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    text-transform: uppercase;
    background: #efab14;
    padding: 15px 35px !important;
    border:0;
    outline: none;
    letter-spacing: 1px;
    font-weight: bold;
    border-radius: 6px;
    margin: 0 !important;
    -webkit-transition: all 0.3s ease-out;  
    transition: all 0.3s ease-out;
    -webkit-box-shadow: 0px 1px 4px 2px rgba(0,0,0,.1);
    box-shadow: 0px 1px 4px 2px rgba(0,0,0,.1);
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.cta-form .gform_wrapper .gform_footer .gform_button,
#gform_wrapper_2 .gform_footer .gform_button,
.btn-yellow.btn-rounded {    
    border-radius: 36px;
}
.cta-form .gform_wrapper .gform_footer .gform_button:hover,
#gform_wrapper_2 .gform_footer .gform_button:hover,
.btn-yellow:hover {
    background: #f4b937;
    color: #fff;
}
.btn-yellow {
    font-size: 28px; 
    padding: 13px 40px !important;
    text-transform: none;
}
.cta-form .gform_wrapper .gform_footer img {
    display: none;
}
.cta-form .gform_wrapper ul.gform_fields > li .validation_message {
    clear: none;
    padding: 3px 0 !important;
}

.page-template-radio-stations .content-area,
.page-template-radio-stations-bystate .content-area,
.page-template-page-builder .content-area,
.tax-state .content-area {
    padding-bottom: 0;
}
.shorting-head {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
}
.shorting-head span, 
.shorting-head a {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    color: #000;
    margin-right: 12px;
}
.shorting-head a {
    position: relative;
    -webkit-transition: all 0.3s ease-out;  
    transition: all 0.3s ease-out;
}
.shorting-head a.active {
    font-weight: 600;
}
.shorting-head a:after,
.shorting-head a.active:after {
    -webkit-transition: all 0.3s ease-out;  
    transition: all 0.3s ease-out;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background:#fff;
    z-index: 1;
} 
.shorting-head a:hover:after,
.shorting-head a.active:after {
    background:#9b9b9b;
}
.listing-section {
    background-color: #f5f5f5;
    padding: 20px 10px;
    -webkit-transition: all 0.3s ease-out;  
    transition: all 0.3s ease-out;
}
.listing-section:nth-child(2n+2) {
    background-color: #ededed;
}
.listing-head {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    padding-left: 10px;
    text-transform: uppercase;
}
.listing-head a,
.listing-head a:hover {
    color: #000;
    text-decoration: none;
}
.listing-head > span {
    display: block;
    color: #393939;
    font-weight: 400;
    font-size: 18px;
    padding: 5px 0 10px 0;
    text-transform: none;
}   
.list-items {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.list-items li {    
    float: left;
    width:20%;    
    padding: 0 0 20px;
}
.list-items .list-item-inner {
    background: #fff;
    border: 1px solid #e1e1e1;
    font-size: 13px;
    text-align: center;
    margin:0 10px;
}
.list-items .list-item-inner:hover {
    border-color: #DBEBF7;
}
.list-items li:nth-child(5n+6) {
    clear: both;
}
.list-items .item-details span,
.list-items .item-details a {
    display: block;
}
.list-items .item-details a {
    padding: 15px 15px 0px;
}
.list-items .item-details a .list-thumbnail,
.list-items .item-details a .list-title {
    -webkit-transition: all 0.3s ease-out;  
    transition: all 0.3s ease-out;
}
.list-items .item-details a:hover .list-thumbnail,
.list-items .item-details a:hover .list-title {
    opacity: .7;
}
.list-items .list-thumbnail {
    margin-bottom: 15px;
}
.list-items .list-title, 
.list-items .list-state, 
.list-items .list-format {
    margin-bottom: 10px;
    color: #888;
}
.list-items .list-state {
    text-transform: uppercase;
}
.list-items .list-state a,
.list-items .list-state a:hover {
    color: #888;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}
.list-items .list-title {
  color: #0871b0;  
  font-weight: 600;
  font-size: 16px; 
  min-height: 45px;
  margin-bottom: 0;
}
.list-items .list-state {
    font-size: 14px;
}
.list-items .list-format {
    font-size: 13px;
    min-height: 36px;
}
.list-items .button-wrapper {
    padding: 0 15px 15px;
}
.list-items .button-wrapper a {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
    padding: 6px 10px;
}
.list-items .button-wrapper a:last-child {
    margin-bottom: 0;
}
.list-items .rmore {
    text-transform: uppercase;
    padding: 0 10px 10px;
}
.list-items .rmore a {
    display: inline-block;
    vertical-align: top;
    border-top: 1px solid #bebebe;
    padding: 5px 6px;
    font-size: 14px;
    color:#888;
}
.list-items .rmore a:hover {
    color: #000;
}
.list-items .listitems-more {
    padding-left: 10px;
    padding-right: 10px;
}
.entry-content .entry-thumbnail {
    float: right;
    max-width: 35%;
    float: right;
    margin: 4px 0 20px 20px;
}
.home-video {
    overflow: hidden;
    width: 100%;
    height: 650px;
    position: relative;
}
.home-video video {
    min-width: 100%;
    right: 0px;
    top: -138px;
    /*bottom: 0;*/
    left: 0;
    position: absolute;
}
.home-slider-wrapper {
    position: absolute;
    left: -9999px;
    width: 800px;
    top: -9999px;
    visibility: hidden;
}
.stat-wrapper {
    background: #f5f5f5;
    padding: 40px 0;
}
.stat-counter {
    background: #0871b0;
    color: #fff;
    padding: 40px 0 50px;
}
.stat-counter.white-bg {
    background: #fff;
    color: #0871b0;
}
.stat-col {
    float: left;
    width: 25%;
    text-align: center;
}
.stat-col-inner {
    padding: 0 40px;
}
.stat-col .stat-icon {
    color: #ffd576;
    font-size: 40px;
    display: inline-block;
    vertical-align: middle;
}
.stat-col .stat-data {
    padding-top: 6px;
    font-family: sans-serif;
    font-size: 24px;
    line-height: 1.1;
}
.stat-col .stat-data strong {
    font-family: sans-serif;
    display: block;
    font-weight: bold;
    font-size: 52px;
    padding-bottom: 10px;
}
.featured-slider-wrapper {
    padding: 0;
}
.featured-slider .featured-slide {
    min-height: 600px;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.featured-slide .featured-slide-text {
    text-align: left;
    padding: 40px 36% 40px 0;
    font-size: 21px;
}
.featured-slide .featured-slide-text .fs-title {
    font-weight: bold;
    font-family: sans-serif;
    font-size: 90px;
    line-height: 1.1;
    margin-bottom: 25px;
    color: #1b7ec9;
}
.featured-slide .featured-slide-text .fs-title.font-size-medium {
    font-size: 64px;
}
.featured-slide .featured-slide-text .fs-text {
    margin-bottom: 35px;
    padding-right: 100px;
}
.featured-slider .featured-slide.fcsbgalignment-left {
    background-position: left bottom;
}
.featured-slide.fcsbgalignment-left .featured-slide-text {
    text-align: right;
    padding-left: 36%;
    padding-right: 0;
}
.featured-slide.fcsbgalignment-left .featured-slide-text .fs-text {
    padding-right: 0;
    padding-left: 100px;
}
.featured-slider-wrapper .bx-wrapper .bx-controls .bx-pager {
    bottom: 25px;
    padding-top: 0;
}
.featured-slider-wrapper .bx-wrapper .bx-controls .bx-pager .bx-pager-link {
    width: 16px;
    height: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    opacity: .8;
}
.featured-slider-wrapper .bx-wrapper .bx-controls .bx-pager .bx-pager-link.active {
    opacity: 1;
    background: #0871b0;
}
.audience-block-wrapper {
    background: #f5f5f5;
    padding: 60px 0;
}
.text-center {
    text-align: center;
}
.section-heading {
    font-size: 50px;
    font-weight: bold;
    font-family: sans-serif;
    margin-bottom: 60px;
    line-height: 1.2;
}
.audience-col {
    float: left;
    width: 25%;
}
.audience-col p {
    font-size: 20px;
}
.audience-col-inner {
    padding: 0 15px;
    text-align: center;
}
.audience-chart {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
    width:200px;
    height: 200px;
}
.audience-chart canvas {
    max-width: 200px;
    width: 200px !important;
    height: 200px !important;
}
.audience-chart-data {
    position: absolute;
    font-family: sans-serif;
    font-size: 26px;
    line-height: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    left: 0;
    right: 0;
}
.audience-chart-data strong {
    font-weight: normal;
}
.flex-2-col {
   display: -webkit-flex; /* Safari */
   display: -moz-flex;
   display: -ms-flex; 
   display: flex; 
   clear: both;
   width: 100%;
   padding-top: 70px;
}
.audience-block-wrapper.home-flex-col-outer {
    padding-top: 0;
    padding-bottom: 40px;
}
.home-flex-col-outer .flex-2-col {
    padding-top: 0;
}
.page-template-page-builder .flex-2-col {
    padding-top: 20px;
    padding-bottom: 20px;
}
.box-col-img-bg {
    -webkit-flex: 1;  /* Safari 6.1+ */
    -ms-flex: 1;  /* IE 10 */  
    flex: 1;
}
.box-col-img-bg:first-child {
    margin-right: 25px;
}
.box-col-img-bg:nth-child(2) {
    margin-left: 25px;
}
.box-col-img-bg-inner {
    padding: 30px;
    color: #fff;
    font-size: 20px;
}
.box-col-img-bg-inner a {
    color: #fff;
}
.box-col-img-bg .box-col-title,
.box-col-img-bg h3,
.box-col-img-bg h2 {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 34px;
    margin-bottom: 15px;
}
.box-col-list {
    margin: 0;
}
.box-col-list li,
.box-col-img-bg li {
    padding: 5px 0;
}
.box-col-img-bg-inner a:hover {
    text-decoration: underline;
    color: #fff;
}
.business-section {
    padding: 60px 0 20px 0;
}
.img-list-items {
    list-style: none;
    padding: 0 0 1px;
    margin: 0;
}
.img-list-items li {
    float: left;
    width: 32%;
    margin: 0 2% 40px 0;
    text-align: center;
}
.img-list-items li:nth-child(3n+3) {
    margin-right: 0;
}
.img-list-items li:nth-child(3n+4) {
    clear: both;
}
.img-list-items li a {
    display: block;
}
.img-list-items li a .item-title {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 28px;
    display: block;
    margin-top: 5px;
    color: #3b3a3a;
}
.img-list-items li a:hover {
    opacity: .7;
}
.img-list-items li .list-short-des {
    text-align: left;
}
.img-list-items li .list-short-des p {
    margin-bottom: 10px;
}
.font-size-20 {
    font-size: 20px;
}
.color-gray {
    color: #767676;
}
.webs-apps-section {
    margin-bottom: 40px;
    background: #f2f2f2;
    padding: 40px 13px 10px;
}
/*.webs-apps-section.salem-web-networks {
    background-image: url(images/network_logo.jpg);
    background-repeat: no-repeat;
    background-position: center bottom 40px;
}
.webs-apps-section.salem-church-products {
    background-image: url(images/church_product_logo.jpg);
    background-repeat: no-repeat;
    background-position: center bottom 30px;
}*/
.webs-apps-section .division-logos {
    padding: 30px 15px 5px;
}
.webs-apps-section .division-logos img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 20px;
}
.webs-apps-section:last-child {
    margin-bottom: 0;
}
.webs-apps-section.podcast-listing {
    padding: 0;
    background: #fff;
}
.webs-apps-section .section-intro {
    padding: 0 60px 30px;
}
.webs-apps-section.podcast-listing .section-intro {
    padding-left: 15px;
    padding-right: 15px;
    position:relative;
}
.webs-apps-section.podcast-listing .podcast-section-logo {
    padding-bottom: 15px;
    padding-top: 25px;
}
.webs-apps-section.podcast-listing .podcast-section-logo img {
    max-width: 270px;
}
.webs-apps-section.podcast-listing .list-type-flip > li .list-type-flip-inner {
    border: 0;
}
.webs-apps-section.podcast-listing .list-type-flip > li .list-type-flip-inner .list-type-flip-img {
    padding: 0;
}
.section-intro .webs-apps-section-heading {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 5px;
}
.list-type-flip {
    list-style: none;
    margin: 0;
    padding: 0;
}
.list-type-flip > li {
    float: left;
    width: 20%;
}
.list-type-flip > li:nth-child(5n+6) {
    clear: both;
}
.list-type-flip > li .list-type-flip-inner {
    position: relative;
    margin: 0 13px 26px;
    border: 1px solid #e1e1e1;
    overflow: hidden;
}
.list-type-flip > li .list-type-flip-inner .list-type-flip-img {
    background: #fff;
    padding: 15px;
}
.list-type-flip .list-type-flip-text {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#3e82b6;
    color: #fff;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 700ms;
    animation-duration: 700ms;
}
.list-type-flip > li .list-type-flip-inner:hover .list-type-flip-text,
.list-type-flip > li .list-type-flip-inner:focus .list-type-flip-text {
    visibility: visible;    
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}
.list-type-flip .list-type-flip-text p {
    margin: 0;
    font-size: 15px;
    line-height: 1.3;
    padding: 20px 12px 12px;
}
.list-type-flip a {
    color: #fff;
}
.list-type-flip a:hover {
    opacity: .6;
}
.list-type-flip .web-link {
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}
.list-type-flip .web-link a {
    text-transform: uppercase;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    background: url(images/arrow_right_yellow.png) no-repeat right center;
    padding-right: 15px;
}
.single-websites_and_apps .station-formate-description {
    line-height: 1.6;
}
.division-logo {
    padding-bottom: 25px;
}
.division-logo img {
    max-width: 210px;
}
#stations-data-byformat .listing-section {
    position: relative;
}
#stations-data-byformat .formatanchor {
    display: block;
    position: absolute;
    top: -100px;
}
.admin-bar #stations-data-byformat .formatanchor {
    top: -135px;
}
.max940 {
    max-width: 940px;
    margin: 0 auto;
}
.one-col-intro-textarea {
    padding-bottom: 40px;
    font-family: sans-serif;
    font-size: 30px;
    padding-top: 35px;
}
.one-col-intro-textarea p {
    line-height: 1.222;
}
.one-col-section-with-title {
    padding: 35px 0 40px;
}
.page-template-page-builder .content-area .section-title,
.content-area .title-audience-statistic {
    font-family: sans-serif;
    font-size: 46px;
    line-height: 1.222;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 8px;
    margin-bottom: 30px;
}
.content-area .title-audience-statistic {
    border-bottom: 0;
    margin-bottom: 20px;
    font-size: 34px;
    color: #000;
}
.one-col-section-with-title .section-title.center,
.page-template-page-builder .content-area .section-title.center {
    text-align: center;
}
.one-col-section-with-title .section-title.right,
.page-template-page-builder .content-area .section-title.right {
    text-align: right;
}
.one-col-section-with-title .section-text img {
    margin-top: 0;
}
.one-col-section-with-title .section-text,
.page-id-1187 .two-col-section-with-title .text-column {
    font-size: 18px;
}
.page-template-page-builder .content-area .btn-yellow {
    font-size: 20px;
    padding: 6px 28px !important;
    text-transform: uppercase;
}
.section-img-title-list {
    padding: 35px 0 0;
    text-align: center;
}
.section-img-title-list > div .btn-yellow {
    margin-bottom: 40px !important;
    margin-top: 15px !important;
}
.section-img-title-list .max940 > p {
    padding-bottom: 15px;
}
.image-title-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}
.image-title-list li {
    display: inline-block;
    vertical-align: top;
    width: 240px;
    padding: 10px 12px 20px;
}
.image-title-list li strong {
    display: block;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 15px 15px;
}
.image-title-list li span {
    display: block;
    font-size: 14px;
    margin-top: -10px;
}
.two-col-section-with-title {
    padding: 35px 0 40px;
}
.two-col-section-with-title .section-title {
    text-align: center;
}
.two-col-section-with-title .text-column {
    float: left;
    width: 46%;
    margin-right: 8%;
}
.two-col-section-with-title .text-column:last-child {
    margin-right: 0;
}
.two-col-section-with-title .text-column img.aligncenter {
    margin-top: 0;
    margin-bottom: 0;
}
.banner-section {
    min-height: 480px;
    width: 100%;
    background-repeat: no-repeat;
}
.banner-section.bg-right {
    background-position: right center;
}
.banner-section.bg-left {
    background-position: left center;
}
.banner-section.bg-center {
    background-position: left center;
}
.banner-section .banner-section-textarea {
    width: 50%;
    padding: 50px 0;
    font-size: 18px;
    line-height: 1.7;
}
.banner-section .banner-section-textarea .section-banner-title {
    border-bottom: 1px solid #fff;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 34px;
    padding-bottom: 10px;
    margin-bottom: 25px;
    line-height: 1.22;
}
.banner-section .banner-section-textarea .btn-yellow {
    margin-top: 25px !important;
}
.banner-section.bnr-text-righttext .banner-section-textarea {
    float: right;
    text-align: right;
}
.one-full-width-textarea {
    padding: 0 0 40px;
}
.blue-textbg-leftimg {
    color: #fff;
    background: #005a9f;
}
.blue-textbg-leftimg a {
    color: #fcdb6e;
}
.blue-textbg-leftimg a:hover {
    text-decoration: underline;
}
.bluetextbgtext-img {
    float: left;
    width: 380px;
}
.bluetextbgtext-img .leftmobimg {
    display: none;
}
.bluetextbgtext-textarea {
    overflow: hidden;
    padding: 30px;
    font-size: 18px;
}
.bluetextbgtext-textarea p:first-child > strong {
    font-size: 28px;
    line-height: 1.222;
}
.page-builder-stats {
    padding-top: 35px;
    padding-bottom: 40px;
}
.page-template-page-builder .content-area .page-builder-stats .section-title {
    text-align: center;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}   
.page-builder-stats .stat-wrapper {
    background: #fff;
    padding-bottom: 0;
}
.page-template-page-businesses .content-area {
    background: #f5f5f5;
    min-height: 100px;
}
.page-template-page-businesses .content-area .entry-title {
    font-family: sans-serif; 
    letter-spacing: 2px;
    font-size: 30px;
    line-height: 1.222;
    text-align: center;
    margin-bottom: 10px;
}
.page-id-1385 .content-area {
    padding-top: 0;
}
.page-id-1385.page-template-page-builder .content-area .section-title,
.page-id-1494.page-template-page-builder .content-area .audience-block-wrapper .section-title {
    border-bottom: 0;
}
.full-width-blue-bg-text {
    background:#1b7ec9;
    padding: 40px 0;
    font-size: 20px;
    color: #fff;
}
.page-id-1385 .one-col-section-with-title.max940 hr {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.page-id-1385 .one-col-section-with-title.max940 p span {
    font-size: 16px;
}
.header-intro-vdo {
    width: 480px;
    overflow: hidden;
    margin-top: 30px;
}
.header-intro-vdo video {
    vertical-align: middle;
    width: 100%;
    height: auto;
}
.page-id-1385 .page-banner .page-banner-text-wrapper h1 {
    position: relative;
    text-transform: capitalize;
}
.page-banner-text-wrapper .header-download-btn {
    position: absolute;
    right: 0;
    bottom: 30px;
    font-size: 20px;
}
.page-id-1338 .content-area .site-width:nth-child(4) {
    max-width: 940px;
    margin-top: -40px;
}
.page-id-1338 .content-area .site-width:nth-child(3) .one-col-section-with-title .section-text {
    font-size: 24px;
}
.page-id-1427 .content-area .site-width:nth-child(2) .one-col-section-with-title {
    max-width: 100%;
}
.page-id-1427 .content-area .site-width:nth-child(3) .two-col-section-with-title ul {
    padding-left: 22px;
}
.page-id-1427 .content-area .site-width:nth-child(3) .two-col-section-with-title ul li {
    margin-bottom: 7px;
}
.page-id-1427 .content-area .site-width:nth-child(3) .two-col-section-with-title .text-column:last-child {
    overflow: hidden;
}
.page-id-1427 .content-area .site-width:nth-child(3) .two-col-section-with-title .text-column:last-child ul {
    width: 48%;
    float: left;
    margin-right: 4%;
}
.page-id-1427 .content-area .site-width:nth-child(3) .two-col-section-with-title .text-column:last-child ul:last-child {
    margin-right: 0;
}
.page-id-1427.page-template-page-builder .content-area  .audience-block-wrapper .section-title,
.page-id-1443.page-template-page-builder .content-area  .audience-block-wrapper .section-title,
.page-id-1462.page-template-page-builder .content-area  .audience-block-wrapper .section-title {
    border-bottom: 0;
}
.page-id-1462 .audience-block-wrapper {
    margin-bottom: 40px;
}
.three-col-section-with-title {
    padding: 40px 0;
}
.page-id-1707 .three-col-section-with-title,
.page-id-1719 .three-col-section-with-title {
    padding-top: 0;
}
.three-col-section-with-title .section-title {
    text-align: center;
}
.three-col-section-with-title .text-column {
    width: 30%;
    margin-right: 5%;
    float: left;
}
.three-col-section-with-title .text-column:last-child {
    margin-right: 0;
}
.three-col-section-with-title .text-column h2,
.three-col-section-with-title .text-column h3 {
    margin-bottom: 5px;
}
.three-col-section-with-title .text-column img {
    border:1px solid #e1e1e1;
} 
.page-id-1504 .three-col-section-with-title .text-column img {
    border:0;
}
.page-id-1552.page-template-page-builder .content-area > .site-width:nth-child(3) .one-full-width-textarea {
    padding-bottom: 0;
}
.page-id-1552.page-template-page-builder .page-banner-text-wrapper .heading-size-large {
    visibility: hidden;
}
.blue-textbg-leftimg .bluetextbgtext-textarea {
    position: relative;
}
.blue-textbg-leftimg .bluetextbgtext-textarea hr,
.blue-textbg-leftimg .bluetextbgtext-textarea hr ~ p {
    display: none;
}
.blue-textbg-leftimg .bluetextbgtext-textarea hr ~ p.openredmore {
    display: block;
}
.blue-textbg-leftimg .bluetextbgtext-textarea a.activereadmore {
    position: absolute;
    bottom: 15px;
    left: 30px;
    font-size: 0;
}
.blue-textbg-leftimg .bluetextbgtext-textarea a.activereadmore:after {
    content: 'Less text';
    font-size: 18px;
}
.blue-textbg-leftimg .bluetextbgtext-textarea p.openredmore:last-child {
    padding-bottom: 25px;
}
.cta-form .gform_confirmation_wrapper {
    text-align: center;
}
.cta-form .gform_confirmation_message {
    font-size: 24px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    padding: 25px 50px;
    background: #fff;
    color: green;
    border:green 1px solid;
    font-weight: 600;
}
.header-search-form {
    position: absolute;
    right: 0;
    background:#fff;
    border: 1px solid #e1e1e1;
    padding: 10px;
    width: 300px;
    z-index: 11;
    display: none;
}
.hsearchoopen .header-search-form {
    display: block;
}
.header-search-form form > label {
    display: block;
    padding-right: 24px;
}
.header-search-form form .search-submit {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    border:0;
    outline: none;
    padding: 0;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    background:#ccc url(images/icon_search.png) no-repeat center center;
}
.header-search-form form .search-submit:hover,
.header-search-form form .search-submit:focus {
    background-color: #686868;
}
.header-search-form form .search-field {
    width: 100%;
    height: 32px;
    border: 0;
    background:
    #efefef;
    padding: 0 10px;
    font-size: 16px;
    outline: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.search-data .page-header {
    padding-bottom: 20px;
}
.search-data .hentry .entry-thumbnail,
.search-data .hentry img {
    display: none;
}
.search-data .hentry .entry-header .entry-title {
    margin-bottom: 10px;
    font-size: 22px;
}
.search-data .hentry {
    margin-bottom: 40px;
}
.hideonscreen {
    font-size: 0 !important;
    line-height: 0 !important;
}
.home #content #signup-welcome {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 15px;
    min-height: 250px;
}
.home #content #signup-welcome + .view,
.home #content > h2,
.home #content p.lead-in {
    display: none !important;
}
#gform_wrapper_2 .gfield input,
#gform_wrapper_2 .ginput_container_address input {
    padding: 8px;
}
#gform_wrapper_2 .gfield select,
#gform_wrapper_2  .ginput_container_address select {
    padding-top:8px;
    padding-left: 8px;
    padding-bottom: 8px;
}
#gform_wrapper_2 #field_2_3 {
    padding-right: 0;
}
#gform_wrapper_2 #field_2_3 .ginput_container_address {
    overflow: hidden;
}
#gform_wrapper_2 #field_2_3 .ginput_container_address #input_2_3_1_container,
#gform_wrapper_2 #field_2_3 .ginput_container_address #input_2_3_4_container {
    float: left;
    width: 50%;
    padding-right: 15px;
    margin-right: 0 !important;
}
#gform_wrapper_2 #field_2_3 .ginput_container_address #input_2_3_3_container,
#gform_wrapper_2 #field_2_3 .ginput_container_address #input_2_3_5_container {
    clear: none;
    float: left;
    width: 50%;
    margin-right: 0 !important;
    padding-right: 0 !important;
}
#gform_wrapper_2 #field_2_3 .ginput_container_address #input_2_3_4_container {
    clear: both;
}
#gform_wrapper_2 #field_2_3 #gfield_description_2_3 {
    padding-top: 5px;
    color: #929292;
    font-size:16px;
}
#gform_wrapper_2 .gform_footer {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
#gform_wrapper_2 .gform_footer .gform_button {
    margin:0 !important;    
}
#gform_wrapper_2 #gform_2 > .partial_entry_warning {
    display: none !important;
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 500px;
}
body.page-id-2269 .image-title-list li {
    width: 320px;
}
.as-dropdown {
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
    padding-bottom: 15px;
}
.page-template-home-page .as-dropdown {
    border-bottom: 0;
    margin-bottom: 0;
    padding-top: 70px;
}
.as-dropdown strong {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 16px;
    text-transform: uppercase;
    color: #4a4a4a;
}
.as-dropdown-holder {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.as-dropdown .as-dropdown-selector {
    cursor: pointer;
    background-color: #fff;
    border-radius: 5px;
    padding: 8px 30px 10px 10px;
    display: inline-block;
    border: 1px solid #ccc;
    vertical-align: middle;
    background-image: url(images/down_arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.as-dropdown .widget_nav_menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    padding: 7px 0;
    text-align: left;
    border: 1px solid #ccc;
    width: 100%;
    z-index: 11;
}
.as-dropdown .as-dropdown-open .widget_nav_menu {
    display: block;
}
.as-dropdown .menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.as-dropdown .menu a {
    display: block;
    padding: 4px 10px;
}
.as-dropdown-holder .menu li.current-menu-item {
    display: none;
}
.page-template-audience-statistic .page-banner {
    background-position: left bottom;
}
.entry-content .tapnote {
    font-weight: bold;
    padding: 10px 0 0 0;
    text-align: center;
    margin-bottom: 0;
    display: none; 
}
.chartinfo {
    text-align: center;
    margin: 30px 0;
    position: relative;
}
.chartinfo .infoicon {
    cursor: pointer;
    font-size: 20px;
}
.chartinfodetail {
    display: none;
    font-size: 14px;
    max-width: 600px;
    margin: 0 auto;
    z-index: 11;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    text-align: left;
    border: 1px solid #ccc;
}
.page-breadcrum {
    margin-bottom: 30px;
    text-align: left;
}
.single-post #content .entry-header .entry-meta {
    display: none;
}
/* =============== Media Queries ================ */
@media screen and (max-width:1649px) { 
    .home-video video {
        left: -310px;
        right: auto;
        min-width: 600px;
    }
}
@media screen and (max-width:1365px) { 
    .home-video video {
        left: -355px;
    }
}
@media screen and (max-width:1273px) { 
    .site-width {
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar {
        width: 79%;
    }
    .nav-menu > li {
        margin-right: 20px;
    }
    .nav-menu > li:last-child {
        margin-right: 0;
    }
    .left-image-block {
        width: 350px;  
        margin-right: 40px;
    }
    .cta-form .gform_wrapper ul.gform_fields > li.form-cta-into-text {
        width: 46%;
    }
    .cta-form .gform_wrapper ul.gform_fields > li.form-cta-into-text h3 {
        font-size: 28px;
        margin-top: -5px;
    }
    .cta-form .gform_wrapper ul.gform_fields > li .ginput_container input, 
    .cta-form .gform_wrapper ul.gform_fields > li .ginput_container textarea {
        padding-top: 9px !important;
        padding-bottom: 9px !important;
    }
    .page-banner {
        min-height: 400px;
    }
    .page-banner h1 {
        font-size:74px;
    }
    .page-banner h1.heading-size-medium,
    .featured-slide .featured-slide-text .fs-title.font-size-medium {
        font-size: 48px;
    }
    .home-video {
        height: 500px;
    }
    .featured-slide .featured-slide-text .fs-title {
        font-size: 66px;
    }
    .audience-col-inner {
        padding: 0 15px;
    }
    .audience-col p,
    .box-col-img-bg-inner {
        font-size: 18px;
    }
    .box-col-img-bg:first-child {
        margin-right: 15px;
    }
    .box-col-img-bg:nth-child(2) {
        margin-left: 15px;
    }
    .box-col-img-bg .box-col-title,
    .box-col-img-bg h3,
    .box-col-img-bg h2 {
        font-size: 30px;
    }
    .img-list-items li a .item-title {
        font-size: 22px;
    }
    .list-type-flip > li {
        width: 25%;
    }
    .list-type-flip > li:nth-child(5n+6) {
        clear: none;
    }
    .list-type-flip > li:nth-child(4n+5) {
        clear: both;
    }
    .home-video video {
        left: 0;
        right: 0;
        top:-70px;
        max-width: 100%;
    }
}
@media screen and (max-width:1165px) { 
    .banner-section .banner-section-textarea .banner-section-inner {
        padding: 15px;
        background:rgba(0,0,0,.3);
    }
    .banner-section {
        background-size: cover;
    }
    .page-id-1338 .banner-section .banner-section-textarea .banner-section-inner,
    .page-id-1443 .banner-section:nth-child(3) .banner-section-textarea .banner-section-inner,
    .page-id-1443 .banner-section:nth-child(7) .banner-section-textarea .banner-section-inner {
        background:rgba(255,255,255,.7);
    }
    .navbar {
        width: 80%;
    }
    .nav-menu > li {
        margin-right: 10px;
    }
    .nav-menu > li:last-child {
        margin-right: 0;
    }
}
@media screen and (max-width:1023px) { 
    body {
        padding-top: 80px;
    }
    .site-header {
        height: 80px;
    }
    .site-header .site-logo {
        width: 140px;
    }
    .main-navigation {
        display: none;
    }
    .navbar {
        width: 240px;
    }
    .menu-toggle {
        display: block;
        width: 32px;
        height: 24px;
        background: url(images/mobile_menu_icon.png) no-repeat 0 0;
        border: 0;
        padding: 0;
        cursor: pointer;
        float: right;
        font-size: 0;
        line-height: 0;
        margin-top: 10px;
        outline: none;
    }
    .menu-open .menu-toggle {
        background: url(images/mobile_menu_icon_close.png) no-repeat center center;
    }
    body.menu-open {
        overflow: hidden;
    }
    body.menu-open:after {
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        /* content: ''; */
        display: block;
        position: fixed;
        z-index: 15;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(0,0,0,.4);
    }
    .main-navigation {
        display: block;
        width: 310px;
        position: fixed;
        left: -320px;
        top: 0;
        bottom: 0;
        overflow: auto;
        z-index: 14;
        background: #005a9f;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    .admin-bar .main-navigation {
        top: 34px;
    }
    .menu-open .main-navigation {
        left: 0;
    }
    .nav-menu {
        padding: 0;
        font-size: 15px;
    }
    .nav-menu > li {
        float: none;
        margin: 0;
        display: block;
    }
    .nav-menu > li > a {
        display: block;
        position: relative;
        color: #fff;
        padding: 13px 36px 13px 15px;
        border-bottom: 1px solid #3478ac;
    }
    .nav-menu > li > a:hover,
    .nav-menu > li:hover > a,
    .nav-menu > li > a:focus {
        color: #fff;
        background: #1b73b8;
    }
    .nav-menu > li > a:after {
        display: none;
    }
    .nav-menu > li .menu-arrow,
    .nav-menu > li > .sub-menu li .menu-arrow {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 17px;
        color: #fff;
        height: 44px;
        width: 36px;
        text-align: center;
        line-height: 46px;
        cursor: pointer;     
        background:url(images/plus_minus.png) no-repeat center 14px; 
    }
    .nav-menu > li > .sub-menu li .menu-arrow {
        background-position: center 13px;
        height: 42px;
    }
    .nav-menu > li .menu-arrow.submenuopen {
        background-position: center -52px;
    }
    .nav-menu > li > .sub-menu li .menu-arrow.submenuopen {
        background-position: center -53px;
    }
    .nav-menu > li > .sub-menu {
        position: relative;
        width: 100%;
        top: auto;
        left: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #064575;
        display: block;
    }
    .nav-menu > li > .sub-menu li a {
        padding-left: 15px;
        font-size: 14px;
        color: #fff;
        border-bottom: 1px solid #0a4f84;
        padding-right: 36px;
    }
    .nav-menu > li > .sub-menu li a:focus,
    .nav-menu > li > .sub-menu li:hover > a {
        background: #226497;
        color: #fff;
    }
    .nav-menu > li > .sub-menu .sub-menu {
        display: block;
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #062237;
    }
    .nav-menu > li > .sub-menu .sub-menu li a {
        padding-left: 15px;
        border-bottom: 1px solid #032a46;
    }
    .nav-menu > li > .sub-menu .sub-menu li a:before {
        display: none;
    }
    .nav-menu > li > .sub-menu,
    .nav-menu > li > .sub-menu .sub-menu,
    .nav-menu > li:hover > .sub-menu,
    .nav-menu > li > .sub-menu > li:hover > .sub-menu {
        display: none;
    }

    .site-header .site-logo {
        padding-top: 18px;
    }
    .page-title-head {
        font-size: 40px;
    }
    .page-heading {
        font-size: 30px;
    }
    .left-image-block {
        margin-bottom: 20px;
    }
    .right-text-block {
        overflow: visible;
    }
    .cta-form .gform_wrapper ul.gform_fields > li.form-cta-into-text {
        margin-bottom: 20px !important;
    }
    .cta-form .gform_wrapper ul.gform_fields > li.form-cta-into-text,
    .cta-form .gform_wrapper ul.gform_fields > li {
        float: none;
        clear: both;
        width: 100%;
        margin-left: 0 !important;
    }
    .cta-form .gform_wrapper .gform_footer {
        padding-left: 0!important;
    }
    .footer-menu > li {
        padding: 7px 10px;
    }
    .page-banner {
        min-height: 350px;
    }
    .page-banner h1 {
        font-size:60px;
    }
    .page-banner h1.heading-size-medium {
        font-size: 40px;
    }
    .listing-section {
        padding-right: 5px;
        padding-left: 5px;
    }
    .listing-section > .site-width {
        padding-left: 0;
        padding-right: 0;
    }
    .list-items li {
        width: 33.333333%;
    }
    .list-items li:nth-child(5n+6) {
        clear: none;
    }
    .list-items li:nth-child(3n+4) {
        clear: both;
    }
    .home-video {
        height: 400px;
    }   
    .stat-wrapper {
        padding: 15px 0;
    } 
    .stat-counter {
        padding: 30px 0 40px;
    }
    .stat-col .stat-data {
        font-size: 22px;
    }
    .stat-col-inner {
        padding: 0 15px;
    }
    .stat-col .stat-data strong {
        font-size: 48px;
    }
    .featured-slider .featured-slide {
        min-height: 400px;
        background-size: 40% auto;       
    }
    .featured-slide .featured-slide-text {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 26%;
    }
    .featured-slide .featured-slide-text .fs-title {
        font-size: 40px;
    }
    .featured-slide .featured-slide-text,
    .audience-col p, .box-col-img-bg-inner {
        font-size: 16px;
    }
    .featured-slide .featured-slide-text .fs-title.font-size-medium {
        font-size: 34px;
    }
    .featured-slide.fcsbgalignment-left .featured-slide-text {
        padding-left: 26%;
    }
    .btn-yellow {
        font-size: 22px;
    }
    .featured-slide .featured-slide-text .fs-text {
        margin-bottom: 25px;
    }
    .featured-slide .featured-slide-text .fs-title {
        margin-bottom: 20px;
    }
    .audience-block-wrapper {
        padding: 30px 0;
    }
    .section-heading {
        font-size: 40px;
    }
    .section-heading {
        margin-bottom: 30px;
    }
    .audience-col {
        width: 50%;
        padding-bottom: 30px;
    }
    .audience-col:nth-child(2n+3) {
        clear: both;
    }
    .flex-2-col {
        padding-top: 20px;
    }
    .box-col-img-bg-inner {
        padding: 15px;
    }
    .box-col-img-bg .box-col-title,
    .box-col-img-bg h3,
    .box-col-img-bg h2 {
        font-size: 26px;
        line-height: 1.2;
    }
    .box-col-img-bg .box-col-text {
        margin-bottom: 10px;
    }
    .business-section {
        padding: 30px 0 5px;
    }
    .img-list-items li a .item-title {
        font-size: 20px;
    }
    .list-type-flip > li {
        width: 33.3333%;
    }
    .list-type-flip > li:nth-child(4n+5) {
        clear: none;
    }
    .list-type-flip > li:nth-child(3n+4) {
        clear: both;
    }
    .page-template-page-builder .content-area .section-title {
        font-size: 40px;
    }
    .banner-section {
        min-height: 100px;
    }
    .banner-section .banner-section-textarea,
    .banner-section.bnr-text-righttext .banner-section-textarea {
        float: none;
        padding: 0;
        width: auto;
        margin:0 -15px;
    }
    .banner-section .banner-section-textarea .banner-section-inner {
        background: rgba(0,0,0,.5);
    }
    .bluetextbgtext-img {
        width: 300px;
        padding: 40px 0 20px 0;
        margin-right: 20px;
    }
    .bluetextbgtext-textarea {
        padding: 40px 0;
        overflow: visible;
    }
    .page-banner-text-wrapper .header-download-btn {
        bottom: 10px;
    }
    .header-intro-vdo {
        width: 340px;
        margin-top: 15px;
    }
    .blue-textbg-leftimg .bluetextbgtext-textarea a.activereadmore {
        left: 0;
    }  
    .home-video video {
        top:-45px;
    }
}
@media screen and (min-width: 2400px) {
    .home-video {
        height: 750px;
    }
}
@media screen and (min-width: 1024px) {
    .nav-menu > li > .sub-menu,
    .nav-menu > li > .sub-menu .sub-menu {
        display: none !important;
    } 
    .nav-menu > li:hover > .sub-menu,
    .nav-menu > li > .sub-menu li:hover > .sub-menu {
        display: block !important;
    }
}
@media screen and (max-width: 767px) { 
    .left-image-block {
        float: none;
        margin-right: 0;
        width: 100%;
        text-align: center;
    }
    .single-talk_shows .left-image-block {
        width: 100%;
        max-width: 100%;
    }
    .station-info.right-text-block {
        text-align: center;
    } 
    .station-info .station-description,
    .station-info .station-formate-description,
    .single-talk_shows .station-info.right-text-block {
        text-align: left;
    }
    .home-video {
        display: none !important;
        visibility: hidden !important;
    }
    .home-slider-wrapper {
        position: relative;
        left: auto;
        width: 100%;
        top: auto;
        visibility: visible;
    }
    .bx-wrapper img {
        width: 100%;
    }
    .stat-counter {
        padding: 0;
    }
    .stat-col {
        width: 100%;
        float: none;
        border-bottom: 15px solid #f5f5f5;
    }
    .stat-col:last-child {
        border-bottom: 0;
    }
    .stat-col-inner {
        padding: 30px 20px 40px; 
    }
    .stat-col .stat-data strong {
        font-size: 50px;
    }
    .stat-col .stat-data {
        font-size: 30px;
    }
    .box-col-img-bg:first-child {
        margin-right: 8px;
    }
    .box-col-img-bg:nth-child(2) {
        margin-left: 8px;
    }
    .box-col-list {
        padding-left: 25px;
    }
    .logged-in.admin-bar .site-header {
        top: 46px;
    }
    .webs-apps-section {
        padding: 20px 5px 10px;
    }
    .webs-apps-section .section-intro {
        padding: 0 10px 25px;
    }
    .list-type-flip > li {
        width: 50%;
    }
    .list-type-flip > li:nth-child(3n+4) {
        clear: none;
    }
    .list-type-flip > li:nth-child(2n+3) {
        clear: both;
    }
    .list-type-flip > li .list-type-flip-inner {
        margin: 0 5px 10px;
    }    
    .single-websites_and_apps .station-info.right-text-block .page-heading,
    .single-conservative_website .station-info.right-text-block .page-heading {
        text-align: left;
    }
    .banner-section .banner-section-textarea .banner-section-inner {
        padding-top: 20px;
        padding-bottom: 25px;
    }
    .bluetextbgtext-img {
        width: 200px;
    }
    .header-intro-vdo {
        padding-bottom: 50px;
    }
    .three-col-section-with-title .text-column {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .three-col-section-with-title .text-column:last-child {
        margin-bottom: 0;
    }
    body.page-id-2269 .image-title-list li {
        width: 240px;
    }
    .page-template-home-page .as-dropdown {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .webs-apps-section.podcast-listing .section-intro {
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media screen and (max-width: 567px) { 
    .single-radio_stations .page-banner,
    .page-banner,
    .single-websites_and_apps .page-banner,
    .single-conservative_website .page-banner,
    .single-talk_shows .page-banner {
        min-height: 50px;
    }
    .single-radio_stations .page-banner.mobile-img-present img,
    .main-banner-img-mobile,
    .single-websites_and_apps .page-banner.mobile-img-present img,
    .single-conservative_website .page-banner.mobile-img-present img,
    .single-talk_shows .page-banner.mobile-img-present img {
        display: block;
        width: 100%;
    }
    body {
        padding-top: 72px;
    }
    .site-header {
        height: 72px;
    }
    .site-header .site-logo {
        padding-top:0;
        left: 50%;
        margin-left: -70px;
        position: absolute;
        top: 15px;
        z-index: 4;
    }
    .navbar {
        float: left;
        width: auto;
    }
    .navbar-top .nav-tel, 
    .navbar-top .nav-mail,
    .nav-sarch-block a {
        display: none;
    }
    .navbar-top {
        border: 0;
    }
    .nav-sarch-block {
        float: left;
        padding-top: 10px;
    }
    .nav-sarch-block .nav-search-triger {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 20px;
        color: #1b7ec9;
    }
    .menu-toggle {
        position: fixed;
        right: 15px;
        top: 15px;
    }
    .logged-in.admin-bar .menu-toggle {
        top: 60px;
    }
    .logged-in.admin-bar .main-navigation {
        top: 46px;
    }
    .page-banner h1 {
        font-size: 40px;
    }
    .page-banner h1.heading-size-medium {
        font-size: 32px;
    }
    .list-items li {   
        width: 50%;
    }    
    .list-items li:nth-child(3n+4) {
        clear: none;
    }
    .list-items li:nth-child(2n+3) {
        clear: both;
    }
    .list-items .button-wrapper a {
        max-width: 180px;
        padding: 10px;
    }
    .footer-menu > li {
        padding: 7px;
    }
    .footer-menu > li > a {
        font-size: 13px;        
    }
    .cta-form .gform_wrapper ul.gform_fields > li.form-cta-into-text p, 
    .cta-form .gform_wrapper ul.gform_fields > li.form-cta-heading-text strong {
        font-size: 18px;
    }
    .footer-top .white-logo {
        margin-right: 25px;
    }
    .stat-col .stat-data strong {
        font-size: 56px;
    }
    .featured-slide .featured-slide-text {
        padding-right: 0;
        padding-top: 20px;
    }
    .featured-slider .featured-slide {
        background-size: 150px auto;
        background-position: right 5px;
    }
    .featured-slide .featured-slide-text .fs-title {
        font-size: 36px;
        padding-right: 30%;
    }
    .featured-slide .featured-slide-text .fs-text {
        padding-right: 0;
        padding-top: 10px;
    }
    .featured-slide-text .btn-yellow {
        display: block;
    }
    .featured-slide .featured-slide-text {
        padding-bottom: 60px;
    }
    .featured-slider .featured-slide.fcsbgalignment-left {
        background-position: left 5px;
    }
    .featured-slide.fcsbgalignment-left .featured-slide-text {
        padding-left: 0;
    }
    .featured-slide .featured-slide-text .fs-title.font-size-medium {
        font-size: 26px;
        padding-right: 0;
        padding-left: 30%;
    }
    .featured-slide.fcsbgalignment-left .featured-slide-text .fs-text {
        padding-left: 0;
        padding-right: 0;
    }
    .featured-slider-wrapper .bx-wrapper .bx-controls .bx-pager {
        bottom: 18px;
    }
    .featured-slide.fcsbgalignment-left .featured-slide-text .fs-text {
        margin-bottom: 10px;
        padding: 5px 0;
        background:rgba(255,255,255,0.4);
    }
    .section-heading {
        font-size: 34px;
    }
    .audience-col {
        width: 100%;
        float: none;
    }
    .audience-block-wrapper {
        padding-bottom: 0;
    }
    .flex-2-col {
        display: -webkit-block;
        display: -moz-block;
        display: -ms-block;
        display: block;
        width: auto;
        margin-left: -15px;
        margin-right: -15px;
    }
    .box-col-img-bg {
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        margin: 0;
    }
    .box-col-img-bg:first-child,
    .box-col-img-bg:nth-child(2) {
        margin:0;
    }
    .box-col-img-bg-inner {
        padding: 20px 15px;
    }
    .audience-col-inner {
        padding: 0;
    }
    .img-list-items li {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-right: 0;
    }
    .img-list-items li a .item-title {
        font-size: 28px;
    }
    .list-items .item-details a {
        padding: 5px;
    }
    .list-items .button-wrapper {
        padding: 0 10px 15px;
    }
    .list-items {
        padding: 0 5px;
    }
    .list-items li {
        padding-bottom: 10px;
    }
    .list-items .list-item-inner {
        margin: 0 5px;
    }
    .page-title-head {
        font-size: 36px;
    }
    .list-type-flip .list-type-flip-text p {
        padding: 7px;
    }
    .list-type-flip .web-link {
        bottom: 10px; 
    }
    .one-col-intro-textarea {
        padding-bottom: 25px;
        font-size: 24px;
        padding-top: 20px;
    }
    .page-template-page-builder .content-area .section-title {
        font-size: 34px;
    }
    .image-title-list {
        display: block;
    }
    .image-title-list li,
    body.page-id-2269 .image-title-list li {
        display: block;
        width: auto;
        padding-left: 0;
        padding-right: 0;
    }
    .two-col-section-with-title .text-column {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 35px;
    }
    .two-col-section-with-title .text-column:last-child {
        margin-bottom: 0;
    }
    .banner-section .banner-section-textarea .section-banner-title {
        font-size: 30px;
    }
    .bluetextbgtext-img {
        text-align: center;
        width: 100%;
        padding: 15px 0;
        float: none;
        margin: 0;
    }
    .bluetextbgtext-textarea {
        padding-top: 10px;
        padding-bottom: 30px;
    }
    .one-col-section-with-title .section-text,
    .page-id-1187 .two-col-section-with-title .text-column {
        font-size: 16px;
    }
    .bluetextbgtext-img .leftdesktopimg {
        display: none;
    }
    .bluetextbgtext-img .leftmobimg {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .page-id-1385 .page-banner .page-banner-text-wrapper {
        position: relative;
        top: -105px;
    }
    .page-id-1385 .page-banner {
        background: #fff !important;
    }
    .header-intro-vdo {
        margin-top: 85px;
        width: 100%;
        padding-bottom: 30px;
    }
    .page-id-1385 .content-area {
        position: relative;
        margin-top: -60px;
        z-index: 1;
    }
    .page-banner-text-wrapper .header-download-btn {
        position: relative;
        bottom: auto;
        width: 100%;
        right: auto;
        left: auto;
    }
    .page-id-1443 .banner-section:nth-child(7) {
        margin-top: -40px;
    }
    .content-area img.alignright,
    .content-area img.alignleft {
        float: none;
        display: block;
        margin: 0 auto 20px;
    }
    .audience-col .audience-col-inner p {
        font-size: 18px;
    }
    .audience-chart {
        margin-bottom: 0;
    }
    .header-search-form {
        right: auto;
        left: 0;
    }
    #gform_wrapper_2 #field_2_3 .ginput_container_address #input_2_3_1_container,
    #gform_wrapper_2 #field_2_3 .ginput_container_address #input_2_3_4_container,
    #gform_wrapper_2 #field_2_3 .ginput_container_address #input_2_3_3_container, 
    #gform_wrapper_2 #field_2_3 .ginput_container_address #input_2_3_5_container {
        float: none;
        width: 100%;
        padding-right: 0 !important;
    }  
    #gform_wrapper_2 .gfield select, #gform_wrapper_2 .ginput_container_address select {
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .visualizer-front-outer {
        overflow-y: hidden;
        width: 100%;
        overflow-x: auto;
    }
    .visualizer-front {
        width: 567px;
    }
    .entry-content .tapnote {
        display: block;
    }
}
@media screen and (max-width: 413px) {
    .list-items .item-details span.list-format {
        padding: 0 10px;
    }
    .list-type-flip > li {
        width: 100%;
        float: none;
    }
    .list-type-flip .list-type-flip-text p {
        padding: 15px;
    }
    .list-type-flip .web-link {
        bottom: 20px; 
    }
}
@media screen and (max-width: 1259px) {
    .home-video {
        height: 400px;
    }
    .home-video video {
        width: 100%;
    }
}
@media screen and (max-width: 909px) {
    .home-video {
        height: 340px;
    }
}
/* New Navigation Styling */
.nav-menu > li > .sub-menu li > a {    
    color: #1c4267;
    padding-left: 28px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 0;
}
.nav-menu > li > .sub-menu li > a,
.nav-menu > li > .sub-menu li:hover > a {
    background: url(images/angle-right-solid.svg) no-repeat 15px center;
    background-size: 6px auto;
}
.nav-menu > li > .sub-menu li.navnolink a {
    cursor:default;
    background:none;
    padding-left: 0;
    padding-right: 0;
}
.nav-menu > li > .sub-menu li.navnolink {
    border-bottom: 1px solid #f9bf12;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-left: 15px;
    margin-right: 15px;
}
.nav-menu > li > .sub-menu li.navnolink:hover a {
    background:#fff;
}
.nav-menu > li > .sub-menu li.navnolink a {
    color: #378bd4;
    border: 0;
    padding-top:15px;
    padding-bottom: 5px;
}
.nav-menu > li > .sub-menu li.paddtop10 {
    padding-top: 10px;
}
@media screen and (max-width:1023px) {
    .nav-menu > li > .sub-menu {
        background: #fff;
    }
    .nav-menu > li > .sub-menu li:hover > a,
    .nav-menu > li > .sub-menu li > a:active,
    .nav-menu > li > .sub-menu li > a:focus {
        color: #000;
        background-color: #fff;
        background: url(images/angle-right-solid.svg) no-repeat 15px center;
        background-size: 6px auto;
    }
    .nav-menu > li > .sub-menu li.navnolink:hover > a,
    .nav-menu > li > .sub-menu li.navnolink > a:active,
    .nav-menu > li > .sub-menu li.navnolink > a:focus {
        color: #378bd4;
        background:#fff;
    }
}
/* End New Navigation Styling */

/* Home Features */
.hf-items {
    padding: 50px 0;
}
.hf-items .hf-item {
    width: 23.5%;
    margin-right: 2%;
    float: left;
}
.hf-items .hf-item:last-child {
    margin-right: 0;
}
.hf-items .hf-item a,
.hf-items .hf-item a:hover {
    display: block;
    color: #fff;
}
.hf-items .hf-item a:hover {
    opacity: .8;
}
.hf-items .hf-item a strong {
    display: block;
    background: #2a5b9f;
    font-family: sans-serif;
    font-size: 17px;
    padding: 7px 15px;
    font-weight: bold;
}
.hf-items .hf-item a strong span {
    display:inline-block;
    vertical-align: middle;
    padding-right: 16px;
    background: url(images/arrow_right_white.png) no-repeat right center;
    background-size: 8px auto;
    padding-bottom: 2px;
}
.it-vdo-box-outer {
    display: none;
}
.itvdo-open .it-vdo-box-outer {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 150;
    background: rgba(0, 0, 0, 0.3);
}
.it-vdo-box {
    visibility: hidden;
    top: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.itvdo-open .it-vdo-box {
    overflow: visible;
    visibility: visible;
    width: 640px;
    height: 360px;
    position: fixed;
    top: 140px;
    bottom: auto;
    left: 50%;
    margin-left: -320px;
    z-index: 151;
    background:#fff;
}
.it-vdo-box span {
    display: block;
    width: 26px;
    height: 26px;
    background: #000000 url(images/close_icon_white.png) no-repeat center center;
    background-size: 16px 16px;
    position: absolute;
    top: -30px;
    right: 0;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
}
@media screen and (max-width:767px) {
    .hf-items {
        padding: 30px 0 15px;
    }
    .hf-items .hf-item {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 15px;
    }
    .hf-items .hf-item:nth-child(2n+2) {
        margin-right: 0;
    }
    .itvdo-open .it-vdo-box,
    .itvdo-open .it-vdo-box video {
        width: 440px;
        height: 248px;
    }
    .itvdo-open .it-vdo-box {
        margin-left: -220px;
    }
}
@media screen and (max-width:479px) {
    .itvdo-open .it-vdo-box,
    .itvdo-open .it-vdo-box video {
        width: 350px;
        height: 197px;
    }
    .itvdo-open .it-vdo-box {
        margin-left: -175px;
        top: 103px;
    }     
}
/* End Home Features */

/* advertise with us */

.main-div{
  background-color: #fff;
  color: #fff;
  max-width: 100%;
}
p{
  margin: 0;
 

}
img{
  margin: 10px 0;
}
h1{
  color: #000;
}
.banner-container {
    
    color: #fff;
    max-width: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: cover;
    background-size: cover;

  }
  .fr-section input#gform_submit_button_7 {
    padding: 12px;
    margin: 0;
    border-radius: 30px;
    border-color: white;
    background-color: #c7b718;
    font-size: 16px!important;
    color: white;
    font-weight: 700;
    border: 0px;
}
 .fr-section input#gform_submit_button_5 {
    padding: 12px;
    margin: 0;
    border-radius: 30px;
    border-color: white;
    background-color: #c7b718;
    font-size: 16px!important;
    color: white;
    font-weight: 700;
    border: 0px;
}

  .header-content {
    display: block;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 100px 60px;
  }
  .banner-t{
    color: #000;
  }
  .header-text {
    width: 48%;
    height: auto;
    display: inline-block;
    text-align: left;
    padding-right: 60px;
  }

  .header-image {
    width: 48%;
    height: auto;
    text-align: center;
    display: inline-block;
    
  }
  .banner-img{
    max-width: 30%;  
  }
  /* step section  */
  .second-section{
    max-width: 100%;
    padding:  10px 60px 10px 60px;
    background-color: #006cad;
  
  }
  .second-section .step-one{
    width: 32.333%;
    display: inline-block;
    color: #fff;
  }
  .second-section .step-two{
    width: 32.333%;
    display: inline-block;
    color: #fff;
  }
  .second-section .step-three{
    width: 32.333%;
    display: inline-block;
    color: #fff;
  }


  /* form section  */  
  .fr-section{
    max-width: 100%;
    padding:  60px 60px 60px 60px;
    background-color: #4e90c2;

  }
  .form-section{
    width: 48%;
    display: inline-block;
  }
  .text-section{
    width: 48%;
    display: inline-block;
    padding: 0px 120px 0px 60px;
    position: relative;
    top: -24vh;
  }
  .fsection-img{
    max-width: 30%;  
    margin-bottom: 20px;
  }
 /* testimonail section  */  
  .testimonial-section{
    max-width: 100%;
    padding:  60px 60px 0px 60px;
  }
  .text-testimonial{
    width: 100%;
    color: #000;
    padding: 20px 0 20px 0;
  }
  .testimonial-img{
    width: 10%;
  }


  @media (max-width: 1199px) {
    .header-content{
      padding: 50px 50px;
    }
    .text-section{
      padding: 0px 60px 0px 60px !important;
      top: -20vh;
    }
    .fr-section {
      padding: 30px 30px 30px 30px;
    }
    .testimonial-section {
      max-width: 100%;
      padding: 30px 60px 30px 60px;
    }
  
  }
  @media (max-width: 991px) {
    .header-content{
      padding: 50px 0px;
    }
    .header-text{
      width: 100%;
      padding: 0 20px;
    }
    .header-image{
      width: 100%;
      padding: 0 20px;
    }
    .text-section{
      padding: 0px 60px 0px 60px;
      top: -20vh;
    }
    .fr-section {
      padding: 30px 30px 30px 30px;
    }
    .testimonial-section {
      max-width: 100%;
      padding: 30px 60px 30px 60px;
    }
    .second-section .step-one{
      width: 48%;
    }
    .second-section .step-two{
      width: 48%;
     
    }
    .second-section .step-three{
      width: 48%;
      
    }
    .text-section {
      padding: 0px 0px 0px 40px;
      top: -20vh;
  }
  }
  @media (max-width: 575px) {
    .header-content{
      padding: 35px 0px;
    }
    .header-text{
      width: 100%;
      padding: 0 20px;
    }
    .header-image{
      width: 100%;
      padding: 0 20px;
    }
    .form-section {
      width: 100%;
      
  }
    .text-section{
      padding: 0px 60px 0px 60px;
      top: -20vh;
    }
    .fr-section {
      padding: 30px 30px 30px 30px;
    }
    .testimonial-section {
      max-width: 100%;
      padding: 30px 15px 30px 15px;
    }
    .text-testimonial{
      padding: 0px;
    }
    .second-section .step-one{
      width: 48%;
    }
    .second-section .step-two{
      width: 48%;
     
    }
    .second-section .step-three{
      width: 48%;
      
    }
    .text-section {
      padding: 0px 0px 0px 0px !important;
      top: 5vh;
      width: 100%;
  }
  .testimonial-img {
    width: 45%;
}
.second-section .step-one {
  width: 98%;
}
.second-section .step-two {
  width: 98%;
}
.second-section .step-three {
  width: 98%;
}
.second-section {
  padding: 10px 15px 10px 15px;
}
.fsection-img{
  max-width: 45%;  
  margin-bottom: 10px;
}
  }
  
  .page-id-6211 form input,
  .page-id-6211 form textarea {
  	border: solid 1px #919496;
  }

/*end advertise with us */
.site-width.homepage2 {
    margin-top: 0px;
    overflow: hidden;
}
/*
.our-clients-logos-animation-container {
    column-gap: 0px!important;
}*/
/* homepage new */