@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,600,700&display=swap');

/*General classes*/
.b-b-only {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ced4da;
}


/*Modal Styles*/
.modal-dialog .modal-content .modal-header {
    background-color: #23acb2;
}

.modal-title {
    color: #fff !important;
    font-weight: 500;
    font-size: 17px !important;
}

.modal-header .close {
    color: #fff;
}

.modal .form-group {
    margin-bottom: 1rem;
}

.modal .form-group label {
    font-weight: 600;
    margin-bottom: .4rem;
    font-size: .95em;
}

.modal .form-group .form-control-sm {
    font-size: .9em;
}

.modal-footer {
    padding: 0;
    border: none;
    padding-bottom: 20px;
}

.modal-backdrop {
    opacity: 1 !important;
}




/*modal close*/


.modal-close-div {
    width: 25px;
    height: 25px;
    position: absolute;
    right: -8px;
    top: -8px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #f8f9fa;
    z-index: 1;
}


/*scroll bar*/

body::-webkit-scrollbar {
    width: 0.48em;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #23acb2;
    outline: 1px solid #23acb2;
}







/*Upload Modal*/
#own-upload-modal .btn-upload-submit {
    margin: 0 auto;
    padding: 9px 20px;
    font-size: .88em;
    background: #418486 !important;
}

/*Respect btn*/
.own-feed-rtg-respect-box:hover {
    color: #000;
}

/*Post Modal styles*/
.modal .photo__author {
    color: #23acb2;
    font-size: .95em;
    font-weight: 600;
    margin-bottom: .2rem;
    display: block;
}

.modal .photo__location {
    font-size: .8em;
}

#preview .close {
    width: 32px;
    position: absolute;
    right: 0;
    padding: 5px;
    z-index: 1;
    cursor: pointer;
}

.wide-900 {
    min-width: 900px;
}


.wide-700 {
    min-width: 700px;
}


/*Profile Page*/
.profile__photos .profile__photo {
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
}


/*custom-scrollbar*/
.custom-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f4f6f4;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 6px;
    background-color: #f4f6f4;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    /*background-color: rgba(74, 152, 226, .5);*/
    background-color: rgba(0, 0, 0, .2);
}


/*File Upload*/
.file-upload-wrapper {
    width: 100%;
    /*min-height: 50px;*/
    position: relative;
    border: 1px solid #ced4da;
    border-radius: 3px;
    padding: 10px 0;
    text-align: center;
}

.file-upload-wrapper > input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    /*cursor: pointer;*/
    opacity: 0;
}

.file-upload-wrapper i {
    color: #23acb2;
    font-size: 2em;
}

.file-upload-wrapper #fileList h5 {
    font-weight: 700;
    margin: 12px 0 2px;
    font-size: 1.1em;
}

.file-upload-wrapper #fileList span {
    display: block;
    line-height: 1.5;
}




@media (max-width: 767px) {
    section#artist-section {
        padding: 50px 5px 80px;
    }

    .wide-700 {
        min-width: 90%;
    }

    .sp-view-adjust {
        margin-top: 10px;
        padding: 14px !important;
    }

    section#search-section {
        padding: 0 !important
    }

    #explore {
        padding: 10px 10px 0px 10px;
        margin-top: 70px;
        margin-bottom: 60px;
    }

    #profile {
        padding-top: 20px;
        margin-top: 55px;
    }


    /*Profile*/
    .profile__stats {
        flex-wrap: wrap;
    }

    .profile__stats .profile__stat {
        min-width: 100px;
        margin: 10px 0;
    }

    .profile__column .profile__title {
        margin-bottom: 0;
    }

    .profile__column .profile__stats {
        margin-bottom: 10px;
        justify-content: center;
    }

    .profile__header .profile__column {
        width: 90%;
    }

    #profile .profile__header {
        margin-bottom: 10px;
    }

    .profile__photos .profile__photo {
        height: 110px;
    }


    /*Login*/
    .footer,
    .footer .footer__list {
        padding: 0 !important;
    }
}


@media (min-width: 768px) and (max-width: 992px) {

    .profile__photos .profile__photo {
        height: 150px;
    }


}