/*!
	Theme Name: Scribe Winery
	Description: 
	Version: 1.0.7
	Author: Wineworks
	Author URI: https://wineworks.co
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
}

body {
  font: 300 11px / 1.4 'Historic Roman', Helvetica, Arial, sans-serif;
  color: #444;
  height: 100%;
  max-width: 1400px;
  position: relative;
  margin: auto;
}

/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.readMore img {
  height: 14px !important;
}

a {
  font-family: 'Historic Roman';
  color: #444;
  text-decoration: none;
}

a:hover {
  color: #444;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}

p {
  margin: 10px 0px;
  font-size: 16px;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
  width: 70%;
  height: 100vh;
  margin: 0 auto;
  position: relative;
}

.archive .wrapper,
.single .wrapper {
  height: auto;
}

.archive .footer,
.single .footer {
  clear: both;
  position: relative;
}

.single article {
  height: auto;
}

/* header */
/* logo */
/* nav */
/* sidebar */
/* footer */
.pagination {
  width: 94px;
  margin: 0 auto;
}

p.next {
  height: 15px;
  float: right;
  width: 35px;
  background-image: url("img/rightarrow.svg");
  display: block;
}

p.prev {
  height: 15px;
  width: 35px;
  float: left;
  background-image: url("img/leftarrow.svg");
  display: block;
}

p.next2 {
  height: 15px;
  float: right;
  width: 35px;
  background-image: url("img/rightarrow.svg");
  display: block;
  opacity: .4;
}

p.prev2 {
  height: 15px;
  width: 35px;
  float: left;
  background-image: url("img/leftarrow.svg");
  display: block;
  opacity: .4;
}

.fPostTitleInner a:hover {
  border-bottom: 1px solid #999;
}

.prevPost {
  float: left;
}

.nextPost {
  float: right;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
  font-family: 'Historic Roman';
  src: url("fonts/HISTOFTR.eot");
  src: url("fonts/HISTOFTR.eot?#iefix") format("embedded-opentype"), url("fonts/HISTOFTR.woff") format("woff"), url("fonts/HISTOFTR.ttf") format("truetype"), url("fonts/HISTOFTR.svg#historic-roman") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Historic Italic';
  src: url("fonts/HISTOFTI.eot");
  src: url("fonts/HISTOFTI.eot?#iefix") format("embedded-opentype"), url("fonts/HISTOFTI.woff") format("woff"), url("fonts/HISTOFTI.ttf") format("truetype"), url("fonts/HISTOFTI.svg#historic-italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

i {
  font-family: 'Historic Italic';
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width: 320px) {
  .mobileShow {
    display: block;
    margin: 20px 0px 0px;
  }
  .mobileHide {
    display: none;
  }
  .mobileMenu {
    width: 100%;
    margin: 10px auto 0px;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    text-align: center;
    font-family: 'Historic Italic';
  }
  .mobileMenuAction {
    height: 88vh;
    width: 100%;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    background: white;
    z-index: 500;
  }
  .mobileMenuAction ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .mobileMenuAction ul li {
    width: 100%;
    height: 10vh;
    padding: 3vh 0px 0px;
    text-align: center;
    border-bottom: 1px solid #EFEFEF;
  }
  .mobileMenuAction ul li a {
    font-size: 20px;
    text-transform: uppercase;
  }
  .wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
  }
  .archive .wrapper,
.single .wrapper {
    height: auto;
  }
  .archive .footer,
.single .footer {
    clear: both;
    position: relative;
  }
  .single article {
    height: auto;
  }
  h1 {
    width: 100%;
    text-align: center;
    font-size: 4.5vw;
    color: #db2d2d;
    text-transform: uppercase;
    font-weight: 400;
    margin: 20px 0px 0px;
  }
  h2 {
    margin: 0;
  }
  /* Header */
  .header {
    height: 15vh;
  }
  .logo {
    width: 50%;
    margin: 3vh auto;
  }
  .nav {
    width: 80%;
    margin: auto;
  }
  .nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .nav ul li {
    width: 20%;
    text-align: center;
    float: left;
  }
  .nav ul li a {
    font-size: 1.5vw;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .vineL {
    position: absolute;
    left: -24px;
    top: 70px;
    height: 50vh;
    width: 15vh;
    background-image: url("img/vineL.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
  }
  .vineR {
    position: absolute;
    right: -30px;
    top: 70px;
    height: 25vh;
    width: 16vh;
    background-image: url("img/vineR.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
  }
  /* Home Page */
  main {
    width: 90%;
    margin: auto;
  }
  article {
    position: relative;
    height: auto;
  }
  .home article {
    height: 68vh;
  }
  #slider {
    height: 100%;
    width: 100%;
    margin: 2vh auto 0;
  }
  #slider ul.slides {
    height: 100%;
  }
  #slider ul.slides li {
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  #slider ul.slides li p {
    font-size: 16px;
    position: absolute;
    width: 100%;
    bottom: -50px;
    text-align: center;
    display: none;
  }
  #slider ul.slides li p span {
    font-family: 'Historic Italic';
  }
  .slideBox {
    position: absolute;
    top: 0;
    width: 100%;
    height: 80vh;
    background-image: url("img/slidebox.svg");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
  }
  /* About Page */
  .page p {
    font-size: 16px !important;
    text-align: center;
  }
  .about #slider {
    height: 40vh;
    width: 100%;
    margin: 3vh auto 0;
  }
  .about #slider ul.slides {
    height: 100%;
  }
  .about #slider ul.slides li {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .about #slider ul.slides li p {
    font-size: 16px;
    position: absolute;
    width: 100%;
    bottom: -50px;
    text-align: center;
  }
  /* Journal */
  .featuredPost {
    margin-top: 20px;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DCDCDC;
    display: inline-block;
  }
  .listFeatImageHero {
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
  }
  .featuredPostMeta {
    margin-top: 20px;
    width: 100%;
    height: 192px;
  }
  .featuredPostDate {
    width: 20%;
    height: 150px;
    text-transform: uppercase;
    border-right: 1px solid #DCDCDC;
    float: left;
    text-align: center;
    display: none;
  }
  .date {
    display: table-cell;
    vertical-align: middle;
  }
  .single .featuredPostDate {
    height: 100px;
  }
  .featuredPostDate span {
    font-size: 30px;
  }
  .featuredPostTitle {
    width: 100%;
    text-align: center;
    float: left;
    padding: 5px 0px;
  }
  .featuredPostTitle h2 a {
    font-family: 'Historic Italic' !important;
    font-size: 20px;
    line-height: 24px;
  }
  #tags {
    font-size: 12px;
    text-align: center;
    margin-bottom: 30px;
  }
  .listPost {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    border-bottom: 1px solid #DCDCDC;
    text-align: center;
  }
  .listPost:nth-child(even) {
    padding-left: 0px;
  }
  .listPost:nth-child(odd) {
    padding-right: 0px;
  }
  .listPost h2 {
    font-size: 25px;
  }
  .listFeatImage {
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
    background-size: cover;
    background-position: center center;
  }
  .archive h2 {
    text-transform: none;
    font-weight: 400;
    line-height: 28px;
  }
  .archive .menu-item-26 a {
    color: #db2d2d;
  }
  .postInner {
    text-align: center;
  }
  .postInner img {
    max-width: 100%;
    height: auto;
  }
  .postInner h2 {
    text-align: center;
    font-size: 20px;
    margin: 30px 0px;
  }
  .listTitleHide h3 {
    font-size: 20px;
    font-weight: normal;
  }
  /* Visit Page */
  .visitL {
    width: 100%;
    height: 16vh;
    padding-top: 0vh;
    padding-right: 0px;
    float: left;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
  }
  .visitL h2 {
    font-weight: 400;
    font-size: 24px;
  }
  .visitL span {
    color: #db2d2d;
  }
  .visitR {
    width: 100%;
    height: 42vh;
    padding-left: 0px;
    float: left;
    background-image: url("http://scribewinery.com/wp-content/uploads/2016/09/ScribeHacienda.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .visitMain {
    display: table;
    width: 90%;
    height: 80vh;
  }
  /* Footer */
  .footer {
    width: 100%;
    height: 50px;
    position: relative;
    margin-bottom: 20px;
  }
  .footerImage {
    width: 90%;
    height: 8vh;
    margin: auto;
    position: relative;
    bottom: 0;
    font-size: 1.6vh;
    background-image: url("img/footer.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  #footerAddress {
    position: absolute;
    top: 1.7vh;
    left: 0;
  }
  #footerEmail {
    position: absolute;
    bottom: 1vh;
    left: 0;
  }
  #footerDesign {
    position: absolute;
    bottom: 1vh;
    right: 0;
  }
  .mobileFooter {
    width: 90%;
    height: 135px;
    font-size: 12px;
    margin: 0 auto 20px;
    background-image: url("img/footerLogos.svg");
    background-size: 40%;
    background-position: left bottom;
    background-repeat: no-repeat;
  }
  .listPostLink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .listPost {
    position: relative;
  }
  .fPostTitleInner {
    display: block;
  }
  /* Upcoming Events */
  .singleEvent {
    width: 100%;
    overflow: hidden;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 25px;
  }
  .dateColumn {
    width: 24%;
    padding: 0px 10px 0px 0px;
    float: left;
    background-image: url("img/eventDivider.jpg");
    background-size: 3px;
    background-repeat: no-repeat;
    background-position: right center;
  }
  .eventColumn {
    padding-left: 10px;
    width: 76%;
    float: left;
  }
  #dateDay {
    font-size: 30px;
    line-height: 42px;
    text-align: center;
  }
  #dateMonth {
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    font-family: 'Historic Italic' !important;
  }
  #dateYear {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
  }
  #eventTitle {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 2.5px;
    margin-bottom: 5px;
  }
  #eventDesc {
    font-size: 18px;
  }
}

@media only screen and (min-width: 550px) {
  .header {
    height: 30vh;
  }
  .mobileFooter {
    height: 180px;
  }
  .visitL {
    height: 24vh;
  }
  .visitR {
    height: 400px;
  }
  .listFeatImageHero {
    height: 250px;
  }
  .featuredPostMeta {
    height: auto;
  }
}

@media only screen and (min-width: 900px) {
  .fPostTitleInner {
    display: table-cell;
  }
  .sticky {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 850px;
    height: 94px !important;
    margin-bottom: 0px !important;
    background: rgba(255, 255, 255, 0.8);
  }
  .sticky .logo {
    margin: 16px auto 12px;
  }
  .featuredPostTitle h2 a {
    font-family: 'Historic Italic' !important;
    font-size: 30px !important;
    line-height: 38px;
  }
  .mobileShow {
    display: none;
  }
  .mobileHide {
    display: block;
  }
  .wrapper {
    width: 1024px;
    max-width: 1024px;
    height: 100vh;
    margin: 0px auto 0px;
    position: relative;
  }
  .archive .wrapper,
.single .wrapper {
    height: auto;
  }
  .archive .footer,
.single .footer {
    clear: both;
    position: relative;
  }
  .single article {
    height: auto;
  }
  h1 {
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #444;
    text-transform: none;
    font-weight: 400;
    margin: 0;
  }
  h2 {
    margin: 0;
  }
  /* Header */
  .header {
    margin: auto;
    max-width: 850px;
    height: 170px;
    margin-bottom: 60px;
    transition: all 0.4s ease;
  }
  .logo {
    width: 220px;
    margin: 70px auto 40px;
    transition: all 0.4s ease;
  }
  .nav {
    width: 100%;
    margin: auto;
    max-width: 800px;
  }
  .nav ul {
    padding: 0;
    margin: 0 auto;
    /* display: inline-block; */
    height: 28px;
    list-style: none;
    width: 840px;
    position: absolute;
    left: 0;
    right: 0;
  }
  .nav ul li {
    width: auto;
    text-align: center;
    float: left;
    margin: 0 25px;
  }
  .nav ul li a {
    font-size: 20px;
    text-transform: uppercase;
  }
  .vineL {
    display: block;
    position: absolute;
    left: -28px;
    top: -44px;
    height: 80vh;
    width: 30vh;
    max-height: 672px;
    background-image: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .vineR {
    display: block;
    position: absolute;
    right: 0;
    top: -4px;
    height: 37.2vh;
    width: 30vh;
    max-width: 250px;
    max-height: 312px;
    background-image: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  body {
    background-image: url("img/background.jpg");
    background-size: 1394px 727px;
    background-repeat: no-repeat;
    background-position: center top;
  }
  /* Home Page */
  main {
    width: 100%;
    margin: auto;
    max-width: 800px;
  }
  article {
    position: relative;
    height: 56vh;
    min-height: 600px;
  }
  #slider {
    height: 625px;
    width: 770px;
    margin: auto;
  }
  #slider ul.slides {
    height: 100%;
  }
  #slider ul.slides li {
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  #slider ul.slides li p {
    font-size: 16px;
    position: absolute;
    width: 100%;
    bottom: -50px;
    text-align: center;
    display: none;
  }
  #slider ul.slides li p span {
    font-family: 'Historic Italic';
  }
  .slideBox {
    position: absolute;
    top: 0;
    width: 100%;
    height: 80vh;
    background-image: url("img/slidebox.svg");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
  }
  /* About Page */
  .page p {
    font-size: 18px !important;
    text-align: center;
    letter-spacing: 1px;
  }
  .about #slider {
    height: 40vh;
    width: 64vh;
    margin: 3vh auto 0;
  }
  .about #slider ul.slides {
    height: 100%;
  }
  .about #slider ul.slides li {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .about #slider ul.slides li p {
    font-size: 16px;
    position: absolute;
    width: 100%;
    bottom: -50px;
    text-align: center;
  }
  /* Journal */
  .featuredPost {
    margin-top: 0;
    width: 100%;
    margin-bottom: 0px;
    border-bottom: 0px solid #eee;
    padding: 0px 20px;
    display: block;
  }
  .listFeatImageHero {
    width: 100%;
    height: 370px;
    background-size: cover;
    background-position: center center;
  }
  .readMore {
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .featuredPostMeta {
    margin-top: 0px;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
  }
  .featuredPostDate {
    width: 100%;
    height: 20px;
    text-transform: uppercase;
    border-right: 0px solid #DCDCDC;
    float: none;
    text-align: center;
    display: table;
    margin-bottom: 10px;
  }
  .date {
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
  }
  .postInner img {
    max-width: 100%;
    height: auto;
  }
  .postInner h2 {
    text-align: center;
    font-size: 20px;
    margin: 30px 0px;
  }
  #tags {
    font-size: 13px;
    text-align: center;
    margin-bottom: 30px;
  }
  .single .featuredPostDate {
    height: auto;
  }
  .featuredPostDate span {
    font-size: 40px;
  }
  .featuredPostTitle {
    width: 100%;
    text-align: center;
    float: none;
    padding: 37px 0px 30px;
    display: table;
    height: auto;
    text-transform: uppercase;
    margin: 0 auto;
  }
  .postHR {
    width: 100%;
    height: 4px;
    background-image: url("img/hr.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin: 10px 0px;
    clear: both;
  }
  .listPost {
    width: 48%;
    float: left;
    margin-bottom: 0px;
    border-bottom: 0px solid #DCDCDC;
    text-align: left;
    padding: 0px 20px;
    margin-top: 20px;
  }
  .listPost:nth-child(even) {
    padding-left: 20px;
    margin-right: 4%;
  }
  .listPost:nth-child(odd) {
    padding-right: 20px;
  }
  .listPost:nth-child(4), .listPost:nth-child(5) {
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
  }
  .listPost:nth-child(6) {
    margin-bottom: 20px;
  }
  .listPost h2 {
    font-size: 25px;
  }
  .listFeatImage {
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
  }
  .archive h2, .single h2 {
    text-transform: none;
    font-weight: 400;
    font-size: 25px;
  }
  .archive .menu-item-26 a {
    color: #db2d2d;
  }
  .listTitleHide {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    width: 100%;
    height: 200px;
    opacity: 0;
    padding: 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: table;
    cursor: pointer;
    transition: all 0.4s ease;
  }
  .listTitleHide h3 {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    font-weight: normal;
  }
  .listPost:hover .listTitleHide {
    opacity: 1;
  }
  /* Visit Page */
  .visitL {
    width: 100%;
    height: auto;
    padding-top: 0vh;
    padding-right: 0px;
    float: left;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    letter-spacing: 1px;
  }
  .visitL h2 {
    font-weight: 400;
    font-size: 24px;
  }
  .visitL span {
    color: #db2d2d;
  }
  .visitR {
    width: 100%;
    height: 500px;
    padding-left: 0px;
    float: left;
    background-image: url("http://scribewinery.com/wp-content/uploads/2016/09/ScribeHacienda.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .visitMain {
    display: table;
    width: 80%;
    height: auto;
  }
  /* Footer */
  .footer {
    width: 100%;
    height: 66px;
    position: relative;
    margin-top: 70px;
  }
  .footerImage {
    width: 100%;
    height: 66px;
    position: relative;
    bottom: 0;
    font-size: 15px;
    background-image: url("img/footer.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  #footerAddress {
    position: absolute;
    top: 12px;
    left: 0;
  }
  #footerEmail {
    position: absolute;
    bottom: 5px;
    left: 0;
  }
  #footerDesign {
    position: absolute;
    bottom: 5px;
    right: 0;
  }
  .socialIcons {
    width: 202px;
    height: 19px;
    float: right;
    margin-top: 8px;
  }
  #facebook {
    height: 19px;
    width: 18px;
    float: left;
    background-image: url("img/socialSprite.svg");
    background-repeat: no-repeat;
    background-size: 66px 38px;
    background-position: 6px -19px;
    margin-right: 5px;
  }
  #instagram {
    height: 19px;
    width: 24px;
    float: left;
    background-image: url("img/socialSprite.svg");
    background-repeat: no-repeat;
    background-size: 66px 38px;
    background-position: -16px -19px;
    margin-right: 5px;
  }
  #twitter {
    height: 19px;
    width: 23px;
    float: left;
    background-image: url("img/socialSprite.svg");
    background-repeat: no-repeat;
    background-size: 66px 38px;
    background-position: -44px -19px;
  }
  #newsletter {
    float: left;
    margin-right: 10px;
  }
  /* Upcoming Events */
  .singleEvent {
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 55px;
  }
  .dateColumn {
    width: 18%;
    padding: 0px 30px 0px;
    float: left;
    background-image: url("img/eventDivider.jpg");
    background-size: 3px;
    background-repeat: no-repeat;
    background-position: right center;
  }
  .eventColumn {
    padding-left: 30px;
    width: 82%;
    float: left;
  }
  #dateDay {
    font-size: 34px;
    line-height: 42px;
    text-align: center;
  }
  #dateMonth {
    font-size: 34px;
    line-height: 42px;
    text-align: center;
    font-family: 'Historic Italic' !important;
  }
  #dateYear {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
  }
  #eventTitle {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 2.5px;
    margin-bottom: 5px;
  }
  #eventTitle p {
    font-size: 20px !important;
    line-height: 24px !important;
    letter-spacing: 2.5px !important;
  }
  #eventDesc {
    font-size: 18px;
  }
}

/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 0px 0px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 0px auto 20px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.listPosts {
  width: 100%;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
}

.journal-one-across {
  margin: 2rem auto;
  width: 100%;
}

.journal-one-across__title-bar {
  margin-bottom: 5px;
  text-align: center;
  font-size: 22.5px;
}

@media screen and (min-width: 768px) {
  .journal-one-across__title-bar {
    text-align: left;
  }
}

.journal-one-across__image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 0;
  padding-bottom: 49%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.journal-one-across__image-play {
  width: 50px;
  margin: auto;
}

.journal-one-across__image a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
}

.journal-one-across__image a span {
  font-size: 0;
}

.journal-one-across__text {
  text-align: left;
  margin-top: 15px;
}

.journal-one-across__text-date {
  font-size: 18px;
}

.journal-one-across__text-teaser {
  line-height: 1.1;
  font-size: 16px;
}

.journal-one-across__text-read-more {
  text-decoration: underline;
  text-transform: uppercase;
  margin-top: 15px;
  display: block;
  font-size: 14px;
}

.journal-one-across__text-read-more span {
  font-size: 0;
}

body.single-journal h1 {
  color: #444 !important;
}

.journal-two-across-title {
  margin-top: 4rem;
  margin-bottom: -2.5rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.journal-two-across-title a, .journal-two-across-title span {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .journal-two-across-title a, .journal-two-across-title span {
    width: 100%;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .journal-two-across-title a, .journal-two-across-title span {
    margin-left: 0;
    text-align: left;
  }
}

.journal-two-across-title__link {
  margin-left: auto;
  margin-right: auto;
  text-decoration: underline;
  text-align: center;
  display: none;
  color: #444;
}

@media screen and (min-width: 768px) {
  .journal-two-across-title__link {
    display: inline-block;
    margin-right: 0 !important;
    text-align: right !important;
    margin-left: auto !important;
  }
}

.journal-two-across-wrapper {
  margin: 2rem auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.journal-two-across-wrapper + .journal-two-across-wrapper {
  margin-top: -4rem;
}

.journal-two-across-wrapper > div:last-of-type {
  margin-bottom: 0;
}

.journal-two-across {
  margin: 2rem auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .journal-two-across {
    width: 50%;
    margin: 2rem 0;
    padding: 0 1rem;
  }
}

@media screen and (min-width: 768px) {
  .journal-two-across:nth-of-type(odd) {
    padding: 0 1rem 0 0;
  }
}

@media screen and (min-width: 768px) {
  .journal-two-across:nth-of-type(even) {
    padding: 0 0 0 1rem;
  }
}

.journal-two-across-title--mobile {
  margin-top: -1rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .journal-two-across-title--mobile {
    display: none;
  }
}

.journal-two-across-title--mobile .journal-two-across-title__link {
  display: block;
  text-align: center;
}

.journal-two-across__title-bar {
  margin-bottom: 5px;
  text-align: left;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .journal-two-across__title-bar {
    font-size: 22.5px;
  }
}

.journal-two-across__image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 0;
  padding-bottom: 49%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 6px;
}

@media screen and (min-width: 768px) {
  .journal-two-across__image {
    padding-bottom: 52%;
  }
}

.journal-two-across__image-play {
  width: 50px;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.journal-two-across__image a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
}

.journal-two-across__image a span {
  font-size: 0;
}

.journal-two-across__text {
  text-align: left;
  margin-top: 15px;
}

.journal-two-across__text-date {
  font-size: 18px;
}

.journal-two-across__text-teaser {
  line-height: 1.1;
  font-size: 16px;
}

.journal-two-across__text-read-more {
  text-decoration: underline;
  text-transform: uppercase;
  margin-top: 15px;
  display: block;
  font-size: 14px;
}

.journal-two-across__text-read-more span {
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .journal-two-across--tall .journal-two-across__title-bar {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .journal-two-across--tall {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .journal-two-across--tall:nth-of-type(odd) {
    padding: 0 5px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .journal-two-across--tall:nth-of-type(even) {
    padding: 0 0 0 5px;
  }
}

.journal-two-across--tall .journal-two-across__image {
  padding-bottom: 170%;
}

@media screen and (min-width: 768px) {
  .journal-two-across--tall .journal-two-across__image {
    padding-bottom: 170%;
  }
}

iframe {
  max-width: 100%;
}

p a {
  text-decoration: underline;
}

.journal-featured-image {
  margin: 2rem auto;
}

.date--journal {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
  text-transform: none;
}

.journal-standard-content {
  margin: 3rem auto;
}

@media screen and (max-width: 767px) {
  .journal-standard-content {
    margin: 1.5rem auto 3rem;
  }
}

.journal-purchase-wine {
  margin: 5rem auto;
}

.journal-purchase-wine__title {
  text-align: center;
}

.journal-purchase-wine__subtitle {
  font-style: italic;
  text-align: center;
  display: block;
}

.journal-purchase-wine__top-links {
  display: flex;
  flex-direction: row;
  margin: 1rem auto;
  font-size: 14px;
}

.journal-purchase-wine__top-links-left {
  margin-left: 0;
  margin-right: auto;
  text-decoration: underline;
}

.journal-purchase-wine__top-links-right {
  margin-left: auto;
  margin-right: 0;
  text-decoration: underline;
}

.journal-purchase-wine__wines {
  display: flex;
  flex-direction: row;
  margin: 3rem auto;
  flex-wrap: wrap;
}

.journal-purchase-wine__wines-wine {
  width: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 5px;
}

@media screen and (min-width: 768px) {
  .journal-purchase-wine__wines-wine {
    width: 50%;
    padding: 0 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .journal-purchase-wine__wines-wine {
    width: 25%;
  }
}

.journal-purchase-wine__wines-wine > a {
  margin-top: 0;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .journal-purchase-wine__wines-wine img {
    max-height: 250px;
  }
}

@media screen and (min-width: 768px) {
  .journal-purchase-wine__wines-wine img {
    width: 120px;
  }
}

.journal-purchase-wine__wines-wine h4 {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .journal-purchase-wine__wines-wine h4 {
    font-size: 14px;
  }
}

.journal-purchase-wine__wines-wine span {
  font-size: 16px;
  display: block;
}

.journal-purchase-wine__buy {
  margin: 3rem auto;
  text-align: center;
}

.journal-purchase-wine__buy-price {
  text-align: center;
  font-weight: bold;
  font-size: 1.85rem;
}

.journal-purchase-wine__buy-price-button {
  text-align: center;
}

.journal-purchase-wine__buy-price-button .button {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 35px;
  display: inline-block;
  margin: 1rem auto;
  font-size: 15px;
}

.journal-half-half {
  display: flex;
  flex-direction: column;
  margin: 5rem auto;
}

@media screen and (min-width: 768px) {
  .journal-half-half {
    flex-direction: row;
  }
}

.journal-half-half__image {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .journal-half-half__image {
    width: 50%;
  }
}

.journal-half-half__image img {
  width: 100%;
  font-size: 0;
}

.journal-half-half__text {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .journal-half-half__text {
    width: 50%;
  }
}

.journal-half-half__text h3:first-of-type {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .journal-half-half--image-side-left .journal-half-half__image {
    order: 1;
    margin-right: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .journal-half-half--image-side-left .journal-half-half__text {
    order: 12;
  }
}

@media screen and (min-width: 768px) {
  .journal-half-half--image-side-right .journal-half-half__image {
    order: 2;
    margin-left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .journal-half-half--image-side-right .journal-half-half__text {
    order: 1;
  }
}

.journal-other-posts-title-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  position: relative;
  font-size: 22.5px;
}

.journal-other-posts-title-bar__title {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .journal-other-posts-title-bar__title {
    max-width: 80%;
  }
}

.journal-other-posts-title-bar__link {
  margin-left: auto;
  margin-right: auto;
  text-decoration: underline;
  font-size: 14px;
  color: #444;
}

@media screen and (min-width: 768px) {
  .journal-other-posts-title-bar__link {
    margin-left: 0;
    margin-right: 0;
    position: relative;
    right: 0;
  }
}

.journal-other-posts {
  margin: 1.5rem auto;
  background-size: cover;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media screen and (min-width: 768px) {
  .journal-other-posts {
    height: 500px;
  }
}

.journal-other-posts a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.journal-other-posts span {
  font-size: 0;
}

.journal-other-posts__play {
  width: 50px;
  margin: auto;
}

h1.category-title {
  font-style: italic;
  text-transform: none;
  color: #82896b !important;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}

.taxonomy-description {
  text-align: center;
  display: block;
}

.category-posts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 3rem auto;
}

.category-posts__single {
  width: 100%;
  margin: 1rem auto;
  line-height: 1.1;
}

@media screen and (min-width: 768px) {
  .category-posts__single {
    width: 50%;
    padding: 1rem;
    margin: 0;
  }
}

.category-posts__single-image {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  height: 200px;
  margin-bottom: 5px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .category-posts__single-image {
    height: 250px;
  }
}

.category-posts__single-image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.category-posts__single-image a span {
  font-size: 0;
}

.category-posts__single-image img {
  width: 50px !important;
  margin: auto;
}

.h3-title {
  letter-spacing: 0.1em;
}

p.courier {
  font-family: "Courier New","Courier", "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
  line-height: 0.95;
  letter-spacing: -1px;
}

.button {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 35px;
  display: inline-block;
  margin: 0 auto 1rem;
  font-size: 15px;
}

.button:hover {
  color: #fff;
}
