.layout.fixed-top{
    z-index: 1035;
}

.ctlthemelayout-action-edit-layout{
    cursor: pointer;
}

.ctlthemelayout-action-edit-layout i{
    margin-right: 5px !important;
    color: rgba(240,245,250,.6);
}

.text-right .ctlthemecol-content-wrapper .d-inline-block{
    margin-left: 15px;
}
.text-left .ctlthemecol-content-wrapper .d-inline-block{
    margin-right: 15px;
}
.text-center .ctlthemecol-content-wrapper .d-inline-block{
    margin-right: 7px;
    margin-left: 7px;
}

.layout-site-content-outer{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: calc(100vh - var(--vh-offset, 0px));
}

.layout-site-content-inner{
    flex: 1;
}

a.ctl-vulcano-theme-debug-layout{
    font-size: 10px;
    display: block;
    font-weight: bold;
    color: #fff !important;
    text-shadow: 0px 0px 1px #000;
    text-transform: uppercase;
    padding: 2px 10px;
    background: repeating-linear-gradient( -45deg, #FFE600, #FFE600 10px, #000 10px, #000 20px );  
    border: 1px solid #FFE600;
    margin-top: 2px;
    margin-bottom: 2px;
}

.col.d-flex .ctlthemecol-content-wrapper{
    width: 100%;
}

.ctl-theme-section{
    position: relative;
}

.layout-mega-menu{
    position: absolute;
    left: 0px;
    width: 100%;
    opacity: 0;
    transition: all 0.4s ease 0s;
    z-index: 1;
    pointer-events: none;
    overflow: auto;
    max-height: 70vh;   
    margin-top: 30px; 
}

.show-mega-menu .layout-mega-menu{
    opacity: 1;
    pointer-events: all;
    margin-top: 0px; 
}

.col.layout-collapsible-menu{
    width: 250px;
    max-width: 250px;
}
 
.col.layout-expandable-area{
    width: calc( 100% - 250px);
}