/*
Theme Name: NORTH SITE
Theme URI: http://northwork.co.uk
Description: Custom theme for Louise Forthun.
Version: 1.0
Author: Northwork
Author URI: http://northwork.co.uk
*/

/*_______________________________________*/

/*GLOBAL*/

/*_______________________________________*/

body {
    margin: 0;
    font-family: 'Helvetica Now Text W01 Regular';
    font-weight: normal;
    background-color: #fff;
    font-size: 1rem;
}

.contain {
    max-width: 1800px;
    margin: 0 auto;
}

.main {
    padding: 2rem;
}

.content {
    max-width: 66%;
}

@media screen and (max-width: 600px) {
    .content {
        max-width: 100%;
    }
}

bold {
    font-family: 'Helvetica Now Text W01 Medium';
}

h1 {
    font-size: 3rem;
    line-height: 3rem;
    font-family: 'Helvetica Now Text W01 Medium';
    font-weight: normal;
    margin: 0;
}

h2 {
    font-size: 1.5rem;
    line-height: 1.7rem;
    font-family: 'Helvetica Now Text W01 Medium';
    font-weight: normal;
}

h3 {
    font-size: 1.2rem;
    line-height: 1.7rem;
    font-family: 'Helvetica Now Text W01 Regular';
    font-weight: normal;
    margin: 0;
    padding: 0;
}

h4 {
    font-family: 'Helvetica Now Text W01 XLight';

}

h6 {
    font-size: .8rem;
    margin: 1rem 0;
    padding-bottom: .5rem;
    border-bottom: 1px solid;
}


@media only screen and (max-width: 630px) {
    h1 {
        font-size: 1.3rem;
        line-height: 1.4rem;
    }
    
    h2 {
        font-size: 1rem;
        line-height: 1rem;
    }
    
    h3 {
        font-size: .8rem;
        line-height: 1rem;
    }
}

a {
    color: inherit;
}

p {
    font-size: 1.8rem line-height: 2rem;
}

.arrow {
    height: 20px;
}

.button {
    border-bottom: 1px solid;
}

.button a {
    text-decoration: none;
}

@media screen and (max-width: 600px) {
    .main {
        padding: 1rem;
    }
}

/*_______________________________________*/

/*Standard Navigation*/

/*_______________________________________*/

#header_bg {
    background-color: #000;
}

header a {
    text-decoration: none;
}

#header_inner {
    text-align: right;
    overflow: auto;
    padding: 0 2rem;
    text-transform: uppercase;
}

#logo {
    height: 6rem;
    padding: 2rem 0;
    float: left;
}

#footer_inner #logo {
    padding: 2rem;
}

.menu {
    list-style: none;
    padding: 0;
}

#mainmenu {
    padding: 3rem 0;
    display: inline-block;
    list-style: none;
    color: #fff;

}

#secondarymenu {
    padding: 1rem 0;
    color: #000;
}

#mainmenu li,
#secondarymenu li {
    display: inline;
    padding: 0 1rem;
}

#mainmenu li:last-child,
#secondarymenu li:last-child {
    padding: 0 0 0 1rem;
}

@media only screen and (max-width: 800px) {

    #secondarymenu,
    #mainmenu {
        display: none;
    }

    .burger {
        display: block!important;
    }

    #logo {
        padding: 1rem;
        height: 4rem;
    }
    
    #header_inner {
        padding: 0;
    }
    
    #footer_inner #logo {
        padding: 1rem;
    }

}

/*_______________________________________*/

/*Mobile Navigation*/

/*_______________________________________*/

.burger {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 1.5rem;
    cursor: pointer;
}

.burger img {
    width: 40px;
}

.overlay {

    height: 0;
    width: 100%;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: absolute;
    bottom: 2rem;
    margin: 0;
    text-align: left;
    width: 100%;
}

.nav-item {
    position: relative;
    width: 100%;
    display: inline-block;
}

.overlay a {
    text-decoration: none;
    color: #fff;
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid;
    text-transform: uppercase;
}

#overlay-primary {
    font-size: 2rem;
}

#overlay-secondary {
    font-size: 1.5rem;
}

.overlay a:hover,
.overlay a:focus {
    color: #c2c5cc;
}

.overlay .closebtn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 5rem;
}

#menu-logo {
    margin: 2rem 0 0 0;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */

@media screen and (max-width: 450px) {
    .overlay a {
        font-size: 1rem;
        line-height: 1rem;
        padding: .5rem;
    }

    .overlay-content img {
        visibility: hidden;
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}



/*_______________________________________*/

/*HERO*/

/*_______________________________________*/


.hero_container {
    background-color: #000;
}

.hero {
    /* Sizing */
    width: 100vw;
    height: 40vh;
    padding: 0;
    position: relative;
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
}

.gradient {
    display: block;
    position: absolute;
    background-image: linear-gradient(to right, rgba(1,1,1,0.85) 0%, transparent 100%);
    height: 100%;
    width: 40%;
    content: '';
    
}

.hero_mob {
    display: none!important;
}

.hero-inner {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
    color: #fff;
    height: 80%;
    width: 33%;
    padding: 2rem;
}

.hero > a {
    text-decoration: none;
}

.hero-inner h1,
.hero-inner h2,
.hero-inner h3 {
    border-bottom: 1px solid;
    padding: 0;
    padding-top: .5rem;
    margin: 0;
}

.hero-inner h3:last-child {
    border-bottom: 1px solid;
    padding: 2rem 0 1rem 0;
    border-top: 3px solid;
    margin-top: auto;

}

#exhibit_artist_hero {
    font-family: 'Helvetica Now Text W01 XLight';
    text-transform: uppercase;   
}

@media only screen and (max-width: 1050px) {

    .hero {
        background-image: none!important;
        padding: 0;
        height: auto;
    }

    .hero_mob {
        display: block!important;
    }

    .hero_mob {
        width: 100%;
    }

    .hero-inner {
        width: auto;
        position: relative;
        padding: 1rem;
    }
    
    .slick-track {
        background-color: #000;
    }

}

@media only screen and (max-width: 800px) {

.hero-inner h3:last-child {
   display: none;
}
    
    .hero-inner {
        background-color: #000;
        display: block;
        position: relative;
        height: auto;
        margin-bottom: 2rem;
    }
    
    .gradient {
    display: none;
    }
}

/*_______________________________________*/

/*HOMEPAGE*/

/*_______________________________________*/

#intro {
    width: 66%;
}

.section_title {
    border-bottom: 1px solid;
    display: inline-block;
    width: 100%;
    position: relative;
}

.section_title h1 {
    font-size: 1.7rem;
}

.section_title h1,
.section_title h2 {
    display: inline-block;
    margin: 0;
}

.section_title span {
    right: 0;
    position: absolute;
    bottom: .5rem;
}


@media only screen and (max-width: 1050px) {

    #intro {
        width: 100%;
    }

    .section_title span,
    .section_title a span {
        position: relative;
        display: block;
        padding: .5rem 0;
    }

}


/*LINKS*/

#home_links {
    border-top: 3px solid;
    margin: 2rem 0;
}

#home_links a {
    text-decoration: none;
}

#home_links span {

    margin-left: auto;
}

#home_links img {
    padding-top: 10px;
}

#home_links .item {
    border-bottom: 1px solid;
    display: flex;
    flex-direction: row;
    padding-top: 1rem;

}


/*EXHIBITIONS*/

#home_exhibitions {
    padding: 2rem 0;
}

exhibit_grid {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    margin: 1rem 0;
}

exhibit_grid a {
    text-decoration: none;
}

exhibit_grid img {
    width: 100%;
    height: auto;
}

exhibit_grid h2,
exhibit_grid h3 {
    border-bottom: 1px solid;
    padding: 0;
    padding-top: .5rem;
    margin: 0;
}


@media only screen and (max-width: 800px) {

    exhibit_grid {
        grid-template-columns: 1fr;
    }

}




/*EVENTS*/

#home_events {
    padding: 2rem 0;
}

event_grid item {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 2fr 1fr;
    margin: 1rem 0;
    padding: 1rem 0;
}

#itemhome {
    grid-template-columns: 1fr 2fr;
}

event_grid a {
    text-decoration: none;
}

event_grid item h1 {
    font-size: 3rem;
    line-height: 3rem;
    border-bottom: 1px solid;
    letter-spacing: -3px;
}

event_grid item left {
    border-bottom: 2px solid;
}

event_grid item h2,
event_grid item h3 {
    border-bottom: 1px solid;
}

event_grid item centre {
    display: flex;
    flex-direction: column;
}

event_grid item centre h3:last-child {
    border-bottom: 2px solid;
    margin-top: auto;
}

event_grid item img {
    width: 100%;
    height: auto;
}

.viewdetails {
    display: block;
}



@media only screen and (max-width: 800px) {

    event_grid item {
        display: flex;
        flex-direction: column-reverse;
    }

    .viewdetails {
        display: none;
    }

}




/*BLOG*/

#home_blog {
    padding: 2rem 0;
}

blog_grid item {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    margin: 1rem 0;
    padding: 1rem 0;
}

blog_grid a {
    text-decoration: none;
}

blog_grid item img {
    width: 100%;
    height: auto;
}

blog_grid item right {
    display: flex;
    flex-direction: column;
}

blog_grid item h1,
blog_grid item h2,
blog_grid item h3 {
    border-bottom: 1px solid;
}

blog_grid item h1 {
    font-size: 1.5rem;
    padding-top: 2rem;
    line-height: 1.5rem;
}

blog_grid item right h3:last-child {
    margin-top: auto;
}


@media only screen and (max-width: 800px) {

    blog_grid item {
        display: block;
    }

}


/*FOOTER */

#footer_bg {
    background-color: #000;
}

.footer {
    width: 100vw;
    color: #fff;
    position: relative;
    padding-bottom: 2rem;
}

#qld_logo {
    padding: 0 1rem 0 0;
}

footer_sponsor {
    display: flex;
    flex-direction: row;
}

.footer_inner {
    width: 100%;
    text-align: right;
    overflow: auto;
}


.footer right {
    float: right;
    padding: 2rem;
}

.footer right img {
    height: 30px;
    padding: 1rem;
}

footer_grid {
    clear: both;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 3rem;
    margin: 0 2rem;
}

footer_grid a {
    text-decoration: none;
}

footer_grid col1 {
    text-transform: uppercase;
    border-bottom: 1px solid;
}

footer_grid col2,
col3 {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid;
}

footer_grid h2 {
    border-bottom: 1px solid;
}

#footer_mainmenu li {
    font-size: 1.5rem;
}

#footer_mainmenu,
#footer_secondarymenu {
    list-style: none;
    padding: 0;
    margin-top: 0;
}

#footer_mainmenu li,
#footer_secondarymenu li {
    border-bottom: 1px solid;
}

@media only screen and (max-width: 800px) {

    footer_grid {
        grid-template-columns: 1fr;
    }

    footer_credit,
    footer_sponsor,
    footer_copy {
        padding-top: 2rem;
        border-bottom: 1px solid;
    }
    
    .footer right {
        padding: 0;
        float: left;
        clear: both;
    }
    
    .footer right img {
    height: 20px;
    
    }
    
    footer_grid {
        margin: 0 1rem;
    }


}


/*_______________________________________*/

/*EXHIBITIONS INDEX*/

/*_______________________________________*/

#filter {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    border-bottom: 1px solid;
    margin-top: 2rem;
}

#filter span {
    font-size: 2rem;
}

#filter a {
    text-decoration: none;
}

@media only screen and (max-width: 800px) {

    #filter {
        display: block;
    }

    #filter span {
        display: block;
        border-bottom: 1px solid;
    }
}


/*_______________________________________*/

/*EXHIBITIONS SINGLE PAGE*/

/*_______________________________________*/

exhibit_header h1 {
    padding-top: 1rem;
    border-bottom: 1px solid;
}

exhibit_header h2,
exhibit_header h3 {
    border-bottom: 1px solid;
}

exhibit_header img {
    width: 100%;
    padding: 2rem 0;
}

#exhibit_artist {
    margin-top: 2rem;
    border-top: 3px solid;
    font-family: 'Helvetica Now Text W01 XLight';
    text-transform: uppercase;
}

#exhibit_title {
    font-family: 'Helvetica Now Text W01 Medium';
}

#exhibit_date {
    font-family: 'Helvetica Now Text W01 XLight';
    text-transform: uppercase;
}

.exhibit_quote {
    margin: 1rem 0;
    display: grid;
    grid-template-columns: 60px auto;
    grid-gap: 20px;
    border-bottom: 1px solid;
}

#author {
    color: lightgray;
}

.exhibit_quote img {
    width: 100%;
}

.exhibit_quote h4 {
    font-size: 2rem;
    margin: 0 0 2rem 0;
    width: 66%;
}

#exhibit_content {
    width: 66%;
    margin: 2rem 0 2rem 80px;
}

.exhibit-gallery {
    padding: 1rem 0;
}

.exhibit-gallery img {
    height: 30vh;
    width: auto!important;
}

.exhibit-gallery .slick-slide {
    padding-right: 1rem;
}

.exhibit-gallery:hover {
    cursor: url(img/zoom.png), auto;
}

.slick-lightbox-slick .slick-prev:before {
    color: white;
    font-size: 30px;
}

.slick-lightbox-slick .slick-next:before {
    color: white;
    font-size: 30px;
}

@media screen and (max-width: 600px) {
    .quotemark {
        width: 50px;
    }

    .exhibit_quote {
        display: block;
    }

    .exhibit_quote h4 {
        width: 100%;
        font-size: 1.2rem;
    }

    #exhibit_content {
        width: 100%;
        margin: 0;
    }
    
    exhibit_header img {
        padding: 0;
    }
}

/*_______________________________________*/

/*EVENT INDEX */

/*_______________________________________*/

.tribe-events-before-html {
    width: 66%;
}

.event-title {
    padding: 1rem 0;
    margin-bottom: 1rem;
    width: 100%;
    border-bottom: 1px solid;
    font-size: 2.4rem;
}

@media screen and (max-width:650px) {
    .tribe-events-before-html {
        width: 100%;
    }
}

/*_______________________________________*/

/*EVENT SINGLE PAGE*/

/*_______________________________________*/

event_header {
    margin: 2rem 0;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 3fr;
}

event_header left {
    display: flex;
    flex-direction: column;
    margin-top: auto;
}


event_header h1,
event_header h2,
event_header h3 {
    border-bottom: 1px solid;
    margin: 0;
}

event_header #event_title {
    font-size: 2rem;
    margin-top: 2rem;
}

#event_content {
    margin: 1rem 0;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 3fr;
}

#event_content img {
    max-width: 100%;
    height: auto;
}

#event_content h3 {
    border-bottom: 1px solid;
}

event_header img {
    width: 100%;
    padding: 2rem 0;
}

dd {
    font-size: 1rem;
    border-bottom: 1px solid;
    margin: 0;
    text-decoration: none;
    margin-bottom: .5rem;
}

dt {
    font-family: 'Helvetica Now Text W01 Medium';
    font-size: 1rem;
    border-bottom: 1px solid;
    margin: 0;
}

.single-tribe_events .tribe-events-event-meta {
    border: none!important;
}

@media screen and (max-width:800px) {
    event_header {
        display: flex;
        flex-direction: column-reverse;
    }

    event_header left {
        padding: 1rem 0 0 0;
    }

    #event_content {
        display: block;
    }
}



/*_______________________________________*/

/*BLOG INDEX*/

/*_______________________________________*/

#blog_container {
    display: grid;
    grid-template-columns: 3fr 1fr;
}

blog_grid {
    display: block;
    width: 100%;
}

.sidebar {
    padding: 0 0 0 1rem;
}

.categories ul {
    list-style: none;
    padding: 0;
}

.categories li {
    border-bottom: 1px solid;
    margin-top: 1rem;
}

.categories li a {
    text-decoration: none;
}

form.search input[type=text] {
    padding: 10px;
    font-size: 1.2rem;
    border: 1px solid grey;
    width: 100%;
}

#search-form label,
#searchsubmit {
    display: none;
}

#search-form input {
    padding: 10px;
    font-size: 1.2rem;
    border: 1px solid grey;
    width: 100%;
}

@media only screen and (max-width: 800px) {

    #blog_container {
        display: flex;
        flex-direction: column-reverse;
    }

    blog_grid {
        width: 100%;
    }

    .sidebar {
        width: 100%;
        float: none;
        height: auto;
        padding: 0;
    }

    .categories {
        display: none;
    }
}


/*_______________________________________*/

/*BLOG SINGLE PAGE*/

/*_______________________________________*/

blog_header {
    margin: 2rem 0;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 3fr;
}

blog_header left {
    display: flex;
    flex-direction: column;
    margin-top: auto;
}


blog_header h1,
blog_header h2,
blog_header h3 {
    border-bottom: 1px solid;
    margin: 0;
}

event_header #event_title {
    font-size: 2rem;
    margin-top: 2rem;
}

#blog_content {
    margin: 1rem 0;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 3fr;
}

#blog_content h3 {
    border-bottom: 1px solid;
}

#blog_content img {
    width: 100%;
    padding: 2rem 0;
    height: 100%;
}

blog_header img {
    width: 100%;
    padding: 2rem 0;
}

@media only screen and (max-width: 800px) {

    blog_header,
    #blog_content {
        display: block;
    }
}


/*_______________________________________*/

/*GENERIC PAGE*/

/*_______________________________________*/

.page_hero {
    /* Sizing */
    width: 100%;
    height: 50vh;
    padding: 2rem 0;
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
}

#page_content {
    margin: 1rem 0;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 3fr;
}

#page_content left li {
    list-style: none;
    border-bottom: 1px solid;
    padding: .5rem 0;
}

#page_content left ul {
    padding: 0;
}

#page_content left ul a {
    text-decoration: none;
    font-size: 1.2rem;
}

#page_content h3 {
    border-bottom: 1px solid;
}

#page_content img {
    width: 100%;
    height: auto;
}

page_header {

    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 3fr;
}

page_header left {
    display: flex;
    flex-direction: column;
    margin-top: auto;
}


page_header h1,
page_header h2,
page_header h3 {
    border-bottom: 1px solid;
    margin: 0;
}

page_header #page_title {
    font-size: 2rem;
    margin-top: 2rem;
}

@media screen and (max-width:800px) {
    #page_content {
        display: block;
    }

    page_header {
        display: block;
    }
}


/*_______________________________________*/

/*ARTIST INDEX*/

/*_______________________________________*/

#artist_title {
    padding: .5rem 0;
    font-family: 'Helvetica Now Text W01 XLight';
    text-transform: uppercase;
    line-height: 100%;
}

.alphanav {
    font-size: 1.5rem;
    border-bottom: 1px solid;
}

.alphanav a {
    text-decoration: none;
}

artist_grid {
    margin: 1rem 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1rem;
}

artist_grid item img {
    height: auto;
    width: 100%;
}

artist_grid a {
    text-decoration: none;
}

artist_grid h2,
artist_grid h3 {
    border-bottom: 1px solid;
    padding: 0;
    padding-top: .5rem;
    margin: 0;
}

#searcher {
    width: 100%;
    display: flex;
    justify-content: space-between;
}


@media only screen and (max-width: 800px) {
    artist_grid {
        grid-template-columns: 1fr 1fr;
    }

}