.astra-sites-showcase-v2-list .theme-screenshot {
	display: block;
	position: relative;
	transition: all ease-in-out 3s;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}

.astra-sites-showcase-v2-list .site-single:hover .theme-screenshot {
	background-position: center bottom;
	background-size: cover;
}

.astra-sites-showcase-v2-list .theme-screenshot::before {
	content: "";
	display: block;
	padding-top: 110%;
}

.astra-sites-showcase-v2-list .inner {
	box-shadow: 0 0 13px 0 rgba( 0, 0, 0, 0.11 );
}

.astra-sites-showcase-v2-list .site-single {
	margin-bottom: 45px;
}

.astra-sites-showcase-v2-list .site-title {
	font-size: 1rem;
}

.astra-sites-showcase-v2-search-wrap {
	position: relative;
}

.astra-sites-showcase-v2-autocomplete-result {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.astra-sites-showcase-v2-search-box {
	position: relative;
}

.astra-sites-showcase-v2-list .site-type {
	background: #ffc107;
	padding: 4px 10px;
	color: #000;
	border-radius: 2px;
	position: absolute;
	top: -6px;
	z-index: 999;
	right: 17px;
	font-weight: 700;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.4px;
}

.astra-sites-showcase-v2-list .heading {
	font-size: 1rem;
	padding: 1em 0 1em 0;
	text-align: center;
}

.astra-sites-showcase-v2-list .view-demo-wrap {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	cursor: pointer;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba( 255, 255, 255, 0.72 );
}

.astra-sites-showcase-v2-list .site-single:hover .view-demo-wrap {
	opacity: 1;
	visibility: visible;
	background: rgba( 0, 0, 0, 0.4 );
}

.astra-sites-showcase-v2-list .view-demo {
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
	position: absolute;
	background: #23282d;
	background: rgba( 0, 0, 0, 0.7 );
	color: #fff;
	text-shadow: 0 1px 0 rgba( 0, 0, 0, 0.6 );
	-webkit-font-smoothing: antialiased;
	font-weight: 600;
	padding: 0.5em 1em;
	text-align: center;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}

.selected-filter-page-builder {
	margin-left: 1em;
}

.astra-sites-showcase-v2-list .site-preview {
	display: block;
	position: relative;
	transition: all ease-in-out 3s;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}

.astra-sites-showcase-v2-search-box {
	padding: 5em 0 2em 0;
	text-align: center;
	display: flex;
	justify-content: center;
}

.astra-sites-showcase-v2-search-box .button {
	padding: 0.5em 1em;
	background: transparent;
	color: #a9a9a9;
	border: 1px solid #eaeaea;
	position: absolute;
	right: 0;
	bottom: 0;
}

.astra-sites-showcase-v2-list .theme-screenshot.loading {
	animation-duration: 2s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: image-placeholder;
	animation-timing-function: linear;
	background: #f6f7f8;
	background: linear-gradient( to right, #fafafa 8%, #f4f4f4 38%, #fafafa 54% );
	position: relative;
}

@keyframes image-placeholder {

	0% {
		background-position: -150px 0;
	}

	100% {
		background-position: 150px 0;
	}
}

.astra-sites-showcase-v2-search-box .dashicons {
	vertical-align: middle;
}

.astra-sites-showcase-no-agency-sites .inner,
.astra-sites-showcase-no-sites .inner {
	padding: 3em 2em;
	box-shadow: none;
	text-align: center;
}

#astra-sites-showcase-v2-search-input::-webkit-search-cancel-button {
	-webkit-appearance: searchfield-cancel-button;
}

#astra-sites-showcase-v2-search-input:hover,
#astra-sites-showcase-v2-search-input:focus {
	outline: none;
	box-shadow: none;
	border-color: #eaeaea;
}

.filters-list::after {
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX( -50% );
	-moz-transform: translateX( -50% );
	-ms-transform: translateX( -50% );
	-o-transform: translateX( -50% );
	transform: translateX( -50% );
	height: 0;
	width: 0;
	border-bottom: 4px solid #fff;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	margin: 6px 0 0;
	content: "";
	top: -10px;
}

.filters-list ul:last-child {
	margin: 0;
	border: none;
}

.control-group {
	display: inline-block;
	vertical-align: top;
	background: #fff;
	text-align: left;
	box-shadow: 0 1px 2px rgba( 0, 0, 0, 0.1 );
	padding: 30px;
	width: 200px;
	height: 210px;
	margin: 10px;
}

.control {
	display: block;
	position: relative;
	padding-left: 40px;
	padding-bottom: 5px;
	cursor: pointer;
	font-size: 15px;
	width: 100%;
}

.control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.control__indicator {
	position: absolute;
	top: 2px;
	left: 0;
	height: 18px;
	width: 18px;
	border: 1px solid #e6e6e6;
	border-radius: 18px;
	margin-left: 10px;
}

.control--radio .control__indicator {
	border-radius: 50%;
}

.control:hover input ~ .control__indicator {
	border-color: #999;
}

.astra-sites-showcase-v2-search-box .dashicons-arrow-down {
	height: 21px;
}

.control input:checked ~ .control__indicator {
	background: #2196f3;
	border-color: #2196f3;
}

.control:hover input:not( [disabled] ):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
	background: #176caf;
	border-color: #176caf;
}

.control input:disabled ~ .control__indicator {
	background: #e6e6e6;
	border-color: #e6e6e6;
	opacity: 0.6;
	pointer-events: none;
}

.control__indicator::after {
	content: "";
	position: absolute;
	display: none;
}

.control input:checked ~ .control__indicator::after {
	display: block;
}

.control--checkbox .control__indicator::after {
	left: 4px;
	top: 4px;
	width: 8px;
	height: 8px;
	transform: rotate( 45deg );
	background: #fff;
	border-radius: 10px;
}

.control--checkbox input:disabled ~ .control__indicator::after {
	border-color: #7b7b7b;
}

.control--radio .control__indicator::after {
	left: 7px;
	top: 7px;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	background: #fff;
}

.control--radio input:disabled ~ .control__indicator::after {
	background: #7b7b7b;
}


#astra-sites-showcase-v2-search-input {
	border-right: 0;
	height: 100%;
}

.astra-sites-showcase-v2:not( .has-default-page-builder ) #astra-sites-showcase-v2-search-input {
	border-left: 0;
}

.filters-wrap {
	position: relative;
	text-align: left;
}

.filters-list {
	right: 0;
	border-radius: 5px;
	position: absolute;
	left: -10px;
	top: 55px;
	z-index: 99;
	padding: 0;
	background: #fff;
	box-shadow: 1px 2px 5px 1px rgba( 0, 0, 0, 0.15 );

}

.filters-list ul {
	padding: 0.4em 0;
	list-style: none;

	/* text-align: left; */
	margin: 0 0 10px 0;
	border-bottom: 1px solid #eaeaea;
}

.selected-filter {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 5px;
	padding: 5px 10px 5px 5px;
}

.selected-filter::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 80%;
	transform: translateY( -50% );
	background-color: #dfdfdf;
	content: "";
}

.selected-page-builder {
	font-size: 15px;
	flex: 1;
}

.filters-wrap.open {
	border-bottom-color: transparent;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.selected-filter.open {
	border-bottom: none;
}

.astra-sites-showcase-v2-autocomplete-result .ui-widget-content {
	position: absolute;
	left: 0;
	right: 0;
	background: #fff;
	box-shadow: 0 0 9px 3px rgba( 0, 0, 0, 0.15 );
	z-index: 9;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border: 1px solid #e6e6e6;
	overflow: hidden;
	box-shadow: 0 3px 4px 0 rgba( 32, 33, 36, 0.18 );
	background: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #fff;
}

.search-form {
	position: relative;
	text-align: left;
}

.astra-sites-showcase-v2-autocomplete-result .ui-menu-item {
	padding: 2px 20px;
	font-size: 15px;
	line-height: 1.7;
	cursor: pointer;
}

.astra-sites-showcase-v2-autocomplete-result .ui-menu-item.ui-state-focus,
.astra-sites-showcase-v2-autocomplete-result .ui-menu-item:hover {
	background-color: #eee;
}

.astra-sites-showcase-v2-autocomplete-result .ui-autocomplete {
	margin: 0;
}

@media all and (min-width: 768px) {

	#astra-sites-showcase-v2-search-input {
		width: 500px;
		height: 100%;
	}
}


.astra-sites-showcase-v2-search-box:hover {
	background: #fff;
}

.astra-sites-showcase-v2-search-box {
	background: #f7f5fa;
	padding: 10px 10px;
	width: auto;
	display: inline-flex;
	margin: 0 auto;
	border-radius: 5px;
	box-shadow: hsla( 264, 48%, 26%, 0.4 ) 0 0 40px;
}

.astra-sites-showcase-v2-search-wrap {
	text-align: center;
}

.astra-sites-showcase-v2-search-box .button {
	border: none;
	padding: 5px 15px;
	line-height: 0;
}

.astra-sites-showcase-v2-search-button svg {
	fill: #cac4d0;
}

.searching .astra-sites-showcase-v2-search-box {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

#astra-sites-showcase-v2-search-input.has-input + .astra-sites-showcase-v2-search-button {
	display: none;
}

#astra-sites-showcase-v2-search-input {
	border: none;
	background: transparent;
	padding: 0 20px 0 20px;
}

@media all and (min-width: 768px) {

	#astra-sites-showcase-v2-search-input {
		width: 615px;
	}
}

.astra-sites-showcase-v2-autocomplete-result .ui-autocomplete {
	text-align: left;
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	z-index: 999999;
	top: 0 !important;
}

.astra-sites-showcase-v2-list .inner {
	box-shadow: none;
}

.astra-sites-showcase-v2-list .site-single:hover .theme-screenshot {
	background-position: center top;
	transform: scale( 1.03 );
}

.astra-sites-showcase-v2-list .site-single:hover .view-demo-wrap {
	background: transparent;
}

.astra-sites-showcase-v2-list .theme-screenshot {
	transition: all ease-in-out 0.2s;
	border-radius: 2px;
}

.astra-sites-showcase-v2-list .site-preview {
	background: #fff;
	border: 1px solid #cfd8dc;
	border-radius: 3px;
	display: block;
	margin-bottom: 10px;
	padding: 14px;
	position: relative;
	z-index: 10;
	transition: none;
}

.astra-sites-showcase-v2-list .heading {
	padding-top: 0;
}

#astra-sites-showcase-v2-list {
	margin-left: -22px;
	margin-right: -22px;
}

#astra-sites-showcase-v2-list .site-single {
	padding-left: 22px;
	padding-right: 22px;
	transition: all ease-in-out 0.2s;
	position: relative;
}

.astra-sites-showcase-v2-list .view-demo-wrap {
	transition: all ease-in-out 0.2s;
}

.astra-sites-showcase-v2-suggestions {
	text-align: center;
	margin-top: 0;
	clear: both;
}

.entry-content .astra-sites-showcase-v2-suggestions p {
	margin-bottom: 0;
}

.astra-sites-showcase-no-sites .astra-sites-showcase-v2-suggestions {
	display: none;
}


.astra-sites-showcase-v2-list .view-demo-wrap {
	position: relative;
	text-align: center;
	left: auto;
	display: block;
	position: absolute;
	left: 0;
	bottom: 13px;
	left: 0;
	right: 0;
	top: auto;
}

.astra-sites-showcase-v2-list .view-demo {
	position: relative;
	top: 0;
	left: 0;
	transition: none;
	background: #2196f3;
}

.astra-sites-showcase-v2-list .site-single:hover .heading {
	opacity: 0;
	visibility: hidden;

	/* display: none; */
}

.astra-sites-showcase-v2-list .inner {
	border: 1px solid transparent;
}

.astra-sites-showcase-v2-list .site-single:hover .inner {
	border-color: #cfd8dc;
	background: #fff;
	box-shadow: 0 0 13px 0 rgba( 0, 0, 0, 0.11 );
}

.astra-sites-showcase-v2-list .site-single:hover .theme-screenshot {

	/* border-bottom-color: transparent; */
}

.astra-sites-showcase-v2-list .site-single:hover .site-preview {
	border-color: transparent;
}


.astra-sites-showcase-v2-search-box .filter-page-builder img {
	height: 18px;
	width: 18px;
	border-radius: 50%;
	margin-right: 10px;
	vertical-align: text-top;
	margin-right: 8px;
}

.filter-page-builder .control__indicator {
	visibility: hidden;
	opacity: 0;
}

.filter-page-builder .control {
	padding: 5px 10px;
	margin: 0;
	width: 100%;
}

.filters-list li {
	display: flex;
	padding: 0 0.4em;
	margin: 0;
	cursor: pointer;
}

.filter-page-builder li:hover {
	background-color: #f7f7f7;
}

.selected-page-builder-image img {
	height: auto;
	width: 20px;
	border-radius: 50%;
	margin-right: 8px;
}

.selected-filter {
	width: 168px;
}

.filters-list ul {
	margin: 0;
}


.astra-sites-showcase-v2-site-type {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99999;
}

#astra-sites-showcase-v2-wrap {
	padding-top: 70px;
}

.astra-sites-showcase-v2-site-type .filter-type {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: #fff;
	padding: 15px;
	right: 0;
	border-radius: 5px;
	position: absolute;
	top: 47px;
	z-index: 99;
	padding: 12px 5px;
	background: #fff;
	box-shadow: 1px 2px 5px 1px rgba( 0, 0, 0, 0.15 );
	width: 125px;
	left: auto;
}

.astra-sites-showcase-v2-site-type .dashicons-arrow-down {
	height: 22px;
}

.selected-site-type {
	border: 1px solid #c1c1c1;
	background: #fff;
	padding: 6px 10px 6px 16px;
	width: 100px;
	border-radius: 5px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 15px;
	line-height: 16px;
	color: #58565d;
}

.astra-sites-showcase-v2-site-type .filter-type::after {
	position: absolute;
	top: 100%;
	left: 76%;
	-webkit-transform: translateX( -50% );
	-moz-transform: translateX( -50% );
	-ms-transform: translateX( -50% );
	-o-transform: translateX( -50% );
	transform: translateX( -50% );
	height: 0;
	width: 0;
	border-bottom: 4px solid #fff;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	margin: 6px 0 0;
	content: "";
	top: -10px;
}

.astra-sites-showcase-v2-site-type .control {
	padding-bottom: 0;
}

@media all and (min-width: 481px) {

	.secondary-filters .filters-wrap {
		display: none;
	}
}

@media (max-width: 768px) {

	#astra-sites-showcase-v2-search-input {
		width: 100%;
	}
}

@media all and (min-width: 480px) and (max-width: 768px) {

	.astra-sites-showcase-v2-search-box {
		display: flex;
		margin: 0 60px;
		justify-content: space-between;
	}

	.search-form {
		flex: 1;
	}

	.astra-sites-showcase-v2-categories {
		margin-left: 60px;
		margin-right: 60px;
	}

	.astra-sites-showcase-v2-categories ul {
		flex-wrap: wrap;
		line-height: 2;
	}
}

@media all and (max-width: 480px) {

	.astra-sites-showcase-v2-search-box {
		display: block;
	}

	.selected-filter::after {
		background: transparent;
	}

	.selected-filter {
		width: auto;
	}

	.filters-list {
		right: -10px;
		top: 90px;
	}

	.astra-sites-showcase-v2-search-box .button {
		padding: 5px 15px 0 15px;
	}

	.search-form {
		margin-top: 10px;
	}

	.astra-sites-showcase-v2-autocomplete-result .ui-menu-item {
		font-size: 13px;
	}

	#astra-sites-showcase-v2-search-input::-webkit-search-cancel-button {
		font-size: larger;
	}

	.astra-sites-showcase-v2-categories {
		flex-direction: column;
		margin-top: 18px;
	}

	.astra-sites-showcase-v2-categories h3 {
		margin-right: 0;
	}

	.astra-sites-showcase-v2-categories ul {
		flex-wrap: wrap;
	}

	.astra-sites-showcase-v2-categories li {
		margin: 0;
		font-size: 14px;
		line-height: 2;
		margin-right: 18px;
	}

	.search-label,
	.astra-sites-showcase-v2-search-box .filters-wrap {
		display: none;
	}

	.astra-sites-showcase-v2-search-box .search-form {
		margin: 0;
	}

	.secondary-filters {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 35px;
	}

	.astra-sites-showcase-v2-site-type {
		position: relative;
	}

	#astra-sites-showcase-v2-wrap {
		padding-top: 0;
	}

	.secondary-filters .filters-wrap {
		border: 1px solid #c1c1c1;
		background: #fff;
		padding: 2px 5px 2px 10px;
		border-radius: 5px;
		cursor: pointer;
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 16px;
		line-height: 16px;
		color: #58565d;
	}

	.secondary-filters .filters-list {
		background: #ffff;
		top: 44px;
		right: -20px;
		left: 0;
		width: 170px;
	}

	.secondary-filters .filter-page-builder img {
		height: auto;
		width: 20px;
		border-radius: 50%;
		margin-right: 8px;
	}

	#astra-sites-showcase-v2-list .site-single {
		padding-left: 10px;
		padding-right: 10px;
	}

	#astra-sites-showcase-v2-list {
		margin-left: -10px;
		margin-right: -10px;
	}

	.astra-sites-showcase-v2-list .site-single {
		margin-bottom: 30px;
	}

	.astra-sites-showcase-v2-list .site-type {
		right: 4px;
	}
}


.astra-sites-suggestions .inner {
	border: 3px dashed #e0dbea !important;
	padding: 44% 0;
	text-align: center;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	box-shadow: none !important;
}

.astra-sites-suggestions {
	background-position: center;
	background-repeat: no-repeat;
}


.astra-sites-showcase-v2-list .astra-sites-suggestions.site-single:hover .inner {
	background-color: transparent;
}


.skeleton {
	position: relative;
}

.skeleton.skeleton-inline {
	display: inline-block;
}

.skeleton::before {
	z-index: 999;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: image-placeholder;
	animation-timing-function: linear;
	background: #e2e2e2;
	background: linear-gradient( to right, #e3e3e3 8%, #d8d8d8 38%, #e1e1e1 54% );

	/* position: relative; */
}

@keyframes image-placeholder {

	0% {
		background-position: -200px 0;
	}

	100% {
		background-position: 200px 0;
	}
}
