/*
Theme Name: Brassica
Theme URI: 
Version: 1.0
Description:
Author: Super
*/

*, *:before, *:after { box-sizing: border-box; }
html, body { height: 100%; min-height: 100%; }
img { max-width: 100%; }
.clear:before, .clear:after { content: ""; display: table; }
.clear:after { clear: both; }
.clear { zoom: 1; /* For IE 6/7 (trigger hasLayout) */ }
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
a[href^=tel] {
    color: inherit;
    text-decoration: underline; 
}

body { background-color: #dbd8cd; font: 14px/1.5 'Raleway',Arial,sans-serif; }
body.page-template-story,
body.page-template-careers { background-color: white; }
body.page-template-menu { background: white; }

nav { padding: 10px 10px 0; }
nav .nav-logo { float: left; margin-left: 40px; }
nav .nav-logo a { display: block; padding: 10px; }
nav .nav-logo a img { width: 148px; height: 51px; display: block; }
nav .nav-menu { list-style: none; float: right; margin: 20px 40px 20px 0; padding: 0; }
nav .nav-menu li { float: left; }
nav .nav-menu li a { display: block; font-size: 12px; line-height: 31px; padding: 0 10px; margin-left: 30px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; text-decoration: none;
	transition: color .125s ease-in-out;
}
nav.nav-light li a { color: white; }
nav.nav-dark li a { color: #3f383d; }
nav .nav-menu li.selected a,
nav .nav-menu li a:hover { color: #ea148c; }
nav.nav-mobile { display: none; }

section { overflow: hidden; }

section .home-background { position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: -5; background-size: cover; background-position: center center; }
section .home-footer { color: white; font-size: 12px; position: absolute; bottom: 20px; left: 50px; }
section .home-footer img { display: inline-block; height: 16px; width: auto; margin-top: 10px; margin-right: 9px; }

section .menu-container { max-width: 100%; width: 800px; margin: 50px auto; overflow: hidden; }
section .menu-section { width: 680px; margin: 50px auto 75px; text-align: center; }
section .menu-section.half { width: 50%; margin: 0 auto; float: left; }
section .menu-section .menu-image { margin-bottom: 15px; }
section .menu-section .menu-image img { width: 250px; height: auto; }
section .menu-section .menu-header { margin-top: 10px; margin-bottom: 50px; position: relative; color: #ed399e; font-size: 15px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; }
section .menu-section .menu-header:after { content: ''; position: absolute; display: block; width: 100px; height: 2px; left: 50%; bottom: -20px; background-color: #ed399e; margin-left: -50px; }
section .menu-section .menu-subheader { margin-bottom: 30px; position: relative; color: #545454; font-size: 12px; font-weight: 700; letter-spacing: 0.75px; text-transform: uppercase; }
section .menu-section .menu-details { color: #3f383d; font-weight: 500; margin: 0; font-size: 15px; line-height: 1.46em; letter-spacing: 0.8px; }
section .menu-section .menu-list { list-style: none; padding: 0; color: #3f383d; }
section .menu-section .menu-list li { display: block; margin-bottom: 30px; }
section .menu-section .menu-list li h6 { margin: 3px 0; font-size: 15px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; white-space: pre-wrap; }
section .menu-section .menu-list li h6.tighter { letter-spacing: 0px; }
section .menu-section .menu-list li div { font-size: 15px; line-height: 1.25; }
section .menu-section .button { display: block; width: 246px; margin: 35px auto 0; border-radius: 5px; font-size: 14px; line-height: 36px; font-weight: 600; letter-spacing: 1px; background-color: #ea148c; color: white; text-transform: uppercase; text-decoration: none; }
section .menu-footer img { display: block; width: 100%; height: auto; }

body.page-template-story section { overflow: hidden; }
section .story-section { width: 70%; max-width: 990px; margin: 50px auto; text-align: center; }
section .story-section .story-header { margin-bottom: 15px; margin-top: 100px; color: #3f383d; font-size: 32px; line-height: 1.2em; font-weight: 400; letter-spacing: 3px; text-transform: uppercase; margin-left: auto; margin-right: auto; max-width: 515px; }
section .story-section .story-header.ending { margin-bottom: 100px; }
section .story-section .story-text { margin-left: auto; margin-right: auto; max-width: 680px; font-size: 16px; line-height: 1.5; }
section .story-photos { width: 90%; max-width: 800px; margin: 0 auto 100px; position: relative; }

section .story-photos div {
    -webkit-transition: right .6s ease-in-out, left .6s ease-in-out;
    -moz-transition: right .6s ease-in-out, left .6s ease-in-out;
    -o-transition: right .6s ease-in-out, left .6s ease-in-out;
    -ms-transition: right .6s ease-in-out, left .6s ease-in-out;
    transition: right .6s ease-in-out, left .6s ease-in-out;
}
section .story-photos div:first-of-type { margin-top: 0; }

section .story-photos div.left { text-align: left;
    -moz-transform-origin: 65% 100% !important;
    -ms-transform-origin: 65% 100% !important;
    transform-origin: 65% 100% !important;
}
section .story-photos div.right { text-align: right;
    -moz-transform-origin: 35% 100% !important;
    -ms-transform-origin: 35% 100% !important;
    transform-origin: 35% 100% !important;
}

section .story-photos div {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
}

/*section .story-photos div:nth-child(1) {
    z-index: 100 !important;
}
section .story-photos div:nth-child(1) .tag { max-width: 32%; }
section .story-photos div:nth-child(2) {
    width: 40%;
    right: -60%;
    margin-top: -25%;
}
section .story-photos div:nth-child(2) .tag { max-width: 64%; }
section .story-photos div:nth-child(3) {
    z-index: 99 !important;
    width: 45%;
    margin-left: 9%;
    margin-top: -40%;
}
section .story-photos div:nth-child(4) {
    z-index: 98 !important;
    margin-left: 45%;
    margin-top: -19%;
    width: 60%;
}
section .story-photos div:nth-child(4) .tag { max-width: 23%; }
section .story-photos div:nth-child(5) {
    z-index: 97 !important;
    margin-left: 3%;
    margin-top: -6%;
}
section .story-photos div:nth-child(5) .tag { max-width: 45%; }
section .story-photos div:nth-child(6) {
    margin-left: 56%;
    width: 48%;
    margin-top: -28%;
}
section .story-photos div:nth-child(6) .tag { max-width: 45%; }
section .story-photos div:nth-child(7) {
    width: 45%;
    margin-top: -44%;
}
section .story-photos div:nth-child(7) .tag { max-width: 45%; }
section .story-photos div:nth-child(8) {
    width: 65%;
    margin-left: 35%;
    margin-top: -15%;
}
section .story-photos div:nth-child(8) .tag { max-width: 45%; }*/

section .story-photos div img { display: block; width: 100%; height: auto; }
section .story-photos div .tag { display: block; padding: 25px; font-size: 16px; line-height: 1.2em; font-weight: 600; color: #3f383d; background-color: #dbd8cd; text-align: center; }

/*section .story-photos div .tag.topleft { top: 10%; left: 0; text-align: left; }
section .story-photos div .tag.topright { top: 10%; right: 0; text-align: right; }
section .story-photos div .tag.botleft { bottom: 10%; left: 0; text-align: left; }
section .story-photos div .tag.botright { bottom: 10%; right: 0; text-align: right; }
section .story-photos div .tag.midleft { bottom: 40%; left: 0; text-align: left; }
section .story-photos div .tag.midright { bottom: 40%; right: 0; text-align: right; }*/
 
section .location-section { padding-top: 80px; position: absolute; left: 0; right: 0; z-index: 1; color: white; font-size: 48px; font-weight: 700; text-align: center; letter-spacing: 4px; }
section .location-section a { text-decoration: none; color: white; border-bottom: 2px solid white; padding-bottom: 0px; }
section .location-section p { margin: 0 0 1.4em 0; }
section .location-section p:nth-child(2) { margin: 0 0 1.2em 0; }

section .location-message { top: 0; left: 0; right: 0; margin: 0 auto; max-width: 90%; z-index: 1; letter-spacing: 2px; font-size: 17px; font-weight: 600; color: white; display: inline-block; text-transform: none; padding: 20px; }
section .location-message a { transition: all .125s ease-in-out; padding: 16px 28px; display: inline-block; text-decoration: none; border: 1px solid white; color: white; border-bottom: 1px solid white; }
section .location-message a:hover { color: #ea148c; border-color: #ea148c; }
section .location-message p { margin: 0 !important; }

section .location-backgrounds { position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: -5; height: 100%; overflow: hidden; }
section .location-backgrounds > div { position: absolute; left: 0; right: 0; z-index: -5; height: 100%; background-size: cover; background-position: top center; }
section .location-backgrounds > div.active { z-index: -4; }

section .careers-section { width: 600px; margin: 50px auto 65px; text-align: center; }
section .careers-section .careers-header { margin-bottom: 35px; margin-top: 100px; color: #3f383d; font-size: 32px; font-weight: 400; letter-spacing: 3px; text-transform: uppercase; }
section .careers-section .careers-text { font-size: 16px; line-height: 1.5; }
section .careers-section .careers-apply { display: block; width: 220px; margin: 35px auto 0; border-radius: 5px; font-size: 14px; line-height: 36px; font-weight: 600; letter-spacing: 1px; background-color: #ea148c; color: white; text-transform: uppercase; text-decoration: none; }
section .careers-fullgraphic img { width: 100%; height: auto; display: block; }
section .careers-footer { margin-top: 150px; }
section .careers-footer .careers-footer-lines { height: 120px; background-size: cover; background-position: left center; }
section .careers-video { margin: 75px auto; max-width: 800px; text-align: center; width: 90%; }
section .careers-video h2 { color: #3f383d; letter-spacing: 2px; font-weight: 500; font-size: 30px; line-height: 1.2em; text-transform: uppercase; margin: 0 auto 30px auto; }
section .careers-video p { max-width: 90%; margin: 0 auto; display: inline-block; font-size: 15px; line-height: 1.53em; margin: 0 0 1.2em 0; }
section .careers-video .videoWrapper { margin-top: 55px; }
section .careers-blocks { overflow: hidden; max-width: 1070px; margin: 0 auto; }
section .careers-blocks .block { float: left; width: 50%; text-align: center; padding: 0 10% 80px; }
section .careers-blocks .block h3 { font-family: "norwester"; letter-spacing: 2px; margin-bottom: 25px; color: #ea148c; font-size: 20px; line-height: 1.2em; font-weight: 500; text-transform: uppercase; }
section .careers-blocks .block p { font-size: 15px; line-height: 1.53em; }
section .careers-team { margin: 25px auto 50px; max-width: 1070px; text-align: center;}
section .careers-team h2 { color: #3f383d; letter-spacing: 2px; font-weight: 500; font-size: 30px; line-height: 1.2em; text-transform: uppercase; margin: 0 auto 30px auto; padding-top: 25px; }
section .careers-team .thumbnails div { cursor: pointer; position: relative; display: inline-block; width: 19%; padding: 0 3px; }
section .careers-team .thumbnails div img { display: block; width: 100%; height: auto; border-radius: 50%; border: 4px solid #ffffff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
/*section .careers-team .thumbnails div:nth-child(3) { width: 24%; }*/
section .careers-team .thumbnails div.active img { border: 4px solid #ea148c; }
section .careers-team .quotes { width: 90%; margin: 0 auto;}
section .careers-team .quote { display: none; max-width: 750px; margin: 30px auto 110px; }
section .careers-team .quote.active { display: block; }
section .careers-team .quote .text { font-family: "norwester"; letter-spacing: 2px; color: #ea148c; font-size: 20px; line-height: 1.5em; font-weight: 500; text-transform: uppercase; }
section .careers-team .quote small { margin-top: 15px; color: #ea148c; display: block; font-size: 15px; line-height: 1.2em; }
section .careers-positions { margin: 75px auto; max-width: 1070px; text-align: center;}
section .careers-positions h2 { color: #3f383d; letter-spacing: 2px; font-weight: 500; font-size: 30px; line-height: 1.2em; text-transform: uppercase; margin: 0 auto 30px auto; }
section .careers-positions > p { max-width: 78%; margin: 0 auto; display: inline-block; font-size: 15px; line-height: 1.53em; margin: 0 0 1.2em 0; }
section .careers-positions .button { display: block; width: 246px; margin: 10px auto 0; border-radius: 5px; font-size: 14px; line-height: 36px; font-weight: 600; letter-spacing: 1px; background-color: #ea148c; color: white; text-transform: uppercase; text-decoration: none; }
section .careers-positions .container { margin-top: 40px; overflow: hidden; }
section .careers-positions .container .half { width: 50%; float: left; margin: 0; }
section .careers-positions .container .half > div { margin: 0 13px 26px; background: #ea148c; color: white; text-align: left; padding: 40px 60px; font-size: 16px; line-height: 1.3em; letter-spacing: 2px; }
section .careers-positions .container .half > div h3 { font-size: 45px; line-height: 1.2em; font-family: "norwester"; text-transform: uppercase; font-weight: 500; margin: 0 0 20px 0; padding: 0; }
section .careers-positions .container .half > div ul,
section .careers-positions .container .half > div ol { margin: 0 0 0 20px; padding: 0; font-size: 13px; line-height: 1.75em; }
section .careers-positions .container .half > div .button { text-align: center; display: block; width: 220px; margin: 20px 0 0; border-radius: 5px; font-size: 14px; line-height: 36px; font-weight: 600; letter-spacing: 1px; background-color: white; color: #ea148c; text-transform: uppercase; text-decoration: none; }

@media only screen and (max-width: 900px) {

	body { overflow-x: hidden; }

	nav .nav-logo { position: relative; z-index: 101; margin-left: 10px; }
	nav .nav-mobile { display: block; position: relative; z-index: 101; width: 60px; height: 60px; padding: 10px; float: right; cursor: pointer; margin-top: 5px; }
	nav .nav-mobile:before { content: '\f0c9'; display: block; width: 100%; height: 100%; font-family: FontAwesome; font-size: 20px; line-height: 32px; text-align: center; }
	nav.nav-light .nav-mobile:before { color: white; }
	nav.nav-dark .nav-mobile:before { color: #3f383d; }
	nav.nav-mobile-open .nav-mobile:before { content: '\f00d'; }

	nav { position: relative; }
	nav .nav-menu { position: absolute; width: 100%; left: 0; top: -369px; z-index: 100; margin: 0; padding-top: 100px; padding-bottom: 25px;
		background-color: rgba(255, 255, 255, .9);
		border-bottom: 4px solid #3f383d;

	    -webkit-transition: top .2s ease-in-out;
	    -moz-transition: top .2s ease-in-out;
	    -o-transition: top .2s ease-in-out;
	    -ms-transition: top .2s ease-in-out;
	    transition: top .2s ease-in-out;
	}
	body.page-template-home nav .nav-menu { background-color: rgba(0, 0, 0, .75); border-color: rgba(255, 255, 255, .9); }
	body.page-template-location nav .nav-menu { background-color: rgba(0, 0, 0, .85); border-color: rgba(255, 255, 255, .9); }

	nav .nav-menu li { width: 100%; text-align: center; }
	nav .nav-menu li a { display: inline-block; font-size: 14px; line-height: 2; margin: 5px 25px; padding: 5px 35px; }
	nav.nav-mobile-open .nav-menu { top: 0px; }

    section .home-background { background-position: 70% 100%; }
    
	section .home-footer { left: 20px; }

	section .menu-container { width: auto; margin: 0 auto -50px; }
	section .menu-section { width: 90%; }
    section .menu-section.half { width: 90%; margin: 0 auto 75px; float: none; }

	section .story-section { width: 80%; }
	section .story-section .story-header { margin-top: 40px; margin-bottom: 25px; font-size: 29px; }
	section .story-section .story-text { font-size: 14px; }
	section .story-photos { width: 90%; }

	section .location-section { font-size: 40px; }
    section .location-message { font-size: 16px; }

	section .careers-section { width: 80%; }
	section .careers-section .careers-header { margin-top: 40px; margin-bottom: 25px; font-size: 28px; }
	section .careers-section .careers-text { font-size: 14px; }
	section .careers-section .careers-apply { margin-top: 35px; }
	section .careers-footer { margin-top: 75px; }
	section .careers-footer .careers-footer-lines { height: 110px; }

}

@media only screen and (max-width: 800px) {

	section .location-section { font-size: 36px; }
    section .location-message { font-size: 15px; }

	section .careers-footer .careers-footer-lines { height: 105px; }

    
}


@media only screen and (max-width: 700px) {

	section .location-section { font-size: 32px; letter-spacing: 3px; }
    section .location-message { font-size: 14px; }

	section .careers-footer .careers-footer-lines { height: 100px; }
    section .careers-blocks .block { float: none; width: 100%; padding: 0 10% 50px; }
    section .careers-positions .container .half { width: 100%; float: none; margin: 0 0 20px 0; }
    section .careers-positions .container .half > div { margin-bottom: 13px; padding: 20px; }

}

@media only screen and (max-width: 600px) {

	nav .nav-logo a img { width: 130px; height: auto; }
	nav .nav-menu { padding-top: 80px; }
	nav .nav-menu li a { font-size: 12px; }
	nav .nav-mobile { width: 48px; height: 48px; padding: 8px; }
	nav .nav-mobile:before { font-size: 20px; line-height: 32px; }

	section .location-section { font-size: 28px; }
	
	section .story-photos div { width: 100% !important; position: static; margin: 0 0 20px !important; }
	section .story-photos div img { display: block; margin: 0 auto; }
	section .story-photos div .tag { position: static; max-width: none !important; display: block; font-size: 16px; padding: 20px 20px; text-align: center !important; }
	section .story-section .story-header { font-size: 23px; }

	section .careers-footer .careers-footer-lines { height: 95px; }

}

@media only screen and (max-width: 550px) {

	section .location-section { font-size: 24px; letter-spacing: 2px; }
    section .location-message { font-size: 13px; }

	section .careers-footer .careers-footer-lines { height: 90px; }

	section .story-section { width: 90%; }
	section .story-section .story-header { font-size: 20px; }
	
}

@media only screen and (max-width: 500px) {

	section .location-section { font-size: 18px; letter-spacing: 1px; }
    section .location-message { font-size: 12px; }

	section .careers-footer .careers-footer-lines { height: 80px; }
	
	section .story-section .story-header { font-size: 18px; }

}

@media only screen and (max-height: 750px){
    section .location-section { font-size: 28px; }   
}
@media only screen and (max-height: 750px) and (max-width: 550px){
    section .location-section { font-size: 24px; letter-spacing: 2px; }
}
@media only screen and (max-height: 750px) and (max-width: 500px){
	section .location-section { font-size: 18px; letter-spacing: 1px; }
}

@media print {
    .nav-mobile,
    .nav-menu {
        display: none;   
    }
}

@font-face {
  font-family: 'norwester';
  src: url(http://brassicashortnorth.com/new/wp-content/themes/brassica/fonts/norwester.eot);
  src: url(http://brassicashortnorth.com/new/wp-content/themes/brassica/fonts/norwester.eot?#iefix) format("embedded-opentype"), url(http://brassicashortnorth.com/new/wp-content/themes/brassica/fonts/norwester.woff) format("woff"), url(http://brassicashortnorth.com/new/wp-content/themes/brassica/fonts/norwester.ttf) format("truetype"); }