/*
Theme Name: Sabine Pagan
Author: Envelope Group
*/

* {
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1300px;
    margin: 0 auto;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

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

.header {
    position: relative;
}

a {
    /*    color: #FC9A2C;*/
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: #fff;
}

#more {
    color: #eea044;
    /*    font-size: 90%;*/
    white-space: nowrap;
}

#more:hover {
    color: #fff;
}

body {
    font-size: 200%;
    background-color: #a39e98;
    font-family: 'Helvetica Neue LT W05_35 Thin';
    color: #fff;
}

h1 {
    font-family: 'Helvetica Neue LT W05_25 Ult Lt';
    text-transform: uppercase;
    line-height: 85%;
    margin: 1rem;
    font-size: 3.2rem;
}

h2 {
    font-family: 'Helvetica Neue LT W05_45 Light';
    text-transform: uppercase;
    line-height: 85%;
    color: black;
    font-size: 2.7rem;
    margin: 1rem;
}

h4 {
    font-family: 'Helvetica Neue LT W05_55 Roman';
    font-size: 1.5rem;
    /*    border-bottom: 1px solid #707070;*/
    margin-bottom: .5rem;
    padding-bottom: .5rem;
}

h5 {
    font-family: 'Helvetica Neue LT W05_45 Light';
    font-size: 1.3rem;
    border-bottom: 1px solid #707070;
    margin-bottom: .5rem;
    padding-bottom: .5rem;
}


p {
    font-size: 1.6rem;
    font-family: 'Helvetica Neue LT W05_35 Thin';
}

li {
    list-style: none;
}

@media screen and (max-width:800px) {
    h1 {
        font-size: 2.8rem;
    }

    p {
        font-size: 1.4rem;
    }
}



.burger {
    position: fixed;
    z-index: 9;
    top: 2rem;
    right: 2rem;
}

.burger img {
    height: 40px;
    width: auto;
}


/* Homepage: Hero Elements
  --------------------------------------------- */

#menu {
    border-bottom: 1px solid black;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

#menu li {
    font-size: 2.5rem;
    padding: 1rem;
    text-transform: uppercase;
    padding: 0;
    color: black;
}

#menu li a:hover {
    color: #eea044;
}

@media screen and (max-width:800px) {
    .nav h3 {
        font-size: 1.5rem;
    }
}


/*_______________________________________*/
/*Navigation*/
/*_______________________________________*/

.nav {
    height: 60px;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 2;
}

.nav a,
.nav--mob a {
    border-bottom: none;
    width: auto;
    margin-bottom: 0;
}

.nav__list {

    text-transform: uppercase;
}

.nav__list--mob {

    position: fixed;

    margin: 0;
    top: 0;
    bottom: 0;
    height: 0%;
    width: 100%;
    overflow: hidden;
    transition: 0.5s;
    background-color: rgb(163, 158, 152);
    z-index: 99;
}


.nav--mob {
    display: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    height: 50px;
    overflow: hidden;
}

.nav--mob__burger-container {
    padding: 0 1rem;
}

.nav--mob__monogram {
    padding: 0 1rem;
}

.nav--mob__monogram img {
    height: 30px;
    width: auto;
}

.nav--mob__burger {
    width: 35px;
    height: 3px;
    background-color: black;
    margin: 4px 0;
}

#burger-position {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 3rem;
}

.nav--mob:hover {
    cursor: pointer;
}

.nav--mob__close-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 3rem;
}

.nav--mob__close-btn img {
    height: 30px;
    width: 30px;
}


.menu-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 1rem;
    margin-left: 1rem;
    height: 100%;
}

.menu-item {
    font-size: 120%;
    border-bottom: 1px solid white;
    margin-bottom: 1rem;
}


/*_______________________________________*/
/**/
/*_______________________________________*/



.header {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    padding-top: 30vh;
    z-index: 0;
}

#line {
    position: fixed;
    right: 50%;
    left: 50%;
    top: 0%;
    bottom: 0%;
    border-left: 1px solid black;
    width: 1px;
    height: 100vh;
    z-index: 1;
}

#yellowsquare {
    width: 40vw;
    max-width: 600px;
    height: 40vw;
    max-height: 600px;
    border: 20px solid #eea044;
    -webkit-transform: translate(-30%, -70%);
    transform: translate(-50%, -70%);
}

@media screen and (max-width:800px) {
    #yellowsquare {
        border: 10px solid #eea044;
    }
}

#logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 15vh;
    z-index: 1;
}

#logo img {
    width: 20vw;
    max-width: 300px;
}

#hero-bottom {
    height: 5vh;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 100%;
    position: sticky;
    bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width:800px) {
    #hero-bottom {
        height: 10vh;
    }
}

/* Homepage: News section
  --------------------------------------------- */

.news-section {
    position: relative;
    z-index: 2;
    padding-bottom: 5rem;
}


@media screen and (max-width:800px) {
    .news-section {
        padding: .5rem;
    }
}

.news-title {
    height: 10vh;
    border-bottom: 1px solid #707070;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 2rem;
}


.news-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1rem;
    padding: 2rem 0 4rem 0;
}

@media screen and (max-width:800px) {
    .news-items {
        display: block;
    }

    .news-items .item {
        margin-bottom: 1rem;
    }
}

.news-items h3 {
    font-size: 1.5rem;
    color: black;
}

.item span {
    color: #eea044;
    overflow: hidden;
    white-space: nowrap;
}


/* Homepage: Bio Section
  --------------------------------------------- */

#black-square {
    width: 20vw;
    max-width: 400px;
    height: 20vw;
    max-height: 400px;
    border: 15px solid;
    right: 0;
    position: absolute;
}


@media screen and (max-width:800px) {
    #black-square {
        width: 75vw;
        height: 75vw;
    }
}

.orange-box {
    width: 500px;
    height: 500px;
}

.orange-box {
    -webkit-transform: translate(0%, 100%);
    transform: translate(0%, 100%);
    background-size: contain;
    background-position: center center;
}



/*--------------------------------------------- */

#white-circle {
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    max-height: 600px;
    border: 20px solid #fff;
    position: absolute;
}

#red-circle {
    width: 55vw;
    height: 55vw;
    max-width: 1000px;
    max-height: 1000px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#red-circle img {
    width: 55vw;
    max-width: 1000px;
    height: auto;
}

#circle-path {
    fill: url(#myPattern1);
}

#pink-circle {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

#pink-circle img {
    width: 75%;
    max-width: 1000px;
    height: auto;
    padding: 2rem;
}


/*WORKS SECTION ---------------------------------------------*/

#white-circle-works {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    max-height: 600px;
    border: 20px solid #fff;
    position: absolute;
    bottom: 1rem;
    right: 0;
    z-index: 1;
    -webkit-transform: translate(50%, 0%);
    transform: translate(50%, 0%);
}

@media screen and (max-width:800px) {
    #white-circle-works {
        width: 40vw;
        height: 40vw;
        border: 10px solid;
    }
}

#yellow-fur-square {
    width: 500px;
    height: 500px;
    position: absolute;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

#yellow-fur-square img {
    position: absolute;
    width 500px;
    height: 500px;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

#red-circle-third {
    width: 55vw;
    height: 55vw;
}



#circle-path {
    mix-blend-mode: multiply;
}

/*--------------------------------------------- END WORKS SECTION*/

/*COLLAB SECTION ---------------------------------------------*/

#red-circle-fill {
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    height: 750px;
    width: 750px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#end-block-img {
    height: 100%;
}

#end-block-img img {
    width: 85%;
}

.end_block_square {
    width: 20vw;
    max-width: 600px;
    height: 20vw;
    max-height: 600px;
    border: 15px solid #000;
    left: 0;
    position: absolute;
}

.end_block_circle {
    bottom: 0;
    right: 0;
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    max-height: 600px;
    border: 15px solid #fff;
    position: absolute;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

@media screen and (max-width:800px) {
    .end_block_square {
        width: 50vw;
        height: 50vw;

    }

    .end_block_circle {
        width: 30vw;
        height: 30vw;
    }
}

/*--------------------------------------------- END COLLAB SECTION*/

/* Homepage: Section Elements
  --------------------------------------------- */

#main-menu {
    border-bottom: 1px solid black;
}

.section {
    min-height: 100vh;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid black;
}

.section:nth-of-type(1) {
    border-top: none;
}

@media screen and (max-width:800px) {
    .section {
        min-height: auto;
        display: block;
        width: 100vw;
    }
}

.section-top,
.section-bottom {
    height: 50vh;
}

.section-top {
    border-bottom: 1px solid #000;
}

.section-right,
.section-left {
    width: 50vw;
    max-width: 650px;
}

@media screen and (max-width:800px) {
    .section-right {
        width: 100%;
    }

    .section-left {
        width: 100%;
    }
}

.section-left {
    display: flex;
    flex-direction: column;
    border-right: 1px solid black;
}

.section-left>* {
    margin-top: auto;
}

.blurb-text {
    border-top: 1px solid black;
    padding: 1rem 0;
}

.blurb-text>* {
    margin-bottom: 1rem;
}

.blurb-text>h1 {
    color: black;
}

.blurb-text>p {
    width: 80%;
    padding-left: 1rem;
}

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

    .section-left {
        border-top: 0;
    }

    .section-left .section-button {
        padding: 1rem;
    }
}

@media screen and (min-width:800px) {
    .section-button {
        min-height: 100px;
        margin-top: 1rem;
        border-top: 1px solid #000;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
    }

}

.section-button {
    font-size: 1.6rem;
}

.section-right .section-top {
    z-index: 1;
    position: relative;
}

.section-right .section-bottom {
    overflow: hidden;
    position: relative;
}



/* Homepage: WORKS INDEX PAGE
  --------------------------------------------- */

.logo-collapsed {
    text-align: center;
    border-bottom: 1px solid #707070;
}

.logo-collapsed img {
    width: 150px;
    margin: 3rem 0;
}

.title-block .page-title {
    border-bottom: 1px solid #707070;
    padding: 2rem 0;
}

.title-block .page-title-breadcrumb {
    border-bottom: 1px solid #707070;
}

.title-block .sub-title {
    border-bottom: 1px solid #707070;
    padding: 2rem 0 0 0;
}

.cat_desc {
    max-width: 75%;
    margin: 1rem;
}

.title-block #breadcrumb {
    margin: 1rem 0 0 1rem;
    font-size: 1.5rem;
    color: black;
}

.index-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1rem;
    margin: 1rem;
}



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

    .index-grid {
        grid-template-columns: 1fr 1fr;
    }
}

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

    .index-grid {
        display: block;
    }
}


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


/*------------------------------ END WORKS INDEX*/

/* COLLAB INDEX PAGE
  --------------------------------------------- */

.collab-grid {
    margin: 1rem;
}

.collab-item {
    position: relative;
    display: flex;
    flex-direction: column;
}

.collab-left {
    width: 50%;
    position: relative;
}

.collab-right {
    width: 50%;
    position: relative;
    align-self: flex-end;
}

.collab-left img,
.collab-right img {
    width: 100%;
}

.collab-img-circle img {
    border-radius: 50%;
}

.collab-square {
    border: 15px solid;
    width: 40vw;
    height: 40vw;
    max-width: 500px;
    max-height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(25%, -50%);
}

.collab-circle {
    border: 15px solid;
    border-radius: 50%;
    width: 40vw;
    height: 40vw;
    max-width: 500px;
    max-height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(25%, -50%);
}

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

    .collab-circle,
    .collab-square {
        display: none;
    }

    .collab-item {
        display: block;
    }

    .collab-left,
    .collab-right {
        width: 100%;
    }
}


.right {
    left: auto;
    right: 75%;
    transform: translate(0%, -50%);
}


.orange {
    border-color: orange;
}

.red {
    border-color: orangered;
}

.white {
    border-color: white;
}



/*------------------------------ END COLLAB INDEX*/

/* Homepage: WORKS SINGLE PAGE
  --------------------------------------------- */

.page-body {
    margin: 1rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid #707070;
}

.carousel {
    margin-bottom: 2rem;
}

.carousel img {
    width: 100%;
}

.meta {
    width: 50%;
}

.meta>* {
    margin-left: 0;
}

.meta p {
    margin: 2rem 0;
    color: black;
}

.meta h2 {
    color: #FC9A2C;
    margin: 2rem 0;
}

.meta img {
    width: 100%;
    height: auto;
}

.meta .caption {
    font-size: 1.2rem;
    margin-top: 0;
}

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

    .meta {
        width: 100%;
    }
}




/*------------------------------ END WORKS SINGLE*/

/* NEWS INDEX
  --------------------------------------------- */

.news-item {
    margin-bottom: 2rem;
}

.instagram-feed {
    margin: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1rem;
}

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

    .instagram-feed {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width:800px) {
    .instagram-feed {
        display: block;
    }

    .instagram-feed img {
        margin-bottom: 1rem;
    }
}

.instagram-feed img {
    width: 100%;
}

.instagram-embed {
    margin: 1rem;
}

/*------------------------------ END NEWS INDEX*/

.footer {
    position: relative;
    z-index: 2;
    width: 100%;
}

@media screen and (max-width:800px) {
    .footer {
        margin: .5rem;
    }

}

#footer-links {
    border-bottom: 1px solid black;
    height: 20vh;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 1rem;
}

#footer-links a img {
    height: 40px;
    margin-right: 1rem;
}

#footer-links a img:hover {
    -webkit-filter: invert(1);
    filter: invert(1);
}

#footer-info {
    min-height: 10vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding: 1rem;
}

#footer-info p {
    font-size: 1.4rem;
    line-height: 1.5rem;
}

#footer-logo img {
    width: 100px;
}