// main: ../main.less, out: false, compress: false, sourceMap: false
// main: ../theme.less, out: false, compress: false, sourceMap: false

/*
 * Layout
 ********************************/
body {
    padding: 0 0 0 0;
}

.section {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.container {
    position: relative;
    z-index: 999;
    &:after {
        content: '';
        clear: both;
        display: table;
    }
}

.container.small {
    width: 960px;
}

.main-container {
    padding: 100px 0 0 100px;
}

.page-header {
    padding: 60px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    
    .desc {
        margin-top: 10px;
        p {
            margin: 0;
            &+p {
                margin-bottom: 20px;
            }
        }
    }
}

/* Footer
/******************************/
.site-footer {
    padding: 20px 100px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    text-align: center;
}

.admin-bar {
    .main-header {
        top: 32px;
    }
    .side-header {
        height: calc(~"100% - 132px");
        top: 132px;
    }
}


/* Layout 2
/******************************/
@media (min-width: 992px) {
    body.layout-2 {
        .main-container {
            padding-top: 0;
        }
    }
}