/* Enter Your Custom CSS Here */

/* Bigger Site Logo  */
.site-title img { padding-top: 0.8em; max-height: 120px; }
.site-header { height: 6rem !important; }

/* Remove side bar in post pages */
#page-entry-content:before, #blog-entry-content:before {
    background-color: #ccc;
    content: "";
    height: 100%;
    position: absolute;
    right: 25%;
    top: 0;
    width: 0px;
}

/*  Button of the ride side  */
.su_button_right {
   background : #039BE5;
   float:right;
}