/*
 * Theme Name: Vanderbilt Giving
 * Description: Vanderbilt FutureVU Child Theme
 * Template: anchordown-futurevu
 * Version: 1.0
 * Author: Vanderbilt University Division of Communications, Digital Strategies Team
 * Author URI: https://web.vanderbilt.edu
 */

/* https://codepen.io/stoumann/pen/abZxoOM */

/* Topper Title */
@media (min-width: 1200px) {
    .topper-default .topper-default__inner {
        width: 50%;
        max-width: 720px;
        margin-top: -4rem;
    }
}

/* Gift Groups */
.gift-group {
    margin-top: 2em;
    margin-bottom: 2em;
}
@media (min-width: 600px) {
    .gift-group .story-tease--has-image .story-tease__image {
        width: 48%;
    }
    .gift-group .story-tease--has-image .story-tease__text {
        width: 52%;
    }
    /* Image on Left */
    .gift-group .fl-module-futurevu-story-tease.picture-left .story-tease__image {
        order: 1;
        clip-path: polygon(100% 0%, 90% 50%, 100% 100%, 0% 100%, 0% 0%);
    }
    .gift-group .fl-module-futurevu-story-tease.picture-left .story-tease__text {
        order: 2;
    }
    /* Image on Right */
    .gift-group .fl-module-futurevu-story-tease.picture-right .story-tease__image {
        order: 2;
        clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 10% 50%, 0% 0%);
    }
    .gift-group .fl-module-futurevu-story-tease.picture-right .story-tease__text {
        order: 1;
    }
}
.gift-group .story-tease .story-tease__heading {
    visibility: hidden;
    padding: 0;
    height: 0;
}
.gift-group .story-tease {
    padding: 5px;
}

/* Hide Search and Menu */
.primary-nav .primary-nav__tools {
    display: none;
}