/*
Theme Name: DevDmBootstrap3
Theme URI: http://devdm.com/DevDmBootstrap3
Author: Danny Machal
Author URI: http://devdm.com/
Description: A versatile and responsive Bootstrap WordPress starter theme FOR DEVELOPERS based on Twitter Bootstrap 3.3.6.
Version: 1.80
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, right-sidebar, fluid-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, rtl-language-support, theme-options, translation-ready
Text Domain: devdmbootstrap3

devdmbootstrap3 WordPress Theme, Copyright 2016 Danny Machal.
devdmbootstrap3 is distributed under the terms of the GNU GPL v3.
*/

/* The bootstrap.css file is auto-enqueued in functions.php */

/* YOU SHOULD BE MAKING A CHILD THEME. Don't let me be a bad guy and erase all your hard work with a theme update. I just want to bring you new amazing features. I don't want to destroy your world. I've made a child theme available for you to use. Download it here http://devdm.com/DevDmBootstrap3/child-themes/ */

/****************** Special Blank CSS classes for child themes to use without disturbing core bootstrap styles ****************/

.dmbs-container {

}

.dmbs-header {

}

.dmbs-header-img {

}

.dmbs-header-text {

}

.dmbs-top-menu {

}

.dmbs-content {

}

.dmbs-main {

}

.dmbs-left {

}

.dmbs-right {

}

.dmbs-footer-menu {

}

.dmbs-author-credits {

}

.dmbs-footer {

}
.navbar-inverse {
    background-color: #eb4640;
    border-color: #eb4640; 
	border-radius: 0 !important;
}
.navbar-nav > li {
    display: inline-block;
	float: none;
}
.navbar-nav > li a {
   color: #fff;
}
.navbar-nav {
    float: none; 
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { 
    text-align: center;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: rgba(0,0,0,0);
    text-decoration: underline;
}
.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover {
    text-decoration: underline;
}
body {
	background-color:#2e2b2b;
	    color: #6e6e6e;
	    font-family: 'Lucida Sans Unicode', sans-serif;
}
h1 .custom-header-text-color {
	font-weight:bold;
	
}
.custom-header-text-color {
    color: #6e6e6e !important;
} 
.container.dmbs-container {
    background-color: #fff;
    margin: 60px auto 30px;
	max-width: 1000px;
}
.container {
	max-width: 1000px;
}
img{
	max-width: 100%;
}
.page-header { 
	padding: 5px 5px;
    margin: 8px 0 10px;
    border-bottom: 1px solid #eeeeee;
    font-size: 22px;
 background-color: #fff;
}
h2, .h2 {
    font-size: 17px;
    background-color: #ececec;
    padding: 5px 5px;
}
.dmbs-author-credits {
    background-color: #49484e;
    border-bottom: 5px solid #eb4640;
    padding: 20px 0;
    color: #e2e0e0;
    margin-top: 50px;
}
.navbar { 
	margin-bottom: 0px;
}
label {
	display: block;
}
input[type="text"],textarea, input[type="email"]{
	width:100%;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #fff;
    text-decoration: underline;
}
.dropdown-menu li a{
	color: #262626 !important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff !important;
    text-decoration: none;
    outline: 0;
    background-color: #eb4640;
}
.dropdown:hover >.dropdown-menu {
	display: block;
}
.dropdown-menu .dropdown-menu { 
    position: absolute;
    top: 0;
    left: 100%;
}

.dropdown-menu:hover>.dropdown-menu {
    display: block;
} 
@media screen and (max-width: 767px) {
	.navbar-nav > li {
    display: block;
    text-align: center;
}
 .dropdown-menu,  .dropdown-menu .dropdown-menu  {
    position: relative !important;
    float: none !important;
    width: auto !important;
    margin-top: 0 !important;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
 }
 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff !important;
    text-align: center;
}
 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #d0322c;
}
}