@import url(https://fonts.googleapis.com/css?family=sanchez:400,500,800);
figure.snip1140 {
  font-family: 'sanchez', Arial, sans-serif;
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 60px 80px;
  min-width: 180px;
  max-width: 210px;
  max-height: 210px;
  width: 100%;
  background: #ffffff;
  color: #f88e86;
  text-align: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: translateY(20%) rotate(45deg);
  transform: translateY(20%) rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

figure.snip1140 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

figure.snip1140 img {
  max-width: 100%;
  -webkit-transform: scale(1.45) rotate(-45deg);
  transform: scale(1.45) rotate(-45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.snip1140 figcaption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

figure.snip1140 h2 {
  margin: 0;
  position: absolute;
  width: 100%;
  left: 0;
  opacity: 0;
  padding: 0 15px;
  font-weight: 400;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

figure.snip1140 h2 span {
  font-weight: 800;
}

figure.snip1140 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

figure.snip1140:hover img,
figure.snip1140.hover img {
  opacity: 0.15;
}

figure.snip1140:hover figcaption h2,
figure.snip1140.hover figcaption h2 {
  opacity: 0.9;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.ghost-button {
  display: inline-block;
  width: 550px;
  padding: 18px;
  color: #d6f7e8;
  border: 3px solid #d6f7e8;
  font-family: arial;
	text-align: center;
	letter-spacing: 3px;
font-size: 30px;
text-decoration: none;
}
/* Changes the style of the overall form */
#mc_embed_signup {
    background: #f9f9f9;
    color: #000000;
    padding: 20px;
        text-align: center;
}

/* Styles the header text above the inputs */
#mc_embed_signup h2 {
    font-size: 25px;
    margin: 0 0 20px;
    color: #000000;
    text-align: center;
}

/* Adds extra space around the input boxes */
#mc_embed_signup .mc-field-group {
    padding: 10px 0;
}

/* Styles the input boxes */
#mc_embed_signup  input {
    width: 400px;
	letter-spacing: 1px;
	padding: 6px;
	background-color: f1f1f1;
}

/* Styles the subscribe button */
#mc_embed_signup .button {
    background-color: #f88e86;
    color: #ffffff;
    margin: 0 auto;
	letter-spacing: 2px;
}

/****************CHECKOUT***************/
.woocommerce form .form-row {
  padding-top: 20px; 
	width: 100% !important;
	
}
.woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea {
    width: 100% !important;
    padding: 8px;
	
}
.woocommerce #payment .form-row select, .woocommerce-page #payment .form-row select {
  	width: 100%;
    height: 30px;
	}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: left;
    width: 100%;
	
}
.custom-checkout h3 {
    background-color: #165f1c;  /****CHANGE TO COLOR YOU WANT TO USE FOR TITLE BACKGROUND ****/
    width: 45%;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    margin-top: 50px;
    color: #ffffff;
    float: right;
	
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: .6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    border-radius: 45px;
    box-sizing: border-box;
    font-weight: 45;
   border:solid 2px #e4e4e4;
padding: 15px;
	
}

#wc_checkout_add_ons {
    width: 45%;
    float: right;
    text-align: center;
	
	}

@media screen and (min-width: 980px) {
.woocommerce-shipping-fields h3, .woocommerce-billing-fields h3 {width:100%;}
.woocommerce .col2-set, .woocommerce-page .col2-set {
 width: 44%;
 float: left;
padding-top: 120px;
}
.woocommerce-checkout-review-order{
 width: 48%;
 float: right;
	padding-top: 125px;
}
}
@media screen and (max-width: 979px) {
.custom-checkout h3 {
 width: 100%;
	}
}
body {
    background-color: #f9f9f9;
    color: #333;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    line-height: 25px;
}
