/*
Theme Name: journals
Theme URI:
Author: Neal Hohman
Author URI:
Description: Description
Version: 0.0.1



/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #151515;
    font-size: 1em;
    line-height: 1.45;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/*--------------------------------------------------------------
# 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;
}

.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;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */




/*--------------------------------------------------------------
# Base styles
--------------------------------------------------------------*/


* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
    font-size: 18px;
    line-height: 1.45;
    font-family: "freight-text-pro", serif;
    margin: 0;
    overflow-x: hidden;
}


a {
    color: #0093d8;
    text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.single .content-area a:hover {
  text-decoration: underline;
}

img {
  height: auto;
}

a img {
  border: none;
}

p {
  margin: 1.4em 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
}

h1 {
    line-height: 1.15;
    display: block;
    clear: both;
    font-size: 1.4em;
    margin: 0px 0 10px;
    font-weight: bold;
    font-family: "proxima-nova", sans-serif;
}

a.btn {
  display: block;
  padding: 0 1em;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  border-radius: 4px;
  border: 1px solid #ddd;
  display: block;
  padding: 10px 3%;
  margin: 20px 0 0;
}

a.btn:hover {
  text-decoration: none;
}

a h1, a h2, a p {
  color: #333;
}

.category h2, .author h2, .search h2, .tag h2, .date h2 {
    line-height: 1.1;
    margin: 0;
    font-weight: normal;
}

a h1:hover, a p:hover, a .subhead:hover {
  text-decoration: none;
}

a:visited h1, a:visited h2, a:visited p, a:visited .subhead, .wpp-list a:visited{
  color: #545454;
}

figure {
  margin: 1.5em 0;
}


/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

.site-content {
  max-width: 1100px;
  margin: 0 auto;
}

.header {
    padding: 0;
    margin: 0;
    position: relative;
}

.logo {
      margin: 15px auto 11px;
      width: 200px;
}

.header .logo h1  {
  margin: 0;
}

.logo h1 a{
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/journals/img/SouthwestJournalLogo.png);
    background-image: linear-gradient(transparent, transparent), url(/wp-content/themes/journals/img/SouthwestJournalLogo.svg);
    font: 0/0 a;
    display: block;
    width: 200px;
    height: 25px;
    background-size: 100%;
}


.main-content {
    clear: both;
}

.secondary {
    clear: both;
    width: 100%;
}

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

  .logo {
      margin: 20px auto 11px;
      width: 500px;
  }

  .logo h1 a{

      width: 500px;


      height: 63px;
  }
}

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

  .logo {
      margin: 20px auto 11px;
      width: 700px;
  }

    .logo h1 a{
      width: 700px;
      height: 91px;
      float: none;
  }

      .logo img {
    margin: 0 auto 0px;

  }

}

/*--------------------------------------------------------------
# SVG Icons
--------------------------------------------------------------*/

.icon-share-email {
    width: 45px;
    height: 45px;
    background-image: url(/wp-content/themes/journals/img/share-email.png);
    background-image: url(/wp-content/themes/journals/img/share-email.svg);
    background-size: cover;
}
.icon-share-facebook {
    width: 45px;
    height: 45px;
    background-image: url(/wp-content/themes/journals/img/share-facebook.png);
    background-image: url(/wp-content/themes/journals/img/share-facebook.svg);
    background-size: cover;
}
.icon-share-twitter {
    width: 45px;
    height: 45px;
    background-image: url(/wp-content/themes/journals/img/share-twitter.png);
    background-image: url(/wp-content/themes/journals/img/share-twitter.svg);
    background-size:cover;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  margin: 0;
}

.home .main-navigation {
  margin: 0 0 20px;
}


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

.main-navigation li {
  float: left;
  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: 1.5em;
  left: -999em;
  z-index: 99999;
}

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

.main-navigation ul ul a {
}

.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 {
}


li#menu-item-11 a {
  color: #0093d8;
}

li#menu-item-13 a {
  color: #d7007f;
}

li#menu-item-36 a {
  color: #8dc63f;
}

.menu li a {
  color: #333;
  display: block;
  padding: 2px 0px 0px;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
}

.menu li a:hover {
  text-decoration: none;
}

.menu li a {
  background: white;
  padding: 5px 10px 4px;
  text-align: center;
  line-height: 1;
}

.main-navigation ul li.menu-item-has-children {
    display: inline-block;
    position: relative;
    width: 24.7%;
    text-align: center;
}

 .menu ul.sub-menu {
    display: none;
  }



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

  .main-navigation ul {
    display: block;
  }

  .main-navigation ul li.menu-item-has-children {
    border-left: 1px solid #333;
  }

  .main-navigation ul li.menu-item-has-children:first-of-type {
    border-left:none;
  }

  .menu ul.sub-menu {
    border-bottom: none;
    background: #fff;
    width: 100%;
    border-top: none;
    display: block;
  }

  .sub-menu li {
      border-bottom: 2px dotted #ccc;
      padding: 4px 0 3px;
      margin: 0 auto;
      width: 80%;

      float: none;
  }
  ul.sub-menu li a {
      font-size: 0.8em;
  }

}

/*--------------------------------------------------------------
# Search styles
--------------------------------------------------------------*/

input[type="search"] {
    box-sizing: border-box;
    width: 100%;
}

.search-box-wrapper {
    display: none;
}


#footer-search.search-box-wrapper {
    display: block;
}

a.search-skip-link {
    display: block;
    position: absolute;
    width: 30px;
    right: 10px;
    bottom: 1px;
    padding: 4px 4px 0 4px;
}


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

  .search-box-wrapper {
      width: 100%;
  }

  #footer-search.search-box-wrapper {
      display: none;
  }

  .search-box {
      position: relative;
  }

  .search-box .search-field {
      border-radius: 0;
      padding: 2px;
      font-size: 20px;
      font-size: 14px;
      background-color: #f3f3f3;
      border: none;
  }

  img.search-icon {
      position: absolute;
      width: 20px;
      right: -20px;
      top: 4px;
  }

  .error404 .search-submit,
  .search .search-submit,
  .search-box .search-submit {
      display: none;
  }

  .search-box-wrapper {
      width: 90px;
      float: right;
      position: absolute;
      right: 0px;
      bottom: 0;
      display: block;
  }

  a.search-skip-link {
    display: none;
  }

}



/*--------------------------------------------------------------
# Article styles
--------------------------------------------------------------*/



#content{
  padding: 0 0%;
  margin: 0px 0;
}
.single #content{
  padding: 0 3%;
  margin: 0px 0;
}

article.featured:first-of-type {
    margin-top: 0;
}
article.featured.second {
    margin-top: 20px;
}


.single .entry-header {
    margin: 0 0 0px 0;
    border-bottom: 1px solid #888
}


.single .byline {
    text-transform: uppercase;
    margin-top: 3px;
    font-weight: bold;
    float: left;
    color: #222;
    font-size:10px;
}

.single .byline a {
  color: #222;
}
.single .email {
  color:#676767;
  font-weight:400;
}

.author-thumb {
    float:left;
    margin-right: 10px;
}


.single .publish-date, .single .updated-date {
  padding-right: 7px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  width:30%;
}
.single .publish-date {
  font-size: 14px;
  color: #222;

}
.single .updated-date {
  font-size: 10px;
  color: #555;
}


.category-date {
  margin: 10px 0 10px;
  float:left;
  width: 100%;
  padding: 0 0 3px;
  font-family: "proxima-nova", sans-serif;
}

.article-category a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  padding: 0px 6px 6px 0px;
  margin-bottom: 0px;
}

.latest-story .article-category a {
  padding: 0;
}

.article-details {
    float:left;
    font-size: 13px;
    text-transform: none;
    font-family: "proxima-nova", sans-serif;
    margin: 0 0 12px;
}

.home .article-details, .category .article-details, .author .article-details, .search .article-details, .tag .article-details, .date .article-details {
  float: left;
  width: 62%;
}
.search .article-details.nothumb {
    width: 100%;
}

.home .the-latest .article-details {
  float: left;
  width: 100%;
}

.home .featured .article-details {
  width: auto;
  margin: 0;
}

.single .article-details {
  width: auto;
  margin: 0 0 1em;
}

.single .entry-header {
    margin: 0 7% 0px 7%;
}

.single h1 {
  margin: 0 0 0px 0;
}

.single .article-category {
  margin: 0 0 0 6%;
}


.entry-byline{
  font-family: "proxima-nova", sans-serif;
  margin:0 0 40px 0;
}

.entry-content {
  clear: both;
}

.update {
  font-size: 13px;
  color: red;
  float: left;
  padding: 0 5px 0 7px;
}




.entry-footer {
  font-family: "proxima-nova", sans-serif;
  font-size: 1em;
  padding: 3px 25px 30px;
  clear: both;
  margin: 0 0;
  float: left;
}

.entry-footer h2 {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin: 25px 0 10px;
    font-weight: 400;
}

.single-post-thumbnail{
  position:relative;
  margin-bottom:30px;
}
.image-caption {
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
  color: #F7F7F7;
  font-size: 14px;
  text-align: left;
  line-height: 1.2;
  position: relative;
  z-index: 5;
  background: rgba(5, 2, 2, 0.65);
  left: 0;
  bottom: 0;
  width: 100%;
  padding:2%;
}

#comments {
    clear: both;
    margin-top: 30px;
    float: left;
}

  .home .content-area img{
      width: 30%;
}


.home .top-news .featured .single-post-thumbnail {
    width: 100%;
    overflow: hidden;
    height: 200px;
}

  .home .top-news .featured img {
    width: 100%;
    position: relative;
    top: 0;
    transform: translate(0,-18%);
}

.home .featured-focus img {
  width: 100%;
}

.home .publish-date{
  float:left;
  color:#222;
}
.home .publish-date a{
  color:#222;
}
/*--------------------------------------------------------------
# Sharing bar
--------------------------------------------------------------*/

.share_sidebar{
  float:left;
  display:block;
}

.share_sidebar .share a {
    float: left;
    margin: 0 10px 0 0;
    width:35px;
    height:35px;
    display:none;
}




.share-wrap .title {
  display: none;
}

.main-content h3, .next h3 {
  text-align: center;
  color: #666;
  clear: both;
  margin-bottom: 0px;
}


.side-ad-box {
  margin: 0px 0;
  border-bottom: 4px solid #ddd;
  padding-bottom: 20px;
}

  .side-ad-box {
    clear: both;
  }

.news-thumb {
  float: left;
  width: 90%;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 4px;
  clear: both;
}

.news-title {
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 1.2;
  margin-bottom: 0px;
  width: 90%;
  float: left;
  font-weight: bold;
}

.news-title a{
  color: #222;
  font-size: 1.5rem;
  font-weight: lighter;
}

.news-date {
  color: #aaa;
  width: 73%;
  float:right;
  font-size: 13px;
}

.news-category a {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  background: #2871B6;
  color: white;
  padding: 2px 4px 0px;
  margin: 4px 0 5px 4px;
}

.news-category.special a {
  background: slategrey;
}

.news-category.voices a {
  background: rgb(87, 178, 87);
}

.next-story {
  margin-top: 40px;
  float:left;
}

.article-body {
  clear: both;
  width: 100%;
}

.top-news {
    width: 100%;
    float: left;
    margin: 0px 0px 0px 0;
    border-right: none;
    padding-right: 0px;

}

.the-latest {
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    padding-right: 0px;
    font-size: 0.9em;
}

.article-category {
    color: #0093d8;
    text-transform: uppercase;
    font-family: "proxima-nova", sans-serif;
    font-weight: bold;
    font-size: 0.8em;
    margin: 0px 0 0 0;
}

.category .content-area img, .author .content-area img, .search .content-area img, .tag .content-area img, .date .content-area img {
      width: 30%;
      height: auto;
      margin-right: 15px;
      float:left;
      margin-left: 0;
}


p.tag {

    display: none;
}

.featured .byline {
    margin-top: 10px;
    clear:left;
    margin-right: 30px;
}

h2.subhead {
    font-family: "proxima-nova", sans-serif;
    line-height: 1.35;
    clear: both;
    margin-top: 20px;
    font-size: 1.3em;
    color:#222;
    font-size:14px;
}


.by {
    text-transform: none;
  }

article {
    clear: both;
    margin: 10px 0 10px;
    float: left;
}

.archive article {
    width: 100%;
}



.home .top-news h1, .home .featured-focus h1 {
    margin: 0;
}
 .home .top-news .article-category,  .home .featured-focus .article-category {
  margin: 10px 0 0;
 }

 .home .top-news .article-category, .home .top-news h1, .home .top-news .article-details {
  margin-left: 4%;
  margin-right: 4%;
}

.home .top-news .second h1, .home .top-news .third h1 {
  margin-top: 12px;
}

.entry-footer .cat-links, .entry-footer .tags-links {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    font-family: "proxima-nova", sans-serif;
}

.latest-heading, .category-heading {
    background: #000;
    padding: 4px 7px 4px;
    display: block;
    color: white;
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}

h1.category-heading {
    display: block;
}

.the-latest h3 {
  margin: 0 0 3px;
  line-height: 1.2;
  text-align: left;
  color: #333;
}

.latest-story {
  margin: 20px 15px;
  /* padding: 0 0 20px; */
  border-bottom: 3px solid #E6E6E6;
  overflow: hidden;
}

.latest-story h2 {
  margin: 0;
  line-height: 1.1;
  font-size: 1.5em;
}

.latest-story:last-of-type {
  border-bottom: none;

 }

.relative {
  color: #BB0404;
}

#secondary {
  float: left;
  width: 38%;
  margin-top: 40px;
  padding-left: 20px;
}

.secondary h2.section-header, .home h2.section-header {
  font-size: 50px;
  font-weight: 900;
  /* margin-top: 10px; */
}

h2.widget-title {
  margin: 20px 0 15px;
  float:left;
  display: block;
  font-weight: 400;
  /* font-size: 1.5em; */
}

.voices-section .section-header {
  color: #8bc53b;
  margin: 0px 0 0;
  font-weight: bold;
}

.voices-section h2 {
    font-weight: normal;
}


.focus-section {
  clear: both;
  margin-top: 10px;
  float: left;
  margin: 0 7%;
}

.focus-section .section-header {
  color: #d7007f;
  margin: 20px 0 0 0px;
  text-align: left;
}

.featured-story {
  /* border-top: 3px solid #ddd; */
  /* margin: 30px 0 30px; */
  clear: both;
  overflow: hidden;
}

.featured-story img {
    width: 30%;
    float: right;
    margin: 5px 0 10px 4%;
}

.featured-story h2 {
    margin: 0px;
    line-height: 1.2;
    /* font-size: 1.05em; */
}


.featured-story p.subhead {
  margin: 5px 0 0;
  font-size: .95em;
  line-height: 1.3;
}

.focus {
  float:left;
  width: 70%;
}


.focus h2 {
  margin: 15px 0 0;
}

.focus-feature {
  width: 70%;
}

.focus-feature h3 {
  font-weight: 300;
  font-size: 52px;
  color: #333;
  text-align: left;
  margin-top: 0;
  line-height: 1.1;
}

.focus-feature img {
  width: 60%;
  margin-left: 20px;
}

.popular-posts {
  border-top: 1px solid #ddd;

   float: left;
  margin: 0 7%;
}



a.wpp-post-title {
  color: #222;
  /* line-height: 0.5; */
}

/* UL - Popular Posts container styles */
.wpp-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* LI - Post container styles */
.wpp-list li {
  overflow:hidden;
  float:none;
  clear:both;
  margin-top: 30px;
}


/* Thumbnail styles */
.wpp-thumbnail {
  display:inline;
  float: left;
  margin: 0 12px 20px 0px !important;
  border:none;
  width: 30%;
}

/* Title styles */
.wpp-post-title {
  font-family: "proxima-nova", sans-serif;
  font-size: 1em;
  line-height: 1.25;
  display:block;
  margin-top: -3px;
}

.voices-section img {
    float: left;
    width: 23%;
}

.voices-section h2.entry-title {
    float: left;
    line-height: 1.2;
    font-size: 1.7em;
    margin: 0;
    clear: both;
}

.voices-section .article-category a {
    color: #8dc63f;
}

.voices-section .article-details, .home .voices-section .article-details{
    width: 73%;
    margin-left: 4%;
}

.voices-section article.featured {
    width:  100%;
    border-bottom: 3px solid #b6b6b6;
    margin: 0 0 20px;
    padding: 0 0 15px;
}

.voices-section article.featured:last-of-type {
  border-bottom: none;
}

footer#colophon {
    clear: both;
    border-top: 4px solid #201e1f;
    margin: 40px 0;
    float: left;
    width: 100%;
    font-family: "proxima-nova", sans-serif;
}

.footer-nav {
    /* border-bottom: 1px solid #444; */
    overflow: hidden;
    padding:0 0 10px;
    text-align: center;
    width:100%;
}

.footer-nav ul {
    overflow: hidden;
    list-style-type: disc;
    margin: 0 auto;
    display:inline-block;
}

.footer-nav ul li {
    float: left;
    margin: 0 10px;
    text-align: center;
}

.footer-nav ul li a{
    padding:15px 15px 4px 7px;
}

.footer-nav ul li:first-of-type {
    list-style-type: none;
}

footer#colophon a{
    color: #555;
    display: block;
}

.site-info {
    clear: both;
    margin: 20px 0;
    font-size: 0.8em;
    overflow: hidden;
    padding:0 0 10px;
    text-align: center;
    width:100%;
}

.site-info ul {
    overflow: hidden;
    list-style-type: none;
    margin: 0 auto;
    display:inline-block;
}

.site-info ul li {
    float: left;
    margin: 0 10px;
    text-align: center;
}

.site-info ul li a{
    padding:15px 15px 4px 7px;
}

/*--------------------------------------------------------------
# Advertising
--------------------------------------------------------------*/


.ad-block.center {
  border-top: 3px solid #E6E6E6;
  border-bottom: 3px solid #E6E6E6;
  clear: both;
  padding: 20px 0 20px 0;
  margin: 20px 0 0 0;
  float: left;
}

.content-area .ad-block.center img {
  width: 100%;
  display: block;
}

.ad-block.sidebar {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
}
.ad-block.sidebar img {
  width: 100%;
}

.ad-block.top {
  margin: 0 auto;
  max-width: 728px;
  display: block;
}

.wpp-thumbnail {
display: none;
float:left;
margin:0 5px 0 0;
border:none;
}

.post-stats {
display:block;
font-size:9px;
font-weight:bold;
}

.wpp-list {
counter-reset:li;
margin-left:0;
padding-left:0;
}

.wpp-list li {
  position:relative;
  margin: 20px 0 0;
  padding: 4px 8px 0 0;
  list-style:none;
}

.wpp-list li:before {
content:counter(li);
counter-increment:li;
position:absolute;
top: 4px;
left: 0px;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
width: 32px;
margin-right: 0px;
padding: 2px;
color: #fff;
font-weight:bold;
font-family:proxima-nova, "Helvetica Neue", Arial, sans-serif;
text-align:center;
font-size: 1em;
background: #0093d8;
}


.rpbt_shortcode .gallery-item {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}

.rpbt_shortcode img {
  float: left;
  width: 30%;
  margin: 8px 12px 20px 0px !important;
}

.rpbt_shortcode .wp-caption-text a{
    font-family: "proxima-nova", sans-serif;
  /* font-weight: bold; */
  font-size: 1em;
  line-height: 1.25;
  display:block;
  margin-top: 5px;
  color: #333;
  padding: 0 2%;
}



.rpbt_shortcode h3 {
    margin: 20px 0 10px;
    font-size: 1.5em;
    font-weight: 300;
}

.rpbt_shortcode {
    margin: 0 0 0px;
    float: left;
    /* border-top: 1px solid #DDD; */
}

.rpbt_shortcode .wp-caption-text a:visited{
  color: #545454;
}

  .next a:active, .prev a:active {
      background: #eee;
  }




/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */


/*--------------------------------------------------------------
# Styles for tablet size screens
--------------------------------------------------------------*/

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


h1 {
    font-size: 1.7em;
}

.single h1 {
  margin: 0 12px 8px;
  font-size:24px;
}

.single .article-details {
  width: auto;
  margin: 0 0px 1em;
  order: 2;
}

.single .article-category {
  margin: 0 0 0px;
}

.single .entry-header {
    margin: 0 0 0px 0;
    border-bottom: 1px solid #888
}


.single h1 {
  margin: 0;
  /* order: 0; */
}

.single .article-category {
  margin: 0;
}

 .home .top-news .article-category, .home .top-news h1, .home .top-news .article-details {
  margin-left: 0;
  margin-right: 0;
}

.home .top-news .second h1, .home .top-news .third h1 {
  margin-top: 0;
}

.focus-section {
  margin: 0;
}



.entry-content {
  margin: 0;
}

.entry-footer {
  padding: 0 0 10px;
}

.popular-posts {
  margin: 0;
}

p.image-caption {

    margin: 5px 7px 20px 0;
    line-height: 1.3;
}



.rpbt_shortcode .gallery-item {
    width: 31.5%;
    float: left;
    margin: 0 2.5% 0 0;
}


.rpbt_shortcode .gallery-item:last-of-type {
    margin: 0;
}

.rpbt_shortcode .wp-caption-text a{
    margin: 7px 1% 0px 1%; color: #333; font-family: "proxima-nova", sans-serif;
    font-size: 0.9em;   line-height: 1.2;   display:block;
}



.rpbt_shortcode img {
  float: left;
  width: 30%;
  margin: 8px 0 7px 0px !important;
}


.rpbt_shortcode {
    margin: 0 0 10px;
}

.popular-posts {
  margin-top: 30px;
  padding-right: 25%;

   }

   .secondary {
    width: 100%;
    padding-right: 11%;
    padding-left: 11%;
    float: left;
}

  .menu li a {
  padding: 7px 10px 6px;
}

  .main-navigation {
    margin: 0 0 20px;
  }

  .content-wrap {
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
  }

  .main-content {
    margin-top: 0;
  }



  .top-news {
    width: 70%;
    float: left;
    margin: 0px 0px 0px 0;
    border-right: none;
    padding-right: 20px;
  }


  .the-latest {
    float: left;
    width: 27%;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid #888;
    margin-bottom: 20px;
  }

  .header {
    border-top: 1px solid #333;
  }



  p.tag {
    font-size: 1em;
    float: none;
    text-align: center;
      font-weight: 300;
       font-family: "proxima-nova", sans-serif;
           color: #444;
           clear:both;
    display: block;

    margin: 0;
}

  a p.subhead, p.subhead {
      color: #222;
  }

    .home .content-area img{
      width: 30%;
      height: auto;
      float:left;
      margin-left: 0;
      margin-right: 15px;
}


.home .content-area .featured .home-thumbnail {
    width: 100%;
    overflow: hidden;
    height: auto;
}

.home .featured.second .home-thumbnail, .home .featured.third .home-thumbnail {
    width: 34%;
    overflow: hidden;
    height: auto;
    float:left;
    margin-right: 10px;
}



  .home .content-area .featured img {
    width: 100%;
    position: relative;
    top: 0;
    transform: none;
}


  .content-area img {
      /* width: 100%; */
      height: auto;
      margin-left: 0;
  }

 .category .content-area img, .author .content-area img, .search .content-area img, .tag .content-area img, .date .content-area img {
      width: 30%;
      height: auto;
      margin-right: 15px;
      float:left;
      margin-left: 0;
  }


  .home .content-area .featured img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .home .content-area .featured.second img, .home .content-area .featured.third img {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

.home .content-area .featured.second h1, .home .content-area .featured.third h1  {
    font-size: 1.2em;
    float: left;
    clear: none;
    display: inline-block;
    width: 60%;
}

.home .content-area .featured.second .article-details, .home .content-area .featured.third .article-details {
    float: left;
    display: inline-block;
    width: 50%;
    clear:none;
}


.home .content-area .featured.second .subhead, .home .content-area .featured.third .subhead {
    display:none;
}

.latest-story {
  margin: 12px 0px;
  /* padding: 0 0 20px; */
  border-bottom: 3px solid #E6E6E6;
  overflow: hidden;
}

.latest-story h2 {
  margin: 0;
  line-height: 1.1;
  font-size: 1.3em;
}


.featured-focus .featured:first-of-type {
    /*float: left;
    width: 67%;
    border-right: 1px solid #777;
    padding-right: 20px;*/
}

.featured-focus .featured:nth-of-type(2) {
    /*float: left;
    width: 29%;
    margin-left: 20px;
    clear: none;*/
}

.featured-focus .featured h1 {
  /*margin-top: 12px;*/

}

.featured-focus .featured:nth-of-type(2) h1, .featured-focus .featured:nth-of-type(3) h1 {
  /*font-size: 1.2em;*/
}

.featured-focus .featured:nth-of-type(3) {
    /*float: left;
    width: 29%;
    margin-left: 20px;
    clear: none;*/
}

.featured-focus .featured:nth-of-type(2) .subhead, .featured-focus .featured:nth-of-type(3) .subhead {
  /*display:none;*/
}

.featured-focus:nth-of-type(2) article, .featured-focus:nth-of-type(3) article {
  /*margin: 10px 0 0;*/
}

.featured-focus .article-details {
    /*margin: 0;*/
}

.featured-focus h2 {
  /*margin: 0;
  padding: 0;*/
}

  .ad-block.top {
    margin: 5px auto 10px;

  }

  .the-latest {
    float: left;
    width: 30%;
    padding-left: 20px;
    padding-right: 0px;
    border-left: 1px solid #888;
    margin-bottom: 20px;
  }

  .featured-story img {
    width: 30%;
    float: left;
    margin: 5px 4% 10px 0;
  }


  .share-wrap .title {
    float: left;
    display: inline-block;
    font-size: 0.8em;
    font-family: "proxima-nova", sans-serif;
    font-weight: bold;
    line-height: 1.2;

    margin-right: 10px;
}





  .content-area {
    width: 70%;
    border-right: 1px solid #777;
    padding-right: 20px;
    /* padding-left: 20px; */
    float: left;
}



  article {
    margin: 10px 0 0;
  }



 .home .content-area {
    width: 100%;
    border-right: 0px solid #777;
    padding-right: 0px;
    padding-left: 0px;
    float: left;
  }

  .home .secondary {
    float: left;
    margin-top: 40px;
  }



.single .content-area {
    width: 100%;
    border-right: 0;
    float: left;
    font-size: 1.13em;
    line-height: 1.5;
}

.single #content {
  margin-top: 0px;
}

#content {
  line-height: 1.5;
  height: 100%;
  /* overflow: hidden; */
  float: left;
  padding: 0 3%;
  margin: 0px 0;
}

p {
  margin: 1.5em 0;
}




.single .publish-date, .single .updated-date {
  float:right;
  padding-right: 7px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: right;
  width:30%;

}

.single .publish-date {
  font-size: 14px;
  color: #222;
}
.single .updated-date {
  font-size: 10px;
  color: #555;
}



}

/*--------------------------------------------------------------
# Styles for tablet size screens and larger
--------------------------------------------------------------*/

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


#content {
  margin-top: 0px;
  padding: 0
}

    .main-navigation {
    margin: 0 0 40px;
  }

  .popular-posts {
  margin-top: 20px;
  padding-right: 0;
  border-top: 1px solid #ddd;

   }

   .secondary {
    width: 100%;
    padding: 0;
    float: left;
}

  .side {
    float:left;
    width: 300px;
    clear: none;
    margin: 0px 0 0 20px;
  }

  .secondary {
    float: right;
    width: 29.4%;
    clear: none;
}


  .main-content .share {
    clear: both;
    margin: 0px 0 10px;
  }

  .home .content-area {
    width: 68%;
    border-right: 1px solid #777;
    padding-right: 20px;
    padding-left: 0;
    float: left;
  }


  .top-stories {
    margin-top: 60px;
  }


  .featured-story h2 {
    margin: 0px;
    line-height: 1.2;
    font-size: 1.3em;
  }

    .home .secondary {
    float: right;
    width: 29.8%;
    clear: none;
    margin-top: 0;
}
  .single .content-area {
    /*padding-right: 8%;*/
    padding-left: 0;
}

.single .content-area {
    width: 68%;
    float: left;
    font-size: 1.05em;
    line-height: 1.5;
    border-left: 1px solid #888;
    border-right: 1px solid #888;
}

.single .content-area article {
    margin: 0px 0px 0 0;
}

  .share-wrap .title {
    font-size: 0.9em;


}

 .content-wrap {
    padding: 0 40px;
  }

.single h1 {
    font-size: 1.9em;
}

.single .popular-posts {
    margin-top: 30px;
}


}



/*--------------------------------------------------------------
# Styles for desktop size screens and larger
--------------------------------------------------------------*/

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



  .the-latest {
      float: left;
      width: 30%;
      padding-left: 20px;
      padding-right: 20px;
      border-left: 1px solid #888;
      margin-bottom: 20px;
    }

  .the-latest {
      padding-right: 0px;
  }

   .single .content-area {
    padding-right: 3%;
  }




}



/*
Theme Name: journals
Theme URI:
Author: Neal Hohman
Author URI:
Description: Description
Version: 0.0.1



/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #151515;
    font-size: 1em;
    line-height: 1.45;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/*--------------------------------------------------------------
# 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;
}

.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;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */




/*--------------------------------------------------------------
# Base styles
--------------------------------------------------------------*/


* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
    font-size: 18px;
    line-height: 1.45;
    font-family: "freight-text-pro", serif;
    margin: 0;
    overflow-x: hidden;
}


a {
    color: #0093d8;
    text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.single .content-area a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin: 1.4em 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
}

h1 {
    line-height: 1.1;
    display: block;
    clear: both;
    font-size: 1.55em;
    margin: 0px 0 10px;
    font-weight: bold;
    font-family: "proxima-nova", sans-serif;
}

a.btn {
  display: block;
  padding: 0 1em;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  border-radius: 4px;
  border: 1px solid #ddd;
  display: block;
  padding: 10px 3%;
  margin: 20px 0 0;
}

a.btn:hover {
  text-decoration: none;
}

a h1, a h2, a p {
  color: #333;
}

.category h2, .author h2, .search h2 {
    line-height: 1.1;
    margin: 0;
    font-weight: normal;
    font-size: 20px;
}

a h1:hover, a p:hover, a .subhead:hover {
  text-decoration: none;
}

a:visited h1, a:visited h2, a:visited p, a:visited .subhead, .wpp-list a:visited{
  color: #545454;
}



/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

.site-content {
  max-width: 1100px;
  margin: 0 auto;
}

.header {
    padding: 0;
    margin: 0;
    position: relative;
}

.logo {
      margin: 15px auto 11px;
      width: 200px;
}

.header .logo h1  {
  margin: 0;
}

.logo h1 a{
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/journals/img/SouthwestJournalLogo.png);
    background-image: linear-gradient(transparent, transparent), url(/wp-content/themes/journals/img/SouthwestJournalLogo.svg);
    font: 0/0 a;
    display: block;
    width: 200px;
    height: 25px;
    background-size: 100%;
}


.main-content {
    clear: both;
}

.secondary {
    clear: both;
    width: 100%;
}

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

  .logo {
      margin: 20px auto 11px;
      width: 500px;
  }

  .logo h1 a{

      width: 500px;


      height: 63px;
  }
}

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

  .logo {
      margin: 20px auto 11px;
      width: 700px;
  }

    .logo h1 a{
      width: 700px;
      height: 91px;
      float: none;
  }

      .logo img {
    margin: 0 auto 0px;

  }

}

/*--------------------------------------------------------------
# SVG Icons
--------------------------------------------------------------*/

.icon-share-email {
    width: 45px;
    height: 45px;
    background-image: url(/wp-content/themes/journals/img/share-email.png);
    background-image: url(/wp-content/themes/journals/img/share-email.svg);
    background-size: cover;
}
.icon-share-facebook {
    width: 45px;
    height: 45px;
    background-image: url(/wp-content/themes/journals/img/share-facebook.png);
    background-image: url(/wp-content/themes/journals/img/share-facebook.svg);
    background-size: cover;
}
.icon-share-twitter {
    width: 45px;
    height: 45px;
    background-image: url(/wp-content/themes/journals/img/share-twitter.png);
    background-image: url(/wp-content/themes/journals/img/share-twitter.svg);
    background-size:cover;
}

.header .share {
    display: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  margin: 0;
}

.home .main-navigation {
  margin: 0 0 20px;
}


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

.main-navigation li {
  float: left;
  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: 1.5em;
  left: -999em;
  z-index: 99999;
}

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

.main-navigation ul ul a {
}

.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 {
}


li#menu-item-11 a {
  color: #0093d8;
}

li#menu-item-13 a {
  color: #d7007f;
}

li#menu-item-36 a {
  color: #8dc63f;
}

.menu li a {
  color: #333;
  display: block;
  padding: 2px 0px 0px;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
}

.menu li a:hover {
  text-decoration: none;
}

.menu li a {
  background: white;
  padding: 5px 10px 4px;
  text-align: center;
  line-height: 1;
}

.main-navigation ul li.menu-item-has-children {
    display: inline-block;
    position: relative;
    width: 24.7%;
    text-align: center;
}

 .menu ul.sub-menu {
    display: none;
  }



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

  .main-navigation ul {
    display: block;
  }

  .main-navigation ul li.menu-item-has-children {
    border-left: 1px solid #333;
  }

  .main-navigation ul li.menu-item-has-children:first-of-type {
    border-left:none;
  }

  .menu ul.sub-menu {
    border-bottom: none;
    background: #fff;
    width: 100%;
    border-top: none;
    display: block;
  }

  .sub-menu li {
      border-bottom: 2px dotted #ccc;
      padding: 4px 0 3px;
      margin: 0 auto;
      width: 80%;
      float: none;
  }

  .sub-menu li:last-of-type {
  border-bottom: none;
  }

  ul.sub-menu li a {
      font-size: 0.8em;
  }

}

/*--------------------------------------------------------------
# Search styles
--------------------------------------------------------------*/

input[type="search"] {
    box-sizing: border-box;
    width: 100%;
}

.search-box-wrapper {
    display: none;
}


#footer-search.search-box-wrapper {
    display: block;
}

footer#colophon a {
  color: #222;
  display: block;
}

.back-to-top {
    display: block;
    margin: 20px 0;
    text-align: center;
}

#footer-search.search-box-wrapper {
  display: block;
  margin: 0 auto;
  width: 200px;
  padding: 40px 0;
}

#footer-search input[type="search"] {
    box-sizing: border-box;
    width: 60%;
    border-radius: 0;
    padding: 2px;
    font-size: 14px;
    background-color: #f3f3f3;
    border: none;
}



footer .logo {
    width: 300px;
    margin: 12px auto;
  }
   footer .logo h1 a{
      width: 300px;
      height: 40px;
      float: none;
  }

a.search-skip-link {
    display: block;
    position: absolute;
    width: 30px;
    right: 10px;
    bottom: 1px;
    padding: 4px 4px 0 4px;
}


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

  .search-box-wrapper {
      width: 100%;
  }

  #footer-search.search-box-wrapper {
      display: none;
  }

  .search-box {
      position: relative;
  }

  .search-box .search-field {
      border-radius: 0;
      padding: 2px;
      font-size: 20px;
      font-size: 14px;
      background-color: #f3f3f3;
      border: none;
  }

  img.search-icon {
      position: absolute;
      width: 20px;
      right: -20px;
      top: 4px;
  }

  .error404 .search-submit,
  .search .search-submit,
  .search-box .search-submit {
      display: none;
  }

  .search-box-wrapper {
      width: 90px;
      float: right;
      position: absolute;
      right: 0px;
      bottom: 0;
      display: block;
  }

  a.search-skip-link {
    display: none;
  }

}



/*--------------------------------------------------------------
# Article styles
--------------------------------------------------------------*/

article.featured:first-of-type {
    margin-top: 0;
}



.single .entry-header {
    margin: 0 0 0px 0;
    border-bottom: 1px solid #888
}


.single .byline {
    text-transform: uppercase;
    margin-top: 3px;
    font-weight: bold;
    float: left;
}
.single .byline a {

}



.author-thumb {
    float:left;
    margin-right: 10px;
}

.category-date {
  margin: 10px 0 10px;
  float:left;
  width: 100%;
  padding: 0 0 3px;
  font-family: "proxima-nova", sans-serif;
}

.article-category a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  padding: 0px 6px 6px 0px;
  margin-bottom: 0px;
}

.latest-story .article-category a {
  padding: 0;
}

.article-details {
    float:left;
    font-size: 13px;
    text-transform: none;
    font-family: "proxima-nova", sans-serif;
    margin: 0 0 12px;
}

.home .article-details, .category .article-details, .author .article-details, .search .article-details, .tag .article-details, .date .article-details {
  float: left;
  width: 62%;
}

.home .the-latest .article-details {
  float: left;
  width: 100%;
}

.home .featured .article-details {
  width: auto;
  margin: 0;
}

.home .top-news h1, .home .featured-focus h1 {
    margin: 12px 0 0;

}

.home .featured-focus h1 {
  font-weight: 300;
}

.home h2.subhead {
  font-size: 1.3em;
  font-weight: 400;
}

.single .article-details {
  width: auto;
  margin: 0 0 1em;
}

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

.single h1 {
  margin: 0 0 20px 0;
  font-size:24px;
}

.single .article-category {
  margin: 0 0 0 0%;
}



.entry-content {
  clear: both;
}

.page .entry-header {
  margin: 40px 7%;
}

.update {
  font-size: 13px;
  color: red;
  float: left;
  padding: 0 5px 0 7px;
}


.share_sidebar a {
  float:left;
  padding: 0 6% 0px;
  width: 42px;
  margin: 0;
}

.entry-footer {
  font-family: "proxima-nova", sans-serif;
  font-size: 1em;
  padding: 0 25px 30px;
  clear: both;
  margin: 0 0;
  float: left;
  width: 100%;
}

.entry-footer h2 {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin: 25px 0 10px;
    font-weight: 400;
    font-size: 28px;
}

p.image-caption, .entry-content .wp-caption-text {
    font-weight: bold;
    font-family: "proxima-nova", sans-serif;
    color: #aaa;
    font-size: 0.65em;
    text-align: left;
    margin: 5px 7% 5px;
    line-height: 1.3;
}

figure.wp-caption {
    width:  auto !important;
}

.entry-content .wp-caption-text {
    margin: 5px 0 5px;
    line-height: 1.3;
}

.entry-content img.alignleft {
    float: left;
    margin: 8px 1em 1.4em 0;
}

.entry-content img.alignright {
    float: right;
    margin: 8px 0 1.4em 1em;
}



#comments {
    clear: both;
    margin-top: 30px;
    float: left;
}

  .home .content-area img{
      width: 30%;
}


.home .top-news .featured .home-thumbnail {
    width: 100%;
    overflow: hidden;
    height: 200px;
}

  .home .top-news .featured img {
    width: 100%;
    position: relative;
    top: 0;
    transform: translate(0,-18%);
}

.home .featured-focus img {
  width: 100%;
}

/*--------------------------------------------------------------
# Sharing bar
--------------------------------------------------------------*/

.share_sidebar a {
    float: left;
    margin: 0 10px 10px 0;
    width:38px;
    height:38px;
}



.share-wrap .title {
  display: none;
}

.main-content h3, .next h3 {
  text-align: center;
  color: #666;
  clear: both;
  margin-bottom: 0px;
}


.side-ad-box {
  margin: 0px 0;
  border-bottom: 4px solid #ddd;
  padding-bottom: 20px;
}

  .side-ad-box {
    clear: both;
  }

  .ad-block.sidebar {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
  padding: 0 6%;
  max-width: 300px;
}

.news-thumb {
  float: left;
  width: 90%;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 4px;
  clear: both;
}

.news-title {
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 1.2;
  margin-bottom: 0px;
  width: 90%;
  float: left;
  font-weight: bold;
}

.news-title a{
  color: #222;
  font-size: 1.5rem;
  font-weight: lighter;
}

.news-date {
  color: #aaa;
  width: 73%;
  float:right;
  font-size: 13px;
}

.news-category a {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  background: #2871B6;
  color: white;
  padding: 2px 4px 0px;
  margin: 4px 0 5px 4px;
}

.news-category.special a {
  background: slategrey;
}

.news-category.voices a {
  background: rgb(87, 178, 87);
}

.next-story {
  margin-top: 40px;
  float:left;
}

.article-body {
  clear: both;
  width: 100%;
}

.top-news {
    width: 100%;
    float: left;
    margin: 0px 0px 0px 0;
    border-right: none;
    padding-right: 0px;

}

.the-latest {
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    padding-right: 0px;
    font-size: 0.9em;
}

.article-category {
    color: #0093d8;
    text-transform: uppercase;
    font-family: "proxima-nova", sans-serif;
    font-weight: bold;
    font-size: 0.8em;
    margin: 0px 0 0 0;
}

   .category .content-area img, .author .content-area img, .search .content-area img, .tag .content-area img, .date .content-area img {
      width: 30%;
      height: auto;
      margin-right: 15px;
      float:left;
      margin-left: 0;
}


p.tag {

    display: none;
}

.featured .byline {
    margin-top: 10px;
    clear:left;
}

.single h2.subhead {
  font-family: "proxima-nova", sans-serif;
  line-height: 1.15;
  clear: both;
  margin-top: 10px;
  color: #4d4d4d;
  font-weight: 400;
}



.by {
    text-transform: none;
  }

article {
    clear: both;
    margin: 0px 10px;
    float: left;
}

.single article {
  margin: 0;
}

.archive article {
    width: 100%;
}



.home .top-news h1 {
    margin: 0;
}
 .home .top-news .article-category,  .home .featured-focus .article-category {
  margin: 10px 0 0;
 }

 .home .top-news .article-category, .home .top-news h1, .home .top-news .article-details {
  margin-left: 4%;
  margin-right: 4%;
}

.home .top-news .second h1, .home .top-news .third h1 {
  margin-top: 12px;
}

.entry-footer .cat-links, .entry-footer .tags-links {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    font-family: "proxima-nova", sans-serif;
}

.latest-heading, .category-heading {
    background: #000;
    padding: 6px 4% 4px;
    display: block;
    color: white;
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}

h1.category-heading {
    display: block;
}

.the-latest h3 {
  margin: 0 0 3px;
  line-height: 1.2;
  text-align: left;
  color: #333;
}

.latest-story {
  margin: 20px 4%;
  /* padding: 0 0 20px; */
  border-bottom: 3px solid #E6E6E6;
  overflow: hidden;
}

.latest-story h2 {
  margin: 0;
  line-height: 1.1;
  font-size: 1.5em;
}

.latest-story:last-of-type {
  border-bottom: none;

 }

.relative {
  color: #BB0404;
}

#secondary {
  float: left;
  width: 38%;
  margin-top: 40px;
  padding-left: 20px;
}

.secondary h2.section-header, .home h2.section-header {
  font-size: 50px;
  font-weight: 900;
  /* margin-top: 10px; */
}

.popular-posts h2.widget-title {
  margin: 15px 0 15px;
  float:left;
  display: block;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.55;
}

.voices-section .section-header {
  color: #8dc63f;
  margin: 0px 0 0;
  font-weight: bold;
}

.voices-section h2 {
    font-weight: normal;
}


.focus-section {
  clear: both;
  margin-top: 10px;
  float: left;
  margin: 0 7%;
}

.focus-section .section-header {
  color: #d7007f;
  margin: 20px 0 0 0px;
  text-align: left;
}

.featured-story {
  /* border-top: 3px solid #ddd; */
  /* margin: 30px 0 30px; */
  clear: both;
  overflow: hidden;
}

.featured-story img {
    width: 30%;
    float: right;
    margin: 5px 0 10px 4%;
}

.featured-story h2 {
    margin: 0px;
    line-height: 1.2;
    /* font-size: 1.05em; */
}


.featured-story p.subhead {
  margin: 5px 0 0;
  font-size: .95em;
  line-height: 1.3;
}

.focus {
  float:left;
  width: 70%;
}


.focus h2 {
  margin: 15px 0 0;
}

.focus-feature {
  width: 70%;
}

.focus-feature h3 {
  font-weight: 300;
  font-size: 52px;
  color: #333;
  text-align: left;
  margin-top: 0;
  line-height: 1.1;
}

.focus-feature img {
  width: 60%;
  margin-left: 20px;
}

.featured-focus .article-category a, .category-focus .article-category a, .category-where-we-live .article-category a, .category-art-beat .article-category a, .category-features .article-category a, .category-flavor .article-category a, .category-get-out-guide .article-category a, .category-neighborhood-spotlight .article-category a {
    color: #d7007f;
}

.voices-section {
    margin: 0 7%;
}

.popular-posts {
  border-top: 1px solid #ddd;

   float: left;
  margin: 0 7%;
}



a.wpp-post-title {
  color: #222;
  /* line-height: 0.5; */
}

/* UL - Popular Posts container styles */
.wpp-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* LI - Post container styles */
.wpp-list li {
  overflow:hidden;
  float:none;
  clear:both;
  margin-top: 30px;
}


/* Thumbnail styles */
.wpp-thumbnail {
  display:inline;
  float: left;
  margin: 0 12px 20px 0px !important;
  border:none;
  width: 30%;
}

.wpp-thumbnail.wpp_featured_def {
    width: 33px;
    margin: 0 5px 50px !important;
}

/* Title styles */
.wpp-post-title {
  font-family: "proxima-nova", sans-serif;
  font-size: 1em;
  line-height: 1.25;
  display:block;
  margin-top: -3px;
}



.voices-section img {
    float: left;
    width: 23%;
    margin: 2px 4% 0 0;
}

.voices-section h2.entry-title {
    float: left;
    line-height: 1.1;
    font-size: 1.7em;
    margin: 0;
    clear: both;
}

.voices-section .article-category a {
    color: #8dc63f;
}

.voices-section .article-details, .home .voices-section .article-details{
    width: 73%;
    margin-left: 0;
}

.voices-section article.featured {
    width:  100%;
    border-bottom: 1px solid #231f20;
    margin: 0 0 20px;
    padding: 0 0 15px;
}

.voices-section article.featured:last-of-type {
  border-bottom: none;
}

.voices-section .article-category a, .category-voices .article-category a, .category-ask-dr-rachel .article-category a, .category-ask-the-veterinarian .article-category a, .category-be-the-change .article-category a, .category-bike-beat .article-category a, .category-everyday-gardener .article-category a, .category-gadget-guy .article-category a, .category-letters-to-the-editor .article-category a, .category-loft-living .article-category a, .category-my-minneapolis .article-category a, .category-sustainable-we .article-category a, .category-the-historyapolis-project .article-category a, .category-weekend-tourist .article-category a {
    color: #8dc63f;
}

footer#colophon {
    clear: both;
    border-top: 4px solid #201e1f;
    margin: 40px 0 0;
    float: left;
    width: 100%;
    font-family: "proxima-nova", sans-serif;
}

.footer-nav {
    /* border-top: 1px solid #444; */
    overflow: hidden;
    padding: 0 0 0;
    text-align: left;
    width:100%;
    font-size: 13px;
}

.footer-nav ul {
    /* overflow: hidden; */
    list-style-type: disc;
    margin: 0 auto;
    display:inline-block;
}

.footer-nav ul li {
    float: left;
    margin: 0 10px;
    text-align: center;
}

.footer-nav ul li a{
    padding:15px 15px 4px 7px;
}

.footer-nav ul li:first-of-type {
    list-style-type: none;
}

footer#colophon a{
    color: #222;
    display: block;
    /* font-size: 12px; */
}

.footer-nav ul {
  margin: 0;
  padding:0;
  width: 100%;
}

.footer-nav ul li {
  float:left;
  list-style-type: none;
  display:block;
  width:100%;
  padding: 0;
  margin:0;
  border-top: 1px solid #ddd;
}

.footer-nav ul li a{
  padding: 10px 0;
}

.site-info {
    clear: both;
    margin: 20px 0 0;
    font-size: 0.8em;
    overflow: hidden;
    padding:0 0 10px;
    text-align: center;
    width:100%;
}

.site-info ul {
    overflow: hidden;
    list-style-type: none;
    margin: 0 auto;
    display:inline-block;
    padding-left: 0;
}

.site-info ul li {
    float: left;
    margin: 0 10px;
    text-align: center;
}

.site-info ul li a{
    padding: 0 15px 4px 7px;
}

/*--------------------------------------------------------------
# Advertising
--------------------------------------------------------------*/


.ad-block.center {
  border-top: 3px solid #E6E6E6;
  border-bottom: 3px solid #E6E6E6;
  clear: both;
  padding: 20px 0 20px 0;
  margin: 20px 0 0 0;
  float: left;
}

.content-area .ad-block.center img {
  width: 100%;
  display: block;
}

.ad-block.sidebar {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
}
.ad-block.sidebar img {
  width: 100%;
}

.ad-block.top {
  margin: 0 auto;
  max-width: 728px;
  display: block;
}

.wpp-thumbnail {
/* display: none; */
float:left;
margin:0 5px 0 0;
border:none;
}

.post-stats {
display:block;
font-size:9px;
font-weight:bold;
}

.wpp-list {
counter-reset:li;
margin-left:0;
padding-left:0;
}

.wpp-list li {
  position:relative;
  margin: 20px 0 0;
  padding: 4px 8px 0 0;
  list-style:none;
}

.wpp-list li:before {
content:counter(li);
counter-increment:li;
position:absolute;
top: 4px;
left: 0px;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
width: 32px;
margin-right: 0px;
padding: 2px;
color: #fff;
font-weight:bold;
font-family:proxima-nova, "Helvetica Neue", Arial, sans-serif;
text-align:center;
font-size: 1em;
background: #0093d8;
}


.rpbt_shortcode .gallery-item {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}

.rpbt_shortcode img {
  float: left;
  width: 30%;
  margin: 8px 12px 20px 0px !important;
}

.rpbt_shortcode .wp-caption-text a{
    font-family: "proxima-nova", sans-serif;
  /* font-weight: bold; */
  font-size: 1em;
  line-height: 1.25;
  display:block;
  margin-top: 5px;
  color: #333;
  padding: 0 2%;
}



.rpbt_shortcode h3 {
    margin: 20px 0 10px;
    font-size: 1.5em;
    font-weight: 300;
}

.rpbt_shortcode {
    margin: 0 0 0px;
    float: left;
    /* border-top: 1px solid #DDD; */
    width: 100%;
}

.rpbt_shortcode .wp-caption-text a:visited{
  color: #545454;
}

  .next a:active, .prev a:active {
      background: #eee;
  }

.archive .site-content {
  margin-top: 10px;
  float: left;
}

.archive h1.category-heading {
  padding-left: 10px;
}

.archive .navigation {
  font-family: "proxima-nova", sans-serif;
  display: block;
  margin: 20px 0;
  padding: 0 6%;
  font-size: 16px;
  float: left;
  width: 100%;
}

.archive .navigation .alignleft {
  float: left;
}

.archive .navigation .alignright {
  float: right;
}

.archive .navigation a {
    padding: 10px 0;
}

h1.category-heading {
  display: block;
}

.archive h1.category-heading {
  margin: 20px 6% 10px;
}

.archive article {
  width: 100%;
  padding: 0 6% 10px;
}

#disqus_thread {
    margin: 80px 0 80px 0;
}

.entry-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */


/*--------------------------------------------------------------
# Styles for tablet size screens
--------------------------------------------------------------*/

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


h1 {
    font-size: 38px;
}

.single h1 {
  margin: 0 12px 8px;
}

.single .article-details {
  width: auto;
  margin: 0 0px 1em;
  order: 2;
}

.single .article-category {
  margin: 0 0 0px;
}

.single .entry-header {
    margin: 0 0 0px 0;
}


.single h1 {
  margin: 0 0 20px 0;
  /* order: 0; */
}

.single .article-category {
  margin: 0;
}

.home .top-news h1{
  margin-left: 0;
  margin-right: 0;
}
 .home .top-news .article-category {
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;

}
.home .top-news .article-details{
  margin-left: 0;
  margin-right: 0;

}

.home .top-news .second h1, .home .top-news .third h1 {
  margin-top: 0px;
}


.focus-section {
  margin: 0;
  border-top: 4px solid #DADADA;
}



.single .entry-content {
  margin: 0;
  border-bottom: 1px solid #888;
}

.entry-footer {
  padding: 0 0 30px;
  width:  100%;
}


.share_sidebar{
  display:block;
  float:left;
  margin-bottom:20px;
}

.popular-posts {
  margin: 0;
}

p.image-caption {

    margin: 5px 7px 20px 0;
    line-height: 1.3;
}



.rpbt_shortcode .gallery-item {
    width: 31.5%;
    float: left;
    margin: 0 2.5% 0 0;
}


.rpbt_shortcode .gallery-item:last-of-type {
    margin: 0;
}

.rpbt_shortcode .wp-caption-text a{
    margin: 7px 00px 0; color: #333; font-family: "proxima-nova", sans-serif;
    font-size: 0.9em;   line-height: 1.2;   display:block; padding: 0;
}



.rpbt_shortcode img {
  float: left;
  width: 30%;
  margin: 8px 0 7px 0px !important;
}


.rpbt_shortcode {
    margin: 0 0 15px;
    width: 100%;
}

.popular-posts {
  margin-top: 30px;
  padding-right: 25%;

   }

 .secondary {
  width: 100%;
  padding-right: 11%;
  padding-left: 11%;
  float: left;
}

  .menu li a {
  padding: 7px 10px 6px;
}

  .main-navigation {
    margin: 0 0 20px;
  }

  .content-wrap {
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
  }

  .main-content {
    margin-top: 0;
  }

 article.featured.second {
    margin-top: 12px;
    border-top: 1px solid #231f20;
    padding-top: 0;
    padding-bottom: 10px;
}

article.featured.third {
    margin-top: 0;
    border-top: 1px solid #231f20;
    padding-top: 0;
}

  .top-news {
    width: 70%;
    float: left;
    margin: 0px 0px 0px 0;
    border-right: none;
    padding-right: 20px;
  }


  .the-latest {
    float: left;
    width: 27%;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid #888;
    margin-bottom: 20px;
  }

  .header {
    border-top: 1px solid #333;
  }



  p.tag {
    font-size: 1em;
    float: none;
    text-align: center;
      font-weight: 300;
       font-family: "proxima-nova", sans-serif;
           color: #444;
           clear:both;
    display: block;
    margin: 0;
}

  a p.subhead, p.subhead {
      color: #222;
  }

    .home .content-area img{
      width: 30%;
      height: auto;
      float:left;
      margin-left: 0;
      margin-right: 15px;
}


.home .content-area .featured .home-thumbnail {
    width: 100%;
    overflow: hidden;
    height: auto;
}

.home .featured.second .home-thumbnail, .home .featured.third .home-thumbnail {
    width: 40%;
    overflow: hidden;
    height: auto;
    float:left;
    margin-right: 15px;
}



  .home .content-area .featured img {
    width: 100%;
    position: relative;
    top: 0;
    transform: none;
}


  .content-area img {
      height: auto;
      margin-left: 0;
  }

 .category .content-area img, .author .content-area img, .search .content-area img, .tag .content-area img, .date .content-area img {
      width: 30%;
      height: auto;
      margin-right: 15px;
      float:left;
      margin-left: 0;
  }


  .home .content-area .featured img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .home .content-area .featured.second img, .home .content-area .featured.third img {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.home .content-area .featured.second h1, .home .content-area .featured.third h1  {
    font-size: 1.3em;
    float: left;
    clear: none;
    display: inline-block;
    width: 55%;
}

.home .content-area .featured.second .article-details, .home .content-area .featured.third .article-details {
    float: left;
    display: inline-block;
    width: 50%;
    clear:none;
}


.home .content-area .featured.second .subhead, .home .content-area .featured.third .subhead {
    display:none;
}

.latest-story {
  margin: 12px 0px;
  /* padding: 0 0 20px; */
  border-bottom: 3px solid #E6E6E6;
  overflow: hidden;
}

.latest-story h2 {
  margin: 0;
  line-height: 1.1;
  font-size: 1.3em;
}


.featured-focus .featured:first-of-type {
    /*float: left;
    width: 67%;
    border-right: 1px solid #777;
    padding-right: 20px;
    min-height: 600px;*/
}

.featured-focus .featured:nth-of-type(2) {
    /*float: left;
    width: 29%;
    margin-left: 20px;
    clear: none;
    margin-top: -4px;*/
}

.featured-focus .featured:nth-of-type(3) {
    /*float: left;
    width: 29%;
    margin-left: 20px;
    clear: none;
    margin-top: 40px;*/
}


.featured-focus .featured h1 {
  /*margin-top: 12px;*/

}

.home .featured-focus .article-category {
    /*margin: -25px 0 0;*/
}

.home .focus-section .section-header  {
    margin: 10px 0 20px;
}

.featured-focus .featured:nth-of-type(2) h1, .featured-focus .featured:nth-of-type(3) h1 {
  /*font-size: 1.2em;*/
}

.featured-focus .featured:nth-of-type(3) {
    /*float: left;
    width: 29%;
    margin-left: 20px;
    clear: none;*/
}

.featured-focus .featured:nth-of-type(2) .subhead, .featured-focus .featured:nth-of-type(3) .subhead {
  /*display:none;*/
}

.featured-focus:nth-of-type(2) article, .featured-focus:nth-of-type(3) article {
  /*margin: 10px 0 0;*/
}

.featured-focus .article-details {
    /*margin: 0;*/
}

.featured-focus h2 {
  /*margin: 0;
  padding: 0;*/
}

  .ad-block.top {
    margin: 5px auto 10px;

  }

  .ad-block.sidebar {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;

}

  .the-latest {
    float: left;
    width: 30%;
    padding-left: 20px;
    padding-right: 0px;
    border-left: 1px solid #888;
    margin-bottom: 20px;
  }

  .featured-story img {
    width: 30%;
    float: left;
    margin: 5px 4% 10px 0;
  }


  .share-wrap .title {
    float: left;
    display: inline-block;
    font-size: 0.8em;
    font-family: "proxima-nova", sans-serif;
    font-weight: bold;
    line-height: 1.2;

    margin-right: 10px;
}



  .share {
    display: block;
    float: left;

    clear: both;
    min-width: 160px;
    margin: 20px 0;
}



.content-area .share img {
  float:left;
  padding: 0 6% 0px;
  width: 45px;
  margin: 0;

  }

  .content-area {
    width: 68%;
    border-right: 1px solid #777;
    padding-right: 20px;
    /* padding-left: 20px; */
    float: left;
}

.page .content-area {
  width: 100%;
  border: none;
  padding: 0;
}


  article {
    margin: 10px 0 0;
  }



 .home .content-area {
    width: 100%;
    border-right: 0px solid #777;
    padding-right: 0px;
    padding-left: 0px;
    float: left;
  }

  .home .secondary {
    float: left;
    margin-top: 40px;
  }



.single .content-area {
    width: 100%;
    border-right: 0;
    float: left;
    font-size: 1.13em;
    line-height: 1.55;
}

.single #content {
  margin-top: 0px;
}

.archive .content-area {
  width: 100%;
  border-right: none;
  padding-right: 0;
}

#content {
  line-height: 1.55;
  height: 100%;
  /* overflow: hidden; */
  float: left;
  padding: 0 3%;
  margin: 0px 0;
  width: 100%;
}

p {
  margin: 1.5em 0;
}
p:first-child{
  margin-top:0;
}
.rpbt_shortcode img {

  width: 100%;
  height: auto;
  margin-left: 0;

  }

.single .single-post-thumbnail img{
  width: 100%;
  height: auto;
  margin-left: 0;
}

.search-box-wrapper {
  width: 90px;
  float: right;
  position: absolute;
  right: 10px;
  bottom: 0;
  display: block;
}


.footer-nav ul {
  margin: 0 auto;
  padding:0;
  max-width: 620px;
  list-style-type: disc;
  display: block;
}

.footer-nav ul li {
  float:left;
  list-style-type: disc;
  display: block;
  width: auto;
  padding: 0 7px;
  margin: 0;
  border-top: none;
  text-align: left;
}

.footer-nav ul li a{
  padding: 10px 0;
  font-size: 1.1em;
}

.page .entry-header {
  margin: 0 0;
}

#disqus_thread {
    margin: 80px 0 80px 0;
}

/* header social icons */

.header .icon-share-facebook {
    width: 24px;
    height: 24px;
}

.header  .icon-share-twitter {
    width: 24px;
    height: 24px;
}

.header .icon-share-instagram {
    width: 24px;
    height: 24px;
    background-image: url(/wp-content/themes/journals/img/share-instagram.png);
    background-image: url(/wp-content/themes/journals/img/share-instagram.svg);
    background-size:cover;
}

.header .share {
    position: absolute;
    left: 10px;
    bottom: 0;
    margin: 0;
    display: block;
}

.header .share a {
    float: left;
    margin: 0 6px 0 0;
}

.header .icon-share-facebook {
    width: 24px;
    height: 24px;
}

.header  .icon-share-twitter {
    width: 24px;
    height: 24px;
}

.header .icon-share-instagram {
    width: 24px;
    height: 24px;
}


}

/*--------------------------------------------------------------
# Styles for tablet size screens and larger
--------------------------------------------------------------*/

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

  .header {
      left: 0px;
  }

  .header .icon-share-facebook {
      width: 26px;
      height: 26px;
  }

  .header  .icon-share-twitter {
      width: 26px;
      height: 26px;
  }

  .header .icon-share-instagram {
      width: 26px;
      height: 26px;
  }

  #content {
    margin-top: 0px;
    padding: 0
  }

  .content-wrap {
    padding: 0 50px;
  }

  .single #content {
    margin-top: 0px;
    padding: 0;
}

 .main-navigation {
    margin: 0 0 40px;
  }

  .popular-posts {
  margin-top: 0;
  padding-right: 0;
  border-top: 4px solid #DADADA;
  border-top: 4px solid #DADADA;

  }

  .home .popular-posts {
    display: none;
  }

   .secondary {
    width: 100%;
    padding: 0;
    float: left;
}

.share_sidebar{
  float:left;
  width:50px;
  display:block;
}


  .side {
    float:left;
    width: 300px;
    clear: none;
    margin: 0px 0 0 20px;
  }

  .secondary {
    float: right;
    width: 29.8%;
    clear: none;
}


  .main-content .share {
    clear: both;
    margin: 0px 0 10px;
  }

  .home .content-area {
    width: 68%;
    border-right: 1px solid #777;
    padding-right: 20px;
    padding-left: 0;
    float: left;
  }


  .top-stories {
    margin-top: 60px;
  }


  .featured-story h2 {
    margin: 0px;
    line-height: 1.2;
    font-size: 1.3em;
  }

    .home .secondary {
    float: right;
    width: 29.8%;
    clear: none;
    margin-top: 0;
}
  .single .content-area {
    padding-right: 3%;
    padding-left: 3%;
}

.single .content-area {
    width: 62%;
    float: left;
    font-size: 1.05em;
    line-height: 1.55;
    border-left: 1px solid #888;
    border-right: 1px solid #888;

}

.single .content-area  {
    margin: 0px 0px 0 0;
}

.share-wrap .title {
    font-size: 0.9em;
}

.single h2.subhead{
    padding: 0 0 0 18px;
    background-image: url(/wp-content/themes/journals/img/triangle.svg);
    background-image: url(/wp-content/themes/journals/img/triangle.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    font-size: 1.1em;
}

 .content-wrap {
    padding: 0 50px;
  }

.single h1 {
    font-size: 60px;
    margin-bottom:20px;
}

.single .popular-posts {
    margin-top: 30px;
}

.single .byline{
  width:69%;
font-size:14px;

}

.voices-section {
    margin: 0 0;
}

.voices-section {
  border-top: 4px solid #DADADA;
  padding-top: 7px;
}

.search-box-wrapper {
  right: 0px;
}

.archive .content-area {
    width: 68%;
    border-right: none;
    float: left;
    border-right: 1px solid #777;
    padding-right: 20px;
}

.archive h1.category-heading {margin: 0 0px 12px;padding-left: 10px;}

  .ad-block.sidebar {
  padding: 0;
  max-width: 100%;
}

 .home .ad-block.sidebar,  .archive .ad-block.sidebar,  .search .ad-block.sidebar  {
  padding: 0 0 24px;
  max-width: 100%;
}

 .single .ad-block.sidebar {
  padding: 30px 0 30px 0;
  max-width: 100%;
  margin-top:40px;
  border-top: 4px solid #dadada;
  border-bottom: 4px solid #dadada;
}

.single .ad-block.sidebar:first-child {
margin-top:0;
padding-top:0;
border-top: 0;
}

.archive article, .search article {
  width: 100%;
  padding: 0 0 14px;
}


footer .main-navigation {
    display: none;
}

.search .content-area {
  min-height: 2000px;
}

.single .content-area {
  min-height: 2300px;
}

.home .content-area {
  min-height: 1780px;
}

.archive .content-area {
  min-height: 1100px
}

.archive .navigation {
  padding: 0;
}

}



/*--------------------------------------------------------------
# Styles for desktop size screens and larger
--------------------------------------------------------------*/

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

  .header .icon-share-facebook {
    width: 28px;
    height: 28px;
  }

  .header  .icon-share-twitter {
    width: 28px;
    height: 28px;
  }

  .header .icon-share-instagram {
    width: 28px;
    height: 28px;
  }

  .the-latest {
      float: left;
      width: 30%;
      padding-left: 20px;
      padding-right: 20px;
      border-left: 1px solid #888;
      margin-bottom: 20px;
    }

  .the-latest {
      padding-right: 0px;
  }

   .single .content-area {
    padding-right: 3%;
  }

}


/* MailChimp Form Styling*/

@media screen and (min-width: 40rem) {
        #mc_embed_signup_scroll {
            display: grid;
            grid-template-columns: repeat(2 , 1fr);
            grid-column-gap: 20px;
            align-items: end;
        }
    }

@media screen and (min-width: 64rem) {
        #mc_embed_signup_scroll {
            grid-template-columns: repeat(3 , 1fr);
        }
    }
#mc-embedded-subscribe {
    grid-column-start: 3;
    background-color: #ffffff;
    padding: 5px;
    border: none;
}
#mc-embedded-subscribe:hover {
  cursor: pointer;
  background-color: #000000;
  color: #ffffff;
}
#mc_embed_signup_scroll input {
    width: 100%;
    border: none;
    height: 25px;
}

.home #mc_embed_signup {
    background-color: #dadada;
    padding: 1px 20px 20px;
}