/*
Theme Name:     ASC
Description:    American Signal Corporation
Author:         mindspike
Template:       jupiter

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/


.container {
	max-width: 1160px;
	margin: 0 auto;
}

.page-title {
  font-size: 1.8em;
	font-weight: bold;
}

.mk-tabs a {
  color: #2B3990;
}

.mk-breadcrumbs-inner, .mk-breadcrumbs-inner.light-skin a {
	color: #2B3990 !important;
}

.home-callout {
  border: 5px #fff solid;
}

.home-callout a {
  color: #2B3990 !important;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.home-callout a:hover {
  color: #F15A29 !important;
}

.menu-products-sub-nav {
	
}

ul #menu-products-sub-nav {
	list-style: none !important;
}

.theme-content ul li {
	padding-bottom: 10px;
}

.btn-blue {
	background: #2b3990;
	padding: 14px 24px;
	color: #fff;
	-moz-transition: all .2s;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.btn-blue:hover {
	background: #f15a29;
	color: #fff;
	cursor: pointer;
}

#menu-products-sub-nav .sub-menu {
	display: block !important;
	overflow: visible !important;
	height: auto !important;
}

#menu-products-sub-nav .sub-menu li {
	display: block !important;
	padding-left: 20px !important;
}

#menu-products-sub-nav li a {
	font-weight: bold !important;
}

#menu-products-sub-nav li li a{
	font-weight: 400 !important;
}

.sub-menu li a {
	color: #555 !important;
}

.page-featured {
	width:100%;
	height: 400px;
}


@media (max-width: 1200px) {

}

@media (max-width: 1024px) {

}

@media (max-width: 768px) {
.page-featured {
	height: 350px;
}
#mk-breadcrumbs {
	display: none;
}
.mk-footer-logo {
	width: 100%;
	text-align:center;
}
}

@media (max-width: 480px) {
.page-featured {
	height: 200px;
}
}