/*------------------------------------*\
    Global / style.css overrides
\*------------------------------------*/

html, body {
	font-size:16px;
	font-family:Roboto;
	line-height:1.3;
}

p {
	font-size:16px;
}

a:hover {
	color:#3F51B5;
}

ol, ul {
	font-size:16px;
}

.ubermenu .ubermenu-target-text {
	font-weight:400;
}

#schools-contact p {
	margin-top: -9px;
}

.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
	font-weight:400;
}

.main-footer h4 a {
	font-size:16px;
	font-weight:600;
}

.main-footer h4 {
	font-size:16px;
}

.main-footer li a {
	font-weight:400;
}

.main-footer p {
	padding-top:0px;
	line-height:1.3;
}

.sub-footer-content {
	padding-bottom: 8px;
}

.sub-footer-content a {
	color:#444443;
}

ul.social li {
	font-family:Roboto;
	padding-bottom:2px;
}

.newsletter-button input {
	padding-top:6px;
	padding-bottom:6px;
}

.newsletter-email {
	padding: 6px 0.5em 6px 0.5em;
}

.header-wrapper {
	background-color:transparent;
}

.headerImage {
	background-repeat:no-repeat;
/* 	background-size: auto auto; */
	background-position: top center;
/* 	background-size:auto 100vh; */
	background-size:cover;
	background-attachment: fixed;
	width:100%;
	min-width:100%;
	margin-right:0;
	margin-left:0;
/* 	height:100vh; */
}

.blogSection {
	background-color:transparent;
}

.powerHeader {
	background-image:url(/wp-content/central-content/images/trainingwear/IM_Kukri_Trainingwear_HeaderFull.jpg);
	margin-top:-84px;
}

.demo-ribbon {
  width: 100%;
/*   height: 40vh; */
  background-color: #3F51B5;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.demo-main {
  margin-top: -35vh;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.demo-header .mdl-layout__header-row {
  padding-left: 40px;
}

.demo-container {
  width: calc(100% - 16px);
  margin: 0 auto;
  padding-bottom:400px;
/*   margin-top:-160px; */
}

.demo-content {
  border-radius: 2px;
  padding: 80px 56px;
  margin-bottom: 80px;
  max-width:700px;
  margin:0 auto;
  margin-top:160px;
  padding-top:56px;
}

.demo-content.mdl-cell {

}

.demo-layout.is-small-screen .demo-content {
  padding: 40px 28px;
}

.demo-content h3 {
  margin-top: 48px;
}

.demo-footer {
  padding-left: 40px;
}

.demo-footer .mdl-mini-footer--link-list a {
  font-size: 13px;
}

.schools-testimonials {
	margin-top:1000px;
}

.countdownSection {
	background-color:#ebebeb;
}

.countdownSection .page-content {
	margin-top:0px;
	padding-top:480px;
	margin-bottom:0px;
	padding-bottom:100px;
}

.articleImage {
	height:250px;
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center left;
	background-image:url(/wp-content/central-content/images/trainingwear/IM_Kukri_Trainingwear_ArticleImage.jpg);
	
}

#schools-contact p {
	line-height:1.3;
}

.mdl-card__actions {
	padding:0px;
	padding-top:20px;
}

.mdl-button {
	font-size:16px;
}

.schools-contact-bar {
	background-color:#efefef;
	padding-top:50px;
	padding-bottom:60px;
}

#schools-contact {
	background-color:#efefef;
	max-width:980px;
	margin:0 auto 0 auto;
}

#schools-contact p {
	font-size:24px;
	font-weight:300;
	color:#444443;
	margin-top:-14px;
}

#schools-contact a {
	font-size:24px;
	color:#444443;
}

#schools-contact .button {
	border:1px solid #444443;
	padding-top:0.4em;
	padding-bottom:0.4em;
	padding-left:0.625em;
	padding-right:0.625em;
	background-color:transparent;
	text-transform: uppercase;
	font-weight:300;
	color:#444443;
	margin-top:-23px;
	float:right;
}

#schools-contact .button:hover {
	color:#efefef;
	background-color:#444443;
	border-color:#444443;
}

#schools-contact .button a:hover {
	color:#A71732;
}




@media only screen and (max-width:667px) {
	
	.headerImage {
		background-attachment: scroll;
	}
	
	.demo-content {
		padding: 80px 40px;
		padding-top: 40px;
	}
	
	.col-md-9.schools-contact-text {
		display: block;
		text-align: center;
		padding-right: 0px;
	}
	
	.col-md-3.schools-contact-button {
		display: block;
		padding-right: 0px;
		margin:0 auto;
		text-align:center;
	}
	
	#schools-contact .button {
		margin-top:10px;
		float:none !important;
	}
	
	.schools-contact-bar {
		padding-top:60px;
/* 		padding-bottom: 110px; */
	}
	
	#schools-contact p {
		padding-left:15px;
		padding-right:15px;
	}

}


@media only screen and (min-width:668px) and (max-width:1000px) {

	.headerImage {
		background-attachment: scroll;
	}
	
	.col-md-9.schools-contact-text {
		display: block;
		text-align: center;
		padding-right: 0px;
	}
	
	.col-md-3.schools-contact-button {
		display: block;
		padding-right: 0px;
		margin:0 auto;
		text-align:center;
	}
	
	#schools-contact .button {
		margin-top:10px;
		float:none !important;
	}
	
	.schools-contact-bar {
		padding-top:60px;
/* 		padding-bottom: 110px; */
	}
	
	#schools-contact p {
		padding-left:15px;
		padding-right:15px;
	}

}