/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 02 2024 | 10:50:06 */
/*FONTS_SETTINGS*/
@font-face {
  font-family: "Spartan";
  src: url("http://site100.7nyc.com/broadcast/wp-content/uploads/2022/03/Spartan-Regular.ttf");
}
@font-face {
  font-family: "Lato";
  src: url("http://site100.7nyc.com/broadcast/wp-content/uploads/2022/03/Lato-Bold.ttf");
}
@font-face {
  font-family: "Raleway";
  src: url("http://site100.7nyc.com/broadcast/wp-content/uploads/2022/03/Raleway-Bold.ttf");
}
@font-face {
  font-family: "BodoniFLF-Roman";
  src: url("http://site100.7nyc.com/broadcast/wp-content/uploads/2020/04/BodoniFLF-Roman.ttf");
}
/*BASIC_SETTINGS*/
body {
  font-family: "Lato";
  color:#000000;
  background-color:#ffffff;
}
body > div {
  font-size: 18px;
}
a {
  text-decoration: none !important;
  color: #000000;
}
.site-inner{
  margin-top:0;
}
.entry{
  margin-bottom:0;
}
.full-width-content .entry-content>.wpb-content-wrapper .row-container[data-vc-full-width]>.vc_row{
    max-width: 1200px;
    margin: 0 auto;
}
.full-width-content .entry-content>.wpb-content-wrapper .row-container[data-vc-stretch-content]>.vc_row{
    max-width: 100%;
}
/*HEADING_SECTION*/
h1 , h2 , h3 , h4 , h5 , h6 {
  font-family: "Spartan";
  font-weight : 400;
}
h1.header-title {
  font-family: "BodoniFLF-Roman";
  font-size: 123px;
}
h2{
  font-size:34px;
}
.header-tagline{
  font-size:22px;
  letter-spacing: 6px;
}
.nav-primary {
  float: none;
}
/*MENU_SECTION*/
.menu a span {
  color: #646A6A;
  font-family: "Spartan";
  font-size: 18px;
  font-weight: 400;
}
.menu a{
  padding:0px !important;
}
.menu li {
  padding: 0 14px;
  margin-bottom: 0px !important;
}
.menu li:first-child {
  padding-left: 0;
}
.menu li:last-child {
  padding-right: 0;
}
.menu-item-type-post_type.current-menu-item > a {
  padding-top: 15px !important;
  border-top: 12px solid #62497C;
}
.error404 .header-row .menu-column.wpb_column {
  padding-top: 15px;
}
/*Sub Menu*/
.genesis-nav-menu .sub-menu a{
  border:0;
  width:100%;
  background-color:transparent;
}
.menu li .sub-menu{
  top: 20px;
  background-color: #d9d9d8;
  padding-bottom:15px;
  border:0;
  text-align: left;
}
.menu li .sub-menu li a span{
  line-height: 23px;
}
.menu li .sub-menu li{
  padding: 10px 10px 0 10px;
  margin:0;
}
/*BUTTON_SECTION*/
.vc_row .wpb_button, .vc_row .wpb_content_element, .vc_row ul.wpb_thumbnails-fluid>li, .entry {
  margin-bottom: 0;
}
.vc_row .vc_btn3.vc_btn3-style-custom {
  background: #62497c;
  color: #ffffff;
  font-family: "Lato";
  font-size: 18px;
  font-weight: 700;
  border-radius: 25px;
  padding: 8px 20px!important;
  line-height: 1.5;
  text-transform: uppercase;
  border: 2px solid #62497c;
}
.vc_row .vc_btn3.vc_btn3-style-custom:hover {
  color:#62497c;
  background: transparent;
}
.vc_row.about-row .vc_btn3.vc_btn3-style-custom {
  background: transparent;
  color: #000000;
  border-radius: 0;
  padding: 18px 20px 10px 20px!important;
  border-bottom: 8px solid #fd4532;
  border-left:0;
  border-right:0;
  border-top:0;
}
.vc_row.about-row .vc_btn3.vc_btn3-style-custom:hover{
  color: #ffffff;
  background: #fd4532;
}
/*PLACEHOLDER_SECTION*/
::-webkit-input-placeholder { 
  color:    #000000;
  opacity:  1;
}
:-moz-placeholder { 
  color:    #000000;
  opacity:  1;
}
::-moz-placeholder {
  color:    #000000;
  opacity:  1;
}
:-ms-input-placeholder {
  color:    #000000;
  opacity:  1;
}
/*FORM_SECTION*/
input, select, textarea {
  background-color: #ffffff;
  border: 0!important;
  color: #000000;
  font-size: 14px !important;
  font-weight: 400;
  padding: 14px 20px !important;
}
.gform_wrapper.gravity-theme .gfield.gfield--width-half {
  -ms-grid-column-span: 6;
  grid-column: span 6;
}
.gform_wrapper.gravity-theme .gfield {
  grid-column: 1/-1;
}
.gform_wrapper.gravity-theme .gform_fields {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr 2%)[12];
  grid-template-columns: repeat(12,1fr);
  grid-template-rows: repeat(auto-fill,auto);
  grid-column-gap: 2%;
  grid-row-gap: 16px;
}
.gform_wrapper.gravity-theme .gfield.hidden_label label{
  display: none;
}
body .top_label div.ginput_container {
  line-height: 0;
}
textarea {
  resize: none;
}
.gfield.gform_validation_container{
  display: none !important;
}
.vc_row .gform_wrapper .gform_footer input[type=submit], input[type=submit]{
  width: 100%;
  background-color:#62497C;
  color: #ffffff;
  font-size:18px !important;
  border-radius: 20px;
}
h2.gform_submission_error {
  font-size: 24px;
}
.gform_wrapper textarea.small, .vc_row .gform_wrapper.gravity-theme .gfield textarea.small{
  height: 160px;
}
.vc_row .gform_wrapper.gravity-theme .gform_footer {
	margin-top:0;
}
.gform_wrapper .gform_footer{
  margin-top: 16px;
  text-align:center;
}
.vc_row  .gform_confirmation_message{
  padding: 3em 0;
  text-align: center;
}
.validation_message, .gform_submission_error {
  color: #ff0000;
}
.single-post .site-inner{
  padding:2em 15px !important;
}
.error404 .site-inner{
  margin-top:2em !important;
}
/*HEADER_SECTION*/
.vc_row.header-row {
  overflow: visible;
}
/*AUDIO_SECTION*/
.fa.fa-download,.vc_row .mejs-horizontal-volume-slider, .vc_row .mejs-time-float, audio, .ginput_container_fileupload .gform_fileupload_rules, .vc_row .mejs-time, .vc_row .mejs-volume-button, .vc_row .mejs-time-handle-content{
  display:none !important;
}
.vc_row .mejs-container .mejs-controls, .vc_row .mejs-container{
  background: transparent;
}
.vc_row .mejs-controls .mejs-time-rail .mejs-time-total, .vc_row .mejs-time-float-corner, .vc_row .mejs-controls .mejs-time-rail .mejs-time-loaded{
  background: #ffffff;
  top: 13px;
  height: 11px;
  width: 97%;
  left: 0;
  right: 0;
  border-radius: 5px;
  margin: 0 auto;
}
.vc_row .customaudioplayer .mejs-button>button,body .mejs-replay button {
  background: transparent;
  margin: 0;
  cursor:pointer;
}
.vc_row .mejs-button {
  width: 25px;
  height: 25px;
  position: relative;
  top: 9px;
}
.customaudioplayer .mejs-play:before, .customaudioplayer .mejs-replay:before, .customaudioplayer .mejs-pause:before, .customaudioplayer .download-audio a,.custom-event-class .customaudioplayer:before,.custom-event-class .customaudioplayer .download-audio a {
  position: absolute;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url("http://site100.7nyc.com/broadcast/wp-content/uploads/2022/03/sprite.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 1px 0px;
}
.custom-event-class .customaudioplayer .download-audio a {
    background-position: -50px 0px;
}
.custom-event-class .customaudioplayer:after{
    content: '';
    background: #fff;
    position: absolute;
    width: calc(100% - 62px);
    height: 11px;
    left: -3px;
    margin: 0 auto;
    right: 0;
    top: 2px;
    border-radius: 5px;
}
.custom-event-class .customaudioplayer:before{
    background-position: 0px 0px;
    left: 2px;
    top: -4px;
}
.custom-event-class .customaudioplayer .download-audio a {
    top: -4px;
}
.customaudioplayer .mejs-pause:before {
  background-position: -24px 0px;
}
.vc_row .mejs-time-rail{
  margin: 0;
}
.vc_row .wp-audio-shortcode{
  margin:0;
  height:28px !important;
  width: calc(100% - 24px)!important;
	position: relative;
}
.customaudioplayer{
  position: relative;
  width: 95%;
  margin-bottom: 35px !important;
  min-height: 24px;
}
.custom-audio-title{
  position: absolute;
  top: -28px;
  left: 34px;
  font-size: 18px;
  width: calc(100% - 82px);
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #232F3D;
}
.customaudioplayer .download-audio a {
  background-position: -49px 0;
  top: -32px;
  right: 3px;
}
.download-audio {
  position: relative;
}
body .mejs-time-current{
  background: #62497C   !important;
  height: 11px;
}
body span.mejs-time-loaded,   body span.mejs-time-hovered, body span.mejs-time-buffering {
  display:none !important;
}
body .mejs-button button{
  transition: none !important;
}
.vc_row .mejs-controls{
  padding:0 5px 0 0;
} 
.mejs-button>button:focus{
  display:none;
}
.banner-row .wpb_text_column  br{
  display:none;
}
/*LEARNMORE_SECTION*/
.learnmore-row .mic.wpb_single_image img{
  width:45px;
}
.learnmore-row .wpb_single_image img{
  width:60px;
}
.learnmore-row .wpb_single_image{
  border-radius:60px;
}
.learnmore-row .wpb_single_image:hover {
  background: #62497c !important;
}
.learnmore-row h3{
  font-family: "Raleway";
  font-weight: 700;
  font-size: 21px;
}
/*TESTIMONIAL_SECTION*/
.vc_row.testimonial-row h2{
  font-size:40px;
}
.vc_row .testimonial-content{
  padding-bottom:1.5em;
}
.vc_row .testimonial {
  position:relative;
}
.vc_row .testimonial-name, .vc_row .testimonial-company {
  display:inline-block;
  line-height: 1;
  font-weight: 700;
  color: #62497c;
}
.vc_row .testimonial-name {
  border-right: 2px solid #62497c;
  margin-right: 10px;
  padding-right: 10px;
}
.vc_row .testimonial-column .vc_column-inner:before {
  background-image: url('http://site100.7nyc.com/broadcast/wp-content/uploads/2022/03/left.svg') !important;
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  width: 345px;
  height: 345px;
  left: 50%;
  transform: translate(-50%, 0);
  line-height: 1;
}
/*BLOG_SECTION*/
.content-sidebar .content, .content-sidebar-sidebar .content, .sidebar-content-sidebar .content, .sidebar {
  padding: 2em 15px;
}
.blog-row p{
  margin-bottom:0px;
}
.blog-row .vc_gitem-post-data h2{
  text-transform: uppercase;
}
/*REPRESENTATION_SECTION*/
.vc_row.representation-row p{
  line-height:23px;
}
/*FOOTER_SECTION*/
.footer-row .wpb_text_column p, .footer-row .wpb_text_column p a{
  font-size:14px;
  color:#ffffff;
}
/*RESPONSIVE_SECTION*/
@media only screen and (max-width: 1023px){

  .menu li {
    padding: 0 12px;
  }
}
@media only screen and (max-width: 959px){
  .menu-toggle, .menu-toggle:hover, .menu-toggle:focus {
    color: #313b4f;
  }
  .menu-toggle {
    float: none;
    padding: 0;
  }
  .menu li {
    padding:5px 0;
  }
  .menu{
    position: absolute;
    top: 0px;
    background: #f3f3f3;
    z-index: 9;
    width: 50%;
    text-align: center;
    right: 0;
    left:0;
    margin:0 auto;
    padding: 10px;
  }
  .genesis-nav-menu li.page_item.current-menu-item > a {
    border: 0;
    padding-top: 0px !important;
  }
  .vc_row.header-row{
    z-index:9;
  }
  .header-row .wpb_column{
    width:100%;
    text-align:center
  }
  .header-row .wpb_column.menu-column{
    z-index: 99;
  }
  .vc_row.testimonial-row h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px){
  .text-right, h2, .vc_row.about-row, .footer-row p, h3, .vc_row.blog-row, .vc_row .vc_btn3-container, .footer-row .wpb_column{
    text-align:center !important;
  }
  .customaudioplayer {
    width: 100%;
  }
  .vc_row .header-tagline{
    margin-bottom:2em !important;
  }
  .footer-row .wpb_text_column{
    padding-top:0 !important;
  }
  .testimonial-row .vc_column-inner{
    padding-top: 1.5em !important;
  }
  #testimonials{
    padding-top: 0em !important;
  }
}
@media only screen and (max-width: 640px){
  .gform_wrapper.gravity-theme .gfield:not(.gfield--width-full) {
    grid-column: 1/-1;
  }
}
@media only screen and (max-width: 479px){
  h1.header-title {
    font-size: 75px;
  }
  .header-tagline {
    letter-spacing: 0px;
  }
  h2 {
    font-size: 23px;
  }
  .vc_row.testimonial-row h2 {
    font-size: 30px;
  }
  .vc_row.header-row .wpb_raw_code {
    margin-right: 0 !important;
    display: block;
  }
  .menu{
    width: 80%;
  }
}