/*
Theme Name: Flexify Child Theme
Template: flexify
Theme URI: https://flexify.themerex.net/
Description: Flexify Child Theme
Author: ThemeREX
Author URI: https://themerex.net/
Version: 1.0
Tested up to: 6.8
Requires at least: 5.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: flexify
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */
#chaty-widget-0 .chaty-widget {bottom:16% !important;}

.contactus-info {
border-top: var(--600-rich-brown) solid 3px;
padding-top: 1em;
}

.contactus-info ul{display: flex; padding-inline-start: 0;}
.contactus-info ul li{list-style:none; display:inline-flex; width:50%;}
.contactus-info ul li:first-child {padding-right:1em;}
.contactus-info ul li:last-child {justify-content: end;}
.contactus-info ul li a {width:stretch; font-size:0.9rem; max-width:280px; max-height: fit-content;}

@media(max-width:767px){
.mb-block {display:block !important;}
.contactus-info ul {flex-direction: column; gap:1em;}
.contactus-info ul li{width:100%}
.contactus-info ul li:last-child {justify-content: start;}
}
