/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.9
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.table-price table {border: 1px solid #000;border-right:0;border-bottom:0;}
.table-price table td {color:#000;border-bottom: 1px solid #000;border-right: 1px solid #000;}
.table-price table tr:first-child {background: #6cb184;}

.blog-single {padding-top:0;}
.banner-post {position: relative;margin-bottom: 30px;padding-bottom:30px;}
.banner-post:after {position: absolute;content:'';width: 100%;max-width:600px; height: 1px;bottom: 0;left: 50%;transform: translatex(-50%);background: #000;}
.banner-post img {width:100%;}

.gallery-post .image-item {margin: 0;display: grid;grid-template-rows: 1fr auto;margin-bottom: 20px;break-inside: avoid;}
.gallery-post .image-item img {grid-row: 1 / -1;grid-column: 1;width: 100%;display: block;}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}