/*
Theme Name: Twenty Seventeen
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
body {font-family:"Calibri", Arial, Helvetica, sans-serif; font-size:1.8em; background:#000; color:#fff;}
h1, h2, h3, h4, h5, h6 {font-family:"Calibri", Arial, Helvetica, sans-serif;}
h1 span {color:#ccc;}
h1 {color:#fff; padding:15px 0px; margin:0px; font-size:3.5em;}
h2 {font-size:2.4em; margin-top:0px;}
h3 {font-size:1.5em;}
.marginTop10px {margin-top:10px;}
.bgDarkblue {background:#13182b;}
.bodyContainer {margin-top:20px; margin-bottom:20px;}
.bodyContainer h2, h3, h4, h5, h6 {color:#fff;}
.breadcrumb {background:#333;}
.breadcrumb a {color:#fff;}
.breadcrumb .active {color:#ccc;}
.list-group-item {background:#333; color:#fff; border-color:#555;}
.bgBlue {background:#17a3eb; color:#fff; padding:15px 0px;}
.bgBlue h2 {font-size:2.4em; color:#fff; margin-top:0px;}
.bgBlue h3 {font-size:2.0em; color:#fff;}
.bgBlueheading {background:#17a3eb; color:#fff; padding:15px 0px; border-radius:4px;}
.bgBlueheading h2 {font-size:2.4em; color:#fff; margin:0px; padding-left:15px;}
footer {margin-top:20px;}
.bgBottom {background:url(../chapman/assets/images/bg-bottom.jpg) left top no-repeat #12172b; border-bottom:1px solid #272c3f;  min-height:280px; padding:30px 0px;}
.bgBottom h3 {color:#fff;}
.footer {background:#131723; font-size:15px; padding:20px 0px;}
.footer ul li {padding-left:15px; padding-right:15px;}
.footer ul li a {color:#fff;}
.footer span {color:#999;}
.lineHeight20px {line-height:30px;}
.marginTop0px {margin-top:0px;}
.videoBorder {border:1px solid #333;}

/* Left navigation */
.nav-side-menu {background-color: #13182b; top: 0px; color: #e1ffff;}
.nav-side-menu .brand {background-color: #222; line-height: 50px; display: block; text-align: center; font-size:22px;}
.nav-side-menus {background-color: #13182b; top: 0px; color: #e1ffff;}
.nav-side-menus .brand {background-color: #222; line-height: 50px; display: block; text-align: center; font-size:22px;}
.nav-side-menu .toggle-btn {display: none;}
.nav-side-menu ul {padding:0px; margin:0px; left: 257px; top: 0px;}
.nav-side-menu ul li {list-style: none; padding:10px 0px 10px 10px; margin: 0px; cursor: pointer; background:#333;}
.nav-side-menu ul :not(collapsed) .arrow:before, .nav-side-menu li :not(collapsed) .arrow:before {font-family: FontAwesome; content: "\f105"; display: inline-block; padding-left: 10px; padding-right: 10px;   vertical-align: middle; float: right; }
.nav-side-menu ul .active,
.nav-side-menu li .active {border-left: 3px solid #d19b3d; background-color: #4f5b69;}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {color: #d19b3d;}
.nav-side-menu ul .sub-menu li.active, 
.nav-side-menu li .sub-menu li.active a {color: #e1ffff;background-color: #4f5b69;}
.nav-side-menu ul .sub-menu li, .nav-side-menu li .sub-menu li {background-color: #181c20; border: none; border-bottom: 1px solid #23282e; margin-left: 0px; font-size:16px; padding-left:5px !important; border-left:3px solid #2e353d;}
.nav-side-menu ul .sub-menu li:hover, .nav-side-menu li .sub-menu li:hover {background-color: #16a3eb; border-left:3px solid #2e353d;}
.nav-side-menu ul .sub-menu li:before, .nav-side-menu li .sub-menu li:before {display: inline-block; padding-left: 10px; padding-right: 10px; vertical-align: middle;}
.nav-side-menu li {padding-left: 15px; border-left: 3px solid #2e353d; border-bottom: 1px solid #222}
.nav-side-menu li a {text-decoration: none; color: #e1ffff;}
.nav-side-menu li a i {padding-left: 10px; width: 20px; padding-right: 20px;}
.nav-side-menu li:hover {border-left: 3px solid #222; background-color: #16a3eb; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease;
  transition: all 1s ease;}


@media only screen and (max-width: 767px) 
{
  .nav-side-menu {position: relative; width: 100%; margin-bottom: 10px;}
  .nav-side-menu .toggle-btn {display: block; cursor: pointer; position: absolute; right: 10px; top: 10px; z-index: 10 !important; background-color: #ffffff; color: #000; width: 40px; text-align: center;}
  .brand {text-align: left !important; font-size: 22px; padding-left: 15px; line-height: 50px !important;}  
  .bgBottom {min-height:200px; padding:15px 0px;}
  .lineHeight20px {line-height:24px;}
  
}
@media only screen and (min-width: 992px) 
{
  .nav-side-menu .menu-list .menu-content {display: block;}
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
	.nav-side-menu {position: relative; width: 100%; margin-bottom: 10px;}
  .nav-side-menu .toggle-btn {display: block; cursor: pointer; position: absolute; right: 10px; top: 10px; z-index: 10 !important; background-color: #ffffff; color: #000; width: 40px; text-align: center;}
  .brand {text-align: left !important; font-size: 22px; padding-left: 15px; line-height: 50px !important;}  
  .bgBottom {min-height:200px; padding:15px 0px;}
	.bgBottom {min-height:200px; padding:15px 0px;}
}

/* For company name or logo */


@media only screen and (min-width:480px) and (max-width:980px)
{
	h1 {font-size:2.5em;}
}

@media only screen and (min-width:380px) and (max-width:479px)
{
	h1 {font-size:2.0em;}
}

@media only screen and (min-width:320px) and (max-width:379px)
{
	h1 {font-size:1.7em;}
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #e1ffff !important;
    background: none !important;
}
@media only screen and (min-width:320px) and (max-width:980px)
{
	.nav-side-menu {display:none;}
        .nav-side-menus {display:block;}
}