﻿/***
Content
***/
.content {
    padding: 0px 0;
}

/***
Pricing table
***/
.pricing {
  position: relative;
  margin-bottom: 15px;
  border: 3px solid #eee;
}

.hidden-element {
  display: none;
}

.bootstrap-select {
  background: white;
  font-size: 14px;
  margin-left: 5px;
  font-family: 'Cabin', sans-serif;
  height: 30px;
  width: 150px;
}

div.buy-button-container {
  padding-top: 10px;
  padding-bottom: 10px;
}

div.pricing-select {
  margin-bottom: 3px;
}

div.pricing-select-container {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}

.row-centered {
  text-align: center;
}

.center-block {
   margin-left:auto;
   margin-right:auto;
   display:block;
}

.pricing-plan-dropdown-menu {
   left: 35%
}

div.pricing-tab-content {
  padding-top: 30px;
}

.col.centered {
  display:inline-block;
  float:none;
  /* reset the text-align */
  text-align:left;
  /* inline-block space fix */
  margin-right:-4px;
}

.pricing-plan-title {
  margin-bottom: 20px;
}

.pricing-active {
  border: 3px solid #fed136;
  margin-top: -10px;
  box-shadow: 7px 7px rgba(254, 209, 55, 0.2);
}

.pricing:hover {
  border: 3px solid #000;
}

.pricing:hover h4 {
  color: #fed136;
}

.pricing-head {
  text-align: center;
}

.pricing-head h3,
.pricing-head h4 {
  margin: 0;
  line-height: normal;
}

.pricing-head h3 span,
.pricing-head h4 span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-style: italic;
}

.pricing-head h3 {
  font-weight: 300;
  color: #fafafa;
  padding: 12px 0;
  font-size: 27px;
  background: black;
  border-bottom: solid 1px #41b91c;
}

.pricing-head h4 {
  color: #bac39f;
  padding: 5px 0;
  font-size: 54px;
  font-weight: 300;
  background: #fbfef2;
  border-bottom: solid 1px #f5f9e7;
}

.pricing-head-active h4 {
  color: #fed136;
}

.pricing-head h4 i {
  top: -8px;
  font-size: 28px;
  font-style: italic;
  position: relative;
}

.pricing-head h4 span {
  top: -10px;
  font-size: 14px;
  font-style: normal;
  position: relative;
}

span[type="price"] {
  font-size: 50px !important;
  font-weight: 500 !important;
}

/*Pricing Content*/
.pricing-content li {
  color: #888;
  font-size: 12px;
  padding: 7px 15px;
  border-bottom: solid 1px #f5f9e7;
}

/*Pricing Footer*/
.pricing-footer {
  color: #777;
  font-size: 11px;
  line-height: 1px;
  text-align: center;
  padding: 0 20px 19px;
}

div.modal-dialog {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

div.total-price {
  background-color: white;
  padding-top: 10px;
}

.modal-header {
  background-color: white;
}

.modal-body {
  padding-bottom: 0px;
}

label.pricing-modal {
  display: inline-block;
  width: 145px;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  padding-right: 1px;
}

p.pricing-footer {
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: solid 1px #f5f9e7;
}

/*Pricing Active*/
.price-active,
.pricing:hover {
  z-index: 9;
}

.price-active h4 {
  color: #fed136;
}

.no-space-pricing .pricing:hover {
  transition: box-shadow 0.2s ease-in-out;
}

.no-space-pricing .price-active .pricing-head h4,
.no-space-pricing .pricing:hover .pricing-head h4 {
  color: #fed136;
  padding: 15px 0;
  font-size: 80px;
  transition: color 0.5s ease-in-out;
}

.yellow-crusta.btn {
  color: #FFFFFF;
  background-color: #f3c200;
}
.yellow-crusta.btn:hover,
.yellow-crusta.btn:focus,
.yellow-crusta.btn:active,
.yellow-crusta.btn.active {
    color: #FFFFFF;
    background-color: #cfa500;
}


@media (min-width: 0px) and (max-width: 450px) {

    label.disappear-on-xs {
      display: none;
    }

    div.modal-dialog {
      width: 300px;
    }

    div.pricing-select-container {
      text-align: center;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    label.disappear-on-md {
      display: none;
    }

    select.price-select {
      margin-bottom: 5px;
    }
}

@media (max-width: 767px) {
    div.phone-number {
      margin-left: 20px;
    }
}