
/***Color & general Layout Customizations***/
.bv-quicklink .bv-quicklink-icon a {
	background-color: transparent;
    background-image: none;
    color: #333 !important;
}

.bv-quicklink .bv-quicklink-icon a:hover {
	background-image: none;
}

#main {
background-color:#333;
}

.getu-skin.skin-bernina:not(.contenteditor) #header {
    box-shadow: 0 0 10px #000;
}

.block-element-customizable, .bv-content-wrapper {
    box-shadow: 0 4px 8px rgba(0,0,0,.75);
}

.bv-content-wrapper * {
    box-shadow: none !important;
}

#bv-landingpage {
    background-color: #333 !important;
    border: none !important;
}

.bv-navigation-title {
    color: #fff;
}

/*Buttons*/
.bv-primary-button {
    background-color: #C21625 !important;
}
a.prev.button_slider_prev, a.next.button_slider_next {
    background-color: #C21625;
}
/***END OF "Color & general Layout Customizations"***/

/***Footer Fix***/
#footer-section .sectionMacroRow {
    display: flex;
    align-items: flex-start;
}

/***Blog Customizations***/
a.gu-blog-navigation.gu-blog-navigation-next {
    float: right;
}

/*** Bottom Save Bar -> Bright Color ***/
div#savebar-container {
    background-color: #ececec;
}


