/*the ajax loading icon*/
.umloading {width:100%;height:20px;background:rgba(255, 255, 255, 0.8) url('ajax_loader.gif') no-repeat 50% 50%;}
/*the form div*/
#uwpqsf_id {
		text-align: center;
}
/*Form title*/
.uform_title{  display: none; }
.uwpqsf_class{ display: inline-block;  }
/*label for each field*/
.uwpqsf_class > span[class*='taxolabel-'], .uwpqsf_class > span[class*='cmflabel-']{ display: none; }
/*dropdown*/
.uwpqsf_class select {
	border: none;
	font-family: Raleway;
	font-size: 13px;
	margin: 0 10px;
	padding: 0px;
}

.uwpqsf_class[id*='cmf-select'] {
	top: -1px;
}

.uwpqsf_class[id*='cmf-select']::after {
	content: "|";
	margin: 0 8px;
	color: #c0c0c0;
}

/*taxonomy and meta field radio OPTIONS*/
.uwpqsf_class > label{ display: none; }
/*Checkboxes*/
[class*='tax-check-'] label,[class*='cmf-check-'] label {}

/*search button*/
.uwpqsf_submit
{
	text-align:center;
	margin-bottom:15px;
}

/*text input for keyword*/
input#uwpqsf_id_key {
	width:100%;
	background: #efefef;

}


/*Pagination*/
.uwpqsfpagi{text-align:center;margin-top:15px;margin-bottom:15px;clear:both;width:100%}

a.upagievent{padding-left: 12px; padding-right: 12px; height: 25px; line-height: 25px; display: inline-block;
	text-align: center;
	}
span.upagicurrent{padding-left: 12px; padding-right: 12px; height: 25px; line-height: 25px; display: inline-block;
	text-align: center;color:#000}

.tutorial-result {
	display: inline-block;
	background: #ececec;
	width: 275px;
	margin: 10px;
	padding: 0px;
	vertical-align: top;
}

.tutorial-body {
	padding: 10px;
}

.tutorial-result {
	position: relative;
	height: 390px;
}

.tutorial-result header {
	background: transparent;
	min-height: initial;
	margin-bottom: 10px;
}

.tutorial-result h1 {
	margin-bottom:0;
	text-align: left;
}

.tutorial-result h1, .tutorial-result h1 a {
  text-transform: uppercase;
  font-size: 20px;
  color: #4f4f4f;
	line-height: 22px;
	text-align: left;
}

.tutorial-thumb {
	height: 165px;
}

.tutorial-result h2 {
	font-size: 19px;
  font-weight: 400;
  font-family: raleway;
	line-height: 20px;
	text-align: left;
}

.tutorial-result .entry-type {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.tutorial-result .entry-link {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.tutorial-result .entry-summary {
	text-align: left;
	margin-top: 20px;
}

#uform_reset {
	color: black;
	margin-left: 8px;
	font-size: 16px;
	cursor: pointer;
}
