html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background-color: #7b764f;
  color: #7a7969;
  margin: 0;
  padding: 0;
  font-family: Arial,Helvetica,sans-serif;
  font-size: .85em;
}

p {
  margin-bottom: 20px;
  line-height: 20px;
}

a {
  color: #64250d;
}

a:hover {
  text-decoration: none;
}

h1 {
  color: #511d0a;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  font-weight: normal;
  margin: 0px 0px 12px 0px;
  font-style: italic;
}

h2 {
  color: #511d0a;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  margin: 0px 0px 10px 0px;
  font-style: italic;
  letter-spacing: .10em;
}

h4 {
  font-family: Georgia,"Times New Roman",Times,serif;
}

.layout-container {
  max-width: 960px;
  margin: 30px auto 0px auto;
}

header {
  display: block;
  height: 120px;
  width: 100%;
  background-image: url('/themes/gbknives/img/header-bg-no-text.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  background-color: #fff;
  border-radius: 7px 7px 0px 0px;
}

.home-link {
  display: block;
  height: 76px;
  width: 138px;
  background-image: url('/themes/gbknives/img/gb-logo.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-indent: -2000px;
  position: absolute;
  top: 17px;
  left: 10px;
}

.tagline {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #9b5033;
  font-size: 13px;
  text-align: center;
  width: 180px;
  position: absolute;
  top: 40px;
  right: 15px;
  line-height: 20px;
}

.tagline-title {
  letter-spacing: .04em;
  display: block;
}

.tagline-subtitle {
  display: block;
  letter-spacing: .15em;
  font-size: 11px;
  font-style: italic;
}

nav {
  background-color: #fff;
}

main {
  background-color: #fff;
}

article.node {
  padding-bottom: 30px;
}

.views_slideshow_slide, .views_slideshow_cycle_teaser_section, .slideshow-link {
  display: block;
  height: 100px;
  width: 100% !important;
  text-decoration: none;
}

.slide {
  display: block;
  height: 100px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}

.slide-bowie {
  background-image: url('/themes/gbknives/img/bowie-knife-slide.jpg');
}

.slide-folder {
  background-image: url('/themes/gbknives/img/folder-slide.jpg');
}

.slide-neck {
  background-image: url('/themes/gbknives/img/neck-knife-slide.jpg');
}

.slideshow-link > span {
  display: block;
  height: 30px;
  width: 100%;
  color: #c8c8b4;
  font-family: Georgia, "Times New Roman", Times, serif;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3f3f30+0,7a7a6c+15,7a7a6c+86,3f3f30+100 */
  background: #3f3f30; /* Old browsers */
  background: -moz-linear-gradient(top, #3f3f30 0%, #7a7a6c 20%, #7a7a6c 80%, #3f3f30 100%);
  background: -webkit-linear-gradient(top, #3f3f30 0%,#7a7a6c 20%,#7a7a6c 80%,#3f3f30 100%);
  background: linear-gradient(to bottom, #3f3f30 0%,#7a7a6c 20%,#7a7a6c 80%,#3f3f30 100%);
  border-left: solid 1px #3f3f30;
  border-right: solid 1px #3f3f30;
  line-height: 30px;
  padding-left: 30px;
  letter-spacing: .10em;
  font-style: italic;
}

.views-slideshow-controls-bottom {
  padding-top: 20px;
}

.home-featured-items {
  margin: 30px 0px;
}

.home-featured-items h2 {
  font-weight: normal;
  font-size: 16px;
}

.home-featured-items .featured-item {
  display: block;
  width: 60%;
  border-bottom: solid 1px #ccc;
  margin: 0px auto 30px auto;
  padding-bottom: 20px;
}

.featured-item-image {
  display: block;
  width: 100%;
  height: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.neck-knife-image {
  background-image: url('/sites/default/files/styles/knife_medium/public/knives/small-neck-knife.jpg')
}

.boot-knife-image {
  background-image: url('/sites/default/files/styles/knife_medium/public/knives/boot-knife.jpg')
}

.folding-knife-image {
  background-image: url('/sites/default/files/styles/knife_medium/public/knives/small-folding-knife.jpg')
}

.featured-item p {
  width: 100%;
  height: 34px;
  line-height: 18px;
}

.learn-more-btn {
  display: inline-block;
  background-color: #d1d1ac;
  border: solid 1px #9d9e74;
  border-radius: 5px;
  padding: 0 15px;
  line-height: 30px;
}

.home-content {
  margin: 0 40px 20px 40px;
}

.home-articles {
  margin: 0 40px 50px 40px;
}

.home-articles .views-row {
  line-height: 24px;
}

#block-views-block-recent-articles .views-row {
  line-height: 24px;
}

/* --- Primary Navigation ---*/
#block-primarynavigation {
  display: block;
  margin: 0;
  padding: 10px 0px 10px 40px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  font-size: 15px;
}

#block-primarynavigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#block-primarynavigation ul li {
  margin: 0px 9px 0px 0px;
  padding: 0px 12px 0px 0px;
  display: inline-block;
  border-right: solid 1px #ccc;
  line-height: 30px;
}

#block-primarynavigation ul li:last-of-type {
  border-right: none;
}

#block-primarynavigation a {
  color: #7b764f;
  text-decoration: none;
}

#block-primarynavigation a:hover, #block-primarynavigation .is-active {
  color: #64250d;
  text-decoration: underline;
}

.layout-content {
  padding: 40px;
}

main::after {
  content: "";
  display: table;
  clear: both;
}

.header-image {
  display: block;
  width: 100%;
  height: 141px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.elk-header {
  background-image: url('/themes/gbknives/img/elk-header.jpg');
}

.pond-header {
  background-image: url('/themes/gbknives/img/pond-header.jpg');
}

.aspen-header {
  background-image: url('/themes/gbknives/img/aspen-header.jpg');
}

.waterfall-header {
  background-image: url('/themes/gbknives/img/waterfall-header.jpg');
}

.rocks-header {
  background-image: url('/themes/gbknives/img/rocks-header.jpg');
}

.mist-header {
  background-image: url('/themes/gbknives/img/mist-header.jpg');
}

.mountains-header {
  background-image: url('/themes/gbknives/img/mountains-header.jpg');
}

.layout-sidebar-first {
  padding: 0px 40px 40px 40px;
}

.layout-sidebar-first .views-element-container {
  border: solid 1px #ccc;
  border-radius: 5px;
  padding: 20px;
}

.layout-sidebar-first nav {
  margin-bottom: 35px;
}

.layout-sidebar-first nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.layout-sidebar-first nav li {
  background-color: #f2f2ea;
  list-style-type: none;
  border: solid 1px #c7c7bb;
  border-radius: 3px;
  margin: 0px 0px 5px 0px;
  padding: 0px 10px;
  line-height: 30px;
}

.layout-sidebar-first nav li a {
  text-decoration: none;
  display: block;
}

.layout-sidebar-first nav li a:hover {
  text-decoration: underline;
}

.layout-sidebar-first nav li a.is-active {
  text-decoration: underline;
  color: #35351b;
}

.ordering-cta {
  padding: 20px;
  border: solid 1px #ccc;
  border-radius: 5px;
  margin-bottom: 30px;
}

.ordering-cta h4 {
  margin: 0px 0px 0px 0px;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  color: #9f986e;
  text-align: center;
}

.ordering-cta a {
  display: block;
  text-decoration: none;
  line-height: 36px;
  padding: 0 3px;
  background-color: #66341f;
  color: #cebdb0;
  margin-bottom: 12px;
  text-align: center;
  font-size: 12px;
  border-radius: 3px;
}

.ordering-cta a:hover {
  background-color: #7c3f25;
  color: #fff;
}

.featured-knife {
  border: solid 1px #ccc;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.featured-knife .featured-item-image {
  width: 100%;
}

.gallery-desc {
  margin-bottom: 35px;
}

.knife-gallery {
  width: 50%;
  height: 200px;
  float: left;
  text-align: center;
  margin-right: 20px;
}

.knife-gallery ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.knife-gallery img {
  display: inline-block;
  margin-bottom: 5px;
}

.knife-gallery .views-field-title a {
  display: inline-block;
  margin-bottom: 7px;
}

.knife-gallery .views-field-field-short-description {
  font-size: 12px;
}

.knife-gallery-container {
  margin-bottom: 40px;
  border-bottom: solid 1px #ccc;
}

.knife-callouts {
  margin-top: 20px;
}

.knife-callouts a {
  display: block;
  width: 198px;
  height: 280px;
  padding: 190px 0px 0px 0px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  float: left;
  margin: 0px 40px 30px 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.specialty-knife-callout {
  background-image: url('/themes/gbknives/img/specialty-bg.jpg');
}

.hunting-knife-callout {
  background-image: url('/themes/gbknives/img/hunting-bg.jpg');
}

.folding-knife-callout {
  background-image: url('/themes/gbknives/img/folding-bg.jpg');
}

.kitchen-knife-callout {
  background-image: url('/themes/gbknives/img/kitchen-bg.jpg');
}

.callout-title {
  display: block;
  color: #511d0a;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-style: italic;
  margin: 0px 0px 7px 0px;
  font-size: 20px;
  letter-spacing: 0.10em;
  font-weight: normal;
  line-height: 25px;
}

.callout-text {
  color: #605e52;
}

#block-views-block-blog-list {
  padding-top: 25px;
}

#block-views-block-blog-list .views-field-title a {
  color: #64250d;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-style: italic;
  margin: 0px 0px 10px 0px;
  font-size: 16px;
  letter-spacing: 0.10em;
  text-decoration: none;
}

#block-views-block-blog-list .views-row {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ccc;
}

#block-views-block-knife-detail .knife-image ul {
  width: 100%;
  list-style-type: none;
  float: left;
  margin: 0px 20px 15px 0px;
  padding: 0;
}

#block-views-block-knife-detail .views-field-field-price {
  clear: both;
  margin-bottom: 30px;
  padding-top: 20px;
}

#block-views-block-knife-detail .views-label-field-price {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
}

#block-views-block-knife-detail .knife-price {
  display: inline-block;
}

#block-views-block-knife-detail .knife-body {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

#block-views-block-knife-detail .views-label-field-knife-options {
  display: block;
  color: #511d0a;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-style: italic;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  font-size: 16px;
  letter-spacing: 0.10em;
}

.knife-option ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.knife-option li {
  border: solid 1px #ccc;
  padding: 5px 10px 5px 10px;
  margin: 0px 0px 5px 0px;
  line-height: 20px;
}

.webform-submission-form {
  margin: 30px 0px;
  padding-top: 30px;
  border-top: solid 1px #ccc;
}

.webform-submission-form .form-item {
  margin-bottom: 10px;
}

.webform-submission-form label {
  display: block;
  margin-bottom: 3px;
}

.webform-submission-form .form-text, .webform-submission-form .form-tel, .webform-submission-form .form-email {
  display: block;
  width: 100%;
  height: 30px;
  padding: 0px 10px;
  line-height: 30px;
  border: solid 1px #ccc;
  border-radius: 5px;
}

.webform-submission-form .form-textarea {
  display: block;
  width: 100%;
  border: solid 1px #ccc;
  border-radius: 5px;
}

.webform-submission-form .captcha img {
  display: inline-block;
  border: solid 1px #ccc;
  margin: 10px 0px;
}

.webform-submission-form .captcha .description {
  font-size: 12px;
  margin-bottom: 25px;
  margin-top: 5px;
}

.webform-submission-form .form-submit {
  display: inline-block;
  border: solid 1px #9d9e74;
  background-color: #d1d1ac;
  color: #64250d;
  padding: 0px 20px;
  height: 36px;
  width: 150px;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 3px;
  cursor: pointer;
  letter-spacing: 0.14em;
}

#edit-type-of-knife-you-are-interested-in {
  border: solid 1px #ccc;
  border-radius: 5px;
  padding: 5px 15px;
  display: inline-block;
  height: 130px;
  font-size: 14px;
}

#edit-type-of-knife-you-are-interested-in option {
  margin-bottom: 5px;
}

.anti {
  display: none;
}

.form-status {
  font-size: 16px;
  color: #64250d;
  padding: 20px;
  border: solid 1px #ccc;
}

footer {
  border-top: solid 1px #ccc;
  border-radius: 0px 0px 7px 7px;
  padding: 20px 40px;
  background: url('/themes/gbknives/img/bottom-bg.jpg') #fff bottom left repeat-x;
  background-size: contain;
  margin-bottom: 50px;
}

footer nav {
  background-color: transparent;
}

footer nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

footer nav li {
  display: inline-block;
  margin: 0px 15px 0px 0px;
  line-height: 24px;
}

footer nav li a {
  color: #7d7b6d;
  font-size: 12px;
}

.copyright {
  font-size: 12px;
}

.float-left {
  display: inline;
  float: left;
  margin: 0px 15px 10px 0px;
}

@media screen and (min-width: 400px) {
  .home-link {
    height: 96px;
    width: 168px;
    top: 12px;
    left: 25px;
  }

  .tagline {
    font-size: 14px;
    width: 200px;
    top: 37px;
    right: 25px;
    line-height: 20px;
  }

  .tagline-title {
    letter-spacing: .05em;
  }

  .tagline-subtitle {
    letter-spacing: .20em;
    font-size: 13px;
  }

  .knife-gallery {
    width: 33%;
  }
}


@media screen and (min-width: 480px) {
  .tagline {
    font-size: 18px;
    width: 255px;
    top: 35px;
    right: 25px;
    line-height: 24px;
  }

  .tagline-title {
    letter-spacing: .08em;
  }

  .tagline-subtitle {
    letter-spacing: .25em;
    font-size: 15px;
  }

  .views_slideshow_slide, .views_slideshow_cycle_teaser_section, .slideshow-link {
    height: 140px;
  }

  .slide {
    height: 140px;
  }
}

@media screen and (min-width: 500px) {
  .knife-gallery {
    width: 25%;
  }

  #block-views-block-knife-detail .knife-image ul {
    width: auto;
  }
}

@media screen and (min-width: 680px) {
  .tagline {
    font-size: 24px;
    width: 430px;
    top: 30px;
    right: 25px;
    line-height: 34px;
  }

  .tagline-title {
    letter-spacing: .20em;
  }

  .tagline-subtitle {
    letter-spacing: .55em;
    font-size: 19px;
  }

  .views_slideshow_slide, .views_slideshow_cycle_teaser_section, .slideshow-link {
    height: 180px;
  }

  .slide {
    height: 180px;
  }

  .home-featured-items {
    margin: 30px 60px 45px 100px;
  }

  .home-featured-items .featured-item {
    display: inline-block;
    vertical-align: top;
    width: 30.2%;
    border-right: solid 1px #ccc;
    border-bottom: none;
    margin-right: 2.8%;
    padding-bottom: 0;
  }

  .home-featured-items .featured-item:last-of-type {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }

  .featured-item-image {
    width: 90%;
    height: 116px;
  }

  .layout-content {
    float: right;
    width: 65%;
    margin-left: 5%;
    padding-left: 0px;
  }

  .layout-sidebar-first {
    float: right;
    width: 30%;
    padding: 40px 0px 40px 40px;
  }
}

@media screen and (min-width: 780px) {
  .views_slideshow_slide, .views_slideshow_cycle_teaser_section, .slideshow-link {
    height: 210px;
  }

  .slide {
    height: 210px;
  }
}

@media screen and (min-width: 880px) {
  .home-featured-items h2 {
    font-size: 20px;
  }

  .home-content {
    margin: 0 40px 50px 30px;
    display: inline-block;
    vertical-align: top;
    width: 62%;
  }

  .home-articles {
    margin: 0 40px 50px 0;
    display: inline-block;
    vertical-align: top;
    width: 25%;
  }
}
