﻿/*
Theme Name: WTWH Vantage Child Theme
Version: 1.0.0
Description: A child theme for Vantage for the Robotic Database
Author: WTWH Development
Author URL: https://www.wtwhmedia.com/
Text Domain: appthemes-vantage-child
Template: appthemes-vantage
*/

@import url("https://search.therobotreport.com/wp-content/themes/vantage/style.css");
@import url("https://search.therobotreport.com/wp-content/themes/vantage/styles/blue.css");
 
.listing-fields {
	border-top: 1px solid #CCC;
}
 
.listing-custom-field {
	width: 225px;
	padding: 3px 0 3px 25px; 
	float: left;
	background-position: 0 4px;
	background-repeat: no-repeat;
}
 
.custom-field-label {
	font-weight: bold;
}
 
#listing-custom-field-hours-of-operation {
	width: 500px;
	margin: 10px 0;
	padding-left: 60px;
	background-image: url(https://search.therobotreport.com/wp-content/themes/vantage-child/images/clock.png);
	font-size: 14px;
}
 
#listing-custom-field-hours-of-operation .custom-field-label {
	width: 100%;
	display: block;
}
 
#listing-custom-field-hours-of-operation .custom-field-sep {
	width: 100%; 
	display: none;
}
 
#listing-custom-field-price-range {
	background-image: url(https://search.therobotreport.com/wp-content/themes/vantage-child/images/points.png);
}

#listing-custom-field-stock-symbol {
	background-image: url(https://search.therobotreport.com/wp-content/themes/vantage-child/icons/money_dollar.png);
}

#listing-custom-field-stock-symbol {
	background-image: url(https://search.therobotreport.com/wp-content/themes/vantage-child/icons/money_dollar.png);
}

 
#listing-custom-field-smoking {
	background-image: url(images/file-excel);
}
 
#listing-custom-field-delivery {
	background-image: url(https://search.therobotreport.com/wp-content/themes/vantage-child/images/box-share.png);
}
 
#listing-custom-field-take-out-service {
	background-image: url(https://search.therobotreport.com/wp-content/themes/vantage-child/images/car.png);
}
 
#listing-custom-field-coat-check {
	background-image: url(https://search.therobotreport.com/wp-content/themes/vantage-child/images/t-shirt-gray.png);
}

#highlite parent categories in drop down theme
label selectit level-0 {  background-color:#ff0000 !important; font-weight: bold; color:#ed5137; border-top:1px solid #fc5d42;}

option.level-0 {
font-weight: bold;
}



.refine-categories-list-wrap {
	margin: 0;
	background-color: #FEFEFE;
	max-height: 500px; // THIS SHOULD BE CHANGED TO A PIXEL HEIGHT BUT LETS GET THE CATS PAIRED DOWN FIRST
	overflow-x: hidden;
	overflow-y: auto;
}

.display-posts-listing.image-left .listing-item {
	overflow: hidden; 
	margin-bottom: 32px;
	width: 100%;
}

.list-container {
		display: flex;
		flex-direction: column;
	}
	
	.list-container-text {
		display: flex;
		flex-direction: column;
		padding-left: 2%;
	}
	
	.list-container-title-date {
		display: flex;
		font-weight: bold;
		font-size: 20px;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	
	
	