/* =General CSS
-------------------------------------------------------------- */
.full_width,
.one_half,
.one_third,
.two_third,
.one_fourth,
.three_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
	float: left;
}
.clear_column {
	clear:both;
	display:block;
	font-size:0; height:0;
	line-height:0; width:100%;
	overflow: hidden;
}

/* =Shortcodes Templates
-------------------------------------------------------------- */

/* =Default Template (no margin)
-------------------------------------------------------------- */
.full_width  {
	width: 100%;
}
.one_half  {
	width: 50%;
}
.one_third  {
	width: 33.3%;
}
.two_third  {
	width: 66.6%;
}
.one_fourth  {
	width: 25%;
}
.three_fourth  {
	width: 75%;
}
.one_fifth  {
	width: 20%;
}
.two_fifth  {
	width: 40%;
}
.three_fifth  {
	width: 60%;
}
.four_fifth  {
	width: 80%;
}
.one_sixth  {
	width: 16.6%;
}
.five_sixth  {
	width: 83.4%;
}

/* =Responsive
-------------------------------------------------------------- */
/* Maximum width of 600 pixels. */
@media screen and (max-width: 600px) {
	.full_width,
	.one_half,
	.one_third,
	.two_third,
	.one_fourth,
	.three_fourth,
	.one_fifth,
	.two_fifth,
	.three_fifth,
	.four_fifth,
	.one_sixth,
	.five_sixth {
		clear: both;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 1em;
	}
}

/* =Small Margins Template
-------------------------------------------------------------- */
/*
.full_width  {
	width: 100%;
}
.one_half {
	width: 49% !important;
	margin-right: 2% !important;
}
.one_half.last_column {
	width: 49% !important;
	margin-right: 0px !important;
}
.one_third {
	width: 32% !important;
	margin-right: 2% !important;
}
.one_third.last_column {
	width: 32% !important;
	margin-right: 0px !important;
}
.two_third {
	width: 66% !important;
	margin-right: 2% !important;
}
.two_third.last_column {
	width: 66% !important;
	margin-right: 0px !important;
}
.one_fourth {
	width: 23.5% !important;
	margin-right: 2% !important;
}
.one_fourth.last_column {
	width: 23.5% !important;
	margin-right: 0px !important;
}
.three_fourth {
	width: 74.5% !important;
	margin-right: 2% !important;
}
.three_fourth.last_column {
	width: 74.5% !important;
	margin-right: 0px !important;
}
.one_fifth {
	width: 18.4% !important;
	margin-right: 2% !important;
}
.one_fifth.last_column {
	width: 18.4% !important;
	margin-right: 0px !important;
}
.two_fifth {
	width: 39% !important;
	margin-right: 2% !important;
}
.two_fifth.last_column {
	width: 39% !important;
	margin-right: 0px !important;
}
.three_fifth {
	width: 59% !important;
	margin-right: 2% !important;
}
.three_fifth.last_column {
	width: 59% !important;
	margin-right: 0px !important;
}
.four_fifth {
	width: 79.6% !important;
	margin-right: 2% !important;
}
.four_fifth.last_column {
	width: 79.6% !important;
	margin-right: 0px !important;
}
.one_sixth {
	width: 15% !important;
	margin-right: 2% !important;
}
.one_sixth.last_column {
	width: 15% !important;
	margin-right: 0px !important;
}
*/.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
/*
Theme Name: Ken Sterling
Description: Ken Sterling WP theme.
Author: Mastilo.co
Version: 1.0
*/

@charset "utf-8"; 
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, dl, dt, dd, ol, ul, li, fieldset, form, input, select, textarea, label, legend, table
{padding: 0; margin: 0; border: 0; list-style-type: none; line-height:100%; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}

/*
font-family: "rift-soft",sans-serif;
font-style: normal;
font-weight: 300;
font-family: "rift-soft",sans-serif;
font-style: italic;
font-weight: 300;
font-family: "rift-soft",sans-serif;
font-style: normal;
font-weight: 400;
font-family: "rift-soft",sans-serif;
font-style: italic;
font-weight: 400;
font-family: "rift-soft",sans-serif;
font-style: normal;
font-weight: 600;
font-family: "rift-soft",sans-serif;
font-style: italic;
font-weight: 600;
*/

@font-face {
    font-family: 'sf_ui_text';
    src: url('/wp-content/themes/kensterling2017/fonts/sf-ui-text-regular-webfont.woff2') format('woff2'),
         url('/wp-content/themes/kensterling2017/fonts/sf-ui-text-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sf_ui_text';
    src: url('/wp-content/themes/kensterling2017/fonts/sf-ui-text-bold-webfont.woff2') format('woff2'),
         url('/wp-content/themes/kensterling2017/fonts/sf-ui-text-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'sf_ui_text';
    src: url('/wp-content/themes/kensterling2017/fonts/sf-ui-text-italic-webfont.woff2') format('woff2'),
         url('/wp-content/themes/kensterling2017/fonts/sf-ui-text-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'sf_ui_text';
    src: url('/wp-content/themes/kensterling2017/fonts/sf-ui-text-bolditalic-webfont.woff2') format('woff2'),
         url('/wp-content/themes/kensterling2017/fonts/sf-ui-text-bolditalic-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'sf_ui_text';
    src: url('/wp-content/themes/kensterling2017/fonts/sf-ui-text-medium-webfont.woff2') format('woff2'),
         url('/wp-content/themes/kensterling2017/fonts/sf-ui-text-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'sf_ui_text';
    src: url('/wp-content/themes/kensterling2017/fonts/sf-ui-text-semibold-webfont.woff2') format('woff2'),
         url('/wp-content/themes/kensterling2017/fonts/sf-ui-text-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'sf_ui_text';
    src: url('/wp-content/themes/kensterling2017/fonts/sf-ui-text-heavy-webfont.woff2') format('woff2'),
         url('/wp-content/themes/kensterling2017/fonts/sf-ui-text-heavy-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

/* 16px */
body, html {height: 100%;}
body {font: 1em sf_ui_text, sans-serif; color: #202020; background: #fff; -webkit-text-size-adjust: none;}
a {color: #1ba3e8; text-decoration: none; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;}
a:hover {color: #202020;}
input, select, textarea, button {font:1em sf_ui_text, sans-serif; color: #202020; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; -webkit-border-radius: 0; border-radius: 0; -webkit-appearance:none;}
input[type="submit"], input[type="reset"], button, label {cursor:pointer; padding:0; border:0;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance: button;}
textarea {overflow:auto;}
table {border-collapse: separate; border-spacing: 0;}
a:active {outline: 0;} *:focus {outline: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
header, section, nav, hgroup, footer, article { display: block; }
strong {font-weight: 700;}
b {font-weight: 900;}
em, i {font-style: italic;}
p {line-height: 140%;}
.left {float: left;}
.right {float: right;}
.center {text-align: center !important;}
.tleft {text-align: left;}
.tright {text-align: right;}
.margin0 {margin: 0 !important;}
.padding0 {padding: 0 !important;}
.border0 {border: 0 !important;}
.padding-bottom0 {padding-bottom: 0 !important;}
.padding-top0 {padding-top: 0 !important;}
.clear {clear: both;}
img {max-width: 100%; height: auto; vertical-align: middle;}
.uppercase {text-transform: uppercase}
.no-case {text-transform: none !important;}
.relative {position: relative;}
.overflow-hidden {overflow: hidden;}
.rounded {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;	
}
div.rounded {overflow: hidden;}
button::-moz-focus-inner {padding: 0; border: 0}
:required {-webkit-box-shadow: none; box-shadow: none;}
.element-hidden {display: none;}

/* WP Styles */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%;
	height: auto;
}
img.alignleft {
	margin: 0 2em 2em 0;
}
img.alignright {
	margin: 0 0 2em 2em;
}
.wp-caption {
	max-width:100%;
	text-align: center;
}
.wp-caption img {
}
.wp-caption .wp-caption-text {
	font-size:0.875em; padding:5px 20px 0 20px; text-align:center;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}
img#wpstats{display: none}
/* WP Styles */

span.edit-link a {position: fixed; bottom: 0; left: 0; z-index: 99999; background: red; color: #fff !important; font-size: 1em; padding: 10px;}

::-moz-selection {background: #1ba3e8; color: #fff;}
::selection {background: #1ba3e8; color: #fff;}

*::-webkit-input-placeholder { color: #fff;; }
*::-moz-placeholder { color: #fff; opacity: 1; }
*:-ms-input-placeholder { color: #fff; }
*:-moz-placeholder { color: #fff; }
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { color: transparent !important; }
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder { color: transparent !important; }
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { color: transparent !important; }
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { color: transparent !important; }

.wrapper {width: 1280px; margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wrapper.large {width: 1540px;}
.valign {display: inline-block; *display: inline; zoom: 1; vertical-align: middle; width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.valign.bottom {vertical-align: bottom;}
.valign.top {vertical-align: top;}

.body-content {float: left; width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.padding-content {padding: 70px 0;}
.padding-content-120 {padding: 120px 0;}
.padding-content-50 {padding: 50px 0;}
.half-content {float: left; width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.in-middle {display: inline-block; *display: inline; zoom: 1; vertical-align: middle; width: 700px; text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.in-middle.small {width: 530px;}
.in-middle.medium {width: 690px;}
.in-middle.big {width: 960px;}
.in-middle.large {width: 1000px;}

.half-content-wrapper {float: right; width: 640px;}
.half-content:last-child .half-content-wrapper {float: left;}
.half-content-wrapper.large {width: 770px;}
.as-second + .half-content .half-content-wrapper {float: right;}

.padding-lr {padding-left: 70px; padding-right: 70px;}
.padding-lr-120 {padding-left: 120px; padding-right: 120px;}

.flex-row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;	
}
.flex-row.align-center {
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;	
}
.flex-row.align-justify {
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.flex-row.align-center-justify {
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;	
}
.flex-row .as-second {order: 1;}

.bg-cover {background-repeat: no-repeat; background-position: center center; background-size: cover;}
.bg-blurred {position: absolute; left: -10%; top: -10%; width: 120%; height: 120%;
	-webkit-filter: blur(50px);
	-moz-filter: blur(50px);
	-o-filter: blur(50px);
	-ms-filter: blur(50px);
	filter: blur(50px);
}

h1 {font-size: 2.625em; line-height: 110%; margin: 0 0 20px 0; font-family: "rift-soft",sans-serif; text-transform: uppercase;}
h1 span {font-size: 1.238em;}
h1 strong {font-weight: 600;}
h2 {font-size: 2.250em; line-height: 120%; margin: 0 0 20px 0; font-family: "rift-soft",sans-serif; text-transform: uppercase;}
h2 strong {font-weight: 600;}
h3 {font-size: 2.625em; line-height: 100%; margin: 0 0 30px 0;}
h4 {font-size: 2.25em; line-height: 105%; margin: 0 0 30px 0;}
h5 {font-size: 1.875em; line-height: 130%; margin: 0 0 30px 0;}
h6 {font-size: 1.5em; line-height: 120%; margin: 0 0 30px 0;}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {margin: 0;}

.entry-content p {margin: 0 0 30px 0; font-size: 1.25em;}
.entry-content p:last-child {margin: 0;}
.entry-content p span {line-height: 120%;}
.entry-content center {line-height: 140%}
.entry-content blockquote {margin: 0 0 30px 0; border-left: solid 3px #259ad4; padding: 5px 35px;}
.entry-content blockquote p {font-size: 20px; font-style: italic;}
.entry-content blockquote div {line-height: 140%; font-size: 20px; font-style: italic;}
.entry-content hr {padding: 0; margin: 0 0 30px 0; border: 0; height: 2px; background: #202020; opacity: 0.2;}
.clear_column + hr {margin-top: 30px;}
.entry-content ul, .entry-content ol {margin: 0 0 30px 0;}
.entry-content ul:last-child, .entry-content ol:last-child {margin: 0;}
.entry-content li {margin: 0 0 15px 0; line-height: 140%; position: relative; padding: 0 0 0 24px; font-size: 1.25em;}
.entry-content ul li:before {content: " "; display: block; width: 8px; height: 8px; background: #1ba3e8; position: absolute; left: 0; top: 10px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.entry-content ol li {list-style-type: decimal; list-style-position: outside; padding: 0; margin: 0 0 15px 22px;}
.entry-content iframe {max-width: 100%; margin: 0 0 30px 0;}
.entry-content img + img {margin: 0 0 0 30px;}

.entry-content.normal p {font-size: 1em;}

.content-column {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.one_half {padding: 0 30px 0 0;}
.one_half.last_column {padding: 0 0 0 30px;}
.one_third {padding: 0 30px 0 0;}
.one_third + .one_third {padding: 0 15px;}
.one_third.last_column {padding: 0 0 0 30px;}
.clear_column {margin: 0 0 30px 0;}
.entry-content > .clear_column:last-child {margin: 0;}

body.mce-content-body {margin: 20px; height: auto;}

.in-wrapper {padding-left: 15px; padding-right: 15px;}

/* SITE */

.rift {font-family: "rift-soft",sans-serif;}
.rift strong {font-weight: 600;}

.bg-black {background-color: #202020;}
.bg-white {background-color: #fff;}
.bg-blue {background-color: #1ba3e8;}

.color-white {color: #fff;}
.color-blue {color: #1ba3e8;}

.bg-black a:hover {color: #fff;}

.heading {margin: 0 0 50px 0;}
.heading:last-child, .heading :last-child {margin: 0;}
.heading.tweets:before {content: " "; display: block; width: 66px; height: 66px; background: #fff url(/wp-content/themes/kensterling2017/images/icon-tweets.png) no-repeat center center; background-size: 26px 22px; position: absolute; left: 50%; top: 50%; z-index: 10; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.title-big {margin: 0 0 40px 0; font-size: 11.500em; font-family: "rift-soft",sans-serif; text-transform: uppercase; line-height: 100%; opacity: 0.1;}
.bg-blue .title-big {color: #fff;}
.title-normal {font-size: 2.625em; line-height: 110%; margin: 0 0 20px 0; font-family: "rift-soft",sans-serif; text-transform: uppercase;}

.button {display: inline-block; *display: inline; zoom: 1; vertical-align: middle; border: 0; min-width: 225px; line-height: 77px; text-align: center; background: #1ba3e8; color: #202020; padding: 0 40px; text-transform: uppercase; font-weight: 900; font-size: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.button:hover, .button.black {background: #202020; color: #fff;}
.button.black:hover {background: #1ba3e8; color: #202020;}
.bg-black .button:hover, .bg-blue .button.black:hover {background: #fff; color: #202020;}

.button-group {text-align: center; font-size: 0;}
.button-group li {display: inline-block; *display: inline; zoom: 1; vertical-align: middle; margin: 0 15px 30px 15px;}

.move-up {margin: -60px 0 0 0;}

.inline-window {padding: 50px;}

#header {position: fixed; left: 0; top: 0; z-index: 10000; background: #fff;}
#header + .body-content {margin-top: 100px;}
.site-logo {float: left; line-height: 100px; font-size: 0;
	-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;
}
.site-logo a {display: inline-block; *display: inline; zoom: 1; vertical-align: middle; color: #202020; text-transform: uppercase; font-size: 42px;}
.site-logo a:hover {color: #1ba3e8;}

#main-menu {float: right; font-size: 0;}
#main-menu .level-0 {display: inline-block; *display: inline; zoom: 1; vertical-align: middle; font-size: 16px; margin: 0 40px 0 0;}
#main-menu .level-0:not(.icon) > a {display: inline-block; *display: inline; zoom: 1; vertical-align: middle; text-transform: uppercase; font-size: 1.25em; line-height: 100px; padding: 0 10px; color: #202020; font-weight: 600; letter-spacing: 1px; position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#main-menu .level-0:not(.icon) > a:before {content: " "; display: block; width: 100%; height: 5px; position: absolute; left: 0; top: -5px; background: #202020;
	-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;
}
#main-menu .level-0:not(.icon) > a:hover:before {top: 0;}
#main-menu .level-0.icon {margin: 0;}
#main-menu .level-0.icon + .icon {margin: 0 0 0 30px;}
#main-menu .level-0.current-menu-item:not(.icon) > a:before, #main-menu .level-0.current-menu-parent:not(.icon) > a:before {top: 0; background: #1ba3e8;}

.icon a {display: inline-block; *display: inline; zoom: 1; vertical-align: middle; background: url(/wp-content/themes/kensterling2017/images/icon-s.png) no-repeat -9999px; background-size: 121px 50px; text-indent: -99999px;}
.icon.fb a {width: 19px; height: 19px; background-position: 0 0;}
.icon.tw a {width: 24px; height: 20px; background-position: -50px 0;}
.icon.in a {width: 21px; height: 20px; background-position: -100px 0;}
.icon a:hover {background-position-y: -30px;}

.fixed #header .site-logo {line-height: 56px;}
.fixed #header .site-logo a {font-size: 30px;}
.fixed #main-menu .level-0:not(.icon) > a {line-height: 56px;}

#main-menu-toggle {display: none; width: 56px; height: 56px; line-height: 56px; text-align: center; cursor: pointer; position: relative; z-index: 100; font-size: 0;}
#main-menu-toggle strong {display: inline-block; *display: inline; zoom: 1; vertical-align: middle; width: 16px; height: 10px; position: relative; text-indent: -9999px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#main-menu-toggle strong:before {content: " "; display: block; width: 100%; height: 2px; background: #1ba3e8; position: absolute; left: 0; top: 0;}
#main-menu-toggle strong:after {content: " "; display: block; width: 100%; height: 2px; background: #1ba3e8; position: absolute; left: 0; bottom: 0;}
#main-menu-toggle strong span {display: block; width: 100%; height: 2px; position: absolute; left: 0; top: 50%; margin: -1px 0 0 0; background: #1ba3e8;}
#main-menu-toggle.opened strong:before {top: 4px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);	
	transform: rotate(45deg);
}
#main-menu-toggle.opened strong:after {bottom: 4px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);	
	transform: rotate(-45deg);
}
#main-menu-toggle.opened strong span {opacity: 0;}

.home-slide .cover {float: right;}
.home-slide .half-content {position: absolute; left: 130px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: calc(50% - 130px);}

.logo-list {font-size: 0; text-align: center;}
.logo-list .logo {display: inline-block; *display: inline; zoom: 1; vertical-align: middle; width: 33.3333333333333333%; height: 70px; line-height: 70px; margin: 0 0 50px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.logo-list img {max-height: 100%; max-width: 80%; width: auto;}

#home-newsletter-form .content {-webkit-transform: translateY(-50%); transform: translateY(-50%);}
#home-newsletter-form .input {float: left; width: calc(100% - 260px); height: 77px; border-bottom: solid 5px #000; background: url(/wp-content/themes/kensterling2017/images/icon-nl.png) no-repeat 0 30px; background-size: 25px 19px; font-size: 1.750em; color: #fff; padding: 0 0 0 45px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#home-newsletter-form button {display: inline-block; *display: inline; zoom: 1; vertical-align: middle; float: right;}
#home-newsletter-form .input:focus {border-color: #fff;}

#row-quote .content {position: absolute; left: 0; width: 100%; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);}
#row-quote .text {padding: 0 80px 0 0;}
#row-quote .name {font-size: 1.625em;}

.blog-posts {text-align: center; font-size: 0;}
.blog-posts .post {display: inline-block; *display: inline; zoom: 1; vertical-align: top; font-size: 16px; width: 28%; margin: 0 2% 30px 2%; overflow: hidden;}
.blog-posts a, .blog-posts .image, .blog-posts .content, .blog-posts .title, .post-more,
.media-posts a, .media-posts .image-wrapper, .media-posts .image, .media-posts .content, .media-posts .title {display: block;}
.blog-posts a, .media-posts a {color: #202020;}
.blog-posts .image {height: 300px; position: relative; overflow: hidden;}
.blog-posts .image .bg {position: absolute; left: 0; top: 0; width: 100%; height: 100%;
	-webkit-transition: all 40s ease; -moz-transition: all 40s ease; transition: all 40s ease;
}
.blog-posts .date {position: absolute; left: 30px; top: 30px; color: #fff; text-transform: uppercase; font-size: 0.75em; font-weight: 600;}
.blog-posts .content, .media-posts .content {padding: 30px;}
.blog-posts .title {font-size: 1.25em; font-weight: 600; line-height: 115%;}
.blog-posts a:hover .image .bg {-webkit-transform: scale(2); transform: scale(2);}

.media-posts {text-align: center; font-size: 0;}
.media-posts .post {display: inline-block; *display: inline; zoom: 1; vertical-align: top; font-size: 16px; width: 20%; margin: 0 2% 30px 2%;}
.media-posts .image-wrapper {overflow: hidden;
	-webkit-box-shadow: 0 0 62px 19px rgba(0,0,0,0.06);
	box-shadow: 0 0 62px 19px rgba(0,0,0,0.06);
	-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;	
}
.media-posts .image {line-height: 240px; font-size: 0;}
.media-posts .image img {max-height: 60px; max-width: 50%; width: auto;}
.media-posts .title {font-weight: 600; line-height: 125%;}
.media-posts a:hover .image-wrapper {
	-webkit-box-shadow: 0 0 62px 19px rgba(0,0,0,0.1);
	box-shadow: 0 0 62px 19px rgba(0,0,0,0.1);
}

.post-more {margin: 25px 0 0 0;}
.post-more span {display: inline-block; *display: inline; zoom: 1; text-transform: uppercase; font-size: 0.938em; color: #202020; position: relative; padding: 0 0 6px 0;
	-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;
}
.post-more span:before {content: " "; display: block; width: 100%; height: 8px; background: #1ba3e8; position: absolute; left: 0; bottom: 4px;
	-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;
}
.post-more b {position: relative;}
a:hover .post-more span:before, a.post-more:hover span:before {height: 4px; bottom: 0; background: #202020;}
.bg-blue .post-more {color: #202020;}
.bg-blue .post-more span:before {background: #fff;}

.tweet {display: inline-block; *display: inline; zoom: 1; vertical-align: top; width: 25%; border-right: solid 1px rgba(255, 255, 255, 0.2); text-align: center; padding: 40px 40px; margin: 0 0 30px 0; font-size: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tweet:last-child {border: 0;}
.tweet .date {position: relative; font-size: 0.75em; font-weight: 600; text-transform: uppercase; padding: 0 0 20px 0; margin: 0 0 20px 0;}
.tweet .date:before {content: " "; display: block; width: 68px; height: 3px; background: #fff; position: absolute; left: 50%; bottom: 0; margin: 0 0 0 -34px;}
.tweet .text {font-weight: 500; line-height: 150%;}
.tweet .text a {background: #fff; color: #202020; padding: 0 2px;}
.tweet .text a:hover {background: #202020; color: #fff;}
.tweets-meta img {width: 66px; height: 66px; margin: 20px 0 0 0;}
.tweets-slider + .slider-nav {display: none;}

#footer .content {padding: 40px 0;}
#footer .site-logo {float: none; display: inline-block; *display: inline; zoom: 1; vertical-align: middle; line-height: 100%;}
#footer .site-logo a {font-size: 28px; opacity: 0.4;}
#footer .site-logo a:hover {opacity: 1; color: #202020;}
#footer-menu {display: inline-block; *display: inline; zoom: 1; vertical-align: middle; font-size: 0;}
#footer-menu .level-0 {display: inline-block; *display: inline; zoom: 1; vertical-align: middle; font-size: 16px; margin: 0 0 0 50px;}
#footer-menu .level-0:not(.icon) > a {display: inline-block; *display: inline; zoom: 1; vertical-align: middle; text-transform: uppercase; font-weight: 600; letter-spacing: 1px; color: #202020; opacity: 0.5;}
#footer-menu .level-0:not(.icon) > a:hover, #footer-menu .level-0.current-menu-item:not(.icon) > a, #footer-menu .level-0.current-menu-parent:not(.icon) > a {opacity: 1;}
#footer-menu .level-0.icon + .icon {margin: 0 0 0 30px;}
#footer .copyright {padding: 0 0 30px 0; font-size: 0.75em; font-weight: 500; opacity: 0.5;}
#footer .copyright .sep {font-size: 0; padding: 0 10px;}
#footer .copyright a {color: #202020;}
#footer .copyright a:hover {color: #000;}

.number-boxes {font-size: 0;}
.number-boxes:before {content: " "; display: block; background: #fff; position: absolute; left: 0; top: 0; width: 50%; height: 100%;}
.number-box {display: inline-block; *display: inline; zoom: 1; vertical-align: middle; font-size: 16px; width: 425px; line-height: 425px; position: relative;}
.number-box .number {font-size: 11.313em;}
.number-box sup {font-size: 58px;}
.number-box .odo, .number-box .after {display: inline-block; *display: inline; zoom: 1; vertical-align: middle;}
.number-box .after {margin: -12px 0 0 0;}

#book-top .bg-black {height: 420px;}
#book-top + .body-content {margin: 300px 0 0 0;}

.book-cover {display: inline-block; *display: inline; zoom: 1; vertical-align: middle; pointer-events: none;}
.book-cover .cover img {
	-webkit-box-shadow: 0 16px 62px 19px rgba(0,0,0,0.08);
	box-shadow: 0 16px 62px 19px rgba(0,0,0,0.08);	
}
.book-cover .logo {width: 76px; position: absolute; right: -106px; bottom: 10px;}
.home-slide .book-cover .logo {right: -50px; bottom: 15px;}
.book-cover .available {position: absolute; right: -85px; top: 50%; font-weight: 300; letter-spacing: 1px;
	-ms-transform: translateY(-90%) rotate(90deg);
	-webkit-transform: translateY(-90%) rotate(90deg);	
	transform: translateY(-90%) rotate(90deg);
}

.slick-track {margin: auto;}
.slider-nav .slick-prev {order: 1;}
.slider-nav .slick-dots {order: 2; margin: 0 20px;}
.slider-nav .slick-next {order: 3;}
.slider-nav .slick-arrow {width: 38px; height: 38px; background: none; text-indent: -9999px; position: relative;}
.slider-nav .slick-arrow:before {content: " "; display: block; width: 26px; height: 26px; border: solid 2px #fff; position: absolute; top: 5px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);	
	transform: rotate(45deg);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;
}
.slider-nav .slick-prev:before {border-right: 0; border-top: 0; left: 13px;}
.slider-nav .slick-next:before {border-left: 0; border-bottom: 0;}
.slider-nav .slick-arrow:hover:before {border-color: #1ba3e8;}
.slider-nav .slick-dots li {display: inline-block; *display: inline; zoom: 1; vertical-align: middle; margin: 0 25px;}
.slider-nav .slick-dots button {background: none; font-family: "rift-soft",sans-serif; color: #fff; font-size: 1.5em;}
.slider-nav .slick-active button {color: #1ba3e8;}

.bg-blue .slider-nav .slick-active button {color: #202020;}
.bg-blue .slider-nav .slick-arrow:hover:before {border-color: #202020;}

.slick-slide .testimonial-row {padding: 0 40px;}
.testimonial-row .text {opacity: 0.5;}
.testimonial-row .more {text-transform: uppercase; margin: 20px 0 0 0; font-size: 0.938em;}
.testimonial-row .meta {margin: 20px 0 0 0;}
.testimonial-row .image span {display: inline-block; *display: inline; zoom: 1; vertical-align: middle; width: 66px; height: 66px;}
.testimonial-row .name {font-size: 0.938em; font-weight: 600; margin: 15px 0 0 0; text-transform: uppercase;}
.testimonial-row .tagline {font-size: 0.75em; margin: 3px 0 0 0;}

.slider-logo {padding: 100% 0 0 0; position: relative; border: solid 5px #fff; cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;
}
.slider-logo img {max-height: 60px; max-width: 50%; width: auto; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.slick-center .slider-logo, .slick-current .slider-logo, .slick-slide:first-child:last-child .slider-logo {border-color: #ebebeb;}

.row-image-text .image {display: inline-block; *display: inline; zoom: 1; vertical-align: middle;}

.c-flexbox__item-thumb-in {
    -webkit-transform: translate3d(-100.5%, 0, 0);
    transform: translate3d(-100.5%, 0, 0);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
	overflow: hidden;
}
.c-flexbox__item-thumb-in:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: #202020;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}
.c-flexbox__item-thumb-in.white:before {background: #fff;}
.c-flexbox__item-thumb-in.is-shown  {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.c-flexbox__item-thumb-in.is-shown:before {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1)
}

.pagination {font-size: 0;}
.pagination li {display: inline-block; *display: inline; zoom: 1; vertical-align: middle; font-size: 16px; margin: 10px 10px 20px 10px;}
.pagination .page-numbers:not(.prev):not(.next) {display: inline-block; *display: inline; zoom: 1; vertical-align: middle; font-size: 2em;}
.pagination span:not(.prev):not(.next) {position: relative; padding: 0 3px;}
.pagination span:not(.prev):not(.next) strong {position: relative;}
.pagination span:not(.prev):not(.next):before {content: " "; display: block; position: absolute; left: 0; bottom: 0; width: 100%; height: 8px; background: #1ba3e8;}
.pagination .prev, .pagination .next {display: inline-block; *display: inline; zoom: 1; vertical-align: middle; width: 15px; height: 24px; text-indent: -9999px; background: url(/wp-content/themes/kensterling2017/images/icon-arrow-1.png) no-repeat -9999px; background-size: 74px 64px;
	-webkit-transition: none; -moz-transition: none; transition: none;
}
.pagination .prev {background-position: 0 0; margin: 0 20px 0 0;}
.pagination .next {background-position: right 0; margin: 0 0 0 20px;}
.pagination a.prev:hover {background-position: 0 bottom;}
.pagination a.next:hover {background-position: right bottom;}
.pagination span.prev, .pagination span.next {opacity: 0.2;}

#search-form {position: absolute; right: 0; top: 0; z-index: 10; width: 290px;}
#search-form label {display: none;}
#search-form .text {width: 30px; height: 50px; font-size: 1.25em; cursor: pointer; border: solid 1px #fff; float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#search-form button {position: absolute; right: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 30px; height: 30px; background: url(/wp-content/themes/kensterling2017/images/icon-search.png) no-repeat 0 0; background-size: 30px 30px; text-indent: -9999px; pointer-events: none;}
#search-form .text:hover, #search-form .text:focus, #search-form.active .text {width: 100%; padding: 0 50px 0 10px; border-color: #1ba3e8;}
#search-form .text:hover + button, #search-form .text:focus + button, #search-form.active .text + button {right: 10px;}

.post-back {position: absolute; left: 0; top: 0; line-height: 100%;}
.post-date {line-height: 100%; text-transform: uppercase; font-weight: 600; margin: 0 0 30px 0;}
.post-title {font-size: 2.75em; font-family: sf_ui_text, sans-serif; font-weight: 600; line-height: 105%; margin: 0 0 50px 0;}
.post-featured-image {margin: 0 0 50px 0;}
.post-featured-image .align {height: 480px; line-height: 480px;}

.post-share {position: absolute; top: 0; margin: 100px 0 0 -140px; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; width: 100px; font-size: 0;}
.post-share li {text-align: center;}
.post-share .title {margin: 0 0 20px 0; font-size: 16px;}
.post-share a {display: block; padding: 100% 0 0 0; background: #1ba3e8; font-size: 0; position: relative;}
.post-share a:hover {background: #202020;}
.post-share a:before {content: " "; display: block; background: url(/wp-content/themes/kensterling2017/images/icon-share.png) no-repeat -9999px; background-size: 27px 215px; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.post-share .fb:before {width: 10px; height: 22px; background-position: 0 0;}
.post-share .tw:before {width: 22px; height: 18px; background-position: 0 -50px;}
.post-share .in:before {width: 19px; height: 18px; background-position: 0 -100px;}
.post-share .gp:before {width: 27px; height: 18px; background-position: 0 -150px;}
.post-share .email:before {width: 20px; height: 15px; background-position: 0 -200px;}

#contact-form {margin: -40px 0 0 0;}

.wpcf7 {display: inline-block; *display: inline; zoom: 1; vertical-align: middle; width: 430px;}
.wpcf7 .field {margin: 0 0 20px 0; position: relative;}
.wpcf7 .field.last {margin: 50px 0 0 0;}
.wpcf7 [type="text"], .wpcf7 [type="email"], .wpcf7 textarea {width: 100%; border-bottom: solid 5px #202020; height: 80px; font-size: 1.750em; background: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.wpcf7 textarea {resize: none; padding: 10px 0;}
.wpcf7 [type="text"]:hover, .wpcf7 [type="email"]:hover, .wpcf7 textarea:hover, 
.wpcf7 [type="text"]:focus, .wpcf7 [type="email"]:focus, .wpcf7 textarea:focus {border-color: #fff;}
.wpcf7 *::-webkit-input-placeholder {text-align: center;}
.wpcf7 *::-moz-placeholder {text-align: center;}
.wpcf7 *:-ms-input-placeholder {text-align: center;}
.wpcf7 *:-moz-placeholder {text-align: center;}
.wpcf7 br {display: none;}
.ajax-loader {border: 0 !important; position: absolute; top: 50%; right: 0; margin: -32px 0 0 0 !important; pointer-events: none; width: 64px !important; height: 64px !important; background: url(/wp-content/themes/kensterling2017/images/loading.svg) no-repeat 0 0 !important; background-size: 64px 64px !important;}
.wpcf7-not-valid-tip {display: none !important;} 
.wpcf7-not-valid {border-style: dotted !important;}
.wpcf7-response-output {text-align: center; width: 100%; background: #ec3827; padding: 15px !important; color: #fff; margin: 45px 0 0 0 !important; border: 0 !important; line-height: 120%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wpcf7-mail-sent-ok {background: #202020;}

.speaking-topics {text-align: center; font-size: 0;}
.speaking-topics .topic {display: inline-block; *display: inline; zoom: 1; vertical-align: top; font-size: 16px; width: 28%; margin: 0 2% 30px 2%; overflow: hidden; color: #fff;
	-webkit-box-shadow: 0 0 62px 19px rgba(0,0,0,0.06);
	box-shadow: 0 0 62px 19px rgba(0,0,0,0.06);
}
.speaking-topics a, .speaking-topics .image, .speaking-topics .title {display: block;}
.speaking-topics a {color: #fff;}
.speaking-topics .image {line-height: 260px; position: relative; overflow: hidden;}
.speaking-topics .image:after {content: " "; display: block; width: 100%; height: 75%; position: absolute; left: 0; bottom: 0;
	background: -moz-linear-gradient(top,  rgba(34,43,58,0) 0%, rgba(34,43,58,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(34,43,58,0) 0%,rgba(34,43,58,1) 100%);
	background: linear-gradient(to bottom,  rgba(34,43,58,0) 0%,rgba(34,43,58,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00222b3a', endColorstr='#222b3a',GradientType=0 );
}
.speaking-topics .image .bg {position: absolute; left: 0; top: 0; width: 100%; height: 100%;
	-webkit-transition: all 40s ease; -moz-transition: all 40s ease; transition: all 40s ease;
}
.speaking-topics .content {display: inline-block; *display: inline; zoom: 1; vertical-align: bottom; width: 100%; padding: 0 60px 50px 60px; position: relative; z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.speaking-topics .title {font-size: 2.500em;}
.speaking-topics a:hover {color: #1ba3e8;}
.speaking-topics a:hover .image .bg {-webkit-transform: scale(2); transform: scale(2);}

.content-rows .content {padding: 100px 0 100px 70px;}
.content-rows .image-wrapper, .content-rows .image, .content-rows .bg {display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.content-rows .image-wrapper {width: calc(100% + ((100vw - 1540px) / 2));}
.content-rows .row:nth-child(2n+1) .image-content {order: 1;}
.content-rows .row:nth-child(2n+1) .content {padding: 100px 70px 100px 0 ;}
.content-rows .row:nth-child(2n) .image-wrapper {margin: 0 0 0 calc((-100vw + 1540px) / 2);}/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
/*.slick-slide img
{
    display: block;
}*/
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-minimal {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-minimal .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 88020;
}

.fancybox-skin {
	position: relative;
	background: #fff;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 88030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 38px 0 rgba(0,0,0,0.18);
	box-shadow: 0 10px 38px 0 rgba(0,0,0,0.18);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

.fancybox-close, .fancybox-prev span, .fancybox-next span {
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
	width: 40px; height: 40px;
	z-index: 88060;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.fancybox-close {
	position: absolute;
	top: -85px;
	left: 50%;
	margin: 0 0 0 -36px;
	width: 72px;
	height: 72px;
	cursor: pointer;
	z-index: 88040;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: solid 2px #1ba3e8;
	background: #fff;
}
.fancybox-close:hover {background: #1ba3e8;}
.fancybox-close:before {content: " "; display: block; width: 22px; height: 22px; background: url(/wp-content/themes/kensterling2017/images/icon-x.png) no-repeat 0 0; background-size: 22px 60px; position: absolute; left: 50%; top: 50%; margin: -11px 0 0 -11px;}
.fancybox-close:hover:before {background-position: 0 bottom;}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent; /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 88040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 88040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 88010;
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 88050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 88050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}@media screen and (max-width : 1570px) {
	.wrapper.large {width: 100%; padding: 0 15px;}
	.wrapper.large .wrapper {padding: 0 !important;}
	
	.half-content-wrapper.large {width: 100%;}
	
	.home-slide .flex-row {padding: 0 15px;}
	.home-slide .half-content.tright {text-align: center;}
	
	.speaking-topics .content {padding: 30px;}
	
	.content-rows .image-wrapper {width: calc(100% + 15px);}
	.content-rows .row:nth-child(2n) .image-wrapper {margin: 0 0 0 -15px;}
}

@media screen and (max-width : 1310px) {
	.wrapper {width: 100%; padding: 0 15px;}
	
	#search-form {right: 15px;}
	
	.post-back {left: 15px;}
	.post-share {margin-left: -100px; width: 80px;}
	
	.half-content-wrapper {width: 100%;}
	
	.padding-lr {padding-left: 50px; padding-right: 50px;}
	.padding-lr-120 {padding-left: 50px; padding-right: 50px;}
	
	.home #row-about {margin: 50px 0 0 0;}
	#row-about .padding-content-120 {padding: 50px 0;}
	
	.home-slide .half-content {left: 30px; width: 50%;}
	
	#home-newsletter-form .content {-webkit-transform: translateY(0); transform: translateY(0);}
}

@media screen and (max-width : 1199px) {
	.title-big {font-size: 15vw;}
	
	#contact-form {margin: 20px 0 0 0;}
	
	.padding-content {padding: 50px 0;}
	
	.post-share {position: relative; margin: 0 0 40px 0; top: auto; text-align: center; float: left; width: 100%;}
	.post-share li {display: inline-block; *display: inline; zoom: 1; vertical-align: middle;}
	.post-share a {width: 80px; height: 80px; padding: 0;}
	.post-share .title {width: 100%;}
	
	#about-top h1 {font-size: 2.375em;}
	.move-up {margin: 0;}
	
	.content-rows .content {padding: 0 0 0 50px;}
	.content-rows .row:nth-child(2n+1) .content {padding: 0 50px 0 0;}
}

@media screen and (max-width : 1160px) {
	#main-menu .level-0 {margin: 0 20px 0 0;}
	#main-menu .level-0.icon + .icon {margin: 0 0 0 20px;}
	
	#footer-menu .level-0 {margin: 0 0 0 30px;}
}

@media screen and (max-width : 1040px) {
	.in-middle.large {width: 100%;}
	
	.tweets-slider + .slider-nav {display: block;}
	
	.tweet {border: 0;}
}

@media screen and (max-width : 999px) {
	#header .site-logo {line-height: 56px;}
	#header .site-logo a {font-size: 30px;}
	
	#header + .body-content {margin: 56px 0 0 0;}
	
	#main-menu-toggle {display: block;}
	#main-menu {margin: 0; float: right;}
	#main-menu > ul {position: fixed; left: 0; top: 56px; display: none; width: 100%; height: calc(100% - 56px); background: #fff; overflow: auto; -webkit-overflow-scrolling: touch; text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#main-menu .level-0:not(.icon) {width: 100%; margin: 0;}
	#main-menu .level-0:not(.icon) > a {width: 100%; line-height: 100% !important; padding: 20px 25px; font-size: 1.5em;}
	#main-menu .level-0:not(.icon) > a:before {display: none;}
	#main-menu .level-0:not(.icon) > a:hover {background: #202020; color: #fff;}
	#main-menu .level-0.icon {margin: 30px !important;}
	
	.in-middle.big {width: 100%;}
	
	#footer-menu .level-0:not(.icon) {display: none;}
	#footer-menu .icon {margin-top: -11px !important;}
	#footer .content {padding-bottom: 20px;}
	
	.blog-posts .post {width: 29%;}
	.blog-posts .image {height: auto; padding: 100% 0 0 0;}
	.blog-posts .content, .media-posts .content {padding: 25px 0;}
	
	.media-posts .post {width: 21%;}
	.media-posts .image {line-height: 200px;}
	
	#about-top {width: calc(100% + 30px); margin-left: -15px;}
	#about-top .flex-row {display: block; padding: 0 15px; float: left; width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;	
	}
	#about-top .padding-lr {padding: 0;}
	#about-top .half-content {width: 100%; text-align: center; padding: 40px 0;}
	#about-top .half-content + .half-content {padding-top: 0;}
	#about-top .about-image {height: 50vh;}
	
	.home-slide {width: calc(100% + 30px); margin-left: -15px;}
	
	.inline-window {padding: 30px;}
	
	#home-newsletter-form {width: calc(100% + 30px); margin-left: -15px;}
	
	.home-slide h1 {font-size: 1.875em;}
	.home-slide .half-content {left: 15px;}
}

@media screen and (max-width : 899px) {
	.row-image-text .flex-row {display: block; padding: 0 15px; float: left; width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;	
	}
	.row-image-text .half-content {width: 100%; text-align: center;}
	.row-image-text .padding-lr {padding: 0;}
	
	.number-box {width: 50%;}
	
	#row-about .flex-row {display: block; margin: 20px 0 0 0;}
	#row-about .half-content {width: 100%; text-align: center;}
	#row-about .padding-lr-120 {padding: 0 15px;}
	
	#row-quote {width: calc(100% + 30px); margin-left: -15px;}
	#row-quote .content {position: relative; top: auto; left: auto; -webkit-transform: translateY(0); transform: translateY(0); display: block;}
	#row-quote .half-content {width: 100%; -webkit-transform: translateY(-50%); transform: translateY(-50%);}
	
	.speaking-topics .image {line-height: 240px;}
	.speaking-topics .title {font-size: 2em;}
	
	.content-rows .flex-row {display: block;}
	.content-rows .half-content {width: 100%;}
	.content-rows .content {padding: 0 !important;}
	.content-rows .image-content {height: 240px;}
	.content-rows .image-wrapper {width: calc(100% + 30px); margin: 0 0 0 -15px;}
}

@media screen and (max-width : 820px) {
	#search-form {position: relative; top: auto; right: auto; float: left; width: 100%; margin: 20px 0 0 0;}
	#search-form .text {width: 100%; padding: 0 50px 0 10px; border-color: #1ba3e8;}
	#search-form .text + button {right: 10px;}
}

@media screen and (max-width : 767px) {
	.in-middle {width: 100%;}
	
	.blog-posts .post {width: 100%; margin: 0 0 20px 0;}
	.blog-posts .image {height: 240px; padding: 0;}
	
	.media-posts .post {width: 40%; margin: 0 5% 30px 5%;}
	
	.post-title {font-size: 2.5em;}
	
	.padding-content-120 {padding: 50px 0;}
	
	#book-top .book-cover .logo {right: -90px;}
	#book-top + .body-content {margin: 230px 0 0 0;}
	
	.logo-list .logo {width: 25%;}
	
	.heading.tweets:before {display: none;}
	
	.number-box .number {font-size: 8em;}
	.number-box sup {font-size: 46px;}
	
	.speaking-topics .topic {width: 100%; margin: 0 0 20px 0;}
	
	.home-slide h1 {font-size: 1.5em;}
}

@media screen and (max-width : 730px) {
	.in-middle.medium {width: 100%;}
}

@media screen and (max-width : 600px) {
	.content-column {padding: 0 !important; margin: 0 !important;}
	.content-column + .content-column {margin: 30px 0 0 0 !important;}
	.content-column.full_width {margin: 0 0 30px 0;}
	
	.post-featured-image .align {height: 400px; line-height: 400px;}
	
	.slider-logo img {max-height: 80%; max-width: 80%;}
}

@media screen and (max-width : 599px) {
	#book-top .bg-black {height: auto; background: #fff;}
	#book-top .book-cover {max-width: 70%;}
	#book-top .book-cover .logo {right: auto; left: 50%; bottom: auto; top: 100%; margin: 15px 0 0 0; -webkit-transform: translateX(-50%); transform: translateX(-50%);}
	#book-top + .body-content {margin: 0;}
	
	#home-newsletter-form .input {width: 100%;}
	#home-newsletter-form button {float: none; margin: 20px 0 0 0; width: 100%;}
	
	.slick-slide .testimonial-row {padding: 0 15px;}
	.slider-nav {padding: 0 15px;}
	.slider-nav .slick-dots li {margin: 0 10px;}
	.slick-dots {display: none !important;}
}

@media screen and (max-width : 567px) {
	.in-middle.small {width: 100%;}
	
	#footer .copyright .sep {display: block; height: 5px;}
	
	.post-back {position: relative; left: auto; top: auto; width: 100%; text-align: center; float: left; margin: 0 0 20px 0;}
	
	#row-quote .half-content {-webkit-transform: translateY(0); transform: translateY(0);}
	#row-quote .text {width: 100%;}
	#row-quote .padding-lr {padding: 0 15px;}
	
	.home-slide h1 {font-size: 1em; line-height: 125%; margin: 0 !important;}
	.home-slide .button {display: none;}
}

@media screen and (max-width : 520px) {
	.wpcf7 {width: 100%;}
	.wpcf7 [type="text"], .wpcf7 [type="email"], .wpcf7 textarea {font-size: 1.5em;}
	
	.post-title {font-size: 2em;}
	
	.post-share a {width: 56px; height: 56px;}
	
	.post-featured-image .bg-blurred {background: none !important;}
	.post-featured-image .align {height: 100%; line-height: 100%;}
	
	.media-posts .post {width: 100%; margin: 0 0 20px 0;}
	.media-posts .image {line-height: 140px;}
	
	h1, #about-top h1 {font-size: 2.25em;}
	h2 {font-size: 2em;}
	h3 {font-size: 2.25em;}
	h4 {font-size: 1.875em;}
	h5 {font-size: 1.625em;}
	h6 {font-size: 1.375em;}
	
	.tweet {padding: 0;}
	
	.number-box .number {font-size: 6em;}
	.number-box sup {font-size: 36px; display: inline-block; vertical-align: top; margin: 22px 0 0 0;}
	.number-box .after {margin: -5px 0 0 0;}
	
	.message div {max-width: 80%; width: 80%;}
	
	#home-newsletter-form .input {font-size: 1.5em;}
	#home-newsletter-form h5 br {display: none;}
}

@media screen and (max-width : 413px) {
	.number-box {width: 100%; line-height: 100%; padding: 50px 0;}
	.number-box + .number-box {padding-top: 0;}
}

@media screen and (max-width : 374px) {
	.logo-list .logo {width: 33.33333333333333333333333%;}
}

@media screen and (max-width : 640px) , screen and (max-height: 600px) {
	.fancybox-close {width: 50px; height: 50px; top: -60px; margin: 0 0 0 -25px;}
	.fancybox-close:before {width: 16px; height: 16px; background-size: 16px 44px; margin: -8px 0 0 -8px;}	
}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}