@charset "utf-8";
/* CSS Document */

body{
  margin: 0px;
  padding: 0px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

*{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
	
  -webkit-transition:  all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition:  all 0.2s linear;
  -o-transition:  all 0.2s linear;
  transition:  all 0.2s linear;
		
  vertical-align: top;
}

img{
  max-width: 100%;
  height: auto;
}

menu, ol, ul, li, dd{ padding: 0; margin: 0;}

input, textarea{
	padding: 5px;
}

/* ================ TYPOGRAPHY ================ */

body{
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #0a0907;
  border-top: 3px solid #900000;
}

h1, h2, h3, h4, h5{
  padding: 0px;
  margin: 0px;
  line-height: 1.286em;
  font-weight: 300;
  padding-bottom: 20px;
  text-transform: uppercase;
}

h1, .h1{
  font-size: 2.571em;
  line-height: 1.286em;
  margin: 0px;
  font-weight: 300;
}

h2, .h2{
  font-size: 2.143em;
  line-height: 1.286em;
  margin: 0px;
  font-weight: 300;
}

h3, .h3{
  font-size: 1.857em;
  line-height: 1.286em;
  margin: 0px;
  font-weight: 300;
}

h4, .h4{
  font-size: 1.571em;
  line-height: 1.286em;
  margin: 0px;
  font-weight: 300;
}

h5, .h5{
  font-size: 1.286em;
  margin: 0px;
  font-weight: 300;
}

p{
	padding: 0px;
	margin: 0px 0px 15px;
}

.lighter{
  font-weight: 100;
}

.light{
  font-weight: 300;
}

.normal{
  font-weight: 400;
}

.bold{
  font-weight: 500;
}

.bolder{
  font-weight: 700;
}

.header-nomargin{
  padding-bottom: 0px;
}

a, a:visited{
  text-decoration: none;
  color: #0d9de1;
}

a:hover{
  color: #900000;
  text-decoration: none;
}

a img:hover{
  opacity: 0.7;
}

strong{
  font-weight: 500;
}

.dotted-link{
  border-bottom: 1px dotted #fff;
}

.accent-color{
  color: #900000;
}

.accent-color2 {
  color:#0d9de1;
}
.color-white{
  color: #fff;
}

.btn, .btn-fill{
  display: table;
  border: 2px solid #070808;
  border-radius: 4px;
  padding: 7px 30px;
  color: #070808 !important;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 30px;
	background: none;
}

.btn-fill{
  background: #070808;
  font-weight: 500;
  color: #fff !important;
}

.btn:hover, .btn-fill:hover{
  background: #393939;
  font-weight: 500;
  color: #fff !important;
  border: 2px solid #393939;
}

.btn:hover{
  background: #070808;
  border: 2px solid #070808;
}

.read-more {
  display: block;
  margin-top: 20px;
}


/* ================ LAYOUT ================ */

.wrapper{
  margin: 0px auto;
}

.container{
  max-width: 100%;
}

.logo-container{
  background: url('https://b14fde.claudeassets.com/20181128034140im_/http://www.keyholekates.com/wp-content/themes/fusion-theme/images/banner-background.jpg');
  background-size: cover;
  background-position: center center;
	color: #fff;
}

.logo{
  padding-top: 20px;
  padding-bottom: 20px;
}

.logo-top{
  font-size: 3.429em;
  line-height: 60px;
  font-weight: 300;
  text-transform: uppercase;
  border-bottom: 2px solid #900000;
  color: #fff !important;
	text-decoration: none !important;
}

.logo-bottom{
  display: block;
  text-transform: uppercase;
  font-size: 0.786em;
  line-height: 14px;
  letter-spacing: 0.029em;
  padding-top: 12px;
	color: #fff !important;
	text-decoration: none !important;
}

.top-contact{
  text-align: right;
  padding-top: 34px;
  font-size: 0.929em;
}

.top-telephone{
  font-size: 2.308em;
  line-height: 36px;
  font-weight: 300;
}

.top-contact a, .top-contact a:visited{
  color: #0d9de1;
}

.top-contact a:hover{
  color: #900000;
}

.banner{
  font-size: 2.500em;
  line-height: 42px;
  font-weight: 100;
  padding-top: 150px;
  padding-bottom: 280px;
  text-align: center;
}

.menuboxes{
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: -100px;
  padding-bottom: 30px;
}

.menuboxes .thumbnail{
  position: relative;
  border: none;
  border-radius: 0px;
  padding: 0px;
  overflow: hidden;
}

.menuboxes .thumbnail img{
  width: 100%;
}

.menubox-inner{
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: rgba(0,0,0,0.8);
  padding: 20px;
  font-size: 1.571em;
  line-height: 28px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff !important;
}

.menubox-text{
  position: absolute;
  bottom: 20px;
}

.menuboxes .thumbnail:hover>.menubox-inner{
  background: rgba(0,0,0,0.95);
}

.menuboxes .thumbnail:hover>img{
  transform:scale(1.1,1.1);
}

.home-tabs{
  background: #eaeaea;
  border-top: 4px solid #900000;
  min-height: 200px;
}

.main-content{
  padding-top: 60px;
  padding-bottom: 60px;
}

.main-content.bottom-padding{
  padding-bottom: 120px;
}

.about-section{
  background: url(https://9dbf75.claudeassets.com/20181128034140im_/http://www.keyholekates.com/wp-content/themes/fusion-theme/images/about.png) no-repeat;
  background-size: auto 100%;
  background-position: right;
}

.home-contact-form-wrapper{
  position: relative;
  background: #d8d8d8;
  padding-top: 30px;
  padding-bottom: 30px;
}

.home-contact-form-wrapper .home-contact-form-header{
  background: #d8d8d8;
  padding: 20px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: -80px;
  margin-bottom: 40px;
}

.home-contact-form{
	font-weight: 600;
}

.home-contact-form input, .home-contact-form textarea{
	display: block;
	width: 100%;
	padding: 15px 15px;
	background: #fff;
	border: none;
	margin-top: 5px;
	color: #333;
	font-weight: 400;
}

.home-contact-form input[type="submit"]{
	background: #900000;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
}

.home-contact-form input[type="submit"]:hover{
	background: #0d9de1;
}

.home-bottom-section{
  background: url('https://6307da.claudeassets.com/20181128034140im_/http://www.keyholekates.com/wp-content/themes/fusion-theme/images/bottom-background.jpg');
  background-size: cover;
  background-position: center center;
  color: #fff;
}

.home-bottom-image{
  text-align: center;
}

.breadcrumbs-container{
  background: #e1e1e1;
  padding-top: 20px;
  padding-bottom: 20px;
}

.breadcrumbs-container h1{
  text-transform: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.breadcrumbs{
  text-align: right;
  text-transform: uppercase;
  padding-top: 7px;
}

.breadcrumbs li{
		list-style: none;
		display: inline;
}

.page-content{
  border-bottom: 2px solid #ececec;
}

.sidebar li{
	list-style: none;
	padding-bottom: 15px;
}

.sidebar li:last-child{
	padding-bottom: 0px;
}

.sidebar h5{
	font-size: 1.143em;
	font-weight: 500;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
}

.sidebar aside{
	padding-top: 23px;
	margin-bottom: 37px;
}

.top-footer .thumbnail{
  border: none;
  border-radius: 0px;
  padding: 40px 25px;
  margin-bottom: 0px;
  min-height: 517px;
}

.thumbnail:hover{
  background: #0d9de1;
}

.top-footer-box{
  padding: 20px;
}

.footer{
  background: #191817;
  color: #d8d8d8;
}

.footer h5{
  font-weight: 400;
  padding-bottom: 15px;
  color: #fff;
}

.footer li{
  list-style: none;
}

.footer a, .footer a:visited{
  color: #d8d8d8;
}

.footer a:hover{
  color: #fff;
}

.copyright{
  padding-top: 20px;
  padding-bottom: 20px;
  background: #111010;
  color: #676464;
  font-size: 0.786em;
  line-height: 15px;
}

.social-icon{
  display: inline-block;
  height: 30px;
  width: 30px;
  background: #d8d8d8;
  text-align: center;
  padding-top: 8px;
  border-radius: 100px;
  color: #191817;
  margin-right: 10px;
}

.social-icon:hover{
  background: #0c9ce2;
}

a:last-child .social-icon{
  margin-right: 0px;
}

.contact-form input, .contact-form textarea{
	display: block;
	width: 100%;
	background: none;
	padding: 10px 20px;
	margin: 0px;
	border: 2px solid #ccc;
	border-radius: 4px;
	margin-bottom: 20px;
}

.contact-form input[type="submit"]{
	display: table;
	padding: 10px 30px;
	background: #8fad13;
	border: none;
	margin: 0px;
	color: #fff;
	text-transform: uppercase;
	width: auto;
	font-weight: 500;
}

.contact-form input[type="submit"]:hover{
	background: #070808;
}

.page-not-found{
	font-size: 200px !important;
	color: #e0e0e0;
}


/* ================ NAVIGATION ================ */

.navbar{
  margin-bottom: 0px;
}

.navbar a{
  font-weight: 700;
  color: #0a0907;
  text-transform: uppercase;
  font-size: 0.929em;
	padding-top: 16px;
  padding-bottom: 15px;
}

.navbar a:hover{
  color: #0d9de1;
  background: none !important;
}

.icon-bar{
  background: #111010;
}

.top-cart {
	position:relative;
  padding-top: 0px;
  color: #070808;
  float: right;
  font-size: 1.538em !important;
	padding-left: 25px;
	padding-top: 14px;
}

.top-cart-number, .top-cart-number:hover{
	position: absolute;
	top: 5px;
  right: -11px;
	display: block;
	background: #8fad13 !important;
	font-size: 9px !important;
	height: 17px;
	width: 17px;
	border-radius: 100px;
	text-align: center;
	padding-left: 1px;
	padding-bottom: 0px;
	padding-top: 0px !important;
	color: #222  !important;
}

i.fa.fa-shopping-cart:hover{
	color: #0a0907;
}

a.top-cart-number:hover{
    background: #8fad13 !important;
}

.top-cart:hover {
	opacity: 0.7;
}


/* ================ BLOG ================ */

.blog-post-block{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e0e0e0;
}

.blog-post-block:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none
}

.single-post .featured-image img{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}


/* ================ WOOCOMMERCE ================ */


/* ---- GENERAL STYLING ---- */

.woocommerce-breadcrumb{
	display: none;
}


/* ---- CATEGORY ---- */

.woocommerce-ordering-col{
	text-align: right;
}

.products{
	padding-top: 20px;
}

.woocommerce-result-count{
	padding-top: 2px;
}

.result-count-container{
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	padding-top: 20px;
	padding-bottom: 20px;
}

.term-description{
	margin-bottom: 20px;
}

.products img{
	display: block;
  margin: 0px auto;
}

.products h3{
	font-size: 1.071em;
	text-align: center;
	text-transform: none;
	font-weight: 400;
	margin-top: 20px;
	padding-bottom: 10px;
}

.products .price{
	display: block;
	text-align: center;
}

.products .price ins{
	font-size: 1.071em;
}

.products .price del{
	font-size: 0.913em;
	line-height: 1.88em;
  padding-right: 7px;
}

.products .add_to_cart_button{
	display: none;
}

.products .col-md-4 {
    margin-top: 20px;
    margin-bottom: 20px;
}


/* ---- SINGLE PRODUCT ---- */

.product_title {
    text-transform: none;
    border-bottom: 1px solid #ececec;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.single-product-tabs{
	margin-top: 40px;
}

.price ins{
	text-decoration: none;
}

.price del {
    color: #ABABAB;
    font-size: 16px;
    line-height: 40px;
}

.price-hr{
	margin-top: 13px;
}

.short-description {
  border-bottom: 1px solid #ececec;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 9px;
}

.sku_wrapper{
	display: block;
	padding-top: 20px;
}

.quantity input {
    border-radius: 3px;
    border: 2px solid #E0E0E0;
    padding: 5px;
}

.onsale {
		display: none;
    position: absolute;
    top: 20px;
    left: 33px;
    height: 60px;
    width: 60px;
    background: #8fad13;
    border-radius: 100px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    padding-top: 19px;
}

.wc-tabs li {
    list-style: none;
    display: inline-block;
    background: #111010;
    padding: 15px 40px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff !important;
}

.wc-tabs li:hover {
    background: #2a2929;
}

.wc-tabs .active{
	background: #8fad13 !important;
}

.wc-tabs li a{
	color: #fff !important;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid rgb(224, 224, 224);
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.0);
    box-shadow: 0 1px 1px rgba(0,0,0,.0);
    padding: 20px;
    margin-top: -1px;
}

.reviews_tab{
	display: none !important;
}

.product_meta {
    padding-top: 10px;
    font-size: 13px;
}

.product_meta .posted_in {
    display: block;
    padding-top: 5px;
}

/* ---- OTHER ---- */

input#coupon_code {
    min-width: 200px;
    margin-top: 6px;
    margin-right: 10px;
    max-width: 100%;
    padding: 5px;
}

.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
    border: 2px solid #69bf29;
    border-radius: 4px;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
    border: 2px solid #E22020;
    border-radius: 4px;
}

legend{
	padding-top: 30px;
}


/* ---- SIDEBAR SHOP ---- */

.mini_cart_item{
	margin-bottom: 20px !important;
}

.sidebar .total{
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

/* ---- Price Filter ---- */

.widget_price_filter .price_slider {
  margin-bottom: 1em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em;
  font-size: 0.8751em;
}
.widget_price_filter .price_slider_amount .button {
  font-size: 1.15em;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 0.9em;
  height: 0.9em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  border: 1px solid #8fad13;
  cursor: pointer;
  background: #8fad13;
  outline: none;
  top: -0.2em;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -0.5em;
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background: #8FAD13;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  background: #d5d5d5;
}
.widget_price_filter .ui-slider-horizontal {
  height: .5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    line-height: 1.1 !important;
    text-shadow: none !important;
    display: inline-block !important;
    border: 2px solid #070808 !important;
    border-radius: 4px;
    padding: 7px 15px !important;
    color: #070808 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    margin-top: 8px !important;
    background: none !important;
    font-size: 0.929em !important;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background: #070808 !important;
    border: 2px solid #070808 !important;
    color: #fff !important;
}



.blog-feed li {width:33.33333333%;float:left;padding-left:15px; padding-right:15px; list-style: none;}
.blog-feed{padding:0;}
.blog-feed h2{text-indent:15px;color:#900000;}


/* ================ MEDIA QUERIES ================ */


/* ----- TABLET VIEW ----- */

@media (max-width: 991px) {

  .about-section{
    background: none;
  }
  
  .top-footer-box{
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
	
  .home-contact-form input, .home-contact-form textarea{
    margin-bottom: 20px;
  }
  
  .main-content [class*="col-md-"]{
    margin-bottom: 30px;
  }
  
  .main-content [class*="col-md-"]:last-child{
    margin-bottom: 0px;
  }
  
}


/* ----- MOBILE VIEW ----- */

@media (max-width: 767px) {
 
  .navbar-collapse{
    border-top: 1px solid black !important;
  }
	
	.top-cart {
    position: relative;
    padding-top: 0px;
    color: #070808;
    float: none;
    font-size: 1.538em !important;
    padding-left: 0px;
    padding-top: 14px;
    display: table;
    margin: 20px auto 0px;
    text-align: center;
	}
  
  .alignleft, .alignright{
    float: none;
    padding: 20px 0px;
    display: block;
    margin: 0px auto;
    text-align: center;
  }
		
	.top-contact{
		padding-bottom: 20px;
	}
		
	.breadcrumbs-container{
		text-align: center;
	}

	.breadcrumbs{
			display: none;
	}
		
  .main-content [class*="col-"]{
    margin-bottom: 30px;
  }
  
  .main-content [class*="col-"]:last-child{
    margin-bottom: 0px;
  }
  
  .logo, .top-contact{
    text-align: center;
  }
  
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    text-align: center;
  } 
	
	.woocommerce-ordering-col{
		text-align: left;
	}
	
	.blog-feed li {width:100%;}
	
  
}
/*
     FILE ARCHIVED ON 12:43:18 May 28, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:07:34 Jul 21, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.501
  exclusion.robots: 0.055
  exclusion.robots.policy: 0.045
  esindex: 0.009
  cdx.remote: 9.648
  LoadShardBlock: 225.9 (3)
  PetaboxLoader3.datanode: 231.455 (5)
  PetaboxLoader3.resolve: 391.165 (4)
  load_resource: 427.07 (2)
*/