/* 
Theme Name:		 HitMag Child Theme
Theme URI:		 http://www.websitebundles.com/
Description:	 Theme by Site
Author:			 WebsiteBundles
Author URI:		 http://childthemegenerator.com/
Template:		 hitmag
Version:		 1.0.0
Text Domain:	 HitMag-child
-------------------------------------------------------------- */ 

body {
  font-family: PT Sans, sans-serif;
}

.hitmag-single p {
  line-height: 1.7;
  font-size: 18px;
}

.hitmag-single li {
  line-height: 1.7;
  font-size: 18px;
}
  
.products {
  text-align: center;
  overflow: auto;
}

.products p {
  line-height: 1.6;
  font-size: 16px;
}

.products .hitmag-post {
  margin-bottom: 20px;
}

.products .product-info {
  border: 1px solid #d9d5d2;
  box-shadow: 0px 0px 20px rgba(127, 137, 161, 0.25);
  padding: 15px 5px 15px 5px;
  position: relative;
}

.products .product-label {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #bf0000;
  padding: 3px 8px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.products .product-name {
  color: #404040;
  font-weight: 600;
  margin: 10px 0px 10px 0px;
}

.products .product-price {
  color: #404040;
  margin: 15px 0px 15px 0px;
}

.products .product-price-old {
  text-decoration: line-through;
  margin-right: 10px; 
}

.button-type-1 {
  background: #33b249;
  font-size: 1em;
  padding: 20px;
  border-radius: 10px;
}

.button-type-1 i {
  margin-left: 5px;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.hm-nav-container {
  background: #000026;
}

#main-nav-button {
  color: white;
}

.responsive-mainnav {
  background: #000026;
}

.responsive-mainnav li a {
  color: white;
}

.responsive-mainnav .menu a:hover {
  background: #E74C3C;
}

.responsive-mainnav .menu .current_page_item > a, .responsive-mainnav .menu .current-menu-item > a, .responsive-mainnav .menu .current_page_ancestor > a, .responsive-mainnav .menu .current-menu-ancestor > a {
  background-color: #E74C3C;
}

.main-navigation {
  background: #000026;
}

.main-navigation a {
  color: white;
}

.main-navigation ul ul {
  background: #000026;
  color: white;
}

.main-navigation .menu a:hover {
  background: #E74C3C;
}

.main-navigation .menu .current_page_item > a, .main-navigation .menu .current-menu-item > a, .main-navigation .menu .current_page_ancestor > a, .main-navigation .menu .current-menu-ancestor > a {
  background-color: #E74C3C;
}              

.site-info {
  background: #000026;
  color: white;
  text-align: center;
}

.site-info-owner {
  width: 100%;
}

.hm-search-button-icon {
  color: white;
}