/*
 Theme Name:   My Listing Child
 Theme URI:    http://mylisting.27collective.net/my-city/
 Description:  MyListing Child Theme
 Author:       27collective
 Author URI:   https://27collective.net/
 Template:     my-listing
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  my-listing-child
*/


.listing-price-plans-container {
    margin: 40px auto;
    max-width: 1140px;
}

.price_tabel_block {
    display: flex;
    /* grid-template-columns: repeat(3, 1fr); */
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.price_tabel_block>div {
    max-width: 30%;
}

/* .price_tabel_block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
} */

.price_tabel_block .table_item {
    background: #fff;
    box-shadow: 0 0 30px rgb(0 0 0 / 15%);
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.price_tabel_block .table_body ul {
    display: grid;
    list-style: none;
    gap: 10px;
    padding: 0;
    margin: 20px 0;
}

.price_tabel_block .table_head span {
    font-weight: 600;
}

.price_tabel_block .price span {
    font-size: 20px;
}

.price_tabel_block .price {
    gap: 5px;
    margin: 30px 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    font-weight: 700;
}

.price_tabel_block .table_body ul span {
    margin-right: 5px;
}

.price_tabel_block a.btn {
    background: #ff8400;
    padding: 10px 20px;
    border-radius: 100px;
    display: block;
    width: fit-content;
    margin: auto;
    color: #fff;
    text-decoration: none;
}

.price_tabel_block .table_item:hover, .price_tabel_block .table_item:hover div, .price_tabel_block .table_item:hover span {
    color: #fff;
}

.price_tabel_block .table_item:hover{
    color: #fff;
    /*background: linear-gradient(45deg, #000f5c, black);*/
    background: linear-gradient(0deg, #b015f0, #140199);
}

.price_tabel_block .table_item:hover a.btn {
    background: #fff;
    color: #140199;
}

.table_item.promo-product-item p, .table_item.promo-product-item span {
    font-size: 16px;
    line-height: 22px;
}

/********************/

/*** Footer Content on behalf of type and regions ***/

.avlabs-listing_type-region {
    position: relative;
    display: block;
    width: 100%;
    clear: both;
    border-top: 4px solid #ff6226;
}
.avlabs-listing_type-region ul {
    width: auto;
    display: grid;
    margin: 10px;
    min-width: 100%;
    flex-wrap: wrap;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 10px;
}
.sign-in-box .title-style-1 {
    display: flex;
    justify-content: center;
}
.sign-in-box .title-style-1 h5, .sign-in-box .title-style-1 span:before {
    font-size: 25px;
    font-family: 'Lato';
}
.modal-27 .modal-dialog {
    background: #fff;
    padding: 20px 0;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 25px;
    box-shadow: 0 2px 7px 1px rgba(0, 0, 0, .14);
}
.modal-27 .modal-dialog .modal-content {
    border: none !important;
    box-shadow: none !important;
}

/***************************************/

/*** Listing page Plans ***/
.table_listing_plan{
    width: 100%;
}

.price_tabel_block .table_item:hover a.use-package-toggle {
    color: #fff;
}

.price_tabel_block .table_item a.buttons.button-5.cts-trigger-buy-new {
    background: #ff8400;
    color: #fff;
    border-radius: 100px;
}
.price_tabel_block .table_item p,.price_tabel_block .table_item span{
    font-size: 18px;
    line-height: 24px;
}

.package-available .dropdown-menu {
    box-shadow: 0 0 20px #0000001f;
    border-radius: 20px;
}
/***************************************/