@charset "UTF-8";
/*
Theme Name: zenopivot
Theme URI: //www.zenoradio.com/
Description: Zeno Radio theme description
Version: 1.0
Author: ZenoRadio
Author URI: //www.zenoradio.com/
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, 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: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .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: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

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

td, th {
  padding: 0; }

pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word; }

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/
/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%!important;
    padding: 0; } }
/* For devices larger than 550px */
@media (min-width: 750px) {
  .container {
    width: 80%; }

  .column,
  .columns {
    margin-left: 4%; }

  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns {
    width: 4.66666666667%; }

  .two.columns {
    width: 13.3333333333%; }

  .three.columns {
    width: 22%; }

  .four.columns {
    width: 30.6666666667%; }

  .five.columns {
    width: 39.3333333333%; }

  .six.columns {
    width: 48%; }

  .seven.columns {
    width: 56.6666666667%; }

  .eight.columns {
    width: 65.3333333333%; }

  .nine.columns {
    width: 74.0%; }

  .ten.columns {
    width: 82.6666666667%; }

  .eleven.columns {
    width: 91.3333333333%; }

  .twelve.columns {
    width: 100%;
    margin-left: 0; }

  .one-third.column {
    width: 30.6666666667%; }

  .two-thirds.column {
    width: 65.3333333333%; }

  .one-half.column {
    width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%; }

  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%; }

  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%; }

  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%; }

  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%; }

  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%; }

  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%; }

  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%; }

  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78.0%; }

  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%; }

  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%; }

  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%; } }
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }

body {
  font-size: 1.5em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222; }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }

h1 {
  font-size: 4.0rem;
  line-height: 1.2;
  letter-spacing: -.1rem; }

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -.1rem; }

h3 {
  font-size: 3.0rem;
  line-height: 1.3;
  letter-spacing: -.1rem; }

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -.08rem; }

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -.05rem; }

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 {
    font-size: 5.0rem; }

  h2 {
    font-size: 4.2rem; }

  h3 {
    font-size: 3.6rem; }

  h4 {
    font-size: 3.0rem; }

  h5 {
    font-size: 2.4rem; }

  h6 {
    font-size: 1.5rem; } }
p {
  margin-top: 0; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB; }

a:hover {
  color: #0FA0CE; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside; }

ol, ul {
  padding-left: 0;
  margin-top: 0; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }

li {
  margin-bottom: 1rem; }

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
/* Larger than mobile */
/* Larger than phablet */
/* Larger than tablet (also point when grid becomes active) */
/* Larger than desktop */
/* Larger than Desktop HD */
/* Globals
   ------------------------------------
   SASS ONLY SECTION 
   ------------------------------------
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Hacks
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
  -webkit-text-size-adjust: none; }

/* Font 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@font-face {
  font-family: ClearSans;
  src: url(/wp-content/themes/zenopivot/fonts/ClearSans/ClearSans-Regular.ttf); }
@font-face {
  font-family: ClearSans;
  src: url(/wp-content/themes/zenopivot/fonts/ClearSans/ClearSans-Bold.ttf);
  font-weight: bold; }
@font-face {
  font-family: ClearSans;
  src: url(/wp-content/themes/zenopivot/fonts/ClearSans/ClearSans-Italic.ttf);
  font-style: italic; }
@font-face {
  font-family: ClearSans;
  src: url(/wp-content/themes/zenopivot/fonts/ClearSans/ClearSans-BoldItalic.ttf);
  font-weight: bold;
  font-style: italic; }
/* General
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
  font-family: ClearSans, Arial;
  font-size: 18px;
  color: #1e2933; }

#wrapper {
  overflow-x: hidden; }

h4 {
  font-size: 24pt; }

a {
  text-decoration: none;
  color: #1e2933; }
  a:hover {
    color: #1e2933;
    text-decoration: none;
    opacity: 0.8; }

.signup-button {
  border: solid 1px #54b273;
  border-radius: 2px;
  background-color: #54b273;
  opacity: 1;
  color: #f2f2f2;
  text-align: center; 
  width: 240px;
  display: block;
  padding: 10px;
}
  .signup-button:hover {
    opacity: 0.8;
    color: #f2f2f2; }

.section {
  min-height: 400px;
  /* padding: 30px 0; */
  border-bottom: 1px solid #8e99a2;
  z-index: 10; }

@media (min-width: 750px) {
  .section {
    padding: 60px 0; }

  .description {
    padding-top: 13%; } }
/* Header Section (the global one)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.header-section {
  padding-bottom: 20px; }
  .header-section a {
    color: #f2f2f2; }
    .header-section a:hover {
      color: #f2f2f2; }

@media (min-width: 750px) {
  .header-signup-links {
    text-align: right; } }
/* Landing Header Section
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.landing-header {
  padding-bottom: 60px; }
  .landing-header .header-subtitle {
    font-size: 20px;
    padding-bottom: 10px; }
    @media (min-width: 1200px) {
      .landing-header .header-subtitle {
        font-size: 22px; } }
  .landing-header .signup-button {
    margin: 30px auto; }
    @media (min-width: 750px) {
      .landing-header .signup-button {
        margin: 0; } }
  @media (min-width: 750px) {
    .landing-header .widget {
      margin-top: -6px; } }
  @media (min-width: 1000px) {
    .landing-header .widget {
      margin-top: -7px; } }
  @media (min-width: 1200px) {
    .landing-header .widget {
      margin-top: -19px;
      padding-bottom: 35px;
      max-width: 90%; } }
  @media (min-width: 750px) {
    .landing-header {
      padding: 35px 0; } }
  @media (min-width: 1200px) {
    .landing-header {
      padding-bottom: 10px; } }

/* Feature Section
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.feature {
  text-align: center; }

.feature-heading {
  font-size: 18px; }

.feature-heading-subtitle {
  margin-top: -20px; }

.features-devices {
  margin-top: 40px; }

/* Interact/Analytics Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.interact, .analytics {
  padding-bottom: 0;
  overflow: hidden; }

.flex-image-container {
  max-width: 1280px;
  min-width: 750px; }

.interact-image-container {
  margin-left: -29%;
  margin-bottom: -8px; }

.analytic-image-container {
  margin-right: -29%;
  margin-bottom: -8px;
  margin-top: 50px; }

@media (min-width: 750px) {
  .interact-image-container {
    margin-left: -75%; }

  .analytic-image-container {
    margin-right: -75%; } }
@media (min-width: 1000px) {
  .interact-image-container {
    margin-left: -50%; }

  .analytic-image-container {
    margin-right: -50%; } }
@media (min-width: 1200px) {
  .interact-image-container {
    margin-left: -30%; }

  .analytic-image-container {
    margin-right: -30%; } }
.interact-image, .analytic-image {
  margin-left: 0;
  max-width: 60%; }
  @media (min-width: 400px) {
    .interact-image, .analytic-image {
      margin-left: 50px; } }
  @media (min-width: 550px) {
    .interact-image, .analytic-image {
      max-width: 100%; } }
  @media (min-width: 750px) {
    .interact-image, .analytic-image {
      margin-left: 0; } }

.analytic-image {
  margin-top: -32px; }

.interact-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -webkit-flex-flow: column;
  -ms-flex-direction: column;
  flex-flow: column; }
  .interact-box .interact-description {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }
  .interact-box .interact-image-column {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }

@media (min-width: 750px) {
  .interact-box {
    display: block; } }
/* Studio Section
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.studio {
  background-image: url("/wp-content/uploads/broadcast-anywhere.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 250px; }
  @media (min-width: 750px) {
    .studio {
      min-height: 450px; } }
  .studio .studio-description.hide-when-small p {
    text-shadow: 1px 1px 1px #f2f2f2; }

@media (min-width: 1200px) {
  .studio-description {
    margin-top: 30px; } }
/* Footer 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.landing-footer {
  padding-top: 20px;
  padding-bottom: 20px; }

.landing-footer-features .one-third.column {
  margin-bottom: 30px; }

.landing-footer-header, .landing-footer-features {
  margin-bottom: 40px; }

.feature-point-header, .feature-point {
  margin-bottom: 10px; }

.feature-point-header {
  font-weight: bold; }

.footer-section {
  min-height: 0;
  text-align: center;
  font-size: 15px; }

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

.landing-footer-icon {
  padding-top: 30px; }

@media (min-width: 750px) {
  .landing-footer {
    padding-top: 30px; }

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

  .footer-support {
    text-align: right; } }
/* About Us
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.about-us {
  text-align: center; }

.about-us-executives .leadership-photo {
  border: 1px solid #8e99a2;
  margin-top: 30px; }
.about-us-executives .about-us-header-subtitle {
  font-size: 24px; }

.about-us-advisors {
  background-color: #d3dde5; }
  .about-us-advisors .row {
    padding: 0; }

.about-us-name {
  margin-bottom: 0;
  /* display: block; */
  }

.about-us-job-title {
  font-size: 16px; }

@media (min-width: 750px) {
  .about-us-advisors .row {
    padding: 30px 0; } }
/* Privacy 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.privacy-header {
  font-weight: bold; }

.last-updated {
  font-size: 14px; }

.privacy-section h6 {
  font-style: italic;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0.5em;
  margin-top: 1em; }

/* Terms 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.terms ul {
  list-style: none;
  padding-left: 38px; }

/* 404
–––––––––––––––––––––––––––––––––––––––––––––––––– */
._404-section a, ._404-section a:hover {
  text-decoration: underline; }

/* Miscellaneous 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.landing-footer, .header-section, .landing-header {
  background-color: #1e2933;
  color: #f2f2f2; }

.header-section, .landing-header {
  min-height: 0;
  text-align: center; }

.zeno-logo {
  text-align: center; }
  @media (min-width: 750px) {
    .zeno-logo {
      /* margin-top: -13px; */ } }

@media (min-width: 750px) {
  .zeno-logo, .header-section, .landing-header {
    text-align: left; } }
/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.light-blue {
  color: #598fc2; }

.left {
  text-align: left; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.small-text {
  font-size: 15px; }

.no-border {
  border: none; }

.nowrap {
  white-space: nowrap; }

.no-min-height {
  min-height: 0; }

.alt-text {
  color: #8e99a2; }

.hide-when-small {
  display: none; }

@media (min-width: 850px) {
  .hide-when-small {
    display: initial; }

  .hide-when-big {
    display: none; } }
/* Radio
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.radio h2 {
  font-size: 28px; }
.radio h4 {
  font-size: 24pt;
  color: #598fc2; }
.radio .switch-to-zenolive {
  background-color: #d3dde5;
  padding: 14px 0 0 0;
  display: none; }
  .radio .switch-to-zenolive a {
    color: #598fc2;
    text-decoration: underline; }
    .radio .switch-to-zenolive a:hover {
      color: #598fc2;
      opacity: 0.8;
      text-decoration: underline; }
.radio .radio-main-header {
  height: 151px;
  position: relative;
  color: #f2f2f2;
  text-shadow: 1px 1px #1e2933; }
.radio .video-container {
  position: absolute; }
.radio .video-container {
  top: 0%;
  left: -80%;
  width: 269%;
  height: 100%;
  overflow: hidden; }
.radio video {
  position: absolute;
  z-index: 0; }
.radio video.fill-width {
  width: 100%; }
.radio video::-webkit-media-controls {
  display: none !important; }
@media (min-width: 400px) {
  .radio .video-container {
    left: -63%;
    width: 213%; } }
@media (min-width: 550px) {
  .radio .video-container {
    left: -38%;
    width: 153%; } }
@media (min-width: 750px) {
  .radio .video-container {
    left: -26%;
    width: 126%; } }
@media (min-width: 1000px) {
  .radio .video-container {
    left: 0;
    width: 100%; } }
.radio .sm-video-poster {
  position: absolute;
  height: auto;
  width: 823px;
  left: 13%; }
.radio .background-video {
  display: none; }
@media (min-width: 400px) {
  .radio .sm-video-poster {
    left: 18%; } }
@media (min-width: 750px) {
  .radio .sm-video-poster {
    display: none; }
  .radio .background-video {
    display: block; } }
.radio .radio-header {
  margin-top: 75px; }
@media (min-width: 750px) {
  .radio .radio-main-header {
    height: 300px; } }
@media (min-width: 1400px) {
  .radio .radio-main-header {
    height: 550px; }
  .radio .radio-header {
    margin-top: 150px; } }
.radio .radio-login-links a {
  color: #f2f2f2; }
.radio .radio-signup-button {
  margin: auto;
  width: 235px; }
.radio .features {
  background-color: #1e2933;
  color: white; }
.radio .feature-heading {
  padding-top: 30px; }
.radio .studio {
  background-image: url("/wp-content/uploads/expand-your-audience.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 300px; }
@media (min-width: 1000px) {
  .radio .studio {
    min-height: 450px; } }
.radio .lg-expand-audience {
  display: none; }
.radio .sm-expand-audience {
  display: block; }
@media (min-width: 1105px) {
  .radio .lg-expand-audience {
    display: block; }
  .radio .sm-expand-audience {
    display: none; } }

.radio-home .radio .switch-to-zenolive {
  display: block;
  border-bottom: 2px solid #8e99a2; }
.radio-home .radio .header-section {
  position: relative;
  margin-bottom: -140px;
  z-index: 100;
  background-color: transparent;
  border: none; }
  @media (min-width: 750px) {
    .radio-home .radio .header-section {
      margin-bottom: 0px; 
      background-color: #1F2A33;
      padding-top: 30px;
} }

.footer-row {
  display: flex;
  flex-direction: column; }
  @media (min-width: 750px) {
    .footer-row {
      display: initial; } }
  .footer-row .sevana {
    order: -1; }
    @media (min-width: 750px) {
      .footer-row .sevana {
        margin-top: -20px;
        padding-right: 80px;
        text-align: center; } }
  .footer-row .sevana-text {
    padding-left: 64px;
    font-size: 12px;
    color: #86959D; }
  .footer-row .sevana-logo {
    max-width: 167px;
    margin-top: -7px; }

.seo .section {
  min-height: 0;
  padding: 30px 0; }
.seo .seo-subheader-text {
  font-size: 24px; }
.seo .seo-top-image {
  margin-bottom: 37px; }
  @media (min-width: 750px) {
    .seo .seo-top-image {
      margin-bottom: 0; } }
.seo .seo-top-features {
  font-size: 24px; }
  .seo .seo-top-features .seo-top-bullet {
    overflow: auto; }
    .seo .seo-top-features .seo-top-bullet .seo-top-bullet-child {
      overflow: auto; }
  .seo .seo-top-features .icon-col {
    margin-top: 10px;
    margin-bottom: 10px; }
    .seo .seo-top-features .icon-col i {
      font-size: 30px; }
    .seo .seo-top-features .icon-col .icon-welcomeprompt {
      margin-left: -5px;
      font-size: 36px; }
    @media (min-width: 750px) {
      .seo .seo-top-features .icon-col {
        margin-top: 0;
        margin-bottom: 0; }
        .seo .seo-top-features .icon-col .icon-caller-col {
          padding-top: 23px; }
        .seo .seo-top-features .icon-col .icon-call-col {
          padding-top: 4px; }
        .seo .seo-top-features .icon-col .icon-audiofiles-col {
          padding-top: 7px; } }
.seo .seo-box-point-col {
  width: 100%; }
  @media (min-width: 750px) and (max-width: 1000px) {
    .seo .seo-box-point-col {
      margin-left: 0; } }
  @media (min-width: 1000px) {
    .seo .seo-box-point-col {
      width: 30.6666666667%; } }
.seo .seo-box-points {
  border: 2px solid #8e99a2;
  overflow: auto;
  margin-bottom: 20px;
  padding: 0 20px; }
  .seo .seo-box-points .big-number {
    color: #8e99a2;
    font-size: 130px;
    margin-bottom: 0; }
    @media (min-width: 750px) {
      .seo .seo-box-points .big-number {
        margin-bottom: 20px; } }
  .seo .seo-box-points p {
    margin-top: 30px; }
.seo .seo-bottom-image {
  margin-bottom: 20px; }
.seo .seo-bottom-list {
  list-style-type: disc;
  padding-top: 30px; }
  .seo .seo-bottom-list li {
    margin: 3px 0;
    list-style-type: disc;
    list-style-position: inside;
    text-indent: -1em;
    padding-left: 1em; }
.seo .signup-button {
  width: 240px;
  text-align: center;
  text-transform: none; }
.seo .seo-signup-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -webkit-flex-flow: column;
  -ms-flex-direction: column;
  flex-flow: column; }
  .seo .seo-signup-row .one-third {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }
  .seo .seo-signup-row .two-thirds {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
@media (min-width: 750px) {
  .seo .seo-signup-row {
    display: block; } }

/*# sourceMappingURL=style.css.map */
/** add css **/
a.showicon {
    opacity: 0;
    position: absolute;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    margin-left: 10px;
    visibility: hidden;
}

a.showicon:hover{
    opacity: 0.8;
     opacity: 0.8;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    visibility: visible;
 
}

.one-third.column a:hover + .showicon {
    opacity: 0.8;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    visibility: visible;
}
select#translate-page {
    width: 114px;
    height: 40px;
    background-color: #1f2a33;
    border: 1px solid #D3DDE5;
    border-radius: 0;
    font-size: 16px;
    margin-left: 10px;
    cursor: pointer;
	-webkit-appearance:none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	
    background-image: url(/wp-content/uploads/caret3.png);
    background-size: 17px 14px;
    background-repeat: no-repeat;
    background-position: 90% 50%;
}

select#translate-page option {
    background-color: #D3DDE5;
    font-size: 16px;
    color: #1f2a33;
}
@media (min-width: 1200px) {
select#translate-page {margin-top: -10px;}}

.section._404-section {
    background-color: #1F2A33;
}

body.error404 #footer {
    background-color: #1F2A33;
    border-top: 1px solid #1F2A33!important;  
}

body.error404 h1 {
    color: white;
    font-size: 36pt;
    margin-bottom: 0px;
}

body.error404 p {
    color: white;
    font-size: 14pt;
}

body.error404 a {
    color: white;
}

body.error404 li {
    color: white;
}

.section._404-section a {
    font-size: 18pt;
    text-decoration: none;
    border-bottom: 1px solid white;
}

.section._404-section p {
    font-size: 14pt;
}
body.error404 span {
    color: white;
}

body.error404 {
    color: white;
}
.row.footer-row a {
    white-space: nowrap;
}
@media (max-width: 750px) {
    .radio-home .radio .header-section {
        background-color: #1F2A33;
        padding: 20px;
        margin-bottom: 0;
    }
}

@media (max-width: 750px) {
    .radio .radio-main-header {
        padding-top: 35px;
    }
}
@media (min-width: 1200px) {
.radio-home .radio .header-section {
    margin-bottom: -130px;
    background-color: transparent;
    padding-top: 45px;
}
}
.header-signup-links {
    white-space: nowrap;
}
@media (max-width: 675px) {
    .radio .radio-header {
    margin-top: 0;
  }
  .radio-header h1 {
    font-size: 30px;
}
.radio-header h2 {
    font-size: 24px;
}
}
.sub-nav {
    display: none;
}

.visible {
    display: block;
    margin: 0;
    list-style: none;
    padding: 0;
    width: 112px;
    height: 108px;
    position: absolute;
    z-index: 999;
    text-align: left;
    margin-left: 21px;
}
.parent {
    position: relative;      
    width: 82px;      
    height: 28px;      
    background-color: #1f2a33;      
    padding: 5px 15px;
    text-align: left;
    background-image: url(/wp-content/uploads/caret3.png); 
    background-size: 17px 14px;
	background-repeat: no-repeat; 
    background-position: 90% 50%;
    border: 1px solid #D3DDE5;
    cursor: pointer;
    display: block;
    margin-left: 20px;
}
.visible a li {
    height: 26px;
    margin: 0;
    padding: 5px 15px;
    background-color: #D3DDE5;
    color: #1f2a33;
    font-size: 16px;
}
.visible a {
    display: block;
    border-bottom: 1px solid #1f2a33;
}
.visible a:last-child {
    border-bottom: 0;
}
.translate-language {
    display: inline-block;
}
.section.studio-description-section.no-min-height.hide-when-big.country-radio {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
}

.zenolive-coming-soon-banner-msg {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    margin: 0;
    background-color: #09b140;
    color: white;
    font-family: ClearSans, Helvetica, sans-serif;
    font-size: 0.4em;
    font-weight: bold;
    text-align: center; 
    border-bottom: 1px solid #033b15;
}

