/*
Theme Name: Kode Digital
Theme URI: http://kodedigital.expert/
Description: This is a HTML theme for Kode Digital Experts Services
Author: Xian
Author URI: http://kohbeixian.com/
Version: 1.0
Text Domain: kodedigital
*/

html {
    background: #FFF;
    overflow-x: hidden;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html body {
    background: #FFF;
    margin: 0 auto;
    color: #000;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    text-align: left;
}

div.clear {
    clear: both;
}

.container h1, .container h2, .container h3, .container h4, .container h5, .container h6 {
    font-weight: 700;
    color: #eec005;
    margin-bottom: 30px;
    display: block;
    line-height: 1.5;
    letter-spacing: 2px;
}

h1 {
    font-size: 24px;
}

.container h3, h3, .container h2, h2 {
    margin: 30px 0;
    font-size: 20px;
}

.container h4, h4 {
    font-size: 18px;
}

p {
    margin-bottom: 15px;
    line-height: 1.2;
    font-size: 14px;
    color: #000;
}

body a {
    font-size: 14px;
    line-height: 1.2;
    text-transform: none;
    color: #eec005;
}

body a:hover {
    text-decoration: none;
    color: #eec005;
}

header a, a {
    text-decoration: none;
    color: #FFF;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

header a, a:hover {
    text-decoration: none;
    color: #eec005;
}

header ul.top-menu {
    border-top: 2px #eec005 solid;
    border-bottom: 2px #eec005 solid;
    padding: 20px 0;
    margin: 30px 0;
}

header li {
    display: inline-block;
    width: auto;
    margin: 0 20px;
    font-size: 16px;
}

header li a {
    font-weight: 700;
    text-transform: uppercase;
}

table tr td {
    font-size: 14px;
    padding: 5px;
    text-align: left;
    color: #000;
    /*border: 1px solid #eec005;*/
}

table tr th {
    font-size: 14px;
    padding: 5px;
    text-align: left;
    color: #FFF;
    background: #eec005;
    /*border: 1px solid #FFF;*/
}

img {
    max-width: 100%;
}

img.main-logo {
    margin: 10px 0;
}

ul, ol {
    padding: 0;
}

ul li, ol li {
    list-style: none;
}

a:hover, a:focus {
    color: #eec005;
}

.wpcf7 p {
    margin: 0;
}

span.wpcf7-form-control-wrap {
    display: inline-block;
    width: 100%;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]), textarea {
    width: 100%;
    box-shadow: none;
    -webkit-appearance: none;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    padding: 5px;
    color: #2a3133;
    margin: 15px 0;
    font-weight: 400;
}

textarea {
    height: 180px;
}

input:-moz-placeholder {
    color: #2a3133;
}

input:-ms-input-placeholder {
    color: #2a3133;
}

input::-moz-placeholder {
    color: #2a3133;
}

input::-webkit-input-placeholder {
    color: #2a3133;
}

textarea:-moz-placeholder {
    color: #2a3133;
}

textarea:-ms-input-placeholder {
    color: #2a3133;
}

textarea::-moz-placeholder {
    color: #2a3133;
}

textarea::-webkit-input-placeholder {
    color: #2a3133;
}

.home-section {
    margin: 20px 0;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.made-by-xian {
    display: inline-block;
    vertical-align: middle;
}

.made-by-xian a, .made-by-xian img {
    display: inline-block;
    vertical-align: middle;
}

.single-5  {
    width: 20%;
    float: left;
    margin-top: 20px;
}

h3.strike {
    display: table;
    white-space: nowrap;
    text-transform: uppercase;
}

h3.strike:before, h3.strike:after {
   border-top: 3px solid #eec005;
   content: '';
   display: table-cell;
   position: relative;
   top: 10px;
   width: 50%;
}

h3.strike:before {
    right: 30px;
}

h3.strike:after {
    left: 20px;
}

ol.commentlist li.comment {
    padding: 20px 0;
    border-top: 1px solid #ccc;
}

hr {
    background: #ccc;
    height: 1px;
    border: 0;
}


/*********** XIAN CUSTOM ***********/
.site-title img {
    max-width: 150px;
}

footer .site-info {
    text-align: left;
}

.site-content h3 {
    color: #eec005;
}

.site-content > h3, .home-skill > h3, .home-top-banner h3, footer h3 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
    margin-bottom: 30px;
}

.content-area {
    display: block;
    position: relative;
}

.site-main:not(.no-sidebar) {
    width: 100%;
    float: left;
    display: inline-block;
}

.sidebar {
    margin-left: 70%;
}

.site-main.no-sidebar {
    width: 100%;
}

aside.content-bottom-widgets {
    width: 30%;
    float: left;
    display: inline-block;
}

.site-footer {
    text-align: center;
    background: #2a3133;
    color: #eec005;
}

.site-footer h3, .site-footer h4, .site-footer h2 {
    color: #eec005;
    font-size: 20px;
}

.site-footer p {
    margin: 0 0 30px;
    font-size: 14px;
    color: #fff;
}

.site-footer a {
    margin: 0 5px;
    font-size: 14px;
    color: #FFF;
}

.site-footer a:hover {
    color: #eec005;
}

.site-footer .footer-top {
    color: #FFF;
    padding: 30px 0;
}

.site-footer .footer-top img {
    max-height: 80px;
    width: auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

.site-footer .footer-top p {
    color: #FFF;
    line-height: 2;
}

.site-footer .footer-top form p {
    margin-bottom: 10px;
}

.site-footer .footer-top input:not([type=checkbox]):not([type=radio]):not([type=submit]), .site-footer .footer-top textarea {
    width: 100%;
    color: #FFF;
    padding: 5px 10px;
    box-shadow: none;
    margin: 0;
    -webkit-appearance: none;
    display: inline-block;
    border: 1px solid rgba(255,255,255,0.5);
    box-sizing: border-box;
    background: transparent;
}

.site-footer .footer-top textarea {
    height: 120px;
}

.site-footer .footer-top input:-moz-placeholder {
    color: rgba(255,255,255,0.8);
}

.site-footer .footer-top input:-ms-input-placeholder {
    color: rgba(255,255,255,0.8);
}

.site-footer .footer-top input::-moz-placeholder {
    color: rgba(255,255,255,0.8);
}

.site-footer .footer-top input::-webkit-input-placeholder {
    color: rgba(255,255,255,0.8);
}

.site-footer .footer-top textarea:-moz-placeholder {
    color: rgba(255,255,255,0.8);
}

.site-footer .footer-top textarea:-ms-input-placeholder {
    color: rgba(255,255,255,0.8);
}

.site-footer .footer-top textarea::-moz-placeholder {
    color: rgba(255,255,255,0.8);
}

.site-footer .footer-top textarea::-webkit-input-placeholder {
    color: rgba(255,255,255,0.8);
}

.site-footer .footer-top input[type=submit] {
    background: #FFF;
    color: #eec005;
    border-color: #FFF;
    font-weight: 700;
    float: right;
    margin: 0;
}

.site-footer .footer-top input[type=submit]:hover {
    background: #eec005;
    color: #fff;
    border-color: #eec005;
}

.footer-social a {
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    padding: 10px 5px 5px;
    border-radius: 50%;
    display: inline-block;
}

.footer-social a i {
    width: 30px;
    font-size: 20px;
}

.site-footer .footer-bottom {
    color: #FFF;
    padding: 10px 0;
    font-size: 14px;
}

.site-footer .footer-bottom p {
    margin: 0;
}

img {
    max-width: 100%;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: Inconsolata, monospace;
}

pre {
    border: 1px solid #d1d1d1;
    font-size: 14px;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    padding: 1.2em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

code {
    background-color: #d1d1d1;
    padding: 0.125em 0.25em;
}

hr {
    background-color: #d1d1d1; /* Make sure color schemes don't affect to print */
    margin: 0 0 1.75em;
    border: 0;
    height: 0;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-uppercase {
    text-transform: uppercase;
}

.navigation-top, .navigation-top .sub-menu {
    background-color: #FFF;
}

.navigation-top .sub-menu li:hover {
    background-color: #eec005;
}

.navigation-top a {
    color: #333;
}

.navigation-top .top-logo {
    width: 20%;
    float: left;
    clear: none;
}

.navigation-top .top-logo img {
    max-height: 150px;
    width: auto;
    margin-top: 15px;
}

.navigation-top .header-right {
    width: 80%;
    float: left;
    clear: none;
    text-align: right;
}

.navigation-top nav ul.menu {
    text-align: right;
}

nav li.current-menu-item a, nav li.current_page_item a {
    color: #eec005;
}

footer .site-info {
    text-transform: uppercase;
}

footer .site-info a {
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
}

footer p {
    color: #FFF;
    margin-bottom: 0;
}

.home #container {
    width: 70%;
    float: right;
    padding: 0 30px;
}

aside#secondary {
    width: 30%;
    float: left;
}

.header-right nav {
    margin-top: 25px;
}

.site-branding {
    margin: 10px 0;
    /* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}

.site-header-menu {
    margin: 20px 0 0 auto;
}

.home-bg-content {
    padding: 20px 0 0;
    position: relative;
    text-align: center;
}

.home-bg-content-new {
    padding: 20px 0 0;
    position: absolute;
    text-align: center;
    bottom: 0;
}

.home-top-banner h1 {
    font-weight: bolder;
    color: #FFF;
    font-size: 24px;
    margin-bottom: 30px;
    word-break: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.menu-section {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 8;
    text-align: center;
    background: #FFF;
}

.top-nav {
    text-align: center;
    background: #2a3133;
    font-size: 14px;
    color: #FFF;
    padding: 10px 0;
}

.top-nav p {
    margin: 0;
}

.top-nav .container a {
    color: #FFF;
    margin-right: 20px;
    font-size: 14px;
}

.header-menu {
    background: #FFF;
    border-bottom: rgba(255,255,255,0.7) 1px solid;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.header-menu.sticky {
    position: fixed !important;
    width: 100%;
    top: 0;
    box-shadow: rgba(0,0,0,0.5) 1px 1px 5px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.header-menu ul.menu {
    padding: 25px 0 20px;
    text-align: right;
    margin-bottom: 0;
}

.header-menu ul.menu li {
    display: inline-block;
    width: auto;
    margin: 10px;
    font-size: 14px;
    position: relative;
}

.header-menu.sticky ul.menu li {
    margin: 5px 10px;
}

.header-menu ul.menu li a {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    color: #2a3133;
    font-family: 'Teko', Helvetica, sans-serif;
}

.header-menu.sticky ul.menu li a {
    color: #2a3133;
}

.header-menu ul.menu li a:hover, .header-menu ul.menu li.current_page_item a {
    color: #eec005;
}

.header-menu ul.sub-menu {
    display: none;
    position: absolute;
    top: 50px;
    left: -20px;
    z-index: 400;
    width: 250px;
}

.header-menu ul.sub-menu li {
    background: #FFF;
    color: #000;
    padding: 5px 10px;
    margin: 0;
    text-align: left;
    width: 100%;
}

.header-menu ul.sub-menu li a {
    color: #000;
}

.header-menu ul.sub-menu li:hover {
    background: #000;
    color: #FFF;
}

.header-menu ul.sub-menu li:hover a {
    color: #FFF;
}

.header-menu .mobile-btns {
    display: none;
    text-align: center;
    cursor: pointer;
}

.navbar-toggle {
    border: none;
    background: transparent !important;
    margin-right: 0;
    padding-right: 0;
    margin-top: 17px;
    position: relative;
    margin-bottom: 8px;
    background-image: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
}

.navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
    background-color: #2a3133;
}

.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 11% 10%;
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggle .middle-bar {
    opacity: 0;
}

.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}

.main-body {
    text-align: center;
    position: relative;
}

body:not(.page-template-page-noheader) .header-menu {
    position: relative;
}

.header-menu .menu.navigation {
    text-align: center;
}

.header-menu img.header-logo {
    max-height: 100px;
    width: auto;
    padding: 15px 0;
}

.header-menu.sticky img.header-logo {
    padding: 10px 0;
    max-height: 80px;
}

.header-menu.sticky ul.menu {
    padding: 15px 0;
}

.second-text {
    color: #eec005;
}

.white-text {
    color: #FFF;
}

.nav.nav-pills {
    color: #2a3133;
    border-top: 1px solid #d3d9df;
    border-bottom: 1px solid #d3d9df;
    text-align: center;
}

.nav.nav-pills a {
    color: #2a3133;
    font-weight: 700;
}

.nav.nav-pills li {
    padding: 20px;
    margin: 0 auto;
}

.nav.nav-pills li.active {
    background: #eec005;
}

.nav.nav-pills li.active a {
    color: #FFF;
}

.tab-content table {
    width: 100%;
    text-align: left;
}

.tab-content table tr:not(:first-child):hover {
    background: #eec005;
    color: #FFF;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
}

.tab-content table td, .tab-content table th {
    padding: 20px;
}

/***** CUSTOM *****/

.row.white-overlay {
    background: rgba(255,255,255,0.5);
}

body.page-template-page-noheader .cs-row, body.page-template-page-noheader .cs-row i:before, body.page-template-page-noheader .cs-row a {
    color: #FFF;
}

body.page-template-page-noheader .cs-row a:hover {
    text-decoration: none;
}

body.page-template-page-noheader .header-menu {
    background: transparent;
}

body.page-template-page-noheader .site-footer {
    background: transparent;
    text-align: center;
}

.outline-link {
    position: relative;
    display: inline-block;
}

.primary-btn, input[type=submit] {
    background: transparent;
    color: #eec005;
    text-transform: uppercase;
    padding: 5px 20px;
    margin: 30px 20px 30px 0;
    font-weight: 700;
    white-space: nowrap;
    border: #eec005 1px solid;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    display: inline-block;
    width: auto;
    -webkit-appearance: none;
    cursor: pointer;
}

.primary-btn:hover, input[type=submit]:hover {
    background: #eec005;
    color: #FFF;
}

.second-btn {
    background: #eec005;
    color: #FFF;
    text-transform: uppercase;
    padding: 5px 20px;
    margin: 30px 20px 30px 0;
    font-weight: 700;
    white-space: nowrap;
    border: #eec005 1px solid;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    display: inline-block;
    width: auto;
    -webkit-appearance: none;
    cursor: pointer;
}

.second-btn:hover {
    background: #FFF;
    color: #eec005;
}

hr.line-vertical {
    background: #eec005;
    height: 80px;
    width: 1px;
    margin: 20px auto;
}

hr.line-underline {
    width: 50px;
    height: 3px;
    background: #eec005;
    margin: -30px auto 30px;
}

/********** SUB PAGES ************/


.subpage-content .contact-content {
    padding: 50px 0;
}

.about-content {
    padding: 80px 0;
}

.about-2col-content .twocol-text {
    padding: 50px !important;
}

.twocol-top {
    background: #333;
    color: #FFF;
}

.menu-item-row {
    padding: 20px 0;
}

.menu-item-row + .menu-item-row {
    border-top: #eec005 1px dotted;
}

.menu-list {
    padding: 50px;
    background: #FFF;
}

.menu-list p {
    color: #2a3133;
}

.services-content {
    padding: 80px 0;
}

.about-top {
    padding: 80px 0;
}

.about-top h4, .class-types h4 {
    line-height: 1.2;
    margin: 20px 0 10px;
}

.about-top h3 {
    margin: 0 0 20px;
}

.about-top .col-md-6 {
    margin-bottom: 30px;
}

.about-top .col-md-12 {
    margin-top: 50px;
}

.contact-content form {
    margin-top: 40px;
}

.contact-content input[type=text], .contact-content[type=email], .contact-content textarea {
    background: #f0f0f0;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    padding: 5px 20px;
    color: #2a3133;
    margin: 15px 0;
}

.contact-content input[type=submit] {
    border-radius: 5px;
    background: #eec005;
    color: #FFF;
    border: 1px solid #eec005;
}

.contact-content input[type=submit]:hover {
    color: #eec005;
    background: #FFF;
}

.class-schedule, .class-types, .membership-content {
    padding: 80px 0;
}

.membership-content .member-col .member-col-inner {
    background: #eec005;
    color: #FFF;
}

.membership-content .member-col .member-col-inner h4, .membership-content .member-col .member-col-inner p, .membership-content .member-col .member-col-inner li {
    color: #FFF;
}

.membership-content .member-col .member-col-inner hr {
    background: #FFF;
}

.intranet-quick-links ul.menu {
    text-align: left;
}

.row.intranet-heading {
    /*background: #f0f0f0;*/
    padding: 5px;
    margin: 0;
    box-shadow: 3px 3px 15px rgba(128,128,128,0.4);
}

.intranet-main-content {
    padding: 10px;
}

.intranet-main-content table.wp-list-table {
    min-width: 100%;
}

.intranet-main-content table.wp-list-table th, .intranet-main-content table.wp-list-table td {
    text-align: left;
    padding: 10px;
    border: 0;
}

.intranet-main-content table.wp-list-table th {
    background: #eec005;
    color: #FFF;
}

.intranet-main-content table.wp-list-table td {
    color: #000;
}

.intranet-main-content table.wp-list-table td i {
    color: #000;
}

.panel-body {
    text-align: left;
}

.intranet-main-content form.search-form.intranet-form {
    text-align: left;
}

.intranet-main-content form.intranet-form {
    text-align: left;
}

.intranet-quick-links ul.menu {
    margin-top: 10px;
}

.intranet-quick-links ul.menu li {
    border: 1px solid #ccc;
    text-align: left;
}

.intranet-quick-links ul.menu li a {
    padding: 5px;
    color: #333;
}

.quick-links-section h3 {
    color: #000;
    margin-bottom: 10px;
}

a.dashboard-button {
    color: #000;
}

a.dashboard-button:hover {
    color: #FFF;
}

.button-row .col-12 {
    text-align: left;
}

form.search-form textarea, form.search-form label, form.search-form select {
    min-width: 150px;
    max-width: 100%;
}

.intranet-main-content .dashboard-section .intranet-col-inner {
    text-align: left;
}

body.parent-itd-intranet .container.intranet-login-form .col-12 {
    margin-bottom: 30px;
}

.dashboard-section .intranet-col-inner th, .intranet-login-form .intranet-col-inner th {
    background: #eec005;
}

.intranet-main-content .dashboard-section table.dashboard-event th {
    font-size: 14px;
}

.intranet-main-content .dashboard-section table.dashboard-event td {
    font-size: 14px;
    padding: 5px 5px;
}

.intranet-main-content ul.green-bullet li, .intranet-main-content ul.red-bullet li {
    text-align: left;
}

.intranet-main-content input:not([type=checkbox]):not([type=radio]):not([type=submit]), textarea {
    width: auto;
    min-width: 150px;
    max-width: 100%;
}

.intranet-quick-links ul.menu#menu-intranet-frontend-menu > li a {
    padding: 10px;
}

ul.menu#menu-intranet-frontend-menu li.menu-item-has-children span.menu-bullet {
    padding: 10px;
}

table.dashboard-event {
    width: 100%;
}

table.wp-list-table tbody tr:nth-child(2n+1) th {
    background: #eec005;
}

.panel-body p {
    color: #000;
}

body.parent-itd-intranet input[type=submit]{
    color: #FFF;
}

div.dataTables_paginate a {
    margin: 0 5px;
    padding: 5px;
}

div.dataTables_paginate {
    margin-top: 20px;
}

@media screen and (max-width: 1200px) {
    .header-menu ul.menu {
        text-align: center;
    }
}

@media screen and (max-width: 1024px) {

    .home-6icons-banner .col-2 {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 990px) {
    .header-logo.text-left, .top-nav .text-left, .top-nav .text-right {
        text-align: center !important;
    }
}

@media screen and (max-width: 909px) {
    .site-header-menu:not(.toggled-on) {
        display: none !important;
    }

    .site-header-menu {
        width: 100%;
    }

    .menu-toggle {
        display: block;
        width: 100%;
    }

    .site-branding {
        width: 100%;
        text-align: center;
    }

    footer .site-info {
        padding: 60px 0;
    }

    body.parent-itd-intranet .container, div.container {
        padding: 0 20px;
    }

}

@media screen and (min-width: 768px) {

    .header-menu ul.menu {
        display: block !important;
    }

    .header-menu ul.menu li:hover ul.sub-menu {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .header-menu .menu.navigation {
        position: relative;
    }

    .navigation-top .top-logo {
        width: 100%;
        padding: 0 25%;
    }

    .navigation-top .header-right {
        width: 100%;
        text-align: center;
    }

    .navigation-top .header-right nav li {
        text-align: center;
    }

    .home #container {
        width: 100%;
    }

    aside#secondary {
        width: 100%;
        padding: 0 20px;
    }

    #primary {
        padding: 0;
    }

    .header-menu ul.menu {
        display: none;
    }

    .mobile-btns {
        display: inline-block !important;
        width: 100%;
    }

    .header-logo.text-left, .top-nav .text-left, .top-nav .text-right {
        text-align: center !important;
    }

    .top-nav .text-right {
        margin-top: 20px;
    }

    .header-logo.text-left img {
        margin: 10px auto;
    }

    .navbar-toggle {
        display: block !important;
        margin: 0 auto 30px;
    }

    .header-menu ul.menu li {
        width: 100%;
        margin: 0;
        padding: 5px 0;
    }

    .header-menu ul.menu li ul.sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        text-align: center;
        margin-top: 5px;
    }

    .header-menu ul.menu li ul.sub-menu li {
        text-align: center;
    }

    .header-menu ul.menu > li.menu-item-has-children:after {
        content: '\f078';
        font-family: FontAwesome;
        margin-left: 10px;
        position: absolute;
        top: 5px;
        right: 10px;
    }

    .home-banner img {
        margin-top: 50px;
    }

    .header-menu {
        border: 0;
    }

    .menu-container .menu.navigation .text-left {
        text-align: center !important;
    }

    .sub-top-banner {
        background-position: center center;
    }

    .sub-top-banner h1 {
        font-size: 24px;
    }
}

@media screen and (max-width: 480px) {

    .fixed-menu {
        width: 100%;
    }

    .fixed-menu li {
        width: 100%;
    }

    .fixed-nav {
        right: auto;
        left: auto;
        top: auto;
        bottom: 20px;
        width: 100%;
    }

    .fixed-nav a {
        display: inline;
        margin: 0;
        width: 25%;
        float: left;
        clear: none;
    }

    p {
        margin: 0 0 20px;
    }

    textarea {
        height: 100px;
    }

    .navbar-toggle {
        display: block !important;
        margin: 0 auto 10px;
    }

    .header-logo.text-left img {
        max-width: 120px;
    }

    .top-nav .text-right {
        margin-top: 0;
    }
    
    table.dashboard-event tr td, table.dashboard-event tr th {
        font-size: 12px;
    }
    
    .intranet-login-form .row {
        margin: 0;
    }

}