/*

ADDITIONAL UNMINIFIED STYLES
	
*/

body.page-template .section-posts.section-posts-main,
body.page-template .section-posts {
  margin-bottom: 0;
}

/* -------------------[ Post - Shorthand Embed ]------------------- */

#post-shorthand .Story-Header,
#post-shorthand .Theme-Footer {
  display: none;
}

body.post-template-shorthand-single-post #pico .wrapper-author-bio {
  border: none;
  padding: 50px 25px;
}

/* -------------------[ Print Styling ]------------------- */

#logo-print {
  display: none;
}

/* -------------------[ Template - Donate/Membership ]------------------- */

body.page-template-template-donate .post-simple {
  margin-top: -30px;
}

body.page-template-template-donate .post-simple iframe {
  float: left;
  margin: 5px 0 0 0;
}

@media only screen and (max-width: 990px) {
  body.page-template-template-donate .post-simple iframe {
    float: none;
    margin: auto;
  }
}

/* -------------------[ Series Page ]------------------- */

#series-top .wrapper-post-type-title-main {
  margin: 0;
}

#series-hero-top .section-posts.section-posts-main {
  margin-bottom: 10px;
}

#series-hero-top .section-posts.section-posts-main.template-hero-3 .post-main {
  padding: 0;
}

#series-top .series-content-top {
  margin-top: 50px;
}

.series-content-bottom {
  margin: 50px 0;
  font-family: Monday, sans-serif;
}

/* -------------------[ Post ]------------------- */

/* -----[ Sidebar - Socials ]----- */

.sidebar-right .social-media-container {
  display: block !important;
  max-width: inherit !important;
}

.sidebar-right .social-media-container li a i img {
  width: 40px;
  height: 40px;
}

.sidebar-right .social-media-container li a i img.icon-print {
  width: 34px;
  height: 34px;
  margin-top: 2px;
  margin-left: 2px;
}

@media only screen and (max-width: 1200px) {
  .sidebar-right .social-media-container li {
    margin: 0 !important;
  }
  .sidebar-right .social-media-container li a i img {
    width: 36px;
    height: 36px;
  }
  .sidebar-right .social-media-container li a i img.icon-print {
    width: 30px;
    height: 30px;
  }
}

/* -----[ Pulled Sidebars ]----- */

.post-simple .pulled-sidebar {
  position: relative;
  padding: 15px 0 20px 0;
  border-top: 2px dashed #f24e1b;
  border-bottom: 2px dashed #f24e1b;
}

.post-simple .pulled-sidebar-right {
  float: right;
  max-width: 341px;
  margin: 5px -40px 30px 60px;
}

.post-simple .pulled-sidebar-center {
  left: -2%;
  width: 100%;
  max-width: 600px;
  margin: 50px auto;
}

.post-simple .pulled-sidebar-centerbox {
  left: -2%;
  width: 100%;
  max-width: 600px;
  margin: 40px auto;
  padding: 25px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.post-simple .pulled-sidebar .pulled-sidebar-title {
  margin-bottom: 8px;
  font-family: Monday, sans-serif;
  font-size: 2.2rem;
  line-height: 4rem;
  font-weight: 600;
}

.post-simple .pulled-sidebar-center .pulled-sidebar-title,
.post-simple .pulled-sidebar-centerbox .pulled-sidebar-title {
  text-align: center;
}

.post-simple .pulled-sidebar ul {
  margin-top: 10px;
}

.post-simple .pulled-sidebar p,
.post-simple .pulled-sidebar ul li {
  margin-bottom: 0;
  font-family: Monday, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}

.post-simple .pulled-sidebar a {
  color: #f24e1b;
}

.post-simple .pulled-sidebar a:hover {
  color: #000 !important;
}

@media only screen and (max-width: 990px) {
  .post-simple .pulled-sidebar-right {
    float: left;
    margin: 5px 40px 33px 0;
  }
  .post-simple .pulled-sidebar-center,
  .post-simple .pulled-sidebar-centerbox {
    left: 0;
    margin: 40px 0;
  }
}
