/*
    MadGuyGFX 
    YouandILoveFM
*/

@import url('fonts.css?r=1056.4212021');

* {
    margin: 0;
    padding: 0;
}

html {
    overflow-x: initial !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;

}

body {
    background: #7587de url('../img/free_background.jpg') no-repeat center top fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden !important;
    position: relative !important;
    margin: 0 !important;
    font-family: 'poppinsregular', sans-serif !important;
    font-size: 0.875rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    counter-reset: top5-counter;
    
}
video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes letBounceBaby {
    0% {
        transform: scale(.98);
    }

    20% {
        transform: scale(1);
    }

    40% {
        transform: scale(.96);
    }

    60% {
        transform: scale(1);
    }

    80% {
        transform: scale(.96);
    }

    100% {
        transform: scale(.98);
    }
}

/** Custom **/
.img-butts {
    border-radius: 10px;
}

.container {
    max-width: 1300px;
}

.rr_listeners {
    margin-left: 10px;
    position: absolute;
    padding: 2px 6px !important;
    font-size: 12px !important;
    color: #fff;
    border-radius: 4px;
    font-weight: bolder;
    text-shadow: 1px 1px 5px rgb(0 0 0);
    background: #000;
    left: 0;
}

.card {
        background: rgb(255,132,234);
background: linear-gradient(274deg, rgba(255,132,234,1) 0%, rgba(93,136,220,1) 100%);
    padding: 0px !important;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.card-body {
    padding: 10px !important;
}

.top5-bg {
    background: url(../img/pmfm_top5_bg.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.card-header {
    background: url('../img/card-header_bg.gif') repeat center bottom;
    text-shadow: 0px 0px 5px #000000;
}
.card-header h2 {
    font-size: 20px;
    font-family: 'fugaz_oneregular'!important;
    color: #fff;
    margin-bottom: 0;
}

.main_header {
    /* background: url('../img/romance_head_bg2.png') repeat-x center bottom; */
    width: 100%;
    height: 800px;
    padding: 50px;
    overflow: hidden !important;
    position: relative;
}

.logo {
    width: 800px;
    top: 50px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 4 !important;
}

.main_separator {
    width: 100%;
    height: 15px;
    background: #723b98;
}
.request_button {
    background: rgba(0, 0, 0, 0.3) !important;
    color: #fff;
}
.request_button:hover {
    background: rgba(0, 0, 0, 0.5) !important;
    color: #e4c5ff;
}

.footer {
    color: #fff;
    padding: 70px;
    padding-bottom: 50px;
}

.footer a {
    color: #fff;
}

.footer h2 {
    font-family: 'Oswald' !important;
}

.navbar {
    background: rgb(255,132,234);
background: linear-gradient(274deg, rgba(255,132,234,1) 0%, rgba(93,136,220,1) 100%);
    border-radius: 10px;
    padding: 10px !important;
    margin-bottom: 15px;
    z-index: 9 !important;
    color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.3);
}

.navbar-nav li {
    padding: 0px 10px;
}

.nav-item a {
    font-size: 18px;
    font-family: 'Oswald' !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 10px !important;
    transition: 0.6s ease !important;
    color: #fff;
}

.nav-item a:hover {
    background: #fff;
    border-radius: 5px;
    color: #3774ed;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: rgba(0, 0, 0, 0.2) !important;
    border: 1px solid #723b98 !important;
    border-radius: .25rem;
    color: #fff !important;
}

.no-gutter.row,
.no-gutter.container,
.no-gutter.container-fluid {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 0;
}

.no-gutter > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.bx-wrapper {
    box-shadow: none !important;
    border: none !important;
    background: none !important;
}

/** Current Time **/
.time-frame {
    color: #fff;
    width: 100%;
    font-family: Arial;
}

.time-frame > div {
    width: 100%;
    text-align: center;
}

#date-part {
    font-size: 1.4em;
}

#time-part {
    font-size: 3em;
}

/** DJ On Board Profile **/

.card-profile {
    width: 100%;
    background: #09325e url(../img/romance_djbg.gif);
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden !important;
    border: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.3);
}

.card-profile .btn {
    font-size: 12px !important;
    border-radius: 25px !important;
    letter-spacing: .1rem !important;
    font-weight: bold !important;
    padding: 7px 10px !important;
    text-transform: uppercase !important;
}

.card-img-top {
    border-radius: 0;
    height: 183px;
}

.card-img-profile {
    max-width: 100%;
    border-radius: 50%;
    margin-top: -105px;
    margin-bottom: 5px;
    width: 150px;
    height: 150px;
    border: 5px solid #e6e5e1;
}

.card-title small {
    display: block;
    font-size: .6em;
    margin-top: .2em;
}

.live-badge {
    margin-left: 10px;
    margin-top: 10px;
    position: absolute;
    padding: 2px 6px !important;
    font-size: 12px !important;
    color: #fff;
    border-radius: 4px;
    font-weight: bolder;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
    background: #000;
    left: 0;
}

b.flash-dot {
    animation-name: flash;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}

@keyframes flash {
    from {
        color: #d9534f;
    }

    to {
        color: #fff;
    }
}

.letsbounce {
    -webkit-animation: letBounceBaby 1s ease infinite;
    -moz-animation: letBounceBaby 1s ease infinite;
    -o-animation: letBounceBaby 1s ease infinite;
    animation: letBounceBaby 1s ease infinite;
}

span.ob-djname {
    color: #fff !important;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    line-height: 45px !important;
    font-size: 1.85rem !important;
    font-family: 'Oswald' !important;
    margin-bottom: 10px;
}

span.ob-djprog {
    font-size: 12px;
    color: #fff !important;
    text-transform: uppercase !important;
    font-family: 'Oswald' !important;
    margin-top: -15px !important;
}

.text-ellipsis {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/** Sticky Player **/
.footer-player {
    position: fixed !important;
    bottom: 0;
    width: 100%;
    background: rgb(18, 110, 189);
    background: linear-gradient(0deg, rgba(18, 110, 189, 1) 0%, rgba(0, 212, 255, 0) 100%);
    padding: 20px;
    z-index: 9 !important;
    color: #fff;
}


/** Top Chatters **/
ul.top-chatters {
    width: 100%;
    height: 345px;
    margin: 0;
    padding: 0;
    overflow-x: hidden !important;
}

ul.top-chatters li {
    display: block;
    width: 99%;
    padding: 7px;
    -webkit-transition: padding-left 0.2s ease-out;
    -moz-transition: padding-left 0.2s ease-out;
    -o-transition: padding-left 0.2s ease-out;
    transition: padding-left 0.2s ease-out;
    margin-bottom: 5px;
    background: rgba(0, 0, 0, 0.3) !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer !important;
    position: relative;
    overflow: hidden;
}

ul.top-chatters li:nth-child(1) img.top-chatters-pic {
   -webkit-animation: zoomtop1 1s ease infinite;
    -moz-animation: zoomtop1 1s ease infinite;
    -o-animation: zoomtop1 1s ease infinite;
    animation: zoomtop1 1s ease infinite;
}

ul.top-chatters li:last-child {
    border-bottom: none !important;
}

ul.top-chatters li:hover {
    padding-left: 15px;
}
ul.top-chatters li:nth-child(1)::before {
    font-family:"Font Awesome 5 Free";
    content: '\f5a2';
    color: #dab9f7;
    position: absolute;
    right: 0;
    color: #cc85e6;
    font-size: 6em;
    top: -30px;
    font-weight: bolder;
}
img.top-chatters-pic {
    width: 50px;
    height: 50px;
    padding-bottom: 0;
    float: left;
    margin-right: 10px;
    border-radius: 10px;
    border: 4px solid rgba(0, 0, 0, 0.2);
}

.top-chatters-info {
    padding: 0;
    position: relative;
}

.top-chatters li h3 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 15px;
    position: relative;
    z-index: 9 !important;
    margin-top: 7px;
}

.top-chatters li span {
    width: 100%;
    display: block;
    margin-left: 10px;
    position: relative;
    z-index: 9 !important;
    font-size: 11px;
    color: #fff;
    font-weight: 500;
}

.top-chatters-name {
    color: #eeeeee;
    font-size: 16px;
    font-family: 'Roboto Condensed';
}

.top-chatters-rank {
    font-size: 12px;
}

.top-chatters::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 12px;
    background-color: transparent;
}

.top-chatters::-webkit-scrollbar-thumb {
    border-radius: 12px;
    border: 5px solid rgba(255, 255, 255, 0);
    background-clip: content-box;
    background-color: #c7c7c7;
    -webkit-box-shadow: none;
}

.top-chatters::-webkit-scrollbar-thumb:hover {
    border-radius: 12px;
    border: 5px solid rgba(255, 255, 255, 0);
    background-clip: content-box;
    background-color: #c7c7c7;
}

@-webkit-keyframes zoomtop1 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
       transform: scale(1);
    }
}

@keyframes zoomtop1 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
       transform: scale(1);
    }
}
.sliders {
    list-style-type: none;
}
/** Online Users **/
ul.online-user {
    list-style-type: none;
    width: 100%;
    height: 300px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.online-user li {
    display: block;
    padding: 7px;
    -webkit-transition: padding-left 0.2s ease-out;
    -moz-transition: padding-left 0.2s ease-out;
    -o-transition: padding-left 0.2s ease-out;
    transition: padding-left 0.2s ease-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    background: rgba(0, 0, 0, 0.3);
}

.online-user li:nth-child(even) {
    background: rgba(0, 0, 0, 0.2);
}

.online-user li:last-child {
    margin-bottom: 0px;
}

.online-user .ol-thumb {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 7px;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.2);
}

.online-user h3 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 5px;
    padding-top: -7px !important;
    margin-top: 10px;
}

.online-user li span {
    width: 100%;
    line-height: 12px;
    font-size: 11px;
    color: #fff;
    padding: 3px 7px;
    background: #55326f;
    border-radius: 5px;
}

.online-user i {
    margin-right: 4px;
    font-size: 8px;
    font-weight: bolder;
}

.online-user::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 12px;
    background-color: transparent;
}

.online-user::-webkit-scrollbar-thumb {
    border-radius: 12px;
    border: 5px solid rgba(255, 255, 255, 0);
    background-clip: content-box;
    background-color: #c7c7c7;
    -webkit-box-shadow: none;
}

.online-user::-webkit-scrollbar-thumb:hover {
    border-radius: 12px;
    border: 5px solid rgba(255, 255, 255, 0);
    background-clip: content-box;
    background-color: #c7c7c7;
}

/** Marquee Slider **/
:root {
    --marquee-width: 100%;
    --marquee-height: 300px;
    /* --marquee-elements: 12; */
    /* defined with JavaScript */
    --marquee-elements-displayed: 5;
    --marquee-element-width: 280px;
    --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
}

.marquee {
    width: 100%;
    height: 280px;
    background: transparent;
    color: #fff !important;
    overflow: hidden;
    position: relative;
}

.marquee:before,
.marquee:after {
    position: absolute;
    top: 0;
    width: 10rem;
    height: 100%;
    content: "";
    z-index: 1;
}

.marquee:before {
    left: 0;
    background: linear-gradient(to right, #7587de 10%,  transparent 100%);
}
.marquee:after {
    right: 0;
    background: linear-gradient(to left, #eb84e8 10%,  transparent 100%);
}
.marquee-content {
    list-style: none;
    height: 100%;
    display: flex;
    animation: scrolling var(--marquee-animation-duration) linear infinite;
}

.marquee-content:hover {
    animation-play-state: paused;
}

@keyframes scrolling {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
    }
}

.marquee-content li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: var(--marquee-element-width);
    max-height: 100%;
    white-space: nowrap;
    padding-right: 10px;
}

.marquee-content li img {
    width: 100%;
    height: 280px;
    border-radius: 10px;
}

@media (max-width: 600px) {
    html {
        font-size: 12px;
    }

    :root {
        --marquee-width: 100vw;
        --marquee-height: 16vh;
        --marquee-elements-displayed: 3;
    }

    .marquee:before,
    .marquee:after {
        width: 5rem;
    }
}

@media only screen and (max-width: 550px) {
    .logo {
        width: 250px !important;
    }

    .main_header {
        padding: 30px !important;
        height: 300px !important;
    }

    #date-part {
        font-size: 1.1em !important;
    }

    #time-part {
        font-size: 2.2em !important;
    }

    .online-user h3 {
        margin-bottom: 13px;
    }

    .logo {
        top: -25px!important;
    }
    ul.top-chatters li::before {
        top: -15px!important;
    }
    .vid_bg {
        display: none!important;
    }
    #custom_cont {
        margin-top: -40px!important;
    }

}

@media only screen and (max-width: 992px) {
    #date-part {
        font-size: 1.1em !important;
    }

    #time-part {
        font-size: 2.2em !important;
    }

    .online-user h3 {
        margin-bottom: 13px;
    }

}

/** MadGuyGFX Player **/
.player_bott {
    height: 70px;
    width: 100%;
    position: absolute;
    background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 90%);
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#album_bg {
    background-
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 10px!important;
    overflow: hidden;
    position: relative; 
    height: 175px;
}
.sticky-player {
    background: url('../img/player_bg.gif?r=100.1') no-repeat center top;
    width: 290px;
    padding: 10px;
    border-radius: 10px;
    position: fixed;
    left: 10px;
    bottom: 10px;
}

.player-box {
    position: relative;
}

.song-details {
    height: 120px;

}

.trans-cover {
    background: -moz-linear-gradient(left, rgba(25, 158, 181, 1) 15%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(25, 158, 181, 1) 15%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(25, 158, 181, 1) 15%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: absolute;
    z-index: 999 !important;
    left: 0;
    width: 120px;
    height: 120px;
}

img#albumCover {
    padding: 10px;
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 10px !important;
}

.album-box {
    padding-left: 15px;
    position: relative;
}

.song-info {
    background: rgba(25, 158, 181, 1);
    height: 100%;
    padding: 15px;
    border-radius: 10px;
}

.song-artist {
    font-size: 20px;
    color: #fff;
    font-family: 'Oswald' !important;
    margin-top: 20px;
}

.song-title {
    font-size: 16px;
    color: #fff;
    font-family: 'Oswald' !important;
    display: inherit !important;
}

/** SHOUTcast Custom CSS3 by MadGuyGFX ,!, **/
div.cc_recenttracks_list {
    height: 280px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 5px;
}

div.cctitle {
    color: #fff !important;
    font-weight: 500 !important;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.ccartist {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


div.ccalbum {
    display: none !important;
}

div.cctrack {
    padding: 10px !important;
    border-radius: 10px !important;
    background: #62377d !important;
    margin-bottom: 10px !important;
}

div.cctrack:nth-child(5) {
    border-bottom: none !important;
    margin-bottom: 0px !important;
}

div.cctrack:first-child div.cccover:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f04b";
    font-size: 30px;
    color: #fff;
}

div.cccover {
    color: #fff;
}

div.cctrack svg {
    display: none !important;
}

div.cctrack:first-child:before {
    color: red;
    content: 'NOW PLAYING: ';
    font-size: 11px;
    font-weight: 900;
    animation-name: flash;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}


@keyframes flash {
    from {
        color: transparent;
    }

    to {
        color: #fff;
    }
}

div.ccbuy {
    display: none !important;
}

div.cccover img {
    display: none !important;
}

div.cccover {
    padding: 5px !important;
    background: none !important;
    border: none !important;
    margin-top: -5px !important;
}

div.cccover:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f001";
    font-size: 30px;
}

div.ccdetails {
    margin-left: 40px !important;
}

a.ccbuy {
    display: none !important;
}
.garlito-cover,.item{display:inline-block}body,html{font-family:Roboto,sans-serif!important}.garlito-player{-webkit-box-shadow:0 -12px 47px -17px rgba(107,107,107,.38);-moz-box-shadow:0 -12px 47px -17px rgba(107,107,107,.38);box-shadow:0 -12px 47px -17px rgba(107,107,107,.38);width:100%;min-height:80px;background:rgba(255,255,255,1);position:fixed;bottom:0;padding-top:10px;z-index:9999}#garlito-pause,#garlito-play{width:40px;height:40px;cursor:pointer}.height{min-height:60px}.garlito-cover{margin-left:20px}#garlito-play{display:none}#garlito-pause,.garlito-logo,.logo-holder{display:inline-block}.slider{-webkit-appearance:none;width:100%;height:10px;border-radius:5px;background:#d3d3d3;outline:0;opacity:.7;-webkit-transition:.2s;transition:opacity .2s}.slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:#adadad;cursor:pointer}.slider::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#8fb9a8;cursor:pointer}.garlito-logo{width:60px;height:60px;border-radius:50%;position:relative}.garlito-logo img{width:100%;height:100%;border-radius:50%}.logo-holder{position:relative;text-align:center}.now-playing{font-weight:300;font-size:16px;margin-right:5px}.name,.radio-title{height:60px;margin-left:20px;top:0;color:#5d5d5d;font-size:17px;display:inline-block;position:relative}.radio-title{min-width:111px}.name{min-width:100px;font-weight:300}.name-holder{display:inline-block;position:relative;text-align:center}.branding{width:100%;text-align:center!important;display:inline-block;padding-top:3px}.social-media{display:inline-block;position:relative;width:80px;top:-6px;padding-left:0}.social-media a img{width:24px;height:24px;margin-left:5px;margin-top:11px}.play-pause,.volume{height:60px;display:inline-block;position:relative}.social-media a img:hover{fill:green}.play-pause svg{display:inline-block;position:relative}.play-pause{width:40px;top:-1px;margin-left:8px;cursor:pointer}.volume{padding-left:20px;padding-top:18px;top:0;width:210px}.play-settings{display:inline-block;position:relative}.cover{margin-left:20px;display:inline-block;position:relative}#garlito-close{height:0;cursor:pointer;width:100%;top:-25px;display:inline-block;position:relative;text-align:center}#garlito-close img{width:32px;height:32px}.garlito-player .container-fluid{margin-top:-15px}.garlito-cover-mobile{display:none}@media (max-width:575.98px){.garlito-cover{display:none}.garlito-cover-mobile{margin-top:40px;display:inline-block;width:100%}.garlito-cover-mobile img{width:200px;height:200px}.garlito-player{padding-top:30px;width:100%;height:100%;bottom:0;background:rgba(255,255,255,1)}#garlito-close{text-align:right;right:20px;top:1px}.logo-holder,.name-holder,.social-media{display:none}.play-settings{margin-top:-10px;width:100%;text-align:center!important}.volume{width:100%;margin-top:50px;padding-left:10px;padding-right:10px}.play-pause{margin-left:0;width:100%;top:36px;margin-bottom:10px}.now-playing{width:100%;display:inline-block;text-align:center;margin-bottom:20px}.radio-title{margin-left:0;margin-top:0;font-size:16px}#garlito-pause,#garlito-play{width:80px;height:80px}}@media (min-width:576px) and (max-width:767.98px){.garlito-cover{display:none}.garlito-cover-mobile{margin-top:40px;display:inline-block;width:100%}.garlito-cover-mobile img{width:200px;height:200px}.garlito-player{padding-top:30px;width:100%;height:100%;bottom:0;background:rgba(255,255,255,1)}#garlito-close{text-align:right;right:20px;top:1px}.logo-holder,.name-holder,.social-media{display:none}.play-settings{margin-top:-10px;width:100%;text-align:center!important}.volume{width:100%;margin-top:50px;padding-left:10px;padding-right:10px}.play-pause{margin-left:0;width:100%;top:36px;margin-bottom:10px}.now-playing{width:100%;display:inline-block;text-align:center;margin-bottom:20px}.radio-title{margin-left:0;margin-top:0;font-size:16px}#garlito-pause,#garlito-play{width:80px;height:80px}}@media (min-width:768px) and (max-width:991.98px){.garlito-cover{display:none}.garlito-cover-mobile{margin-top:40px;display:inline-block;width:100%}.garlito-cover-mobile img{width:200px;height:200px}.garlito-player{padding-top:30px;width:100%;height:100%;bottom:0;background:rgba(255,255,255,1)}#garlito-close{text-align:right;right:20px;top:1px}.logo-holder,.name-holder,.social-media{display:none}.play-settings{margin-top:-10px;width:100%;text-align:center!important}.volume{width:100%;margin-top:50px;padding-left:10px;padding-right:10px}.play-pause{margin-left:0;width:100%;top:36px;margin-bottom:10px}.now-playing{width:100%;display:inline-block;text-align:center;margin-bottom:20px}.radio-title{margin-left:0;margin-top:0;font-size:16px}#garlito-pause,#garlito-play{width:80px;height:80px}}
