/*
Theme Name: Pet Rescue Child
Theme URI: http://cmsmasters.net/pet-rescue-child/
Author: cmsmasters
Author URI: http://cmsmasters.net/
Description: Pet Rescue Child Theme
Template: pet-rescue
Version: 1.0.0
License:
License URI:
Text Domain: pet-rescue-child
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

/***************** Pricing tables ******************/
.cmsms_pricing_table {
  position: relative;
  margin-bottom: 20px;
  display: table;
  width: 100%;
}
.cmsms_pricing_table .cmsms_pricing_item {
  width: 25%;
  display: table-cell;
  padding: 30px 10px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-left: none;
}
.cmsms_pricing_table .cmsms_pricing_item:first-child {
  border-left-width: 1px;
  border-left-style: solid;
}
.cmsms_pricing_table .cmsms_pricing_item.pricing_best {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  transform: scale(1.08);
  border-left-width: 1px;
  border-left-style: solid;
}
.cmsms_pricing_table .cmsms_pricing_item .cmsms_pricing_item_inner {
  text-align: center;
}
.cmsms_pricing_table .cmsms_pricing_item .pricing_title {
  margin-bottom: 29px;
  text-align: center;
}
.cmsms_pricing_table .cmsms_pricing_item .feature_list {
  padding-left: 0;
  font-size: 11px;
  margin: 27px 0 40px;
  text-align: center;
}
.cmsms_pricing_table .cmsms_pricing_item .feature_list [class*="cmsms-icon-"]:before,
.cmsms_pricing_table .cmsms_pricing_item .feature_list [class*="cmsms_theme_icon_"]:before {
  margin-right: 10px;
}
.cmsms_pricing_table .cmsms_pricing_item .feature_list a {
  font-size: 14px;
}
.cmsms_pricing_table .cmsms_pricing_item .cmsms_price_wrap {
  position: relative;
  text-align: center;
  padding: 16px 0 25px;
}
.cmsms_pricing_table .cmsms_pricing_item .cmsms_price_wrap:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -22.5px;
  width: 45px;
  height: 0;
  border-top-width: 1px;
  border-top-style: solid;
  bottom: 0;
}
.cmsms_pricing_table .cmsms_pricing_item .cmsms_price_wrap:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -22.5px;
  width: 45px;
  height: 0;
  border-top-width: 1px;
  border-top-style: solid;
  top: 0;
}
.cmsms_pricing_table .cmsms_pricing_item .cmsms_price_wrap .cmsms_period {
  padding-top: 3px;
}
.cmsms_pricing_table.pricing_one .cmsms_pricing_item {
  width: 100%;
}
.cmsms_pricing_table.pricing_two .cmsms_pricing_item {
  width: 50%;
}
.cmsms_pricing_table.pricing_three .cmsms_pricing_item {
  width: 33.33%;
}
.cmsms_pricing_table.pricing_four .cmsms_pricing_item {
  width: 25%;
}