﻿﻿ /* General
----------------------------------------------------------------------------- */
body {
    padding-top: 0;
    padding-bottom: 0;
    background-color: white !important;
    height: 100%;
    margin-bottom: 0;
    clear: both;
    font-family: Poppins,"Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 16px !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Poppins,"Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

html {
    position: relative;
    min-height: 100%;
    padding-bottom: 200px;
}

hr {
    border-top: 1px solid palegoldenrod !important;
}

.dropdown-menu {
    font-size: 16px !important;
}

.form-control {
    border-color: oldlace;
}

    .form-control:focus {
        border-color: #f4e2c2;
    }

#colorbox {
    background-color: #2c3e50;
    text-align: center;
    border: 1px solid black;
    border-radius: 4px;
    z-index: 3000;
}

#cboxClose {
    position: absolute;
    top: 0;
    left: 0;
}

#cboxNext {
    float: right;
}

#PendingOverlay {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
}

#OverlayText {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    text-align: center;
}

.footer-container {
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(180deg, #202020, #765341);
    width: 100%;
    min-height: 200px;
}

footer {
    display: grid;
    grid-template-columns: auto auto;
    padding-top: 30px;
}

    footer > p {
        text-align: center;
        padding: 0;
        color: white;
    }

        footer > p:nth-child(1) {
            order: 1;
        }

        footer > p:nth-child(2) {
            order: 2;
        }

        footer > p:nth-child(3) {
            order: 3;
        }

        footer > p:nth-child(4) {
            order: 4;
        }

        footer > p:nth-child(5) {
            order: 5;
        }

        footer > p:nth-child(6) {
            order: 6;
        }

        footer > p:nth-child(7) {
            order: 7;
        }

        footer > p:nth-child(8) {
            order: 8;
        }

        footer > p:nth-child(9) {
            order: 9;
        }

        footer > p > a {
            color: white;
        }

            footer > p > a:hover,
            footer > p > a:active,
            footer > p > a:focus {
                color: white;
            }

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.btn-default {
    background-color: #5b3e31 !important;
    border: none !important;
}

.btn-primary {
    background-color: #5b3e31 !important;
    border: none !important;
}

    .btn-default:hover,
    .btn-primary:hover {
        background-color: #a08679 !important;
    }

.markup-button {
    background-color: oldlace !important;
}

.well {
    background-color: oldlace;
}

.breadcrumb {
    background-color: ivory !important;
    font-size: 15px !important;
}

    .breadcrumb > li > a {
        color: royalblue !important;
    }

        .breadcrumb > li > a:hover {
            color: #8b6c5c !important;
        }

    .breadcrumb > li:last-child,
    .breadcrumb > li:last-child > a {
        color: #5b3e31 !important;
    }

.loader {
    margin-left: auto;
    margin-right: auto;
    border: 7px solid #f3f3f3;
    border-radius: 50%;
    border-top: 7px solid #8b6c5c;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

.search-loader {
    position: absolute;
    top: 11px;
    left: 5px;
    /*    margin-left: auto;
    margin-right: auto;*/
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #8b6c5c;
    width: 25px;
    height: 25px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.pastor-container,
.manage-account-container,
.tools-container,
.mailbox-container,
.news-container {
    margin-bottom: 30px;
}

.policy-agreement-checkbox {
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background: none;
    border: 0;
    outline: 0;
    flex-grow: 0;
    background-color: #FFFFFF;
    transition: background 300ms;
    cursor: pointer;
}

/*Search
----------------------------------------------------------------------------- */
.search {
    border-color: #765341;
    /*    padding: 5px !important;*/
    height: 45px !important;
    font-size: 20px !important;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
}

    .search:active,
    .search:focus {
        border-color: #202d3b;
    }

.search-icon-menu {
    position: absolute;
    top: 2px;
    right: 2px;
    padding: 6px;
    cursor: pointer;
    background-color: white;
    border-left: none;
}

    .search-icon-menu:active,
    .search-icon-menu:focus {
        border-color: #202d3b;
    }

.search-icon-sidemenu {
    position: absolute !important;
    top: 4px !important;
    right: 2px !important;
    padding: 5px !important;
    font-size: 18px !important;
    cursor: pointer !important;
    background-color: white !important;
}

.search-container-outer {
    margin: 30px 0 30px 0;
    background-color: #8b6c5c;
    border-radius: 4px;
    padding: 1px 0 10px 0;
}

.search-container {
    width: 95%;
    margin: auto auto 30px auto;
    border-radius: 4px;
    background-color: white;
}

.search-container-inner {
    width: 95%;
    padding: 5px 0 5px 0;
    margin: 15px auto 5px auto;
}

.search-heading {
    text-decoration: underline;
    color: white;
    width: 95%;
    margin: 20px auto 20px auto;
}

.search-list-item {
    background-color: ivory;
    border: 1px solid lightgrey;
    border-radius: 4px;
    padding: 20px;
    word-break: break-word;
}

    .search-list-item:first-child {
        margin-top: 20px;
    }

.search-action-link {
    padding: 6px 0 !important;
    color: royalblue;
    text-decoration: underline !important;
}

    .search-action-link:hover,
    .search-action-link:focus,
    .search-action-link:active {
        color: #8b6c5c;
        cursor: pointer;
    }


/*Profile
----------------------------------------------------------------------------- */
.profile-image {
    position: relative;
}

    .profile-image > img,
    .profile-image > a > img {
        height: 300px;
        object-fit: cover;
        max-width: 100%;
    }


/*Home
----------------------------------------------------------------------------- */
.main-heading {
    font-variant: small-caps;
    font-family: serif,"Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.custom-nav {
    margin: 0;
    background-color: #8b6c5c;
}

    .custom-nav .navbar-nav > .active > a,
    .custom-nav .navbar-nav > .active > a:hover,
    .custom-nav .navbar-nav > .active > a:focus,
    .custom-nav .navbar-nav > li > a:hover {
        background-color: #5b3e31 !important;
        color: white !important;
    }

.main-index {
    padding: 0;
    float: none;
}

.jumbotron-index {
    background-image: url("/Content/images/glorioussky.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    color: white;
    margin-bottom: 0;
    background-position-x: 50%;
}

.jumbotron-share {
    background-image: linear-gradient(180deg, #141414, #202020);
    color: white;
    margin-bottom: 0;
    border-radius: 0 !important;
}

.jumbotron-discover {
    background-image: linear-gradient(to left, black, rebeccapurple);
    color: white;
    margin-bottom: 0;
    border-radius: 0 !important;
}

.jumbotron-message {
    background-image: linear-gradient(to right, black, #404040);
    color: white;
    margin-bottom: 0;
    border-radius: 0 !important;
}

.jumbotron-encourage {
    background-image: linear-gradient(to left, black, #2c3e50);
    color: white;
    margin-bottom: 0;
    border-radius: 0 !important;
}

.encourage-image > img,
.message-image > img,
.discover-image > img,
.share-image > img {
    border-radius: 10px;
    width: 600px;
    max-width: 100%;
    height: auto;
}

.discover-heading,
.share-heading,
.message-heading,
.encourage-heading {
    font-size: 30px;
}

.chapter {
    margin-top: 150px;
}

.chapter,
.scripture {
    color: palegoldenrod;
}

/*Carousel */
.item {
    padding: 20px !important;
}

.carousel-control > .fa-chevron-left,
.carousel-control > .fa-chevron-right {
    position: relative;
    top: 50%;
}

/*About
----------------------------------------------------------------------------- */
.jumbotron-about {
    background-image: linear-gradient(to top, black, peachpuff);
    color: white;
}

    .jumbotron-about > div > p {
        font-size: medium;
    }

.about-message-user-button {
    color: white !important;
}

/*Pastors
----------------------------------------------------------------------------- */
#SortPastorsList > button {
    background-color: #5b3e31 !important;
    color: white !important;
}

#SortPastorsList > .dropdown-menu {
    border-radius: 0 0 4px 4px !important;
}

    #SortPastorsList > .dropdown-menu > li > a:hover,
    #SortProphetsList > .dropdown-menu > li > a:hover {
        background-color: #8b6c5c !important;
    }

.pastors-heading,
.sermonaudio-heading {
    margin: 20px auto auto auto;
    color: #2c3e50;
    display: flex;
    flex-wrap: wrap;
}

.pastors-heading {
    margin-bottom: 20px !important;
    justify-content: space-between;
}

.sermonaudio-heading {
    justify-content: space-between;
}

.pastor-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.pastor-image {
    width: 70%;
}

.pastor-image > p:first-child > a {
    cursor: pointer;
}

    .pastor-image > p:first-child > a > img {
        max-width: 250px;
        object-fit: contain;
        height: 100%;
    }

.vertical-center {
    margin: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.ministry-name {
    width: 10%;
}

.ministry-view {
    width: 20%;
    text-align: center;
}

/*.pastor > div {
    width: 100%;
}*/

/* Pastor
----------------------------------------------------------------------------- */
.jumbotron-pastor {
    background-image: linear-gradient(to top, black, peachpuff);
    color: white;
    border-radius: 0 0 5px 5px !important;
    padding: 30px 10px 30px 10px !important;
}

    .jumbotron-pastor > div > p {
        font-size: medium;
    }

.pastor-website-link:hover,
.pastor-website-link:focus,
.prophet-website-link:hover,
.prophet-website-link:focus {
    color: #b08975 !important;
}


/*Privacy Policy and Terms of Service
----------------------------------------------------------------------------- */
[data-custom-class='body'], [data-custom-class='body'] * {
    background: transparent !important;
}

[data-custom-class='title'], [data-custom-class='title'] * {
    font-family: Arial !important;
    font-size: 26px !important;
    color: #000000 !important;
}

[data-custom-class='subtitle'], [data-custom-class='subtitle'] * {
    font-family: Arial !important;
    color: #595959 !important;
    font-size: 14px !important;
}

[data-custom-class='heading_1'], [data-custom-class='heading_1'] * {
    font-family: Arial !important;
    font-size: 19px !important;
    color: #000000 !important;
}

[data-custom-class='heading_2'], [data-custom-class='heading_2'] * {
    font-family: Arial !important;
    font-size: 17px !important;
    color: darkslategrey !important;
}

[data-custom-class='body_text'], [data-custom-class='body_text'] * {
    color: #595959 !important;
    font-size: 14px !important;
    font-family: Arial !important;
}

[data-custom-class='link'], [data-custom-class='link'] * {
    color: royalblue !important;
    font-size: 14px !important;
    font-family: Arial !important;
    word-break: break-word !important;
}

.cookiepolicy-heading,
.privacypolicy-heading,
.termsofservice-heading {
    color: white;
    width: 95%;
    margin: 20px auto 20px auto;
}

.cookiepolicy-container-outer,
.privacypolicy-container-outer,
.termsofservice-container-outer {
    margin: 30px 0 30px 0;
    background-color: #8b6c5c;
    border-radius: 4px;
    padding: 5px 0 25px 0;
}

.cookiepolicy-container,
.privacypolicy-container,
.termsofservice-container {
    width: 95%;
    margin: auto;
    border-radius: 4px;
    background-color: ivory;
}

.cookiepolicy-container-inner,
.privacypolicy-container-inner,
.termsofservice-container-inner {
    width: 95%;
    padding: 5px 0 5px 0;
    margin: 15px auto 5px auto;
}


/*Tools
----------------------------------------------------------------------------- */
.gb-search-input-container {
    padding: 1.05rem 1rem !important;
    border-radius: 0 !important;
}

.gb-search-input {
    font-size: 1.1em !important;
}

.gb-modal-close-icon {
    width: 32px !important;
    height: 32px !important;
    top: -40px !important;
    right: 4px !important;
    background-color: white !important;
    fill: black !important;
}


/*Menus
----------------------------------------------------------------------------- */
.main-nav {
    margin-bottom: 0 !important;
    background-color: none !important;
    background-image: linear-gradient(45deg, black, peachpuff) !important;
}

.main-nav-menu > li > a:hover,
.main-nav-menu > li > a:focus,
.main-nav-menu > .active > a,
.main-nav-menu > .active > a:hover,
.main-nav-menu > .active > a:focus,
.login-menu-parent > a:hover,
.login-menu-parent > a:focus,
.open > a,
.open > a:hover,
.open > a:focus {
    background-color: #8b6c5c !important;
    color: deepskyblue !important;
}

.fa-search {
    font-size: x-large !important;
}

.custom-menu {
    padding: 0;
}

#titleLink {
    font-size: xx-large;
    font-variant: small-caps;
    font-family: serif;
}

    #titleLink:hover {
        color: white;
    }

.search-menu {
    position: relative;
    top: 7px;
    float: right;
}

.account-settings:hover {
    background-color: #8b6c5c !important;
}

.nav-menu,
.search-menu {
    margin: 0;
    background-color: #8b6c5c;
}

    .nav-menu > li {
        float: left !important;
    }

.login-menu {
    width: 300px;
    border-radius: 0;
    float: none;
    height: auto;
    padding: 25px;
    background-color: ivory !important;
    overflow-y: hidden;
}

.auth-login-menu {
    padding: 0 !important;
    width: auto !important;
}

#MyProfileLink:hover,
#SignOutLink:hover {
    background-color: #5b3e31;
}

.nav .open > a, .nav .open > a:hover {
    background-color: #8b6c5c !important;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #5b3e31;
}

.navbar {
    border: none;
    border-radius: 0;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: white !important;
}

.navbar-default .navbar-nav > li > a {
    color: white !important;
    border-radius: 0px !important;
}

    .navbar-default .navbar-nav > li > a:hover {
        color: white;
    }

.navbar-nav > li > a {
    color: white;
}

    .navbar-nav > li > a:hover {
        background-color: #5b3e31;
        color: white;
    }

.custom-dropdown-menu > .active > a {
    background-color: #5b3e31 !important;
    color: white !important;
}

.custom-dropdown-menu > li > a {
    padding: 10px !important;
    color: #7b8a8b !important;
}

    .custom-dropdown-menu > li > a:hover {
        background-color: #5b3e31 !important;
        color: white !important;
    }

.custom-dropdown:hover > .dropdown-menu {
    display: block;
}

/*MailBox
----------------------------------------------------------------------------- */
.message-body {
    font-size: 15px;
}

.inbox-read,
.sent-read {
    width: 16%;
}

.inbox-avatar,
.sent-avatar,
.inbox-fromuser,
.sent-touser,
.inbox-date,
.sent-date,
.inbox-delete,
.sent-delete {
    width: 21%;
}

    .inbox-date > p,
    .inbox-delete > p,
    .sent-date > p,
    .sent-delete > p {
        text-align: center;
    }

.messages-container-outer {
    background-color: #8b6c5c;
    border-radius: 0 0 4px 4px;
    padding: 5px 0 15px 0;
}

.messages-container {
    width: 96%;
    margin: auto;
    border-radius: 4px;
    background-color: ivory;
}

.messages-container-inner {
    width: 95%;
    padding: 5px 0 5px 0;
    margin: 15px auto 5px auto;
}

.messages-inbox,
.messages-sent {
    display: flex;
    word-wrap: break-word;
}

.pmview-back-button {
    margin-top: 50px;
    margin-bottom: 20px;
}

.pm-message-user-button,
.pm-manage-friends-button,
.pm.add-friend-button,
.pm-report-user-button,
.pm-block-user-button,
.pm-add-friend-button,
.pm-unblock-user-button {
    color: white !important;
    margin-top: 5px;
    cursor: pointer;
    text-decoration: none !important;
}

    .blocked-report-user-button,
    .blocked-unblock-user-button,
    .friends-manage-user-button,
    .friends-block-user-button,
    .friends-unblock-user-button,
    .friends-report-user-button,
    .friends-delete-user-button,
    .pm-block-user-button:hover,
    .pm-report-user-button:hover,
    .pm-message-user-button:hover,
    .pm-unblock-user-button:hover,
    .pm-add-friend-button:hover,
    .pm-manage-friends-button:hover {
        color: #f4e2c2 !important;
    }

    .blocked-report-user-button,
    .blocked-unblock-user-button,
    .friends-manage-user-button,
    .friends-block-user-button,
    .friends-unblock-user-button,
    .friends-report-user-button,
    .friends-delete-user-button,
    .pm-block-user-button:focus,
    .pm-report-user-button:focus,
    .pm-message-user-button:focus,
    .pm-unblock-user-button:focus,
    .pm-add-friend-button:focus,
    .pm-manage-friends-button:focus {
        color: #f4e2c2 !important;
    }

.notification {
    text-decoration: none;
    padding: 15px 26px;
    position: relative;
    display: inline-block;
    border-radius: 2px;
}

    .notification .mail-badge {
        position: relative;
        top: -10px;
        padding: 0 5px 0 5px;
        border-radius: 45%;
        background-color: #765341;
        color: white;
        font-weight: bolder;
        z-index: 999;
        font-size: 15px !important;
    }


/* Styles for validation helpers
----------------------------------------------------------------------------- */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}


/* Blog
----------------------------------------------------------------------------- */
h2.blog-headline {
    cursor: pointer;
}

h4.blog-headline > a {
    color: steelblue !important;
}

.badge {
    background-color: steelblue !important;
}

.tag-cloud {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    height: 250px;
}

    .tag-cloud span {
        text-shadow: 0px 1px 1px #fff;
    }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #8b6c5c !important;
    border-color: #5b3e31 !important;
}

.pagination .disabled > a,
.pagination .disabled > a:hover,
.pagination .disabled > a:focus,
.pagination .disabled > span {
    background-color: #f4e2c2 !important;
    color: black !important;
}


/*Sidebar*/
.custom-nav-sidebar {
    margin: 0 !important;
    white-space: nowrap;
}

    .custom-nav-sidebar > li > a {
        padding-left: 50px;
    }

.sidebar {
    height: calc(100% - 65px);
    width: 0;
    position: absolute;
    z-index: 1500;
    left: 0;
    background-color: #8b6c5c;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 65px;
}

    .sidebar a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 20px;
        display: block;
        transition: 0.3s;
    }

        .sidebar a:hover {
            color: #f1f1f1;
        }

    .sidebar .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
        color: white;
    }

.sidebar-subitem-menu {
    list-style-type: none !important;
}

    .sidebar-subitem-menu > li > a {
        font-size: 16px !important;
        color: white !important;
    }

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #765341;
    color: white;
    padding: 2px 10px 2px 10px;
    border: none;
}

    .openbtn:hover,
    .openbtn:active {
        background-color: #765341;
    }

#sidebar-navbar {
    transition: margin-left .5s;
    padding: 16px;
    background-color: #8b6c5c;
    position: relative;
    width: 100%;
    z-index: 100;
}


/*Account
----------------------------------------------------------------------------- */
#Signature,
#OldPassword,
#NewPassword,
#ConfirmPassword,
#GOWEmail,
#GOWPassword,
#Email,
#Password,
#CaptchaInputText {
    border-color: oldlace !important;
}

    #Signature:focus,
    #OldPassword:focus,
    #NewPassword:focus,
    #ConfirmPassword:focus,
    #GOWEmail:focus,
    #GOWPassword:focus,
    #Email:focus,
    #Password:focus,
    #CaptchaInputText:focus {
        border-color: #f4e2c2 !important;
    }

#BlockedUsersTab,
#FriendsTab,
#SignatureTab,
#ChangePasswordTab,
#DeleteAccountTab {
    display: none;
}

#SignatureTab,
#ChangePasswordTab,
#DeleteAccountTab {
    background-color: #8b6c5c;
    padding: 15px;
    color: white !important;
}

.blocked-users,
.friends {
    display: flex;
    word-wrap: break-word;
}

.blockeduser-name {
    width: 25%;
}

.blockeduser-avatar {
    width: 50%;
}

.blockeduser-actions {
    width: 25%;
}

.blockedusers-container-outer,
.friends-container-outer {
    background-color: #8b6c5c;
    border-radius: 0 0 4px 4px;
    padding: 5px 0 15px 0;
}

.blockedusers-container,
.friends-container {
    width: 96%;
    margin: auto;
    border-radius: 4px;
    background-color: ivory;
}

.blockedusers-container-inner,
.friends-container-inner {
    width: 95%;
    padding: 5px 0 5px 0;
    margin: 15px auto 5px auto;
}

.friend-name,
.friend-actions {
    width: 25%;
}

.friend-avatar {
    width: 50%;
}

.blockeduser-actions .dropdown-menu > li > a {
    color: #7b8a8b !important;
}

    .blockeduser-actions .dropdown-menu > li > a:hover {
        background-color: #8b6c5c !important;
        color: white !important;
    }

.friend-actions .dropdown-menu > li > a {
    color: #7b8a8b !important;
}

    .friend-actions .dropdown-menu > li > a:hover {
        background-color: #8b6c5c !important;
        color: white !important;
    }

/*Tabs and Animation
----------------------------------------------------------------------------- */
.w3-animate-right {
    position: relative;
    animation: animateright 0.4s
}

@keyframes animateright {
    from {
        right: -300px;
        opacity: 0
    }

    to {
        right: 0;
        opacity: 1
    }
}

.w3-animate-fading {
    animation: fading 1s
}

@keyframes fading {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}


.tab {
    display: flex;
    overflow: hidden;
    border: 1px solid oldlace;
    border-bottom: none;
    background-color: oldlace;
}

    .tab button {
        background-color: #f4e2c2;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
    }

        .tab button:hover {
            background-color: #b08975;
            color: white !important;
        }

        .tab button.active {
            background-color: #8b6c5c;
            color: white !important;
        }

.tabcontent {
    display: none;
    border-radius: 0 0 5px 5px;
    border: 1px solid whitesmoke;
    border-top: none;
}

.tablinks {
    color: black;
}

.tab-hidden {
    display: none;
}

    .tab-hidden > button {
        background-color: #5b3e31 !important;
    }

@media (max-width: 311px) {
}

@media (max-width: 340px) {
    .aboutme-image {
        width: 175px;
        height: 175px;
    }

    /*    .pastor {
        width: 100%;
    }*/

    .message-actions {
        float: none !important;
    }
}

@media (min-width: 341px) {
    .aboutme-image {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 430px) {
    .search-menu {
        float: left;
    }
}

@media (min-width: 431px) {
    .custom-nav {
        max-height: 60px;
    }
}

@media (max-width: 480px) {
    #aboutText {
        clear: both;
    }
}

@media (max-width: 519px) {
    .account-tab {
        display: none;
    }

    .tab:not(.account-tab) {
        flex-direction: column;
        margin-bottom: 25px;
    }

    .tab-hidden {
        display: block;
        margin-bottom: 25px;
    }

    .search-content {
        padding-left: 0;
        padding-right: 0;
    }

    .ministry-container {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .pastor-image,
    .ministry-name,
    .ministry-view {
        width: auto;
    }

    .vertical-center {
        transform: translateY(0%);
    }
}

@media (min-width: 341px) and (max-width: 519px) {
    /*    .pastor {
        width: 50%;
    }*/
}

@media (min-width: 519px) and (max-width: 991px) {
    /*    .pastor {
        width: 33.33%;
    }*/
}

@media (min-width: 520px) {
    .jumbotron-share > p:nth-child(2),
    .jumbotron-message > p:nth-child(2) {
        padding-left: 25px;
    }

    .jumbotron-discover > p:first-child,
    .jumbotron-encourage > p:first-child {
        padding-right: 25px;
    }

    .jumbotron-share > p,
    .jumbotron-discover > p,
    .jumbotron-message > p,
    .jumbotron-encourage > p {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: absolute !important;
        float: left !important;
        background-color: white !important;
        border: 1px solid #ccc !important;
        border: 1px solid rgba(0,0,0,0.15) !important;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175) !important;
        box-shadow: 0 6px 12px rgba(0,0,0,0.175) !important;
    }

    .gb-modal-container {
        height: calc(100% - 120px) !important;
        top: 57% !important;
    }

    .gb-modal-content {
        width: 100% !important;
    }

    .navbar-nav > li > a {
        padding-top: 19.5px;
        padding-bottom: 19.5px;
    }

    .login-menu {
        width: 100%;
        margin: 0;
        top: 0;
        border: none;
    }

    .custom-nav {
        display: none;
    }

    .custom-dropdown-menu {
        left: 50px;
    }
}

@media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse {
        margin: 0 -15px 0 -45px !important;
    }

    .main-nav-menu {
        margin-left: 30px !important;
    }

    #sidebar-navbar {
        display: none;
    }

    .gb-modal-close-icon {
        top: 4px !important;
        right: 20px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: contents !important;
    }

    .nav-menu > li > a {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .container {
        width: auto !important;
    }
}

@media (max-width: 991px) {
    .search-container-outer {
        padding: 1px 5px 10px 5px;
    }
}

@media (min-width: 992px) {
    .gb-modal-container {
        max-width: 950px !important;
    }

    .search {
        width: 300px;
    }

    .jumbotron-about {
        padding-bottom: 88px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /*    .pastor {
        width: 25%;
    }*/
}

@media (min-width: 1200px) {
    /*    .pastor {
        width: 20%;
    }*/
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidebar {
        padding-top: 15px;
    }

        .sidebar a {
            font-size: 18px;
        }
}

@media (max-width: 450px) {
    .blockedusers-name-heading,
    .blockeduser-name,
    .friends-name-heading,
    .friend-name {
        width: 25% !important;
    }

    .blockedusers-avatar-heading,
    .blockeduser-avatar,
    .friends-avatar-heading,
    .friend-avatar {
        width: 30% !important;
    }

    .blockedusers-actions-heading,
    .blockeduser-actions,
    .friends-actions-heading,
    .friend-actions {
        width: 45% !important;
    }
}

/*MultiMedia
----------------------------------------------------------------------------- */
div.gallery {
    background-color: #ecf0f1;
    border: 1px solid #ccc;
    border-radius: 10px;
}

    div.gallery:hover {
        border: 1px solid #777;
    }

    div.gallery img {
        width: 100%;
        /*        height: 150px;*/
        object-fit: cover;
        border-radius: 10px;
    }

div.desc {
    background-color: #ecf0f1;
    padding: 5px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 10px;
}

.ministry-desc {
    background-color: lavender;
    padding: 5px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
    color: black;
}

* {
    box-sizing: border-box;
}

.responsive-gallery,
.responsive-video,
.pastor-responsive-video,
.prophet-responsive-video {
    padding: 0 8px 24px;
    float: left;
    width: 24.99999%;
    margin: 6px 0;
    font-size: medium;
    font-weight: bold;
}

.video-image {
    position: relative;
}

#PlayImage {
    position: absolute;
    left: 0;
    object-fit: contain;
    border-radius: 10px;
}

    #PlayImage:hover {
        background-color: rgba(0,0,0,0.3);
    }

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .responsive-gallery,
    .responsive-video,
    .pastor-responsive-video,
    .prophet-responsive-video {
        width: 49.99999%;
    }
}

@media only screen and (max-width: 600px) {
    .responsive-gallery,
    .responsive-video,
    .pastor-responsive-video,
    .prophet-responsive-video {
        width: 100%;
    }

    div.gallery img {
        object-fit: cover;
    }

    #PlayImage {
        object-fit: contain;
    }
}

@media only screen and (min-width: 768px) {
    /*Cycles of 4 starting at the first element.*/
    .responsive-gallery:nth-child(4n+0),
    .responsive-video:nth-child(4n+0) {
        padding-right: 0;
    }
    /*Cycles of 4 starting at the second element.*/
    .responsive-gallery:nth-child(4n+1),
    .responsive-video:nth-child(4n+1),
    .responsive-video:nth-child(1) {
        padding-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .pastor-responsive-video,
    .prophet-responsive-video {
        width: 33.33%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.page-nav {
    background-color: red !important;
}

/* Cookie Dialog */
:root {
    --purple: #3B3646;
    --red: #EE4B5A;
}

.highlight {
    background: rgba(255,215,0,0.115);
}

code {
    color: var(--red);
    font-family: monospace;
    font-size: 16px;
    background: #f7f7f7;
    padding: 3px 5px;
    border-radius: 3px;
    border: 1px solid #ebebeb;
}

button#ihavecookiesBtn {
    margin-left: 0px !important;
}

#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 375px;
    background-color: var(--purple);
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
    font-family: system-ui;
}

    #gdpr-cookie-message h4 {
        color: var(--red);
        font-family: 'Quicksand', sans-serif;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    #gdpr-cookie-message h5 {
        color: var(--red);
        font-family: 'Quicksand', sans-serif;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    #gdpr-cookie-message p, #gdpr-cookie-message ul {
        color: white;
        font-size: 15px;
        line-height: 1.5em;
    }

        #gdpr-cookie-message p:last-child {
            margin-bottom: 0;
            text-align: center;
        }

    #gdpr-cookie-message li {
        width: 49%;
        display: inline-block;
    }

    #gdpr-cookie-message a {
        color: var(--red);
        text-decoration: none;
        font-size: 15px;
        padding-bottom: 2px;
        border-bottom: 1px dotted rgba(255,255,255,0.75);
        transition: all 0.3s ease-in;
    }

        #gdpr-cookie-message a:hover {
            color: white;
            border-bottom-color: var(--red);
            transition: all 0.3s ease-in;
        }

    #gdpr-cookie-message button,
    button#ihavecookiesBtn {
        border: none;
        background: var(--red);
        color: white;
        font-family: 'Quicksand', sans-serif;
        font-size: 15px;
        padding: 7px;
        border-radius: 3px;
        margin-left: 15px;
        cursor: pointer;
        transition: all 0.3s ease-in;
    }

        #gdpr-cookie-message button:hover {
            background: white;
            color: var(--red);
            transition: all 0.3s ease-in;
        }

button#gdpr-cookie-advanced {
    background: white;
    color: var(--red);
}

#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}

#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}

@media (max-width: 415px) {
    #gdpr-cookie-types {
        list-style: none !important;
    }

        #gdpr-cookie-types > ul > li {
            display: block !important;
            width: 100% !important;
        }
}
