@charset 'utf-8';
/*
 Theme Name:   SeoHub Child
 Theme URI:    http://seohub.ancorathemes.com/
 Description:  SeoHub - Fully Responsive and Mobile Friendly theme
 Author:       AncoraThemes
 Author URI:   http://ancorathemes.com
 Template:     seohub
 Version:      1.5
 Tags:         light, inheritable theme-options
 Text Domain:  seohub
*/


@import url("../seohub/style.css");

.right_header_content{
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.right_header_content img{
    width: 40px;
    margin-right: 6px;
    margin-bottom: 0;
}
.top_panel_middle .logo{
    overflow: visible;
}
.top_panel_middle .logo.icon{
    overflow: visible;
}
@media (max-width: 640px) {
    .top_panel_middle .logo.icon{
        display: none;
    }
}
.custom_content_mobile{
    position: absolute;
    top: 22px;
    right: 60px;
    margin-top: 0;
}
.custom_content_mobile img{
    width: 32px;
    margin-right: 6px;
    margin-bottom: 0;
}
.scroll_to_top.show{
    bottom: 6em;
}
@media (min-width: 641px) {
    .custom_content_mobile{
        display: none;
    }
    
}


/* =Theme customization starts here
-------------------------------------------------------------- */
.circle .vc_grid-item-mini{
    border-radius: 50%;
    box-sizing: border-box;
    overflow: hidden;
    background: white;
}