/*
 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
*/

.header .user-area {
	display: none !important;
}

.transparent .fs-tabs .nav-tabs>li>a {
	font-size: 17px;
}

.gw-table .item-property {
	float: none;
}

.gw-table .pf-body {
	padding-top: 0;
}

.gw-table .extra-details {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.gw-table li:first-of-type {
	width: 100%;
}

.gw-table li:not(:first-of-type) {
	border-bottom: none;
}

.gw-table a {
	color: #a793c6;
}

.footer .c_widget:first-child, .footer .c_widget:nth-child(2), .footer .c_widget:nth-child(2) .wp-container-1 {
	width: 100%;
}

.footer .privacy-terms-links a:first-of-type::after {
	content: '|'; 
	margin-left: 0.5em;
}

.privacy-policy, .terms-of-service {
	padding: 5rem;
	margin: auto;
	max-width: 1170px;
}

.fortune_popup p {
	font-family: var(--e-global-typography-text-font-family), GlacialIndifference, sans-serif !important;
}

.fortune_popup a {
	font-weight: 600;
	text-shadow: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
	border-radius: 5px;
	padding: 10px 20px;
}

.fortune_popup a:hover {
	background: #bcacd3 !important;
}

.fortune_popup a:first-of-type {
	margin-left: 2rem;
}

#note {
	border-radius: 0 !important;
	border: none;
}