/*!
 * WRC Pricing Tables Ultimate - v1.1.2 - 28 April, 2022
 *
 * Style Sheet of Shortcode 1
 * Display pricing table responsively.
 * In the tablet view, the pricing table will be divided into two columns.
 * In the mobile view, each column of the price table will be displayed below each other.
 */
*{
	outline:none
}
.wrcpt_container{
	max-width:1100px;
	margin:0 auto
}
.wrcpt_container:before,
.wrcpt_container:after {
	display: table;
	line-height: 0;
	content: "";
	overflow:visible
}
.wrcpt_container:after {
	clear: both
}
.wrcpt_content {
	width:100%;
	font-weight:normal;
	color:#333;
	line-height:normal !important;
	margin: 30px auto
}
.wrcpt_content h3.caption {
	width: 90%;
	font-size: 20px;
	font-weight: 700;
	text-align: left;
	vertical-align: bottom;
    margin-bottom: 20px;
}
.wrcpt_row:before,
.wrcpt_row:after {
	display: table;
	line-height: 0;
	content: ""
}
.wrcpt_row:after {
	clear: both
}
.wrcpt_content .wrc_pricing_table {
	font-family: 'Roboto Condensed', serif;
	width:98%;
	margin: 0 auto
}
.wrcpt_content .wrc_pricing_table div {
	border: none;
	white-space: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box
}
.wrcpt_content .wrc_pricing_table a {
	color:#000;
	text-decoration:none
}
.wrcpt_content .wrc_pricing_table h2 {
	font-size: 60px
}
.wrcpt_content .wrc_pricing_table h3 {
	font-size:24px
}
.wrcpt_content .wrc_pricing_table ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}
.wrcpt_content .wrc_pricing_table ul li {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0
}
.wrcpt_content .wrc_pricing_table ul li:before {
	background: none !important;
}
.wrcpt_content .wrc_pricing_table h2,
.wrcpt_content .wrc_pricing_table h3,
.wrcpt_content .wrc_pricing_table h4 {
	font-family: 'Roboto Condensed', serif;
	font-weight: 400;
	position: relative;
	margin: 0;
	padding:0;
	border: 0 !important;
	display: inline-table;
	vertical-align: middle;
	line-height: normal;
	z-index: 99;
}
.wrc_pricing_table div,
.wrc_pricing_table input,
.wrc_pricing_table p {
	display: inline-table
}
.wrcpt_content .wrc_pricing_table p {
	margin: 0 0 25px
}
.wrcpt_content .wrc_pricing_table .center {
	text-align: center
}
p.wrcpt_notice {
	background-color: #FFF;
	padding: 15px 20px;
	font-size: 24px;
	line-height: 24px;
	border-left: 4px solid #7ad03a;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	box-shadow: 2px 2px 5px 2px rgba(0,0,0,.1);
	display: inline-block
}
.wrc_clear{
	clear:both
}

/* Toggle */
.wrcpt_content .toggle {
	width: 100%;
	text-align: center
}
.wrcpt_content .toggle-slide {
	width: auto;
	margin: 0 10px;
	border-radius: 9999px;
	box-shadow: 0 0 0 1px #ddd;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
	display: inline-block
}
.wrcpt_content .toggle-slide .toggle-blob,
.wrcpt_content .toggle-slide .toggle-three,
.wrcpt_content .toggle-slide .toggle-two,
.wrcpt_content .toggle-slide .toggle-one {
	float: left
}
.wrcpt_content .toggle-three,
.wrcpt_content .toggle-two,
.wrcpt_content .toggle-one {
	width: 160px;
	min-width: 33%;
	font-size: 14px;
	font-weight: 600;
	height: 40px;
	line-height: 40px;
    -moz-transition: all 1.0s ease 0s;
    -webkit-transition: all 1.0s ease 0s;
    -o-transition: all 1.0s ease 0s;
    -ms-transition: all 1.0s ease 0s;
	transition: all 1.0s ease 0s;
}

.wrcpt_content .toggle-three,
.wrcpt_content .toggle-two,
.wrcpt_content .toggle-select .toggle-one {
	color: rgba(0,0,0,.6);
	background: #f3f3f3;
}
.wrcpt_content .toggle-one,
.wrcpt_content .toggle-select .active {
	background: #464c5c;
	color: rgba(255,255,255,.8)
}
.wrcpt_content .toggle-one,
.wrcpt_content .toggle-two {
    border-right: 1px solid #ddd;
}
.wrcpt_content .toggle-two,
.wrcpt_content .toggle-three {
	border-left: 1px solid #fff;
}
.wrcpt_content .toggle-three span,
.wrcpt_content .toggle-two span {
	font-size: 10px;
	color: #DD3333;
	padding-left: 10px
}
.wrcpt_content .price-toggle-two,
.wrcpt_content .price-toggle-three {
	display:none
}




.toggle_content_switches {
    display: table-cell;
    float: none;
    height: 80px;
    vertical-align: middle;
    position: relative;
}
/* //Toggle */

/* Package Price */
.wrcpt_content .wrc_pricing_table h2.package_plan {
	width: auto !important;
	line-height: 0;
}
.wrcpt_content .wrc_pricing_table h2 span.unit {
	font-size: 28px;
	margin: 0;
	vertical-align: super;
    position: relative;
    top: -3px;
}
.wrcpt_content .wrc_pricing_table h2 span.unit.unit_right {
	position: absolute;
}
.wrcpt_content .wrc_pricing_table h2 span.price {
	font-size: 60px;
	font-weight:700
}
.wrcpt_content .wrc_pricing_table h2 span.cent {
	font-size: 28px;
	position: absolute;
	top: -3px;
    z-index: 98;
}
.wrcpt_content .wrc_pricing_table h2 span.plan {
	font-size: 16px;
	vertical-align: baseline;
	line-height: 0
}
.wrcpt_content .wrc_pricing_table h2 span.price_cut {
	position: absolute;
    left: 50%;
    bottom: 100%;
    font-size: 16px;
    text-decoration: line-through;
    color: #ddd;
    width: 100%;
    padding: 0 10px;
    line-height: normal;
    transform: translate(-50%, -70%)
}
.wrcpt_content .wrc_pricing_table h2 span.price_desc {
	font-size: 14px;
	margin: 0 10px;
	vertical-align: middle;
	line-height: normal;
	display: block
}
/* //Package Price */

/* Caption Column */
.wrcpt_content .wrc_pricing_table .package_caption {
	float: left;
	margin-top: 40px;
	width: 100%
}
.wrcpt_content .wrc_pricing_table .package_caption li.pricing_table_plan {
	height: 121px;
	color: #304153
}
.wrcpt_content .wrc_pricing_table .package_caption li.feature_style_2,
.wrcpt_content .wrc_pricing_table .package_caption li.feature_style_3 {
	margin: -1px 0;
	padding: 0 10px;
	text-align: left
}
.wrcpt_content .wrc_pricing_table .package_caption li.feature_style_2 span.caption,
.wrcpt_content .wrc_pricing_table .package_caption li.feature_style_3 span.caption {
	font-weight:400;
	line-height: normal;
	margin: 0
}
.wrcpt_content .wrc_pricing_table .package_caption li.feature_style_2 span.fa-icon,
.wrcpt_content .wrc_pricing_table .package_caption li.feature_style_3 span.fa-icon {
	margin: 0 10px 0 0
}
.wrcpt_content .wrc_pricing_table .package_caption li:last-child {
	border-bottom-width: 1px !important;
	margin: -1px 0;
}
/* //Caption Column */

/* Caption and Package */
.wrcpt_content .wrc_pricing_table .package_caption li.pricing_table_title,
.wrcpt_content .wrc_pricing_table .package_details li.pricing_table_title {
	height: 62px;
	line-height: 62px;
	text-align: center
}
.wrcpt_content .wrc_pricing_table .package_caption li.pricing_table_plan,
.wrcpt_content .wrc_pricing_table .package_details li.pricing_table_plan {
	height: 120px;
	line-height: 120px;
	text-align: center;
	margin-top: -1px;
	margin-bottom: -1px;
	overflow: hidden
}
.wrcpt_content .wrc_pricing_table .package_caption li.feature_cate_row,
.wrcpt_content .wrc_pricing_table .package_details li.feature_cate_row {
	list-style:none;
	margin:0;
	padding:0 10px;
	width:100%;
	height:40px;
	line-height:40px;
	font-size:20px;
	font-weight:800;
	color:#fff;
	background-color:#025c88
}
.wrcpt_content .wrc_pricing_table .package_caption li.feature_cate_row .feat_cate,
.wrcpt_content .wrc_pricing_table .package_details li.feature_cate_row .feat_cate {
	display: inline-block;
	line-height: normal;
	/*vertical-align: middle;*/
}
.wrcpt_content .wrc_pricing_table .package_caption li.feature_cate_row span.feature_ctext,
.wrcpt_content .wrc_pricing_table .package_details li.feature_cate_row span.feature_ctext {
	display: inline-block;
	vertical-align: middle;
	line-height: normal
}
.wrcpt_content .wrc_pricing_table .package_details li.feature_cate_row span.no_cate,
.wrcpt_content .wrc_pricing_table .package_details li.feature_cate_row span.caption_cate,
.wrcpt_content .wrc_pricing_table .package_details li.feature_cate_row span.feature_cate {
	display: none
}
.wrcpt_content .wrc_pricing_table .package_caption li.feature_style_2,
.wrcpt_content .wrc_pricing_table .package_caption li.feature_style_3,
.wrcpt_content .wrc_pricing_table .package_details li.feature_style_1 {
	font-family: 'Droid Sans', sans-serif;
	height: 52px;
	line-height: 52px;
	font-size: 14px
}
.wrcpt_content .wrc_pricing_table .package_caption li.feature_style_2 .caption_lists,
.wrcpt_content .wrc_pricing_table .package_caption li.feature_style_3 .caption_lists,
.wrcpt_content .wrc_pricing_table .package_details li.feature_style_1 .feature_lists {
	display: inline-block;
	vertical-align: middle;
	line-height: normal
}
.wrcpt_content .wrc_pricing_table .package_details li.feature_style_1 .feature_lists {
	position:relative
}
.wrcpt_content .wrc_pricing_table .package_details li.last-feature {
	margin: 0;
	border-bottom-width: 1px !important
}
/* //Caption and Package */

/* Package Column */
.wrcpt_content .wrc_pricing_table .package_details {
	position: relative;
	float: left;
	width: 100%;
	margin: 40px 0 10px;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	z-index: 98
}
.wrcpt_content .wrc_pricing_table .package_details:hover {
	position: relative;
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-moz-box-shadow: 0px 0px 5px #333;
	-webkit-box-shadow: 0px 0px 5px #333;
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=0, Color='#333333');
	-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=0, Color='#333333');
	box-shadow: 0px 0px 5px #333;
	z-index: 999
}
.wrcpt_content .wrc_pricing_table .package_details span {
	background: none;
	border: 0
}
.wrcpt_content .wrc_pricing_table .package_details h3 span.package_desc {
	margin: 2px 5px 5px;
	vertical-align: middle;
	line-height: normal;
	display: block;
	font-size:14px;
}
.wrcpt_content .wrc_pricing_table .package_details .feat_cap {
	font-weight: 600;
	padding-left: 4px;
	display: inline-block;
	line-height: normal
}
.wrcpt_content .wrc_pricing_table .package_details .star_rate {
	display: block;
}
.wrcpt_content .wrc_pricing_table .package_details p.average-rating {
    display: inline-block;
    margin: 0 0 0 -4px;
    line-height: 0;
}
.wrcpt_content .wrc_pricing_table .package_details .ratings {
    position: absolute;
    bottom: 5px;
    font-size: 12px;
}
.wrcpt_content .wrc_pricing_table .package_details li.pricing_table_title,
.wrcpt_content .wrc_pricing_table .package_details li.pricing_table_plan {
	background: -moz-linear-gradient(#64C3DE, #3591CA);
	background: -webkit-gradient(linear, center top, center bottom, from(#64C3DE), to(#3591CA));
	background: -webkit-linear-gradient(#64C3DE, #3591CA);
	background: -o-linear-gradient(#64C3DE, #3591CA);
	background: -ms-linear-gradient(#64C3DE, #3591CA);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64C3DE', endColorstr='#3591CA',GradientType=1 );
	-ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64C3DE', endColorstr='#3591CA',GradientType=1 );
	background: linear-gradient(#64C3DE, #3591CA)
}
.wrcpt_content .wrc_pricing_table .package_details li.pricing_table_plan img {
	max-width: 100%;
	z-index: 1;
}
.wrcpt_content .wrc_pricing_table .fluid-width-video-wrapper {
	display:table-row
}
.wrcpt_content .wrc_pricing_table .package_details li.pricing_table_video {
	overflow:hidden
}
.wrcpt_content .wrc_pricing_table .package_details li.feature_style_1,
.wrcpt_content .wrc_pricing_table .package_details li.feature_style_2,
.wrcpt_content .wrc_pricing_table .package_details li.feature_style_3 {
	position: relative;
	color: #364D55;
	font-weight: 700;
	margin-top: -1px;
	margin-bottom: -1px;
	padding: 0 5px 0 10px
}
.wrcpt_content .wrc_pricing_table .package_details li.feature_style_1 span.fa-icon,
.wrcpt_content .wrc_pricing_table .package_details li.feature_style_1 span.hide-fa-icon {
	/*float:left*/
}
.wrcpt_content .wrc_pricing_table .package_details li.feature_style_1 span.feat_value {
	margin: 1px 0 0 0;
	padding:0
}
.wrcpt_content .wrc_pricing_table .package_details li.feature_style_1 span.media_screen {
	margin: 1px 0 0 8px
}
.wrcpt_content .wrc_pricing_table .package_details li.feature_style_1 span.not-available {
	text-decoration: line-through
}
.wrcpt_content .wrc_pricing_table .package_details li.feature_style_1 {
	background-color: #FAFAFA
}
.wrcpt_content .wrc_pricing_table .package_details li.feature_style_2 {
	background-color: #DFDFDF
}
.wrcpt_content .wrc_pricing_table .package_details li.feature_style_3 {
	background-color: #F5F5F5
}
.wrcpt_content .wrc_pricing_table .package_details li.feature_style_1 span,
.wrcpt_content .wrc_pricing_table .package_details li.feature_style_2 span,
.wrcpt_content .wrc_pricing_table .package_details li.feature_style_3 span {
	line-height: normal;
	padding: 0 5px 0 0;
	color: #2F4F4F;
	font-weight: 400
}
.wrcpt_content .wrc_pricing_table .package_details li.feature_style_2 span,
.wrcpt_content .wrc_pricing_table .package_details li.feature_style_3 span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal
}
.wrcpt_content .wrc_pricing_table .package_details span.ic-tick,
.wrcpt_content .wrc_pricing_table .package_details span.ic-cross {
    padding: 0 0 0 5px !important;
}
.wrcpt_content .wrc_pricing_table .package_details span.feature_yes,
.wrcpt_content .wrc_pricing_table .package_details span.feature_no,
.wrcpt_content .wrc_pricing_table .package_details span.feature_empty,
.wrcpt_content .wrc_pricing_table .package_details span.feature_star,
.wrcpt_content .wrc_pricing_table .package_details span.star_empty {
	display: inline-block;
	line-height: normal;
	padding: 0 !important
}
.wrcpt_content .wrc_pricing_table .package_details span.feature_star,
.wrcpt_content .wrc_pricing_table .package_details span.star_empty {
	width: 20px;
}
.wrcpt_content .wrc_pricing_table .package_details span.feature_yes:before {
	background:url(../images/wrcpt-buttons.png) no-repeat -2px -2px;
	
}
.wrcpt_content .wrc_pricing_table .package_details span.feature_no:before {
	background: url(../images/wrcpt-buttons.png) no-repeat -2px -33px;
}
.wrcpt_content .wrc_pricing_table .package_details span.feature_yes:before,
.wrcpt_content .wrc_pricing_table .package_details span.feature_no:before,
.wrcpt_content .wrc_pricing_table .package_details span.feature_star:before,
.wrcpt_content .wrc_pricing_table .package_details span.star_empty:before {
	width: 24px;
	height: 24px;
	display: inline-block;
	content: "";
	vertical-align: middle;
	line-height: normal
}
.wrcpt_content .wrc_pricing_table .package_details span.feature_star:before {
	background: url(../images/wrcpt-star.png) no-repeat -20px -20px;
	width: 20px;
	height: 20px
}
.wrcpt_content .wrc_pricing_table .package_details span.star_empty:before {
	background: url(../images/wrcpt-star.png) no-repeat -20px -60px;
	width: 20px;
	height: 20px
}
/* //Package Column */

/* Package Button */
.wrcpt_content .wrc_pricing_table .package_caption li.pricing_table_button,
.wrcpt_content .wrc_pricing_table .package_details li.pricing_table_button {
	background-color: #ccc;
	width: 100%;
	height: 60px;
	line-height: 60px;
	margin-top: 1px;
	display:table;
	text-align: center
}
.wrcpt_content .wrc_pricing_table .package_caption li.pricing_table_button {
	background:transparent;
}
.wrcpt_content .wrc_pricing_table .package_details li.pricing_table_button input[type="image"] {
	vertical-align: middle;
	border: none
}
.wrcpt_content .wrc_pricing_table .package_details li.pricing_table_button img {
	margin: 0;
	padding: 0;
}
.wrcpt_content .wrc_pricing_table .package_details li.pricing_table_button .action_button {
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: -moz-linear-gradient(#64C3DE, #3591CA);
	background: -webkit-gradient(linear, center top, center bottom, from(#64C3DE), to(#3591CA));
	background: -webkit-linear-gradient(#64C3DE, #3591CA);
	background: -o-linear-gradient(#64C3DE, #3591CA);
	background: -ms-linear-gradient(#64C3DE, #3591CA);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64C3DE', endColorstr='#3591CA',GradientType=1 );
	-ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64C3DE', endColorstr='#3591CA',GradientType=1 );
	background: linear-gradient(#64C3DE, #3591CA);
	display: inline-block;
	vertical-align: middle;
	max-width: 80%;
	width: 170px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px
}
.wrcpt_content .wrc_pricing_table .package_details li.pricing_table_button .action_button:hover {
	background: -moz-linear-gradient(#666, #333);
	background: -webkit-gradient(linear, center top, center bottom, from(#666666), to(#333333));
	background: -webkit-linear-gradient(#666, #333);
	background: -o-linear-gradient(#666, #333);
	background: -ms-linear-gradient(#666, #333);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=1 );
	-ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=1 );
	background: linear-gradient(#666, #333);
	color: #000000
}
.wrcpt_content .wrc_pricing_table .package_details li.pricing_table_button a.price-toggle-two,
.wrcpt_content .wrc_pricing_table .package_details li.pricing_table_button a.price-toggle-three {
	display:none
}
.wrcpt_content .wrc_pricing_table .package_details li.pricing_table_button span.icon_divider {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	margin-right: 10px;
	float: left
}
.wrcpt_content .wrc_pricing_table .package_details li.pricing_table_button span.button_icon {
	padding: 0 10px 0 0;
	float: left
}
.wrcpt_content .wrc_pricing_table .package_details li.pricing_table_button span.icon_divider:before {
	border-right: 1px solid #333;
	content: "";
	display: inline-block;
	height: 29px
}
.wrcpt_content .wrc_pricing_table .package_details li.pricing_table_button .button_code {
	display: table-cell;
	text-align: center;
	vertical-align: middle
}
/* //Package Button */

/* Package Tooltip */
.wrcpt_content .wrc_pricing_table .package_details span.text_tooltip,
.wrcpt_content .wrc_pricing_table .package_details span.icon_tooltip {
	text-decoration: none;
	position: relative;
	font-weight: 700;
	color: #364D55;
	display: inline-block;
	cursor: pointer;
}
.wrcpt_content .wrc_pricing_table .package_details span.text_tooltip {
	margin-left:5px;
	top: 1px
}
.wrcpt_content .wrc_pricing_table .package_details span.icon_tooltip {
	position:absolute;
	top: 0;
	right: -25px
}
.wrcpt_content .wrc_pricing_table .package_details span.text_tooltip:hover:after,
.wrcpt_content .wrc_pricing_table .package_details span.icon_tooltip:hover:after {
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	bottom: 27px;
	left: -30px;
	color: #fff;
	content: attr(rel);
	padding: 10px 15px;
	z-index: 99;
	width: 130px;
	text-align: left
}
.wrcpt_content .wrc_pricing_table .package_details span.text_tooltip:hover:before,
.wrcpt_content .wrc_pricing_table .package_details span.icon_tooltip:hover:before {
	border: solid;
	border-color: #333 transparent;
	border-width: 10px 6px 0 6px;
	bottom: 18px;
	content: "";
	left: 0;
	position: absolute;
	z-index: 99
}
.wrcpt_content .wrc_pricing_table .package_details span.wrcmb-tooltip {
	display: none
}
/* //Package Tooltip */

/* Caption Tooltip */
.wrcpt_content .wrc_pricing_table .package_caption span.cap_tooltip {
	font-family: 'Droid Sans', sans-serif;
	text-decoration: none;
	position: absolute;
	right: 8px;
	font-weight: 400;
	color: #364D55;
	z-index: 999
}
.wrcpt_content .wrc_pricing_table .package_caption span.cap_tooltip:hover:after{
	background: #F8F8FF;
	border: 1px solid #aaa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	top: -20px;
	left: 35px;
	color: #333;
	content: attr(rel);
	padding: 10px 20px;
	position: absolute;
	z-index: 98;
	width: 150px;
	font-size: 14px;
	text-align: left;
	line-height: 20px;
}
.wrcpt_content .wrc_pricing_table .package_caption span.cap_tooltip:hover:before{
	border: solid;
	border-color: transparent #aaa transparent transparent;
	border-width: 10px;
	bottom: -4px;
	content: "";
	left: 16px;
	position: absolute;
	z-index: 99;
}
/* //Caption Tooltip */

/* Ribbon 1 */
.wrcpt_content .wrc_pricing_table .package_details li .wrc-ribbon {
	position: absolute;
	top: 63px;
	right: -7px;
	overflow: visible;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	z-index: 9999
}
.wrcpt_content .wrc_pricing_table .package_details li .wrc-ribbon:before {
	content: "";
	height: 0;
	width: 0;
	display: block;
	position: absolute;
	top: 2px;
	left: 4px;
	border-color: transparent rgba(0, 0, 0, 0.3) transparent transparent;
	border-width: 12px 24px 12px 0;
	border-style: solid
}
.wrcpt_content .wrc_pricing_table .package_details li .wrc-ribbon:after {
	content: "";
	height: 2px;
	background: rgba(0, 0, 0, 0.3);
	display: block;
	position: absolute;
	bottom: -2px;
	left: 27px;
	right: 5px
}
.wrcpt_content .wrc_pricing_table .package_details li .wrc-ribbon a {
	display: block;
	padding: 0 20px 0 5px;
	position: relative;
	background: #cb0000;
	background: -moz-linear-gradient(left, #fe0000, #cb0000);
	background: -webkit-linear-gradient(left, #fe0000, #cb0000);
	background: -o-linear-gradient(left, #fe0000, #cb0000);
	background: -ms-linear-gradient(left, #fe0000, #cb0000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe0000', endColorstr='#cb0000', GradientType=1);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe0000', endColorstr='#cb0000',GradientType=1 );
	background: linear-gradient(to right, #fe0000, #cb0000);
	overflow: visible;
	height: 24px;
	margin-left: 29px;
	color: #fff;
	text-decoration: none
}
.wrcpt_content .wrc_pricing_table .package_details li .wrc-ribbon a:after {
	content: "";
	height: 0;
	width: 0;
	display: block;
	position: absolute;
	bottom: -8px;
	right: 0;
	border-top: 8px solid #4F0000;
	border-right: 8px solid transparent
}
.wrcpt_content .wrc_pricing_table .package_details li .wrc-ribbon a:before {
	content: "";
	height: 0;
	width: 0;
	display: block;
	position: absolute;
	top: 0px;
	left: -24px;
	border-color: transparent #fe0000 transparent transparent;
	border-width: 12px 24px 12px 0px;
	border-style:solid
}
.wrcpt_content .wrc_pricing_table .package_details:hover li .wrc-ribbon a:before {
	left: -23px
}
/* //Ribbon 1 */

/* Ribbon 2 */
.wrcpt_content .wrc_pricing_table .package_details li .ribbon-container {
	position: absolute;
	top: 134px;
	left: 0;
	margin-right: 1em;
	padding: 6px 10px 6px 5px;
	border-radius: 0 .5em .5em 0;
	background-color: #cb0000 !important;
	background-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,.1) 100%);
	box-shadow: inset 0 .062em 0 rgba(255,255,255,.6), 0 .125em .25em rgba(0,0,0,.2);
	color: #fff;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-shadow: 0 -.062em 0 rgba(0,0,0,.2);
	white-space: nowrap;
	transition: background-color .2s ease-in-out;
	z-index:99
}
.wrcpt_content .wrc_pricing_table .package_details li .ribbon-container:before,
.wrcpt_content .wrc_pricing_table .package_details li .ribbon-container:after {
	position: absolute;
	background-color: inherit;
	content: ""
}
.wrcpt_content .wrc_pricing_table .package_details li .ribbon-container:before {
	bottom: 0;
	left: -6px;
	width: 7px;
	height: 38px;
	border-radius: 0 0 0 .5em;
	background-image: linear-gradient(to right, rgba(0,0,0,.2) 0%, rgba(0,0,0,0) 100%)
}
.wrcpt_content .wrc_pricing_table .package_details li .ribbon-container:after {
	top: -14px;
	left: -6px;
	width: 7px;
	height: 1em;
	border-radius: .5em 0 0 .5em;
	background-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,.2) 100%);
	box-shadow: 0 .062em 0 rgba(255,255,255,.6)
}
/* //Ribbon 2 */

/* Ribbon 3 */
.wrcpt_content .wrc_pricing_table .package_details li .ribbon-corner {
	position: absolute;
	left: -5px;
	top: -5px;
	z-index: 1;
	overflow: hidden;
	width: 75px;
	height: 75px
}
.wrcpt_content .wrc_pricing_table .package_details li .ribbon-corner span {
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #FFF;
	letter-spacing: 1px;
	text-align: center;
	line-height: 30px;
	transform: rotate(-45deg);
	width: 95px;
	display: block;
	background: #79A70A !important;
	background: -moz-linear-gradient(#9BC90D 0%, #79A70A 100%) !important;
	background: -webkit-linear-gradient(#9BC90D 0%, #79A70A 100%) !important;
	background: -o-linear-gradient(#9BC90D 0%, #79A70A 100%) !important;
	background: -ms-linear-gradient(#9BC90D 0%, #79A70A 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9BC90D 0%', endColorstr='#79A70A 100%', GradientType=1);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9BC90D 0%', endColorstr='#79A70A 100%',GradientType=1);
	background: linear-gradient(#9BC90D 0%, #79A70A 100%) !important;
	position: absolute;
	top: 9px;
	left: -23px;
}
.wrcpt_content .wrc_pricing_table .package_details li .ribbon-corner span::before {
	content: "";
	position: absolute;
	left: -1px;
	top: 100%;
	z-index: -1;
	border-left: 3px solid #79A70A;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #79A70A
}
.wrcpt_content .wrc_pricing_table .package_details li .ribbon-corner span::after {
	content: "";
	position: absolute;
	right: 0px;
	top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid #79A70A;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #79A70A
}
/* //Ribbon 3 */

/* Ribbon 4 */
.wrcpt_content .wrc_pricing_table .package_details li .ribbon-banner {
	position: absolute;
	top: 63px;
	right: -7px;
	overflow: visible;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 30px;
	z-index: 9999
}
.wrcpt_content .wrc_pricing_table .package_details li .ribbon-banner:before {
	content: "";
	height: 0;
	width: 0;
	display: block;
	position: absolute;
	top: 2px;
	left: 12px;
	border-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.3) transparent;
	border-width: 15px;
	border-style: solid
}
.wrcpt_content .wrc_pricing_table .package_details li .ribbon-banner:after {
	content: "";
	height: 2px;
	background: rgba(0, 0, 0, 0.3);
	display: block;
	position: absolute;
	bottom: -2px;
	left: 42px;
	right: 5px
}
.wrcpt_content .wrc_pricing_table .package_details li .ribbon-banner a {
	display: block;
	padding: 0 20px;
	position: relative;
	background: #a00;
	overflow: visible;
	height: 30px;
	margin-left: 29px;
	color: #fff;
	text-decoration: none
}
.wrcpt_content .wrc_pricing_table .package_details li .ribbon-banner a:after {
	content: "";
	height: 0;
	width: 0;
	display: block;
	position: absolute;
	bottom: -8px;
	right: 0;
	border-top: 8px solid #4F0000;
	border-right: 8px solid transparent
}
.wrcpt_content .wrc_pricing_table .package_details li .ribbon-banner a:before {
	content: "";
	height: 0;
	width: 0;
	display: block;
	position: absolute;
	top: 0px;
	left: -16px;
	border-color: #a00 transparent;
	border-width: 15px;
	border-style:solid
}
/* //Ribbon 4 */

/* Ribbon 5 */
.wrcpt_content .wrc_pricing_table .package_details li .corner-ribbon {
	position: absolute;
	right: 0;
	top: 52px;
	overflow: hidden;
	white-space: nowrap;
	width: 100px;
	height: 58px;
	z-index: 99
}
.wrcpt_content .wrc_pricing_table .package_details li .corner-ribbon a {
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	letter-spacing: 1px;
	line-height: 30px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(30deg);
	width: 175px;
	display: block;
	background: #a00;
	background: -moz-linear-gradient(#B64B4B 0%, #a00 100%);
	background: -webkit-linear-gradient(#B64B4B 0%, #a00 100%);
	background: -o-linear-gradient(#B64B4B 0%, #a00 100%);
	background: -ms-linear-gradient(#B64B4B 0%, #a00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B64B4B 0%', endColorstr='#a00 100%', GradientType=1);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B64B4B 0%', endColorstr='#a00 100%',GradientType=1 );
	background: linear-gradient(#B64B4B 0%, #a00 100%);
	border: 1px solid #faa;
	position: absolute;
	top: 5px;
	right: -57px
}
/* //Ribbon 5 */

/*!
 * Style Sheet of Shortcode 2
 * Display pricing table responsively.
 * Both in the tablet and mobile view,
 * each column of the price table will be adjusted by the screen size.
**/
.wrcpt_s2_container{
	max-width:1100px;
	margin:0 auto
}
.wrcpt_s2_container:before,
.wrcpt_s2_container:after {
	display: table;
	line-height: 0;
	content: "";
	overflow:visible
}
.wrcpt_s2_container:after {
	clear: both
}
.wrcpt_s2_content {
	width:100%;
	font-weight:normal;
	color:#333;
	line-height:normal !important;
	margin: 30px auto
}
.wrcpt_s2_content h3.s2_caption {
	width: 90%;
	font-size: 20px;
	font-weight: 700;
	text-align: left;
	vertical-align: bottom;
    margin-bottom: 20px;
}
.wrcpt_s2_row:before,
.wrcpt_s2_row:after {
	display: table;
	line-height: 0;
	content: ""
}
.wrcpt_s2_row:after {
	clear: both
}
.wrcpt_s2_content .wrc_s2_table {
	font-family: 'Roboto Condensed', serif;
	width:98%;
	margin: 0 auto
}
.wrcpt_s2_content .wrc_s2_table div {
	border: none;
	white-space: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box
}
.wrcpt_s2_content .wrc_s2_table a {
	color:#000;
	text-decoration:none
}
.wrcpt_s2_content .wrc_s2_table h2 {
	font-size: 60px
}
.wrcpt_s2_content .wrc_s2_table h3 {
	font-size:24px
}
.wrcpt_s2_content .wrc_s2_table ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}
.wrcpt_s2_content .wrc_s2_table ul li {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0
}
.wrcpt_s2_content .wrc_s2_table h2,
.wrcpt_s2_content .wrc_s2_table h3,
.wrcpt_s2_content .wrc_s2_table h4 {
	font-family: 'Roboto Condensed', serif;
	font-weight: 400;
	position: relative;
	margin: 0;
	padding:0;
	border: 0 !important;
	display: inline-table;
	vertical-align: middle;
	line-height: normal;
	z-index: 99;
}
.wrc_s2_table div,
.wrc_s2_table input,
.wrc_s2_table p {
	display: inline-table
}
.wrcpt_s2_content .wrc_s2_table p {
	margin: 0 0 25px
}
.wrcpt_s2_content .wrc_s2_table .s2_center {
	text-align: center
}
p.wrcpt_s2_notice {
	background-color: #FFF;
	padding: 15px 20px;
	font-size: 24px;
	line-height: 24px;
	border-left: 4px solid #7ad03a;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	box-shadow: 2px 2px 5px 2px rgba(0,0,0,.1);
	display: inline-block
}
.s2_clear{
	clear:both
}

/* Toggle */
.wrcpt_s2_content .s2_toggle {
	width: 100%;
	text-align: center
}
.wrcpt_s2_content .s2_toggle-slide {
	width: auto;
	margin: 0 10px;
	border-radius: 9999px;
	box-shadow: 0 0 0 1px #ddd;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
	display: inline-block
}
.wrcpt_s2_content .s2_toggle-slide .s2_toggle-blob,
.wrcpt_s2_content .s2_toggle-slide .s2_toggle-three,
.wrcpt_s2_content .s2_toggle-slide .s2_toggle-two,
.wrcpt_s2_content .s2_toggle-slide .s2_toggle-one {
	float: left
}
.wrcpt_s2_content .s2_toggle-three,
.wrcpt_s2_content .s2_toggle-two,
.wrcpt_s2_content .s2_toggle-one {
	width: 160px;
	min-width: 33%;
	font-size: 14px;
	font-weight: 600;
	height: 40px;
	line-height: 40px;
    -moz-transition: all 1.0s ease 0s;
    -webkit-transition: all 1.0s ease 0s;
    -o-transition: all 1.0s ease 0s;
    -ms-transition: all 1.0s ease 0s;
	transition: all 1.0s ease 0s;
}
.wrcpt_s2_content .s2_toggle-three,
.wrcpt_s2_content .s2_toggle-two,
.wrcpt_s2_content .s2_toggle-select .s2_toggle-one {
	color: rgba(0,0,0,.6);
	background: #f3f3f3;
}
.wrcpt_s2_content .s2_toggle-one,
.wrcpt_s2_content .s2_toggle-select .active {
	background: #464c5c;
	color: rgba(255,255,255,.8);
}
.wrcpt_s2_content .s2_toggle-one,
.wrcpt_s2_content .s2_toggle-two {
    border-right: 1px solid #ddd;
}
.wrcpt_s2_content .s2_toggle-two,
.wrcpt_s2_content .s2_toggle-three {
	border-left: 1px solid #fff;
}
.wrcpt_s2_content .s2_toggle-three span,
.wrcpt_s2_content .s2_toggle-two span {
	font-size: 10px;
	color: #DD3333;
	padding-left: 10px
}
.wrcpt_s2_content .price-s2_toggle-two,
.wrcpt_s2_content .price-s2_toggle-three {
	display:none;
}
/* //Toggle */

/* Package Price */
.wrcpt_s2_content .wrc_s2_table h2.package_plan {
    width: auto !important;
	line-height: 0;
}
.wrcpt_s2_content .wrc_s2_table h2 span.s2_unit {
	font-size: 28px;
	margin: 0;
	vertical-align: super;
    position: relative;
    top: -3px;
}
.wrcpt_s2_content .wrc_s2_table h2 span.s2_unit.unit_right {
	position: absolute;
}
.wrcpt_s2_content .wrc_s2_table h2 span.s2_price {
	font-size: 60px;
	font-weight:700
}
.wrcpt_s2_content .wrc_s2_table h2 span.s2_cent {
	font-size: 28px;
	position: absolute;
	top: -3px;
	z-index: 98
}
.wrcpt_s2_content .wrc_s2_table h2 span.s2_plan {
	font-size: 16px;
	vertical-align: baseline;
	line-height: 0
}
.wrcpt_s2_content .wrc_s2_table h2 span.s2_price_cut {
	position:absolute;
	left: 0;
	right: 0;
	top: -15px;
	font-size: 16px;
	text-decoration: line-through;
	color: #ddd;
	text-align: center;
	width: 100%;
	padding: 0 10px;
	line-height: normal
}
.wrcpt_s2_content .wrc_s2_table h2 span.s2_price_desc {
	font-size: 14px;
	margin: 0 10px;
	vertical-align: middle;
	line-height: normal;
	display: block
}
/* //Package Price */

/* Caption Column */
.wrcpt_s2_content .wrc_s2_table .caption_column:nth-of-type(2n) {
    clear: both;
}
.wrcpt_s2_content .wrc_s2_table .caption_column {
	float: left;
	margin-top: 40px;
	width: 100%
}
.wrcpt_s2_content .wrc_s2_table .caption_column li.pricing_s2_plan {
	height: 121px;
	color: #304153
}
.wrcpt_s2_content .wrc_s2_table .caption_column li.feature_s2_2,
.wrcpt_s2_content .wrc_s2_table .caption_column li.feature_s2_3 {
	margin: -1px 0;
	padding: 0 10px;
	text-align: left;
	word-break: break-word
}
.wrcpt_s2_content .wrc_s2_table .caption_column li.feature_s2_2 .caption_lists,
.wrcpt_s2_content .wrc_s2_table .caption_column li.feature_s2_3 .caption_lists {
	line-height: normal;
	vertical-align: middle;
}
.wrcpt_s2_content .wrc_s2_table .caption_column li.feature_s2_2 span.s2_caption,
.wrcpt_s2_content .wrc_s2_table .caption_column li.feature_s2_3 span.s2_caption {
	font-weight:400;
	line-height: normal;
	margin: 0
}
.wrcpt_s2_content .wrc_s2_table .caption_column li.feature_s2_2 span.fa-icon,
.wrcpt_s2_content .wrc_s2_table .caption_column li.feature_s2_3 span.fa-icon {
	margin: 0 10px 0 0
}
.wrcpt_s2_content .wrc_s2_table .caption_column li:last-child {
	border-bottom-width: 1px !important;
	margin: -1px 0;
}
/* //Caption Column */

/* Caption and Package */
.wrcpt_s2_content .wrc_s2_table .caption_column li.pricing_s2_title,
.wrcpt_s2_content .wrc_s2_table .column_details li.pricing_s2_title {
	height: 62px;
	line-height: 62px;
	text-align: center;
	word-break: break-word
}
.wrcpt_s2_content .wrc_s2_table .caption_column li.pricing_s2_plan,
.wrcpt_s2_content .wrc_s2_table .column_details li.pricing_s2_plan {
	height: 120px;
	line-height: 120px;
	text-align: center;
	margin-top: -1px;
	margin-bottom: -1px;
	overflow: hidden
}
.wrcpt_s2_content .wrc_s2_table .caption_column li.feature_s2_cate,
.wrcpt_s2_content .wrc_s2_table .column_details li.feature_s2_cate{
	list-style:none;
	margin:0;
	padding:0 10px;
	width:100%;
	height:40px;
	line-height:40px;
	font-size:20px;
	font-weight:800;
	color:#fff;
	background-color:#025c88
}
.wrcpt_s2_content .wrc_s2_table .caption_column li.feature_s2_cate .feat_cate,
.wrcpt_s2_content .wrc_s2_table .column_details li.feature_s2_cate .feat_cate {
	display: inline-block;
	line-height: normal;
	/*vertical-align: middle;*/
}
.wrcpt_s2_content .wrc_s2_table .column_details li.feature_s2_cate span.s2_caption_cate,
.wrcpt_s2_content .wrc_s2_table .column_details li.feature_s2_cate span.s2_feature_cate,
.wrcpt_s2_content .wrc_s2_table .column_details li.feature_s2_cate span.s2_no_cate{
	display:none
}
.wrcpt_s2_content .wrc_s2_table .caption_column li.feature_s2_2,
.wrcpt_s2_content .wrc_s2_table .caption_column li.feature_s2_3,
.wrcpt_s2_content .wrc_s2_table .column_details li.feature_s2_1 {
	font-family: 'Droid Sans', sans-serif;
	height: 52px;
	line-height: 52px;
	font-size: 14px
}
.wrcpt_s2_content .wrc_s2_table .caption_column li.feature_s2_2 .s2_caption_lists,
.wrcpt_s2_content .wrc_s2_table .caption_column li.feature_s2_3 .s2_caption_lists,
.wrcpt_s2_content .wrc_s2_table .column_details li.feature_s2_1 .feat_s2_lists {
	display: inline-block;
	vertical-align: middle;
	line-height: normal
}
.wrcpt_s2_content .wrc_s2_table .column_details li.feature_s2_1 .feat_s2_lists {
	position:relative
}
.wrcpt_s2_content .wrc_s2_table .column_details li.feat_s2_end {
	border-bottom-width: 1px !important
}
/* //Caption and Package */

/* Package Column */
.wrcpt_s2_content .wrc_s2_table .column_details {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 40px;
	margin-left:0;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	z-index: 98
}
.wrcpt_s2_content .wrc_s2_table .column_details:hover {
	position: relative;
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-moz-box-shadow: 0px 0px 5px #333;
	-webkit-box-shadow: 0px 0px 5px #333;
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=0, Color='#333333');
	-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=0, Color='#333333');
	box-shadow: 0px 0px 5px #333;
	z-index: 999
}
.wrcpt_s2_content .wrc_s2_table .column_details span {
	background: none;
	border: 0
}
.wrcpt_s2_content .wrc_s2_table .column_details h3 span.title_s2_desc {
	margin: 2px 5px 5px;
	vertical-align: middle;
	line-height: normal;
	display: block;
	font-size:14px;
}
.wrcpt_s2_content .wrc_s2_table .column_details .feat_s2_cap {
	font-weight: 600;
	padding-left: 4px;
	display: inline-block;
	line-height: normal
}
.wrcpt_s2_content .wrc_s2_table .column_details .star_rate {
	display: block;
}
.wrcpt_s2_content .wrc_s2_table .column_details p.average-rating {
    display: inline-block;
    margin: 0 0 0 -4px;
    line-height: 0;
}
.wrcpt_s2_content .wrc_s2_table .column_details .ratings {
    position: absolute;
    bottom: 5px;
    font-size: 12px;
}
.wrcpt_s2_content .wrc_s2_table .column_details .feat_s2_cap a {
	color: #00AE4E
}
.wrcpt_s2_content .wrc_s2_table .column_details .feat_s2_cap a:hover {
	text-decoration:underline
}
.wrcpt_s2_content .wrc_s2_table .column_details .feat_s2_cap span.old_s2_price {
	color: #919191 !important;
	text-decoration: line-through
}
.wrcpt_s2_content .wrc_s2_table .column_details .feat_s2_cap img.star_rating {
	width: 100%;
	height: auto;
	margin-top: -6px
}
.wrcpt_s2_content .wrc_s2_table .column_details li.pricing_s2_title,
.wrcpt_s2_content .wrc_s2_table .column_details li.pricing_s2_plan {
	background: -moz-linear-gradient(#64C3DE, #3591CA);
	background: -webkit-gradient(linear, center top, center bottom, from(#64C3DE), to(#3591CA));
	background: -webkit-linear-gradient(#64C3DE, #3591CA);
	background: -o-linear-gradient(#64C3DE, #3591CA);
	background: -ms-linear-gradient(#64C3DE, #3591CA);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64C3DE', endColorstr='#3591CA',GradientType=1 );
	-ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64C3DE', endColorstr='#3591CA',GradientType=1 );
	background: linear-gradient(#64C3DE, #3591CA)
}
.wrcpt_s2_content .wrc_s2_table .column_details li.pricing_s2_plan img {
	max-width: 100%;
	vertical-align: middle;
	z-index: 1;
}
.wrcpt_s2_content .wrc_s2_table .column_details li.feature_s2_1,
.wrcpt_s2_content .wrc_s2_table .column_details li.feature_s2_2,
.wrcpt_s2_content .wrc_s2_table .column_details li.feature_s2_3 {
	position: relative;
	color: #364D55;
	font-weight: 700;
	margin-top: -1px;
	margin-bottom: -1px;
	padding: 0 5px 0 10px;
	word-break: break-word;
}
.wrcpt_s2_content .wrc_s2_table .column_details span.media_screen {
	display:none
}
.wrcpt_s2_content .wrc_s2_table .column_details li.feature_s2_1 span.fa-icon {
	/*float:left*/
}
.wrcpt_s2_content .wrc_s2_table .column_details li.feature_s2_1 span.feat_value {
	margin: 1px 0 0 0;
	padding:0
}
.wrcpt_s2_content .wrc_s2_table .column_details li.feature_s2_1 span.media_screen {
	margin: 1px 0 0 8px
}
.wrcpt_s2_content .wrc_s2_table .column_details li.feature_s2_1 span.not-available {
	text-decoration: line-through
}
.wrcpt_s2_content .wrc_s2_table .column_details li.feature_s2_1 {
	background-color: #FAFAFA
}
.wrcpt_s2_content .wrc_s2_table .column_details li.feature_s2_2 {
	background-color: #DFDFDF
}
.wrcpt_s2_content .wrc_s2_table .column_details li.feature_s2_3 {
	background-color: #F5F5F5
}
.wrcpt_s2_content .wrc_s2_table .column_details li.feature_s2_1 span,
.wrcpt_s2_content .wrc_s2_table .column_details li.feature_s2_2 span,
.wrcpt_s2_content .wrc_s2_table .column_details li.feature_s2_3 span {
	line-height: normal;
	padding: 0 5px 0 0;
	color: #2F4F4F;
	font-weight: 400
}
.wrcpt_s2_content .wrc_s2_table .column_details li.feature_s2_2 span,
.wrcpt_s2_content .wrc_s2_table .column_details li.feature_s2_3 span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal
}
.wrcpt_s2_content .wrc_s2_table .column_details span.ic-tick,
.wrcpt_s2_content .wrc_s2_table .column_details span.ic-cross {
	padding: 0 0 0 5px !important;
}
.wrcpt_s2_content .wrc_s2_table .column_details span.feature_yes,
.wrcpt_s2_content .wrc_s2_table .column_details span.feature_no,
.wrcpt_s2_content .wrc_s2_table .column_details span.feature_empty,
.wrcpt_s2_content .wrc_s2_table .column_details span.feature_star,
.wrcpt_s2_content .wrc_s2_table .column_details span.star_empty {
	display: inline-block;
	line-height: normal;
	padding: 0 !important
}
.wrcpt_s2_content .wrc_s2_table .column_details span.feature_star,
.wrcpt_s2_content .wrc_s2_table .column_details span.star_empty {
	width: 20px;
}
.wrcpt_s2_content .wrc_s2_table .column_details span.feature_yes:before {
	background:url(../images/wrcpt-buttons.png) no-repeat -2px -2px;
}
.wrcpt_s2_content .wrc_s2_table .column_details span.feature_no:before {
	background: url(../images/wrcpt-buttons.png) no-repeat -2px -33px;
}
.wrcpt_s2_content .wrc_s2_table .column_details span.feature_yes:before,
.wrcpt_s2_content .wrc_s2_table .column_details span.feature_no:before,
.wrcpt_s2_content .wrc_s2_table .column_details span.feature_star:before,
.wrcpt_s2_content .wrc_s2_table .column_details span.star_empty:before {
	width: 24px;
	height: 24px;
	display: inline-block;
	content: "";
	vertical-align: middle;
	line-height: normal
}
.wrcpt_s2_content .wrc_s2_table .column_details span.feature_star:before {
	background: url(../images/wrcpt-star.png) no-repeat -20px -20px;
	width: 20px;
	height: 20px
}
.wrcpt_s2_content .wrc_s2_table .column_details span.star_empty:before {
	background: url(../images/wrcpt-star.png) no-repeat -20px -60px;
	width: 20px;
	height: 20px
}
/* //Package Column */

/* Package Button */
.wrcpt_s2_content .wrc_s2_table .caption_column li.pricing_s2_button,
.wrcpt_s2_content .wrc_s2_table .column_details li.pricing_s2_button {
	background-color: #ccc;
	width: 100%;
	height: 60px;
	line-height: 60px;
	margin-top: 1px;
	display:inline-block;
	text-align: center
}
.wrcpt_s2_content .wrc_s2_table .caption_column li.pricing_s2_button {
	background:transparent;
}
.wrcpt_s2_content .wrc_s2_table .column_details li.pricing_s2_button input[type="image"] {
	vertical-align: middle;
	border: none;
	max-width: 100%;
}
.wrcpt_s2_content .wrc_s2_table .column_details li.pricing_s2_button img {
	margin: 0;
	padding: 0;
}
.wrcpt_s2_content .wrc_s2_table .column_details li.pricing_s2_button .action_button {
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: -moz-linear-gradient(#64C3DE, #3591CA);
	background: -webkit-gradient(linear, center top, center bottom, from(#64C3DE), to(#3591CA));
	background: -webkit-linear-gradient(#64C3DE, #3591CA);
	background: -o-linear-gradient(#64C3DE, #3591CA);
	background: -ms-linear-gradient(#64C3DE, #3591CA);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64C3DE', endColorstr='#3591CA',GradientType=1 );
	-ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64C3DE', endColorstr='#3591CA',GradientType=1 );
	background: linear-gradient(#64C3DE, #3591CA);
	display: inline-block;
	vertical-align: middle;
	max-width: 80%;
	width: 170px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px
}
.wrcpt_s2_content .wrc_s2_table .column_details li.pricing_s2_button .action_button:hover {
	background: -moz-linear-gradient(#666, #333);
	background: -webkit-gradient(linear, center top, center bottom, from(#666666), to(#333333));
	background: -webkit-linear-gradient(#666, #333);
	background: -o-linear-gradient(#666, #333);
	background: -ms-linear-gradient(#666, #333);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=1 );
	-ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=1 );
	background: linear-gradient(#666, #333);
	color: #000000
}
.wrcpt_s2_content .wrc_s2_table .column_details li.pricing_s2_button a.price-s2_toggle-two,
.wrcpt_s2_content .wrc_s2_table .column_details li.pricing_s2_button a.price-s2_toggle-three {
	display:none
}
.wrcpt_s2_content .wrc_s2_table .column_details li.pricing_s2_button span.icon_divider {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	margin-right: 10px;
	float: left
}
.wrcpt_s2_content .wrc_s2_table .column_details li.pricing_s2_button span.button_icon {
	padding: 0 10px 0 0;
	float: left
}
.wrcpt_s2_content .wrc_s2_table .column_details li.pricing_s2_button span.icon_divider:before {
	border-right: 1px solid #333;
	content: "";
	display: inline-block;
	height: 29px
}
.wrcpt_s2_content .wrc_s2_table .column_details li.pricing_s2_button .button_code {
	display: block;
	text-align: center;
	vertical-align: middle
}
/* //Package Button */

/* Package Tooltip */
.wrcpt_s2_content .wrc_s2_table .column_details a.text_tooltip,
.wrcpt_s2_content .wrc_s2_table .column_details a.icon_tooltip {
	text-decoration: none;
	position: relative;
	font-weight: 700;
	color: #364D55;
	display: inline-block;
	cursor: pointer;
}
.wrcpt_s2_content .wrc_s2_table .column_details a.text_tooltip {
	margin-left:5px;
	top: 1px
}
.wrcpt_s2_content .wrc_s2_table .column_details a.icon_tooltip {
	position:absolute;
	top: 0;
	right: -20px
}
.wrcpt_s2_content .wrc_s2_table .column_details a.text_tooltip:hover:after,
.wrcpt_s2_content .wrc_s2_table .column_details a.icon_tooltip:hover:after {
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	bottom: 27px;
	left: -30px;
	color: #fff;
	content: attr(rel);
	padding: 10px 15px;
	z-index: 99;
	width: 130px;
	text-align: left
}
.wrcpt_s2_content .wrc_s2_table .column_details a.text_tooltip:hover:before,
.wrcpt_s2_content .wrc_s2_table .column_details a.icon_tooltip:hover:before {
	border: solid;
	border-color: #333 transparent;
	border-width: 10px 6px 0 6px;
	bottom: 18px;
	content: "";
	left: 0;
	position: absolute;
	z-index: 99
}
.wrcpt_s2_content .wrc_s2_table .column_details:last-child a.text_tooltip:hover:after,
.wrcpt_s2_content .wrc_s2_table .column_details:last-child a.icon_tooltip:hover:after{
	left:auto;
	right:-30px
}
.wrcpt_s2_content .wrc_s2_table .column_details a.wrcmb-tooltip {
	display: none
}
/* //Package Tooltip */

/* Caption Tooltip */
.wrcpt_s2_content .wrc_s2_table .caption_column a.cap_tooltip {
	font-family: 'Droid Sans', sans-serif;
	text-decoration: none;
	position: absolute;
	right: 8px;
	font-weight: 400;
	color: #364D55;
	z-index: 999
}
.wrcpt_s2_content .wrc_s2_table .caption_column a.cap_tooltip:hover:after{
	background: #F8F8FF;
	border: 1px solid #aaa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	top: -20px;
	left: 35px;
	color: #333;
	content: attr(rel);
	padding: 10px 20px;
	position: absolute;
	z-index: 98;
	width: 150px;
	font-size: 14px;
	text-align: left;
	line-height: 20px;
}
.wrcpt_s2_content .wrc_s2_table .caption_column a.cap_tooltip:hover:before{
	border: solid;
	border-color: transparent #aaa transparent transparent;
	border-width: 10px;
	bottom: -4px;
	content: "";
	left: 16px;
	position: absolute;
	z-index: 99;
}
/* //Caption Tooltip */

/* Ribbon 1 */
.wrcpt_s2_content .wrc_s2_table .column_details li .wrc-ribbon {
	position: absolute;
	top: 63px;
	right: -7px;
	overflow: visible;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	z-index: 9999
}
.wrcpt_s2_content .wrc_s2_table .column_details li .wrc-ribbon:before {
	content: "";
	height: 0;
	width: 0;
	display: block;
	position: absolute;
	top: 2px;
	left: 4px;
	border-color: transparent rgba(0, 0, 0, 0.3) transparent transparent;
	border-width: 12px 24px 12px 0;
	border-style: solid
}
.wrcpt_s2_content .wrc_s2_table .column_details li .wrc-ribbon:after {
	content: "";
	height: 2px;
	background: rgba(0, 0, 0, 0.3);
	display: block;
	position: absolute;
	bottom: -2px;
	left: 27px;
	right: 5px
}
.wrcpt_s2_content .wrc_s2_table .column_details li .wrc-ribbon a {
	display: block;
	padding: 0 20px 0 5px;
	position: relative;
	background: #cb0000;
	background: -moz-linear-gradient(left, #fe0000, #cb0000);
	background: -webkit-linear-gradient(left, #fe0000, #cb0000);
	background: -o-linear-gradient(left, #fe0000, #cb0000);
	background: -ms-linear-gradient(left, #fe0000, #cb0000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe0000', endColorstr='#cb0000', GradientType=1);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe0000', endColorstr='#cb0000',GradientType=1 );
	background: linear-gradient(to right, #fe0000, #cb0000);
	overflow: visible;
	height: 24px;
	margin-left: 29px;
	color: #fff;
	text-decoration: none
}
.wrcpt_s2_content .wrc_s2_table .column_details li .wrc-ribbon a:after {
	content: "";
	height: 0;
	width: 0;
	display: block;
	position: absolute;
	bottom: -8px;
	right: 0;
	border-top: 8px solid #4F0000;
	border-right: 8px solid transparent
}
.wrcpt_s2_content .wrc_s2_table .column_details li .wrc-ribbon a:before {
	content: "";
	height: 0;
	width: 0;
	display: block;
	position: absolute;
	top: 0px;
	left: -24px;
	border-color: transparent #fe0000 transparent transparent;
	border-width: 12px 24px 12px 0px;
	border-style:solid
}
.wrcpt_s2_content .wrc_s2_table .column_details:hover li .wrc-ribbon a:before {
	left: -23px
}
/* //Ribbon 1 */

/* Ribbon 2 */
.wrcpt_s2_content .wrc_s2_table .column_details li .ribbon-container {
	position: absolute;
	top: 134px;
	left: 0;
	margin-right: 1em;
	padding: 6px 10px 6px 5px;
	border-radius: 0 .5em .5em 0;
	background-color: #cb0000 !important;
	background-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,.1) 100%);
	box-shadow: inset 0 .062em 0 rgba(255,255,255,.6), 0 .125em .25em rgba(0,0,0,.2);
	color: #fff;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-shadow: 0 -.062em 0 rgba(0,0,0,.2);
	white-space: nowrap;
	transition: background-color .2s ease-in-out;
	z-index:99
}
.wrcpt_s2_content .wrc_s2_table .column_details li .ribbon-container:before,
.wrcpt_s2_content .wrc_s2_table .column_details li .ribbon-container:after {
	position: absolute;
	background-color: inherit;
	content: ""
}
.wrcpt_s2_content .wrc_s2_table .column_details li .ribbon-container:before {
	bottom: 0;
	left: -6px;
	width: 7px;
	height: 38px;
	border-radius: 0 0 0 .5em;
	background-image: linear-gradient(to right, rgba(0,0,0,.2) 0%, rgba(0,0,0,0) 100%)
}
.wrcpt_s2_content .wrc_s2_table .column_details li .ribbon-container:after {
	top: -14px;
	left: -6px;
	width: 7px;
	height: 1em;
	border-radius: .5em 0 0 .5em;
	background-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,.2) 100%);
	box-shadow: 0 .062em 0 rgba(255,255,255,.6)
}
/* //Ribbon 2 */

/* Ribbon 3 */
.wrcpt_s2_content .wrc_s2_table .column_details li .ribbon-corner {
	position: absolute;
	left: -5px;
	top: -5px;
	z-index: 1;
	overflow: hidden;
	width: 75px;
	height: 75px
}
.wrcpt_s2_content .wrc_s2_table .column_details li .ribbon-corner span {
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #FFF;
	letter-spacing: 1px;
	text-align: center;
	line-height: 30px;
	transform: rotate(-45deg);
	width: 95px;
	display: block;
	background: #79A70A !important;
	background: -moz-linear-gradient(#9BC90D 0%, #79A70A 100%) !important;
	background: -webkit-linear-gradient(#9BC90D 0%, #79A70A 100%) !important;
	background: -o-linear-gradient(#9BC90D 0%, #79A70A 100%) !important;
	background: -ms-linear-gradient(#9BC90D 0%, #79A70A 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9BC90D 0%', endColorstr='#79A70A 100%', GradientType=1);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9BC90D 0%', endColorstr='#79A70A 100%',GradientType=1);
	background: linear-gradient(#9BC90D 0%, #79A70A 100%) !important;
	position: absolute;
	top: 9px;
	left: -23px;
}
.wrcpt_s2_content .wrc_s2_table .column_details li .ribbon-corner span::before {
	content: "";
	position: absolute;
	left: -1px;
	top: 100%;
	z-index: -1;
	border-left: 3px solid #79A70A;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #79A70A
}
.wrcpt_s2_content .wrc_s2_table .column_details li .ribbon-corner span::after {
	content: "";
	position: absolute;
	right: 0px;
	top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid #79A70A;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #79A70A
}
/* //Ribbon 3 */

/* Ribbon 4 */
.wrcpt_s2_content .wrc_s2_table .column_details li .ribbon-banner {
	position: absolute;
	top: 63px;
	right: -7px;
	overflow: visible;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 30px;
	z-index: 9999
}
.wrcpt_s2_content .wrc_s2_table .column_details li .ribbon-banner:before {
	content: "";
	height: 0;
	width: 0;
	display: block;
	position: absolute;
	top: 2px;
	left: 12px;
	border-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.3) transparent;
	border-width: 15px;
	border-style: solid
}
.wrcpt_s2_content .wrc_s2_table .column_details li .ribbon-banner:after {
	content: "";
	height: 2px;
	background: rgba(0, 0, 0, 0.3);
	display: block;
	position: absolute;
	bottom: -2px;
	left: 42px;
	right: 5px
}
.wrcpt_s2_content .wrc_s2_table .column_details li .ribbon-banner a {
	display: block;
	padding: 0 20px;
	position: relative;
	background: #a00;
	overflow: visible;
	height: 30px;
	margin-left: 29px;
	color: #fff;
	text-decoration: none
}
.wrcpt_s2_content .wrc_s2_table .column_details li .ribbon-banner a:after {
	content: "";
	height: 0;
	width: 0;
	display: block;
	position: absolute;
	bottom: -8px;
	right: 0;
	border-top: 8px solid #4F0000;
	border-right: 8px solid transparent
}
.wrcpt_s2_content .wrc_s2_table .column_details li .ribbon-banner a:before {
	content: "";
	height: 0;
	width: 0;
	display: block;
	position: absolute;
	top: 0px;
	left: -16px;
	border-color: #a00 transparent;
	border-width: 15px;
	border-style:solid
}
/* //Ribbon 4 */

/* Ribbon 5 */
.wrcpt_s2_content .wrc_s2_table .column_details li .corner-ribbon {
	position: absolute;
	right: 0;
	top: 52px;
	overflow: hidden;
	white-space: nowrap;
	width: 100px;
	height: 58px;
	z-index: 99
}
.wrcpt_s2_content .wrc_s2_table .column_details li .corner-ribbon a {
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	letter-spacing: 1px;
	line-height: 30px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(30deg);
	width: 175px;
	display: block;
	background: #a00;
	background: -moz-linear-gradient(#B64B4B 0%, #a00 100%);
	background: -webkit-linear-gradient(#B64B4B 0%, #a00 100%);
	background: -o-linear-gradient(#B64B4B 0%, #a00 100%);
	background: -ms-linear-gradient(#B64B4B 0%, #a00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B64B4B 0%', endColorstr='#a00 100%', GradientType=1);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B64B4B 0%', endColorstr='#a00 100%',GradientType=1 );
	background: linear-gradient(#B64B4B 0%, #a00 100%);
	border: 1px solid #faa;
	position: absolute;
	top: 5px;
	right: -57px
}
/* //Ribbon 5 */

/* Responsive */
/* Shortcode 1 */
@media only screen and (max-width : 767px) {
	/* Shortcode 1 */
	.wrcpt_content .wrc_pricing_table .package_details span.wrcmb-tooltip {
		display: inline;
	}
	.wrcpt_content .wrc_pricing_table .package_details span.wrcds-tooltip {
		display: none;
	}
	.wrcpt_content .wrc_pricing_table .package_details span.ic-tick,
	.wrcpt_content .wrc_pricing_table .package_details span.ic-cross,
	.wrcpt_content .wrc_pricing_table .package_details .feat_cap {
		float: none !important;
		display: block;
		margin: 0;
	}
	/* Shortcode 2 */
	.wrcpt_s2_content .wrc_s2_table h2 span.s2_price {
		font-size: 32px !important;
	}
	.wrcpt_s2_content .wrc_s2_table h2 span.s2_unit,
	.wrcpt_s2_content .wrc_s2_table h2 span.s2_cent {
		font-size: 16px !important;
	}
	.wrcpt_s2_content .wrc_s2_table h2 span.s2_plan {
		font-size: 14px;
	}
}
@media only screen and (max-width : 480px) {
	/* Shortcode 1 */
	.wrcpt_content .wrc_pricing_table .center {
		text-align: left
	}
	.wrcpt_content .wrc_pricing_table .package_caption {
		display:none
	}
	.wrcpt_content .wrc_pricing_table .package_details {
		width: 98%
	}
	.wrcpt_content .wrc_pricing_table .package_details span.feature_empty {
		display:none !important
	}
	.wrcpt_content .wrc_pricing_table .package_details li.feature_cate_row span.no_cate,
	.wrcpt_content .wrc_pricing_table .package_details li.feature_cate_row span.caption_cate,
	.wrcpt_content .wrc_pricing_table .package_details li.feature_cate_row span.feature_cate{
		display:inline-block
	}
	.wrcpt_content .toggle-slide {
		width: 98% !important;
		margin:0 !important
	}
	.wrcpt_content .toggle-three,
	.wrcpt_content .toggle-two,
	.wrcpt_content .toggle-one {
		font-size:12px !important;
		width: 50%;
	}
	.wrcpt_content .toggle-three span,
	.wrcpt_content .toggle-two span {
		font-size: 8px !important;
		padding-left: 3px !important
	}
	.wrcpt_content .wrc_pricing_table .package_details span.text_tooltip:hover:after,
	.wrcpt_content .wrc_pricing_table .package_details span.icon_tooltip:hover:after {
		left:auto !important;
		right:-30px !important
	}
	/* Shortcode 2 */
	.wrcpt_s2_content .wrc_s2_table .caption_column {
		display:none;
	}
	.wrcpt_s2_content .wrc_s2_table .s2_center {
		text-align: left
	}
	.wrcpt_s2_content .wrc_s2_table .column_details {
		width:25%
	}
	.wrcpt_s2_content .wrc_s2_table h2,
	.wrcpt_s2_content .wrc_s2_table h2 span.s2_price {
		font-size: 26px !important
	}
	.wrcpt_s2_content .wrc_s2_table h2 span.s2_price_cut {
		width: auto;
		padding: 0;
		font-size: 10px;
		top: -9px;
	}
	.wrcpt_s2_content .wrc_s2_table h2 span.s2_cent {
		position: relative;
		vertical-align: top;
    	top: 0px;
	}
	.wrcpt_s2_content .wrc_s2_table h2 span.s2_plan {
		display: block;
		padding: 3px 0 10px
	}
	.wrcpt_s2_content .wrc_s2_table h2 span.s2_price_desc {
		margin: 0 !important
	}
	.wrcpt_s2_content .wrc_s2_table .column_details h3 {
		font-size: 12px !important;
		margin: 0 1px !important
	}
	.wrcpt_s2_content .wrc_s2_table .column_details li.pricing_s2_title,
	.wrcpt_s2_content .wrc_s2_table .special-column li.pricing_s2_title {
		height: 80px !important;
		line-height: 80px !important
	}
	.wrcpt_s2_content .wrc_s2_table .column_details li .corner-ribbon a,
	.wrcpt_s2_content .wrc_s2_table .column_details li .ribbon-corner span {
		font-size: 8px;
		line-height: 13px
	}
	.wrcpt_s2_content .wrc_s2_table .column_details li .corner-ribbon a {
		width: 140px;
		top: 2px
	}
	.wrcpt_s2_content .wrc_s2_table .column_details li .ribbon-corner span {
		width: 55px;
		left: -11px
	}
	.wrcpt_s2_content .wrc_s2_table .column_details li .ribbon-container {
		top: 116px !important;
		font-size: 8px;
		padding: 3px 3px 2px 5px
	}
	.wrcpt_s2_content .wrc_s2_table .column_details li .ribbon-container:before {
		height: 20px
	}
	.wrcpt_s2_content .wrc_s2_table .column_details li .ribbon-container:after {
		top: -8px
	}
	.wrcpt_s2_content .wrc_s2_table .column_details li .wrc-ribbon {
		line-height: 15px
	}
	.wrcpt_s2_content .wrc_s2_table .column_details li .wrc-ribbon a {
		height: 14px;
		padding: 0 12px 0 2px
	}
	.wrcpt_s2_content .wrc_s2_table .column_details li .wrc-ribbon a:before,
	.wrcpt_s2_content .wrc_s2_table .column_details li .wrc-ribbon:before,
	.wrcpt_s2_content .wrc_s2_table .column_details:hover li .wrc-ribbon a:before {
		border-width: 7px 14px 7px 0px;
		left: -14px
	}
	.wrcpt_s2_content .wrc_s2_table .column_details li .wrc-ribbon:before {
		left: 14px
	}
	.wrcpt_s2_content .wrc_s2_table .column_details li .ribbon-banner a {
		font-size: 12px;
		padding: 0 15px;
		height: 24px;
		line-height: 24px
	}
	.wrcpt_s2_content .wrc_s2_table .column_details li .ribbon-banner a:before,
	.wrcpt_s2_content .wrc_s2_table .column_details li .ribbon-banner:before {
		left: -11px;
		border-width: 12px
	}
	.wrcpt_s2_content .wrc_s2_table .column_details li .ribbon-banner:before {
		left: 18px
	}
	.wrcpt_s2_content .wrc_s2_table .column_details li.feature_s2_1 {
		height: 70px !important;
		line-height: 66px !important;
		padding: 0 !important;
	}
	.wrcpt_s2_content .wrc_s2_table .column_details li.feature_s2_1,
	.wrcpt_s2_content .wrc_s2_table .column_details .feat_s2_cap,
	.wrcpt_s2_content .wrc_s2_table .column_details li.feature_s2_1 span.feat_value,
	.wrcpt_s2_content .wrc_s2_table .column_details li.feature_s2_1 span.media_screen,
	.wrcpt_s2_content .wrc_s2_table .column_details h3 span.title_s2_desc,
	.wrcpt_s2_content .wrc_s2_table h2 span.s2_plan,
	.wrcpt_s2_content .wrc_s2_table h2 span.s2_price_desc,
	.wrcpt_s2_content .wrc_s2_table .column_details li.pricing_s2_button .action_button,
	.wrcpt_s2_content .wrc_s2_table .column_details li .wrc-ribbon a {
		font-size: 10px !important
	}
	.wrcpt_s2_content .wrc_s2_table .column_details span.media_screen {
		display:block
	}
	.wrcpt_s2_content .wrc_s2_table .column_details a.icon_tooltip {
		right: -5px !important
	}
	.wrcpt_s2_content .wrc_s2_table .column_details a.wrcmb-tooltip {
		display: inline;
	}
	.wrcpt_s2_content .wrc_s2_table .column_details a.wrcds-tooltip {
		display: none;
	}
	.wrcpt_s2_content .wrc_s2_table .column_details li.pricing_s2_button .action_button {
		width: 100% !important;
		height: auto !important;
		line-height: 12px !important;
		padding: 3px !important
	}
	.wrcpt_s2_content .wrc_s2_table .column_details li.pricing_s2_button span.button_icon {
		padding:0 5px 0 0 !important
	}
	.wrcpt_s2_content .wrc_s2_table .column_details span.feature_empty,
	.wrcpt_s2_content .wrc_s2_table .column_details li.pricing_s2_button span.icon_divider {
		display:none !important
	}
	.wrcpt_s2_content .s2_toggle-slide {
		width: 98% !important;
		margin:0 !important
	}
	.wrcpt_s2_content .s2_toggle-three,
	.wrcpt_s2_content .s2_toggle-two,
	.wrcpt_s2_content .s2_toggle-one {
		font-size:12px !important;
		width: 50%;
	}
	.wrcpt_s2_content .s2_toggle-three span,
	.wrcpt_s2_content .s2_toggle-two span {
		font-size: 8px !important;
		padding-left: 3px !important
	}
	.wrcpt_s2_content .wrc_s2_table .column_details li.feature_s2_cate {
		font-size: 14px
	}
}
@media only screen and (min-width : 481px) and (max-width: 1023px) {
	/* Shortcode 1 */
	.wrcpt_content .wrc_pricing_table .center {
		text-align: left
	}
	.wrcpt_content .wrc_pricing_table .package_caption {
		display:none
	}
	.wrcpt_content .wrc_pricing_table .package_details {
		width:49.75%
	}
	.wrcpt_content .wrc_pricing_table .package_details span.feature_empty {
		display:none !important
	}
	.wrcpt_content .wrc_pricing_table .package_details li.feature_cate_row span.no_cate,
	.wrcpt_content .wrc_pricing_table .package_details:nth-of-type(2n+2) li.feature_cate_row span.caption_cate,
	.wrcpt_content .wrc_pricing_table .package_details:nth-of-type(2n+3) li.feature_cate_row span.feature_cate{
		display:inline-block
	}
	.wrcpt_content .wrc_pricing_table .package_details:nth-of-type(2n+1) span.text_tooltip:hover:after,
	.wrcpt_content .wrc_pricing_table .package_details:nth-of-type(2n+1) span.icon_tooltip:hover:after{
		left:auto !important;
		right:-30px !important
	}
	/* Shortcode 2 */
	.wrcpt_s2_content .wrc_s2_table .s2_center {
		text-align: left
	}
	.wrcpt_s2_content .wrc_s2_table .caption_column,
	.wrcpt_s2_content .wrc_s2_table .column_details {
		width:25%
	}
	.wrcpt_s2_content .wrc_s2_table h2,
	.wrcpt_s2_content .wrc_s2_table h2 span.s2_price {
		font-size: 48px !important
	}
	.wrcpt_s2_content .wrc_s2_table h2 span.s2_unit,
	.wrcpt_s2_content .wrc_s2_table h2 span.s2_cent {
		font-size: 24px !important
	}
	.wrcpt_s2_content .wrc_s2_table h2 span.s2_cent {
		position: relative;
		vertical-align: text-top;
	}
	.wrcpt_s2_content .wrc_s2_table h2 span.s2_plan {
		display: block;
		padding: 5px 0 15px;
		font-size: 16px;
	}
	.wrcpt_s2_content .wrc_s2_table .column_details h3,
	.wrcpt_s2_content .wrc_s2_table .caption_column h3 {
		font-size: 16px !important;
		margin: 0 5px !important
	}
	.wrcpt_s2_content h3.s2_caption {
		margin-bottom: 10px !important;
	}
	.wrcpt_s2_content .wrc_s2_table .caption_column li.pricing_s2_title,
	.wrcpt_s2_content .wrc_s2_table .column_details li.pricing_s2_title,
	.wrcpt_s2_content .wrc_s2_table .special-column li.pricing_s2_title {
		height: 120px !important;
		line-height: 120px !important
	}
	.wrcpt_s2_content .wrc_s2_table .column_details li .corner-ribbon a,
	.wrcpt_s2_content .wrc_s2_table .column_details li .ribbon-corner span {
		font-size: 10px;
		line-height: 20px;
		width: 152px
	}
	.wrcpt_s2_content .wrc_s2_table .column_details li .ribbon-corner span {
		width: 72px;
		left: -16px
	}
	.wrcpt_s2_content .wrc_s2_table .column_details li .ribbon-container {
		font-size: 12px;
		padding: 5px 5px 3px 3px
	}
	.wrcpt_s2_content .wrc_s2_table .column_details li .ribbon-container:before {
		height: 29px
	}
	.wrcpt_s2_content .wrc_s2_table .column_details li .ribbon-container:after {
		top: -12px
	}
	.wrcpt_s2_content .wrc_s2_table .column_details li .wrc-ribbon {
		line-height: 22px
	}
	.wrcpt_s2_content .wrc_s2_table .column_details li .wrc-ribbon a {
		font-size: 12px;
		height: 20px;
		padding: 0 15px 0 5px
	}
	.wrcpt_s2_content .wrc_s2_table .column_details li .wrc-ribbon a:before,
	.wrcpt_s2_content .wrc_s2_table .column_details li .wrc-ribbon:before {
		border-width: 10px 24px 10px 0px
	}
	.wrcpt_s2_content .wrc_s2_table .column_details li .ribbon-banner a {
		font-size: 12px;
		padding: 0 15px;
		height: 24px;
		line-height: 24px
	}
	.wrcpt_s2_content .wrc_s2_table .column_details li .ribbon-banner a:before,
	.wrcpt_s2_content .wrc_s2_table .column_details li .ribbon-banner:before {
		left: -11px;
		border-width: 12px
	}
	.wrcpt_s2_content .wrc_s2_table .column_details li .ribbon-banner:before {
		left: 18px
	}
	.wrcpt_s2_content .wrc_s2_table .caption_column li.feature_s2_2,
	.wrcpt_s2_content .wrc_s2_table .caption_column li.feature_s2_3,
	.wrcpt_s2_content .wrc_s2_table .caption_column li.feature_s2_2,
	.wrcpt_s2_content .wrc_s2_table .caption_column li.feature_s2_3,
	.wrcpt_s2_content .wrc_s2_table .column_details li.feature_s2_1 {
		height: 70px !important;
		line-height: 66px !important
	}
	.wrcpt_s2_content .wrc_s2_table .column_details li.feature_s2_1 {
		padding: 0 !important
	}
	.wrcpt_s2_content .wrc_s2_table .caption_column li.feature_s2_2,
	.wrcpt_s2_content .wrc_s2_table .caption_column li.feature_s2_3,
	.wrcpt_s2_content .wrc_s2_table .caption_column li.feature_s2_2 span.s2_caption a,
	.wrcpt_s2_content .wrc_s2_table .caption_column li.feature_s2_3 span.s2_caption a,
	.wrcpt_s2_content .wrc_s2_table .column_details li.feature_s2_1,
	.wrcpt_s2_content .wrc_s2_table .column_details .feat_s2_cap,
	.wrcpt_s2_content .wrc_s2_table .column_details li.feature_s2_1 span.feat_value,

	.wrcpt_s2_content .wrc_s2_table .column_details li.feature_s2_1 span.media_screen,
	.wrcpt_s2_content .wrc_s2_table .column_details h3 span.title_s2_desc,
	.wrcpt_s2_content .wrc_s2_table h2 span.s2_price_desc {
		font-size: 12px !important
	}
	.wrcpt_s2_content .wrc_s2_table h2 span.s2_price_cut {
		font-size: 12px !important;
		width: auto;
		padding: 0;
	}
	.wrcpt_s2_content .wrc_s2_table .caption_column li.feature_s2_2,
	.wrcpt_s2_content .wrc_s2_table .caption_column li.feature_s2_3 {
		padding: 0 10px 0 !important
	}
	.wrcpt_s2_content .wrc_s2_table .caption_column li.feature_s2_2 span.s2_caption,
	.wrcpt_s2_content .wrc_s2_table .caption_column li.feature_s2_3 span.s2_caption{
		font-weight: 700 !important;
		margin-right: 5px !important
	}
	.wrcpt_s2_content .wrc_s2_table .column_details li.pricing_s2_button .action_button {
		font-size: 11px !important;
		width: 100% !important;
		height: auto !important;
		line-height: 15px !important;
		padding: 5px !important
	}
	.wrcpt_s2_content .wrc_s2_table .column_details li.pricing_s2_button span.button_icon {
		padding:0 5px 0 0 !important
	}
	.wrcpt_s2_content .wrc_s2_table .column_details span.feature_empty,
	.wrcpt_s2_content .wrc_s2_table .column_details li.pricing_s2_button span.icon_divider {
		display:none !important
	}
	.wrcpt_s2_content .wrc_s2_table .caption_column li.feature_s2_cate,
	.wrcpt_s2_content .wrc_s2_table .column_details li.feature_s2_cate {
		font-size: 14px
	}
}
/* Shortcode 1 */
@media only screen and (min-width : 768px) and (max-width: 860px) {
	.wrcpt_content h3.caption {
		font-size:24px !important
	}
	.wrcpt_content .wrc_pricing_table .package_details li.pricing_table_button .action_button {
		font-size:10px !important
	}
	.wrcpt_content .wrc_pricing_table .package_details li.feature_cate_row span.no_cate{
		display:inline-block
	}
}
@media screen and (min-width: 1024px) {
	/* Shortcode 1 */
	.wrcpt_content .wrc_pricing_table h2 {
		font-size: 48px
	}
	.wrcpt_content .wrc_pricing_table .package_caption {
		width: 23%
	}
	.wrcpt_content .wrc_pricing_table .package_details {
		width: 19.144%;
		margin-bottom:10px
	}
	.wrcpt_content .wrc_pricing_table .package_details li.feature_style_1 span.hide-fa-icon,
	.wrcpt_content .wrc_pricing_table .package_details span.media_screen {
		display:none !important
	}
	.wrcpt_content .wrc_pricing_table .package_details:last-child span.text_tooltip:hover:after,
	.wrcpt_content .wrc_pricing_table .package_details:last-child span.icon_tooltip:hover:after{
		left:auto !important;
		right:-30px !important
	}
	/* Shortcode 2 */
	.wrcpt_s2_content .wrc_s2_table h2 {
		font-size: 48px
	}
	.wrcpt_s2_content .wrc_s2_table .caption_column {
		width: 23%
	}
	.wrcpt_s2_content .wrc_s2_table .column_details {
		width: 19.144%;
		margin-bottom:10px
	}
}
/* Shortcode 2 */
@media only screen and (max-width : 1024px) {
	.wrcpt_s2_content .wrc_s2_table h2 span.s2_unit {
		vertical-align: bottom;
	}
	.wrcpt_s2_content .wrc_s2_table h2 span.s2_cent {
		top: 7px;
	}
}
/* //Responsive */