/*
Theme Name: eTitle
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/*************** MENU  ***************/

.off-canvas-right .mfp-content, .off-canvas-left .mfp-content {
    width: 40%;
}

.off-canvas-right.dark .mfp-content {
    background-color: rgba(0,21,136,0.95);
}



.off-canvas-right .mfp-content, .off-canvas-left .mfp-content {
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    background-color: rgba(30,43,57,1.0);
}

.header-block-block-1 {
    width: 100%;
display: block;
}

.header-block-block-1 .menu-top a {
    display: block;
    color: #fff;
    font-size: 170%;
    font-weight: bold;
}

.header-block-block-1 .menu-bottom a {
    display: block;
    color: #fff;
    font-size: 150%;
}

.banner-layers h1 strong,
.banner-layers h1,
.banner-layers h2{
    font-weight: 500 !important;
    letter-spacing: -1.3px !important;
}

.dark .nav-sidebar.nav-vertical>li+li{
    border:0;
}

.sidebar-menu .header-social-icons{
        padding: 20px 46px !important;
}

.blog-wrapper .post-title,
.entry-header .entry-title{
    text-transform: uppercase;
    font-size: 2em;
}

.account-item .nav-dropdown{
    display: none !important;
}

.nav>li>a>span+i{
    margin-left: 10px;
}

i[class^="icon-"], i[class*=" icon-"]{
    display: inline-block;
}

.login-calendar{
    font-size: 104px;
    margin: 0 auto;
    display: block;
    color: #001588;
    text-align: center; 
    position: relative;
}

.login-calendar a:after{
    display: block;
    position: absolute;
    width: 100%;
    border: 3px solid #f0f0f0;
    transition: border-color 0.15s linear;
    content: '';
    margin: 0 auto;
    min-height: 150px;
    text-align: center;
    top: 0;
}

.login-calendar a:hover:after{
   border-color: #dedede; 
}

.dashboard-links a{
    width:100%;    
}

.dashboard-links a.icon-image{
    display: block;
    margin-bottom:13px;
    font-size:70px;
    min-height: 190px;
    position: relative;
}

.dashboard-links a.icon-image i{
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
}

.dashboard-links li{
    width: 30%;
    margin: 0 1.6666666667%;
    margin-bottom:15px;
}

.dashboard-links a.button{
    font-size: 12.8px;
    padding: 0px 2px;
}

.header-nav .account-nav{
    display: none !important;
}

#my-account-nav i,
.account-nav i{
    margin-right:5px;
}

.flexbox-center{
    justify-content: center; 
}

@media only screen and (max-width: 849px) {
    .dashboard-links li{
        width: 46.6%;
        margin: 0 1.6666666667%;
    }
}

@media only screen and (max-width: 549px) {
    .dashboard-links li{
        width:100%;
    }
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

.off-canvas-right .mfp-content, .off-canvas-left .mfp-content {
    width: 100%;
}

.header-block-block-1 .menu-top a {
    font-size:190%;
}

.blog-wrapper .post-title,
.entry-header .entry-title{
    font-size: 1.5em;
}

}