/*
Theme Name: Anesta Child
Template: anesta
Theme URI: http://anesta.ancorathemes.com/
Description: Anesta is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: AncoraThemes
Author URI: http://ancorathemes.com/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

a#home-dir-btn {
    top: -35px;
    position: absolute;
    right: -1px;
}

#bdhomep .directorist-pagination {
    float: left;
}

.atbd_plans_row .level {
    width: auto;
}

.pricing__features ul {display: grid;grid-template-columns: 50% 50%;/* grid-template-rows: 20px; */}
.pricing__features ul li {color:black;font-size: 15px !important;}
.fa-times:before {
    content: "\E8AC";
    font-family:'fontello';
    font-weight: 900;
    color: red;
    font-size: 18px;
}
.fa-check:before {
    content: "\E8AB";
    font-family:'fontello';
    font-weight: 900;
    color: green;
    font-size: 18px;
    }

.pricing__features {
    padding: 35px 55px 30px 62px !important;
    /* background-color: #eaf2f3; */
}

.atbd_plans_row {
    display: grid;
    justify-items: stretch;
    /* grid-auto-rows: 1fr; */
    grid-template-columns: 50% 50%;
    grid-template-rows: 754px 1152px;
}

.pricing__title {
    background-color: cadetblue !important;
}

.pricing__title h4 {
    background-color: #345870 !important;
    color: white !important;
    font-weight: 900 !important;
}

a.btn.btn-block.directorist-pricing__action--btn {background-color: #709eb3;/* width: 200px; */margin: 10px auto 12px auto;}

.pricing__price.rounded {
    background-color: #fcfcfc;
    border-radius: 0;
    border-bottom: 1px solid #ccc !important;
}
.pricing__price.rounded:nth-of-type(3) {
    height: 500px !important;
}
#fm_plans_container {/*visibility:hidden;*/}

ul.trx_addons_list.trx_addons_list_dot {
    display: block;
}
.sc_price_item_info a {/*display:none !important;*/ text-align:center; vertical-align:bottom;}
.sc_price_item_label {
    position: absolute;
    z-index: 2;
    top: 1.8em;
    left: -8.5em;
    width: 23em;
    height: 2em;
    line-height: 2em;
    font-size: 20px;
    text-transform: uppercase;
    background-color: #efa758;
    color: #fff;
    font-weight: 600;
}
.trx_addons_column-1_2:nth-of-type(2) .sc_price_item_label {background-color: #a4794f !important;}
.trx_addons_column-1_2:nth-of-type(3) .sc_price_item_label {background-color: #b3b3b3 !important;}
.trx_addons_column-1_2:nth-of-type(4) .sc_price_item_label {background-color: goldenrod !important;}

.sc_price_item_title {display:none;}
.html-active .switch-html, .tmce-active .switch-tmce {
  background: #345870;
  color: #ffffff;
  border-bottom-color: #f6f7f7;
}
.wp-switch-editor {background: #b5b5b5;margin-bottom: 20px;border-radius: 10px !important;}
#wp-listing_content-editor-tools {
  margin-bottom: 20px;
}
.tribe-community-events {border:0;}
figure img, .wp-caption img, .wp-caption-overlay .wp-caption img {width:100%;position: absolute;left: -1000%;right: -1000%;top: -1000%;bottom: -1000%;margin: auto;min-height: 100%;min-width: 100%;}