@import url("/clients/thepatientsassociation/styles/main.min.css");

.image-align-left {
	float: left;
  	margin: 20px 20px 20px 0; 
}

.image-align-right {
	float: right;
  	margin: 20px 0 20px 20px;
}

a.cta-button{
   color: #FFFFFF;
}

/* AW 01.02.2018 Hide image on homeboxes 1 and 2 ZD 26051 */
.homeBox1 img,
.homeBox2 img {
  display: none;
}

/* AW 02.02.2018 Selection colour ZD 26087 */
*::selection {
  background-color: #339787;
  color: #fff;
}

/* hide blog author on blogs - 26/02/18 #26870*/
aside.blogDetails {
    display: none;
}

/* AW 26.02.18 Show blog publish date ZD 26869 */
.blogContent .postFooterWrapper .publishDetailsWrapper {
  display: block;
}

.blogContent .publishAuthorWrapper {
  display: none;
}

/* CR-45 */
.menuAdminLogin {
  display: none !important;
}

/* 535818 update logo */
.headerContent .mainLogo{
 background-image: url(/clients/thepatientsassociation/assets/logo.png);
}

/* SF65670206 CC*/
body.PostCategory_hide-book-button .button.callToActionBtn.eventBookingBtn {
display: none;
}

/* SF67457254 CC */
/*4b69a3*/
.content.postContent a:not(.callToActionBtn, .cta-button) {
    color: #4b69a3;
}

 .associatedMostRead,
 .associatedLatestPosts,
 .associatedRelatedPosts ul.associatedListing li:nth-of-type(4) ,
 .associatedRelatedPosts ul.associatedListing li:nth-of-type(5) {
  display: none !important;
}
