/*Colors-----------
* ----http://www.htmlcsscolor.com/hex/-------------
* Basalt blue:				#09262d		::		rgb (9,38,45);
* Casal:					#3a5157		::		rgb (58,81,87);
* Fresh lime:				#cbff02		::		rgb (203,255,2);
* Solitude:					#eff1f6		::		rgb (239,241,246);
* Tax Break: 70% tint:		#52676c		::		rgb (82,103,108);
* Gull Grey: 40% tint:		#9da8ab		::		rgb (157,168,171); 
* Hoki: 60% tint:			#6b7d81		::		rgb (107,125,129); 
* Aluminium: 50% tint:		#849296		::		rgb (132,145,150); 
* Pattens Blue: 10% tint:	#e6e9ea		::		rgb (230,233,234);
* Aubergine:				#231f20		::		rgb (35,31,32);
*/
.bg-dark {
    background-color: #09262d !important;
}
.bg-casal {
    background-color: #3a5157 !important;
}
.bg-lime {
    background-color: #cbff02 !important;
}
.bg-light {
    background-color: #e6e9ea !important;
}

.bg-solitude {
    background-color: #eff1f6 !important;
}
.bg-taxbreak {
    background-color: #52676c !important;
}
.bg-gullgrey {
    background-color: #9da8ab !important;
}
.bg-hoki {
    background-color:#6b7d81 !important;
}
.bg-aluminium {
    background-color:#849296 !important;
}
.bg-aubergine {
    background-color:#231f20 !important;
}

.text-lime {
    color: #cbff02 !important;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 101%;
    font-size: 100%;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0 auto;
    padding: 0;
    font-size: 16px;
    line-height: 1.3;
    position: relative;
}
html {
    overflow-x: hidden;
}
article, aside, figure, figcaption, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
a {
    text-decoration: none;
    background: transparent;
}
a:active, a:hover {
    outline: 0;
}
a img {
    border: 0;
}
b, strong {
    font-weight: bold;
}
small {
    font-size: 100%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em auto;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
button {
    background-color: transparent;
}
button, input, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, 
select {
    text-transform: none;
}
button, 
html input[type=button] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], 
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, 
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
    height: auto;
}
input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, 
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
textarea {
    overflow: auto;
    resize: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
input, button, textarea, select {
    border: 0;
    outline: none !important;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    box-sizing: border-box;
    background-clip: padding-box;
}
img {
    max-width: 100%;
    height: auto;
    touch-action: none;
    pointer-events: none;
    -ms-touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
abbr {
    text-decoration: none;
    border: none;
}
@font-face {
    font-family: "Gilroy Extra Bold";
    src: url("../fonts/gilroy/Radomir Tinkov - Gilroy-ExtraBold.otf") format("opentype");
    font-weight: 800;
}
@font-face {
    font-family: "Gilroy Bold";
    src: url("../fonts/gilroy/Gilroy-Bold.woff");
    src: url("../fonts/gilroy/Gilroy-Bold.woff2") format("woff2");
    font-weight: 700;
}
@font-face {
    font-family: "Gilroy Semi-bold";
    src: url("../fonts/gilroy/Gilroy-Semibold.woff");
    src: url("../fonts/gilroy/Gilroy-Semibold.woff2") format("woff2");
    font-weight: 600;
}
@font-face {
    font-family: "Gilroy Medium";
    src: url("../fonts/gilroy/Gilroy-Medium.woff");
    src: url("../fonts/gilroy/Gilroy-Medium.woff2") format("woff2");
    font-weight: 500;
}
@font-face {
    font-family: "Gilroy";
    src: url("../fonts/gilroy/Gilroy-Regular.woff");
    src: url("../fonts/gilroy/Gilroy-Regular.woff2") format("woff2");
    font-weight: 300;
}
@font-face {
    font-family: "Gilroy Light";
    src: url("../fonts/gilroy/Radomir Tinkov - Gilroy-Light.otf") format("opentype");
    font-weight: 200;
}

b, strong {
    font-weight: 700;
    font-family: "Gilroy Bold", sans-serif;
}
.fw-bold {
    font-weight: 700;
    font-family: "Gilroy Bold", sans-serif;
}
.fw-semibold {
    font-weight: 600;
    font-family: "Gilroy Semi-bold", sans-serif;
}
.fw-extrabold {
    font-weight: 800;
    font-family: "Gilroy Extra Bold", sans-serif;
}
.fw-medium {
    font-weight: 500;
    font-family: "Gilroy Medium", sans-serif;
}
.fw-normal {
    font-weight: 300;
    font-family: "Gilroy", sans-serif;
}
.fw-light {
    font-weight: 200;
    font-family: "Gilroy Light", sans-serif;
}

#searchform form {
    display: flex;
    flex-direction: row;
   /* background: #cccac6;*/
    width: 100%;
    align-items: stretch;
    justify-content: flex-start;
}
input#s {
    flex: 0 0 auto;
    width: calc(100% - 40px);
    /*border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #09262d;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    padding: 0 15px;
    background: transparent none;*/
}
#searchsubmit {
    flex: 0 0 40px;
    max-width: 40px;
    background-color: #09262d;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' %3E%3Cpath d='M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z' fill='%23FFFFFF' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 20px auto;
    color: #ffffff;
    font-size: 16px;
    text-indent: -9999px;
}
/*------------ SEARCH PAGE ------------*/
.blog-list .item-wrapper {
	display: block;
	color:#10252C;
	position:relative;
	background:#ffffff;
	margin-bottom:40px;
	transition:background 0.5s ease;
}
	
.blog-list .has-post-thumbnail .item-wrapper {
	display: flex;
	flex-direction: row;
	width: 100%;
	align-items: stretch;
	justify-content: flex-start;	
}	
	
.blog-list .item-wrapper span {display: block;}

.blog-list .item-wrapper:hover {
	background:#6b7d81!important;
}

.blog-list .has-post-thumbnail .item-image {
flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
	
.blog-list .has-post-thumbnail .item-content {
	 flex: 0 0 66.666667%;
  max-width: 66.666667%;
	padding: 0 30px 0 0;
}
	
@media screen and (max-width: 500px) {	
	.blog-list .has-post-thumbnail .item-image,
	.blog-list .has-post-thumbnail .item-content {
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.blog-list .has-post-thumbnail .item-content {	
		padding: 10px 0 0 0;
	}
}
	
.blog-list .item-title {
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 5px;
	line-height:1.3;
	letter-spacing:0.05em;
	padding: 5px 0;
}

.blog-list .item-text {
	font-size:16px;
	line-height:1.3;
	letter-spacing:0.05em;
	padding: 5px 0;
}

.blog-list .item-date {
	color:#849296;
	font-weight:500;
	font-size: 14px;
	line-height:1.3;
	letter-spacing:0.05em;
	padding: 5px 0 0 0;
}


.blog-list .item-link {
   	color:#849296;
	font-weight:500;
	font-size: 14px;
	line-height:1.3;
	letter-spacing:0.05em;
    text-transform: uppercase;
	padding: 5px 0 0 0;
	text-decoration: underline;
}
	
	
.blog-list .item-wrapper:hover .item-title,
.blog-list .item-wrapper:hover .item-text,	
.blog-list .item-wrapper:hover .item-date,
.blog-list .item-wrapper:hover .item-link{
	color:#ffffff;
}
