/*
 Theme Name:   The Novice Chef 2020
 Theme URI:    http://demo.goodlayers.com/attorna
 Description:  Goodlayers Infinite Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     infinite
 Version:      1.0.2
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  infinite-child

 START YOUR CHILD THEME CSS HERE
*/

/* GRID STYLES */

.grid-container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.grid-container.grid-container-padded {
	margin: 0 -9px;
}
.grid-container.slider {
	display: block;
	overflow: hidden;
}
.grid-container.slider .gdlr-core-item-list {
	display: inline-block;
}

/* Grid layout */
.grid-6{ width: 16.6666%; }
.grid-5{ width: 20%; }
.grid-4{ width: 25%; }
.grid-3{ width: 33.3333%; }
.grid-2{ width: 50%; }
.grid-1{ width: 100%; }

/* FacetWP */
.facetwp-selections {
	font-size: 1rem;
	line-height: 1rem;
}
.facetwp-selections ul {
	margin-left: 9px;
}

.facetwp-selections ul li {
	margin-right: 20px;
}

.facetwp-selections ul .facetwp-selection-value {
	background-color: #fae6e0;
	padding: 4px 22px 4px 6px;
	border-radius: 3px;
	background-position: right 4px center;
}

.facetwp-selections ul .facetwp-selection-value:hover {
	background-color: #f6cdc1;
}


@media screen AND (min-width:545px) AND (max-width:1023px){
	.tablet-grid-2 {
		width: 50%;
	}
	.tablet-grid-3 {
		width: 33.33%;
	}
	.tablet-grid-4 {
		width: 25%
	}
	.tablet-grid-5 {
		width: 20%;
	}
	.grid-tablet-limit-4 .grid-item:nth-of-type(n+5) {
		display: none;
	}
}
@media screen AND (max-width:544px){
	.grid-6, .grid-5, .grid-4, .grid-3, .grid-2 {
		width: 100%;
	}
	.mobile-two-column .grid-6, .mobile-two-column .grid-5, .mobile-two-column .grid-4, .mobile-two-column .grid-3, .mobile-two-column .grid-2 {
		width: 50%;
	}
	.mobile-grid-2 {
		width: 50%;
	}
	.mobile-grid-3 {
		width: 33.33%;
	}
	.grid-mobile-limit-4 .grid-item:nth-of-type(n+5) {
		display: none;
	}
}
