/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

#header .logo-default{
	height: 72px;
}
#header.sticky-header-shrink .logo-default{
	height: 48px;
}
.slider-element {
    background: linear-gradient(to right,rgba(255,255,255,1) 40%,rgba(222,98,98,.7)),url('/themes/gs-standard/assets/img/1.png') no-repeat 90% 80%/auto 100%
}

@media(min-width: 992px) {
    .slider-element {
        background:linear-gradient(to right,rgba(255,255,255,0),rgba(222,98,98,.17)),url(/themes/gs-standard/assets/img/1.png) no-repeat 90% 80%/auto 100%
    }
}

#contact-panel{
    position: fixed;
    top: 53%;
    right: 0;
    height: 144px;
    width: 48px;
    z-index: 9999;
    display: flex;
    flex-wrap: wrap;
    border: solid 1px #e2e2e2;
    border-radius: 0 0 0 3px;
    background-color: #ffffff;
    box-sizing: content-box;
    border-top: solid 5px #DE6262;
}
#contact-panel div{
    width: 100%;
    text-align: center;
    height: 48px;
    width: 48px;
}
#contact-panel div a{
    height: 48px;
    width: 48px;
}
#contact-panel div i{
    margin-top: 4px;
    fill: #666;
}
@media (max-width: 767px) {
    #contact-panel{
        bottom: 0;
        left: 0;
        right: 0;
        top: auto;
        height: 48px;
        width: auto;
        flex-wrap: wrap;
        border-radius: 0;
        justify-content: space-around;
    }
    #contact-panel div{
        width: 100%;
        text-align: center;
        height: 48px;
        width: 48px;
    }
    #contact-panel div a{
        height: 48px;
        width: 48px;
    }
    #contact-panel div svg{
        height: 22px;
        width: 22px;
        margin-top: 13px;
        fill: #666;
    }
}