﻿/* Overrides */
#col1 {
    border-top: none !important;
}

#col3 {
    border: none;
    border-left: 1px solid #ccc !important;
}

/* End Overrides */

a[data-fancybox] {
    cursor: zoom-in !important;
}

.id-highlights a:hover {
    text-decoration: none;
}

h1 {
    font-family: 'lato', sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    color: #384067;
}

h2 {
    font-family: 'Lato', sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    margin: 20px 0 10px 0;
}

.page-title {
    margin-bottom: 15px;
}

.subTitle {
    margin-top: -12px;
    margin-bottom: 10px !important;
}

.emailBtn {
    width: 300px;
    vertical-align: middle;
    text-align: center;
    position: relative;
    background-color: #384067;
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 3px;
}

.emailBtn:visited {
    color: white;
}

/*a:hover {*/
/*    color: #eeeeee !important;*/
/*}*/

.emailBtn:hover {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.entry .fullwidth {
    max-width: 100%;
}

.image-count {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 3px 5px;
    width: 200px;
    height: 113px;
    color: white;
    background: rgba(0,0,0,0.5);
    text-align: center;
    font-size: 28px;
    line-height: 113px;
}

div[data-gallery=hidden] {
    display: none;
}

.gallery img {
    margin: 3px 5px;
}

.gallery {
    display: flex;
    flex-flow: row wrap;
    align-content: space-between;
    max-width: 635px;
    margin-bottom: 1em;
}

.gallery a {
    position: relative;
}

.id-highlights {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-flow: row wrap;
}

.id-highlight:hover .chevrons {
    opacity: 1;
}

.id-highlight img {
    transition: transform 0.5s ease;
}

.id-highlight img:hover {
    transform: scale(1.1);
}

.pointer {
    cursor: pointer;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0)
}

hr.entry-end {
    margin: 20px 10px 20px 0;
    padding: 0 !important;
}

.deck {
    display: flex;
    flex-flow: row wrap;
}

.card {
    width: 300px;
    height: 235px;
    margin: 0 35px 35px 0;
    border-radius: 3px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: flex;
    flex-flow: column nowrap;
    position: relative;
}

.subcolumns > .card {
    margin: 0 0 20px 0;
}

.card > img {
    border-radius: 3px 3px 0 0;
}

.card:hover .card-chevrons {
    opacity: 1;
}

.card-info {
    height: 70px;
    width: 300px;
    background-color: #72869a;
    border-radius: 0 0 3px 3px;
    display: grid;
    grid-template-columns: 245px 55px;
    align-items: center;
}

.card-text {
    grid-column: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 15px;
    color: white;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1.0625rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.com-tags {
    font-size: 0.75rem;
    color: #E4E4E4;
}

.card-chevrons {
    grid-column: 2;
    padding: 15px;
    color: white;
    opacity: 0.3;
}

.chevrons {
    grid-column: 3;
    padding: 15px;
    color: white;
    opacity: 0.3;
}

.chevrons::before, .card-chevrons::before {
    content: url("data:image/svg+xml,%3Csvg viewBox='0 0 25 21' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='1.5'%3E%3Cg fill='none' stroke='%23fff' stroke-width='3.04'%3E%3Cpath d='M3.037 3.037l5.74 7.372-5.74 7.372M9.542 3.037l5.74 7.372-5.74 7.372M16.047 3.037l5.74 7.372-5.74 7.372' /%3E%3C/g%3E%3C/svg%3E");
    display: block;
    width: 25px;
}

.id-highlight .sim-tags {
    font-size: 0.75rem;
    color: #E4E4E4;
}

.fancybox-thumbs__list a:before {
    border: 6px solid #01baef !important;
}

@media only screen and (max-width: 475px) {
    .id-highlight {
        display: flex;
        flex-flow: column;
        width: 100%;
        overflow: hidden;
        border-radius: 3px;
        margin-bottom: 10px;
    }

    .id-highlight img {
        width: 100%;
    }

    .id-highlight .info-bar {
        background-color: rgba(0, 51, 102, 0.9);
        display: grid;
        grid-template-columns: 8fr 2fr;
        grid-template-rows: 3fr 1fr;
        align-items: center;
        z-index: 1;
        padding: 10px 0;
    }

    .id-highlight .text {
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 15px;
        color: white;
        font-family: 'Lato', sans-serif;
        font-weight: 700;
        font-size: 1.0625rem;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
        align-self: start;
    }

    .id-highlight .date {
        grid-column: 1;
        grid-row: 2;
        color: white;
        font-family: 'Lato', sans-serif;
        font-weight: 700;
        font-size: 0.9rem;
        color: #E4E4E4;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
        padding-left: 15px;
        align-self: center;
    }

    .chevrons {
        grid-column: 2;
        grid-row: 1/span 2;
        padding: 15px;
        color: white;
        opacity: 0.3;
        align-self: center;
        justify-self: end;
    }

    .deck {
        justify-content: center;
    }

    .card {
        width: 300px;
        height: 235px;
        margin: 0 0 20px 0;
        border-radius: 3px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        display: flex;
        flex-flow: column nowrap;
        position: relative;
    }
}

@media only screen and (min-width: 476px) and (max-width: 1008px) {

    .id-highlights {
        flex-flow: column wrap;
        justify-content: center;
        align-content: center;
    }

    .id-highlight {
        display: flex;
        flex-flow: column;
        width: 475px;
        height: 265px;
        overflow: hidden;
        border-radius: 3px;
        margin-bottom: 10px;
    }

    .id-highlight img {
        width: 475px;
    }

    .id-highlight .info-bar {
        margin-top: -70px;
        background-color: rgba(0, 51, 102, 0.9);
        height: 70px;
        display: grid;
        grid-template-columns: 320px 100px 55px;
        grid-template-rows: 70px;
        align-items: center;
        z-index: 1;
    }

    .id-highlight .text {
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 15px;
        color: white;
        font-family: 'Lato', sans-serif;
        font-weight: 700;
        font-size: 1.0625rem;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }

    .id-highlight .date {
        grid-column: 2;
        color: white;
        font-family: 'Lato', sans-serif;
        font-weight: 700;
        font-size: 0.9rem;
        color: #E4E4E4;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
        justify-self: end;
    }

    .deck {
        justify-content: center;
    }

    .deck .card {
        margin: 10px;
    }
}

@media only screen and (min-width: 1008px) {

    .id-highlights {
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-flow: row wrap;
    }

    .id-highlight {
        display: flex;
        flex-flow: column;
        width: 475px;
        height: 265px;
        overflow: hidden;
        border-radius: 3px;
        margin-bottom: 10px;
    }

    .id-highlight img {
        width: 475px;
    }

    .id-highlight .info-bar {
        margin-top: -70px;
        background-color: rgba(0, 51, 102, 0.9);
        height: 70px;
        display: grid;
        grid-template-columns: 320px 100px 55px;
        grid-template-rows: 70px;
        align-items: center;
        z-index: 1;
    }

    .id-highlight .text {
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 15px;
        color: white;
        font-family: 'Lato', sans-serif;
        font-weight: 700;
        font-size: 1.0625rem;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }

    .id-highlight .date {
        grid-column: 2;
        color: white;
        font-family: 'Lato', sans-serif;
        font-weight: 700;
        font-size: 0.9rem;
        color: #E4E4E4;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
        justify-self: end;
    }

    .deck .card:nth-child(3n) {
        margin: 0 0 35px 0;
    }
}
