/*---------------------------------------------------------
Plugin Name: Easy Pricing Table

Plugin URI: https://wordpress.org/plugins/easy-pricing-table-manager/

Description: Easy Pricing Table plugin allow you to create Beautiful Pricing table or Comparison Table with smooth hover effects in just a few minutes. You can Embed in any post/page using shortcode <code>[easy-pricing-table table_name="Pricing Table Name"]</code> or you can add through widgets.

Version: 1.2.0

Author: JW Themes

Author URI: http://jwthemes.com

-----------------------------------------------------------*/

.pricing_table_wrap{/*background:#34495e;*/ /* padding:20px 0;*/ }

.pricing_table_wrap h1 {text-align:center; background:#19B698; color:#0E0E0E; font-weight:500; line-height:2em;}
.pricing_table_wrap p{text-align:center; color:#0E0E0E; /*color:#bcc5cd;*/ font-weight:300;}
.pricing_table_wrap p{font-size:20px; margin:20px 0;}
.pricing_table,
.pricing_table:hover,
.pricing_table li,
.pricing_table li:hover{transition:all 0.3s; -moz-transition:all 0.3s; -webkit-transition:all 0.3s; -o-transition:all 0.3s}

.pricing_table:hover{margin-top:-15px;}
.pricing_table h3{background:#283b4d; font-size:24px; color:#fff; font-weight:300; padding:10px 0; text-align:center; border-radius:4px 4px 0 0; margin-bottom: 0;}
.pricing_table ul{padding:0; list-style:none; margin-top:-10px; background:#fff; border-radius:0 0 3px 3px; }
.pricing_table li{/* border-bottom:1px solid #eeeeee; */ padding:6px 15px; font-size:15px; font-weight:300; color:#444; margin: 0;}
.pricing_table li:hover{background:#f5f5f5;}
.pricing_table li:first-child{/*height:170px; margin-bottom:5px; padding:30px 0;*/ }
.pricing_table li:last-child{border:0; border-radius:0 0 3px 3px; text-align:center;}

/* .pricing_table li:last-child a{display:block; margin-top:-8px; margin-bottom:-8px; padding:6px 0; color:#fff;} */
.pricing_table li:last-child a{color:#fff;}
.pricing_table li:last-child a:hover{color:#fff !important; }
.pricing_table li span.rounded{border:4px solid #fff; border-radius:50%; height:110px; width:110px; display:block; margin:0 auto; font-size:36px; line-height:36px; color:#fff; padding-top:25px;}
.pricing_table li span.rounded span{display:block; font-size:18px; line-height:18px; font-weight:300;}

.jw_easy_pricing_tbl_col{width:23%; margin-left:1.6%; float:left;}



@media (min-width:600px) and (max-width:980px){	
	.jw_easy_pricing_tbl_col{width:47.5%; margin-left:1.6%;}
	div.jw_easy_pricing_tbl_col:nth-of-type(3){clear:both}
}

@media (max-width:600px){		
	.jw_easy_pricing_tbl_col{width:96%; margin-left:2%;}
}

/* ss */
.pricing_table h3{min-height: 88px; vertical-align: middle; text-align:center; }