/*
Theme Name: Lucid Trips
Template: Candy1.3theme
Author: Sara Vogl
Version: 1.0
*/

.vr-headline-1{
    color: #D9EA91 !important;
    font-size: 45px !important;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center !important;
    letter-spacing: 1px;
    white-space: nowrap;
    position: relative;
}

.vr-headline-1.seperated:after{
    position: absolute;
    width: 100px;
    background-color: #B67888;
    content: '';
    height: 5px;
    bottom: -20px;
    left: 50%;
    margin-left: -50px;
}

.page .blog .sidebar #searchform input{display:none !important;}