<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: My Listing
Theme URI: http://mylisting.27collective.net/my-city/
Author: 27collective
Author URI: http://27collective.net/
Description: MyListing - Directory &amp; Listing WordPress Theme
Version: 2.9.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: my-listing
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
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool.
*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.sticky, .bypostauthor, .gallery-caption { font-size: 14px; }

/*24-Jan-23 Epsoft*/
.lf-item-info {
    padding: 30px 15px !important;
}

.outer_badge {
    text-align: center;
    color: #16163f;
    margin-bottom: 40px;
}

.outer_badge .fl_name {
    font-size: 24px;
    font-weight: 700;
}

.course_outer {
    color: #16163f;
    display: block;
}

.course_outer h5 {
    font-size: 20px;
    color: #16163f;
}

span.course_title_inner {
    width: 100%;
    display: flex;
    padding-bottom: 5px;
    font-size: 18px;
}

.course_outer h5 {
    width: 100%;
}

.course_title_inner .sm-icon {
    padding-top: 3px;
    margin-right: 10px;
}

.lf-contact h5 {
    color: #16163f !important;
    font-size: 20px;
}

.lf-contact li {
    color: #16163f !important;
    font-size: 18px !important;
}

.lf-contact .sm-icon {
    padding-top: 3px;
    color: #16163f !important;
    margin-right: 10px;
}

.trigger_popup_fricc {
    color: #fff !important;
    text-align: center;
    padding: 15px 30px;
    background: #16163f;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 4px;
}

.lf-contact {
    margin-bottom: 20px !important;
}

.hover_bkgr_fricc &gt; div {
    padding: 35px !important;
}

.hover_bkgr_fricc label {
    color: #16163f;
}

.hover_bkgr_fricc .title-style-1 h5 {
    color: #16163f;
    font-size: 18px;
}

.hover_bkgr_fricc .title-style-1 .email {
    color: #16163f;
}

.hover_bkgr_fricc .title-style-1 {
    margin-bottom: 16px;
}

.hover_bkgr_fricc .wpcf7-submit {
    margin-bottom: 0 !important;
}
/* Popup box BEGIN */
.hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height: 100%;
    position:fixed;
    text-align:center;
    top:0;
	  left: 0;
    width:100%;
    z-index:999;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc &gt; div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 100%;
    position: relative;
    border-radius: 8px;
    padding: 15px 35px;
		top:0;
}
.popupCloseButton {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-weight: 600;
}
/* Popup box BEGIN */

/*media query 24-01-23 epsoft*/
@media only screen and (max-width: 767px) {
.hover_bkgr_fricc &gt; div {
    top: unset;
    bottom: 100%;
}
}

.form-group.explore-filter.dropdown-filter.md-group.mains.dropdown-filter-multiselect {
    order: 4;
}
.tab-content.add-box-shadow .mains { 
    display: none;
}
</pre></body></html>