/*
Grey:		#252F38
TEAL:       #4fd2d8
YELLOW:     #ffe200
*/


/* Medium */
@media screen and (min-width: 500px) {

body {
    height: 100vh;
    background-image: url("/v1/images/lines2.svg");
    background-repeat: no-repeat;
    background-position: -400px 150px;
    background-size: 800px;
	
}


/* CONTAINER */
    .content-wrapper {
        padding-top: 20px;
    }

    .rafter,
    .content-wrapper,
    .footer,
    .sub-footer {
        display: flex;
        min-width: 1000px;
        margin: 0 0 0 100px;
    }



/* Header */
    .header {
        min-width: 250px;
        max-width: 250px;
        padding-right: 30px;
    }
    .header .boilerplate {
        position: relative;
        text-align: right;
    }
    .header .boilerplate h1 {
        font-weight: 900;
        font-size: 40px;
        text-align: left;
        line-height: 30px;
        text-transform: uppercase;
        transform: rotate(90deg);
        position: absolute;
        left: 60px;
        margin: 0;
        padding: 0;
        transform-origin: 0 0;
        max-width: 50%;
        border: 0;
        
    }
    .header .boilerplate .photo {
        margin-bottom: 10px;
        max-width: 80%;
        margin: 0 0 0 auto;
    }
    .header .intro {
        border-bottom: 3px solid #000;
    }
    


/* Content */
    .content {
    }
    .not-home .content {
        *margin-right: 15%;
        width: 70%;
    }
    .not-home .content-wrapper {
        background-image: url("/v1/images/lines1.svg");
        background-repeat: no-repeat;
        background-size: 35%;
        background-position: 100% 100%;        
    }


/* Columns */
    .collumn {
        padding: 30px;
    }
    .collumn.grey {
        background: #f2f2f2;
    }
    .collumn.yellow {
        background: #ffe200;
    }




/* Homepage */
    .home .content {
        background: #ffe200;
        background-image: url("/v1/images/lines1.svg");
        background-repeat: no-repeat;
        background-size: 50%;
        background-position: 120% 120%;        
        display: flex;
    }
    .home .collumn.first {
        width: 40%;
    }
    .home .collumn.second {
        width: 40%;
    }
    .feature-book .thumb {
        width: 150px;
        margin-bottom: 20px;
    }
    .home .articles .entry {
        border-top: 1px solid #000;
        padding: 10px 0 0 0;
    }



/* Blocks */
    .block {
        border-top: 4px solid #000;
        padding: 10px 0;
    }
    .block h4 {
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 900;
        letter-spacing: 1px;
        margin:  -10px 0 20px 0;
        padding: 5px 0 0 0;
    }



/* Nav: Primary */
    .nav.primary li a {
        color: #000;
        font-size: 16px;
        font-weight: 900;
        letter-spacing: 1px;
        text-transform: uppercase;
        transition: all 100ms ease-out;
        display: block;
    }
    .nav.primary li a:hover,
    .nav.primary li a.active {
        background: #000;
        color: #4fd2d8;
        padding: 0 10px;
    }
    .nav.primary li .arrow {
        font-weight: 900;
        float: right;
    }

    /* Header */
    .header .nav.primary li {
        width: 100%;
    }

    /* Footer */
    .footer .nav.primary li a {
        font-size: 12px;
        margin-right: 10px;
    }
    .footer .nav.primary .arrow {
        display: none;
    }


/* Nav: Social */
    .nav.social {
    }
    .nav.social li a {
        margin-right: 10px;
        font-size: 26px;
        font-weight: bold;
        text-decoration: none;
        color: #000;
    }
    .nav.social li a:hover,
    .nav.social li a.active {
        color: #34CFB8;
    }
    /* Footer */
    .footer .nav.social {
        float: right;
    }

/* NAV: Admin */
    .nav.admin {
        position: absolute;
        right: 0px;
    }
    .nav.admin li a {
        display: block;
        font-weight: 700;
        font-size: 14px;
        color: #000;
        margin: 5px 10px;
    }
    .nav.admin li a:hover {
        border-bottom: 1px solid black;
    }



/* Breadcrumbs */
.breadcrumb {
    flex-wrap: nowrap;
    background: transparent;
    padding: 0;
    border-radius: 0;
    border-bottom: 1px solid #34CFB8;
    margin-bottom: 40px;
}
.breadcrumb li.breadcrumb-item {
    white-space: nowrap;
    overflow: hidden;
    max-width: 400px;
}





/* Entry */
    .entry {
        margin-bottom: 20px;
    }
    .entry h2 {
        font-size: 18px;
        font-weight: 800;
    }
    .entry .posted {
        font-size: 12px;
        font-weight: 700;
        color: rgba(0,0,0,.5);
        font-weight: 800;
        text-transform: uppercase;
    }


/* Publication Entry */
    .publication-entry .book {
        border: none;
        
    }

/* Books */
    .book {
        display: flex;
        width: 100%;
        margin-bottom: 40px;
        padding: 20px 0 0 0;
        border-top: 1px solid black;
    }
    .book .thumb {
        width: 25%;
        padding-right: 20px;
    }
    .book .thumb img {
        width: 100%;
        box-shadow: 0px 0px 20px rgba(0,0,0,.2);
    }
    .book .description {
        width: 75%;
        
    }


/* Articles */
    .article {
        display: flex;
        width: 100%;
        margin-bottom: 40px;
        padding: 20px 0 0 0;
        border-top: 1px solid black;
    }
    .article .heading {
        width: 30%;
        margin-right: 20px;
    }
    .article .description {
        width: 70%;
        
    }

/* Notes */
    .note {
        display: flex;
        width: 100%;
        margin-bottom: 40px;
        padding: 20px 0 0 0;
        border-top: 1px solid black;
    }
    .note .heading {
        width: 30%;
        margin-right: 20px;
    }
    .note .description {
        width: 70%;
        
    }



/* Image Block */
    .imageblock.right {
    }
    .imageblock.left {
    }
    .imageblock.center {
    }
    .imageblock.full {
    }


/* REVIEWS */
.reviews {
    *display: flex;
    *flex-wrap: wrap;
}
.reviews blockquote {
    *width: 40%;
    padding: 20px;
    margin: 20px 0;
    background: #000;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    font-size: 19px;
}
.reviews blockquote:nth-child(even) {
}
.reviews blockquote:nth-child(odd) {
}
.reviews blockquote p,
.reviews blockquote cite {
    width: 100%;
}
.reviews blockquote cite {
    font-style: normal;
    font-size: 12px;
    line-height: 120%;
    text-align: right
}

/* MEDIA */
.media {
    display: block;
}
.media .item {
    margin: 20px 0;
}
.media .item iframe {
    width: 100%;
    max-height: 500px;
}

/* Retailers */
.retailers {
    background: #4fd2d8; /*#ffe200; */
    padding: 20px;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
    margin-top: 20px;
}
.retailers h4 {
    opacity: .5;
}
.retailers ul,
.retailers li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.retailers li {
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.retailer {
    margin: 20px 0 20px 0;
}
.retailer a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    display: block;
    position: relative;
    transition: all 100ms ease-out;
}
.retailer a span {
    position: absolute;
    right: 0px;
    transition: all 100ms ease-out;
}
.retailer a:hover {
    background: #000;
    color: #fff;
    padding-left: 5px;
}
.retailer a:hover span {
    right: 10px;
}

    
/* Footer */
    .footer {
        position: relative;
        border-top: 1px solid #000;
        margin-top: 40px;
        padding: 5px 0 0 0;
        justify-content: space-between;
    }
    .footer .nav.social {
        display: flex;
        
    }
    .sub-footer {
        margin-bottom: 40px;
    }
    .sub-footer p {
        font-size: 12px;
        font-weight: normal;
        opacity: .5;
    }
    .footer-wrapper p.small {
        margin: 10px 0;
        font-size: 12px;
        font-weight: normal;
        text-align: center;
        opacity: 1;
    }
    .footer-wrapper a {
        text-decoration: none;
    }



}
