/*
 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
*/

figure.gallery-item {
    width: 30%;
    float: left;
    margin-right: 20px;
}
figure.gallery-item img{
    width: 100%;
}

.register-form-wrapper, .login-form-wrapper {
    width: 33%;
    margin: auto;
}
@media (max-width: 960px) {
    .register-form-wrapper, .login-form-wrapper {
        width: 50%;
        margin: auto;
    }
}
@media (max-width: 600px) {
    .register-form-wrapper, .login-form-wrapper {
        width: 90%;
        margin: auto;
    }
}
.woocommerce form.register, .woocommerce form.login {
    background: white;
}

.header-post-info li {
    height: 20px;
}
.header-post-info li span{
    height: 20px;
    display: flex;
    align-items: center;
}

.post-info-row .elementor-row,
.post-info-row .elementor-widget-share-buttons .elementor-grid{
    flex-wrap: nowrap !important;
}

.items-counter {
    line-height: 1.4;
}

/* Fix gravity form submit button styling - https://app.asana.com/0/13106852081564/1202690108928981 */
.gform_footer input[type=submit].gform_button, 
.gform_button, 
.woocommerce .woocommerce-form-register .woocommerce-form-register__submit, 
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	font-size: 13px;
	padding: 14px 40px;
	display: inline-block;
	transition: all .2s ease;
	overflow: hidden;
	border-radius: 5px;
	line-height: 16px;
	color: #fff;
	background: var(--accent);
	font-weight: 600;
}