/*
Theme Name: Starboard Value
Description: Custom theme for Starboard Value
Version: 1.0
Author: Archetype SC
Author URI: http://www.archetypesc.com
Template: enfold
*/

#menu-item-1136 a {
	color: #444 !important;
}

#menu-item-1136 a:hover {
	color: #273E6B !important;
}

body#top .container .entry-content-wrapper .av-masonry.av-large-gap.av-masonry-gallery {
    padding-top: 0px;
}


.bio-first-blank .av-masonry-item-with-image:nth-child(2) .av-inner-masonry-content {
    display: none;
}

@media screen and (max-width: 768px) {
    .bio-first-blank .av-masonry-item-with-image:nth-child(2) {
        display: none;
    }
}

.presentation-img {
    border: 1px solid var(--enfold-header-color-border);
    background-color: var(--enfold-header-color-bg);
    padding: 10px;
}

body .fullsize .presentation-wrap .post-title {
    text-align: center;
    font-size: 20px !important;
    padding: 15px 0;
    max-width: 800px;
    margin: 0 auto;
}

body .fullsize .presentation-wrap .post .entry-content-wrapper {
    line-height: 1.3em !important;
}

.presentation-wrap {
    /* display: flex;
    flex-wrap: wrap;
    gap: 10px; */
    justify-content: space-between;
    align-items: start;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.presentation-wrap .presentation-item {
    /* flex: 1 1 calc(33.333% - 10px);
    box-sizing: border-box; */
    /* margin: 0 20px; */
    justify-content: center;
    text-align: center;
}
.presentation-wrap .presentation-item img {
    width: 100%;
    max-width: 100%;
	height: 200px;
    object-fit: cover;
    object-position: 50% 0%;
}