/*
Theme Name: ednweb
Author: Adam Bowling
Author URI: https://emeralddata.net
Description: Emerald Data Networks Web
Version: 1.0.1
Tags: computing, consulting, business
*/
body {
    background-color: #121212;
    color: #165074;
    font-family: 'Roboto', Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 100%;
    margin: 0;
    overflow-x: hidden;
    padding: 0;
    width: 100%;
}

main {
    background-color: #FFF;
    min-height: 300px;
    padding: 0 172px 84px 48px;
}

div.page-content {
    padding: 24px 0 24px 0;
}

div.page-content h2 {
    color: navy;
    font-weight: 700;
}

div.page-content h3 {
    font-size: 24px;
    font-weight: 700;
}

div.page-content h4 {
    font-size: 16px;
    font-weight: 700;
}

h5.page-feature {
	color: #8A8A8A;
	padding: 24px 0 0 0;
}

span.customers-list, span.listed-item {
    font-weight: bold;
    padding: 0 0 0 18px;
}

ul.menu-list {
    background-color: #FFF !important;
    border: none;
    padding: 0 0 10px 8px;
    z-index: 100;
}

ul.menu-list li {
    margin: 8px 0 0 0;
    padding: 0 16px 0 8px;
    list-style-type: none;
}

ul.menu-list li.subitem {
    display: none;
}

ul.menu-list li.subitem-heading {
    font-size: 16px;
    font-weight: 700;
}

ul.menu-list:hover {
    border: solid 1px #CECECE;
}

ul.menu-list:hover li.subitem {
    display: block;
}

ul.menu-list li.subitem:hover {
    font-weight: bold;
}

#bottom_bar {
    background-color: #121212;
    color: #676767;
    font-size: 12px;
    text-align: center;
    width: 100%;
}

#company_logo {
    height: auto;
    width: 50%;
}

#front_server {
    height: auto;
    width: 300px;
}

#header_menu {
    background-color: #000040;
    border-bottom: solid 1px #C9C9C9;
    margin: 0;
    padding: 12px 0 12px 0;
}

#header_menu .col {
    vertical-align: middle;
}

#logo_row {
    background-color: #000030;
    padding: 10px 0 10px 0;
}

#navrow {
    background-color: #FFF;
    padding: 0 0 0 48px;
    position: relative;
}

#navrow ul.menu-list {
    position: absolute;
}

#navrow a, navrow a span.bi {
    color: #165074;
    text-decoration: none;
}

#navrow ul {
    margin: 0 12px 0 12px;
    padding: 0;
    width: 180px;
}

#navrow span.bi {
    font-size: 18px;
}

#social_menu {
    background-color: #023020;
    color: #FFF;
    font-size: 12px;
    min-height: 28px;
    padding: 0 24px 0 0;
    text-align: right;
    vertical-align: middle;
}

#social_menu a {
    text-decoration: none;
}

#social_menu .bi {
    color: #FFF !important;
    font-size: 20px;
    padding: 0 0 0 24px;
}

#social_menu div {
    height: 14px;
}

