﻿@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&family=Quicksand&display=swap');

body {
    background-color: #030303;
    color: #999999;
    padding: 5px;
    padding-top: 5px;
    font-size: 18px;
    font-family: 'Quicksand', sans-serif;
}

.badge {
    font-size: 16px;
}

.strapline-wrapper {
    text-align: center;
    width: 100%;
    font-size: 20pt;
    margin-bottom: 5px;
    margin-top: -10px;
}

.about-text {
    font-family: 'Indie Flower', cursive;
    font-size: 20px;
}

.about-text h3 {
    font-family: 'Indie Flower', cursive;
    font-size: 30px;
}

.polaroid {
    width: 300px;
}

a, a:hover { 
    text-decoration: none;
    color: #999999;
    cursor: pointer
}

h1 {
    font-size: 20pt;
    margin: auto;
    margin-bottom: 20px;
    margin-top: -30px;
}

.home-columns .col-md-4 {
    padding-left: 25px;
    padding-right: 25px;
}

.home-columns .btn {
    margin-bottom: 100px;
    width: 100%;
}

.home-columns .para {
    text-align: left;
    height: 320px;
}

.home-columns .img-head {
    width: 260px;
    border-radius: 50px;
    margin: auto;
    box-shadow: 0px 0px 25px #cccccc;
}

.header-wrapper {
    position: fixed;
    width: 100%;
    padding-right: 10px;
    background-color: #030303;
    top: 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.specials-wrapper {
    width: 100px;
    height: 100px;
    top: 30px;
    right: 19%;
    cursor: pointer;
    position: fixed;
    z-index: 9;
}

    .specials-wrapper img {
        border-radius: 10px;
    }

.specials-popup {
    background-color: #ffffff;
    width: 300px;
    color: #7BA6AC;
    padding: 0px;
    position: fixed;
    z-index: 100;
    right: 21%;
    top: 120px;
    border-radius: 5px;
    border: 2px solid #7BA6AC;
    box-shadow: 0px 0px 10px #ffffff;
    display: none;
    padding-bottom: 10px;
}

    .specials-popup .title {
        font-weight: bold;
        color: #ffffff;
        background-color: #7BA6AC;
        width: 100%;
        padding: 5px;
        font-size: 12pt;
    }

    .specials-popup .popup-text {
        padding-top: 0px;
        font-family: arial;
        font-size: 10pt;
        color: #7BA6AC;
        padding: 8px;
    }

    .specials-popup .popup-close {
        cursor: pointer;
    }

.catch-wrapper {
    width: 100px;
    height: 100px;
    top: 30px;
    left: 20%;
    position: fixed;
    cursor: pointer;
    z-index: 10;
}

.catch-wrapper img {
    border-radius: 10px;
}

.catch-popup {
    background-color: #ffffff;
    width: 300px;
    color: #857CAA;
    padding: 0px;
    position: fixed;
    z-index: 100;
    left: 23%;
    top: 120px;
    border-radius: 5px;
    border: 2px solid #857CAA;
    box-shadow: 0px 0px 10px #ffffff;
    display: none;
    padding-bottom: 10px;
}

    .catch-popup .title {
        font-weight: bold;
        color: #ffffff;
        background-color: #857CAA;
        width: 100%;
        padding: 5px;
        font-size: 12pt;
    }

    .catch-popup .popup-text {
        padding-top: 0px;
        font-family: arial;
        font-size: 10pt;
        padding: 8px;
    }

    .catch-popup .popup-close {
        cursor: pointer;
    }
.logobar {
    text-align: center;
}

.logobar .logo {
    margin: auto;
    width: 300px;
}

.menubar {
    text-align: center;
    border: 1px solid #333;
    width: 100%;
    margin-bottom: 0px;
    height: 48px;
}

.menubar .fa {
    font-size: 27pt;
    float: right;
    margin-top: 10px;
}

    .menubar ul {
        display: inline-flex;
        list-style: none;
        padding-left: 0px;
    }

        .menubar ul li {
            text-align: center;
            border-right: 1px solid #333;
            padding-top: 10px;
            padding-bottom: 10px;
            margin-bottom: -10px;
            padding-left: 0px; 
            padding-right: 0px;
        }

            .menubar ul li .fa {
                font-size: 16pt;
                color: #bbbbbb;
                margin-right: 5px;
                margin-top: 0px;
                float: none;
            }

            .menubar ul li:first-child {
                border-left: 1px solid #333;
            }

            .menubar ul li a {
                font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
                font-size: 13pt;
                text-transform: uppercase;
                font-weight: 600;
                color: #999999;
                transition: background-color 1000ms;
                background-color: #030303;
                padding-left: 15px;
                padding-right: 15px;
                padding-top: 11px;
                padding-bottom: 12px;
                text-decoration: none;
            }

                .menubar ul li a:hover {
                    background-color: #232323;
                    color: #cccccc;
                    transition: background-color 1000ms;
                }

.body-content {
    margin-top: 215px;
}

.home-slide-wrapper {
    height: 202px;
    border: 1px solid #333333;
    text-align: center;
    overflow: hidden;
}

.home-slide-wrapper img {
    height: 200px;
}

.playlist {
    width: 86%;
    margin: auto;
    margin-top: 40px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 14pt;
    border-spacing: 5px;
    border-collapse: initial;
}

    .playlist .playlist-link, .playlist .playlist-decade, .playlist .playlist-decade-remove {
        cursor: pointer;
    }

    .playlist .fa {
        margin-top: 6px;
    }

.portrait {
    height: 400px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.filter-buttons {
    width: 100%;
    text-align: center;
    position: fixed;
    z-index: 99;
}

.filter-buttons .filter-button {
    background-color: #030303;
    color: #999999;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #333333;
    font-weight: bold;
}

.filter-buttons .filter-button:hover {
    background-color: #232323;
    color: #cccccc;
    transition: background-color 1000ms;
}

.pic-viewer {
    margin-top: 30px;
}

.pic-viewer .pic-wrapper {
    width: 90%;
    border: 3px solid #ffffff;
    border-radius: 5px;
    margin: auto;
    overflow: hidden;
}

    .pic-viewer .pic-main {
        width: 100%;
    }

    .pic-viewer .picnav-left {
        cursor: pointer;
        font-size: 45px;
    }

    .pic-viewer .picnav-right {
        cursor: pointer;
        font-size: 45px;
    }

.enquiry-page .img-head {
    width: 260px;
    border-radius: 50px;
    margin: 30px;
    margin-left: 15px;
    margin-top: 15px;
    box-shadow: 0px 0px 25px #cccccc;
}

.enquiry-page li {
    font-weight: bold;
}

.mp3-wrapper, .mp4-wrapper {
    margin: auto;
    padding: 30px;
    padding-right: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
    width: 86%;
    height: 130px;
    color: #999999;
    font-size: 14pt;
    cursor: pointer;
}

.mp4-wrapper {
    margin-bottom: 30px;
}

    .mp3-wrapper:hover, .mp4-wrapper:hover {
        color: #cccccc;
        transition: background-color 1000ms;
    }

.mp3-wrapper .mp3-image, .mp4-wrapper .mp4-image {
    width: 150px;
    margin-right: 20px;
    margin-left: 20px;
    border: 2px solid #cccccc;
    border-radius: 5px;
    float: left;
    margin-top: -40px;
}

.mp3-wrapper .mp3-text, .mp4-wrapper .mp4-text {
    float: left;
}

.mp3-wrapper span, mp4-wrapper span {
    float: right;
    margin-right: 40px;
    font-size: 30px;
    position: relative;
    top: -35px;
}

.mp3-wrapper .mp3-youtube {
    float:right; 
    margin-left: 20px;
    margin-right: 10px;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 5px;
}

.mp4-wrapper .mp4-youtube {
    float: right;
    margin-left: 20px;
    margin-right: 10px;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 5px;
}

#TV {
    top: 300px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 2px solid #ffffff;
    background-color: #000000;
}

.mp3-wrapper .player-bar {
   float: right;
}

.feedback {
    font-family: 'Indie Flower', cursive;
    font-size: 20px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.feedback-item {
    height: 700px;
}

.feedback-item-text {
    top: 72px;
    margin-left: 56px;
    width: 306px;
    color: #333333;
    margin-top: -514px;
    padding-left: 10px;
    font-size: 17px;
}

.faq {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: 20px;
    margin-right: 20px;
}

.faq-item {
    padding: 20px;
    padding-top: 1px;
    margin: 10px;
    margin-top: 20px;
    border-radius: 10px;
    width: 400px;
}

    .faq-item span {
        float: left;
        font-size: 40pt;
        margin-right: 10px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

.admin-item {
    padding: 20px;
    padding-top: 1px;
    margin: 10px;
    margin-top: 20px;
    border-radius: 10px;
    width: 320px;
    cursor: pointer;
}

    .admin-item span {
        float: left;
        font-size: 20pt;
        margin-right: 10px;
        margin-bottom: 10px;
        margin-top: 20px;
    }

.header-wrapper .social-icons {
    font-size: 20pt;
    position: absolute;
    top: 20px;
    right: 20px;
}

footer .social-icons {
    font-size: 20pt;
    position: absolute;
    right: 10px;
    margin-top: -40px;
}

.social-icons a {
    margin-right: 5px;
}

footer {
    font-size: 10pt;
    padding-left: 10px;
}

.filter-menu-icon {
    font-size: 18pt;
}

.dropdown a {
    color: #333333;
}

.bootstrap-switch-handle-on.bootstrap-switch-primary {
    background-color: #2A4C38 !important;
}

.spinner-wrapper {
    width: 100%;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.spinner-wrapper img {
    width: 200px;
}

.admin-datatable .fa-check-circle {
    color: #3CA856;
}

.admin-datatable .fa-times-circle {
    color: #B61490;
}

video { height: 300px; }