/*
Theme Name: Popbitch theme
Theme URI: popbitch.com
Author: Pavlo Romanenko
Author URI: tracel.eu
Description: Minimalistic theme for popular culture magazine Popbitch.com
Version: 2.0.1
License: popbitch.com all rights reserved
Text Domain: pbtheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded- 
comments, translation-ready

This theme, like WordPress, is licensed under the GPL.

popbitch is based on Underscores http://underscores.me/, (C) 2012-2016 
Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/


/* --------------------------------------------------------------
 *  CODE STYLING
 *  
 *  1 indent = 2 spaces   
 *  5 lines after section
 *  3 lines between subsections
 *  line length 80char
 *
 * --------------------------------------------------------------
*/

/* --------------------------------------------------------------
 *  STYLE GUIDE
 *  
 *  BREAKPOINTS 
 *    500, 750, 1024, 1600
 *  
 *  COLORS: 
 *    Body: 
 *      #111 (superdark grey);
 *      #616161 (dark grey); 
 *    
 *    Accent (hyperlinks/rollovers/sign up boxes): 
 *      #dd017d;   (a pink)
 *      #00a0ee;   (a blue)
 *
 *
 *  FONTS: 
 *      Headings and short things: 
 *        font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida 
 *        Typewriter,monospace;
 *
 *      Long paragraphs: 
 *        font-family: Tahoma,Geneva,sans-serif;
 *
 * --------------------------------------------------------------
*/



/*--------------------------------------------------------------
  TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Preferences
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Header
  ## Posts and pages
  ## Comments
# Media
  ## Captions
  ## Galleries
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: "Courier New", Courier, monospace;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust:     100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}


mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  padding: 3px 1em 3px;
    line-height: 1.4em;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}





/*--------------------------------------------------------------
# Preferences
--------------------------------------------------------------*/

body, body * {
  box-sizing: border-box;
}

body *:focus {
  outline: 1px dotted #e0e0e0;
}

body *::-moz-selection {
  background: #00a0ee; /* WebKit/Blink Browsers */
}

body *::selection {
  background: #00a0ee; /* WebKit/Blink Browsers */
}
body *::-moz-selection {
  background: #00a0ee; /* Gecko Browsers */
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/



body,
button,
input,
select,
optgroup,
textarea {
  color: #111;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
}

@media screen and (min-width: 1440px) {
  html, body, 
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 1vw;
  }
}


h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.8em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
/*  font-family: "Courier 10 Pitch", Courier, monospace; */
  font-family: monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-bottom: 1.5em;
  max-width: 100%;
  overflow: auto;
  padding: 1.5em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}


/*--------------------------------------------------------------
## Font size
--------------------------------------------------------------*/

body, 
body * {
  font-size: inherit;
}

h1 {
  font-size: 3.052em;
  line-height: 1.1em;
  font-weight: 500;
  margin: 0;
}

h2 {
  font-size: 1.953em;
}

h3,
h4 {
  font-size: 1.25em;
}

h5 {
  /*font-family: "Courier New",Courier,monospace;*/
  font-family: monospace;
  font-size: 1.125em;
  font-weight: 400;
}

h6 {
  font-size: 1em;
}


/*--------------------------------------------------------------
## Typefaces
--------------------------------------------------------------*/

 body * {
  font-family: inherit;
} 

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace!important;
}


body,
.entry-content__excerpt {
  font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace!important;
}

.entry-content__story {
  font-family: Tahoma, sans-serif;
}


/*--------------------------------------------------------------
## Font weights
--------------------------------------------------------------*/

.entry-content__excerpt,
.readmore-link {
  font-weight: bold;
}

.entry-content--list__excerpt {
  font-weight: normal;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { 
  /* Inherit box-sizing to make it easier to change the property 
  for components that leverage other behavior; see http://css-tricks.com/
  inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; 
  /* Fallback for when there is no custom background 
  color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #111;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0;
  width: 100%;
}





/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, .8);
  line-height: 1.4em;
  padding: 3px 1em;
}

@media screen and (max-width: 750px) {
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    padding: 5px;
  }
}


button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

select {
  border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

textarea {
  width: 100%;
}





/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/



/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
  color: #111;
  cursor: pointer;
}

.entry-content__story a { 
  box-shadow: 0 -8px 1px -5px #00a0ee inset;
}


a:hover,
a:focus,
a:active,
.entry-content__story a:hover {
  color: #dd017d!important;
}


.entry-content--email a {
 box-shadow: none!important; 
}

.entry-content--email a:hover {
 color: #dd017d!important; 
}

a:focus {
  outline: 0;
}

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

.readmore-link {
  display: block;
  color: #dd017d;
}





/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important; /* Many screen reader and browser 
  combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}






/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/



/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

.site-header {
  padding: 0.2em 0.5em;
  max-width: 78em;
  margin: auto;
  border-bottom: 1px solid #dd017d;
}

@media screen and (min-width: 800px) {
  .site-header {
    max-width: 90%;
  }
}

.site-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
  -ms-flex-wrap: wrap; 
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-branding {
  width: 70%;
  margin-right: 1em!important;
  padding-top: 0.4em;
}

@media screen and (min-width: 750px) {
  .site-branding {
    min-width: 18em;
    max-width: 18em;
    margin-right: 4em;
  }
}


/*   Header Menu
*/
.main-navigation {
  display: block;
}

.menu-toggle {
  width: 20%;
  max-width: 7em;
  margin-left: auto;
}


.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.menu-toggle,
.main-navigation.toggled ul {
  color: #dd017d;
  background: #fff;
  font-size: 1em;
}

  button#main-menu-toggle[aria-expanded=true] {
    background: #dd017d;
    color: #fff;
  }


.main-navigation.toggled ul {
  display: block;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}




@media screen and (max-width: 750px){
  .main-navigation ul {
    display: none;
  }
  .main-navigation, 
  .main-navigation #primary-menu {
    width: 100%;
  }
  .main-navigation #primary-menu[aria-expanded=true] {
    padding-top: 1em;
  }
  .main-navigation li {
    line-height: 1.953em;
    border: 1px dashed;
    padding: 0.4em;
  } 
}


@media screen and (min-width: 750px) {

    .site-header__content {
      -ms-flex-wrap: initial;
          flex-wrap: initial;
    }

    .menu-toggle {
      display: none;
    }
    .main-navigation ul {
      display: block;
    }

    .main-navigation {
      margin-left: auto;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
    }

    .menu-header-menu-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
    }

    .main-navigation #primary-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
    }

    .main-navigation #primary-menu > li {
      margin-left: 3em;
      font-size: 1.1em;
    }

    .main-navigation .current-menu-item a {
      color: #dd017d!important;
    }
}

@media screen and (min-width: 750px)
              and (max-width: 1024px) { 
  .main-navigation #primary-menu {
    font-size: 0.8em;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main-navigation #primary-menu > li{
    margin-left: 1.2em;
  }
  .site-branding {
    max-width: 14em;
    min-width: 14em;
    margin-right: 3em!important;
  }
}


/* Post and comment navigation 
*/


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 45%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 45%;
}

.posts-navigation .nav-previous:before {
  content: "<< ";
  font-weight: 600;
  color: #dd017d;
}

.posts-navigation .nav-next:after {
  content: " >>";
  font-weight: 600;
  color: #dd017d;
}

.post-navigation .nav-previous:before {
  content: "<< Previous:";
  display: block;
  font-weight: 600;
  color: #dd017d;
}

.post-navigation .nav-next:before {
  content: "Next:   >>";
  display: block;
  font-weight: 600;
  color: #dd017d;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    border: 1px dashed;
    padding: 0.3em;
    width: 48%;
    font-size: 0.8em;
  }
}



/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/


#footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1em auto;
  font-size: 0.8em;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
padding: 0
}

.menu {
  list-style-type: none;
}

#footer-menu .menu-item:not(:first-child) {
  margin-left: 2em;
}

#colophon {
  margin-top: 4em;
  padding-top: 1em;
  border-top: 1px dashed;
}

#colophon .emailoctopus-form {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#colophon .emailoctopus-form-row {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.footer-widgets {
  max-width: 40em;
  margin: auto;
  padding: 0 0.5em;
}




/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/


.content-area--frontpage {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: right;
  background-position-y: bottom;  
}

  @media screen and (max-width: 800px) {
    .content-area--frontpage {
      background-size: 0;
    }
  }

.site-main {
  padding-top: 4em;
}
  @media screen and (max-width: 1024px) {
    .site-main {
      padding-top: 2em;
    }
  }


.site-main {
  max-width: 40em;
  margin: 0 auto;
}

.site-main--fullscreen {
  max-width: 100%;
  width: 100%;
  height: 100vh;
  padding-top: 5em;
  padding-left: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}


.page .entry-header {margin-bottom: 4em;}
.page-template-latest-email .entry-header {margin-bottom: 0;}



  @media screen and (min-width: 750px) {
    .site-main--fullscreen {
      padding-top: 0;
      padding-left: 6.1em;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }

.frontpage-header span {
  display: block;
}

.frontpage-header {
  font-size: 1.25em;
}
  
  @media screen and (min-width: 750px) {
    .frontpage-header {
      font-size: 1.953em;
    }
  }

.frontpage-teaser {
    max-width: 27em;
    font-size: 1em;
}

.homepage__octopus-form {
  max-width: 28em;
  font-size: 1em;
}

body .emailoctopus-form-row label,
.emailoctopus-referral {
  display: none;
}

body .emailoctopus-email-address, body .emailoctopus-form-row input {
	width: 100%;
}

body .emailoctopus-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .emailoctopus-form-row {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 0.5em;
}

body .emailoctopus-form-row-subscribe {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

body .emailoctopus-form-row-subscribe button {
  padding: 3px 1em 3px;
  border-radius: 0.3em;
  border: 2px solid #999;
  line-height: 1.4em;
}

body .emailoctopus-email-address,
body .emailoctopus-form-row input {
  border-radius: 0;
  border-radius: 0.3em;
  border: 2px solid #999;
}


.blog .site-main,
.archive .site-main {
  max-width: 60em;
}

.archive .archive-email {
  max-width: 40em;
}

.archive-email__page-header,
.archive-events__page-header {
  margin-bottom: 4em;
}



@media screen and (min-width: 750px) {
  .entry-item--email {
    max-width: 40em;
    margin: auto;
  }
  .archive-email .entry--item__text,
  .archive-events .entry--item__text {
    width: 100%;
  }
}



@media screen and (min-width: 500px) 
and (max-width: 1024px) {
  .blog .site-main,
  .archive .site-main {
    font-size: 16px;
  }
}


.related-posts__header {margin: 0;}

.related-posts__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

@media screen and (max-width: 750px) {
  .related-posts__header {margin-bottom: 1em;}
  .related-posts__item {
    line-height: 2em;
  }
}
.content-area {
  padding: 0 8px;
}

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 4em;
}
  .single .hentry {
    margin-bottom: 2.441em;
  }

.updated:not(.published) {
  display: none;
}


.entry-header--single {
  margin: 0 auto;
  padding: 0 0 0 0;
}

  @media screen and (max-width: 500px) {
    .entry-header--single h1 {
      font-size: 1.953em;
    }
  }



  .entry-header--list .entry-title {
    line-height: 1.25em;
    margin: 0;    
  }

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.entry-content--single {
  padding-bottom: 1.563em;
  border-bottom: 1px dashed;
}

.entry-content img {
  border-radius: 2px;
}

.entry-content__excerpt {
  margin-top: -0.5em;
}

.single .entry-content__story {
  line-height: 1.953em;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}


.entry--item__image {
  overflow: hidden;
  width: 100%;
  background-size: contain;
  background-position-x: left;
  background-repeat: no-repeat;
}

  @media screen and (min-width: 750px) {
    .entry--item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 0.8em;
      border: 1px dashed #cacaca;
    }
    .entry--item .wp-post-image {
      display: none;
    }
    .entry--item__image {
      overflow: hidden;
      width: 31%;
      min-height: 18em;
      height: auto;
      background-size: cover;
      background-position: center;
    }
    .entry--item__text {
      width: 66%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .entry--item__text .readmore-link {
      margin-top: auto;
      margin-left: auto;
    }
  }




.entry-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 2.441em;
}

  .entry-footer__meta-link {
    line-height: 1.563em;
  }

  .entry-footer__meta-link a {
    color: #00a0ee;
  }






/*--------------------------------------------------------------
## Newsletter
--------------------------------------------------------------*/

.popbitch_newsletter p {
 margin: 0;
}



/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}





/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}



/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}



/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget.widget_recent_entries ul {
  padding:  0;
  margin: 0;
  list-style-type: none;
}


/*--------------------------------------------------------------
# Hacks
--------------------------------------------------------------*/
@media screen and (max-width: 750px){
  .main-navigation li {
    text-align: right;
  } 
}


.tax-email_category .entry--item__image {
  display: none;
}

@media screen and (min-width: 750px) {
  .tax-email_category .entry--item__text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tax-email_category .site-main {
    width: 40em;
  }
}

.agate-standfirst{
	font-family: Tahoma, sans-serif;
}