/*******************************
/ CMS LISTS (Blog, Videos, etc)
/******************************/

.cms_results {
	float: none;
	display: flex;
	flex-direction: column;
}
.cms_results article {
	padding: 10px 0 !important;
	border-top: 1px solid silver;
	border-bottom: none;
}
.cms_results article img {
	padding:1px;
	border: 1px solid silver;
	width:200px;
	height:auto;
}
.cms_results article h2 {
	font-size:1.3em;
	margin-bottom: 1px;
	margin-top:0;
}
.cms_results article p {
	margin-top:10px;
	margin-bottom:0;
}
.cms_results article h2 a,
.cms_results article h2 a:visited {
	text-decoration:none;
}
.cms_results article h2 a:hover {
	text-decoration: underline;
}
.cms_results > .cms_preview {
	float: none;
	display: flex;
	margin: 0;
	padding: 30px 10% !important;
	flex-wrap: wrap;
}
.cms_preview > .cms_thumbnail {
	flex: 0 1 200px;
	margin: 0 40px 0 0 !important;
	float: none !important;
	text-align: right;
}
.cms_preview > .cms_thumbnail img {
	border: 0;
}
.cms_preview > .cms_detail {
	flex: 1;
	margin: 0;
  float: none;
}
.cms_preview > .cms_detail a.small.button {
	margin-top: 16px;
}
.choose_page {
	margin-top: 25px;
	text-align: center;
}
.choose_page > a,
.choose_page .current_page,
a.enlarge {
	display: inline-block;
	width: 14px;
	height: 16px;
	margin: 2px 1px;
	text-align: center;
	vertical-align: middle;
	color: silver !important;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	background-color: white;
	border-radius: 50%;
	text-decoration: none;
}
.choose_page .current_page,
a.enlarge {
	font-weight: bold;
}

.cms_results {
	
}

.cms_results article {
	padding: 16px;
	margin: 16px 0;
	border-bottom: 1px solid silver;
}

.cms_results .cms_thumbnail {
	float: left;
	width: 20%;
	box-sizing: border-box;
	margin: 3% 5% 0 0;
}
.cms_results .cms_thumbnail img {
	max-width: 100%;
}
.cms_results .cms_detail {
	float: left;
	width: 76%;
	box-sizing: border-box;
}
.cms_results .cms_detail h2 {
	margin-top: 0;
}

/* CMS SEARCH FILTER */

.cms_filters {
	background: #f6f6fa;
	padding: 4px;
	margin: 1em 0;
}
.cms_filters h2 {
	margin: 8px 8px;
}

.cms_filters.side {
	float: right;
	width: 30%;
	padding: 12px;
	margin-top: 0;
}
.cms_filters .form_item {
	margin: 4px;
	padding: 4px;
	width: 50%;
	max-width: 180px;
	float: left;
	min-height: 70px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.cms_filters .form_buttons,
.cms_filters .cms_filter_buttons {
	margin: 4px;
	padding: 4px;
	text-align: right;
	vertical-align: bottom;
	clear: both;
}
.cms_filters .form_buttons input.default,
.cms_filters .cms_filter_buttons input.default {
	background-color: purple;
}

.cms_filters .form_item > label {
	font-weight: bold;
	font-size: 0.8em;
}

.cms_filter select {
	max-width: 100%;
	width: 100%;
	color: #585B5D;
}
.cms_filter input.text {
	width: 100%;
	max-width: 100%;
	color: #585B5D;
}
.cms_filter input.find {
	width: 100%;
	max-width: 100%;
}
.cms_filter input {
	vertical-align: middle;
}
.cms_filter span {
	font-size: 10px;
}
.cms_filter a:hover {
	color: #C33;
}
.cms_filter input.set, .cms_filter select.set, .cms_filter span.set {
	color: orange;
	font-weight: bold;
}


/*******************************  Mobile Portrait (.mp) *******************************/

@media only screen and (max-width: 480px) {
	.cms_filter {
		width: 100%;
		max-width: 100%;
	}
	.cms_results .cms_thumbnail {
		width: 30%;
	}
	.cms_results .cms_detail {
		float: none;
		width: auto;
	}
	#block_editor_popup {
		margin: 20px 0px;
		padding: 3px 3px 10px 3px;
	}
} /* End *