/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.mt-50 {
    margin-top: 50px;
}

/* Single Event*/
.grid-2-left {
    display: grid;
    grid-template-columns: 1fr .5fr;
    gap: 40px;
    align-items: start;
}

.flex {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 15px;
}

.flex > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    padding: 20px 0;
}

.flex:first-of-type > div:first-of-type, .flex.subscription > div:last-of-type {
    border-bottom: unset;
}

.shadow {
    box-shadow: rgba(0, 0, 0, .04) 0 1px 0, rgba(0, 0, 0, .05) 0 2px 7px, rgba(0, 0, 0, .06) 0 12px 22px;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.shadow .tags {
    padding: 20px 0;
}

.padding-5 {
    padding: 5%;
}

.bold {
    font-weight: bold;
}

.thumb img {
    max-height: 228px;
    object-fit: cover;
}

.info-button.nectar-button.see-through-2 {
    color: rgb(0, 0, 0);
    border-color: rgba(0, 0, 0, 0.75);
    cursor: pointer;
}

.info-button.nectar-button.see-through-2:hover {
    background-color: #d685a5;
}

.person {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    margin-bottom: 15px;
}

.person > div > img {
    margin-bottom: 0 !important;
    width: 100px !important;
    height: 100px !important;
    min-width: 100px !important;
}

.person .details {
    display: flex;
    flex-direction: column;
}

/*Tags */
.tags ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
}

.tags ul li {
    list-style: none;
    border-radius: 50px;
    color: white;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    padding: 10px;
    background-color: gray;
}

/*Loading Spinner */
.lds-facebook div {
    background: #d685a5;
}

.sponsor-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 50px;
}

.sponsor a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sponsor a .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D9D9D9;
    border-radius: 50%;
    width: 120px;
    height: 120px;
}

.sponsor a span {
    margin-top: 10px;
    color: #676767;
    font-size: 15px;
}

.sponsor a:hover {
    color: unset;
}

.sponsor-grid .sponsor a img {
    max-width: 100px;
}

@media only screen and (max-width: 900px) {
    .grid-2-left {
        grid-template-columns: 1fr;
    }

    .sponsor-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

/* vc styles*/
/*
.video_sc.vc_element-icon {
    background:red;
    background-image: url('/includes/scap/videoplayer/assets/play.png');
}
*/
