body {
    font-size: 14px;
    line-height: 19px;
    color: #cbdbd1;
    background-color: #24262b;
    font-family: sans-serif;
}
a, a:hover{text-decoration: none !important;}
#wrapper{overflow: hidden;margin: 0 auto;}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 15px;
}
img{
    max-width: 100%;
    height: auto;
}
header{
	position: relative;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.mt-20{
    margin-top: 20px;
}
header {
    background-color: #1e2024;
}
.wrap-header{
	padding: 5px 0;
    transition: .3s all ease-in-out;
}

header h1#logo{
	margin: 0;
}
header h1#logo a{
	display: flex;
}
.menu, .menu .sub-menu{
	padding-left: 0;
	margin-bottom: 0;
}
.menu{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -ms-flex-direction: row;
    flex-direction: row;
}
.menu li{
	position: relative;
	list-style-type: none;
	display: inline-block;
}
.menu li.menu-item-has-children:before {
    content: "";
    position: absolute;
    left: 39%;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 5px solid #ffc107;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    visibility: hidden;
    opacity: 0;
    transition: .2s;
}
.menu li.menu-item-has-children:hover:before {
    opacity: 1;
    visibility: visible;
}
.menu .sub-menu{
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #4c5358;
	min-width: 370px;
    column-count: 3;
    border-top: 3px solid #ffc107;
    background-color: #1e1c1ceb;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    z-index: 10;
	display: none;
}
.menu .sub-menu li,.header-bottom .menu .sub-menu li a{
	width: 100%;
}
.menu li:hover>.sub-menu{
	display: block;
}
.menu .sub-menu .sub-menu{
	top: 0;
	left: 100%;
}
.menu ul.sub-menu li a {
    text-transform: inherit;
}
.menu li a{
	color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 13px 10px;
    display: inline-block;
}
.menu li a:hover{
	color: #ffc107;
}
.menu li.current-menu-item>a{
    color: #ffc107;
}
.menu .menu-item-has-children>a::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.list-socials{
	padding-left: 0;
	margin-bottom: 0;
}
.list-socials li{
	list-style-type: none;
	display: inline-block;
	margin-left: 10px;
}
.list-socials li:first-child{
	margin-left: 0;
}
.list-socials li a{
	color: #bbb;
}
.list-socials li a:hover{
	color: #e73737;
}
header .search-form{
	width: 250px;
    max-width: 400px;
    float: right;
    position: relative;
}
header .search-form input {
    color: #f9fafb;
    background-color: #24262b;
    margin-bottom: 0;
    border: 0;
    border-radius: 3px;
    padding: 0 8px 0 35px;
    font-weight: 300;
    height: 2.5rem;
    line-height: normal;
    display: block;
    width: 90%;
    outline: none;
    font-size: 13px;
}

header .search-form input::placeholder {
  color: #fff;
  opacity: 1;
}

header .search-form input:-ms-input-placeholder {
  color: #fff;
}

header .search-form input::-ms-input-placeholder {
  color: #fff;
}
header .search-form button[type=submit], header .search-form button[type=submit]:hover, header .search-form button[type=submit]:focus {
    outline: none;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    cursor: pointer;
    padding: 10px 15px;
    display: inline-block;
    color: #d1a110;
}

footer .widget-title{
    position: relative;
    font-size: 18px;
    color: #ad891c;
    border-bottom: 1px solid #ad891c;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-bottom: 5px;
    font-weight: 500;
}
footer .footer-top{
    padding: 30px 0 0;
    background: #1e2024;
}
footer .copyright{
    background: #1e2024;
    border-top: 1px dotted #423d3d;
    text-align: center;
    padding: 17px;
    font-size: 17px;
    color: #fff;
}
footer .menu{
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
footer .menu li{
    list-style-type: none;
    padding: 0 5px;
}
footer .col-md-6 ul li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
footer .menu li a {
    color: #dee2e6;
    border-bottom: 1px dotted #423d3d;
    padding: 2px;
    display: block;
    text-transform: inherit;
}
footer .menu li a:hover{
    color: #e73737;
}

.show-in-mobile{
    display: none;
}
.overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0,0.5);
    z-index: 10;
    display: none;
}
