/*

ADDITIONAL UNMINIFIED STYLES
	
*/


/* -------------------[ Global ]------------------- */

.post-simple td {
  vertical-align: top;
}

.post-simple iframe {
	margin: auto !important;
}

.post-simple ul,
.post-simple ol { 
  margin: 0 20px 0 0; padding: 0;
}

.post-simple ul li,
.post-simple ol li { 
  margin: 0 0 0 15px; padding: 0 0 15px 5px;
  font-family: Monday,sans-serif;
  list-style-position: outside; 
}

.post-simple ul li {
  list-style: disc;
}

.post-simple ol li { 
  list-style-type: decimal; 
}

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

#logo-print {
  display: none; 
}

/* -------------------[ 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: 4.0rem; 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;
            }
          }


