/* 
Theme Name: Klaten Theme
Theme URI: http://www.klatensa.com/
Author: Klaten Marketing - Klaten S.A.
Author URI: http://www.klatensa.com
Version: 1.0
Text Domain: klaten
*/
/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Allerta|Lato:300,400,700');
body {
	font-family:"Lato";
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #1868BF!important;
}
a:hover {
	text-decoration:none;
}
@media screen and (min-width:770px) {
	ul.nav li.dropdown:hover ul.dropdown-menu {
	   display: block !important;
	}
}
header h1,
header h2,
header h3,
header .navbar ul li a,
.intro h3,
.mid-section h2,
.mid-section2 h2,
.mid-section .btn,
.content h2,
.content h3,
.sidebar h3,
.content .btn,
footer h3,
footer h2.widgettitle  { 
	font-family:"Allerta"; 
	text-transform:uppercase;
}
.mid-section h2,
.mid-section2 h2 {
	font-size:45px;
	font-weight:bold;
}
header h2,
.sidebar h2,
.intro h3 {
	font-size:22px;
}
p,
footer h2.widgettitle,
li {
	font-size:16px;
}
header h3,
header .navbar ul li a,
footer h3 {
	font-size:13px;
}
p {
	letter-spacing:.7px;
}
hr {
	border-top:1px solid #d8d8d8;
	margin-top:30px;
	margin-bottom:30px;
}
/* Colors */
header h1,
header h3,
header h2,
header a,
header p,
header .navbar ul li a,
.mid-section,
.mid-section .btn,
.content .btn {
	color:rgba(255,255,255,.8);
}
a,
.intro i,
.mid-section2 h2,
.mid-section input.form-control[type="submit"],
.page-template-page-landing header form input.form-control[type="submit"],
.content h2,
.sidebar i,
footer h3, footer a  {
	color:#00387b; /* Infradapt Blue */
}
.intro a .title h3,
.intro a p,
.sidebar a {
	color:#222;
}
.mid-section .overlay {
	background:rgba(17,74,161,.6);
}
.mid-section2 .overlay {
	background:rgba(255,255,255,.3);
}
.mid-section .form-control,
.page-template-page-landing header form .form-control,
.last-section,
.content .btn,
.low-footer,
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	background:#00387b; /* Infradapt Blue */
}

/*.parallax-window { background:transparent; }*/

/* make the section itself occupy space so the bg can render immediately */
.parallax-window { 
  min-height: 500px;   /* or whatever your ACF height is */
  background: transparent;
 /* position: relative;   generally safe */
}

/* Header */
header.container-fluid {
	height:auto;
	padding-left:0;
	padding-right:0;
}
header .overlay {
	height:100%;
	max-height:100vh;
	background-image: url('http://www.infradapt.com/wp-content/uploads/2017/03/top-head2.jpg');
	background-position:top left;
	background-repeat:no-repeat;
    background-color: rgba(0,0,0,.25);
}
.home header .overlay {
    border-bottom: 10px solid #000;
    height:750px;
}
.page-template-page-landing header .overlay {
	background: rgba(0,0,0,1);
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,.8) 7%, rgba(0,0,0,.6) 10%, rgba(255,255,255,0) 90%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,.8) 7%, rgba(0,0,0,.6) 10%, rgba(255,255,255,0) 90%);
	background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,.8) 7%, rgba(0,0,0,.6) 10%, rgba(255,255,255,0) 90%);
	background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,.8) 7%, rgba(0,0,0,.6) 10%, rgba(255,255,255,0) 90%);
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,.8) 7%, rgba(0,0,0,.6) 10%, rgba(255,255,255,0) 90%);
	
}
header .overlay .top-bar,
header .overlay .navbar {
	padding-left:25px;
	padding-right:25px;
	transition:.35s;
	border-radius:0;
	z-index:99999;
}
header .overlay .top-bar {
	height:50px;
	margin-right:35px;
}
header .overlay .top-bar h2 {
	margin-top:15px;
}

/* BEGIN: force #top-right to the real top-right inside the header top bar */
header .overlay .top-bar { position: relative !important; }
header .overlay .top-bar #top-right {
  position: absolute !important;
  top: 8px !important;
  right: 15px !important;
  left: auto !important;
  z-index: 99999 !important;
}
/* END */

.navbar-header .custom-logo {
	width:215px;
	height:auto;
	margin-top:0px;
}
.navbar-header {
	margin-top:-42px;
}
.navbar-header a,
.navbar-header h3 {
	display:inline-block;
}
.navbar-header h3 {
	margin-left:15px;
	vertical-align:middle;
}
header .navbar-collapse {
	position:absolute;
	right:30px;
}
header .navbar ul li a {
	padding-top:5px;
	padding-bottom:5px;
}
header .navbar .dropdown-menu {
	background:rgba(0,56,123,.8);
	white-space:normal;
	min-width:225px;
	max-width:225px;
}
header .navbar .dropdown-menu li a {
	display:block;
	white-space:normal;
	padding-top:8px;
	padding-bottom:8px;
	border-bottom:1px solid rgba(255,255,255,.2);
}
header .navbar .dropdown-menu li:last-of-type a {
	border-bottom:none;
}
.nav-fixed {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	padding-top:0px;
	padding-bottom:0px;
	background-image:url('http://www.infradapt.com/wp-content/uploads/2017/03/top-head1.jpg');
	/* background:rgba(0,0,0,.8); */
	z-index:9999999;
	transition:.35s;
}
.nav-fixed .navbar-header {
	margin-top:0;
}
.nav-fixed .navbar-header .custom-logo {
	width:145px;
	height:auto;
	margin-top:5px;
}
.nav-fixed .navbar-nav {
	padding-top:27px;
}
.home header .landing-headline h1 {
	font-size:55px;
	padding-left:25px;
	font-weight:bold;
	margin-top:75px;
}
.home header .landing-headline p {
	padding-left:25px;
}
header .landing-headline p {
	font-size:20px;
}
/* Intro Section */
.intro {
	padding-top:75px;
	padding-bottom:75px;
	background:url;
	background-size:cover;
	background-attachment:fixed;
}
.intro i {
	font-size:6.5em;
	transition:.2s;
}
.intro h3 { font-weight:bold; }
.intro .col-md-4 {
	height:350px;
	margin-bottom:35px;
}
.intro .col-md-4 p {
	padding-left:25px;
	padding-right:25px;
}
.intro a:hover i {
	transform:scale(1.2, 1.2);
	-webkit-transform:scale(1.2, 1.2);
	-moz-transform:scale(1.2, 1.2);
	-ms-transform:scale(1.2, 1.2);
}
/* Middle Section */
.mid-section {
	padding:0 0 0 0;
	overflow:hidden;
}
.mid-section .overlay {
	padding-top:100px;
	padding-bottom:100px;
	padding-left:40px;
}
.mid-section .btn {
	border:1px solid;
	border-radius:0;
	margin-top:25px;
}
/* Middle-Last Section */
.mid-section2 {
	padding:0 0 0 0;
}
.mid-section2 .overlay {
	padding-top:100px;
	padding-bottom:100px;
}
.mid-section form,
.mid-section2 h2 {
	width:85%;
	padding-left:15px;
}

.mid-section form {
	margin:0 auto;
}
.mid-section h1 {
	font-weight:bold;
	text-shadow:2px 2px 5px rgba(255,255,255,.3);
	font-size: 52px;
	font-family:"Allerta";
}
.mid-section .form-control,
.page-template-page-landing header form .form-control {
	border-radius:0;
	margin-bottom:3px;
	border:none;
	text-transform:uppercase;
}
.mid-section .form-control {
	box-shadow: 3px 3px 8px rgba(0,0,0,.4);
	margin-bottom:8px;
}
.mid-section textarea.form-control,
.page-template-page-landing header form textarea.form-control {
	height:150px;
}
.mid-section input.form-control[type="submit"],
.page-template-page-landing header form input.form-control[type="submit"] {
	background:url;
	background-size:cover;
	font-weight:bold;
}
.mid-section .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.mid-section .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.mid-section .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.mid-section .form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
/* Last Section */
.last-section {
	height:auto;
	padding-top:50px;
	padding-bottom:50px;
}
 .blog-excerpt {
	background:#fff;
	height:475px;
	width:100%;
	box-shadow:3px 3px 8px rgba(0,0,0,.4);
	padding:15px;

}
.blog-excerpt .image {
	object-fit:cover;
	height:200px;
	width:100%;
	margin-bottom:25px;
}
.blog-excerpt .title,
.blog-excerpt .date {
	text-transform:uppercase;
	margin:0 0 0 0;
}
.blog-excerpt .title {
	margin-bottom:15px;
}
/* Sub Pages */
header:not(.front-page) {
	height:450px;
	border-bottom:10px solid #000;
}
.page:not(.page-template-page-landing) .landing-headline,
.blog .landing-headline,
.single .landing-headline,
.post-type-archive-news .landing-headline {
	padding-top:50px;
}
.content {
	padding-top:0px;
	padding-bottom:0px;
}
.content .col-sm-8 h3, .content .col-sm-8 h2, .sidebar h2 { font-weight:bold; }
.sidebar {
	padding-top:100px;
	padding-right:50px;
	padding-bottom:75px;
}
.content .btn {
	border-radius:0;
	text-transform:uppercase;
	margin-top:15px;
	margin-bottom:15px;
}
.post-type-archive-news .blog-excerpt {
	height:500px;
	margin-bottom:15px;
}
.post-type-archive-news .content .col-md-8 .col-sm-6 {
	padding-left:0;
}
.sidebar h3 {
	font-size:18px;
	margin-top:5px;
}
.sidebar .solution {
	border:1px solid #d8d8d8;
	padding:25px;
	height:200px;
	margin-bottom:30px;
	background:url;
	background-size:cover;
	background-attachment:fixed;
	transition:.25s;
	box-shadow:2px 2px 3px rgba(0,0,0,.2);
}
.sidebar a:hover {
	text-decoration:none;
}
.sidebar .solution:hover {
	box-shadow:2px 2px 7px 3px rgba(0,0,0,.2);
	-webkit-transform:scale(1.1,1.1);
}
.sidebar .news {
	padding-left:20px;
}

/* Employees/Leadership Page */
.employee {
	cursor:pointer;
	height:440px;
}
.employee .img {
	width:100%;
	height:350px;
}
@media screen and (max-width:1500px) {
	.employee .img { height:300px; }
	.employee { height:400px; }
}
@media screen and (max-width:1400px) {
	.employee .img { height:270px; }
	.employee { height:365px; }

}
@media screen and (max-width:1200px) {
	.employee .img { height:200px; }
	
}
@media screen and (max-width:991px) {
	.employee .img { height:350px; }
}

.employee h3 {
	margin-top:10px;
	margin-bottom:0;
	text-transform:uppercase;
}
.employee h4 {
	margin-top:0;
	text-transform:uppercase;
}
.modal {
	z-index:9999999999999;
}
.modal .modal-content {
	min-height:500px;
	padding:15px 25px 15px 15px;
}
.modal .modal-img {
	height:465px;
	width:37%;
	margin-right:15px;
}
.modal h3 {
	margin-top:2px;
}
.modal h2 {
	margin-bottom:0;
}
/* Landing Pages */
.page-template-page-landing header .overlay {
	height:750px;
	min-height:100vh;
}
.page-template-page-landing header {
	height:750px;
	min-height:100vh;
	border-bottom:none;
}
.page-template-page-landing .nav-fixed {
	position:relative;
	background:transparent;
}
.page-template-page-landing .navbar-header {
	margin-top:30px;
	padding-left:30px;
}
.landing-headline h1,
.landing-headline p {
	padding-left:55px;
}

.landing-headline h1 { font-size:42px; }
.page-template-page-landing header p {
	padding-left:55px;
	font-size:22px;
}

.page-template-page-landing header form p {
	padding-left:0;
}
.page-template-page-landing header h1 {
	font-weight:bold;
	padding-left:50px;
	margin-top:75px;
	font-size:62px;	
}
.page-template-page-landing header h1,
.landing-headline h1,
.landing-headline p,
.page-template-page-landing header p {
	color:#fff;
	text-shadow:2px 2px 5px rgba(0,0,0,.5);
}
.page-template-page-landing header form {
	padding-right:55px;
	margin-top:125px;
}
 .page-template-page-landing header form input {
 	height:45px;
 	color:#fff;
 }
.page-template-page-landing header form input.form-control[type="submit"] {
	border:none;
	background:transparent;
	text-align:right;
	font-weight:bold;
	font-size:18px;
}
.page-template-page-landing header form input.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255,255,255,.8);
  font-size:13px;
}
.page-template-page-landing header form input.form-control::-moz-placeholder { /* Firefox 19+ */
   color:rgba(255,255,255,.8);
    font-size:13px;
}
.page-template-page-landing header form input.form-control:-ms-input-placeholder { /* IE 10+ */
   color:rgba(255,255,255,.8);
  font-size:13px;
}
.page-template-page-landing header form input.form-control:-moz-placeholder { /* Firefox 18- */
    color:rgba(255,255,255,.8);
   font-size:13px;
}
.page-template-page-landing .intro {
	border-top:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
}
.content > .row > div:first-of-type,
.content-two > .row > div:nth-of-type(2) {
	padding:65px;
}
.image-hold {
	min-height:550px;
}
.page-template-page-contact .content {
	background:#f1f1f1;
}
.page-template-page-contact form {
	margin-top:30px;
}
.page-template-page-contact form span:nth-of-type(1) input,
.page-template-page-contact form span:nth-of-type(2) input {
	width:49.5%;
	display:inline-block;
}
.page-template-page-contact form span:nth-of-type(2) input {
	float:right;
}
.page-template-page-contact form .form-control {
	border-radius:0;
	border:none;
	text-transform:uppercase;
	margin-bottom:15px;
	box-shadow:none;
}
.page-template-page-contact form input.form-control[type="submit"] {
	text-align:left;
	background:transparent;
	color:#222;
	font-weight:bold;
	font-size:17px;
	padding-left:0;
}
.page-template-page-contact .sidebar {
	padding-top:65px;
}
.content-column {
	float:none !important;
	display:inline-block;
	vertical-align:top;
}
.content-column.one_half {
	width:49%;
	padding-right:25px;
}
.single .content h4 {
	margin-top:25px;
}
.blog .blog-excerpt {
	border:1px solid #d8d8d8;
	margin-top:25px;
	box-shadow:none;
	margin-left:-15px;
}
.navigation .btn {
	opacity:.9;
	transition:.25s;
	margin-top:50px;
	color:#fff;
}
.navigation .btn:hover {
	opacity:1;
}

.modal.download .modal-content {
	min-height:200px;
	text-align:center;
}
.modal.download .modal-content p {
	margin-top:35px;
}
span.wpcf7-not-valid-tip {
	font-size:13px;
}
div.wpcf7-response-output {
	margin-top:0;
	color: #fff;
	font-size:17px;
	letter-spacing:.4px;
    text-shadow: 2px 2px 5px rgba(0,0,0,.5);
}
/* Footer */
footer.topFooter {
	background:#f1f1f1;
	min-height:250px;
	padding-top:50px;
	padding-bottom:50px;
	border-top:20px solid #000;
}
footer img {
	max-width:80%;
	margin-top:20px;
}
footer h3 {
	margin-top:-5px;
	margin-left:50px;
}
footer h2.widgettitle {
	font-weight:bold;
}
footer ul {
	-webkit-padding-start:0;
	-moz-padding-start:0;
	-o-padding-start;
	-ms-padding-start:0;
	list-style:none;
}
footer .row > div:not(:first-of-type) {
	padding-left:25px;
}
.low-footer {
	color:rgba(255,255,255,.6);
	padding-top:15px;
	padding-bottom:15px;
	min-height:50px;
}
/* Media Queries */
@media screen and (max-width:1400px) {
	.sidebar h3 {
		font-size:14px;
	}
}
@media screen and (max-width:1220px) {
	.sidebar .col-md-6 {
		width:100%;
	}
	.sidebar .solution {
		height:175px;
	}
}
@media screen and (max-width:1200px) {
	.blog-excerpt .title {
		font-size:20px;
	}
	.blog-excerpt .image {
		height:150px;
	}
	.employee h3 {
		font-size:20px;
	}
	.employee h4 {
		font-size:16px;
	}
	.employee {
		height:300px;
	}
	.modal .modal-img {
		height:350px;
	}
}
@media screen and (max-width:991px) {
	.home header .landing-headline h1 {
		font-size:48px;
	}
	.sidebar .col-md-6 {
		width:50%;
	}
	.sidebar {
		padding-left:75px;
		padding-right:75px;
	}
	.employee {
		height:430px;
	}
	.modal .modal-img {
		height:300px;
	}
	
}
@media screen and (max-width:769px) {
	
	.home header .landing-headline h1 {
		font-size:32px;
		margin-top:5px;
		padding-left:0;
	}
	header .landing-headline p {
		font-size:16px;
		}
	.landing-headline h1, .landing-headline p {
		padding-left:0;
	}
	.navbar-header {
		margin-top:-25px;
	}
	.navbar-header .custom-logo {
		width:125px;
	}
	.nav-fixed {
		padding-top:12px;
		padding-bottom:8px;
	}
	.navbar-collapse {
		width: 100%;
	    background: rgba(0,56,123,.8);
	    left: 14.45px;
	    right: 0;
	    text-align:right;
	}
	.nav-fixed .navbar-collapse {
		top: 66px;
	}
	.navbar-nav {
		padding-right:15px;
	}
	.navbar-toggle {
		margin-top:6px;
		padding-right:0;
		margin-right:0;
	}
	.navbar-toggle .icon-bar {
		background:#fff;
		width:30px;
		height:2px;
	}
	.navbar-toggle .icon-bar+.icon-bar {
		margin-top:6px;
	}
	.nav .open>a, .nav .open>a:focus, .nav .open>a:hover,
	.nav>li>a:focus, .nav>li>a:hover {
		background-color:transparent;
	}
	.dropdown-menu li {
		width:94vw;
		text-align:right;
	}
	.dropdown-menu li a {
		font-size:12px !important;
	}
	.intro .col-md-4 {
		height:auto;
		margin-bottom:50px;
	}
	.intro .col-md-4 p {
		padding-left:15px;
		padding-right:15px;
	}
	
	.mid-section .overlay {
		padding-left:15px;
		padding-right:15px;
	}
	.mid-section2 h2,
	.mid-section2 form {
		margin:0 auto;
		width:100%;
		padding-left:15px;
		padding-right:15px;
	}
	.mid-section2 h2,
	.mid-section h2 {
		font-size:32px;
		text-shadow:none;
		letter-spacing:.1px;
	}
	.blog-excerpt {
		margin-bottom:15px;
	}
	.content > .row > div:first-of-type {
		padding:25px;
	}
	.sidebar { 
		padding-left:35px;
		padding-right:35px; 
	}
	.content > .row > div:first-of-type img {
		margin-left:0 !important;
		margin-right:0 !important;
	}
	.sidebar {
		padding-top:25px;
	}
	.sidebar .row {
		border-top:1px solid #d8d8d8;
		padding-top:50px;
		padding-bottom:25px;
	}
	.sidebar .news {
		padding-top:25px;
	}
}
/* Wide Image Fit - AH */
@media only screen and (max-width:567px) {
    .image-resized img {
        width:100%;
        height:auto;
    }

    .modal .modal-img {
    	height:250px;
    }
}
/*--------------------------------------------------------------
3.0 Alignments - AH
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Parallax header hardening */
header.parallax-window { 
  position: relative;       /* needed for overlay to sit above mirror */
  min-height: 60vh;         /* prevents zero-height on refresh */
}
header.parallax-window.front-page {
  min-height: 70vh;         /* a bit taller on the homepage */
}
header.parallax-window .overlay {
  position: relative; 
  z-index: 2;               /* keep content above the mirror */
}
.parallax-mirror {
  z-index: 1 !important;    /* ensure mirror sits behind overlay */
}
