/* fixes padding */
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin-top: 1px !important;
}

/* fixes orange bar */
 .fixed {
    position: sticky;
    top: 0;
}
 

/* hides related posts */
#jp-relatedposts {
    display: none !important;
} 


/* hides post navigation */
.navigation.post-navigation {
    display: none;
}
 

/*styles sticky button */
.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
        color: white;
    border-color: #D88610;
    background-color: #D88610;
    font-size: 18px !important;
}


.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey:hover {
    background-color: #B46A00;
}

.vc_btn3.vc_btn3-style-modern {
    background-image: none;
}

.shaperounded {
    border-radius: 8px;
}

#subcaptionanna {
    display: none !important;
}