/*
Theme Name: KS Responsive
Theme URI: http://builtbym.com
Author: Joel Murphy
Author URI: http://wordpress.org/
Description: Responsive theme developed by Killer Shark Marketing
Version: 1.0
*/

/* =Fonts
-------------------------------------------------------------- */

@font-face {
    font-family: 'hanleysans';
    src: url('fonts/d62_hanley-sans-webfont.woff2') format('woff2'),
         url('fonts/d62_hanley-sans-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'hanleysans_inline_only';
    src: url('fonts/d62_hanley-sansinlineonly-webfont.woff2') format('woff2'),
         url('fonts/d62_hanley-sansinlineonly-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-family: 'hanleysans';
}
.site-header h3,
.btn,
.nav-link,
#navbarNav .dropdown-item,
#featureColumn a,
h3 small {
	font-family: 'hanleysans_inline_only';
}

/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
	border-top: 10px solid #1b1b1b;
	background: #ffffff url(images/body-print.jpg);
}
#page {
	padding: 0 2rem 2rem 2rem;
}
.home #wrapper-navbar {
		position: absolute;
		z-index: 25;
		left: 3rem;
		right: 3rem;
	}
.home .container-fluid {
	padding: 0;
	max-width: 1500px;
}
.page-id-16 {
	background: url(images/body-web.jpg);
}
.page-id-27 {
	background: url(images/body-shirts.jpg);
}
.site {
	background: #fff;
}
a {
	outline: none;
	color: #41b0e2;
	text-decoration: underline;
}
a:hover {
	color: #21759b;
}

/* =Responsive Images
-------------------------------------------------------------- */
img,
embed,
iframe,
object,
video {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
	height: auto;
}

/* Images */
.alignleft,
.alignright,
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* =Header
-------------------------------------------------------------- */
#logo {
	margin-top: -2rem;
	margin-bottom: -1.5rem;
	position: relative;
	z-index: 25;
}
.home #logo {
	-moz-box-shadow: 0 4px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 4px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 2px rgba(0, 0, 0, 0.3);
}
.site-header h1 {
	color: #1b1b1b;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.site-header h3 {
	color: #61b7dc;
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.navbar {
	z-index: 20;
}
/**** Animated Hamburger Menu ****/
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 46px;
  height: 46px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  background: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50px;
}
.btn-round {
	width: 46px;
	height: 46px;
	background: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50px;
	border: 1px solid #fff;
	position: relative;
	font-size: 15px;
}

.c-hamburger:focus {
  outline: none;
}
.c-hamburger span,
.btn-round span {
  display: block;
  position: absolute;
  top: 8px;
  left: 10px;
  right: 12px;
}
.c-hamburger span {
	height: 4px;
	top: 20px;
	left: 12px;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
}

.c-hamburger span::before {
  top: -8px;
}

.c-hamburger span::after {
  bottom: -8px;
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}
.c-hamburger,
.btn-round {
	border: 1px solid #898989;
}
.c-hamburger span,
.c-hamburger span::before,
.c-hamburger span::after {
	background-color: #898989;
}
.home .c-hamburger,
.home .btn-round {
	border: 1px solid #fff;
}
.home .c-hamburger span,
.home .c-hamburger span::before,
.home .c-hamburger span::after {
	background-color: #fff;
}
.home .c-hamburger--htx.is-active span {
  background: none;
}

/* =Navigation
-------------------------------------------------------------- */
.navbar {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.navbar-toggler {
	top: 3rem;
	padding: .5rem .75rem;
	border: 1px solid rgba(0, 0, 0, 0.1);
	z-index: 10;
}
.nav-link {
	text-decoration: none;
	color: #363636;
	font-size: 16px;
}
.nav-item:hover {
	background: rgba(0, 0, 0, 0.05);
}
.nav-column {
	position: static;
}
#navbarNav.in {
	display: block;
	position: absolute;
	top: 60px;
	left: -3rem;
	right: -3rem;
	background: rgba(245, 245, 245, 0.97);
	padding-top: 3rem;
	padding-bottom: 2rem;
	text-align: center;
	box-shadow: 0 20px 10px -15px rgba(0, 0, 0, 0.3) inset;
}
#navbarNav .dropdown-toggle:after {
	opacity: 0.3;
}
#navbarNav .dropdown-menu {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #f7f7f7;
}
#navbarNav .dropdown-item {
	text-decoration: none;
}

/* =Slider
-------------------------------------------------------------- */
#heroCarousel {
	margin-bottom: 2rem;
	margin-left: -2rem;
	margin-right: -2rem;
}
#heroCarousel img {
	width: 100%;
}
.carousel-indicators {
	bottom: 2rem;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
#featureColumn a {
	text-decoration: none;
	color: #363636;
	display: block;
	font-size: 16px;
	padding: 12px;
	height: 125px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#featureColumn img {
	max-width: 75px;
	display: block;
	margin: 0 auto 3px auto;
	border: 1px solid transparent;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
a.white {
	background: #fff;
}
a.gray {
	background: #f7f7f7;
}
#featureColumn a:hover {
	background: #61b7dc;
	color: #fff;
}
#featureColumn a:hover img {
	border-color: #fff;
}

/* =Name Section
-------------------------------------------------------------- */
#nameSection img.rounded-circle {
	max-width: 100px;
	margin-bottom: 1rem;
}
#nameSection h3 {
	margin-bottom: 2rem;
}

/* =About Section
-------------------------------------------------------------- */
#aboutSection {
	margin-bottom: 2rem;
}

/* =Content Section
-------------------------------------------------------------- */
#main {
	padding-top: 3rem;
}
.home #main {
	padding-top: 0;
}
/* =Buttons
-------------------------------------------------------------- */
.btn {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-decoration: none;
}
.btn-primary {
	background: #61b7dc;
	border-color: #61b7dc;
}
.btn-primary:hover {
	background: #363636;
	border-color: #363636;
}
#work-buttons {
	margin-bottom: 2rem;
}
.btn-block {
	margin-top: 0 !important;
	margin-bottom: 1rem;
}

/* =Footer
-------------------------------------------------------------- */
footer[role="contentinfo"] {
	clear: both;
	font-size: 12px;
	line-height: 2;
	padding: 1rem;
	background: #363636;
	color: #ffffff;
}
footer[role="contentinfo"] p {
	margin-bottom: 0;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}

/* =Media queries
-------------------------------------------------------------- */

/* Minimum width of 768 pixels. */
@media screen and (min-width: 768px) {
	.site-header h1 {
		font-size: 30px;
	}
	.site-header h3 {
		font-size: 15px;
	}
	.alignleft {
		float: left;
		margin-right: 1rem;
		margin-bottom: 1rem;
	}
	.alignright {
		float: right;
		margin-left: 1rem;
		margin-bottom: 1rem;
	}
	.carousel-indicators {
		bottom: 4rem;
	}
	#aboutSection .col-md-6 .btn:last-child {
		margin-bottom: 0;
	}
	footer[role="contentinfo"] {
		padding: 1rem 2rem;
	}
}

/* Minimum width of 992 pixels. */
@media screen and (min-width: 992px) {
	.site {
		border-left: 1px solid #bfbfbf;
		border-right: 1px solid #bfbfbf;
	}
	.home #page {
		padding-bottom: 0;
	}
	.home .site {
		border-left: none;
		border-right: none;
	}
	.home #wrapper-navbar {
		position: absolute;
		z-index: 25;
		left: 3rem;
		right: 3rem;
	}
	.nav-container {
		width: 100%;
	}
	#navbarNav.in {;
		position: static;
		background: none;
		padding-top: 0;
	}
	.home .nav-item:hover {
		background: rgba(255, 255, 255, 0.3);
	}
	.home .nav-link {
		color: #fff;
	}
	.home .nav-link:hover,
	.home .nav-link:focus {
		color: #fff;
	}
	#main {
		padding-top: 0;
	}
	.site-header h1 {
		font-size: 37px;
	}
	.site-header h3 {
		font-size: 18px;
	}
	#heroContainer {
		margin-left: -2rem;
		margin-right: -2rem;
		background: #e4e4e4;
	}
	#heroCarousel {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
	}
	.carousel-indicators {
		bottom: 6rem;
	}
	#nameSection {
		padding-top: 2.5rem;
	}
	#nameSection img.rounded-circle {
		max-width: 155px;
	}
}
/* Minimum width of 1400 pixels. */
@media screen and (min-width: 1400px) {
	.carousel-indicators {
		bottom: 8rem;
	}
}