/* -------------------------------------------------------------------------- */
/* GENERAL |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* -------------------------------------------------------------------------- */
html, body, #wrapper { height: 100%; }
#wrapper { background-color: inherit; }
#logo a img { height: 80px; margin-top: 10px; margin-bottom: 10px; }
#header { position: fixed; width: 100%; z-index: 500; transition: background-color .4s ease; }
#header.sticky-header #logo a img { height: 50px !important; margin-top: 5px; margin-bottom: 5px; }
#footer .widget h2 { margin-bottom: 25px; font-size: 15px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; }
#footer .footer-logo {max-width: 60%; }
#footer.dark .widget h2 { color: #eee; }
#copyrights { padding: 20px 0 !important; }
#copyrights p { margin-bottom: 0 !important; }

/* -------------------------------------------------------------------------- */
/* MOD_TWORKSGRP_MENU ||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* -------------------------------------------------------------------------- */
.device-xl .mod_tworksgrp_menu.layout1 #primary-menu-trigger,
.device-lg .mod_tworksgrp_menu.layout1 #primary-menu-trigger {
    opacity        : 1;
    pointer-events : all;
    position       : unset;
    float          : right;
    margin         : 32px 0px 32px 15px;
    line-height    : unset;
}

.mod_tworksgrp_menu.layout1 #logo .standard-logo {
    display: inline-block !important;
}

.mod_tworksgrp_menu.layout1 #primary-menu-trigger {
    font-size : 24px;
    width     : unset;
}

.sticky-header .mod_tworksgrp_menu.layout1 #primary-menu-trigger {
    margin-top    : 12px;
    margin-bottom : 12px;
}

.mod_tworksgrp_menu.layout1 #primary-menu-trigger {
    transition: margin .4s ease;
}

.mod_tworksgrp_menu.layout1 #primary-menu  ul > li {
    opacity    : 0;
    visibility : collapse;
    transition: opacity .4s ease, visibility .4s ease;
}

.primary-menu-open .mod_tworksgrp_menu.layout1 #primary-menu  ul > li,
.device-lg .sticky-header .mod_tworksgrp_menu.layout1 #primary-menu  ul > li,
.device-xl .sticky-header .mod_tworksgrp_menu.layout1 #primary-menu  ul > li {
    opacity    : 1;
    visibility : visible;
}

.device-lg:not(.primary-menu-open) #header:not(.sticky-header),
.device-xl:not(.primary-menu-open) #header:not(.sticky-header) {
    background-color: transparent;
}


/* -------------------------------------------------------------------------- */
/* MOD_TWORKSGRP_COPYRIGHT||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* -------------------------------------------------------------------------- */
.mod_tworksgrp_copyright { text-align: center; }
