/** Stellaedianae
    ==========================================================================================  */

/* Utils
=================================================================================== */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* Navigation
=================================================================================== */

/* Menu height adjust on scrolling */
#header .row.for-sub-header {
    height: auto;
}

/* Menu outer border hide */
#header .row-holder.invert .row.for-sub-header {
    border: none;
}

/* Menu center */
#header.version-1 #navigation {
    display: inline-block;
    position: relative;
    float: none;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#navigation ul li a,
.bw-menu ul li a {
    padding: 0 15spx;
}

/* Menu items center */
#navigation > ul > li > a {
    text-align: center;
}

/* Menu items hide separators */
#navigation > ul > li > a .fa.fa-circle {display:none;}

/* Menu items star icons */
#navigation > ul > li > a::before {
    display: block;
    content: "\e600";
    text-align: center;
    font-family: "icomoon";
    font-size: 70px;
    color: #273871;
}

.stellae-img-circle {
    background-repeat: no-repeat;
    background-size: 350px 300px;
    background-position: -35px 0px;
    width: 280px;
    height: 280px;
    border-radius:50%;
    overflow:hidden;
    margin:auto;
}

/* Posts Grid
=================================================================================== */

.posts-grid .article-content {
    border-color: #273871
}

/* Sidebar
=================================================================================== */

#sidebar {
    display: none;
}

/* Footer
=================================================================================== */

#footer .row {
    text-align: center;
}

#footer .bottom {
    background-color: white;
}

#footer .bottom p {
    float: none;
    color: #000000;
    text-transform: uppercase;
}

.credits-link {
    color: #000000 !important;
}

/* Fonts
=================================================================================== */

@font-face {
    font-family: 'icomoon';
    src:url('fonts/icomoon.eot?-yr5ubn');
    src:url('fonts/icomoon.eot?#iefix-yr5ubn') format('embedded-opentype'),
    url('fonts/icomoon.woff?-yr5ubn') format('woff'),
    url('fonts/icomoon.ttf?-yr5ubn') format('truetype'),
    url('fonts/icomoon.svg?-yr5ubn#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-star:before {
    content: "\e600";
}