/*

ADDITIONAL UNMINIFIED STYLES
	
*/




/* -------------------[ Print Styling ]------------------- */

#logo-print {
  display: none; 
}

/* -------------------[ Post ]------------------- */

.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; 
            }
          }


.post-simple .post-sidebar {
  float: right;
  max-width: 341px; margin: 5px -100px 33px 60px; padding-top: 22px;
  border-top: 6px solid #f24e1b;
}

.post-simple .post-sidebar .post-sidebar-title {
  margin-bottom: 8px;  
  font-family: Monday, sans-serif; font-size: 2.6rem; line-height: 4.3rem; font-weight: 600;
}

.post-simple .post-sidebar ul {
  margin-top: 10px;  
}

.post-simple .post-sidebar p {
  margin-bottom: 0;
  font-size: 1.6rem;
}

          @media only screen and (max-width : 990px) {
            .post-simple .post-sidebar {
              float: left;
              margin: 5px 40px 33px 0;
            }
          }












