.WABranding {
display: none;
}

.red {
background-color: #b70000;
}

.overlay-background {
background-color: #153754ba !important;
}

@media only screen and (max-width: 767px) {
    .desktop-login {
        display: none;
    }
}

a.buttonStyle002, a:link.buttonStyle002 {
    padding: 24px;
}

a.stylizedButton.buttonStyle003 {
     border: solid;
}

.WaGadgetRecentBlogPosts .gadgetStyleBody ul li .author {
 display: none;
}

.WaGadgetBlogStateList .boxBodyInfoContainer .postedByComment
{
display: none;
}

span.postedByComment 
{
display: none
}

.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedByLink{
display:none;
}

.shadow {
 -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.shadow:hover {
box-shadow:
  0 2.8px 2.2px rgba(0, 0, 150, 0.028),
  0 6.7px 5.3px rgba(0, 0, 150, 0.04),
  0 12.5px 10px rgba(0, 0, 150, 0.05),
  0 22.3px 17.9px rgba(0, 0, 150, 0.06),
  0 41.8px 33.4px rgba(0, 0, 150, 0.072),
  0 100px 80px rgba(0, 0, 150, 0.1);
}

.available-now {
    padding: 4px;
    background-color: #FFF200;
    border-radius: 24px;
}

.registration-button{
background-color: #dab607;
}

.registration-button:hover{
background-color: ##00b784;
}

/* Code to change page width START */
.WaPlaceHolder { max-width: 1400px; }
/* Code to change page width END */