/*
Theme Name: denitycars
Theme URI: h#
Author: Denitycars
Author URI: https://www.denitycars.com/
Description: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
/* font-family: 'Open Sans', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700');
/* font-family: 'Oswald', sans-serif; */
/* common */
body {
   color: #212529;
   font-family: 'Open Sans', sans-serif;
   font-weight: 400;
   font-size: 16px;
   line-height: 1.5;
   overflow-x:hidden;
}
p {
	color: #212529;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 15px;
}
a {
	color: #337ab7;
	text-decoration: none;
}
a:focus, a:hover {
	color: #23527c;
	text-decoration: underline;
}
ol, ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
dl, ol, ul {
	margin-top: 0;
	margin-bottom: 1rem;
}
img {
   max-width: 100%;
   height: auto;
   border: none;
   border-radius: 0;
}
/* header */
.logo-area {
	margin: 10px 0;
}
.header-top {
	text-align: center;
	font-size: 22px;
	color: #AAA;
	font-family: 'Oswald', sans-serif;
}
.header-top p {
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	color: #AAA;
}
.header-top strong {
	font-size: 30px;
	font-family: 'Oswald', sans-serif;
	color: #666;
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: 400;
}
.menu-area {
	background: #17a2b8;
}
.navbar-default {
  background: none;
  border: medium none;
  border-radius: 0;
  margin: 0;
  min-height: 1px;
}
.navbar-collapse {
  padding: 0;
}
.navbar-default ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
	font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 16px;
}
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li.menu-item-has-children:hover > a {
color: rgba(255,255,255,.75);
}
.navbar-default .navbar-nav > li.current-menu-item > a,
.navbar-default .navbar-nav > li.current-menu-parent > a {
color: #ffffff;
background: cadetblue;
}
.navbar-default ul.sub-menu {
  background: #17a2b8;
  border: medium none;
  border-radius: 0;
  display: none;
  padding: 10px 11px 12px;
  position: absolute;
  min-width: 250px;
  z-index: 99999;
  margin: 0;
}
.navbar-nav > li:hover .sub-menu {
  display: block;
}
.sub-menu li > a {
  border: medium none;
  color: #ffffff;
	font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 2px 0;
  padding: 3px 0;
  text-decoration: none;
  text-align: left;
  display: block;
}
.sub-menu li > a:hover, .sub-menu li > a:focus, 
.sub-menu li.current-menu-item > a {
  color: rgba(255,255,255,.75);
}
footer {
	background: #f1f1f1;
	padding-bottom: 30px;
}
.footer-widget-area {
	background: #666;
	margin-bottom: 20px;
	padding: 30px 0 5px;
}
.footer-bottom {
	text-align: right;
}
.footer-widget-area .widget-title {
	color: #00327D;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 15px;
	font-size: 24px;
}
.footer-widget-area ul li a {
	color: #fff;
	background: url(images/sidearrow.png) no-repeat left 5px;
	padding-left: 20px;
	margin-bottom: 10px;
	display: inline-block;
}
.footer-widget-area p {
	color: #fff;
}
.section-title h4 {
	text-transform: uppercase;
	font-size: 24px !important;
	line-height: 25px !important;
	margin-top: 9px !important;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #333;
}
.brethcrumb {
	margin-top: 83px;
	margin-bottom: 10px;
}
.brethcrumb, .brethcrumb a {
	color: #333;
}
.brethcrumb a:hover {
	color: #23527c;
}
.sidebar-section {
	background: #f5f5f5;
	height: 100%;
	padding-top: 85px;
	position: relative;
}
.left-sidebar {
	padding: 30px 20px;
	background: #fff;
	margin-bottom: 30px;
}
.left-sidebar .widget-title {
	margin-bottom: 20px;
	font-size: 24px;
}
.left-sidebar a {
	color: #333;
}
.left-sidebar a:hover {
	color: #0056b3;
}
.cta-box a {
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	color: #333;
}
.cta-box a:hover {
	color: #0056b3;
	text-decoration: none;
}
.wpb_text_column.wpb_content_element.cta-box {
	padding-left: 70px;
	background: url(images/store.png) no-repeat scroll left top;
	margin-bottom: 70px;
}
.content-area {
	margin-bottom: 20px;
}
.main-content .container{
	position: relative;
}
.main-content .container::after {
	content: "";
	position: absolute;
	background: #f5f5f5;
	left: 75%;
	height: 100%;
	width: 100%;
	top: 0;
	z-index: -1;
	display: block;
}
.list-con ul li {
	font-size: 14px;
	margin-bottom: 20px;
}
.list-con ul li a {
	background: url(images/city-arrow.png) no-repeat scroll left 5px;
	display: block;
	padding-left: 18px;
	color: #333;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	display: block;
}
.list-con ul li a:hover {
	color: #0056b3;
	text-decoration: none;
}
@media only screen and (max-width: 767px) {
.main-content .container::after {
	content: none;
}
.navbar-default ul {
	width: 100%;
}
.section-title h4 {
	font-size: 22px !important;
}
.footer-bottom {
	text-align: left;
}

}