#header{
 padding-bottom: 5px !important; 
  padding-top: 10px !important; 
}

#site-logo{
 margin-top : 0px !important; 
  margin-bottom : 0px !important; 
}

#footerwrap ul li ul li a {
    color: rgb(112, 176, 237);
}

body[class*="themify"] #site-logo a img {
    border: 2px solid #c4943a;
}

.ui.blue, .ui.blue.nav, .ui.blue.nav ul, .ui.blue.separate>li, .ui.blue.module-tab .tab-nav li, .ui.blue.vertical .tab-nav, .ui.blue.module-accordion .accordion-title, .ui.blue.window .bar, .ui.blue.module-tab.panel .tab-nav {
    background-color: rgb(112, 176, 237);
}



.back-top {
    margin: 0 auto;
    margin-bottom: 0.6em;
    text-align: center;
    width: 200px;
}
.back-top a {
    outline: 0;
}
.back-top:not(.back-top-float) .arrow-up a {
    text-decoration: none;
    display: inline-block;
    position: relative;
    bottom: 0;
    padding: 0.4em;
    line-height: 1;
    z-index: 10;
    color: inherit;
    transition: all 0.5s;
}
.back-top:not(.back-top-float):hover .arrow-up a {
    text-decoration: none;
    bottom: 25px;
}
.back-top a:before {
    font-size: 3rem;
    font-family: "themify_theme_icon";
    content: "\e807";
    font-style: normal;
    font-weight: normal;
}
#pagewrap .back-top.back-top-float {
    background-color: rgb(112, 176, 237);
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    position: fixed;
    right: 20px;
    bottom: 20px;
    left: auto;
    top: auto;
    width: 44px;
    height: 44px;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    opacity: 3;
    visibility: visible;
    z-index: 1;
    transition: opacity 200ms ease-in-out 200ms, visibility 0s ease-in-out 1s;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.12);
}
#pagewrap .back-top.back-top-float.back-top-hide {
    opacity: 0;
    visibility: hidden;
}
#pagewrap .back-top.back-top-float .arrow-up a {
    background: 0;
    color: inherit;
}
#pagewrap .back-top.back-top-float .arrow-up {
    position: absolute;
    top: 5px;
    left: 50%;
}
#pagewrap .back-top.back-top-float:hover .arrow-up {
    animation: back-top-arrow-up 250ms linear 200ms infinite alternate;
}
@keyframes back-top-arrow-up {
    0% {
        top: 0;
    }
    100% {
        top: 5px;
    }
}
#pagewrap .back-top.back-top-float a:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border: solid transparent;
    border-width: 1px;
    border-top-color: inherit;
    border-left-color: inherit;
    font-size: inherit;
    transition: all 500ms;
    transform: rotate(45deg);
    vertical-align: middle;
    visibility: visible;
    position: absolute;
    top: 14px;
    left: 50%;
    margin-left: -7px;
}
.themify_builder_active #pagewrap .back-top.back-top-float {
    bottom: 50px;
}