@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'Copperplate';
    src: url('../fonts/CopperplateGothicBold.eot');
    src: url('../fonts/CopperplateGothicBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CopperplateGothicBold.woff2') format('woff2'),
        url('../fonts/CopperplateGothicBold.woff') format('woff'),
        url('../fonts/CopperplateGothicBold.ttf') format('truetype'),
        url('../fonts/CopperplateGothicBold.svg#CopperplateGothicBold') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}@font-face {
    font-family: 'Superclarendon Rg';
    src: url('../fonts/SuperclarendonRg.eot');
    src: url('../fonts/SuperclarendonRg.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SuperclarendonRg.woff2') format('woff2'),
        url('../fonts/SuperclarendonRg.woff') format('woff'),
        url('../fonts/SuperclarendonRg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'PT Sans Pro';
    src: url('../fonts/PTSansPro-Light.eot');
    src: url('../fonts/PTSansPro-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PTSansPro-Light.woff2') format('woff2'),
        url('../fonts/PTSansPro-Light.woff') format('woff'),
        url('../fonts/PTSansPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Sans Pro';
    src: url('../fonts/PTSansPro-Regular.eot');
    src: url('../fonts/PTSansPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PTSansPro-Regular.woff2') format('woff2'),
        url('../fonts/PTSansPro-Regular.woff') format('woff'),
        url('../fonts/PTSansPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Superclarendon Rg';
    src: url('../fonts/SuperclarendonRg-Bold.eot');
    src: url('../fonts/SuperclarendonRg-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SuperclarendonRg-Bold.woff2') format('woff2'),
        url('../fonts/SuperclarendonRg-Bold.woff') format('woff'),
        url('../fonts/SuperclarendonRg-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Superclarendon Rg';
    src: url('../fonts/SuperclarendonRg-BoldItalic.eot');
    src: url('../fonts/SuperclarendonRg-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SuperclarendonRg-BoldItalic.woff2') format('woff2'),
        url('../fonts/SuperclarendonRg-BoldItalic.woff') format('woff'),
        url('../fonts/SuperclarendonRg-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Superclarendon Bl';
    src: url('../fonts/SuperclarendonBl.eot');
    src: url('../fonts/SuperclarendonBl.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SuperclarendonBl.woff2') format('woff2'),
        url('../fonts/SuperclarendonBl.woff') format('woff'),
        url('../fonts/SuperclarendonBl.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Copperplate';
    src: url('../fonts/Copperplate.eot');
    src: url('../fonts/Copperplate.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Copperplate.woff2') format('woff2'),
        url('../fonts/Copperplate.woff') format('woff'),
        url('../fonts/Copperplate.ttf') format('truetype'),
        url('../fonts/Copperplate.svg#Copperplate') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    background-color: #000;
}

body, .entry-content, .maintitle, button, #radio_content {
    
         font-family: 'frontage_regularregular';

}


html, body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}
#wrapper {
  flex: 1 0 auto;
}
#footer {
  flex-shrink: 0;
    margin-bottom: 60px;
}


.about_page p {
   font-family: 'Superclarendon Rg'!important;
}
/* Homepage */


.page-id-286 header#header {
    padding-top: 7px;
    display: block;
    /*margin-top: -3px;
    position: fixed;*/
}.page-id-286 header#header .navigation-bar-right {
    display: block;
   /* background: #2E231E;
    width: 35%;*/
    margin: 0 auto;
}.page-id-286 header#header .navigation-bar-right ul#menu-menu-1 {
    justify-content: center;
    margin-top: 50px;padding-bottom: 0px;
    padding-top: 30px;
}
.maintitle {
    margin-top: 150px;
    margin-bottom: 50px;
    background-color: #1e1e1e;
    width: 100%;
    padding: 5px;
    text-align: center;
    text-transform: capitalize;
    transform: rotate(2deg);
    font-size: 25px;
}

.maintitle a {color: #cbc6bd; text-decoration: none;}

button {
    background-color: #cbc6bd; 
    display: block; 
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 5px;
    border: none;
    font-size: 22px;
    font-weight: 900;
    color: #2e3033;
    
}

button a {
    text-decoration: none;
    color: #2e3033;
}
.audio_player_icons img {
    cursor: pointer;
}
.footcontainer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.footmenu {}
.footmenu img {height: 80px; width: auto;}

/* header Title css start */
.maintitle a span {
    font-family: 'Copperplate', sans-serif;
    word-spacing: 5px;
    letter-spacing: 2px;
    font-size: 22px;
    font-weight: 800;
}
/* header Title css end*/

/* RADIO */

#radio_content {}

/*
div#contentWrap {
    max-width: 932px;
    margin: 0 auto;
    text-transform: uppercase;
    color: #fff;
    font-family: 'frontage_regularregular';
    padding: 0px 60px;
    position: relative;
}
.clear {
    clear: both;
}
#header-wrap {
    max-width: 932px;
}
header {
    text-align: center;
    position: fixed;
    background-color: #000;
    left: 50%;
    margin-left: -50%;
    width: 100%;
    padding-bottom: 30px;
    height: 225px;
}
header h1 {
    width: 100%;
    font-size: 45px;
    text-align: center;
}
header .logo img, header .logo-2 img {
    max-width: 415px;
    height: auto;
    width: 100%;
}

a {text-decoration: none; color:white;}

a.logo-2 {
    margin-top: -5px;
}
header .logo img {
    padding-top: 25px;
}
ul li {
    list-style: none;
    display: inline-block;
    text-align: center;
    padding: 15px 3px;
    color: #949494;
    line-height: 9px;
}
ul {
    text-align: center;
    padding: 0;
}
nav {
    padding: 10px 60px;
}
nav a {
    text-decoration: none; color: inherit;
    font-size: 10px;
    letter-spacing: -1px;
}
section#subNav {
    max-width: 932px;
    margin: 0 auto;
}
#subNav li img{
    width: 32px;
    display: block;
    margin: 0 auto;
}
#subNav ul li {
    padding: 0 10px;
}
footer p {
    font-size: 11px;
    text-align: center;
    color: #949494;
}
footer {
  margin: 38px 0 20px;
}
#blogContent {
    width: 100%;
    text-align: center;
    padding-top: 265px;
}
div.blogEntry {
    display: block;
    width: 30%;
    float: left;
    padding: 1.5% 1.5%;
}
div.blogEntry img {
    width: 100%;
    height: auto;
}
div.blogEntry p {
    font-size: 11px;
    margin-top:5px;
    font-family: 'a_love_of_thunderregular';
    -webkit-font-smoothing: antialiased;
}
div.blogEntry .audio img {
    border: 5px solid #000;
    box-sizing: border-box;
}
div.blogEntry .audio.playing img {
  border-color: #aaa;
}
#subNav .mp3_master .pause{
  display: none;
}
.player_controller_left,
.player_controller_right{
  float: left;
  width: 20%;
  box-sizing: border-box;
}
.player_controller_left{
  text-align: right;
}
.player_controller_right{
  text-align: left;
}
.progress_container{
  width: 60%;
  float: left;
  text-align: center;
}
#player_progress{
  text-align: left;
  padding: 5px;
  box-sizing: border-box;
  background: #111111;
}
#player_progress > div{
  height: 8px;
  display: block;
  width: 100%;
}
#player_progress a{
  width: 1%;
  text-align: center;
  display: block;
  float: left;
  text-decoration: none;
  font-size: 6px;
  line-height: 8px;
  color: #fff;
}
#player_progress_ctrl_bar a{
  color: #ccc;
}
#player_progress_play_bar a{
  color: #999;
}
.player_controller_left a,
.player_controller_right a{
  width: 32px;
  display: inline-block;
  margin: 5px;
}
.player_controller_left a img,
.player_controller_right a img{
  width: 85%;
}
a#player_previous, a#player_next {
    position: relative;
    top: -7px;
}
#player_play .pause{
  display: none;
}
#player_container{
  display: inline-block;
    width: 90%;
}

.audio-title {
    height: 10px;
}

a.mail-icon {
    display: block;
    text-align: center;
    margin-top: 10px;
}

a.mail-icon img {
    width: 28px;
    height: auto;
}

footer a {
    color: inherit;
}
footer a:hover {
    color: #B7B7B7;
}

.current-title p {
    font-size: 10px;
    color: #949494;
}

.page-template-page-blank .regcontent  {
    margin-top: 50px;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 32px;
}

.page-template-page-blank-notitle .regcontent{
    font-family: Helvetica, Arial, sans-serif;
        text-transform:none;
    font-size:14px;
}

.page-template-page-blank .regcontent h1 {
    font-size: 20px;
    margin-bottom: 15px;
}

.page-template-page-blank .regcontent p {
    text-transform:none;
    font-size: 17px;
}

.page-template-page-blank .regcontent p:nth-child(2) {
    font-size: 15px;
}

.page-template-page-blank .regcontent p:nth-child(3)  {
    font-size: 13px;
}

.page-template-page-blank footer p, .page-template-page-blank #player_container {
    display: none;
}

.page-template-page-blank-notitle footer p, .page-template-page-blank-notitle #player_container {
    display: none;
}

header a {
  display: block;
}

@media(max-width: 967px) {
    #blogContent {
        padding-top: 330px;
    }
}
@media(max-width: 554px) {
    #blogContent {
        padding-top: 403px;
    }
}
@media(max-width: 540px) {
.audio-title {
    height: 30px;
}
}
@media(max-width: 520px) {
    header img {
        width: 300px;
        height: auto;
    }
    header h1 {
        position: absolute;
        top: 53px;
        font-size: 28px;
    }
} 
@media(max-width: 515px) {
    .player_controller_left, .player_controller_right {
        width: 22%;
    }
    .progress_container {
        width: 55%;
    }
}
@media(max-width: 468px) {
    #blogContent {
        padding-top: 424px;
    }
}
@media(max-width: 429px) {
    #blogContent {
        padding-top: 486px;
    }
}

@media(max-width: 400px) {
    nav {
        padding: 10px 20px;
    }
    header {
        position: absolute;
    }
    #blogContent {
        padding-top: 420px;
    }
    div#contentWrap {
        padding: 0 40px;
    }
    div.blogEntry p {
        font-size: 9px;
    }
}

@media(min-width : 375px) and (max-width : 667px) {
     header {
        position: absolute;
    }    
    #blogContent {
        padding-top: 350px;
    }
    }


body.single div.blogEntry {
    float: none;
    margin: 0 auto;
    display: block;
}

*/
@font-face {
    font-family: 'Nasty';
    src: url('../frontage-webfont/Nasty.eot');
    src: url('../frontage-webfont/Nasty.eot?#iefix') format('embedded-opentype'),
        url('../frontage-webfont/Nasty.woff2') format('woff2'),
        url('../frontage-webfont/Nasty.woff') format('woff'),
        url('../frontage-webfont/Nasty.ttf') format('truetype'),
        url('../frontage-webfont/Nasty.svg#Nasty') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@import url('http://fonts.cdnfonts.com/css/copperplate');
.about-us-head-img a  {
    color: #AD7B7C;
    font-family: 'Nasty'!important;
    text-decoration: none;
    letter-spacing: 5px;   
     position: relative;
    font-size: 17px;
}
div#site-title a {
    text-decoration: none;
}.audio_player_icons img.active-audio{
        margin: 0 auto;
}
.audio_player_icons {
    position: static!;
    right: 0;
    left: 0;
    margin: 0!important;
    text-align: center!important;
    width: auto;
}
div#site-title h1 {
    color: #AD7B7C;
    text-decoration: none;
    font-family: Nasty;
    letter-spacing: 5px;
    font-size: 22px;
}.page-id-286 div#site-title h1{
color: #9B8464;
}
.page-id-286 div#site-title h1:hover{
color: #AD7B7C;
}
div#site-title h1:hover,
.about-us-head-img a:hover {
    color: #9B8464;
}
  .about_page{
    color: #B9BAA2!important;
  }  
.page-id-15 .radio_container {
    display: block!important;
    position: relative!important;
    top: auto!important;
    left: auto!important;margin-top: 26px;
    height: 110vh!important;
    width: 102%!important;
    margin-left: -15px;
}nav.about-us-navingtion ul#menu-menu-1 {
    display: flex;
    align-items: center;
}
.page-id-15 .radio-image-top, .page-id-15 .radio-image-bottom {
    background-position: top center;
    background-size: 33.3%;
    height: 100%!important;
/*  center title container */
 margin-left: -5px;
    width: 105%;
}.page-id-15 div#radio-content-wrapper {
    position: absolute!important;
/*  top changed from 33.3% */
  top: 34.96vw;
    z-index: 999999;
    width: 100%;
}.page-id-15 div#radio-image-bottom {
    display: none!important;
}.page-id-15 div#radio-content-wrapper:after{
    display: none;
}
header#header {
    background: #101010f5;
    z-index: 999999;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding:17px 90px 14px 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}
header#header .navigation-bar-right {
    display: flex;
    align-items: center;
}
header#header ul#menu-menu-1 li {
  /*  margin-top:10px; */
    display: inline-block;
}
header#header ul#menu-menu-1 li.about-us{
margin-bottom: -14px; 
}#radio_content {
    font-size: 17px !important;
    font-family: 'frontage_regularregular'!important;
    font-weight: 600;
    padding: 6px 0;
}.about_page a {
    color: #98AAC5!important;
    /*font-weight: bold;*/
}
/*.page-id-286 .hide-about{
    display: none;
}*/.about-us-head-img a img.vertical_logo_hover {
    position: absolute;
    left: 0;top: -2px;
    opacity: 0;
}.about-us-head-img a:hover img.vertical_logo_hover{
     opacity: 1;
}
/*.about-us a {
    background-image: url(/wp-content/uploads/2022/09/about-us.png);
    width: 200px;
    display: inline-block;
    height: 26px;
    background-size: 125px;
    background-repeat: no-repeat;
    font-size: 0;
    position: relative;
    color:black;
}*/.about-us-head-img img {
    margin-top: 4px;
    max-width: 186px;
    width: auto;
    display: inline-block;
}nav.about-us-navingtion ul#menu-menu-1 a {
    margin: 0 12px!important;
    filter: none!important;
}nav.about-us-navingtion img {
    max-width: 38px;
}
body .about_page p {
    font-size: 13px!important;
    line-height: 20px;color: #DADACE;    text-align: left;
}.about_page {
    padding-right: 0!important;
}
.about_page p strong {
    font-weight:500;
}.about_page p.full i {
    font-style: italic;
}
span.displayText {
    padding: 0 3px;
}.about_page {
    padding-right: 0px;
}
header#header ul#menu-menu-1 li:hover a{
    color: #fff;
}
header#header ul#menu-menu-1 li a {
    text-decoration: none;
    font-family: 'Copperplate', sans-serif;
    font-weight: 600;
    color: #b06f68;
    margin: 0 15px;display: block;
    text-transform: uppercase;
    filter: hue-rotate(45deg);
    font-size:12px;
}
div#branding img { 
    max-width: 330px;    padding-top: 0px;
}/*.page-id-15 div#branding img {
    filter: none!important;
}*/
/*div#branding img:hover {
    filter: hue-rotate(45deg);
}
div#site-title:hover a.mouse-hover-image {
    visibility: visible;
}*/
div#site-title {
    position: relative;
}a.mouse-hover-image {
    position: absolute;
    left: 0;
    visibility:hidden;
}div#branding {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30%;
    text-align: center;
}
.audio_player_icons img {
    max-width: 110px!important;display: none;
}.audio_player_icons img.active-audio{
    display: block;
}
@media(min-width:768px){
    .page-id-286 header#header div#branding {
    background: #101010f5;
    width: 100%!important;
    position: fixed;
    padding: 7px 0;
}.page-id-286 header#header {
    padding-top: 0px!important;
    background: transparent!important;
}
}
@media(min-width: 1101px) and (max-width: 1250px){
.page-id-286 .about_page {
   
    padding-left: 0!important;
}body.page-id-286 .desktop-background {
    height: 100%!important;
}
}
@media(min-width: 768px) and (max-width: 1024px){
 .page-id-286 .about_page {
    width: 43%!important;
}
}

/* MEDIA POINT 768 to 1100 */
@media(min-width: 768px) and (max-width: 1100px){
  .page-id-286 .desktop-background {
    height: 100%!important;
}
.page-id-286 .about_page {
   
    padding-left: 0;
    padding-right: 0!important;
}
  div#branding {
    width: 36%!important;
}.page-id-286 header#header {
    padding-bottom: 5px!important;
}/*div#branding img {
    max-width: 100%!important;
}*/
    body.page-id-15 .radio-image-top,.page-id-15 .radio-image-bottom {
    background-size: contain!important;width: 110%;background-position: top;
}
    div#branding img {
    max-width: 200px;
}header#header ul#menu-menu-1 li a {
    font-size: 12px!important;
}body header#header ul#menu-menu-1 .about-us a {
    width: 110px;
    background-size: 110px;
    font-size: 0!important;
    margin: 0 5px!important;
}header#header ul#menu-menu-1 li a {
    margin: 0 10px;

    }
  .about-us-head-img img{
   
    width: auto;
    display: inline-block;
}  
}

/* MEDIA POINT 0 to 768 */
@media(min-width:768px){

  .mobile-audio{
  display:none;
}
  
   header#header {
}
 position: fixed;
}/*img.vertical_logo,
img.vertical_logo_img {
    display: none;
}*/
@media(min-width:620px) and (max-width: 768px){
body .about_page {
    margin-top: 190px!important;
}body  .about_page {
    width: 52%!important;
}
}
@media(max-width: 767px){
   body.home.page-template-default .radio_container_m {

    top: -0rem!important;
    
}
    body.page-id-286 .about_page {
    height: 90vh!important;
    padding-bottom: 230px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 70%!important;
    margin-top: 40px!important;
    padding-top: 250px;
    margin-bottom: 0!important;
}
   body.page-id-286 div#container:after {
    content: "";
    background-image: url(/wp-content/uploads/2023/10/layer2.png);
    position: absolute;
    left: 0;
    width: 100%;
    background-size: 100%;
    bottom: -20px;
    height: 280px;
    background-repeat: no-repeat;
}body.page-id-286 div#container:before {
    content: "";
    background-image: url(/wp-content/uploads/2023/10/layer1.png);
    position: absolute;
    width: 100%;
    top: 00px;
    height: 350px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
}
body.page-id-286 div#container {
    height: 100%;    position: fixed;
}
   /* .audio_player_icons.mobile-audio img {
    max-width: 130px!important;
}*/
    div#branding img {
    padding-top: 0;
}
  .about_page {
    width: 65%!important;
}.page-id-286 header#header {
    padding-bottom: 5px!important;
}
  .about_page p {    
    color: #263750!important;
}

  .about_page p a {    
    color: #98AAC5!important;
}
  .page-id-286 header#header .navigation-bar-right ul#menu-menu-1 {
    margin-top: 10px;
    margin-bottom: 5px;
}
.page-id-286 header#header .navigation-bar-right ul#menu-menu-1 {
    padding-bottom: 00px;
    padding-top: 00px;
    /* margin-bottom: 0!important; */
}
.page-id-286 img.mobile_banner {
    display: none;
}/*.page-id-286 div#mobileBackground {
    background-image: url(/wp-content/uploads/2023/10/4b-Vertical-bg.jpg)!important;
}*/
  .desktop-audio{
display:none!important;
}.page-id-286 .audio_player_icons.mobile-audio {
    display: none!important;
}
  .mobile-audio{
  display:block!important;
}.audio_player_icons img {
    max-width: 80px!important;
}
  
     .page-id-286 .navigation-bar-right ul#menu-menu-1 li {
    margin: 0 12px;
}.page-id-286  .navigation-bar-right {
    width: 100%;
    margin: 0 auto;
    justify-content: center;
}.page-id-286 header#header div#branding,
.page-id-15 div#branding {
    position: fixed;
    top: 0;
    background: #000;
    padding: 8px;
    left: 0;
    right: 0;    
    text-align: center;
    width: 100%;
}
.page-id-286  header#header div#branding div#site-title,
.page-id-15  header#header div#branding div#site-title
 {
    width: 100%;max-width: 40%;  text-align: center;
    margin: 0 auto;
} 
 .page-id-15 header#header .navigation-bar-right {
    flex: 0 0 100%;
    text-align: center;justify-content: center;
}.about-us-head-img a img.vertical_logo_hover {
    top: -6px;
}
    body.page-id-15 .radio-image-top,.page-id-15 .radio-image-bottom {
    background-size: 100%!important;width: 103%;    margin-top: -5px;
}body nav.about-us-navingtion ul#menu-menu-1 a {
    margin: 0 5px!important;
}
div#site-title h1 {
    font-size: 15px;
}nav.about-us-navingtion ul#menu-menu-1 {
    display: flex;
    margin-top: 0;
}.about-us-head-img a {
    font-size: 13px!important;
}
div#branding img {
    max-width: 100%;
}header#header ul#menu-menu-1 li#menu-item-467,
header#header ul#menu-menu-1 li#menu-item-468 ,
header#header ul#menu-menu-1 li#menu-item-469  {
    display: none;
}
header#header ul#menu-menu-1 li a {
    margin-left: 0;
    margin-top: 10px;
}.about-us a {
    top: 0;
}header#header {
    bottom: 0;
    top: auto;height: auto!important;
    padding: 7px 7px;
}header#header ul#menu-menu-1 li.about-us {
    margin-bottom: -10px;
}.about-us a {
    width: 120px;
    background-size: 120px;
}ul#menu-menu-1 {
    margin-top: -10px;
}.audio_player_icons {
    flex: 0 0 20%;
}
      .about-us-head-img img{
   
    width: auto;
    display: inline-block;
} 

.audio_player_icons {
    position: fixed!important;
    bottom: 60px;
    right: 0;
    left: 0;
    background: transparent;
    width: auto;
    height: auto;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 0px;
    margin: 0 auto!important;
}
}
/*@media(min-width:480px) and (max-width: 580px){
body.page-id-286 .about_page {
    height: 525px!important;
}
}*/
@media(max-width: 580px){

.about-us a {
    width: 90px;
    background-size: 90px;
    margin-right: 0!important;
}

div#site-title h1 {
    font-size: 13px;
    letter-spacing: 2px;
}/*.audio_player_icons {
    position: static!important;
}*/div#branding img {
    max-width: 100%;
}
}
@media(min-width:481px) and (max-width:660px){
body.page-id-286 .about_page {
    padding-top: 150px;
}
}
@media(max-width:480px){
        body.page-id-286 div#container:after {
    bottom: 10px;
    height: 200px;
}  body.page-id-286 .about_page {
    height: 86vh!important;
    padding-top: 140px;
}
body.page-id-286 div#container:before {
    top: 30px;
    height: 200px;
}
  .page-id-286  header#header div#branding div#site-title ,
  .page-id-15  header#header div#branding div#site-title 
  {
    max-width: 80%;
}/*body.page-id-286 .about_page {
    height: 400px!important;
    padding-bottom: 20px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 85%!important;
    margin-top: 135px!important;
}*/
}
@media(max-width: 375px){
   /* html body.page-id-286 .about_page {
    height: 315px!important;
    margin-top: 125px!important;
}*/body.page-id-286 div#container:after {
    bottom: -15px;
}body.page-id-286 .about_page {
    padding-top: 120px;
}
    header#header {
    padding: 7px 7px;
}body nav.about-us-navingtion img {
    max-width: 26px;
}
div#site-title h1 {
    font-size: 13px;
}.about-us-head-img a {
    font-size: 13px;
}/*.audio_player_icons {
    display: flex;
    justify-content: center;
}*/div#site-title h1 ,
.about-us-head-img a{
    letter-spacing: 2px;    
}
}


.fonttest {color: #AD7B7C;
    text-decoration: none;
    font-family: Nasty;
    letter-spacing: 5px;
    font-size: 22px;}

.fonttest2 {color: #AD7B7C;
    text-decoration: none;
    font-family: Nasty;
    letter-spacing: 5px;
    font-size: 22px;
font-weight: bolder;}
div#desktopBackground {
    position: fixed!important;
}.about_page {
    margin-bottom: 40px!important;
}.page-id-286 div#mobileBackground {
    position: fixed;
}

/* 750×1334 pixels at 326ppi */
@media (max-width: 767px){
header#header .audio_player_icons.mobile-audio img {
    max-width: 130px!important;
} 
}

@media(min-width:200px) and (max-width:320px){
 .audio_player_icons {
    bottom: 150px!important;
}
}

@media (max-device-width: 640px) and (max-device-height: 1136px) { 
 .audio_player_icons {
    bottom: 60px!important;
}
}
@media (max-device-width: 320px) and (max-device-height: 568px) { 
 .audio_player_icons {
    bottom: 150px!important;
}
}
@media (max-device-width: 320px) and (max-device-height: 480px) { 
 .audio_player_icons {
    bottom: 150px!important;
}
}
@media only screen 
    and (width: 320px) 
    and (height: 480px) 
    and (-webkit-device-pixel-ratio: 1) {
      .audio_player_icons {
    bottom: 200px!important;
}  
     }
     @media only screen 
    and (width: 320px) 
    and (height: 568px) 
    and (-webkit-device-pixel-ratio: 1) {
      .audio_player_icons {
    bottom: 60px!important;
}  
     }