/* GEM STYLES */

@font-face {
    font-family: 'montserrat';
    src: url(webfont/montserrat.woff2)
}

body {
    font-family: 'montserrat';
}

.home .entry-title {
    display: none;
}

/* SITE HEADER */

a,
a:visited {
    color: black;
}

a:hover {
    color: black;
}

.site-header {
    border-bottom: 1px solid;
    padding: 2rem;
}

.header-widget .widget {
    margin-left: 2rem;
    margin-bottom: 0;
}

.main-navigation {
    background-color: rgb(255, 255, 255);

}

.header-widget {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

ul.wp-block-social-links {
    margin-bottom: 0;
}

.site-main {
    padding: 2rem;
}

.site-footer {
    border-top: 1px solid;
    padding: 2rem;

}

#secondary.widget-area {
    border-top: 1px solid;
    padding: 2rem;
}

.widget_block {}

/* HEADER */
h1.site-title a,
p.site-title a {
    display: block;
    width: 200px;
    height: 100px;
    background: url(images/GG24_logo_noir.svg) no-repeat center center;
    background-size: contain;
    text-indent: -5000px;
    margin: 0;
    padding: 0;
    line-height: 1;
}

/* NAVIGATUION */

.main-navigation li {
    border-left: 1px solid black;
}

.main-navigation li a {
    padding: 0.5em 2em;

}

.main-navigation li:last-of-type {
    border-right: 1px solid black;

}

.main-navigation ul ul {
    display: block;
    background-color: white;
    margin-left: -1px;
    border-top: 1px solid black;
}

.main-navigation ul li {
    transition: 0.2s;
}




.main-navigation ul ul li {
    border: 0;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    border-left: 1px solid black;

}

/* secondary navigation */

.header-widget {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-widget .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.header-widget .menu li a {
    display: inline-block;
    padding: 0.25em 1em;
    color: black;
    text-decoration: none;
}


.main-navigation li a:hover,
.main-navigation li.current-menu-item>a,
.main-navigation li.current-menu-ancestor>a {
    color: white;
    background-color: black;
}

/* CATEGORY NEWS */

.archive-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.archive-grid article {
    width: 22%;
}

/* ARCHIVE EXHIBITOR */
.post-type-archive-exhibitor .archive-grid {}

.post-type-archive-exhibitor .archive-grid article {

    margin-bottom: 3rem;
    position: relative;
}

.post-type-archive-exhibitor .archive-grid img {
    width: 100%;
}

.post-type-archive-exhibitor .archive-grid .entry-header {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0.5rem;
}