/*
Theme Name:     Kallyas Child Theme
Theme URI:      http://kallyas.net/demo/
Description:    Child theme for the Kallyas theme
Author:         Hogash
Author URI:     http://themeforest.net/user/hogash
Template:       kallyas
Version:        4.0.0
Tags: dark, light, left-sidebar, right-sidebar, fluid-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, full-width-template, theme-options, translation-ready
Text Domain:  zn_framework
*/
.pricing-table-element {background: transparent !important;border:none;}
.pricing-table-element[data-columns="3"] .plan-column {
    border: 1px solid #BBB;
    border-bottom: none;
    width: 31.3333%;
    margin-left: 0;
    margin-right: 1%;
    background: #FFF;
}
.pricing-table-element[data-columns="3"] .plan-column:last-child {
  margin-right: 0;
}
.pricing-table-element .plan-column .plan-title {
  background: #484848;
}
.plan-title .inner-cell {
  position: relative;height: 80px !important;text-align: left !important;padding-left: 100px !important;font-size: 2.2vw;}
.plan-title .inner-cell::before {
  content: '';
  background: url(https://myground.lu/wp-content/uploads/2017/06/MYGROUND_SYMBOL.png);
  position: absolute;
  left: 50px;
  width: 28px;
  height: 40px;
  top: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

.subscription-price {display: none !important;}

.inner-cell span.subtitle {
    display: block;
    margin: 0;
    padding: 10px 0;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    padding-left: 20px;
}

.pricing-table-element .plan-column ul li:last-child .inner-cell {
  height: 50px !important;
}
span.prix {
    display: block;
    font-size: 22px;
    padding: 20Px 0;
    text-transform: uppercase;
    background: #ea5043;
    color: #FFF;
}

li.plan-title > div > span {font-size: 14px;color: #FFF;display: block;text-align: left;margin-bottom: 5px;}

@media (max-width:1024px) {
  .plan-title .inner-cell {padding-left: 75px !important;}
  .plan-title .inner-cell::before {left: 25px;}
}
