/*
 Theme Name:   GT Course Guide
 Theme URI:    https://octopress.co
 Description:  This is a dedicated theme for the Golf Today Course Guide. This is a child theme and requires Bricks Builder.
 Author:       Octopress
 Author URI:   https://octopress.co
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* Weather shortcode */

.w_block {
	display: flex;
	flex-direction: row;
	column-gap: 20px;
}
.w_block img {
	aspect-ratio: 16 / 9;
 	object-fit: cover;
	max-width: 100px;
}
.weather_title {
	width: 100%;
	float: left;
	margin-bottom: 50px;
}
.Weather_forcast {
	width: 25%;
	padding: var(--space-m) var(--space-xs);
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 1px solid var(--base-light);
	border-radius: 4px;
	row-gap: 10px;;
}
.Weather_forcast p {
	line-height: 1;
}
.Weather_forcast .main-temp {
	font-size: 28px;
	font-weight: 500;
}
.weather_dis {
	width: 66%;
	float: left;
	display: flex;
	flex-direction: row;
	column-gap: 20px;
	flex-grow: 1;
}
.weather_d_block {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-self: center;
	width: 16.6%;
	row-gap: 10px;
}

.weather_d_block .w-day{

}

.temp-block {
	display: flex;
	flex-direction: column;
	row-gap: 5px;
}
.temp-block p {
	padding: 0 2px;
	line-height: 1;
	text-align: center;
}
.temp-block sup {
	top: -.2em;
}
.high_temp {
	color: var(--primary);
	margin-bottom: 0 !important;
	font-weight: 500;
	font-size: 17px;
}
.low_temp {
	font-weight: 300;
	font-size: 14px;
}
.weather_ad_block {
	float: right;
}


/* Facets */
.facet-no-margin .wpgb-facet > fieldset:last-child {
  margin-bottom: 0;
}


.wpgb-facet-5 .wpgb-button.wpgb-reset {
  width: 100%;
  text-align: center;
  border-radius: 0;
  background-color: var(--primary);
}


