@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700;800&family=Playfair+Display:wght@400;600;700;800&display=swap');

body.post-type-archive-press-releases main#main, .post-type-archive-press-releases #main, body.single-press-releases main#main, .single-press-releases #main {
    margin-top: 0;
    margin-bottom: 120px;
}

body.single-press-releases main#main > div.container h1, .single-press-releases #main  > div.container h1 {
    font-family: 'Inter Tight', 'Open Sans';
    color: #000;
    font-size: 35px;
}

.hero_section {
    margin-bottom: 70px;
    position: relative;
    background-color: #1E44CD;
    min-height: 160px;
}

.hero_section .logopagetitlewrapper {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 160px;
}

body.post-type-archive-press-releases .hero_section {
    min-height: 200px;
    background-image: url("/wp-content/plugins/ragan-press-releases/public//img/header.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.hero_section .logopagetitlewrapper .container {
    position: relative;
}

.hero_section .logopagetitlewrapper > .container {
    margin-left: 0;
}

.hero-header .page-title {
    color: #fff;
    font-family: 'Inter Tight', 'Open Sans';
    font-weight: 600;
}

.hero-header .page-title img {
    max-width: 290px;
}

.hero-header div a {
    color: #fff;
    text-decoration: none;
    border-bottom: solid 1px #fff;
}

.hero-header div a:hover { 
    text-decoration: none;
    border-bottom: none;
}

.press-releases-list {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    font-family: 'Inter Tight', 'Open Sans';
    line-height: normal;
    
}

.press-releases-list li {
    padding-left: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #707070;
    position: relative;
}
.press-releases-list li h3, .press-releases-list li h3 a {
    color: #000;
    font-family: 'Inter Tight', 'Open Sans';
    font-size: 30px;
    font-weight: bold;
}
.press-releases-list li .pressreleasedate {
    color: #1C3C6E;
    font-size: 18px;
    font-family: 'Inter Tight', 'Open Sans';
    font-weight: bold;
    margin-bottom: 5px;

} 
.press-releases-list li .pressreleaseexcerpt {
    font-size: 19px;
    font-family: 'Inter Tight', 'Open Sans';
}

.press-releases-list li .pressreleasesarrow {
    position: relative;
    text-align: right;
}

.page-header {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    width: 100%;
    min-width: 300px;
    margin-bottom: 80px;
}

.page-header .page-title {
    color: #1C3C6E;
    font-size: 35px;
    font-family: 'Inter Tight', 'Open Sans';
    font-weight: bold;
}


select#yearselection {
    font-weight: bold;  
    padding-right: 2em;
    border-color: #707070 !important;
    background-color: #fff !important;
    max-width: 130px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 10px 6px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'><polyline points='1,1 5,5 9,1' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    margin-bottom: 40px;
}

select#yearselection option {
    font-family: 'Inter Tight', 'Open Sans';
}

@media screen and (min-width: 500px) {
    .hero-header .page-title {
        font-size: 60px;
    }

    .hero_section .logopagetitlewrapper > .container {
        margin-left: auto;
    }
}

@media screen and (min-width: 768px) {
    .hero-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        min-height: 160px;
    }

    .page-header {
        display: flex;
        justify-content: space-between;
        width: 100%;
        min-width: 300px;
        margin-bottom: 80px;
        flex-direction: row;
    }

    select#yearselection {
        margin-bottom: 0;
    }

    .press-releases-list li {
        padding-right: 120px;
    }

    .press-releases-list li .pressreleasesarrow {
        position: absolute;
        right: 20px;
        top: 35px;
        top: calc(50% - 45px);
        text-align: unset;
    }
}

@media screen and (min-width: 993px) {
    select#yearselection {
        max-width: 290px;
    }
}
