/*=============================================================================*/

/*                                     RESET                                   */

/*=============================================================================*/

body {
	position: relative;
	background-color: #fff;
	padding: 0;
	margin: 0;
}

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-width: 0;
	padding: 0;
	margin: 0;
}

html {
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

input,
textarea {
	color: #333;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
}

input[type="button"],
input[type="submit"],
button {
	cursor: pointer;
}

td {
	padding: 0;
	margin: 0;
}

form {
	padding: 0;
	margin: 0;
}

a {
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-decoration: none;
}

input[type=submit],
input[type=button],
button {
	-webkit-appearance: none;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-flex-negative: 1;
	-webkit-flex-shrink: 1;
	flex-shrink: 1;
	-webkit-tap-highlight-color: transparent;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*=============================================================================*/

/*                                     FONTS                                   */

/*=============================================================================*/



@font-face {
	font-family: 'Nr Sans';
	src: url('../fonts/TrueType/nr-sans.ttf');
	src: url('../fonts/TrueType/nr-sans.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Nr Sans';
	src: url('../fonts/TrueType/nr-sans-bold.ttf');
	src: url('../fonts/TrueType/nr-sans-bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Nr Sans';
	src: url('../fonts/TrueType/nr-sans-boldItalic.ttf');
	src: url('../fonts/TrueType/nr-sans-boldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: 'Nr Sans';
	src: url('../fonts/TrueType/nr-sans-italic.ttf');
	src: url('../fonts/TrueType/nr-sans-italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

/*=============================================================================*/

/*                                   WP-STYLES                                 */

/*=============================================================================*/

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	margin: auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
ul, ol {
	list-style-position: inside;
}
.slick-arrow {
	z-index: 8!important;
}

/* Style for the list items */

.resultsList li {
      cursor: pointer;
    }
    
.resultsList,
.closestResult,
.otherResults,
.noResultsMessage {
  list-style: none;
}
.resultsList {
  padding: 10px;
  margin: 0;
}

/* Style for the list items when hovering the mouse */

.resultsList li:hover {
      color: #e1843e;
    }
    
.closestResult li:hover {
    color:#e1843e;
}

.otherResults li:hover {
    color:#e1843e;
}


/* Style for the Search Bar */

#searchInput {
	width: 70%;
	padding: 10px;
	border-radius: 5px;
	font-size: 16px;
}