/* =====================================================
  variables
======================================================*/
/* ------------------- colors ------------------------- */
/* -------------------- fonts ----------------------------*/
/* ****************************************************************
MIXINS
********************************************************************/
/* ****************************************************************
ANIMATIONS
********************************************************************/
/* ****************************************************************
BOX SIZING
********************************************************************/
/*************************************************************
Shortcode Button
**************************************************************/
.button-wrapper {
  clear: both;
}
.button-wrapper.with-border a {
  border: 2px solid #1ea0d1;
}
.button-wrapper a {
  padding: 10px 15px;
  display: inline-block;
}
.button-wrapper a.rounded {
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.button-wrapper a.round {
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.button-wrapper a i {
  margin-right: 5px;
}
/*************************************************************
Shortcode Line
**************************************************************/
.line-shortcode.single {
  height: 5px;
  border-bottom: 1px solid #1d1d1d;
}
.line-shortcode.double {
  height: 10px;
  border-bottom: 1px solid #1d1d1d;
  border-top: 1px solid #1d1d1d;
}
/*************************************************************
PRICING TABLE
**************************************************************/
.pricing-table {
  border: none;
  text-align: center;
  float: left;
  width: 100%;
  margin: 25px 0;
}
.pricing-table .column {
  float: left;
  border-right: 1px solid none;
  padding: 15px;
}
.pricing-table .column:last-child {
  border-right: none;
}
.pricing-table .column header {
  background: #ffffff;
  padding: 15px 0;
}
.pricing-table .column.columns-2 {
  width: 50%;
}
.pricing-table .column.columns-3 {
  width: 33.33%;
}
.pricing-table .column.columns-4 {
  width: 25%;
}
.pricing-table .column.columns-5 {
  width: 20%;
}
.pricing-table .column.columns-6 {
  width: 16.667%;
}
.pricing-table .column.columns-7 {
  width: 14.284%;
}
.pricing-table .column.columns-8 {
  width: 12.5%;
}
.pricing-table .column.special-column {
  -o-box-shadow: 0 0 0 1px #ccc, 0 0 4px 4px #eee;
  -ms-box-shadow: 0 0 0 1px #ccc, 0 0 4px 4px #eee;
  -moz-box-shadow: 0 0 0 1px #ccc, 0 0 4px 4px #eee;
  -webkit-box-shadow: 0 0 0 1px #ccc, 0 0 4px 4px #eee;
  box-shadow: 0 0 0 1px #ccc, 0 0 4px 4px #eee;
  border: none;
}
.pricing-table .column.special-column header {
  background: #fffd2c;
}
.pricing-table .column.special-column header h4,
.pricing-table .column.special-column header p {
  color: #ffffff;
}
.pricing-table .column h4 {
  margin: 0;
  font-size: 20px;
  padding: 5px 15px;
  color: #1d1d1d;
}
.pricing-table .column p {
  margin: 0;
}
.pricing-table .column .fields {
  padding: 15px 0 0;
  margin-bottom: 15px;
  background-color: #f4f4f4;
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#ffffff));
  background: -webkit-linear-gradient(top, #f4f4f4, #ffffff);
  background: -moz-linear-gradient(top, #f4f4f4, #ffffff);
  background: -ms-linear-gradient(top, #f4f4f4, #ffffff);
  background: -o-linear-gradient(top, #f4f4f4, #ffffff);
  border: 1px solid #dddddd;
}
.pricing-table .column .fields .field {
  padding: 10px;
  border-bottom: 1px solid #dddddd;
  font-size: 15px;
}
.pricing-table .column .fields .field:last-child {
  border: none;
}
.pricing-table .column .pricing-table-button {
  padding: 10px;
  width: 100%;
  display: block;
  margin: 15px 0;
  font-size: 15px;
  text-decoration: none;
}
.pricing-table .column .pricing-table-button i {
  margin-right: 5px;
}
.pricing-table .column .shaker-btn {
  display: block;
  width: 100%;
  margin: 15px auto;
  background: #1ea0d1;
  color: #ffffff;
  height: 50px;
  padding: 0 0 2px 10px;
  text-transform: uppercase;
}
.pricing-table .column .shaker-btn .shaker-arr {
  display: block;
  float: right;
  background: #000000;
  color: #ffffff;
  font-size: 30px;
  height: 50px;
  line-height: 35px;
  padding: 6px 3px 5px 4px;
}
.pricing-table .column .shaker-btn .shaker-signup {
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  text-align: left;
  font-size: 19px;
  padding-top: 3px;
}
.pricing-table .column .shaker-btn .shaker-durs {
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  text-align: left;
  font-size: 15px;
  padding-top: 0px;
  margin-top: -7px;
}
.bonus {
  margin: 15px;
  background: #000000;
}
.bonus h2 {
  color: #fffd2c;
  padding: 10px 10px 0;
}
.bonus p {
  color: #ffffff;
  padding: 0 10px 10px;
}
.bonus img {
  padding: 10px;
  background: #ffffff;
}
/*************************************************************
SIMPLE TESTIMONIALS
**************************************************************/
.simple-testimonial-wrapper .owl-controls .owl-buttons {
  text-align: right;
}
.simple-testimonial-wrapper .owl-controls .owl-buttons div {
  background: transparent;
  padding: 5px 2px;
}
.simple-testimonial-wrapper .owl-controls .owl-buttons div span {
  color: #1b1b1b;
  font-weight: bold;
}
.simple-testimonial-wrapper .owl-controls .owl-buttons div span:hover {
  color: #1ea0d1;
}
.simple-testimonial-wrapper h4 {
  font-weight: bold;
  color: #1ea0d1;
}
.simple-testimonial-wrapper .content {
  margin-top: 15px;
  padding: 15px;
  background: #ffffff;
  border: 1px solid #dddddd;
  font-size: 15px !important;
}
.testimonial-wrapper .content {
  position: relative;
  margin-bottom: 25px;
}
.testimonial-wrapper .content:after {
  position: absolute;
  bottom: -14px;
  left: 51px;
  z-index: 1000;
  display: inline-block;
  border-right: 15px solid transparent;
  border-top: 15px solid #FFF;
  border-left: 0px solid transparent;
  content: '';
}
.testimonial-wrapper .content:before {
  position: absolute;
  bottom: -17px;
  left: 50px;
  z-index: 999;
  display: inline-block;
  border-right: 17px solid transparent;
  border-top: 17px solid #ebebeb;
  border-top-color: #ebebeb;
  border-left: 0px solid transparent;
  content: '';
}
.testimonial-wrapper .meta img {
  float: left;
  padding: 2px;
  border: 1px solid #dddddd;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  max-width: 40px;
  margin-right: 5px;
}
.testimonial-wrapper .meta h4 {
  margin: 0;
  font-size: 14px;
}
.testimonial-wrapper .meta p {
  margin: 0;
}
.testimonial-wrapper .owl-controls .owl-buttons div {
  background: #1d1d1d;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 7px 8px;
}
.testimonial-wrapper .owl-controls .owl-buttons div span {
  color: #ffffff;
}
/*****************************************************************
Testimonial
********************************************************************/
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.testimonial {
  clear: both;
  border-bottom: 1px solid #ccc;
  padding: 15px 0 0 0;
  float: left;
  width: 100%;
  -o-box-shadow: 0 2px 0 0 #ffffff;
  -ms-box-shadow: 0 2px 0 0 #ffffff;
  -moz-box-shadow: 0 2px 0 0 #ffffff;
  -webkit-box-shadow: 0 2px 0 0 #ffffff;
  box-shadow: 0 2px 0 0 #ffffff;
}
.testimonial blockquote {
  padding-top: 25px;
}
.testimonial img {
  max-width: 150px;
}
.testimonial:last-child {
  border: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.box {
  border: 1px solid transparent;
  text-align: center;
  padding: 20px;
}
.box i.fa {
  font-size: 36px;
  margin: auto;
}
.popup-content .heading {
  background: none;
  padding: 15px 0 5px;
}
.heading {
  margin: 0 !important;
  padding: 15px 10px 5px 0 !important;
  position: relative;
  display: inline-block;
}
.heading i {
  margin-right: 5px;
}
.heading-border.single_border_bottom {
  height: 2px;
  margin: -10px 0 25px;
  border-bottom: 1px solid;
}
.heading-border.double_border_bottom {
  height: 4px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin: 0 0 25px;
}
.heading-border.double_border_bottom:before {
  content: "";
  width: 100px;
  height: 3px;
  display: block;
  background: #a6a508;
}
/*# sourceMappingURL=shortcodes.css.map */