/* Enter Your Custom CSS Here */
body {
  font-family: Arial;
  color: #ffffff;
}

.page {
  background: rgba(0,0,0,0.4);
  color: #ffffff;
}
  
.reflist li {
    float: left;
    list-style-type: none;
    margin-right: 40px;
    margin-bottom: 25px;
}

#post-2, .site-info {
  display: none;
} 

a.button {
    display: block;
    padding: 25px;
    background: #7abcff;
    background: -moz-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee));
    background: -webkit-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%);
    background: -o-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%);
    background: -ms-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%);
    background: linear-gradient(to bottom, #7abcff 0%,#60abf8 44%,#4096ee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 );
    text-align: center;
}

a.button:hover {
    background: #8cc5ff;
    background: -moz-linear-gradient(top, #8cc5ff 0%, #60abf8 44%, #1280ed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8cc5ff), color-stop(44%,#60abf8), color-stop(100%,#1280ed));
    background: -webkit-linear-gradient(top, #8cc5ff 0%,#60abf8 44%,#1280ed 100%);
    background: -o-linear-gradient(top, #8cc5ff 0%,#60abf8 44%,#1280ed 100%);
    background: -ms-linear-gradient(top, #8cc5ff 0%,#60abf8 44%,#1280ed 100%);
    background: linear-gradient(to bottom, #8cc5ff 0%,#60abf8 44%,#1280ed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cc5ff', endColorstr='#1280ed',GradientType=0 );
}


a.button {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
    text-shadow: 1px 1px #79b2ff;
}

#rfwbs_slider {
padding-top: 95px;
}

#sidebar-toggle {
//display: none;
}
