
h4 {
  font-weight: bold;
}

.item-title h4 {
  height: 38px;
  font-size: 17px;
  overflow: hidden;
}

.widget h2, .widget h3 {
  margin-bottom: 20px;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  .navbar-brand .logo {
    font-size: 20px;
  }
}

.navbar-brand .logo img {
  height: 34px;
  margin-top: -1rem;
}
@media only screen and (max-width: 768px) {
  .navbar-brand .logo img {
    height: 24px;
  }
  .navbar-brand .logo {
    font-size: 15px;
  }
}
/*Disable HTML5 input spinners on number fields*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

form .optional {
  font-size: 0.8em;
  color: #aaa;
}

.input-lg {
  font-size: 14px;
}

#dashboard-menu-dropdown {
  margin-left: 10px;
}

/*============body===================*/
body {
  background: #EEE;
  font-family: Open Sans, sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #555;
  line-height: 25px;
  letter-spacing: 0.8px;
  padding-top: 80px;
}

a {
  color: #777;
}

a:hover {
  text-decoration: none;
  color: #398110;
}

/*===============Form Style==============*/
.form-control {
  box-shadow: none;
}

.form-group input, .form-group textarea {
  background-color: transparent;
  border: 1px solid #dddddd;
  border-radius: 3px;
  box-shadow: none;
  font-size: 14px;
  padding: 9px;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #58b325;
}

.input-group-addon {
  background-color: transparent;
}

.input-lg {
  border-radius: 4px;
}


/*===========Navbar Top==============*/
.navbar {
  margin-bottom: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.navbar-brand {
  height: 70px;
}

.logo {
  font-size: 25px;
  color: #58b325;
  font-weight: 800;
  text-transform: uppercase;
}

.navbar-top {
  background: #FFF;
  padding-top: 10px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background-color: #58b325;
  color: #FFF;
}

.navbar-nav > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 200;
}

.navbar-right {
  margin-top: 15px;
}

.navbar-nav > li.new-ads a {
  min-width: 180px;
  color: #FFF !important;
}

.navbar-nav > li.new-ads a:hover, .navbar-nav > li.new-ads a:focus {
  background-color: #398110;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #58b325;
}

.btn-ads {
  background-color: #58b325;
}

.dropdown-login {
  border: 1px solid #DDD;
  box-shadow: none;
  border-top-left-radius: 5px !important;
}

.btn {
  text-transform: uppercase;
}

.btn-custom {
  background-color: #58b325;
  color: #FFF;
}

.btn-custom:hover {
  background-color: #398110;
  color: #FFF;
}


/*===========Hero==================*/
.hero {
  min-height: 300px;
  background: url("../img/shutterstock_100687789-hero-compressor.jpg") no-repeat center center / cover rgba(0, 0, 0, 1);
  color: #FFFFFF;
  position: relative;
}

.hero-layer {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.hero-title {
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 75px;
  /*color: #000;*/
}

@media (max-width: 767px) {
  .hero-title {
    margin-top: 60px;
  }
}


.hero-search-box {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.hero-search-box {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px;
}

.search-input {
  padding: 5px;
}


/*==========Main & Widget=================*/
.wrapper {
  /*margin-top:70px !important;*/
}

.handle {
  position: absolute;
  right: 0;
  top: 100px;
}

.main {
  padding: 30px 0;
  min-height: 460px;
}

.widget, .post, .box-content {
  background: #FFF;
  padding: 15px;
  border: 1px solid #DDD;
  border-radius: 5px;
  margin-bottom: 20px;
}

.widget h2, .widget h3 {
  margin: 0;
  margin-bottom: 4rem;
}

.widget h3 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  color: #58b325;
  margin-bottom: 1rem;
}

.section-header {
  color: #58b325;
  text-transform: uppercase;
  border-bottom: 1px solid #DDD;
  margin-bottom: 20px;
}

.section-header h2 {
  font-size: 20px;
  font-weight: 700;
}


/*===============Product=================*/

.product-footer {
  height: 35px;
  padding-top: 10px;
  border-top: 1px solid #DDD;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.badge {
  padding: 15px;
  position: absolute;
  right: -5px;
  top: 20px;
}

.badge:before {
  top: 0;
}

.badge::before, .badge::after {
  border-left: 10px solid transparent;
  content: "";
  left: -9px;
  position: absolute;
}

.badge::after {
  bottom: 0;
}

.badge.base::after {
  border-bottom: 27px solid #3498db;
}

/*=================Category===============*/

.item-title h4 {
  font-weight: 600;
}

.item-meta ul {
  list-style: none;
  padding: 0;
}

.item-meta ul li {
  /*display: inline-block;*/
  font-size: 12px;
  margin-right: 10px;
  color: #BBB;
}

.item-meta ul li a {
  color: #BBB;
}

.item-meta ul li a:hover {
  color: #398110;
}

/*Grid*/
.item-ads-grid {
  padding: 10px;
  border: 1px solid #DDD;
  margin-bottom: 20px;
  background-color: #FFF;
  overflow: hidden !important;
  position: relative;
  /*min-height: 390px;*/
}

.item-action-grid ul {
  list-style: none;
  padding: 0;
}

.item-action-grid ul li {
  display: inline;
  font-size: 12px;
  color: #BBB;
}

.item-badge-grid {
  top: 4rem;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  left: -4rem;
  position: absolute;
  transform: rotate(-45deg);
  z-index: 3;
  width: 20rem;
}

.item-badge-grid a,
.item-badge-grid span {
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  display: block;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);*/
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.item-badge.featured-ads, .item-badge-grid.featured-ads {
  background: #5cb85c;
}

/*==============Counter================*/
.counter {
  padding: 20px 0;
  background: #58b325;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
}

.counter .item-count {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

.counter .item-icon {
  margin-bottom: 20px;
  font-size: 40px;
  display: block;
}

.counter .item-info {
  display: block;
  margin-bottom: 20px;
}

/*============Footer=================*/
.footer {
  background: #fff;
  border-top: solid 1px #ddd;
  padding: 30px 0;
  font-size: 12px;
  color: #4e575d;
  letter-spacing: 0.5px;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer-menu li a {
  border-left: 1px solid #ddd;
  color: #4e575d;
  font-size: 12px;
  padding: 0 10px;
  text-transform: uppercase;
}

.footer-menu li a:first-child {
  border-left: 0;
}

@media (max-width: 767px) {
  .footer ul {
    float: none;
    padding: 0;
    text-align: center;
    width: 100%;
  }

  .footer ul:last-child {
    margin-top: 20px;
  }

  .hero-title {
    font-size: 20px;
  }
}