/*!
 * Marketing 360 WooCommerce Template 103
 */
body {
    
	font-family: 'Open Sans', sans-serif;
}
/* ==========================================================================
   Colors
   ========================================================================== */

/* Background Colors */

.btn,
.comment-form .form-submit input[type="submit"],
.woocommerce.widget_product_search [type="submit"],
.button,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  background: #c30a0c;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.comment-form .form-submit .submit:hover,
.comment-form .form-submit .submit:focus,
.button:hover,
.button:focus,
.woocommerce.widget_product_search [type="submit"]:hover,
.woocommerce.widget_product_search [type="submit"]:focus {
  background: #981214;
}

.btn-secondary,
.woocommerce .onsale {
  background: #f7941d;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  background: #e8850e;
}

/* Text Colors */

a,
.pagination>li>a,
.pagination>li>span,
.pagination-nav ul>li>a,
.pagination-nav ul>li>span {
  color: #000;
}
a:hover,
a:focus,
.main-nav>ul>li.active>a,
.main-nav>ul>li>a:hover,
.main-nav>ul>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus,
.pagination-nav ul>li>a:hover,
.pagination-nav ul>li>span:hover,
.pagination-nav ul>li>a:focus,
.pagination-nav ul>li>span:focus {
  color: #c30a0c;
}

/* ==========================================================================
   Base
   ========================================================================== */

/* Buttons */
.btn,
.comment-form .form-submit input[type="submit"],
.woocommerce.widget_product_search [type="submit"],
.button {
  border-radius: 0;
}
.btn-search {
  background: none;
  border: 1px solid #ccc;
  color: #888;
}

/* Forms */

.form-control {
  border-radius: 0;
}

/* ==========================================================================
   Slider
   ========================================================================== */

.carousel-fade .carousel-inner .item {
  opacity: 0.7;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0.5;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

/* ==========================================================================
   Header
   ========================================================================== */
.site-header-main {
    margin-top: -25px;
}
.site-header {
  margin-bottom: 30px;
  background-color: #1c2956 ;
  box-shadow: 0 0 15px rgba(0,0,0,0.25) inset;
  -moz-box-shadow: 0 0 15px rgba(0,0,0,0.25) inset;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.25) inset;
  color: #fff;
}
.site-header a {
  color: #fff;
}

.site-header-top {
  background: none;
  color: #fff;
}
.site-header-top .btn-link {
  color: #fff;
}

.site-header-main {
  padding: 0 0 10px;
}

/* Navigation */
.site-header-nav {
  background: url(../img/nav-bg.jpg);
  border-top: none;
  border-bottom: 2px solid #f0e8ce;
}
.main-nav>ul>li>a {
      color: #7a7a7a;
    text-transform: uppercase;
    font-size: 15px;
	font-family: 'Oswald', sans-serif;
}

/* ==========================================================================
   Content
   ========================================================================== */


/* ==========================================================================
   Sidebar
   ========================================================================== */


/* ==========================================================================
   Homepage
   ========================================================================== */


/* ==========================================================================
   Posts
   ========================================================================== */

dl {
  margin-bottom: 10px;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
    border-top: none;
}
.footer-newsletter {
  padding: 15px 0 5px;
  background: #2b5e7a;
  border-top: 1px solid #ccc;
  border-bottom:4px solid #123a51;
      color: #fff;
}

.site-footer {
  background: #1c2956 ;
  color: #fff;
}
.site-footer a {
  color: #fff;
}
.site-footer a:hover,
.site-footer a:focus {
  color: #aaa;
}
.site-footer-bottom {
  background: none;
}

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


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

.products-inner {
  padding: 10px;
  border: 1px solid #eee;
}
.products-inner > a:hover {
  opacity: 0.80;
}

/* ==========================================================================
   Single Product Page
   ========================================================================== */

.summary h1 {
  font-size: 22px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

/* Extra Small devices ONLY (mobile, anything 767px and DOWN) */
@media (max-width: 767px) {

}

/* Small devices ONLY (tablets, anything 768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Medium devices ONLY (desktops, anything 992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {

}

/*
 * Begin "Not Limited" Media Queries - These pertain to the minimum pixel value and up.
 */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

  /* Header */
  .header-info {
    margin-top: 28px;
  }

  /* Single Product Page */
  .summary h1 {
    font-size: 26px;
  }

  /* Footer Newsletter */
  .footer-newsletter form {
    margin-top: 8px;
  }

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}