/*
 * Theme Name:			WPCasa Oslo Child
 * Theme URI:			https://wpcasa.com/downloads/wpcasa-oslo/
 *
 * Version:				1.0.0
 * Status:				Release
 * 
 * Template:			wpcasa-oslo
 * Template Version:	1.0.0
 *
 * Author:				WPCasa
 * Author URI:			http://wpcasa.com
 *
 * Description:			A child theme for WPCasa Oslo
 * Tags:				black, orange, white, one-column, two-columns, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, post-formats, translation-ready
 *
 * Text Domain:			wpcasa-oslo-child
 * Domain Path:			/language/
 *
 * License:				Exclusive
 * License URI:			-
 *
 */

.page-template-page-tpl-full .site-main .wpsight-listings .listing-wrap:nth-child(2n+1),
.page-template-page-tpl-home .site-main .wpsight-listings .listing-wrap:nth-child(2n+1),
.page-template-page-tpl-listings-query-full .site-main .wpsight-listings .listing-wrap:nth-child(2n+1),
.sidebar-not-active .site-main .wpsight-listings .listing-wrap:nth-child(2n+1),
.header-main .wpsight-listings .listing-wrap:nth-child(2n+1),
.footer-main .wpsight-listings .listing-wrap:nth-child(2n+1),
.header-full-width .wpsight-listings .listing-wrap:nth-child(2n+1),
.footer-full-width .wpsight-listings .listing-wrap:nth-child(2n+1) {
    clear: none;
}

.page-template-page-tpl-full .site-main .wpsight-listings .listing-wrap:nth-child(3n+1),
.page-template-page-tpl-home .site-main .wpsight-listings .listing-wrap:nth-child(3n+1),
.page-template-page-tpl-listings-query-full .site-main .wpsight-listings .listing-wrap:nth-child(3n+1),
.sidebar-not-active .site-main .wpsight-listings .listing-wrap:nth-child(3n+1),
.header-main .wpsight-listings .listing-wrap:nth-child(3n+1),
.footer-main .wpsight-listings .listing-wrap:nth-child(3n+1),
.header-full-width .wpsight-listings .listing-wrap:nth-child(3n+1),
.footer-full-width .wpsight-listings .listing-wrap:nth-child(3n+1) {
    clear: left;
}