/*
 Theme Name:   Cinco de Mayo Denver
 Description:  Custom GeneratePress child theme
 Author:       Mary Makowsky - Max Media Solutions
 Author URI:   https://maxms.com
 Template:     generatepress
 Version:      0.1
*/

/* Global */

.elementor-widget-text-editor p:last-of-type {
    margin-bottom: 0;
}

/* Header */
nav .elementor-sub-item {
    text-decoration: none !important;
}

.elementor-social-icon-instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

/* Sponsor Headings */
.head-lines h2 {
    display: grid;
    width: 100%;
    align-items: center;
    text-align: center;
    grid-template-columns: minmax(20px, 1fr) auto minmax(20px, 1fr);
    grid-gap: 20px;
}

.head-lines h2:before,
.head-lines h2:after {
    content: '';
    border-top: 4px double;
}

/* Sponsors Loop */

article.sponsors section { /* vertical align */
    height: 100%;
}

.horiz-logo img {
    max-width: 300px!important;
}

.horiz-logo-340 img {
    max-width: 340px!important;
}

.max-180 img {
    max-width: 180px!important;
}

.max-140 img {
    max-width: 140px!important;
}

a.generate-back-to-top {
    color: #ffffff !important;
}