/*

ADDITIONAL UNMINIFIED STYLES
	
*/




/* -------------------[ Print Styling ]------------------- */

#logo-print {
  display: none; 
}

/* -------------------[ 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;
            }
          }


