/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total  
Version: 1.1
*/
/* Parent stylesheet should be loaded from functions.php not using @import */
.site-footer a, .site-footer strong {
  color: #333;
}
.product-total {
  width: 50%;
}
form.woocommerce-checkout label, form .woocommerce-address-fields label {
  display: inline-block !important;
}
.max-50 {
  max-width: 500px;
  margin-left: auto !important;
  margin-right: 5px !important;
}
.red_multiply {
  background: rgb(105, 29, 118);
  background: linear-gradient(145deg, rgba(105, 29, 118, 0.8) 0%, rgba(158, 12, 193, 0.78) 23%, rgba(235, 64, 98, 0.88) 66%, rgba(190, 25, 49, 0.78) 100%);
  margin-left: -40px;
  margin-right: -40px;
}
#footer {
  background: rgb(235, 64, 98);
  background: linear-gradient(145deg, rgba(235, 64, 98, 1) 14%, rgba(190, 25, 49, 1) 100%);
}
.grid_shadow {
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  padding-right: 0px !important;
  margin-bottom: 30px;
  margin-right: 30px;
  border-radius: 10px;
  overflow: hidden;
  width: 30% !important;
}
.page-item-594 a {
  background-color: #be1931 !important;
  color: #fff !important;
  border: solid 2px #be1931 !important;
  border-radius: 10px;
}
.page-item-594 a:hover {
  border: solid 2px #be1931 !important;
  color: #000 !important;
  background-color: #fff !important;
}
.js-give-embed-form-modal-opener {
  background-color: #ff0c00 !important;
  margin: 5px auto;
  padding: 10px 15px;
  border:none;
  color: #fff;
}
.js-give-embed-form-modal-launcher-wrap {
  text-align: center;
}
.menu-donate {
  display: inline-block;
  background-color: #ff0c00;
  border: solid 1px #fff;
  padding: 10px 15px;
  margin: 10px auto 0px auto;
  font-size: 18px;
  float:right;
}
.menu-donate:hover {
  background-color: #fff;
  border: solid 1px #ff0c00;
}
.menu-donate a  {
  color: #fff !important;
}
.menu-donate a:hover {
  color: #ff0c00 !important;
}
@media (max-width: 479px) {
  .grid_shadow {
    width: 95% !important;
    margin: 20px auto !important;
  }
  .menu-donate {
    margin: 5px 0px 5px 20px !important;
  }
  .sidr a {
    border: 0;
    color: #fff;
  }
	
	.vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
  margin-right: 0px !important;
}
}