/**
 * Theme Name: Kettlack 
 */

a, a:hover, a:focus, a:active {
	color: inherit;
}

h1, h2, h3, h4, h5, h6 {
	letter-spacing: 1px;
	font-family: 'Roboto Condensed';
	color: #263764;
}

h1, h2 {
	font-weight: 300;
}

body {
	font-family: 'Roboto', 'Open Sans', Helvetica, Arial, sans-serif;
	line-height: 1.5;
	color: #555;
}

.site-content {
	font-size: 18px;
}

ul {
	padding-left: 20px;
}

hr {
	border-color: #71ADC2;
}

.wrapper {
	overflow: hidden;
}

.page-id-40 .wrapper,
.page-id-43 .wrapper {
	background-color: #F7F9FB;
}

.menu:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.menu,
.sub-menu {
	margin: 0;
	padding: 0;
}

.menu .menu-item {
	list-style: none;
}

.menu-primary .menu .menu-item {
	position: relative;
}

.menu-primary .menu > .menu-item > a {
	color: #263764;
	font-weight: 500;
	display: block;
	padding: 8px;
	font-size: 16px;
}

.menu-primary .menu > .current-menu-item > a,
.menu-primary .menu > .current-menu-parent > a,
.menu-primary .menu > .current-menu-ancestor > a,
.menu-primary .menu > .current-page-parent > a,
.menu-primary .menu > .current-page-ancestor > a,
.menu-primary .menu > .menu-item > a:hover {
	text-decoration: none;
	border-color: #263764 !important;
}

.custom-logo {
	width: 100%;
	height: auto;
	max-width: 350px;
	margin: 10px 0;
}

.footer-row	{
	padding: 30px 0 15px 0;
	color: #4D5E6B;
}

.legal-row {
	color: #4D5E6B;
	padding: 15px 0;
	font-weight: 700;
}

.widget-title {
	margin: 0 0 15px 0;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: bold;
}

.footer-row,
.page-hero {
	background-color: #F2F2F2;
}

.page-actions {
	padding: 90px 0 30px 0;
}

.hero-container {
	width: 100%;
	height: auto;
	max-width: 1920px;
	margin: 0 auto;
}

.site-header {
	width: 100%;
	position: relative;
	/*position: fixed;*/
	top: 0;
	left: 0;
	background-color: white;
	z-index: 100;
}

.site-hero {
	background-color: #263764;
	padding: 15px 0;
	color: white;
}

.site-content a {
	text-decoration: underline;
}

.page-header {
	margin: 0;
	padding: 45px 0 15px 0;
	border: none;
	background-color: #263764;
	color: white;

	font-size: 1.5em;
	font-weight: 500;
}

.page-header a {
	text-decoration: none;
}

.site-footer {
	background-color: white;
}

.site-footer .menu {
	line-height: 1.8em;
	margin-bottom: 15px;
}

.site-footer .menu-item a {
	text-decoration: underline;
}

.site-footer .sub-menu .menu-item a {
	text-decoration: none;
}

.page-footer a {
	text-decoration: none !important;
}

.page-content {
	padding: 45px 0 120px 0;
}

.hero-carousel {
	margin: 15px 0;
	padding: 0;
	position: relative;
}

.hero-carousel-item {
	list-style: none;
	font-size: 2em;
	font-weight: 300;
	position: absolute;
	left: 0;
	top: 0;

	-moz-transition: all 1000ms ease;
	-webkit-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.hero-carousel-item {
	opacity: 0;
	-moz-transform: translate3d(0px, -90px, 0px);
	-webkit-transform: translate3d(0px, -90px, 0px);
	-o-transform: translate(0px, -90px);
	-ms-transform: translate(0px, -90px);
	transform: translate3d(0px, -90px, 0px);
}

.hero-carousel-item.active {
	opacity: 1;
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

@media (min-width: 768px) {

	.hero-carousel {
		margin: 45px 0;
	}

	.hero-carousel-item {
		font-size: 3em;
	}

	.site-footer .footer-right .menu {
		float: right;
	}

	.site-footer .footer-right .menu .menu-item {
		float: left;
		margin-left: 15px;
	}

	.menu-primary > .menu > .menu-item {
		float: left;
	}

	.menu-primary .menu > .menu-item > a {
		display: block;
		padding: 0 15px;
		line-height: 60px;
		font-size: 14px;
		height: 60px;
		border-bottom: 3px solid white;
		border-bottom: 3px solid rgba(255,255,255,0);

		-webkit-transition: border-color 300ms ease, color 300ms ease;
		-moz-transition: border-color 300ms ease, color 300ms ease;
		transition: border-color 300ms ease, color 300ms ease;
	}

	.menu-primary .sub-menu {
		display: none;
		position: absolute;
		left: 0;

		background-color: white;
		background-color: rgba(255,255,255,.9);
	}

	.menu-primary .sub-menu .menu-item a {
		display: block;
		padding: 8px 15px;
		white-space: nowrap;
	}

	.menu-primary .sub-menu .menu-item a:hover {
		background-color: white;
	}

	.menu-primary .menu .menu-item:hover .sub-menu {
		display: block;
	}
	
}

@media (min-width: 992px) {

	.menu-primary {
		position: absolute;
		right: 0;
		bottom: 0;
	}
}