/* ================================================================================
Theme Name: Sparkline
Theme URI: http://themeforest.net/user/whoathemes/
Description: A child theme of Marketing by WhoaThemes created for Sparkline.
Version: 1.0
Author: Sparkline
Author URI: http://www.sparkline.com/
Template: marketing
================================================================================ */

/*CUSTOM STYLES*/
@import url("../marketing/style.css");

/* =Theme customization starts here
------------------------------------------------------- */
.btn,
[class*="button"],
.wpcf7-submit {
  border-radius: 5px!important;
  border: 0 none !important;
  color: #fff !important;
  background-color: #0b4d8b !important;
}
* {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
p {
  font-weight: 300!important;
  font-size: 15px;
  line-height: 24px;
}
a {
  font-weight: 400!important;
}
h1, h2, h3, h4, h5, h6, strong, .bold {
  font-weight: 400!important;
}
.row {
  margin: 0 15px;
}
.wt_testimonial_content {
  width: 80%;
}
#wt_footer .col-md-2 {
  width: 20%!important;
}
@media only screen and (max-width: 767px) {
  #wt_footer .col-md-2 {
    width: 100%!important;
  }
}
@media (max-width: 768px) {
  .page-id-4090 .vc_single_image-wrapper {
    margin-top: 60px;
  }
  .vc_custom_1491272952082 .wpb_text_column .wpb_wrapper {
    margin-top: -90px;
    margin-bottom: 60px;
  }
  .woocommerce table.shop_table td {
    padding: 6px;
  }
  .woocommerce-cart .order-total td:nth-child(1) {
    display: none;
  }
  .woocommerce-cart .actions:nth-child(1) {
    display: none;
  }
  .actions {
    float: left;
  }
  .order-total {
    clear: both;
  }
  .coupon .button {
    width: 80px !important;
  }
  .order-total td:before {
    content: attr(data-title) "" !important;
  }
  .order-total .actions {
    display: none !important;
  }
  .woocommerce-cart .wpb_wrapper {
    margin-top: -60px;
    margin-bottom: -30px;
  }
  .woocommerce-checkout .order-total {
    display: none !important;
  }
  .cart-discount td:nth-child(1) {
    display: none !important;
  }
  #coupon_code {
    width: 100px;
  }
}
