/**
 * 
 * @file                mobile-size template css file
 * @version             see main xml file
 * @package             tpl_digi_full_power
 * @copyright		copyright digigreg 2014-2015 - all rights reserved
 * @license             GNU General Public License version 2 or later
 * 
 */
 
/* mobile body stuff */
.mobile-body #showcase {
    display: none;
}
.mobile-body .showcase-logo {
    margin: 30px auto 40px;
    width: 160px;
    z-index: 10;
}
.mobile-body .header-bar {
    position: absolute;
    z-index: 10;	
    height: 50px;
    width: 100%;
}
.mobile-body .header-bar em {
    display: block;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    line-height: 50px;	
}
.mobile-body .header-bar a:first-child {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;	
    font-size: 14px;
    z-index: 10;
    border-right: solid 1px rgba(255,255,255,0.05);
    opacity: 0.8;
    transition: all 200ms ease;
}
.mobile-body .header-bar a:last-child {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;	
    font-size: 14px;
    z-index: 10;
    border-left: solid 1px rgba(255,255,255,0.05);
    opacity: 0.8;
    transition: all 200ms ease;
}
.mobile-body .header-bar a:hover {
    opacity: 1;
    background-color: rgba(255,255,255,0.05);
    transition: all 200ms ease;
}
.mobile-body .header-title { 
    margin: 80px auto 0;
    width: 85%;
}
.mobile-body .header-title > a, .mobile-body .header-title > p {
    margin-top: 10px;
}
.mobile-body #top-bar-wrapper {
    margin-bottom: 0 !important;
    min-height: 100vh;
    opacity: 1;
}
.mobile-body #top-outer {
    margin-top: 0 !important;
}
.mobile-body #top-bar > div {
    width: 100% !important;
}
.mobile-body #login-module-content {
    clear: both;
    margin-top: 60px;
    width: 100%;
}
.mobile-body #top-bar-module-wrapper #showcase-item {
    clear: none !important;
    max-width: 25% !important;
}
.mobile-body ul.nav li,
.mobile-body ul.nav-child li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
}
.mobile-body ul.nav-child li:last-child {
    border-bottom: none;
}
.mobile-body ul.nav li:hover,
.mobile-body ul.nav-child li:hover {
    opacity: 0.9;
}
.mobile-body ul.nav-child {
    position: relative;
}
.mobile-body a.nav-item {
    display: flex;
    font-size: 20px;
    line-height: 22px;
    min-height: 50px;
    opacity: 0.6;
    padding: 15px 20px 12px;
    text-align: left;
    transition: all 0.3s ease 0s;
}
.mobile-body .nav-child > i {
    display: none;
}
.mobile-body .nav-item i {
    margin: 0 15px 0 0;
}
.mobile-body .nav-item i.fa-angle-down,
.mobile-body .nav-item i.fa-angle-up {
    margin: 0 0 0 15px;
}
.mobile-body .moduletable .search label {
    display: none;
}
.mobile-body .column-icon i {
    border-radius: 50px;
    font-size: 2.5em;
    height: 50px;
    line-height: 45px;
    width: 50px;
}
.mobile-body #top-outer .digi_showcase,
.mobile-body #top-inner .digi_showcase,
.mobile-body #content-wrapper .digi_showcase,
.mobile-body #bottom-inner .digi_showcase,
.mobile-body #bottom-outer .digi_showcase {
    padding: 0 !important;
}
.mobile-body .language-selection .lang-inline {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    float: left;
}
.mobile-body #top-bar-module-wrapper {
    padding: 0 30px;
}
.mobile-body #services-wrapper {
    padding: 0 30px;
}
.mobile-body #search-wrapper {
    padding: 0 30px;
}
.mobile-body #top-bar-socials {
    padding: 0 30px;
}
.mobile-body #top-bar-socials > div {
    float: left;
    margin-top: 20px;
    width: 50%;
}
.mobile-body #top-bar-socials > div > div {
    margin-right: 0;
    width: 50%;
}
.mobile-body #main {
    clear: both;
    width: 100% !important;
}
.mobile-body #breadcrumbs {
    padding: 0 30px;
}
.mobile-body #footer {
    padding: 0 30px;
}
#footer p {
    padding: 0;
}
.mobile-body #main-left, .mobile-body #main-right {
    clear: both;
    padding: 0 0 30px !important;
    margin-bottom: 30px !important;
    width: 100% !important;
}
.mobile-body .custom {
    background-blend-mode: overlay;
}
.mobile-body .custom-background {
    background-attachment: scroll;
    background-position: 50% center;
    background-size: auto 100%;
}

.mobile-body .custom-background .custom-background {
    background-image: none;
}
.mobile-body .custom-background #main, .mobile-body .custom-background #bottom-inner,
.mobile-body .custom-background .item, .mobile-body .custom-background .items-leading {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
}
.mobile-body .custom-background .item, .mobile-body .custom-background .items-leading {
    background-color: transparent !important;
}
.mobile-body #parallax-wrapper {
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
    position: relative;
    height: 100vh;
}
.mobile-body #hud, .mobile-body #hud-toggle-wrapper, .mobile-body #hud-toggle {
    display: none;
}
.mobile-body .separator {
    display: none !important;
}
.mobile-body #top-bar-wrapper {
    height: auto;
    min-height: 160px;
    opacity: 1;
}
.mobile-body #footer p {
    font-size: 24px;
    line-height: 30px;
}

/* height and width based settings */
@media all and (max-width: 480px) {
    .mobile-body .portfolio #article-icons {
        display: none;
    }
}
@media all and (max-height: 550px) {
    .mobile-body .header-title {
        display: none;
    }
    .mobile-body .showcase-logo {
        margin: 90px auto 40px !important;
    }
}
@media all and (max-height: 420px) {
    .mobile-body .showcase-logo {
        margin: 60px auto 10px !important;
    }
}