/*
 * Widget Gridbox
 */
.widget-gridbox {
	margin-top: 25px;
	margin-bottom: 30px;
}
.widget-gridbox ul li {padding-bottom: 17px;}
.widget-gridbox .image-wrapper,
.widget-gridbox .content {
	float: left;
	width: 50%;
}
.widget-gridbox .image-wrapper {
	padding-right: 10px;
	overflow: hidden;
	position: relative;
	padding-bottom: 5px;
}
.widget-gridbox .image-wrapper::after {
	background-image: url("https://www.visitalbuquerque.org/includes/public/assets/images/pattern-grey-dots.png");
	bottom: 0;
	height: 18px;
	background-repeat: no-repeat;
	width: 100px;
	content: "";
	background-position: 0px 10px;
	display: block;
}
.widget-gridbox .content {padding-left: 10px;}
.widget-gridbox .content .title {
	color: #a6a8ab;
	font-size: 21px;
	line-height: 25px;
	font-family: 'Aroma 2 LT W05 Bold';
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	top: -5px;
}
.widget-gridbox .content .description {
	display: none;
	font-size: 15px;
}
.widget-gridbox .content .description .long,
.widget-gridbox .content .description .short {display: none;}
@media only screen and (min-width: 40.063em){
	/* > 641px  */ 
	.widget-gridbox{margin-top: 30px;}
	.widget-gridbox .content .description {display: block;}
	.widget-gridbox .content .description .short {display: inline;}
	.widget-gridbox ul li {padding-bottom: 25px;}
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	/*  > 641px < 1024px   */
	.widget-gridbox .content {
		width: 53%;
		padding-left: 3px;
	}
	.widget-gridbox .image-wrapper {
		width: 47%;
		padding-right: 15px;
	}
}
@media only screen and (min-width: 64.063em) {
	/*  > 1024px  */
	.widget-gridbox {
		margin-top: 45px;
		margin-bottom: 50px;
	}
	.widget-gridbox .content .title {
		font-size: 24px;
		line-height: 35px;
		display: block;
		margin-bottom: 6px;
		top: 0;
	}
	.widget-gridbox .image-wrapper::after {
		width: 185px;
		height: 23px;
		background-position: 0px 16px;
	}
	.widget-gridbox .content .description {
		font-size: 17px;
		line-height: 28px;
	}
	.widget-gridbox ul li {padding-bottom: 48px;}
	.widget-gridbox .content {padding-right: 23px;}
	.widget-gridbox .content .description .short {display: none;}
	.widget-gridbox .content .description .long {display: inline;}
}