/*
Theme Name: XJTAGTHEME
Author: Gurvinder Daheley
Author URI: http://gurvinderdaheley.com
Description: XJTAG Theme



/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	word-wrap: break-word;
	-ms-word-wrap: break-word;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}

#search-results h2.screen-reader-text{ display: none;}

.search-form-page{
	margin: 10px 0 30px;
}

.search-form .search-field {
	border: solid 1px #ddd !important;
	padding: 7px !important;
}

.search-form-page input[type="text"]{
	width: calc(100% - 90px);
	max-width: 500px;
	margin-right: 15px;
}

.search-form-page button.yellow-button{
	margin-top: 0 !important;
	padding: 10px 12px 8px 12px !important;
}

.search-field-wrap {
	margin-bottom: 7px;
	font-size: 15px;
}

.search-filters h3{
	text-transform: uppercase;
}

.search-filters input[type="checkbox"]{
	margin-right: 10px;
}

.search-filters label{
	font-weight: 300;
	margin-bottom: 0;
}

.filter-toggle{
	margin-bottom: 20px;
	background: #ddd;
	color: #666;
	padding: 5px 10px;
	border-radius: 20px;
	display: inline-block;
	float: left;
	outline: none;
}

.filter-toggle:active,
.filter-toggle:focus{
	outline: none;
}

.search-results article:first-of-type{
	clear: both;
}

.search-filters-mob{
	display: none;
	clear: both;
	margin-bottom: 20px;
}

.search-filters-mob h3{ margin-top: 0; }

@media (max-width: 991px) {
	.search-form-page{
		margin-bottom: 20px;
	}
	.search-results .breadcrumbs-background {
		min-height: 30px;
	}
}

.no-results p {
	clear: both;
}
.no-results strong {
	font-size: 18px;
	margin-top: 0.35em;
	margin-bottom: 0.25em;
	line-height: 1.2em;
	color: black;
	font-weight: normal;
}

#search-results article.page {
	background: url('/wp-content/uploads/search-result-page-icon.png') left top no-repeat; padding-left: 50px;
}
#search-results article.case_studies {
	background: url('/wp-content/uploads/search-result-case-study-icon.png') left top no-repeat; padding-left: 50px;
}
#search-results article.videos  {
	background: url('/wp-content/uploads/search-result-video-icon.png') left top no-repeat; padding-left: 50px;
}
#search-results article.news  {
	background: url('/wp-content/uploads/search-result-news-icon.png') left top no-repeat; padding-left: 50px;
}
#search-results article.press  {
	background: url('/wp-content/uploads/search-result-press-icon.png') left top no-repeat; padding-left: 50px;
}