/*
Theme Name: Curiosity Theme
Theme URI: 
Author: Curiosity 
Version: 3.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Curiosity
Tags:

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.

Our theme is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
5.1 Links
5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
13.0 Custom
    13.1 Navigation
    13.2 Inner Pages
    13.3 Custom Code
    13.4 Helper Code
    13.5 Plugins
    13.6 Media Calls
--------------------------------------------------------------*/


/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

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: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

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;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #404040;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: """";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}

textarea {
    padding-left: 3px;
    width: 100%;
}


/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/

.navbar-nav {
    float: right;
    margin: 0px;
}


/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/

a {
    color: royalblue;
}

a:visited {
    color: purple;
}

a:hover,
a:focus,
a:active {
    color: midnightblue;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}


/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul ul li {}

.main-navigation li:hover>a {}

.main-navigation ul ul:hover>a {}

.main-navigation ul ul a:hover {}

.main-navigation ul li:hover>ul {
    left: auto;
}

.main-navigation ul ul li:hover>ul {
    left: 100%;
}

.main-navigation .current_page_item>a,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a {}


/* Small menu. */

.menu-toggle {
    display: none;
}

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

    .menu-toggle,
    .main-navigation.toggled .nav-menu {
        display: block;
    }

    .main-navigation ul {
        display: none;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

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


/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}


/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}


/* Search widget. */

.widget_search .search-submit {
    display: none;
}


/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}


/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,

/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}


/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


/*--------------------------------------------------------------
13.0 Custom
--------------------------------------------------------------*/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

h1,
h2,
h3 {
    font-family: 'Oswald', sans-serif;
}

h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
}

a,
a:visited {
    color: #87319a;
    outline: 0;
}

a:active,
a:hover,
a:focus {
    color: #39d52d;
    outline: 0;
    text-decoration: none;
}

p {}

.btn-clear {
    color: #000000;
    background-color: transparent;
    border: 1px solid #000000;
    border-radius: 0;
    font-family: 'Oswald', sans-serif;
    padding: 15px 25px;
    font-size: 22px;
    line-height: 1;
    box-shadow: none;
    text-shadow: none;
    text-transform: uppercase;
    width: 100%;
}

.btn-clear:hover {
    background-color: transparent;
    border: 1px solid #000000;
    box-shadow: none;
    color: #39d52d;
    text-shadow: none;
}

.btn-white {
    color: #87319a;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0;
    font-family: 'Oswald', sans-serif;
    padding: 15px 25px;
    font-size: 22px;
    line-height: 1;
    box-shadow: none;
    text-shadow: none;
    text-transform: uppercase;
    width: 100%;
}

.btn-white:hover {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    box-shadow: none;
    color: #39d52d;
    text-shadow: none;
}

.listen-live {
    position: fixed;
    right: 0;
    top: calc(75% - 110px);
    z-index: 9999;
}

.navigation-section {
    background-image: url('/wp-content/uploads/2017/05/ns-bg.png');
    background-repeat: no-repeat;
    background-position: top center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.navigation-section .ns-1 {
    position: relative;
    z-index: 200;
    max-height: 98px;
}

.navigation-section .ns-1 .logo img {
    padding: 5px 0 0 145px;
}

.navigation-section .ns-1 .navigation {
    height: 100px;
}

#primary-bootstrap-menu {
    position: relative;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
}

.navigation-section .ns-2 {
    position: relative;
    top: -73px;
    right: 180px;
    z-index: 100;
}

#menu-item-130 {
    display: none;
}

.navigation-section .social a img {
    margin: 0 7.5px;
    transition: .3s;
}

.navigation-section .social a img:hover {
    transform: translateY(5px);
}

.navigation-section .social a:first-child img {
    margin: 0 7.5px 0 0;
    border-radius: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
    max-width: 140px;
}

.navigation-section .social img:last-child {
    background-color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 8px 0 #000000;
    margin: 0 0 0 7.5px;
}

.listen-live-mobile {
    background-color: #87319a;
    border: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: 600;
    overflow: hidden;
    height: auto;
    display: none;
    justify-content: center;
    margin-top: 30px;
}

.animation-section {
    background: url('/wp-content/uploads/2017/05/as-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    border-top: 10px solid #34d330;
    min-height: 300px;
}

.animation-section .ad,
.animation-section .jock {
    height: 325px;
}

.animation-section .carousel {
    position: relative;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
}

.animation-section .jock .carousel {
    top: 59.5%;
}

.animation-section .carousel img {
    margin: 0 auto;
}

.onair-section {
    background-color: #87319a;
    border-top: 10px solid #34d330;
    border-bottom: 10px solid #34d330;
    overflow: hidden;
}

.onair-section .video {
    padding: 10.31% 5%;
}

.onair-section .video .embed-responsive {}

.onair-section .insider {
    background-color: #ffffff;
    margin: 5% auto;
    padding: 0 15px;
}

.onair-section .insider:before {
    background-color: #ffffff;
    content: '';
    display: block;
    height: 100px;
    position: absolute;
    left: 4px;
    top: -56px;
    transform: rotate(-9deg);
    width: 110%;
    z-index: 1;
}

.onair-section .insider:after {
    background-color: #ffffff;
    content: '';
    display: block;
    height: 100px;
    position: absolute;
    left: 4px;
    bottom: -56px;
    transform: rotate(9deg);
    width: 110%;
    z-index: 1;
}

.onair-section .insider .inner-container {
    position: relative;
    z-index: 2;
}

.news-section {
    background: url('/wp-content/uploads/2017/05/nes-bg.jpg');
    background-color: #000;
    /*    background-size: contain;*/
    background-repeat: no-repeat;
    background-position: top center;
    padding: 30px 15px 7.5% 15px;
}

.news-section .news h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    margin: 0 auto 40px auto;
    text-align: center;
    text-transform: uppercase;
}

#news-carousel .item {
    color: #ffffff;
}

#news-carousel .item>div>img {
    border-top: 2px solid #ffffff;
}

#news-carousel .item .item-inner,
#news-carousel .item>div>img {
    border-right: 2px solid #ffffff;
}

#news-carousel .item .item-inner {
    border-bottom: 2px solid #ffffff;
}

#news-carousel .item .item-inner,
#news-carousel .item>div>img {
    border-left: 2px solid #ffffff;
}

#news-carousel .pubdate {
    background-color: #23ad23;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    position: absolute;
    top: 2px;
    left: 8%;
    z-index: 999;
}

#news-carousel .pubdate>bthu {
    display: block;
}

#news-carousel .title {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 0 10px 0;
}

#news-carousel .item .item-inner {
    background-color: #000000;
    min-height: 308px;
    padding: 35px 8% 10px 10px;
}

#news-carousel .item .description>img,
#news-carousel .item .description>br {
    display: none;
}

#news-carousel .readmore {
    display: block;
    padding: 15px 0 0 0;
    text-align: right;
    position: absolute;
    bottom: 2px;
    right: 17px;
}

.news-section .ad {
    margin: 60px auto 50px auto;
}

.news-section .ad .item img {
    margin: 0 auto;
}

.news-section .recent {
    /*    background: url('http://island106.pairsite.com/wp-content/uploads/2017/05/nes-bg_bl.png');*/
    background-color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-family: 'Oswald', sans-serif;
    min-height: 1143px;
    padding: 25px;
}

.news-section .recent h1 {
    color: #87319a;
    font-size: 50px;
    font-weight: 600;
    margin: 150px auto 40px auto;
    text-align: center;
    text-transform: uppercase;
}

.news-section .recent h1 img {
    display: none;
}

.news-section .recent ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.news-section .recent ul>li>a {
    font-size: 20px;
    font-weight: 400;
}

.news-section .recent ul>li>.rssSummary {
    font-size: 18px;
    margin-bottom: 10px;
}

.news-section .now {
    background-color: #ffffff;
    margin: 5% auto;
    padding: 0 45px 1.5% 15px;
    text-align: right;
}

.news-section .now:before {
    background-color: #ffffff;
    content: '';
    display: block;
    height: 100px;
    position: absolute;
    right: 4px;
    top: -43px;
    transform: rotate(9deg);
    width: 110%;
    z-index: 1;
}

.news-section .now:after {
    background-color: #ffffff;
    content: '';
    display: block;
    height: 100px;
    position: absolute;
    right: 4px;
    bottom: -43px;
    transform: rotate(-9deg);
    width: 110%;
    z-index: 1;
}

.news-section .now .inner-container {
    position: relative;
    z-index: 2;
}

.news-section .now h1 {
    color: #87319a;
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
}

.news-section .now .jock {
    margin-bottom: 30px;
}

.news-section .now .carousel img,
.news-section .now .jock img {
    margin: 0 auto;
    max-width: 300px;
}

.news-section .now .carousel {
    float: right;
    max-width: 300px;
}

.news-section .social {
    padding: 0 75px;
}

.news-section .social h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    margin: 5% auto 40px auto;
    text-align: center;
    text-transform: uppercase;
}

.footer-section {
    /*background-color: #87319a;*/
    border-top: 10px solid #34d32f;
    color: #ffffff;
    padding: 1.5% 15px 0 15px;
}

.footer-section a {
    color: #ffffff;
}

.footer-section a:hover,
.footer-section a:active,
.footer-section a:focus {
    color: #39d52d;
}

.footer-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-section ul>li {
    margin-bottom: 5px;
}

.footer-section>.row {
    padding: 0 150px;
}

.footer-section .fs-1 .widget_categories .widget-title {
    display: none;
}

.footer-section .fs-2 {
    margin: 30px -15px 80px -15px;
}

.footer-section .social a:first-child img {
    margin: 0 7.5px 0 0;
    border-radius: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
    max-width: 140px;
}

.footer-section .fs-2 .social img {
    background-color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 8px 0 #000000;
    margin: 0 0 0 7.5px;
    transition: .3s;
}

.footer-section .fs-2 .social img:hover {
    transform: translateY(-5px);
}

.wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
}

/*--------------------------------------------------------------
13.1 Navigation
--------------------------------------------------------------*/

#primary-bootstrap-menu.navbar-default {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    color: #595959;
    font-size: 15px;
    margin-bottom: 0;
    min-height: 1px;
    text-transform: uppercase;
}

#primary-bootstrap-menu.navbar-default .navbar-nav {
    float: left;
    min-height: 1px;
}

#primary-bootstrap-menu.navbar-default .navbar-nav>li>a {
    color: #595959;
    background-color: transparent;
    padding: 30.5px 15px;
    border: 2px solid transparent;
}

#primary-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
#primary-bootstrap-menu.navbar-default .navbar-nav>li>a:focus {
    color: #595959;
    background-color: transparent;
    border: 2px solid #87319a;
}

#primary-bootstrap-menu.navbar-default .navbar-nav>.active>a,
#primary-bootstrap-menu.navbar-default .navbar-nav>.active>a:hover,
#primary-bootstrap-menu.navbar-default .navbar-nav>.active>a:focus {
    color: #595959;
    background-color: transparent;
    border: 2px solid #87319a;
}

.navbar-toggle {
    border: 0;
    box-shadow: none !important;
    text-shadow: none;
    margin: 4.35% auto;
    z-index: 999;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
    background-color: transparent;
}

.navbar-toggle .icon-bar {
    background-color: #87319a;
}

.navbar-toggle:hover .icon-bar,
.navbar-toggle:focus .icon-bar {
    background-color: #87319a;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:active,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #87319a;
}

#primary-bootstrap-menu.navbar-default .navbar-nav>li:last-child {
    background-image: url('/wp-content/uploads/2017/11/280x85_island106.gif');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
    content: '';
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-left: 25px;
    overflow: hidden;
}

#primary-bootstrap-menu.navbar-default .navbar-nav>li:last-child a {
    color: #ffffff;
    height: 85px;
    padding: 10px 45px;
    width: 160px;
}

.btt-top {
    display: inline-block;
    height: 75px;
    width: 75px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(268, 68, 35, .8) url(./images/btt-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 999;
}

.btt-top:hover {
    background-color: rgba(268, 68, 35, 1);
}

.btt-top.cd-is-visible,
.btt-top.cd-fade-out,
.no-touch .btt-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.btt-top.btt-is-visible {
    /* The button becomes visible */
    visibility: visible;
    opacity: 1;
}

.btt-top.cd-fade-out {
    /* If the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.no-touch .btt-top:hover {
    background-color: rgba(268, 68, 35, 1);
    opacity: 1;
}


/*--------------------------------------------------------------
13.2 Custom Code
--------------------------------------------------------------*/


/**
 * Bootstrap Carousel Fade
**/

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}


/**
 * Bootstrap Show 5
**/

.carousel-control {
    width: 4%;
}

.carousel-control.left {
    margin-left: 5px;
    background-image: none;
}

.carousel-control.right {
    margin-right: 5px;
    background-image: none;
}

@media (max-width: 767px) {
    .carousel-inner .active.left {
        left: -100%;
    }

    .carousel-inner .next {
        left: 100%;
    }

    .carousel-inner .prev {
        left: -100%;
    }

    .active>div {
        display: none;
    }

    .active>div:first-child {
        display: block;
    }

    .active>div:first-child+div {
        display: block;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .carousel-inner .active.left {
        left: -50%;
    }

    .carousel-inner .next {
        left: 50%;
    }

    .carousel-inner .prev {
        left: -50%;
    }

    .active>div {
        display: none;
    }

    .active>div:first-child {
        display: block;
    }

    .active>div:first-child+div {
        display: block;
    }

    .active>div:first-child+div+div {
        display: block;
    }
}

@media (min-width: 1199px) {
    .carousel-inner .active.left {
        left: -16.7%;
    }

    .carousel-inner .next {
        left: 16.7%;
    }

    .carousel-inner .prev {
        left: -16.7%;
    }
}


/*--------------------------------------------------------------
13.3 Inner Pages
--------------------------------------------------------------*/

.innerpage-section {
    background-attachment: fixed;
    background-color: #17446f;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    /*border-bottom: 10px solid #f46e00;*/
    color: #444444;
    font-size: 16px;
    padding-top: 95px;
}

.innerpage-section a:active,
.innerpage-section a:hover,
.innerpage-section a:focus {
    color: #87319a;
    outline: 0;
    text-decoration: underline;
}

.innerpage-section a,
.innerpage-section a:visited {
    color: #87319a;
    outline: 0;
    text-decoration: underline;
}

.innerpage-section hr {
    background-color: #ffffff;
    border: 0;
    height: 2px;
    margin-bottom: 1em;
}

.innerpage-section .container {
    background-color: #ffffff;
    padding: 25px;
}

.innerpage-section .carousel .item img {
    margin: 0 auto;
}

.innerpage-section .ad {
    margin: 15px auto;
}

.thumbnail-image-float-left img {
    width: auto !important;
    display: block;
}

.entry-content form input[type="submit"] {
    width: auto;
    padding: 7px 35px;
    background-color: #87319a;
    color: #fff;
    border: 1px solid transparent;
}

.entry-content form input[type="submit"]:hover {
    background-color: #fff;
    color: #87319a;
    border: 1px solid #87319a;
}

.single footer,
.archive footer,
.category footer,
.search footer {
    background-color: #87319a;
}

.page-template-page-calendar .footer-section,
.page-template-about .footer-section {
    background-color: #000;
}

.page-template-about .featured-section {
    padding-top: 150px;
}

/*--------------------------------------------------------------
13.4 Helper Classes
--------------------------------------------------------------*/


/**
 * Each Class Is Commented Out To Disable It. Uncomment To Enable.
 **/


/*-- Centers Navigation

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}
.navbar .navbar-collapse {
    text-align: center;
}
--*/


/*-- Disables The 15px Padding Left & Right On Below Columns

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

--*/


/*-- Allows Columns To Be Equal Height Regardless Of Content (In Testing)

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

--*/


/*-- Allows The Centering Of Columns Regardless Of Width

.row-centered {
    text-align: center;
}
.col-centered {
    display: inline-block;
    float: none;
}

--*/


/*-- Allows The Adjustment Of The Mobile Breakpoint 

@media (max-width: -Insert Desired Value-px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
}

--*/


/*--------------------------------------------------------------
13.5 Plugins
--------------------------------------------------------------*/

@font-face {
    font-family: 'weather';
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot');
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'), url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff') format('woff'), url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf') format('truetype'), url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

#weather {
    width: 100%;
    max-width: 320px;
    margin: 0px auto;
    text-align: center;
    text-transform: uppercase;
}

i {
    color: #fff;
    font-family: weather;
    font-size: 100px;
    font-weight: normal;
    font-style: normal;
    float: left;
    line-height: 1.0;
    text-transform: none;
}

.icon-0:before {
    content: ":";
}

.icon-1:before {
    content: "p";
}

.icon-2:before {
    content: "S";
}

.icon-3:before {
    content: "Q";
}

.icon-4:before {
    content: "S";
}

.icon-5:before {
    content: "W";
}

.icon-6:before {
    content: "W";
}

.icon-7:before {
    content: "W";
}

.icon-8:before {
    content: "W";
}

.icon-9:before {
    content: "I";
}

.icon-10:before {
    content: "W";
}

.icon-11:before {
    content: "I";
}

.icon-12:before {
    content: "I";
}

.icon-13:before {
    content: "I";
}

.icon-14:before {
    content: "I";
}

.icon-15:before {
    content: "W";
}

.icon-16:before {
    content: "I";
}

.icon-17:before {
    content: "W";
}

.icon-18:before {
    content: "U";
}

.icon-19:before {
    content: "Z";
}

.icon-20:before {
    content: "Z";
}

.icon-21:before {
    content: "Z";
}

.icon-22:before {
    content: "Z";
}

.icon-23:before {
    content: "Z";
}

.icon-24:before {
    content: "E";
}

.icon-25:before {
    content: "E";
}

.icon-26:before {
    content: "3";
}

.icon-27:before {
    content: "a";
}

.icon-28:before {
    content: "A";
}

.icon-29:before {
    content: "a";
}

.icon-30:before {
    content: "A";
}

.icon-31:before {
    content: "6";
}

.icon-32:before {
    content: "1";
}

.icon-33:before {
    content: "6";
}

.icon-34:before {
    content: "1";
}

.icon-35:before {
    content: "W";
}

.icon-36:before {
    content: "1";
}

.icon-37:before {
    content: "S";
}

.icon-38:before {
    content: "S";
}

.icon-39:before {
    content: "S";
}

.icon-40:before {
    content: "M";
}

.icon-41:before {
    content: "W";
}

.icon-42:before {
    content: "I";
}

.icon-43:before {
    content: "W";
}

.icon-44:before {
    content: "a";
}

.icon-45:before {
    content: "S";
}

.icon-46:before {
    content: "U";
}

.icon-47:before {
    content: "S";
}

#weather .temp {
    color: #fff;
    display: block;
    font-size: 36px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.0;
    text-transform: none;
}

#weather .current {
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.0;
    text-transform: none;
}

#weather .high {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.0;
    text-transform: none;
    width: 50%;
}

#weather .low {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.0;
    text-transform: none;
    width: 50%;
}

.wpcf7-form label {
    display: block;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"] {
    width: 100%;
    height: 35px;
    border: 1px solid #000000;
    border-radius: 0;
    font-size: 16px;
    outline: 0;
    color: #000000;
    padding: 7.5px;
}

.wpcf7-form textarea {
    width: 100%;
    border: 1px solid #000000;
    border-radius: 0;
    font-size: 16px;
    outline: 0;
    color: #000000;
    padding: 7.5px;
}

.wpcf7 button,
.wpcf7 input[type="button"],
.wpcf7 input[type="reset"],
.wpcf7 input[type="submit"] {
    color: #87319a;
    background-color: #ffffff;
    border: 1px solid #000000;
    border-radius: 0;
    font-family: 'Oswald', sans-serif;
    padding: 15px 25px;
    font-size: 22px;
    line-height: 1;
    box-shadow: none;
    text-shadow: none;
    text-transform: uppercase;
    width: 100%;
}

.wpcf7 button:hover,
.wpcf7 button:active,
.wpcf7 button:focus,
.wpcf7 input[type="button"]:hover,
.wpcf7 input[type="button"]:active,
.wpcf7 input[type="button"]:focus,
.wpcf7 input[type="reset"]:hover,
.wpcf7 input[type="reset"]:active,
.wpcf7 input[type="reset"]:focus,
.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:active,
.wpcf7 input[type="submit"]:focus {
    background-color: #ffffff;
    border: 1px solid #000000;
    box-shadow: none;
    color: #39d52d;
    text-shadow: none;
}

#menu-item-358.listen-live {
    display: none;
}

/*--------------------------------------------------------------
13.6 Media Calls
--------------------------------------------------------------*/

@media (min-width: 1200px) {
    .innerpage-section .container {
        max-width: 1100px;
    }
}

@media only screen and (max-width: 1775px) {
    #primary-bootstrap-menu.navbar-default .navbar-nav>li:last-child {
        margin-left: 25px;
    }
}

@media only screen and (max-width: 1600px) {
    .navigation-section .ns-1 .navigation {
        width: 85%;
    }

    .navigation-section .ns-1 .logo {
        width: 15%;
    }

    .navigation-section .ns-1 .logo img {
        padding: 5px 0 0 15px;
    }
}

@media only screen and (max-width: 1550px) {
    .navigation-section .ns-2 {
        top: -65px;
        right: 0;
    }

    #news-carousel .title {}

    #news-carousel .description {}

    .news-section .recent h1,
    .news-section .social h1,
    .news-section .news h1,
    .onair-section .os-1 .now h1 {
        font-size: 36px;
    }

    .news-section .recent {
        padding: 0 25px 0 50px;
    }

    .news-section .social {
        padding: 0 50px 0 25px;
    }

    .footer-section>.row {
        padding: initial;
    }
}

@media only screen and (max-width: 1440px) {
    .home .featured-section {
        margin-top: 25px;
    }
}

@media only screen and (max-width: 1400px) {
    .navigation-section .ns-2 {
        top: -30px;
        right: 0;
    }

    #primary-bootstrap-menu.navbar-default .navbar-nav>li:last-child a {
        color: #ffffff;
        font-size: 16px;
        padding: 10px 25px;
    }

    #primary-bootstrap-menu.navbar-default .navbar-nav>li:last-child {
        margin-left: 10px;
    }
}

@media screen and (max-width: 1200px) {
    #primary-bootstrap-menu.navbar-default .navbar-nav>li a {
        font-size: 10px;
        padding: 30.5px 10px;
    }

    .navigation-section .ns-2 {
        top: 5px;
    }

    .onair-section .os-1 .now {
        padding: 101.5px 15px 0 15px;
    }

    #news-carousel .item>.col-md-2 {
        width: 33.3%;
        margin: 30px auto;
    }

    i {
        font-size: 75px;
    }
}

@media screen and (max-width: 1024px) {
    #primary-bootstrap-menu.navbar-default .navbar-nav>li:last-child a {
        width: 135px;
    }
}

@media screen and (max-width: 991px) {
    .listen-live-mobile {
        display: flex;
        margin-top: 30px !important;
    }

    .navigation-section>.ns-1>.col-xs-4 {
        width: 33.33333333% !important;
    }

    .news-section .now .carousel {
        float: none;
        max-width: none;
    }

    .news-section .now {
        background-color: transparent;
        padding: 0 15px 1.5% 15px;
        text-align: center;
    }

    .onair-section .insider {
        margin: 0 auto;
    }

    .news-section .now:after,
    .news-section .now:before,
    .onair-section .insider:after,
    .onair-section .insider:before {
        display: none;
    }

    #primary-bootstrap-menu.navbar-default .navbar-nav>li a {
        font-size: 16px;
        padding: 15.5px 10px;
        text-align: center;
    }

    #primary-bootstrap-menu.navbar-default .navbar-nav ul.dropdown-menu>li>a {
        background-color: #87319a;
        border: 1px solid #ffffff;
        color: #ffffff;
        font-size: 14px;
    }

    .news-section .news h1 {
        margin: 40px auto 40px auto;
    }

    .onair-section .os-1 .video {
        padding: 25px 15px;
        max-height: none;
    }

    .onair-section .os-1 .now h1 {
        color: #ffffff;
    }

    .onair-section .os-1 .now {
        background: none;
        padding: 25px 15px;
        margin: 0 auto;
        min-height: 1px;
        text-align: center;
    }

    .onair-section {
        max-height: none;
    }

    .animation-section .carousel {
        top: 0;
        transform: none;
    }

    .animation-section .ad {
        height: auto;
        margin: 25px auto;
    }

    .animation-section .jock {
        height: auto;
    }

    .navigation-section .ns-1 .navigation {
        height: 52px;
        margin: 0;
    }

    #primary-bootstrap-menu.navbar-default .dropdown-menu {
        float: none;
        padding: 0;
        position: relative;
        top: 0;
        width: 100%;
    }

    #primary-bootstrap-menu.navbar-default {
        text-align: center;
    }

    .navigation-section .social {
        display: none;
    }

    .navigation-section .ns-1 .logo img {
        padding: 0;
        margin: 15px auto;
        width: 98px;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 0px;
        background: #ffffff;
    }

    .navigation-section {
        background-image: none;
        position: relative;
    }

    .navigation-section .ns-1 {
        background: #ffffff;
        height: 103px;
        max-height: none;
    }

    .navigation-section .ns-1 .logo {
        position: relative;
        top: 50%;
        transform: perspective(1px) translateY(-50%);
        width: 25%;
    }

    .navigation-section .ns-1 .navigation {
        height: auto;
        margin-left: 0;
        width: 75%;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    #primary-bootstrap-menu {
        top: 0;
        transform: none;
    }

    #primary-bootstrap-menu.navbar-default .navbar-nav>li:last-child {
        margin: 15px 0;
    }

    .navbar-toggle {
        display: block;
        margin: 35.5px auto;
    }

    .navigation-section .ns-2 {
        top: 10px;
    }
}

@media screen and (max-width: 768px) {
    .animation-section .ad {
        height: auto;
        margin: 50px auto 25px auto;
        text-align: center;
    }

    .animation-section .carousel {
        top: 0;
        transform: none;
    }

    #weather i {
        float: none;
    }

    #weather span {
        margin: 5px auto;
    }

    .news-section .recent h1,
    .news-section .social h1,
    .news-section .news h1,
    .onair-section .os-1 .now h1 {
        font-size: 42px;
    }

    .onair-section {
        max-height: none;
    }

    .onair-section .os-1 .now {
        margin-top: 0;
        min-height: 1px;
        padding: 25px 15px;
        text-align: center;
    }

    .news-section {
        min-height: 1px;
    }

    .carousel-inner>.item>a>img,
    .carousel-inner>.item>img {
        margin: 0 auto;
    }

    #news-carousel .item>.col-md-2 {
        width: 50%;
        margin: inherit;
    }

    .news-section .recent {
        background: #fff;
        margin: 15px auto 0 auto;
        min-height: 1px;
        padding: 15px;
    }

    .news-section .ad {
        margin: 15px auto;
    }

    .news-section .recent h1 {
        margin: 0 auto 15px auto;
    }

    .news-section .social {
        padding: 15px;
    }

    .footer-section {
        text-align: center;
    }

    .footer-section .fs-2>div {
        text-align: center;
        margin: 15px auto;
    }

    .footer-section .social a:first-child img {
        display: block;
        margin: 0 auto 15px;
    }
}

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

@media screen and (max-width: 475px) {
    .navbar-toggle {
        display: block;
    }

    .onair-section .video iframe {
        height: 230px;
    }

    #news-carousel .item>.col-md-2 {
        width: 100%;
        margin: inherit;
    }

    .news-section .recent h1,
    .news-section .social h1,
    .news-section .news h1,
    .onair-section .os-1 .now h1 {
        font-size: 42px;
        margin: 0 auto 15px auto;
    }

    .onair-section .os-1 .now,
    .news-section,
    .news-section .recent,
    .news-section .social,
    .footer-section {
        padding: 25px 15px;
    }

    .footer-section .fs-2 {
        margin: 30px -15px 0 -15px;
    }
}

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













/*
Theme Name: Curiosity Theme
Theme URI: 
Author: Curiosity 
Version: 3.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Curiosity
Tags:

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.

Our theme is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
5.1 Links
5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
    10.1 Posts and pages
    10.2 Asides
    10.3 Comments
11.0 Infinite scroll
12.0 Media
    12.1 Captions
    12.2 Galleries
13.0 Custom
    13.1 Navigation
    13.2 Inner Pages
    13.3 Custom Code
    13.4 Helper Code
    13.5 Plugins
    13.6 Media Calls
--------------------------------------------------------------*/


/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

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: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

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;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #404040;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: """";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}

textarea {
    padding-left: 3px;
    width: 100%;
}


/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/

.navbar-nav {
    float: right;
    margin: 0px;
}


/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/

a {
    color: royalblue;
}

a:visited {
    color: purple;
}

a:hover,
a:focus,
a:active {
    color: midnightblue;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}


/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul ul li {}

.main-navigation li:hover>a {}

.main-navigation ul ul:hover>a {}

.main-navigation ul ul a:hover {}

.main-navigation ul li:hover>ul {
    left: auto;
}

.main-navigation ul ul li:hover>ul {
    left: 100%;
}

.main-navigation .current_page_item>a,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a {}


/* Small menu. */

.menu-toggle {
    display: none;
}

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

    .menu-toggle,
    .main-navigation.toggled .nav-menu {
        display: block;
    }

    .main-navigation ul {
        display: none;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

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


/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}


/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}


/* Search widget. */

.widget_search .search-submit {
    display: none;
}


/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}


/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,

/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}


/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


/*--------------------------------------------------------------
13.0 Custom
--------------------------------------------------------------*/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

h1,
h2,
h3 {
    font-family: 'Oswald', sans-serif;
}

h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
}

a,
a:visited {
    color: #87319a;
    outline: 0;
}

a:active,
a:hover,
a:focus {
    color: #39d52d;
    outline: 0;
    text-decoration: none;
}

p {}

h1 {
    color: #fff;
    font-size: 50px;
    line-height: 1.1;
    font-weight: bold;
}

.btn-clear {
    color: #000000;
    background-color: transparent;
    border: 1px solid #000000;
    border-radius: 0;
    font-family: 'Oswald', sans-serif;
    padding: 15px 25px;
    font-size: 22px;
    line-height: 1;
    box-shadow: none;
    text-shadow: none;
    text-transform: uppercase;
    width: 100%;
}

.btn-clear:hover {
    background-color: transparent;
    border: 1px solid #000000;
    box-shadow: none;
    color: #39d52d;
    text-shadow: none;
}

.btn-white {
    color: #87319a;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0;
    font-family: 'Oswald', sans-serif;
    padding: 15px 25px;
    font-size: 22px;
    line-height: 1;
    box-shadow: none;
    text-shadow: none;
    text-transform: uppercase;
    width: 100%;
}

.btn-white:hover {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    box-shadow: none;
    color: #39d52d;
    text-shadow: none;
}

.listen-live {
    position: fixed;
    right: 0;
    top: calc(75% - 110px);
    z-index: 9999;
}

.navigation-section {
    ;
}

.navigation-section .ns-1 {
    position: relative;
    z-index: 200;
    max-height: 98px;
}

.navigation-section .ns-1 .logo img {
    padding: 5px 0 0 145px;
}

.navigation-section .ns-1 .navigation {
    height: 100px;
}

.navigation-section #primary-bootstrap-menu ul li.dropdown:hover .dropdown-menu {
    display: block;
}

#primary-bootstrap-menu {
    position: relative;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
}

.navigation-section .ns-2 {
    position: relative;
    top: auto;
    right: auto;
    z-index: 100;
}

.navigation-section .ns-2 .social {
    position: absolute;
    top: 10px;
    right: 4%;
}

#menu-item-130 {
    display: none;
}

.navigation-section .social a img {
    margin: 0 5px;
}

.navigation-section .social a:first-child img {
    margin: 0 7.5px 0 0;
    border-radius: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
    max-width: 140px;
}

.navigation-section .social img:last-child {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 5px;
}

.animation-section {
    background: url('/wp-content/uploads/2017/05/as-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    border-top: 10px solid #34d330;
    min-height: 300px;
}

.featured-section {
    padding-top: 60px;
}

.featured-section .left .slide img {
    width: 100%;
    height: 100%;
}

.featured-section .right {
    background-image: url('/wp-content/uploads/2021/07/hero-bg-1.jpg');
    background-size: cover;
}

.featured-section .right .top {
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 70px 15px 0px;
}

.featured-section .right .top img {
    width: 175px;
    margin: 0px auto;
}

.featured-section .right .bottom {
    text-align: center;
    padding: 25px 15px 0;
    height: 100%;
}

.featured-section .right .bottom img {
    width: 32%;
}

.featured-section .right .bottom h1 {
    margin-top: 0;
    margin-bottom: 3%;
}

/*
.featured-section .slide, .featured-section .slick-track, .featured-section .slick-list, .featured-section .slick-slide {
	height:100%;
}*/

.bg {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    background-color: #090909;
}

.bg .music-feed h1 {
    margin-top: 0;
}

.animation-section .ad,
.animation-section .jock {
    height: 325px;
}

.animation-section .carousel {
    position: relative;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
}

.animation-section .jock .carousel {
    top: 59.5%;
}

.animation-section .carousel img {
    margin: 0 auto;
}

.onair-section {
    background-color: #87319a;
    border-top: 10px solid #34d330;
    border-bottom: 10px solid #34d330;
    overflow: hidden;
}

.onair-section .video {
    padding: 10.31% 5%;
}

.onair-section .video .embed-responsive {}

.onair-section .insider {
    background-color: #ffffff;
    margin: 5% auto;
    padding: 0 15px;
}

.onair-section .insider:before {
    background-color: #ffffff;
    content: '';
    display: block;
    height: 100px;
    position: absolute;
    left: 4px;
    top: -56px;
    transform: rotate(-9deg);
    width: 110%;
    z-index: 1;
}

.onair-section .insider:after {
    background-color: #ffffff;
    content: '';
    display: block;
    height: 100px;
    position: absolute;
    left: 4px;
    bottom: -56px;
    transform: rotate(9deg);
    width: 110%;
    z-index: 1;
}

.onair-section .insider .inner-container {
    position: relative;
    z-index: 2;
}

.news-section {
    background: url('/wp-content/uploads/2017/05/nes-bg.jpg');
    background-color: #000;
    /*    background-size: contain;*/
    background-repeat: no-repeat;
    background-position: top center;
    padding: 30px 15px 7.5% 15px;
    position: relative;
}

.news-section .news h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    margin: 0 auto 40px auto;
    text-align: center;
    text-transform: uppercase;
}

#news-carousel .item {
    color: #ffffff;
    margin: 0 7px;
}

#news-carousel .item .content {
    position: relative;
    background-color: #000;
    height: 100%;
    padding-bottom: 35px;
}


#news-carousel .item .item-inner .description img:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: 0;
}


#news-carousel .item>div>img {
    border-top: none;
}

#news-carousel .item .item-inner,
#news-carousel .item>div>img {
    border-right: none;
}

#news-carousel .item .item-inner {
    border-bottom: none;
}

#news-carousel .item .item-inner,
#news-carousel .item>div>img {
    border-left: none;
}

#news-carousel .pubdate {
    background-color: #87319a;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    position: absolute;
    top: 69%;
    left: 8%;
    z-index: 999;
}

#news-carousel .pubdate>bthu {
    display: block;
}

#news-carousel .title {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 0 10px 0;
}

#news-carousel .item .col-xs-12 {
    min-height: 500px;
}

#news-carousel .item .item-inner {
    background-color: #000000;
    padding: 0 8% 30px 10px;
    overflow: hidden;
    position: relative;
    height: 100%;
}


#news-carousel .item .description>img,
#news-carousel .item .description>br {
    display: block;
}

#news-carousel .readmore {
    display: block;
    padding: 15px 0 0 0;
    text-align: right;
    position: absolute;
    bottom: 2px;
    right: 20px;
}

.news-section .ad {
    margin: 60px auto 50px auto;
}

.news-section .ad .item img {
    margin: 0 auto;
}

.news-section .recent {
    /*    background: url('http://island106.pairsite.com/wp-content/uploads/2017/05/nes-bg_bl.png');*/
    background-color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-family: 'Oswald', sans-serif;
    min-height: 1143px;
    padding: 25px;
}

.news-slider {
    padding: 50px 0;
}

.news-slider>h1 {
    margin: 0 0 15px;
}

.news-slider .slick-prev {
    left: 20px;
    z-index: 9;
    box-shadow: none;
}

.news-slider .slick-next {
    right: 20px;
    z-index: 9;
    box-shadow: none;
}

.news-slider .slick-prev:before {
    content: url('/wp-content/uploads/2019/05/arrow-point-to-left.png');
}

.news-slider .slick-next:before {
    content: url('/wp-content/uploads/2019/05/arrow-point-to-right.png');
}

.news-slider .slick-dots li button {
    box-shadow: none;
}

.news-slider .slick-dots li button:before {
    color: #777;
}

.news-section .recent h1 {
    color: #87319a;
    font-size: 50px;
    font-weight: 600;
    margin: 150px auto 40px auto;
    text-align: center;
    text-transform: uppercase;
}

.news-section .recent h1 img {
    display: none;
}

.news-section .recent ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.news-section .recent ul>li>a {
    font-size: 20px;
    font-weight: 400;
}

.news-section .recent ul>li>.rssSummary {
    font-size: 18px;
    margin-bottom: 10px;
}

.news-section .now {
    background-color: #ffffff;
    margin: 5% auto;
    padding: 0 45px 1.5% 15px;
    text-align: right;
}

.news-section .now:before {
    background-color: #ffffff;
    content: '';
    display: block;
    height: 100px;
    position: absolute;
    right: 4px;
    top: -43px;
    transform: rotate(9deg);
    width: 110%;
    z-index: 1;
}

.news-section .now:after {
    background-color: #ffffff;
    content: '';
    display: block;
    height: 100px;
    position: absolute;
    right: 4px;
    bottom: -43px;
    transform: rotate(-9deg);
    width: 110%;
    z-index: 1;
}

.news-section .now .inner-container {
    position: relative;
    z-index: 2;
}

.news-section .now h1 {
    color: #87319a;
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
}

.news-section .now .jock {
    margin-bottom: 30px;
}

.news-section .now .carousel img,
.news-section .now .jock img {
    margin: 0 auto;
    max-width: 300px;
}

.news-section .now .carousel {
    float: right;
    max-width: 300px;
}

.news-section .social {
    padding: 0 75px;
}

.news-section .social h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    margin: 5% auto 40px auto;
    text-align: center;
    text-transform: uppercase;
}

.footer-section {
    background-image: url('/wp-content/uploads/2019/03/footer-bg.jpg');
    padding: 1.5% 15px 0 15px;
    border-top: none;
    background-position: bottom;
    background-size: cover;
}

.footer-section a {
    color: #ffffff;
}

.footer-section a:hover,
.footer-section a:active,
.footer-section a:focus {
    color: #39d52d;
}

.footer-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-section ul>li {
    margin-bottom: 5px;
}

.footer-section>.row {
    padding: 0 150px;
}

.footer-section .fs-1 .widget_categories .widget-title {
    display: none;
}

.footer-section .fs-2 {
    margin: 30px -15px 80px -15px;
}

.footer-section .social a:first-child img {
    margin: 0 0 0 7.5px;
    border-radius: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
    max-width: 100%;
}

.footer-section .fs-2 .social img {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 0 7.5px;
}

footer hr {
    margin: 0 0 5px;
}

footer .fs-1 h2 {
    text-transform: uppercase;
    font-size: 27px;
}

.green {
    color: #39d52d;
}

.white {
    color: #fff;
}

.purple {
    color: #87319a;
}

.textcenter {
    text-align: center;
}

.wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
}

.weather-atlas-wrapper {
    background-color: transparent !important;
    border: none !important;
}

.weather-atlas-wrapper .weather-atlas-header {
    border-bottom: none !important;
}

.weather-atlas-wrapper .weather-atlas-body .temp,
.weather-atlas-wrapper .weather-atlas-body .current_text {
    font-family: 'Oswald';
}

.weather-atlas-wrapper .weather-atlas-footer {
    border-top: none !important;
    display: none;
}

.weather-atlas-wrapper .current_temp .temp {
    font-size: 30px;
}

.weather-atlas-wrapper .weather-atlas-body {
    padding-top: 5px;
}

.city_selector_toggle {
    display: none;
}

#weather_atlas-2 {
    max-width: 175px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.ad .item img {
    margin: 30px auto;
}

.social-section .viral {
    background-color: #87319a;
    padding: 20px 30px;
}

.social-section .viral .article {
    max-width: 290px;
    width: 100%;
    margin: 15px auto;
}

.social-section .viral .article .description p {
    display: none;
}

.social-section .viral .article .description p:first-of-type {
    display: block;
}

.social-section .viral .article h2 {
    text-transform: uppercase;
}

.social-section .inner-container {
    max-width: 1620px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 0;
}

.social-section .viral .row>div:nth-of-type(n+7) {
    display: none;
}

.social-section .insider iframe body {
    background-color: transparent;
}

.social-section .insider iframe body #app {
    max-width: 350px;
}

.social-section .facebook {
    background-color: #e7e7e7;
    padding: 15px 25px;
}

.facebook-mobile {
	display: none;
}

.bg .music-feed {
    padding: 35px 0;
}

.social-section {
    background: #17446f;
}

.social-section .insider {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 30px;
}

.social-section .insider .image-wrap {
    flex-basis: 100%;
    position: relative;
}

.social-section .insider .img img {
/*     margin-right: 12%; */
    width: 100%;
}

.social-section .insider .img a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.social-section .insider #ldr_widget {
    flex-basis: 44%;
}

.social-section .facebook h1 {
    margin-top: 0;
}


.social-section .fb_iframe_widget {
    display: block;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.social-section .fb_iframe_widget span,
.social-section .fb_iframe_widget iframe,
.social-section .fb_iframe_widget iframe ._2p3a {
    max-width: 500px !important;
    width: 100% !important;
}

.social-section a.white {
    color: #FFF !important;
}

.social-section a.white:hover {
    color: #39d52d !important;
}

.dcwss.dc-feed {
    padding: 10px 10px 25px 10px;
}

.music-feed button {
    background-color: transparent;
    color: #fff;
    font-size: 20px;
    padding: 7px;
    text-shadow: none;
    box-shadow: none;
    display: block;
    margin: 35px auto 0;
    max-width: 350px;
    width: 100%;
}

.music-feed button:hover {
    background-color: #fff;
    color: #000;
}

.articles {
    padding-top: 100px;
    background-attachment: fixed;
    background-color: #000000;
    background-image: url(/wp-content/uploads/2017/05/nes-bg.jpg);
    background-position: center;
    background-size: cover;
}

.articles .content {
    position: relative;
    background-color: #000;
    height: 100%;
    min-height: 410px;
}

.articles .content .pubdate {
    background-color: #87319a;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    position: absolute;
    top: 16%;
    left: 8%;
    z-index: 999;
    color: #fff;
}

.articles .content .item-inner {
    background-color: #000000;
    min-height: 308px;
    padding: 0 8% 10px 10px;
    color: #fff;
}

.articles .content .item-inner .title {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 0 10px 0;
}

.articles .content .item-inner .description img:first-of-type,
.articles .content .item-inner .description .clearfix {
    display: none;
}

.articles .content .item-inner .description img:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: 0;
}

.articles .content .item-inner .description p {
    display: none;
}

.articles .content .item-inner .description p:first-of-type {
    display: block;
}

.articles .content .item-inner .description>img,
.articles .content .item-inner .description>br {
    display: block;
}

.articles .content .item-inner .readmore {
    display: block;
    padding: 15px 0 0 0;
    text-align: right;
    position: absolute;
    bottom: 2px;
    right: 0;
}

.articles .col-xs-12 {
    margin: 15px 0;
}

.articles .inner-container {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.featured-section .slick-next {
    right: 15px;
    z-index: 9;
    box-shadow: none;
}

.featured-section .slick-next:before {
    content: url('/wp-content/uploads/2019/05/arrow-point-to-right.png');
}

.featured-section .slick-prev {
    left: 15px;
    z-index: 9;
    box-shadow: none;
}

.featured-section .slick-prev:before {
    content: url('/wp-content/uploads/2019/05/arrow-point-to-left.png');
}

.page-template-page-live .container .col-xs-12 {
    padding-top: 25px;
}

#player2-container {
    max-width: 250px;
}

#player2-container #mep_0 {
    width: auto !important;
}

.page-template-page-live .innerpage-section .slick-slider .item img {
    background-color: #87319a;
    padding: 20px 20px 0 20px;
    margin: 0 auto;
}

/*--------------------------------------------------------------
13.1 Navigation
--------------------------------------------------------------*/

#primary-bootstrap-menu.navbar-default {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    color: #595959;
    font-size: 15px;
    margin-bottom: 0;
    min-height: 1px;
    text-transform: uppercase;
    margin-right: 65px;
}

#primary-bootstrap-menu.navbar-default .navbar-nav {
    float: right;
    min-height: 1px;
}

#primary-bootstrap-menu.navbar-default .navbar-nav>li>a {
    color: #595959;
    background-color: transparent;
    padding: 10px 15px;
    border: 2px solid transparent;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: bold;
}

#primary-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
#primary-bootstrap-menu.navbar-default .navbar-nav>li>a:focus {
    color: #595959;
    background-color: transparent;
    border: 2px solid #87319a;
}

#primary-bootstrap-menu.navbar-default .navbar-nav>.active>a,
#primary-bootstrap-menu.navbar-default .navbar-nav>.active>a:hover,
#primary-bootstrap-menu.navbar-default .navbar-nav>.active>a:focus {
    color: #595959;
    background-color: transparent;
    border: 2px solid #87319a;
}

.navbar-toggle {
    border: 0;
    box-shadow: none !important;
    text-shadow: none;
    margin: 4.35% auto;
    z-index: 999;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
    background-color: transparent;
}

.navbar-toggle .icon-bar {
    background-color: #87319a;
}

.navbar-toggle:hover .icon-bar,
.navbar-toggle:focus .icon-bar {
    background-color: #87319a;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:active,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #87319a;
}

#primary-bootstrap-menu.navbar-default .navbar-nav>li:last-child {
    background-image: none;
}

#primary-bootstrap-menu.navbar-default .navbar-nav>li:last-child a {
    color: #ffffff;
    height: auto;
    padding: 10px 45px;
    width: auto;
    background-color: #87319a;
}

.btt-top {
    display: inline-block;
    height: 75px;
    width: 75px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(268, 68, 35, .8) url(./images/btt-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 999;
}

.btt-top:hover {
    background-color: rgba(268, 68, 35, 1);
}

.btt-top.cd-is-visible,
.btt-top.cd-fade-out,
.no-touch .btt-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.btt-top.btt-is-visible {
    /* The button becomes visible */
    visibility: visible;
    opacity: 1;
}

.btt-top.cd-fade-out {
    /* If the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.no-touch .btt-top:hover {
    background-color: rgba(268, 68, 35, 1);
    opacity: 1;
}


/*--------------------------------------------------------------
13.2 Custom Code
--------------------------------------------------------------*/


/**
 * Bootstrap Carousel Fade
**/

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}


/**
 * Bootstrap Show 5
**/

.carousel-control {
    width: 4%;
}

.carousel-control.left {
    margin-left: 5px;
    background-image: none;
}

.carousel-control.right {
    margin-right: 5px;
    background-image: none;
}

@media (max-width: 767px) {
    .carousel-inner .active.left {
        left: -100%;
    }

    .carousel-inner .next {
        left: 100%;
    }

    .carousel-inner .prev {
        left: -100%;
    }

    .active>div {
        display: none;
    }

    .active>div:first-child {
        display: block;
    }

    .active>div:first-child+div {
        display: block;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .carousel-inner .active.left {
        left: -50%;
    }

    .carousel-inner .next {
        left: 50%;
    }

    .carousel-inner .prev {
        left: -50%;
    }

    .active>div {
        display: none;
    }

    .active>div:first-child {
        display: block;
    }

    .active>div:first-child+div {
        display: block;
    }

    .active>div:first-child+div+div {
        display: block;
    }
}

@media (min-width: 1199px) {
    .carousel-inner .active.left {
        left: -16.7%;
    }

    .carousel-inner .next {
        left: 16.7%;
    }

    .carousel-inner .prev {
        left: -16.7%;
    }
}


/*--------------------------------------------------------------
13.3 Inner Pages
--------------------------------------------------------------*/

.innerpage-section a:active,
.innerpage-section a:hover,
.innerpage-section a:focus {
    color: #87319a;
    outline: 0;
    text-decoration: underline;
}

.innerpage-section a,
.innerpage-section a:visited {
    color: #87319a;
    outline: 0;
    text-decoration: underline;
}

.innerpage-section hr {
    background-color: #ffffff;
    border: 0;
    height: 2px;
    margin-bottom: 1em;
}

.innerpage-section .container {
    background-color: #ffffff;
    padding: 25px;
}

.innerpage-section .carousel .item img {
    margin: 0 auto;
}

.innerpage-section .ad {
    margin: 15px auto;
}

.thumbnail-image-float-left img {
    width: auto;
}

/*--------------------------------------------------------------
13.4 Helper Classes
--------------------------------------------------------------*/


/**
 * Each Class Is Commented Out To Disable It. Uncomment To Enable.
 **/


/*-- Centers Navigation

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}
.navbar .navbar-collapse {
    text-align: center;
}
--*/


/*-- Disables The 15px Padding Left & Right On Below Columns

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

--*/


/*-- Allows Columns To Be Equal Height Regardless Of Content (In Testing)

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

--*/


/*-- Allows The Centering Of Columns Regardless Of Width

.row-centered {
    text-align: center;
}
.col-centered {
    display: inline-block;
    float: none;
}

--*/


/*-- Allows The Adjustment Of The Mobile Breakpoint 

@media (max-width: -Insert Desired Value-px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
}

--*/


/*--------------------------------------------------------------
13.5 Plugins
--------------------------------------------------------------*/

@font-face {
    font-family: 'weather';
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot');
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'), url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff') format('woff'), url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf') format('truetype'), url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

#weather {
    width: 100%;
    max-width: 320px;
    margin: 0px auto;
    text-align: center;
    text-transform: uppercase;
}

i {
    color: #fff;
    font-family: weather;
    font-size: 100px;
    font-weight: normal;
    font-style: normal;
    float: left;
    line-height: 1.0;
    text-transform: none;
}

.icon-0:before {
    content: ":";
}

.icon-1:before {
    content: "p";
}

.icon-2:before {
    content: "S";
}

.icon-3:before {
    content: "Q";
}

.icon-4:before {
    content: "S";
}

.icon-5:before {
    content: "W";
}

.icon-6:before {
    content: "W";
}

.icon-7:before {
    content: "W";
}

.icon-8:before {
    content: "W";
}

.icon-9:before {
    content: "I";
}

.icon-10:before {
    content: "W";
}

.icon-11:before {
    content: "I";
}

.icon-12:before {
    content: "I";
}

.icon-13:before {
    content: "I";
}

.icon-14:before {
    content: "I";
}

.icon-15:before {
    content: "W";
}

.icon-16:before {
    content: "I";
}

.icon-17:before {
    content: "W";
}

.icon-18:before {
    content: "U";
}

.icon-19:before {
    content: "Z";
}

.icon-20:before {
    content: "Z";
}

.icon-21:before {
    content: "Z";
}

.icon-22:before {
    content: "Z";
}

.icon-23:before {
    content: "Z";
}

.icon-24:before {
    content: "E";
}

.icon-25:before {
    content: "E";
}

.icon-26:before {
    content: "3";
}

.icon-27:before {
    content: "a";
}

.icon-28:before {
    content: "A";
}

.icon-29:before {
    content: "a";
}

.icon-30:before {
    content: "A";
}

.icon-31:before {
    content: "6";
}

.icon-32:before {
    content: "1";
}

.icon-33:before {
    content: "6";
}

.icon-34:before {
    content: "1";
}

.icon-35:before {
    content: "W";
}

.icon-36:before {
    content: "1";
}

.icon-37:before {
    content: "S";
}

.icon-38:before {
    content: "S";
}

.icon-39:before {
    content: "S";
}

.icon-40:before {
    content: "M";
}

.icon-41:before {
    content: "W";
}

.icon-42:before {
    content: "I";
}

.icon-43:before {
    content: "W";
}

.icon-44:before {
    content: "a";
}

.icon-45:before {
    content: "S";
}

.icon-46:before {
    content: "U";
}

.icon-47:before {
    content: "S";
}

#weather .temp {
    color: #fff;
    display: block;
    font-size: 36px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.0;
    text-transform: none;
}

#weather .current {
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.0;
    text-transform: none;
}

#weather .high {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.0;
    text-transform: none;
    width: 50%;
}

#weather .low {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.0;
    text-transform: none;
    width: 50%;
}

.wpcf7-form label {
    display: block;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"] {
    width: 100%;
    height: 35px;
    border: 1px solid #000000;
    border-radius: 0;
    font-size: 16px;
    outline: 0;
    color: #000000;
    padding: 7.5px;
}

.wpcf7-form textarea {
    width: 100%;
    border: 1px solid #000000;
    border-radius: 0;
    font-size: 16px;
    outline: 0;
    color: #000000;
    padding: 7.5px;
}

.wpcf7 button,
.wpcf7 input[type="button"],
.wpcf7 input[type="reset"],
.wpcf7 input[type="submit"] {
    color: #87319a;
    background-color: #ffffff;
    border: 1px solid #000000;
    border-radius: 0;
    font-family: 'Oswald', sans-serif;
    padding: 15px 25px;
    font-size: 22px;
    line-height: 1;
    box-shadow: none;
    text-shadow: none;
    text-transform: uppercase;
    width: 100%;
}

.wpcf7 button:hover,
.wpcf7 button:active,
.wpcf7 button:focus,
.wpcf7 input[type="button"]:hover,
.wpcf7 input[type="button"]:active,
.wpcf7 input[type="button"]:focus,
.wpcf7 input[type="reset"]:hover,
.wpcf7 input[type="reset"]:active,
.wpcf7 input[type="reset"]:focus,
.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:active,
.wpcf7 input[type="submit"]:focus {
    background-color: #ffffff;
    border: 1px solid #000000;
    box-shadow: none;
    color: #39d52d;
    text-shadow: none;
}

#menu-item-358.listen-live {
    display: none;
}

footer .fs-2 .social a:last-of-type img {
    max-width: 180px;
}

h1.entry-title {
    color: #87319a;
}

/*--------------------------------------------------------------
13.6 Media Calls
--------------------------------------------------------------*/

@media (min-width: 1200px) {
    .innerpage-section .container {
        max-width: 1100px;
    }
}

@media only screen and (max-width: 1775px) {
    #news-carousel .pubdate {
        font-size: 14px;
    }

    #primary-bootstrap-menu.navbar-default {
        margin-right: 0;
    }

    .navigation-section .ns-2 .social {
        right: 1%;
    }

    #primary-bootstrap-menu.navbar-default .navbar-nav>li>a {
        padding: 10px 11px;
    }
}

@media only screen and (max-width: 1700px) {}

@media only screen and (max-width: 1600px) {
    .navigation-section .ns-1 .navigation {
        width: 85%;
    }

    .navigation-section .ns-1 .logo {
        width: 15%;
    }

    .navigation-section .ns-1 .logo img {
        padding: 5px 0 0 15px;
    }

    .featured-section .right .bottom {
        padding: 25px;
    }

    .slick-list,
    .slick-track {
        height: 100%;
    }
}

@media only screen and (max-width: 1550px) {
    #news-carousel .title {
        font-size: 12px;
    }

    #news-carousel .description {
        font-size: 12px;
    }

    .news-section .recent h1,
    .news-section .social h1,
    .news-section .news h1,
    .onair-section .os-1 .now h1 {
        font-size: 36px;
    }

    .news-section .recent {
        padding: 0 25px 0 50px;
    }

    .news-section .social {
        padding: 0 50px 0 25px;
    }

    .footer-section>.row {
        padding: initial;
    }

    .weather-atlas-wrapper .current_temp {
        width: 69%;
        margin: 0 auto;
    }

    .weather-atlas-wrapper .current_temp .wi {
        font-size: 30px;
    }

    #news-carousel .pubdate {
        padding: 5px;
        left: 5%;
    }
}

@media only screen and (max-width: 1440px) {
    .home .featured-section {
        margin-top: 25px;
    }

    h1 {
        font-size: 42px;
    }

    .featured-section .right .bottom h1 {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 1400px) {
    h2 {
        font-size: 25px;
    }

    .featured-section .right .top {
        padding-top: 80px;
    }

    .featured-section .right .bottom {
        padding-top: 10px;
    }

    #primary-bootstrap-menu.navbar-default .navbar-nav>li>a {
        font-size: 17px;
    }
}

@media only screen and (max-width: 1366px) {
    .articles .content .pubdate {
        top: 8%;
        left: 3%;
    }
}

@media screen and (max-width: 1200px) {
    #primary-bootstrap-menu.navbar-default .navbar-nav>li a {
        font-size: 18px;
        padding: 10px
    }

    #primary-bootstrap-menu.navbar-default .navbar-nav>li:last-child a {
        padding: 10px 15px;
    }

    .navigation-section .ns-2 {
        top: 5px;
    }

    .onair-section .os-1 .now {
        padding: 101.5px 15px 0 15px;
    }

    #news-carousel .item>.col-md-2 {
        width: 33.3%;
        margin: 30px auto;
    }

    i {
        font-size: 75px;
    }

    .featured-section .right .top img {
        max-width: 354px;
        width: 100%;
    }

    .featured-section .right .bottom img {
        max-width: 248px;
        width: 100%;
    }

    #weather .temp {
        font-size: 24px;
    }

    #weather .current {
        font-size: 12px;
    }

    #weather .high,
    #weather .low {
        font-size: 16px;
        width: 100%;
    }

    .featured-section .right .top {
        padding: 25px 15px 0;
    }

    .featured-section .right .bottom {
        padding: 25px 15px;
    }

    .featured-section .slick-track {
        height: auto;
    }

    #primary-bootstrap-menu.navbar-default .navbar-nav>li a {
        font-size: 16px;
        padding: 8px;
    }
}

@media screen and (max-width: 1199px) {
	.facebook-desktop {
		display: none;
	}
	
	.facebook-mobile {
		display: block;
		margin-top: 20px;
	}
}

@media screen and (max-width: 991px) {
    .news-section .now .carousel {
        float: none;
        max-width: none;
    }

    .news-section .now {
        background-color: transparent;
        padding: 0 15px 1.5% 15px;
        text-align: center;
    }

    .onair-section .insider {
        margin: 0 auto;
    }

    .news-section .now:after,
    .news-section .now:before,
    .onair-section .insider:after,
    .onair-section .insider:before {
        display: none;
    }

    #primary-bootstrap-menu.navbar-default .navbar-nav>li a {
        font-size: 16px;
        padding: 15.5px 10px;
        text-align: center;
    }

    #primary-bootstrap-menu.navbar-default .navbar-nav ul.dropdown-menu>li>a {
        background-color: #87319a;
        border: 1px solid #ffffff;
        color: #ffffff;
        font-size: 14px;
    }

    .news-section .news h1 {
        margin: 40px auto 40px auto;
    }

    .featured-section {
        padding-top: 0;
    }

    #primary-bootstrap-menu.navbar-default .navbar-nav {
        margin-right: 0;
    }

    .onair-section .os-1 .video {
        padding: 25px 15px;
        max-height: none;
    }

    .onair-section .os-1 .now h1 {
        color: #ffffff;
    }

    .onair-section .os-1 .now {
        background: none;
        padding: 25px 15px;
        margin: 0 auto;
        min-height: 1px;
        text-align: center;
    }

    .onair-section {
        max-height: none;
    }

    .animation-section .carousel {
        top: 0;
        transform: none;
    }

    .animation-section .ad {
        height: auto;
        margin: 25px auto;
    }

    .animation-section .jock {
        height: auto;
    }

    .navigation-section .ns-1 .navigation {
        height: 52px;
        margin: 0;
    }

    #primary-bootstrap-menu.navbar-default .dropdown-menu {
        float: none;
        padding: 0;
        position: relative;
        top: 0;
        width: 100%;
    }

    #primary-bootstrap-menu.navbar-default {
        text-align: center;
    }

    .navigation-section .social {
        display: none;
    }

    .navigation-section .ns-1 .logo img {
        padding: 0;
        margin: 15px auto;
        width: 98px;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 0px;
        background: #ffffff;
    }

    .navigation-section {
        background-image: none;
        position: relative;
    }

    .navigation-section .ns-1 {
        background: #ffffff;
        height: 103px;
        max-height: none;
    }

    .navigation-section .ns-1 .logo {
        position: relative;
        top: 50%;
        transform: perspective(1px) translateY(-50%);
        width: 25%;
    }

    .navigation-section .ns-1 .navigation {
        height: auto;
        margin-left: 0;
        width: 75%;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    #primary-bootstrap-menu {
        top: 0;
        transform: none;
    }

    #primary-bootstrap-menu.navbar-default .navbar-nav>li:last-child {
        margin: 15px 0;
    }

    .navbar-toggle {
        display: block;
        margin: 35.5px auto;
    }

    .navigation-section .ns-2 {
        top: 10px;
    }

    .articles .content .pubdate {
        top: 25%;
    }

    .articles {
        padding-top: 15px;
    }

    .social-section .insider {
        margin-bottom: 30px;
    }

    .listen-live {
        max-width: 40px;
    }
}

@media screen and (max-width: 768px) {
    .animation-section .ad {
        height: auto;
        margin: 50px auto 25px auto;
        text-align: center;
    }

    .animation-section .carousel {
        top: 0;
        transform: none;
    }

    #weather i {
        float: none;
    }

    #weather span {
        margin: 5px auto;
    }

    .news-section .recent h1,
    .news-section .social h1,
    .news-section .news h1,
    .onair-section .os-1 .now h1 {
        font-size: 42px;
    }

    .onair-section {
        max-height: none;
    }

    .onair-section .os-1 .now {
        margin-top: 0;
        min-height: 1px;
        padding: 25px 15px;
        text-align: center;
    }

    .news-section {
        min-height: 1px;
    }

    .carousel-inner>.item>a>img,
    .carousel-inner>.item>img {
        margin: 0 auto;
    }

    #news-carousel .item>.col-md-2 {
        width: 50%;
        margin: inherit;
    }

    .news-section .recent {
        background: #fff;
        margin: 15px auto 0 auto;
        min-height: 1px;
        padding: 15px;
    }

    .news-section .ad {
        margin: 15px auto;
    }

    .news-section .recent h1 {
        margin: 0 auto 15px auto;
    }

    .news-section .social {
        padding: 15px;
    }

    .footer-section {
        text-align: center;
    }

    .footer-section .fs-2>div {
        text-align: center;
        margin: 15px auto;
    }

    .footer-section .social a:first-child img {
        display: inline-block;
    }

    footer .fs-2 .social a:last-of-type img {
        max-width: 180px;
        display: block;
        margin: 15px auto 0;
    }
}

@media screen and (max-width: 767px) {
    .social-section .insider {
        display: block;
    }

    .social-section .insider img {
        width: 48%;
        margin: 0 auto;
        display: block;
    }

    .social-section .insider #ldr_widget {
        margin: 20px auto 0;
    }

    .listen-live {
        display: none;
    }
}

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

@media screen and (max-width: 540px) {
    .listen-live-mobile {
        margin-top: 5px;
    }

    .listen-live-mobile a {
        font-size: 16px;
    }
}

@media screen and (max-width: 475px) {
    .navbar-toggle {
        display: block;
    }

    .onair-section .video iframe {
        height: 230px;
    }

    #news-carousel .item>.col-md-2 {
        width: 100%;
        margin: inherit;
    }

    .news-section .recent h1,
    .news-section .social h1,
    .news-section .news h1,
    .onair-section .os-1 .now h1 {
        font-size: 42px;
        margin: 0 auto 15px auto;
    }

    .onair-section .os-1 .now,
    .news-section,
    .news-section .recent,
    .news-section .social,
    .footer-section {
        padding: 25px 15px;
    }

    .footer-section .fs-2 {
        margin: 30px -15px 0 -15px;
    }

    #news-carousel .item .col-xs-12 {
        min-height: auto;
    }

    #news-carousel .item .item-inner {
        padding: 0 10px 30px;
        min-height: auto;
    }

    #news-carousel .item .content {
        min-height: auto;
        margin-bottom: 30px;
    }
}

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